├── IMG_1766.JPG ├── LICENSE ├── README.md ├── doc └── Ubuntu18.04 install darknet yolo-v3|cuda|cudnn|opencv|anaconda.md ├── hanzi_detection ├── .gitignore ├── .idea │ ├── .gitignore │ ├── darknet.iml │ ├── inspectionProfiles │ │ └── profiles_settings.xml │ ├── misc.xml │ └── modules.xml ├── LICENSE ├── LICENSE.fuck ├── LICENSE.gen ├── LICENSE.gpl ├── LICENSE.meta ├── LICENSE.mit ├── LICENSE.v1 ├── Makefile ├── README.md ├── classify_test.jpg ├── data │ ├── .DS_Store │ ├── 9k.labels │ ├── 9k.names │ ├── 9k.tree │ ├── coco.names │ ├── coco9k.map │ ├── dog.jpg │ ├── eagle.jpg │ ├── giraffe.jpg │ ├── goal.txt │ ├── horses.jpg │ ├── imagenet.labels.list │ ├── imagenet.shortnames.list │ ├── inet9k.map │ ├── jiyan.data │ ├── jiyan.names │ ├── kite.jpg │ ├── labels │ │ ├── 100_0.png │ │ ├── 100_1.png │ │ ├── 100_2.png │ │ ├── 100_3.png │ │ ├── 100_4.png │ │ ├── 100_5.png │ │ ├── 100_6.png │ │ ├── 100_7.png │ │ ├── 101_0.png │ │ ├── 101_1.png │ │ ├── 101_2.png │ │ ├── 101_3.png │ │ ├── 101_4.png │ │ ├── 101_5.png │ │ ├── 101_6.png │ │ ├── 101_7.png │ │ ├── 102_0.png │ │ ├── 102_1.png │ │ ├── 102_2.png │ │ ├── 102_3.png │ │ ├── 102_4.png │ │ ├── 102_5.png │ │ ├── 102_6.png │ │ ├── 102_7.png │ │ ├── 103_0.png │ │ ├── 103_1.png │ │ ├── 103_2.png │ │ ├── 103_3.png │ │ ├── 103_4.png │ │ ├── 103_5.png │ │ ├── 103_6.png │ │ ├── 103_7.png │ │ ├── 104_0.png │ │ ├── 104_1.png │ │ ├── 104_2.png │ │ ├── 104_3.png │ │ ├── 104_4.png │ │ ├── 104_5.png │ │ ├── 104_6.png │ │ ├── 104_7.png │ │ ├── 105_0.png │ │ ├── 105_1.png │ │ ├── 105_2.png │ │ ├── 105_3.png │ │ ├── 105_4.png │ │ ├── 105_5.png │ │ ├── 105_6.png │ │ ├── 105_7.png │ │ ├── 106_0.png │ │ ├── 106_1.png │ │ ├── 106_2.png │ │ ├── 106_3.png │ │ ├── 106_4.png │ │ ├── 106_5.png │ │ ├── 106_6.png │ │ ├── 106_7.png │ │ ├── 107_0.png │ │ ├── 107_1.png │ │ ├── 107_2.png │ │ ├── 107_3.png │ │ ├── 107_4.png │ │ ├── 107_5.png │ │ ├── 107_6.png │ │ ├── 107_7.png │ │ ├── 108_0.png │ │ ├── 108_1.png │ │ ├── 108_2.png │ │ ├── 108_3.png │ │ ├── 108_4.png │ │ ├── 108_5.png │ │ ├── 108_6.png │ │ ├── 108_7.png │ │ ├── 109_0.png │ │ ├── 109_1.png │ │ ├── 109_2.png │ │ ├── 109_3.png │ │ ├── 109_4.png │ │ ├── 109_5.png │ │ ├── 109_6.png │ │ ├── 109_7.png │ │ ├── 110_0.png │ │ ├── 110_1.png │ │ ├── 110_2.png │ │ ├── 110_3.png │ │ ├── 110_4.png │ │ ├── 110_5.png │ │ ├── 110_6.png │ │ ├── 110_7.png │ │ ├── 111_0.png │ │ ├── 111_1.png │ │ ├── 111_2.png │ │ ├── 111_3.png │ │ ├── 111_4.png │ │ ├── 111_5.png │ │ ├── 111_6.png │ │ ├── 111_7.png │ │ ├── 112_0.png │ │ ├── 112_1.png │ │ ├── 112_2.png │ │ ├── 112_3.png │ │ ├── 112_4.png │ │ ├── 112_5.png │ │ ├── 112_6.png │ │ ├── 112_7.png │ │ ├── 113_0.png │ │ ├── 113_1.png │ │ ├── 113_2.png │ │ ├── 113_3.png │ │ ├── 113_4.png │ │ ├── 113_5.png │ │ ├── 113_6.png │ │ ├── 113_7.png │ │ ├── 114_0.png │ │ ├── 114_1.png │ │ ├── 114_2.png │ │ ├── 114_3.png │ │ ├── 114_4.png │ │ ├── 114_5.png │ │ ├── 114_6.png │ │ ├── 114_7.png │ │ ├── 115_0.png │ │ ├── 115_1.png │ │ ├── 115_2.png │ │ ├── 115_3.png │ │ ├── 115_4.png │ │ ├── 115_5.png │ │ ├── 115_6.png │ │ ├── 115_7.png │ │ ├── 116_0.png │ │ ├── 116_1.png │ │ ├── 116_2.png │ │ ├── 116_3.png │ │ ├── 116_4.png │ │ ├── 116_5.png │ │ ├── 116_6.png │ │ ├── 116_7.png │ │ ├── 117_0.png │ │ ├── 117_1.png │ │ ├── 117_2.png │ │ ├── 117_3.png │ │ ├── 117_4.png │ │ ├── 117_5.png │ │ ├── 117_6.png │ │ ├── 117_7.png │ │ ├── 118_0.png │ │ ├── 118_1.png │ │ ├── 118_2.png │ │ ├── 118_3.png │ │ ├── 118_4.png │ │ ├── 118_5.png │ │ ├── 118_6.png │ │ ├── 118_7.png │ │ ├── 119_0.png │ │ ├── 119_1.png │ │ ├── 119_2.png │ │ ├── 119_3.png │ │ ├── 119_4.png │ │ ├── 119_5.png │ │ ├── 119_6.png │ │ ├── 119_7.png │ │ ├── 120_0.png │ │ ├── 120_1.png │ │ ├── 120_2.png │ │ ├── 120_3.png │ │ ├── 120_4.png │ │ ├── 120_5.png │ │ ├── 120_6.png │ │ ├── 120_7.png │ │ ├── 121_0.png │ │ ├── 121_1.png │ │ ├── 121_2.png │ │ ├── 121_3.png │ │ ├── 121_4.png │ │ ├── 121_5.png │ │ ├── 121_6.png │ │ ├── 121_7.png │ │ ├── 122_0.png │ │ ├── 122_1.png │ │ ├── 122_2.png │ │ ├── 122_3.png │ │ ├── 122_4.png │ │ ├── 122_5.png │ │ ├── 122_6.png │ │ ├── 122_7.png │ │ ├── 123_0.png │ │ ├── 123_1.png │ │ ├── 123_2.png │ │ ├── 123_3.png │ │ ├── 123_4.png │ │ ├── 123_5.png │ │ ├── 123_6.png │ │ ├── 123_7.png │ │ ├── 124_0.png │ │ ├── 124_1.png │ │ ├── 124_2.png │ │ ├── 124_3.png │ │ ├── 124_4.png │ │ ├── 124_5.png │ │ ├── 124_6.png │ │ ├── 124_7.png │ │ ├── 125_0.png │ │ ├── 125_1.png │ │ ├── 125_2.png │ │ ├── 125_3.png │ │ ├── 125_4.png │ │ ├── 125_5.png │ │ ├── 125_6.png │ │ ├── 125_7.png │ │ ├── 126_0.png │ │ ├── 126_1.png │ │ ├── 126_2.png │ │ ├── 126_3.png │ │ ├── 126_4.png │ │ ├── 126_5.png │ │ ├── 126_6.png │ │ ├── 126_7.png │ │ ├── 32_0.png │ │ ├── 32_1.png │ │ ├── 32_2.png │ │ ├── 32_3.png │ │ ├── 32_4.png │ │ ├── 32_5.png │ │ ├── 32_6.png │ │ ├── 32_7.png │ │ ├── 33_0.png │ │ ├── 33_1.png │ │ ├── 33_2.png │ │ ├── 33_3.png │ │ ├── 33_4.png │ │ ├── 33_5.png │ │ ├── 33_6.png │ │ ├── 33_7.png │ │ ├── 34_0.png │ │ ├── 34_1.png │ │ ├── 34_2.png │ │ ├── 34_3.png │ │ ├── 34_4.png │ │ ├── 34_5.png │ │ ├── 34_6.png │ │ ├── 34_7.png │ │ ├── 35_0.png │ │ ├── 35_1.png │ │ ├── 35_2.png │ │ ├── 35_3.png │ │ ├── 35_4.png │ │ ├── 35_5.png │ │ ├── 35_6.png │ │ ├── 35_7.png │ │ ├── 36_0.png │ │ ├── 36_1.png │ │ ├── 36_2.png │ │ ├── 36_3.png │ │ ├── 36_4.png │ │ ├── 36_5.png │ │ ├── 36_6.png │ │ ├── 36_7.png │ │ ├── 37_0.png │ │ ├── 37_1.png │ │ ├── 37_2.png │ │ ├── 37_3.png │ │ ├── 37_4.png │ │ ├── 37_5.png │ │ ├── 37_6.png │ │ ├── 37_7.png │ │ ├── 38_0.png │ │ ├── 38_1.png │ │ ├── 38_2.png │ │ ├── 38_3.png │ │ ├── 38_4.png │ │ ├── 38_5.png │ │ ├── 38_6.png │ │ ├── 38_7.png │ │ ├── 39_0.png │ │ ├── 39_1.png │ │ ├── 39_2.png │ │ ├── 39_3.png │ │ ├── 39_4.png │ │ ├── 39_5.png │ │ ├── 39_6.png │ │ ├── 39_7.png │ │ ├── 40_0.png │ │ ├── 40_1.png │ │ ├── 40_2.png │ │ ├── 40_3.png │ │ ├── 40_4.png │ │ ├── 40_5.png │ │ ├── 40_6.png │ │ ├── 40_7.png │ │ ├── 41_0.png │ │ ├── 41_1.png │ │ ├── 41_2.png │ │ ├── 41_3.png │ │ ├── 41_4.png │ │ ├── 41_5.png │ │ ├── 41_6.png │ │ ├── 41_7.png │ │ ├── 42_0.png │ │ ├── 42_1.png │ │ ├── 42_2.png │ │ ├── 42_3.png │ │ ├── 42_4.png │ │ ├── 42_5.png │ │ ├── 42_6.png │ │ ├── 42_7.png │ │ ├── 43_0.png │ │ ├── 43_1.png │ │ ├── 43_2.png │ │ ├── 43_3.png │ │ ├── 43_4.png │ │ ├── 43_5.png │ │ ├── 43_6.png │ │ ├── 43_7.png │ │ ├── 44_0.png │ │ ├── 44_1.png │ │ ├── 44_2.png │ │ ├── 44_3.png │ │ ├── 44_4.png │ │ ├── 44_5.png │ │ ├── 44_6.png │ │ ├── 44_7.png │ │ ├── 45_0.png │ │ ├── 45_1.png │ │ ├── 45_2.png │ │ ├── 45_3.png │ │ ├── 45_4.png │ │ ├── 45_5.png │ │ ├── 45_6.png │ │ ├── 45_7.png │ │ ├── 46_0.png │ │ ├── 46_1.png │ │ ├── 46_2.png │ │ ├── 46_3.png │ │ ├── 46_4.png │ │ ├── 46_5.png │ │ ├── 46_6.png │ │ ├── 46_7.png │ │ ├── 47_0.png │ │ ├── 47_1.png │ │ ├── 47_2.png │ │ ├── 47_3.png │ │ ├── 47_4.png │ │ ├── 47_5.png │ │ ├── 47_6.png │ │ ├── 47_7.png │ │ ├── 48_0.png │ │ ├── 48_1.png │ │ ├── 48_2.png │ │ ├── 48_3.png │ │ ├── 48_4.png │ │ ├── 48_5.png │ │ ├── 48_6.png │ │ ├── 48_7.png │ │ ├── 49_0.png │ │ ├── 49_1.png │ │ ├── 49_2.png │ │ ├── 49_3.png │ │ ├── 49_4.png │ │ ├── 49_5.png │ │ ├── 49_6.png │ │ ├── 49_7.png │ │ ├── 50_0.png │ │ ├── 50_1.png │ │ ├── 50_2.png │ │ ├── 50_3.png │ │ ├── 50_4.png │ │ ├── 50_5.png │ │ ├── 50_6.png │ │ ├── 50_7.png │ │ ├── 51_0.png │ │ ├── 51_1.png │ │ ├── 51_2.png │ │ ├── 51_3.png │ │ ├── 51_4.png │ │ ├── 51_5.png │ │ ├── 51_6.png │ │ ├── 51_7.png │ │ ├── 52_0.png │ │ ├── 52_1.png │ │ ├── 52_2.png │ │ ├── 52_3.png │ │ ├── 52_4.png │ │ ├── 52_5.png │ │ ├── 52_6.png │ │ ├── 52_7.png │ │ ├── 53_0.png │ │ ├── 53_1.png │ │ ├── 53_2.png │ │ ├── 53_3.png │ │ ├── 53_4.png │ │ ├── 53_5.png │ │ ├── 53_6.png │ │ ├── 53_7.png │ │ ├── 54_0.png │ │ ├── 54_1.png │ │ ├── 54_2.png │ │ ├── 54_3.png │ │ ├── 54_4.png │ │ ├── 54_5.png │ │ ├── 54_6.png │ │ ├── 54_7.png │ │ ├── 55_0.png │ │ ├── 55_1.png │ │ ├── 55_2.png │ │ ├── 55_3.png │ │ ├── 55_4.png │ │ ├── 55_5.png │ │ ├── 55_6.png │ │ ├── 55_7.png │ │ ├── 56_0.png │ │ ├── 56_1.png │ │ ├── 56_2.png │ │ ├── 56_3.png │ │ ├── 56_4.png │ │ ├── 56_5.png │ │ ├── 56_6.png │ │ ├── 56_7.png │ │ ├── 57_0.png │ │ ├── 57_1.png │ │ ├── 57_2.png │ │ ├── 57_3.png │ │ ├── 57_4.png │ │ ├── 57_5.png │ │ ├── 57_6.png │ │ ├── 57_7.png │ │ ├── 58_0.png │ │ ├── 58_1.png │ │ ├── 58_2.png │ │ ├── 58_3.png │ │ ├── 58_4.png │ │ ├── 58_5.png │ │ ├── 58_6.png │ │ ├── 58_7.png │ │ ├── 59_0.png │ │ ├── 59_1.png │ │ ├── 59_2.png │ │ ├── 59_3.png │ │ ├── 59_4.png │ │ ├── 59_5.png │ │ ├── 59_6.png │ │ ├── 59_7.png │ │ ├── 60_0.png │ │ ├── 60_1.png │ │ ├── 60_2.png │ │ ├── 60_3.png │ │ ├── 60_4.png │ │ ├── 60_5.png │ │ ├── 60_6.png │ │ ├── 60_7.png │ │ ├── 61_0.png │ │ ├── 61_1.png │ │ ├── 61_2.png │ │ ├── 61_3.png │ │ ├── 61_4.png │ │ ├── 61_5.png │ │ ├── 61_6.png │ │ ├── 61_7.png │ │ ├── 62_0.png │ │ ├── 62_1.png │ │ ├── 62_2.png │ │ ├── 62_3.png │ │ ├── 62_4.png │ │ ├── 62_5.png │ │ ├── 62_6.png │ │ ├── 62_7.png │ │ ├── 63_0.png │ │ ├── 63_1.png │ │ ├── 63_2.png │ │ ├── 63_3.png │ │ ├── 63_4.png │ │ ├── 63_5.png │ │ ├── 63_6.png │ │ ├── 63_7.png │ │ ├── 64_0.png │ │ ├── 64_1.png │ │ ├── 64_2.png │ │ ├── 64_3.png │ │ ├── 64_4.png │ │ ├── 64_5.png │ │ ├── 64_6.png │ │ ├── 64_7.png │ │ ├── 65_0.png │ │ ├── 65_1.png │ │ ├── 65_2.png │ │ ├── 65_3.png │ │ ├── 65_4.png │ │ ├── 65_5.png │ │ ├── 65_6.png │ │ ├── 65_7.png │ │ ├── 66_0.png │ │ ├── 66_1.png │ │ ├── 66_2.png │ │ ├── 66_3.png │ │ ├── 66_4.png │ │ ├── 66_5.png │ │ ├── 66_6.png │ │ ├── 66_7.png │ │ ├── 67_0.png │ │ ├── 67_1.png │ │ ├── 67_2.png │ │ ├── 67_3.png │ │ ├── 67_4.png │ │ ├── 67_5.png │ │ ├── 67_6.png │ │ ├── 67_7.png │ │ ├── 68_0.png │ │ ├── 68_1.png │ │ ├── 68_2.png │ │ ├── 68_3.png │ │ ├── 68_4.png │ │ ├── 68_5.png │ │ ├── 68_6.png │ │ ├── 68_7.png │ │ ├── 69_0.png │ │ ├── 69_1.png │ │ ├── 69_2.png │ │ ├── 69_3.png │ │ ├── 69_4.png │ │ ├── 69_5.png │ │ ├── 69_6.png │ │ ├── 69_7.png │ │ ├── 70_0.png │ │ ├── 70_1.png │ │ ├── 70_2.png │ │ ├── 70_3.png │ │ ├── 70_4.png │ │ ├── 70_5.png │ │ ├── 70_6.png │ │ ├── 70_7.png │ │ ├── 71_0.png │ │ ├── 71_1.png │ │ ├── 71_2.png │ │ ├── 71_3.png │ │ ├── 71_4.png │ │ ├── 71_5.png │ │ ├── 71_6.png │ │ ├── 71_7.png │ │ ├── 72_0.png │ │ ├── 72_1.png │ │ ├── 72_2.png │ │ ├── 72_3.png │ │ ├── 72_4.png │ │ ├── 72_5.png │ │ ├── 72_6.png │ │ ├── 72_7.png │ │ ├── 73_0.png │ │ ├── 73_1.png │ │ ├── 73_2.png │ │ ├── 73_3.png │ │ ├── 73_4.png │ │ ├── 73_5.png │ │ ├── 73_6.png │ │ ├── 73_7.png │ │ ├── 74_0.png │ │ ├── 74_1.png │ │ ├── 74_2.png │ │ ├── 74_3.png │ │ ├── 74_4.png │ │ ├── 74_5.png │ │ ├── 74_6.png │ │ ├── 74_7.png │ │ ├── 75_0.png │ │ ├── 75_1.png │ │ ├── 75_2.png │ │ ├── 75_3.png │ │ ├── 75_4.png │ │ ├── 75_5.png │ │ ├── 75_6.png │ │ ├── 75_7.png │ │ ├── 76_0.png │ │ ├── 76_1.png │ │ ├── 76_2.png │ │ ├── 76_3.png │ │ ├── 76_4.png │ │ ├── 76_5.png │ │ ├── 76_6.png │ │ ├── 76_7.png │ │ ├── 77_0.png │ │ ├── 77_1.png │ │ ├── 77_2.png │ │ ├── 77_3.png │ │ ├── 77_4.png │ │ ├── 77_5.png │ │ ├── 77_6.png │ │ ├── 77_7.png │ │ ├── 78_0.png │ │ ├── 78_1.png │ │ ├── 78_2.png │ │ ├── 78_3.png │ │ ├── 78_4.png │ │ ├── 78_5.png │ │ ├── 78_6.png │ │ ├── 78_7.png │ │ ├── 79_0.png │ │ ├── 79_1.png │ │ ├── 79_2.png │ │ ├── 79_3.png │ │ ├── 79_4.png │ │ ├── 79_5.png │ │ ├── 79_6.png │ │ ├── 79_7.png │ │ ├── 80_0.png │ │ ├── 80_1.png │ │ ├── 80_2.png │ │ ├── 80_3.png │ │ ├── 80_4.png │ │ ├── 80_5.png │ │ ├── 80_6.png │ │ ├── 80_7.png │ │ ├── 81_0.png │ │ ├── 81_1.png │ │ ├── 81_2.png │ │ ├── 81_3.png │ │ ├── 81_4.png │ │ ├── 81_5.png │ │ ├── 81_6.png │ │ ├── 81_7.png │ │ ├── 82_0.png │ │ ├── 82_1.png │ │ ├── 82_2.png │ │ ├── 82_3.png │ │ ├── 82_4.png │ │ ├── 82_5.png │ │ ├── 82_6.png │ │ ├── 82_7.png │ │ ├── 83_0.png │ │ ├── 83_1.png │ │ ├── 83_2.png │ │ ├── 83_3.png │ │ ├── 83_4.png │ │ ├── 83_5.png │ │ ├── 83_6.png │ │ ├── 83_7.png │ │ ├── 84_0.png │ │ ├── 84_1.png │ │ ├── 84_2.png │ │ ├── 84_3.png │ │ ├── 84_4.png │ │ ├── 84_5.png │ │ ├── 84_6.png │ │ ├── 84_7.png │ │ ├── 85_0.png │ │ ├── 85_1.png │ │ ├── 85_2.png │ │ ├── 85_3.png │ │ ├── 85_4.png │ │ ├── 85_5.png │ │ ├── 85_6.png │ │ ├── 85_7.png │ │ ├── 86_0.png │ │ ├── 86_1.png │ │ ├── 86_2.png │ │ ├── 86_3.png │ │ ├── 86_4.png │ │ ├── 86_5.png │ │ ├── 86_6.png │ │ ├── 86_7.png │ │ ├── 87_0.png │ │ ├── 87_1.png │ │ ├── 87_2.png │ │ ├── 87_3.png │ │ ├── 87_4.png │ │ ├── 87_5.png │ │ ├── 87_6.png │ │ ├── 87_7.png │ │ ├── 88_0.png │ │ ├── 88_1.png │ │ ├── 88_2.png │ │ ├── 88_3.png │ │ ├── 88_4.png │ │ ├── 88_5.png │ │ ├── 88_6.png │ │ ├── 88_7.png │ │ ├── 89_0.png │ │ ├── 89_1.png │ │ ├── 89_2.png │ │ ├── 89_3.png │ │ ├── 89_4.png │ │ ├── 89_5.png │ │ ├── 89_6.png │ │ ├── 89_7.png │ │ ├── 90_0.png │ │ ├── 90_1.png │ │ ├── 90_2.png │ │ ├── 90_3.png │ │ ├── 90_4.png │ │ ├── 90_5.png │ │ ├── 90_6.png │ │ ├── 90_7.png │ │ ├── 91_0.png │ │ ├── 91_1.png │ │ ├── 91_2.png │ │ ├── 91_3.png │ │ ├── 91_4.png │ │ ├── 91_5.png │ │ ├── 91_6.png │ │ ├── 91_7.png │ │ ├── 92_0.png │ │ ├── 92_1.png │ │ ├── 92_2.png │ │ ├── 92_3.png │ │ ├── 92_4.png │ │ ├── 92_5.png │ │ ├── 92_6.png │ │ ├── 92_7.png │ │ ├── 93_0.png │ │ ├── 93_1.png │ │ ├── 93_2.png │ │ ├── 93_3.png │ │ ├── 93_4.png │ │ ├── 93_5.png │ │ ├── 93_6.png │ │ ├── 93_7.png │ │ ├── 94_0.png │ │ ├── 94_1.png │ │ ├── 94_2.png │ │ ├── 94_3.png │ │ ├── 94_4.png │ │ ├── 94_5.png │ │ ├── 94_6.png │ │ ├── 94_7.png │ │ ├── 95_0.png │ │ ├── 95_1.png │ │ ├── 95_2.png │ │ ├── 95_3.png │ │ ├── 95_4.png │ │ ├── 95_5.png │ │ ├── 95_6.png │ │ ├── 95_7.png │ │ ├── 96_0.png │ │ ├── 96_1.png │ │ ├── 96_2.png │ │ ├── 96_3.png │ │ ├── 96_4.png │ │ ├── 96_5.png │ │ ├── 96_6.png │ │ ├── 96_7.png │ │ ├── 97_0.png │ │ ├── 97_1.png │ │ ├── 97_2.png │ │ ├── 97_3.png │ │ ├── 97_4.png │ │ ├── 97_5.png │ │ ├── 97_6.png │ │ ├── 97_7.png │ │ ├── 98_0.png │ │ ├── 98_1.png │ │ ├── 98_2.png │ │ ├── 98_3.png │ │ ├── 98_4.png │ │ ├── 98_5.png │ │ ├── 98_6.png │ │ ├── 98_7.png │ │ ├── 99_0.png │ │ ├── 99_1.png │ │ ├── 99_2.png │ │ ├── 99_3.png │ │ ├── 99_4.png │ │ ├── 99_5.png │ │ ├── 99_6.png │ │ ├── 99_7.png │ │ └── make_labels.py │ ├── openimages.names │ ├── person.jpg │ ├── scream.jpg │ └── voc.names ├── examples │ ├── art.c │ ├── attention.c │ ├── captcha.c │ ├── cifar.c │ ├── classifier.c │ ├── coco.c │ ├── darknet.c │ ├── detector-scipy-opencv.py │ ├── detector.c │ ├── detector.py │ ├── dice.c │ ├── go.c │ ├── instance-segmenter.c │ ├── lsd.c │ ├── nightmare.c │ ├── regressor.c │ ├── rnn.c │ ├── rnn_vid.c │ ├── segmenter.c │ ├── super.c │ ├── swag.c │ ├── tag.c │ ├── voxel.c │ ├── writing.c │ └── yolo.c ├── include │ └── darknet.h ├── model │ ├── jiyan_classify.cfg │ └── jiyan_yolov3.cfg ├── predictions.jpg ├── python │ ├── darknet.py │ └── proverbot.py ├── readme_classify.md ├── scripts │ ├── dice_label.sh │ ├── gen_tactic.sh │ ├── get_coco_dataset.sh │ ├── imagenet_label.sh │ └── voc_label.py └── src │ ├── activation_kernels.cu │ ├── activation_layer.c │ ├── activation_layer.h │ ├── activations.c │ ├── activations.h │ ├── avgpool_layer.c │ ├── avgpool_layer.h │ ├── avgpool_layer_kernels.cu │ ├── batchnorm_layer.c │ ├── batchnorm_layer.h │ ├── blas.c │ ├── blas.h │ ├── blas_kernels.cu │ ├── box.c │ ├── box.h │ ├── classifier.h │ ├── col2im.c │ ├── col2im.h │ ├── col2im_kernels.cu │ ├── compare.c │ ├── connected_layer.c │ ├── connected_layer.h │ ├── convolutional_kernels.cu │ ├── convolutional_layer.c │ ├── convolutional_layer.h │ ├── cost_layer.c │ ├── cost_layer.h │ ├── crnn_layer.c │ ├── crnn_layer.h │ ├── crop_layer.c │ ├── crop_layer.h │ ├── crop_layer_kernels.cu │ ├── cuda.c │ ├── cuda.h │ ├── data.c │ ├── data.h │ ├── deconvolutional_kernels.cu │ ├── deconvolutional_layer.c │ ├── deconvolutional_layer.h │ ├── demo.c │ ├── demo.h │ ├── detection_layer.c │ ├── detection_layer.h │ ├── dropout_layer.c │ ├── dropout_layer.h │ ├── dropout_layer_kernels.cu │ ├── gemm.c │ ├── gemm.h │ ├── gru_layer.c │ ├── gru_layer.h │ ├── im2col.c │ ├── im2col.h │ ├── im2col_kernels.cu │ ├── image.c │ ├── image.h │ ├── image_opencv.cpp │ ├── iseg_layer.c │ ├── iseg_layer.h │ ├── l2norm_layer.c │ ├── l2norm_layer.h │ ├── layer.c │ ├── layer.h │ ├── list.c │ ├── list.h │ ├── local_layer.c │ ├── local_layer.h │ ├── logistic_layer.c │ ├── logistic_layer.h │ ├── lstm_layer.c │ ├── lstm_layer.h │ ├── matrix.c │ ├── matrix.h │ ├── maxpool_layer.c │ ├── maxpool_layer.h │ ├── maxpool_layer_kernels.cu │ ├── network.c │ ├── network.h │ ├── normalization_layer.c │ ├── normalization_layer.h │ ├── option_list.c │ ├── option_list.h │ ├── parser.c │ ├── parser.h │ ├── region_layer.c │ ├── region_layer.h │ ├── reorg_layer.c │ ├── reorg_layer.h │ ├── rnn_layer.c │ ├── rnn_layer.h │ ├── route_layer.c │ ├── route_layer.h │ ├── shortcut_layer.c │ ├── shortcut_layer.h │ ├── softmax_layer.c │ ├── softmax_layer.h │ ├── stb_image.h │ ├── stb_image_write.h │ ├── tree.c │ ├── tree.h │ ├── upsample_layer.c │ ├── upsample_layer.h │ ├── utils.c │ ├── utils.h │ ├── yolo_layer.c │ └── yolo_layer.h └── jiyan.md /IMG_1766.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/IMG_1766.JPG -------------------------------------------------------------------------------- /hanzi_detection/classify_test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/classify_test.jpg -------------------------------------------------------------------------------- /hanzi_detection/data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/.DS_Store -------------------------------------------------------------------------------- /hanzi_detection/data/dog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/dog.jpg -------------------------------------------------------------------------------- /hanzi_detection/data/eagle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/eagle.jpg -------------------------------------------------------------------------------- /hanzi_detection/data/giraffe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/giraffe.jpg -------------------------------------------------------------------------------- /hanzi_detection/data/goal.txt: -------------------------------------------------------------------------------- 1 | +++++ 2 | val_eq (Val.add (Val.add (r3 PC) Vone) Vone) (Val.add (x2 PC) Vone) 3 | ***** 4 | -------------------------------------------------------------------------------- /hanzi_detection/data/horses.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/horses.jpg -------------------------------------------------------------------------------- /hanzi_detection/data/jiyan.data: -------------------------------------------------------------------------------- 1 | classes = 1 2 | train = data/jiyan_train.txt 3 | names = data/jiyan.names 4 | backup = backup/ -------------------------------------------------------------------------------- /hanzi_detection/data/jiyan.names: -------------------------------------------------------------------------------- 1 | hanzi -------------------------------------------------------------------------------- /hanzi_detection/data/kite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/kite.jpg -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/100_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/100_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/101_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/101_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/102_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/102_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/103_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/103_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/104_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/104_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/105_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/105_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/106_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/106_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/107_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/107_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/108_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/108_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/109_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/109_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/110_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/110_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/111_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/111_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/112_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/112_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/113_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/113_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/114_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/114_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/115_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/115_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/116_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/116_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/117_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/117_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/118_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/118_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/119_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/119_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/120_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/120_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/121_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/121_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/121_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/121_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/121_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/121_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/121_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/121_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/121_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/121_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/32_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/32_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/33_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/33_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/34_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/34_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/35_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/35_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/36_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/36_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/37_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/37_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/38_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/38_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/39_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/39_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/40_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/40_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/41_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/41_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/42_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/42_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/43_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/43_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/44_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/44_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/45_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/45_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/46_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/46_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/47_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/47_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/48_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/48_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/49_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/49_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/50_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/50_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/51_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/51_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/52_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/52_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/53_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/53_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/54_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/54_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/55_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/55_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/56_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/56_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/57_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/57_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/58_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/58_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/59_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/59_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/60_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/60_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/61_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/61_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/62_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/62_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/63_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/63_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/64_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/64_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/65_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/65_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/66_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/66_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/67_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/67_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/68_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/68_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/69_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/69_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/70_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/70_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/71_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/71_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/72_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/72_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/73_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/73_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/74_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/74_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/75_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/75_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/76_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/76_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/77_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/77_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/78_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/78_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/79_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/79_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/80_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/80_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/81_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/81_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/82_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/82_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/83_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/83_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/84_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/84_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/85_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/85_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/86_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/86_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/87_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/87_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/88_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/88_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/89_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/89_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/90_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/90_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/91_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/91_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/92_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/92_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/93_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/93_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/94_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/94_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/95_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/95_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/96_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/96_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/97_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/97_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/98_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/98_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_0.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_1.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_2.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_3.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_4.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_5.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_6.png -------------------------------------------------------------------------------- /hanzi_detection/data/labels/99_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/labels/99_7.png -------------------------------------------------------------------------------- /hanzi_detection/data/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/person.jpg -------------------------------------------------------------------------------- /hanzi_detection/data/scream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/data/scream.jpg -------------------------------------------------------------------------------- /hanzi_detection/predictions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Germey/verification_code/ecaab5460bec198d2e80157d4e9191ecd7f1c375/hanzi_detection/predictions.jpg -------------------------------------------------------------------------------- /hanzi_detection/src/classifier.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hanzi_detection/src/demo.h: -------------------------------------------------------------------------------- 1 | #ifndef DEMO_H 2 | #define DEMO_H 3 | 4 | #include "image.h" 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /hanzi_detection/src/layer.h: -------------------------------------------------------------------------------- 1 | #include "darknet.h" 2 | --------------------------------------------------------------------------------