diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/YOLOprj.iml b/.idea/YOLOprj.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/YOLOprj.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a971a2c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9a73601 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index a060f52..b15ae6f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# SimplyClothesIndentificationBasedOnYOLOv8 -该项目由尹小虎与张博为共同完成 - +该项目由尹小虎和张博为共同完成 +clothing_type_datasets为数据集 +代码在clothing_type_detection中 +文件路径更改:data.yaml中的train和val;gui的模型权重路径;train.py的data路径 +更改相关路径后直接运行gui.py即可 +演示视频在video.zip中 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/classes.txt b/clothing_type_datasets/clothing_type_datasets/classes.txt new file mode 100644 index 0000000..dd4e91a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/classes.txt @@ -0,0 +1 @@ +'Tshirt', 'dress', 'jacket', 'pants', 'shirt', 'short', 'skirt', 'sweater', 'bag', 'hat' \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/045e20b0592d4fb61d5a5f4b8a8ba6bf_jpg.rf.c3d9adcd79c1ef850018b685bd4dfbbe.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/045e20b0592d4fb61d5a5f4b8a8ba6bf_jpg.rf.c3d9adcd79c1ef850018b685bd4dfbbe.jpg new file mode 100644 index 0000000..b747469 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/045e20b0592d4fb61d5a5f4b8a8ba6bf_jpg.rf.c3d9adcd79c1ef850018b685bd4dfbbe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1588753551723_7169ryxt2v4_png_jpg.rf.9c588941467c0819be39f6908dfdd8d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1588753551723_7169ryxt2v4_png_jpg.rf.9c588941467c0819be39f6908dfdd8d5.jpg new file mode 100644 index 0000000..862bcd8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1588753551723_7169ryxt2v4_png_jpg.rf.9c588941467c0819be39f6908dfdd8d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1590122676583_omcucvx5g5o_jpg.rf.7d0330d29119d51a1b8a745fcf4b0e4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1590122676583_omcucvx5g5o_jpg.rf.7d0330d29119d51a1b8a745fcf4b0e4a.jpg new file mode 100644 index 0000000..311e03a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1590122676583_omcucvx5g5o_jpg.rf.7d0330d29119d51a1b8a745fcf4b0e4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1605496729823_ci0o5aow9x_jpg.rf.cfc378a421a64ef0f52a49bfd8a636bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1605496729823_ci0o5aow9x_jpg.rf.cfc378a421a64ef0f52a49bfd8a636bd.jpg new file mode 100644 index 0000000..7ccf513 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1605496729823_ci0o5aow9x_jpg.rf.cfc378a421a64ef0f52a49bfd8a636bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1607488651407_d2wyq3yi4z5_jpg.rf.074fcbaa6f78a353d0915be36f6551de.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1607488651407_d2wyq3yi4z5_jpg.rf.074fcbaa6f78a353d0915be36f6551de.jpg new file mode 100644 index 0000000..063b770 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1607488651407_d2wyq3yi4z5_jpg.rf.074fcbaa6f78a353d0915be36f6551de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1607489149991_fqsr5i8qpxa_jpg.rf.27819baeeb7f202a70bec251200922eb.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1607489149991_fqsr5i8qpxa_jpg.rf.27819baeeb7f202a70bec251200922eb.jpg new file mode 100644 index 0000000..2c4c673 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1607489149991_fqsr5i8qpxa_jpg.rf.27819baeeb7f202a70bec251200922eb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1607926577196_l0ky9882fbs_jpg.rf.efe1748dcdb224eddeffc55552ba2d8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1607926577196_l0ky9882fbs_jpg.rf.efe1748dcdb224eddeffc55552ba2d8f.jpg new file mode 100644 index 0000000..5a996dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1607926577196_l0ky9882fbs_jpg.rf.efe1748dcdb224eddeffc55552ba2d8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1608108218503_391rtxt3115_jpg.rf.3f506d3ce824b7a195a1c3ea1074b814.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1608108218503_391rtxt3115_jpg.rf.3f506d3ce824b7a195a1c3ea1074b814.jpg new file mode 100644 index 0000000..8b88b24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1608108218503_391rtxt3115_jpg.rf.3f506d3ce824b7a195a1c3ea1074b814.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1608181475246_19yegsx8i9i_jpg.rf.81c4fe51fca12bba77316658a0a29206.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1608181475246_19yegsx8i9i_jpg.rf.81c4fe51fca12bba77316658a0a29206.jpg new file mode 100644 index 0000000..1afb09d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1608181475246_19yegsx8i9i_jpg.rf.81c4fe51fca12bba77316658a0a29206.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/1609220672482_kju3nde2bpb_jpg.rf.0f1bc9640e4ddabeef99bac4ff3faf3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/1609220672482_kju3nde2bpb_jpg.rf.0f1bc9640e4ddabeef99bac4ff3faf3d.jpg new file mode 100644 index 0000000..b7ab691 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/1609220672482_kju3nde2bpb_jpg.rf.0f1bc9640e4ddabeef99bac4ff3faf3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/5e50d2b986acd39eb4c49acb99d07dc8_jpg.rf.c12db2a6f382be4836f0d09c0a41d789.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/5e50d2b986acd39eb4c49acb99d07dc8_jpg.rf.c12db2a6f382be4836f0d09c0a41d789.jpg new file mode 100644 index 0000000..a459d28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/5e50d2b986acd39eb4c49acb99d07dc8_jpg.rf.c12db2a6f382be4836f0d09c0a41d789.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/6fcf079f23e6f7328428c1122c010bb9_jpg.rf.41fc12514be71d044f7b55ff6ac5431e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/6fcf079f23e6f7328428c1122c010bb9_jpg.rf.41fc12514be71d044f7b55ff6ac5431e.jpg new file mode 100644 index 0000000..00b2be3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/6fcf079f23e6f7328428c1122c010bb9_jpg.rf.41fc12514be71d044f7b55ff6ac5431e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/98dfa8401ed96f829dbc808b28fd2699_jpg.rf.c4979c15f4d05d6b062c4cd0fd886b7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/98dfa8401ed96f829dbc808b28fd2699_jpg.rf.c4979c15f4d05d6b062c4cd0fd886b7c.jpg new file mode 100644 index 0000000..884a28e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/98dfa8401ed96f829dbc808b28fd2699_jpg.rf.c4979c15f4d05d6b062c4cd0fd886b7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-100-_jpg.rf.678cffdf36df68c5cec281c1440aa16f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-100-_jpg.rf.678cffdf36df68c5cec281c1440aa16f.jpg new file mode 100644 index 0000000..cf52e87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-100-_jpg.rf.678cffdf36df68c5cec281c1440aa16f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-115-_jpg.rf.2ce2b84d657e81c8589122411d96cb55.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-115-_jpg.rf.2ce2b84d657e81c8589122411d96cb55.jpg new file mode 100644 index 0000000..de947fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-115-_jpg.rf.2ce2b84d657e81c8589122411d96cb55.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-137-_jpg.rf.6e9d9221c5c15d4e9c63f59929f94ad5.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-137-_jpg.rf.6e9d9221c5c15d4e9c63f59929f94ad5.jpg new file mode 100644 index 0000000..0426063 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-137-_jpg.rf.6e9d9221c5c15d4e9c63f59929f94ad5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-14-_jpg.rf.0dfc950c63db50f7493151504d27d744.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-14-_jpg.rf.0dfc950c63db50f7493151504d27d744.jpg new file mode 100644 index 0000000..f1d323a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-14-_jpg.rf.0dfc950c63db50f7493151504d27d744.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-142-_jpg.rf.7e89f1d2dea3140b4652bb457e3599d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-142-_jpg.rf.7e89f1d2dea3140b4652bb457e3599d3.jpg new file mode 100644 index 0000000..e10268c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-142-_jpg.rf.7e89f1d2dea3140b4652bb457e3599d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-186-_jpg.rf.6a7a591082f5317c254cf1d9b876cbf4.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-186-_jpg.rf.6a7a591082f5317c254cf1d9b876cbf4.jpg new file mode 100644 index 0000000..c49fd19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-186-_jpg.rf.6a7a591082f5317c254cf1d9b876cbf4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-190-_jpg.rf.70ff8f204b775fdc9657e3718ee3f099.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-190-_jpg.rf.70ff8f204b775fdc9657e3718ee3f099.jpg new file mode 100644 index 0000000..e0d3564 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-190-_jpg.rf.70ff8f204b775fdc9657e3718ee3f099.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-208-_jpg.rf.0409c57045f884de06a171f99cbbada2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-208-_jpg.rf.0409c57045f884de06a171f99cbbada2.jpg new file mode 100644 index 0000000..f2092a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-208-_jpg.rf.0409c57045f884de06a171f99cbbada2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-21-_jpg.rf.1d6d34203776a15fdf1caf640df371f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-21-_jpg.rf.1d6d34203776a15fdf1caf640df371f4.jpg new file mode 100644 index 0000000..d268015 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-21-_jpg.rf.1d6d34203776a15fdf1caf640df371f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-217-_jpg.rf.76e348ba5f0f72391918ac24a86457a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-217-_jpg.rf.76e348ba5f0f72391918ac24a86457a5.jpg new file mode 100644 index 0000000..9986a85 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-217-_jpg.rf.76e348ba5f0f72391918ac24a86457a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-222-_jpg.rf.14bea829d0aca44b68577b03f0c017c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-222-_jpg.rf.14bea829d0aca44b68577b03f0c017c3.jpg new file mode 100644 index 0000000..6199be9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-222-_jpg.rf.14bea829d0aca44b68577b03f0c017c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-226-_jpg.rf.c8bb501314b57425002975cf0b6c7e3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-226-_jpg.rf.c8bb501314b57425002975cf0b6c7e3c.jpg new file mode 100644 index 0000000..916f263 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-226-_jpg.rf.c8bb501314b57425002975cf0b6c7e3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-243-_jpg.rf.a9e35adf90269bef964de12365f1a69c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-243-_jpg.rf.a9e35adf90269bef964de12365f1a69c.jpg new file mode 100644 index 0000000..b2342e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-243-_jpg.rf.a9e35adf90269bef964de12365f1a69c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-267-_jpg.rf.dfcf8f06b9bf0d558336c38100f50252.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-267-_jpg.rf.dfcf8f06b9bf0d558336c38100f50252.jpg new file mode 100644 index 0000000..2bdb7f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-267-_jpg.rf.dfcf8f06b9bf0d558336c38100f50252.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-269-_jpg.rf.c8ba104c44a4446b831b89ee082cd868.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-269-_jpg.rf.c8ba104c44a4446b831b89ee082cd868.jpg new file mode 100644 index 0000000..dd4ff0d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-269-_jpg.rf.c8ba104c44a4446b831b89ee082cd868.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-271-_jpg.rf.eadedf7977075f78524ccbcbfeaa1136.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-271-_jpg.rf.eadedf7977075f78524ccbcbfeaa1136.jpg new file mode 100644 index 0000000..a7017de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-271-_jpg.rf.eadedf7977075f78524ccbcbfeaa1136.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-272-_jpg.rf.fdef8ff0086b7f971b7b0460d4fbcfd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-272-_jpg.rf.fdef8ff0086b7f971b7b0460d4fbcfd3.jpg new file mode 100644 index 0000000..6f32ed8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-272-_jpg.rf.fdef8ff0086b7f971b7b0460d4fbcfd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-292-_jpg.rf.19b5e331e0e5a06191a7d39f32152707.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-292-_jpg.rf.19b5e331e0e5a06191a7d39f32152707.jpg new file mode 100644 index 0000000..e2ec1b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-292-_jpg.rf.19b5e331e0e5a06191a7d39f32152707.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-305-_jpg.rf.dd0d733db4d21704de4762ecef07fe28.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-305-_jpg.rf.dd0d733db4d21704de4762ecef07fe28.jpg new file mode 100644 index 0000000..091277e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-305-_jpg.rf.dd0d733db4d21704de4762ecef07fe28.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-318-_jpg.rf.0ce862e2575257a952f36bd01d5f4d67.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-318-_jpg.rf.0ce862e2575257a952f36bd01d5f4d67.jpg new file mode 100644 index 0000000..4185f38 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-318-_jpg.rf.0ce862e2575257a952f36bd01d5f4d67.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-331-_jpg.rf.1a8901b6729a6f7f0ea6b7bc9c7cfc65.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-331-_jpg.rf.1a8901b6729a6f7f0ea6b7bc9c7cfc65.jpg new file mode 100644 index 0000000..c6bb704 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-331-_jpg.rf.1a8901b6729a6f7f0ea6b7bc9c7cfc65.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-334-_jpg.rf.32872804f5a1d87aa9ec337c2989bd20.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-334-_jpg.rf.32872804f5a1d87aa9ec337c2989bd20.jpg new file mode 100644 index 0000000..42ea431 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-334-_jpg.rf.32872804f5a1d87aa9ec337c2989bd20.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-337-_jpg.rf.c39dd00ce9f7d11bc0b54d47ab864709.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-337-_jpg.rf.c39dd00ce9f7d11bc0b54d47ab864709.jpg new file mode 100644 index 0000000..ce4fce6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-337-_jpg.rf.c39dd00ce9f7d11bc0b54d47ab864709.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-338-_jpg.rf.e05d1c2cabb28757bbad49fcd7e27a9e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-338-_jpg.rf.e05d1c2cabb28757bbad49fcd7e27a9e.jpg new file mode 100644 index 0000000..4f6a179 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-338-_jpg.rf.e05d1c2cabb28757bbad49fcd7e27a9e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-352-_jpg.rf.2ebe9ce7494fe2700186ea11e11dc4a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-352-_jpg.rf.2ebe9ce7494fe2700186ea11e11dc4a9.jpg new file mode 100644 index 0000000..34b33f8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-352-_jpg.rf.2ebe9ce7494fe2700186ea11e11dc4a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-359-_jpg.rf.b7cd88ceb3f72fcd64b5bbb308a21677.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-359-_jpg.rf.b7cd88ceb3f72fcd64b5bbb308a21677.jpg new file mode 100644 index 0000000..56b87a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-359-_jpg.rf.b7cd88ceb3f72fcd64b5bbb308a21677.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-365-_jpg.rf.52bf7cfb5364ce9890602f9827cf418c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-365-_jpg.rf.52bf7cfb5364ce9890602f9827cf418c.jpg new file mode 100644 index 0000000..c7f25d5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-365-_jpg.rf.52bf7cfb5364ce9890602f9827cf418c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-382-_jpg.rf.dc78adab75dbeeee58b5c80cd7dbc224.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-382-_jpg.rf.dc78adab75dbeeee58b5c80cd7dbc224.jpg new file mode 100644 index 0000000..c366c9c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-382-_jpg.rf.dc78adab75dbeeee58b5c80cd7dbc224.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-389-_jpg.rf.fba596c8c6de886a2c510fdca44b90e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-389-_jpg.rf.fba596c8c6de886a2c510fdca44b90e2.jpg new file mode 100644 index 0000000..485afc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-389-_jpg.rf.fba596c8c6de886a2c510fdca44b90e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-4-_jpg.rf.3b57487e6760055109ebf69ec46336b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-4-_jpg.rf.3b57487e6760055109ebf69ec46336b7.jpg new file mode 100644 index 0000000..8883333 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-4-_jpg.rf.3b57487e6760055109ebf69ec46336b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-405-_jpg.rf.6285635f2cfc0fc0de3e02a59b9d2bdc.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-405-_jpg.rf.6285635f2cfc0fc0de3e02a59b9d2bdc.jpg new file mode 100644 index 0000000..eef71e4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-405-_jpg.rf.6285635f2cfc0fc0de3e02a59b9d2bdc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-406-_jpg.rf.30b1c46c80d562c84afebdf749f893f3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-406-_jpg.rf.30b1c46c80d562c84afebdf749f893f3.jpg new file mode 100644 index 0000000..f2fcbc4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-406-_jpg.rf.30b1c46c80d562c84afebdf749f893f3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-442-_jpg.rf.f243eea6d0ad4bb0b7ea9ceacfc96c0d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-442-_jpg.rf.f243eea6d0ad4bb0b7ea9ceacfc96c0d.jpg new file mode 100644 index 0000000..8822313 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-442-_jpg.rf.f243eea6d0ad4bb0b7ea9ceacfc96c0d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-444-_jpg.rf.8620cb1542ffcb3fe070e06db080e25e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-444-_jpg.rf.8620cb1542ffcb3fe070e06db080e25e.jpg new file mode 100644 index 0000000..e662b91 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-444-_jpg.rf.8620cb1542ffcb3fe070e06db080e25e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-62-_jpg.rf.fecf18ce4f6f4cb9fd940739d65705cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-62-_jpg.rf.fecf18ce4f6f4cb9fd940739d65705cd.jpg new file mode 100644 index 0000000..58ab93c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-62-_jpg.rf.fecf18ce4f6f4cb9fd940739d65705cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-69-_jpg.rf.55f23a5d140681ac59d9d1d08441e9a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-69-_jpg.rf.55f23a5d140681ac59d9d1d08441e9a9.jpg new file mode 100644 index 0000000..ddc8db1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-69-_jpg.rf.55f23a5d140681ac59d9d1d08441e9a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-74-_jpg.rf.15ed3dd6af7bc12c19ef7715f36f6afe.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-74-_jpg.rf.15ed3dd6af7bc12c19ef7715f36f6afe.jpg new file mode 100644 index 0000000..8d50e67 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-74-_jpg.rf.15ed3dd6af7bc12c19ef7715f36f6afe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-82-_jpg.rf.b5ba2bdc421aee92a8f3e968d2bea846.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-82-_jpg.rf.b5ba2bdc421aee92a8f3e968d2bea846.jpg new file mode 100644 index 0000000..0a0c555 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-82-_jpg.rf.b5ba2bdc421aee92a8f3e968d2bea846.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-86-_jpg.rf.bf711398746cff77f0430f7c71681cfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-86-_jpg.rf.bf711398746cff77f0430f7c71681cfc.jpg new file mode 100644 index 0000000..0972bd3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-86-_jpg.rf.bf711398746cff77f0430f7c71681cfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-93-_jpg.rf.bc3deef059b808e709fb1cf439dd9f8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-93-_jpg.rf.bc3deef059b808e709fb1cf439dd9f8c.jpg new file mode 100644 index 0000000..cc07ed2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-93-_jpg.rf.bc3deef059b808e709fb1cf439dd9f8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-99-_jpg.rf.67553201490e5af6b5023ccc1c73994c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-99-_jpg.rf.67553201490e5af6b5023ccc1c73994c.jpg new file mode 100644 index 0000000..5284ea2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/BallCap-99-_jpg.rf.67553201490e5af6b5023ccc1c73994c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3209_jpg.rf.1dc3d21305e48c6f8aedebbc8b151594.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3209_jpg.rf.1dc3d21305e48c6f8aedebbc8b151594.jpg new file mode 100644 index 0000000..a199f82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3209_jpg.rf.1dc3d21305e48c6f8aedebbc8b151594.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3732_jpg.rf.755e1074c69fadbffb0a290aa490bda9.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3732_jpg.rf.755e1074c69fadbffb0a290aa490bda9.jpg new file mode 100644 index 0000000..c707ffb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3732_jpg.rf.755e1074c69fadbffb0a290aa490bda9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3839_jpg.rf.4b6eaea0134ea7539dce2bd55ced738c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3839_jpg.rf.4b6eaea0134ea7539dce2bd55ced738c.jpg new file mode 100644 index 0000000..f75612b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3839_jpg.rf.4b6eaea0134ea7539dce2bd55ced738c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3841_jpg.rf.daf56b06e48b65358f50db3f82bb93bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3841_jpg.rf.daf56b06e48b65358f50db3f82bb93bd.jpg new file mode 100644 index 0000000..e3d8482 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3841_jpg.rf.daf56b06e48b65358f50db3f82bb93bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3876_jpg.rf.eaae5765982e338d77d939eb76f1d4f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3876_jpg.rf.eaae5765982e338d77d939eb76f1d4f9.jpg new file mode 100644 index 0000000..a40246f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage3876_jpg.rf.eaae5765982e338d77d939eb76f1d4f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Dimage395_jpg.rf.33e737f0cba7a6e58011dae4583ebb4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage395_jpg.rf.33e737f0cba7a6e58011dae4583ebb4f.jpg new file mode 100644 index 0000000..af51b14 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Dimage395_jpg.rf.33e737f0cba7a6e58011dae4583ebb4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9102_jpg.rf.1f53c05ea6970968838d1038ab06e448.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9102_jpg.rf.1f53c05ea6970968838d1038ab06e448.jpg new file mode 100644 index 0000000..395d2a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9102_jpg.rf.1f53c05ea6970968838d1038ab06e448.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9141_jpg.rf.491451f9dfb414941bc612c5bf7876b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9141_jpg.rf.491451f9dfb414941bc612c5bf7876b2.jpg new file mode 100644 index 0000000..33e13d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9141_jpg.rf.491451f9dfb414941bc612c5bf7876b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9154_jpg.rf.ed9576b3ce7df5ed087c0526a48797c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9154_jpg.rf.ed9576b3ce7df5ed087c0526a48797c1.jpg new file mode 100644 index 0000000..bce5a16 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9154_jpg.rf.ed9576b3ce7df5ed087c0526a48797c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9197_jpg.rf.e77c2ae5d2a5ff52c368d8d6083fb4a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9197_jpg.rf.e77c2ae5d2a5ff52c368d8d6083fb4a9.jpg new file mode 100644 index 0000000..5dbeed1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9197_jpg.rf.e77c2ae5d2a5ff52c368d8d6083fb4a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage919_jpg.rf.80be5cd7a2228a8e044782b148d6aaba.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage919_jpg.rf.80be5cd7a2228a8e044782b148d6aaba.jpg new file mode 100644 index 0000000..689c1c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage919_jpg.rf.80be5cd7a2228a8e044782b148d6aaba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9289_jpg.rf.d34a06035626486406342e350bf3cb8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9289_jpg.rf.d34a06035626486406342e350bf3cb8b.jpg new file mode 100644 index 0000000..b059682 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9289_jpg.rf.d34a06035626486406342e350bf3cb8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9297_jpg.rf.8211798448b872ab919210183ed041ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9297_jpg.rf.8211798448b872ab919210183ed041ea.jpg new file mode 100644 index 0000000..4d19e4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9297_jpg.rf.8211798448b872ab919210183ed041ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9343_jpg.rf.8193fce554bda49232ef8d01e0aa782f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9343_jpg.rf.8193fce554bda49232ef8d01e0aa782f.jpg new file mode 100644 index 0000000..2babe8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9343_jpg.rf.8193fce554bda49232ef8d01e0aa782f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage940C_jpeg_jpg.rf.734044e383cd28e6e2e2924f69a1e94e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage940C_jpeg_jpg.rf.734044e383cd28e6e2e2924f69a1e94e.jpg new file mode 100644 index 0000000..1312343 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage940C_jpeg_jpg.rf.734044e383cd28e6e2e2924f69a1e94e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9619_jpg.rf.c4f52ddce8d03a122187932fac837eae.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9619_jpg.rf.c4f52ddce8d03a122187932fac837eae.jpg new file mode 100644 index 0000000..4c0d1e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9619_jpg.rf.c4f52ddce8d03a122187932fac837eae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9635_jpg.rf.e6aa83e53fb7da79d1b3c17fb1484866.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9635_jpg.rf.e6aa83e53fb7da79d1b3c17fb1484866.jpg new file mode 100644 index 0000000..857037a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9635_jpg.rf.e6aa83e53fb7da79d1b3c17fb1484866.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Himage9857_jpg.rf.2e23938d5a1af7ee6ab500d83fb0e169.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9857_jpg.rf.2e23938d5a1af7ee6ab500d83fb0e169.jpg new file mode 100644 index 0000000..f41f947 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Himage9857_jpg.rf.2e23938d5a1af7ee6ab500d83fb0e169.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3381_mp4-0002_jpg.rf.a5c8d26eb7bf74b676b2af0034b34e62.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3381_mp4-0002_jpg.rf.a5c8d26eb7bf74b676b2af0034b34e62.jpg new file mode 100644 index 0000000..ae45cfd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3381_mp4-0002_jpg.rf.a5c8d26eb7bf74b676b2af0034b34e62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0013_jpg.rf.40e4b34da610a8ab3cbdbe39f189092b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0013_jpg.rf.40e4b34da610a8ab3cbdbe39f189092b.jpg new file mode 100644 index 0000000..639a313 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0013_jpg.rf.40e4b34da610a8ab3cbdbe39f189092b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0016_jpg.rf.fb29691b2a5b4b0693811ff62d21f8f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0016_jpg.rf.fb29691b2a5b4b0693811ff62d21f8f0.jpg new file mode 100644 index 0000000..d3349fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0016_jpg.rf.fb29691b2a5b4b0693811ff62d21f8f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0020_jpg.rf.ccfd16ab9c5a77b5c7e46b493026ea9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0020_jpg.rf.ccfd16ab9c5a77b5c7e46b493026ea9d.jpg new file mode 100644 index 0000000..dc30a41 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3382_mp4-0020_jpg.rf.ccfd16ab9c5a77b5c7e46b493026ea9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3383_mp4-0013_jpg.rf.4b50b7659427ddab9e168c38113bd896.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3383_mp4-0013_jpg.rf.4b50b7659427ddab9e168c38113bd896.jpg new file mode 100644 index 0000000..897d63a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/IMG_3383_mp4-0013_jpg.rf.4b50b7659427ddab9e168c38113bd896.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18102_jpg.rf.8186e2f4bfc190fc8b4ee6217e394463.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18102_jpg.rf.8186e2f4bfc190fc8b4ee6217e394463.jpg new file mode 100644 index 0000000..e873ea5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18102_jpg.rf.8186e2f4bfc190fc8b4ee6217e394463.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18123_jpg.rf.899421b54ffd37ac1f8a3b12900f2407.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18123_jpg.rf.899421b54ffd37ac1f8a3b12900f2407.jpg new file mode 100644 index 0000000..6b009b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18123_jpg.rf.899421b54ffd37ac1f8a3b12900f2407.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18287_jpg.rf.29afe12b768c58d9ac0b3cdef93bbc50.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18287_jpg.rf.29afe12b768c58d9ac0b3cdef93bbc50.jpg new file mode 100644 index 0000000..5de594b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18287_jpg.rf.29afe12b768c58d9ac0b3cdef93bbc50.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Jimage1840_jpg.rf.76825d0a1c77935ff59089cee97a87bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage1840_jpg.rf.76825d0a1c77935ff59089cee97a87bd.jpg new file mode 100644 index 0000000..01b73ca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage1840_jpg.rf.76825d0a1c77935ff59089cee97a87bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18569_jpg.rf.da062c40cb51d8e423035d2e81b5584e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18569_jpg.rf.da062c40cb51d8e423035d2e81b5584e.jpg new file mode 100644 index 0000000..7165b00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage18569_jpg.rf.da062c40cb51d8e423035d2e81b5584e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Jimage1889_jpg.rf.fefb748873c2eee37046208b2f2cdaee.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage1889_jpg.rf.fefb748873c2eee37046208b2f2cdaee.jpg new file mode 100644 index 0000000..2dadcca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Jimage1889_jpg.rf.fefb748873c2eee37046208b2f2cdaee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-0_jpg.rf.88250add8a8ccfb74eb4ecf44f7ca2b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-0_jpg.rf.88250add8a8ccfb74eb4ecf44f7ca2b4.jpg new file mode 100644 index 0000000..df7339d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-0_jpg.rf.88250add8a8ccfb74eb4ecf44f7ca2b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-19_jpg.rf.3a85ec661f12e9e76327c0813a078b3f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-19_jpg.rf.3a85ec661f12e9e76327c0813a078b3f.jpg new file mode 100644 index 0000000..e254f21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-19_jpg.rf.3a85ec661f12e9e76327c0813a078b3f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-24_jpg.rf.4c02818665c62364da91b7c211d5f449.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-24_jpg.rf.4c02818665c62364da91b7c211d5f449.jpg new file mode 100644 index 0000000..af586b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-24_jpg.rf.4c02818665c62364da91b7c211d5f449.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-29_jpg.rf.08e9b47a21899703cc7ef8d06dd2302c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-29_jpg.rf.08e9b47a21899703cc7ef8d06dd2302c.jpg new file mode 100644 index 0000000..bd47539 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-29_jpg.rf.08e9b47a21899703cc7ef8d06dd2302c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-6_jpg.rf.c71be106657b234e1303e6d8463494c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-6_jpg.rf.c71be106657b234e1303e6d8463494c5.jpg new file mode 100644 index 0000000..f348771 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Metro_Bag_Abandoned_mp4-6_jpg.rf.c71be106657b234e1303e6d8463494c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6207_jpg.rf.83cbb07d5b8fdcd0e096eaa0a2704906.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6207_jpg.rf.83cbb07d5b8fdcd0e096eaa0a2704906.jpg new file mode 100644 index 0000000..9936943 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6207_jpg.rf.83cbb07d5b8fdcd0e096eaa0a2704906.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6242_jpg.rf.399cff466566428b3b29016647bf62a3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6242_jpg.rf.399cff466566428b3b29016647bf62a3.jpg new file mode 100644 index 0000000..21e7c9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6242_jpg.rf.399cff466566428b3b29016647bf62a3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6294_jpg.rf.1f373209b264db5423d2e8b8f6787d6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6294_jpg.rf.1f373209b264db5423d2e8b8f6787d6b.jpg new file mode 100644 index 0000000..6c6d199 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6294_jpg.rf.1f373209b264db5423d2e8b8f6787d6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Pimage630_jpg.rf.f36e8591db7e80fe12694de94ac56b76.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage630_jpg.rf.f36e8591db7e80fe12694de94ac56b76.jpg new file mode 100644 index 0000000..3460780 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage630_jpg.rf.f36e8591db7e80fe12694de94ac56b76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6339_jpg.rf.d9d2ee649f93bc999fc47d1269f6113f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6339_jpg.rf.d9d2ee649f93bc999fc47d1269f6113f.jpg new file mode 100644 index 0000000..4e3319c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6339_jpg.rf.d9d2ee649f93bc999fc47d1269f6113f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6342_jpg.rf.8a4e779b4569e5bd8235a4d6b7be09f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6342_jpg.rf.8a4e779b4569e5bd8235a4d6b7be09f6.jpg new file mode 100644 index 0000000..94b876a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/Pimage6342_jpg.rf.8a4e779b4569e5bd8235a4d6b7be09f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_2_mp4-2_jpg.rf.1db2a395aaa6392f639c10062c301baf.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_2_mp4-2_jpg.rf.1db2a395aaa6392f639c10062c301baf.jpg new file mode 100644 index 0000000..e6adaaa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_2_mp4-2_jpg.rf.1db2a395aaa6392f639c10062c301baf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_2_mp4-3_jpg.rf.2f39aeb30a4c7931b3d438991a3dba8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_2_mp4-3_jpg.rf.2f39aeb30a4c7931b3d438991a3dba8f.jpg new file mode 100644 index 0000000..9a0615b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_2_mp4-3_jpg.rf.2f39aeb30a4c7931b3d438991a3dba8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_3_mp4-20_jpg.rf.73a5bc76818cff04106df73ff58fb6de.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_3_mp4-20_jpg.rf.73a5bc76818cff04106df73ff58fb6de.jpg new file mode 100644 index 0000000..d1984a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_3_mp4-20_jpg.rf.73a5bc76818cff04106df73ff58fb6de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_3_mp4-2_jpg.rf.1f782bd67fcdb89bda3e60c3acc50877.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_3_mp4-2_jpg.rf.1f782bd67fcdb89bda3e60c3acc50877.jpg new file mode 100644 index 0000000..5cb9b4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/abandonedbag_3_mp4-2_jpg.rf.1f782bd67fcdb89bda3e60c3acc50877.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-1-_jpg.rf.7c8d5b08f1a7a2f2d195cb88a260afab.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-1-_jpg.rf.7c8d5b08f1a7a2f2d195cb88a260afab.jpg new file mode 100644 index 0000000..e91e201 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-1-_jpg.rf.7c8d5b08f1a7a2f2d195cb88a260afab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-21-_jpg.rf.79c6580c25904a2e6338a208b5faf246.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-21-_jpg.rf.79c6580c25904a2e6338a208b5faf246.jpg new file mode 100644 index 0000000..03b2192 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-21-_jpg.rf.79c6580c25904a2e6338a208b5faf246.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-23-_jpg.rf.a1105de65ab0cca56376ab767964b1fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-23-_jpg.rf.a1105de65ab0cca56376ab767964b1fa.jpg new file mode 100644 index 0000000..0e21b49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-23-_jpg.rf.a1105de65ab0cca56376ab767964b1fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-35-_jpg.rf.360b46c5535207808e843e41f7e4a584.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-35-_jpg.rf.360b46c5535207808e843e41f7e4a584.jpg new file mode 100644 index 0000000..0dab400 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-35-_jpg.rf.360b46c5535207808e843e41f7e4a584.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-41-_jpg.rf.af1ed6f2de78dd95bfba02c09b1a5293.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-41-_jpg.rf.af1ed6f2de78dd95bfba02c09b1a5293.jpg new file mode 100644 index 0000000..e11c785 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-41-_jpg.rf.af1ed6f2de78dd95bfba02c09b1a5293.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-41-_jpg.rf.f7dc3ded1e54591a9d256dc62a20bfb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-41-_jpg.rf.f7dc3ded1e54591a9d256dc62a20bfb5.jpg new file mode 100644 index 0000000..3970ada Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-41-_jpg.rf.f7dc3ded1e54591a9d256dc62a20bfb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-42-_jpg.rf.31cd218d5d5e7f92d242c65cbb457cce.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-42-_jpg.rf.31cd218d5d5e7f92d242c65cbb457cce.jpg new file mode 100644 index 0000000..f37af22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-42-_jpg.rf.31cd218d5d5e7f92d242c65cbb457cce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-45-_jpg.rf.dcb6ccfa60c2cc4b62f2ed71899cd4a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-45-_jpg.rf.dcb6ccfa60c2cc4b62f2ed71899cd4a7.jpg new file mode 100644 index 0000000..5f40031 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-45-_jpg.rf.dcb6ccfa60c2cc4b62f2ed71899cd4a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-48-_jpg.rf.e7693defe5cf9bf027a24e260e84221c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-48-_jpg.rf.e7693defe5cf9bf027a24e260e84221c.jpg new file mode 100644 index 0000000..8143df9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-48-_jpg.rf.e7693defe5cf9bf027a24e260e84221c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-51-_jpg.rf.b703a0d2109daf63f3d6c2e48a9f857b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-51-_jpg.rf.b703a0d2109daf63f3d6c2e48a9f857b.jpg new file mode 100644 index 0000000..ddf665f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-51-_jpg.rf.b703a0d2109daf63f3d6c2e48a9f857b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-54-_jpg.rf.250108fb77419e7a15e762e2a3740403.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-54-_jpg.rf.250108fb77419e7a15e762e2a3740403.jpg new file mode 100644 index 0000000..b712ce6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-54-_jpg.rf.250108fb77419e7a15e762e2a3740403.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-63-_jpg.rf.e5d5c1c22e3a47024894de8201d72bf8.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-63-_jpg.rf.e5d5c1c22e3a47024894de8201d72bf8.jpg new file mode 100644 index 0000000..08547a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-63-_jpg.rf.e5d5c1c22e3a47024894de8201d72bf8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-71-_jpg.rf.bf8ec4b87f5882adba91eecb254f2f02.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-71-_jpg.rf.bf8ec4b87f5882adba91eecb254f2f02.jpg new file mode 100644 index 0000000..e90c2d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-71-_jpg.rf.bf8ec4b87f5882adba91eecb254f2f02.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-75-_jpg.rf.0c3f93e67f449d2f903ac70a9b100f80.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-75-_jpg.rf.0c3f93e67f449d2f903ac70a9b100f80.jpg new file mode 100644 index 0000000..6332c00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-75-_jpg.rf.0c3f93e67f449d2f903ac70a9b100f80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-8-_jpg.rf.005a9c542917121dc2cb36f95ad3fcb8.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-8-_jpg.rf.005a9c542917121dc2cb36f95ad3fcb8.jpg new file mode 100644 index 0000000..2ebd9fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-8-_jpg.rf.005a9c542917121dc2cb36f95ad3fcb8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-83-_jpg.rf.c61b1832b071bb00f6e8f5a4c544205c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-83-_jpg.rf.c61b1832b071bb00f6e8f5a4c544205c.jpg new file mode 100644 index 0000000..e666ee6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-83-_jpg.rf.c61b1832b071bb00f6e8f5a4c544205c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-91-_jpg.rf.63bdc42253aa0454f4e86d2a0f3c2232.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-91-_jpg.rf.63bdc42253aa0454f4e86d2a0f3c2232.jpg new file mode 100644 index 0000000..6b3928a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ballcapman-91-_jpg.rf.63bdc42253aa0454f4e86d2a0f3c2232.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/c19a1c0f902cc3e6dc6ef3332ffd46b5_jpg.rf.9d33986162f7cd873d7c591c96faffae.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/c19a1c0f902cc3e6dc6ef3332ffd46b5_jpg.rf.9d33986162f7cd873d7c591c96faffae.jpg new file mode 100644 index 0000000..4a19888 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/c19a1c0f902cc3e6dc6ef3332ffd46b5_jpg.rf.9d33986162f7cd873d7c591c96faffae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/d1d2daff64c64e1826df355272bead5f4b8c9085_jpg.rf.fcddb9f7c2caa26ebd5340257d3cf21b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/d1d2daff64c64e1826df355272bead5f4b8c9085_jpg.rf.fcddb9f7c2caa26ebd5340257d3cf21b.jpg new file mode 100644 index 0000000..40a7286 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/d1d2daff64c64e1826df355272bead5f4b8c9085_jpg.rf.fcddb9f7c2caa26ebd5340257d3cf21b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_2ABAJDJY2IJ8U2B3_jpg.rf.b5b9b2f33c3be8ea39765a2e0d1d88b9.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_2ABAJDJY2IJ8U2B3_jpg.rf.b5b9b2f33c3be8ea39765a2e0d1d88b9.jpg new file mode 100644 index 0000000..8e107ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_2ABAJDJY2IJ8U2B3_jpg.rf.b5b9b2f33c3be8ea39765a2e0d1d88b9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_2NQ6QNMX082SJSI6_jpg.rf.60af151f9954027b5bf4abf69ebc8dd4.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_2NQ6QNMX082SJSI6_jpg.rf.60af151f9954027b5bf4abf69ebc8dd4.jpg new file mode 100644 index 0000000..df06736 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_2NQ6QNMX082SJSI6_jpg.rf.60af151f9954027b5bf4abf69ebc8dd4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3HGJNKFI6XYDXEQ5_jpg.rf.4ba4755c847a0806a57001d60ee08014.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3HGJNKFI6XYDXEQ5_jpg.rf.4ba4755c847a0806a57001d60ee08014.jpg new file mode 100644 index 0000000..9919e50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3HGJNKFI6XYDXEQ5_jpg.rf.4ba4755c847a0806a57001d60ee08014.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3KQQEZX41PZH0PWN_jpg.rf.8733bd82d02a7dd94d0c970a65ab2ad0.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3KQQEZX41PZH0PWN_jpg.rf.8733bd82d02a7dd94d0c970a65ab2ad0.jpg new file mode 100644 index 0000000..eb5ea22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3KQQEZX41PZH0PWN_jpg.rf.8733bd82d02a7dd94d0c970a65ab2ad0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3Y7OT31L83VA42Y2_jpg.rf.f742faf9fc2d6f2ebe63bda019679f02.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3Y7OT31L83VA42Y2_jpg.rf.f742faf9fc2d6f2ebe63bda019679f02.jpg new file mode 100644 index 0000000..3189c59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_3Y7OT31L83VA42Y2_jpg.rf.f742faf9fc2d6f2ebe63bda019679f02.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_4AXD6EE3YD83QU8E_jpg.rf.3e505ada01fbcb6f928018b12ac0905d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_4AXD6EE3YD83QU8E_jpg.rf.3e505ada01fbcb6f928018b12ac0905d.jpg new file mode 100644 index 0000000..234c202 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_4AXD6EE3YD83QU8E_jpg.rf.3e505ada01fbcb6f928018b12ac0905d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_4WH9I3622043HCUS_jpg.rf.e41cc969df4d535cd04fa54d182bf78e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_4WH9I3622043HCUS_jpg.rf.e41cc969df4d535cd04fa54d182bf78e.jpg new file mode 100644 index 0000000..0467fb1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_4WH9I3622043HCUS_jpg.rf.e41cc969df4d535cd04fa54d182bf78e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_66725OWRNQKD7HIH_jpg.rf.dc3c3ebfae442e9f8fc25d4b0d5a2809.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_66725OWRNQKD7HIH_jpg.rf.dc3c3ebfae442e9f8fc25d4b0d5a2809.jpg new file mode 100644 index 0000000..8bd61f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_66725OWRNQKD7HIH_jpg.rf.dc3c3ebfae442e9f8fc25d4b0d5a2809.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_6855A0PUFCRW3XYX_jpg.rf.5a7945f4246ec40511ad15100630da37.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_6855A0PUFCRW3XYX_jpg.rf.5a7945f4246ec40511ad15100630da37.jpg new file mode 100644 index 0000000..c432330 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_6855A0PUFCRW3XYX_jpg.rf.5a7945f4246ec40511ad15100630da37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_6SVUSEZ1S2RUA0CT_jpg.rf.ea5f240892a3448f84cb62f0b20fa7d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_6SVUSEZ1S2RUA0CT_jpg.rf.ea5f240892a3448f84cb62f0b20fa7d1.jpg new file mode 100644 index 0000000..732bdee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_6SVUSEZ1S2RUA0CT_jpg.rf.ea5f240892a3448f84cb62f0b20fa7d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_8OB4EYVS2LKU3YO9_jpg.rf.0c8abcdad7b325f7ace8974313876ff2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_8OB4EYVS2LKU3YO9_jpg.rf.0c8abcdad7b325f7ace8974313876ff2.jpg new file mode 100644 index 0000000..6c9d0d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_8OB4EYVS2LKU3YO9_jpg.rf.0c8abcdad7b325f7ace8974313876ff2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_8TLYJ1EA13OP03QT_jpg.rf.9aaeab28809d3df1d6130cee4c5174a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_8TLYJ1EA13OP03QT_jpg.rf.9aaeab28809d3df1d6130cee4c5174a7.jpg new file mode 100644 index 0000000..c8f1360 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_8TLYJ1EA13OP03QT_jpg.rf.9aaeab28809d3df1d6130cee4c5174a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_A0KFTC0CZ73B6O5B_jpg.rf.1ee1c2bb429b2ba81b326c7262b80565.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_A0KFTC0CZ73B6O5B_jpg.rf.1ee1c2bb429b2ba81b326c7262b80565.jpg new file mode 100644 index 0000000..63dab17 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_A0KFTC0CZ73B6O5B_jpg.rf.1ee1c2bb429b2ba81b326c7262b80565.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_AZ69NPEIO2VY6LXC_jpg.rf.c6582f8920371e1ba63be2f4db2adf84.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_AZ69NPEIO2VY6LXC_jpg.rf.c6582f8920371e1ba63be2f4db2adf84.jpg new file mode 100644 index 0000000..918654f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_AZ69NPEIO2VY6LXC_jpg.rf.c6582f8920371e1ba63be2f4db2adf84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B0SLFJ8A820I24WP_jpg.rf.831fe6e216b8f58b96bb553f1ba6bc8a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B0SLFJ8A820I24WP_jpg.rf.831fe6e216b8f58b96bb553f1ba6bc8a.jpg new file mode 100644 index 0000000..21ea571 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B0SLFJ8A820I24WP_jpg.rf.831fe6e216b8f58b96bb553f1ba6bc8a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B6XER6VSF1LPSVFR_jpg.rf.1906b450ef494ecb959427a8b8bf3165.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B6XER6VSF1LPSVFR_jpg.rf.1906b450ef494ecb959427a8b8bf3165.jpg new file mode 100644 index 0000000..1c3604f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B6XER6VSF1LPSVFR_jpg.rf.1906b450ef494ecb959427a8b8bf3165.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B8O9ECI23PNSBT2T_jpg.rf.89bcc0e4f7d85b3a8e9ca6d161fbccbb.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B8O9ECI23PNSBT2T_jpg.rf.89bcc0e4f7d85b3a8e9ca6d161fbccbb.jpg new file mode 100644 index 0000000..6874dc9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_B8O9ECI23PNSBT2T_jpg.rf.89bcc0e4f7d85b3a8e9ca6d161fbccbb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_BSXR1BYLA6XHKK3B_jpg.rf.3dda594a6112b5903f2bfe9725e31528.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_BSXR1BYLA6XHKK3B_jpg.rf.3dda594a6112b5903f2bfe9725e31528.jpg new file mode 100644 index 0000000..9df5c5d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_BSXR1BYLA6XHKK3B_jpg.rf.3dda594a6112b5903f2bfe9725e31528.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CAOAZOKTOKCFWMTU_jpg.rf.2f86926d2e412a68f4d1eaf8c6b1ea2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CAOAZOKTOKCFWMTU_jpg.rf.2f86926d2e412a68f4d1eaf8c6b1ea2e.jpg new file mode 100644 index 0000000..c5568d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CAOAZOKTOKCFWMTU_jpg.rf.2f86926d2e412a68f4d1eaf8c6b1ea2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CHELH3GPKXQY9NZV_jpg.rf.146d390fdb6d99d29fd0bea9f4a6b754.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CHELH3GPKXQY9NZV_jpg.rf.146d390fdb6d99d29fd0bea9f4a6b754.jpg new file mode 100644 index 0000000..34c6ede Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CHELH3GPKXQY9NZV_jpg.rf.146d390fdb6d99d29fd0bea9f4a6b754.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CII8O8YQHIH7WX07_jpg.rf.d7d861faf61c28bc6c27234f9b37240d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CII8O8YQHIH7WX07_jpg.rf.d7d861faf61c28bc6c27234f9b37240d.jpg new file mode 100644 index 0000000..f5c7b2d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CII8O8YQHIH7WX07_jpg.rf.d7d861faf61c28bc6c27234f9b37240d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CLIXBSWMW5CNIN2S_jpg.rf.7dc8d95d283db4f9c41eff1f9ec1855a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CLIXBSWMW5CNIN2S_jpg.rf.7dc8d95d283db4f9c41eff1f9ec1855a.jpg new file mode 100644 index 0000000..41a437d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_CLIXBSWMW5CNIN2S_jpg.rf.7dc8d95d283db4f9c41eff1f9ec1855a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_DZ9PTNESE54RPE3V_jpg.rf.985bccb5ff39aeb3e131d42bffe27611.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_DZ9PTNESE54RPE3V_jpg.rf.985bccb5ff39aeb3e131d42bffe27611.jpg new file mode 100644 index 0000000..45655fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_DZ9PTNESE54RPE3V_jpg.rf.985bccb5ff39aeb3e131d42bffe27611.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_EQF080VV51SQGR61_jpg.rf.996b42d810aa2f497dce12745e6018f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_EQF080VV51SQGR61_jpg.rf.996b42d810aa2f497dce12745e6018f0.jpg new file mode 100644 index 0000000..86f7e76 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_EQF080VV51SQGR61_jpg.rf.996b42d810aa2f497dce12745e6018f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_EZ7X4USQN8WL2W4Q_jpg.rf.cfd163e36c71e3b407df54f12130020c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_EZ7X4USQN8WL2W4Q_jpg.rf.cfd163e36c71e3b407df54f12130020c.jpg new file mode 100644 index 0000000..ca10c54 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_EZ7X4USQN8WL2W4Q_jpg.rf.cfd163e36c71e3b407df54f12130020c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_F3FKH7WLL68QZAKS_jpg.rf.acd8b001e968d39758d21af51b65cd1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_F3FKH7WLL68QZAKS_jpg.rf.acd8b001e968d39758d21af51b65cd1f.jpg new file mode 100644 index 0000000..6be88a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_F3FKH7WLL68QZAKS_jpg.rf.acd8b001e968d39758d21af51b65cd1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_F5UDPNCM4O7874L0_jpg.rf.ad5cdce0a5f7270623b37584ed3d3354.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_F5UDPNCM4O7874L0_jpg.rf.ad5cdce0a5f7270623b37584ed3d3354.jpg new file mode 100644 index 0000000..5aaa192 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_F5UDPNCM4O7874L0_jpg.rf.ad5cdce0a5f7270623b37584ed3d3354.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_GRBU982DEZEKNEVM_jpg.rf.89c1775cdcea03d7ddde4ef900f2fbea.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_GRBU982DEZEKNEVM_jpg.rf.89c1775cdcea03d7ddde4ef900f2fbea.jpg new file mode 100644 index 0000000..6841a30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_GRBU982DEZEKNEVM_jpg.rf.89c1775cdcea03d7ddde4ef900f2fbea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_GV3C7UL5R2TO8OWK_jpg.rf.5f732103c696b6661f6292eafa302d4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_GV3C7UL5R2TO8OWK_jpg.rf.5f732103c696b6661f6292eafa302d4f.jpg new file mode 100644 index 0000000..3cdc502 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_GV3C7UL5R2TO8OWK_jpg.rf.5f732103c696b6661f6292eafa302d4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_H0W8ZFDKDRKFB70B_jpg.rf.35703b12dc53d3712f92fb95712e487c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_H0W8ZFDKDRKFB70B_jpg.rf.35703b12dc53d3712f92fb95712e487c.jpg new file mode 100644 index 0000000..ccb4eb8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_H0W8ZFDKDRKFB70B_jpg.rf.35703b12dc53d3712f92fb95712e487c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_HFK0UPJGQ66PHB28_jpg.rf.ada7ba9029f127673bf1f8bc661109e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_HFK0UPJGQ66PHB28_jpg.rf.ada7ba9029f127673bf1f8bc661109e5.jpg new file mode 100644 index 0000000..12b9d88 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_HFK0UPJGQ66PHB28_jpg.rf.ada7ba9029f127673bf1f8bc661109e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_I21W0X6ASR3RMIG2_jpg.rf.0794c4d52f95e60e011c05f60b558c1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_I21W0X6ASR3RMIG2_jpg.rf.0794c4d52f95e60e011c05f60b558c1f.jpg new file mode 100644 index 0000000..6ea414a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_I21W0X6ASR3RMIG2_jpg.rf.0794c4d52f95e60e011c05f60b558c1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_I53EFPZJFAEU2G8P_jpg.rf.c2cd78718180f14ad317dce3bb2be6ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_I53EFPZJFAEU2G8P_jpg.rf.c2cd78718180f14ad317dce3bb2be6ca.jpg new file mode 100644 index 0000000..8407e21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_I53EFPZJFAEU2G8P_jpg.rf.c2cd78718180f14ad317dce3bb2be6ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_IXN4VUAWNUXR0EEQ_jpg.rf.bb1fcde362a5eff3d9477ea42c9b5877.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_IXN4VUAWNUXR0EEQ_jpg.rf.bb1fcde362a5eff3d9477ea42c9b5877.jpg new file mode 100644 index 0000000..ba1c098 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_IXN4VUAWNUXR0EEQ_jpg.rf.bb1fcde362a5eff3d9477ea42c9b5877.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JCZYT50DKBAQR16J_jpg.rf.2852016d9f33a32c56eed701691edbe6.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JCZYT50DKBAQR16J_jpg.rf.2852016d9f33a32c56eed701691edbe6.jpg new file mode 100644 index 0000000..5c54727 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JCZYT50DKBAQR16J_jpg.rf.2852016d9f33a32c56eed701691edbe6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JGOO88TSWI900QIB_jpg.rf.a8559fc1934e245abda5f71e0f57cc9b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JGOO88TSWI900QIB_jpg.rf.a8559fc1934e245abda5f71e0f57cc9b.jpg new file mode 100644 index 0000000..cd2ddd6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JGOO88TSWI900QIB_jpg.rf.a8559fc1934e245abda5f71e0f57cc9b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JLLTPXRFYX78NB30_jpg.rf.9f6c674d0c9dc65b7b97cc4b0c8ade26.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JLLTPXRFYX78NB30_jpg.rf.9f6c674d0c9dc65b7b97cc4b0c8ade26.jpg new file mode 100644 index 0000000..474ea9b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_JLLTPXRFYX78NB30_jpg.rf.9f6c674d0c9dc65b7b97cc4b0c8ade26.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_KE828U1MT0VJNQ17_jpg.rf.7c94b6bd693b3e2fe0b55088a1d67dd7.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_KE828U1MT0VJNQ17_jpg.rf.7c94b6bd693b3e2fe0b55088a1d67dd7.jpg new file mode 100644 index 0000000..f7f8107 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_KE828U1MT0VJNQ17_jpg.rf.7c94b6bd693b3e2fe0b55088a1d67dd7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_KL0THCJ5Y7E3EF7K_jpg.rf.fa08179a78ee056bea904f31d3259881.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_KL0THCJ5Y7E3EF7K_jpg.rf.fa08179a78ee056bea904f31d3259881.jpg new file mode 100644 index 0000000..faedda5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_KL0THCJ5Y7E3EF7K_jpg.rf.fa08179a78ee056bea904f31d3259881.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_LP5I3HHCOMYIVVVK_jpg.rf.79f50277e061149ad8b8ba0838656d09.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_LP5I3HHCOMYIVVVK_jpg.rf.79f50277e061149ad8b8ba0838656d09.jpg new file mode 100644 index 0000000..c7f1d7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_LP5I3HHCOMYIVVVK_jpg.rf.79f50277e061149ad8b8ba0838656d09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_MDAGAK4QDC5QT8GS_jpg.rf.1dd0f072ec32d54753f56e52054f1980.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_MDAGAK4QDC5QT8GS_jpg.rf.1dd0f072ec32d54753f56e52054f1980.jpg new file mode 100644 index 0000000..c572b83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_MDAGAK4QDC5QT8GS_jpg.rf.1dd0f072ec32d54753f56e52054f1980.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_MZ4692VF9HNNJVYT_jpg.rf.13ec1ebfe2d40f2e76c69a8877bce288.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_MZ4692VF9HNNJVYT_jpg.rf.13ec1ebfe2d40f2e76c69a8877bce288.jpg new file mode 100644 index 0000000..d3f6109 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_MZ4692VF9HNNJVYT_jpg.rf.13ec1ebfe2d40f2e76c69a8877bce288.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_OXPBNCOQ1WA2MHO9_jpg.rf.322f7d3359d7654eb70b3099845afe8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_OXPBNCOQ1WA2MHO9_jpg.rf.322f7d3359d7654eb70b3099845afe8b.jpg new file mode 100644 index 0000000..923af99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_OXPBNCOQ1WA2MHO9_jpg.rf.322f7d3359d7654eb70b3099845afe8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PDDPO2T6TI5WPYSG_jpg.rf.f4c5f3931bd95fcc7d2da71cd3bff821.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PDDPO2T6TI5WPYSG_jpg.rf.f4c5f3931bd95fcc7d2da71cd3bff821.jpg new file mode 100644 index 0000000..f80c011 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PDDPO2T6TI5WPYSG_jpg.rf.f4c5f3931bd95fcc7d2da71cd3bff821.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PE25N1ZME7JFZ8HM_jpg.rf.df693fa4c494f56b9869754d486ee193.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PE25N1ZME7JFZ8HM_jpg.rf.df693fa4c494f56b9869754d486ee193.jpg new file mode 100644 index 0000000..20c07ca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PE25N1ZME7JFZ8HM_jpg.rf.df693fa4c494f56b9869754d486ee193.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PQV7CUNO350MDLSC_jpg.rf.1b585f8ed9a3a4c470c985807e9031c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PQV7CUNO350MDLSC_jpg.rf.1b585f8ed9a3a4c470c985807e9031c3.jpg new file mode 100644 index 0000000..fc40aed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_PQV7CUNO350MDLSC_jpg.rf.1b585f8ed9a3a4c470c985807e9031c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Q45N48583HHBGTIF_jpg.rf.f6984f72b0eb01f3058bad0e6ea2dd46.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Q45N48583HHBGTIF_jpg.rf.f6984f72b0eb01f3058bad0e6ea2dd46.jpg new file mode 100644 index 0000000..0a4bae7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Q45N48583HHBGTIF_jpg.rf.f6984f72b0eb01f3058bad0e6ea2dd46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Q4B1RYFD5MRDH75H_jpg.rf.ed327c7f3028c97495758187d1bbe877.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Q4B1RYFD5MRDH75H_jpg.rf.ed327c7f3028c97495758187d1bbe877.jpg new file mode 100644 index 0000000..8f771f2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Q4B1RYFD5MRDH75H_jpg.rf.ed327c7f3028c97495758187d1bbe877.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_QC4ZNJL506JQT771_jpg.rf.5a77fd47daf3eda7a9241cc6330c3a47.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_QC4ZNJL506JQT771_jpg.rf.5a77fd47daf3eda7a9241cc6330c3a47.jpg new file mode 100644 index 0000000..054cb67 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_QC4ZNJL506JQT771_jpg.rf.5a77fd47daf3eda7a9241cc6330c3a47.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_QV4AWFI1G59PERCL_jpg.rf.81cad255f587fd0e668cb2e681fc1bfb.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_QV4AWFI1G59PERCL_jpg.rf.81cad255f587fd0e668cb2e681fc1bfb.jpg new file mode 100644 index 0000000..7d55b32 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_QV4AWFI1G59PERCL_jpg.rf.81cad255f587fd0e668cb2e681fc1bfb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RPE75MGBN0WRJVIO_jpg.rf.bd74fa16b3114a22a1748822eb32e624.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RPE75MGBN0WRJVIO_jpg.rf.bd74fa16b3114a22a1748822eb32e624.jpg new file mode 100644 index 0000000..a749427 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RPE75MGBN0WRJVIO_jpg.rf.bd74fa16b3114a22a1748822eb32e624.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RPZMDC0SY9OX5J3Q_jpg.rf.f982fa5c11d769da7f6b285335af926b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RPZMDC0SY9OX5J3Q_jpg.rf.f982fa5c11d769da7f6b285335af926b.jpg new file mode 100644 index 0000000..be298de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RPZMDC0SY9OX5J3Q_jpg.rf.f982fa5c11d769da7f6b285335af926b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RS3R7NS6FHEAG8AY_jpg.rf.900118b14bdfa058096b3ab63c4d9d2f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RS3R7NS6FHEAG8AY_jpg.rf.900118b14bdfa058096b3ab63c4d9d2f.jpg new file mode 100644 index 0000000..02d827f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RS3R7NS6FHEAG8AY_jpg.rf.900118b14bdfa058096b3ab63c4d9d2f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RZCOR1216B2XY008_jpg.rf.c4a2259489680c53791257ccf8c370d6.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RZCOR1216B2XY008_jpg.rf.c4a2259489680c53791257ccf8c370d6.jpg new file mode 100644 index 0000000..1ac3033 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_RZCOR1216B2XY008_jpg.rf.c4a2259489680c53791257ccf8c370d6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SQFC3OV1WPIMKX3S_jpg.rf.3a758d445d77ee721d5e57ea681cdb07.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SQFC3OV1WPIMKX3S_jpg.rf.3a758d445d77ee721d5e57ea681cdb07.jpg new file mode 100644 index 0000000..a5371bd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SQFC3OV1WPIMKX3S_jpg.rf.3a758d445d77ee721d5e57ea681cdb07.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SWXKXNUSH3HVL5YV_jpg.rf.3d23a927dd9470dadea1be0a7ecfac20.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SWXKXNUSH3HVL5YV_jpg.rf.3d23a927dd9470dadea1be0a7ecfac20.jpg new file mode 100644 index 0000000..0fff261 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SWXKXNUSH3HVL5YV_jpg.rf.3d23a927dd9470dadea1be0a7ecfac20.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SYS59Q1AP7E63L86_jpg.rf.6fd38403f39a9a968f4ae5df565541ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SYS59Q1AP7E63L86_jpg.rf.6fd38403f39a9a968f4ae5df565541ad.jpg new file mode 100644 index 0000000..fe6945d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_SYS59Q1AP7E63L86_jpg.rf.6fd38403f39a9a968f4ae5df565541ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_T329GAEZQ97HBLI5_jpg.rf.edab99f67c15b77e819227473b083586.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_T329GAEZQ97HBLI5_jpg.rf.edab99f67c15b77e819227473b083586.jpg new file mode 100644 index 0000000..25bc152 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_T329GAEZQ97HBLI5_jpg.rf.edab99f67c15b77e819227473b083586.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_TDR1GO5WIOTGEYTR_jpg.rf.683c57d1c7ef2154323bcf7f08fc71cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_TDR1GO5WIOTGEYTR_jpg.rf.683c57d1c7ef2154323bcf7f08fc71cb.jpg new file mode 100644 index 0000000..6f8187f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_TDR1GO5WIOTGEYTR_jpg.rf.683c57d1c7ef2154323bcf7f08fc71cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_TLSCH8A826QLUSEH_jpg.rf.79eb7f947540d2712800508f420781c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_TLSCH8A826QLUSEH_jpg.rf.79eb7f947540d2712800508f420781c3.jpg new file mode 100644 index 0000000..0d196f6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_TLSCH8A826QLUSEH_jpg.rf.79eb7f947540d2712800508f420781c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_U15NGKPVXPZLJSTS_jpg.rf.92ba9ad33809f905f4c309e8cd8c29bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_U15NGKPVXPZLJSTS_jpg.rf.92ba9ad33809f905f4c309e8cd8c29bb.jpg new file mode 100644 index 0000000..2b06c96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_U15NGKPVXPZLJSTS_jpg.rf.92ba9ad33809f905f4c309e8cd8c29bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_UINAS6QJLQNGQUG6_jpg.rf.8ce7918bcf6ad9140f009106d7de8266.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_UINAS6QJLQNGQUG6_jpg.rf.8ce7918bcf6ad9140f009106d7de8266.jpg new file mode 100644 index 0000000..1b4c46f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_UINAS6QJLQNGQUG6_jpg.rf.8ce7918bcf6ad9140f009106d7de8266.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_VJNLJET4MOKXBYDI_jpg.rf.320097c472afeb7d02a0341f25bf8ef2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_VJNLJET4MOKXBYDI_jpg.rf.320097c472afeb7d02a0341f25bf8ef2.jpg new file mode 100644 index 0000000..0080dfd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_VJNLJET4MOKXBYDI_jpg.rf.320097c472afeb7d02a0341f25bf8ef2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_VRZYKTX1AKRP5XE2_jpg.rf.50bdecad346ce136a992c444d2d37a52.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_VRZYKTX1AKRP5XE2_jpg.rf.50bdecad346ce136a992c444d2d37a52.jpg new file mode 100644 index 0000000..1986e5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_VRZYKTX1AKRP5XE2_jpg.rf.50bdecad346ce136a992c444d2d37a52.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_W98XPBK8AFXM7TLR_jpg.rf.70a8f1535a8097a7c019d46cb37e511e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_W98XPBK8AFXM7TLR_jpg.rf.70a8f1535a8097a7c019d46cb37e511e.jpg new file mode 100644 index 0000000..517a3ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_W98XPBK8AFXM7TLR_jpg.rf.70a8f1535a8097a7c019d46cb37e511e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Y48FJG330TF6J1YT_jpg.rf.bdbb6daeca9ea0a7a57dea6184360ebc.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Y48FJG330TF6J1YT_jpg.rf.bdbb6daeca9ea0a7a57dea6184360ebc.jpg new file mode 100644 index 0000000..d707902 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_Y48FJG330TF6J1YT_jpg.rf.bdbb6daeca9ea0a7a57dea6184360ebc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_YMJUR8ZK53C8DDON_jpg.rf.eb1ad17ecc48a13021b578ee482643d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_YMJUR8ZK53C8DDON_jpg.rf.eb1ad17ecc48a13021b578ee482643d8.jpg new file mode 100644 index 0000000..ac91ecd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_YMJUR8ZK53C8DDON_jpg.rf.eb1ad17ecc48a13021b578ee482643d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_ZE405N24TGWMEJOZ_jpg.rf.ec633d4d39162fa453fe7b30373f5660.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_ZE405N24TGWMEJOZ_jpg.rf.ec633d4d39162fa453fe7b30373f5660.jpg new file mode 100644 index 0000000..dc269d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_ZE405N24TGWMEJOZ_jpg.rf.ec633d4d39162fa453fe7b30373f5660.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_ZVJYQS4JSPBWTN55_jpg.rf.3dd7209c78f89f400fdce98bd0066096.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_ZVJYQS4JSPBWTN55_jpg.rf.3dd7209c78f89f400fdce98bd0066096.jpg new file mode 100644 index 0000000..7bc95c8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/dc_luggage_batch_1_ZVJYQS4JSPBWTN55_jpg.rf.3dd7209c78f89f400fdce98bd0066096.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/e26f19884338f05fb0166367cc97591a098a90de_jpg.rf.cac7ce9f12c8f6fa84ae7636185a9e09.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/e26f19884338f05fb0166367cc97591a098a90de_jpg.rf.cac7ce9f12c8f6fa84ae7636185a9e09.jpg new file mode 100644 index 0000000..9f01226 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/e26f19884338f05fb0166367cc97591a098a90de_jpg.rf.cac7ce9f12c8f6fa84ae7636185a9e09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/eb0887d35ada8c331622fe3b7333d115a8c51777_jpg.rf.47ef339f178455ddb3fd3b622b8d7b5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/eb0887d35ada8c331622fe3b7333d115a8c51777_jpg.rf.47ef339f178455ddb3fd3b622b8d7b5e.jpg new file mode 100644 index 0000000..380f49f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/eb0887d35ada8c331622fe3b7333d115a8c51777_jpg.rf.47ef339f178455ddb3fd3b622b8d7b5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/ef21b9d0f27e7da9f76b6605b8bed06d5472a2eb_jpg.rf.881ffc7e49f7e9801e8199dc05fc0a15.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/ef21b9d0f27e7da9f76b6605b8bed06d5472a2eb_jpg.rf.881ffc7e49f7e9801e8199dc05fc0a15.jpg new file mode 100644 index 0000000..301b1fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/ef21b9d0f27e7da9f76b6605b8bed06d5472a2eb_jpg.rf.881ffc7e49f7e9801e8199dc05fc0a15.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/f9f508136d8899d05ec671df0e7416ca6f661227_jpg.rf.edb0eb54a2d4591181f992da033395f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/f9f508136d8899d05ec671df0e7416ca6f661227_jpg.rf.edb0eb54a2d4591181f992da033395f8.jpg new file mode 100644 index 0000000..7c1c106 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/f9f508136d8899d05ec671df0e7416ca6f661227_jpg.rf.edb0eb54a2d4591181f992da033395f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_0006_jpg.rf.211d5b5c1e48e13d028114b0776b1ca5.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_0006_jpg.rf.211d5b5c1e48e13d028114b0776b1ca5.jpg new file mode 100644 index 0000000..ecec170 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_0006_jpg.rf.211d5b5c1e48e13d028114b0776b1ca5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_0292_jpg.rf.bb3e59c05c57dd73fbad1e2d3730af3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_0292_jpg.rf.bb3e59c05c57dd73fbad1e2d3730af3b.jpg new file mode 100644 index 0000000..edea6c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_0292_jpg.rf.bb3e59c05c57dd73fbad1e2d3730af3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_0767_jpg.rf.5dd036e1183124a477fcdb4b55346b1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_0767_jpg.rf.5dd036e1183124a477fcdb4b55346b1b.jpg new file mode 100644 index 0000000..a17d624 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_0767_jpg.rf.5dd036e1183124a477fcdb4b55346b1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_1067_jpg.rf.215f013eb0acc29911443ac4d4b6f89f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1067_jpg.rf.215f013eb0acc29911443ac4d4b6f89f.jpg new file mode 100644 index 0000000..1898ff9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1067_jpg.rf.215f013eb0acc29911443ac4d4b6f89f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_1068_jpg.rf.45f80c30f8f219e8e468770fadd82d9a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1068_jpg.rf.45f80c30f8f219e8e468770fadd82d9a.jpg new file mode 100644 index 0000000..2737fa6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1068_jpg.rf.45f80c30f8f219e8e468770fadd82d9a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_1549_jpg.rf.59343cff34af7d2a6a19aace4a03e9aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1549_jpg.rf.59343cff34af7d2a6a19aace4a03e9aa.jpg new file mode 100644 index 0000000..d7175be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1549_jpg.rf.59343cff34af7d2a6a19aace4a03e9aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_1648_jpg.rf.e1d900d8937849a5f4c6e06d14d52453.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1648_jpg.rf.e1d900d8937849a5f4c6e06d14d52453.jpg new file mode 100644 index 0000000..fe22351 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1648_jpg.rf.e1d900d8937849a5f4c6e06d14d52453.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_1650_jpg.rf.061e14ae3a44c825b7332e128ef6db7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1650_jpg.rf.061e14ae3a44c825b7332e128ef6db7f.jpg new file mode 100644 index 0000000..e0c034f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1650_jpg.rf.061e14ae3a44c825b7332e128ef6db7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frame_1702_jpg.rf.76658d94947c96bb31ec2878b08abac3.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1702_jpg.rf.76658d94947c96bb31ec2878b08abac3.jpg new file mode 100644 index 0000000..ae479dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frame_1702_jpg.rf.76658d94947c96bb31ec2878b08abac3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/frerger_jpg.rf.6450fd16400ea91d9b7cfed4d5d1038e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/frerger_jpg.rf.6450fd16400ea91d9b7cfed4d5d1038e.jpg new file mode 100644 index 0000000..70ad92a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/frerger_jpg.rf.6450fd16400ea91d9b7cfed4d5d1038e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/gyigiuh_jpg.rf.28040bf32a2e11571661d06fe0fbb000.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/gyigiuh_jpg.rf.28040bf32a2e11571661d06fe0fbb000.jpg new file mode 100644 index 0000000..b9ba956 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/gyigiuh_jpg.rf.28040bf32a2e11571661d06fe0fbb000.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images125_jpg.rf.4c4a936c96bde9069e7c653b6be033eb.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images125_jpg.rf.4c4a936c96bde9069e7c653b6be033eb.jpg new file mode 100644 index 0000000..bff624b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images125_jpg.rf.4c4a936c96bde9069e7c653b6be033eb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images164_jpg.rf.bc5d73d8694e28254d0a2d0f5afecab9.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images164_jpg.rf.bc5d73d8694e28254d0a2d0f5afecab9.jpg new file mode 100644 index 0000000..b98d116 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images164_jpg.rf.bc5d73d8694e28254d0a2d0f5afecab9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images170_jpg.rf.02876382a73819a034bd209f3b625ed4.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images170_jpg.rf.02876382a73819a034bd209f3b625ed4.jpg new file mode 100644 index 0000000..c30fced Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images170_jpg.rf.02876382a73819a034bd209f3b625ed4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images211_jpg.rf.05e77e23a2e4828e6dc13bcea0cc6d49.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images211_jpg.rf.05e77e23a2e4828e6dc13bcea0cc6d49.jpg new file mode 100644 index 0000000..48ae825 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images211_jpg.rf.05e77e23a2e4828e6dc13bcea0cc6d49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images30_jpg.rf.91b1c10b7afdf0479257793f823ac0be.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images30_jpg.rf.91b1c10b7afdf0479257793f823ac0be.jpg new file mode 100644 index 0000000..01dd1c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images30_jpg.rf.91b1c10b7afdf0479257793f823ac0be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images330_jpg.rf.915ee0e6447d290a086c321b43e0a038.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images330_jpg.rf.915ee0e6447d290a086c321b43e0a038.jpg new file mode 100644 index 0000000..4e14fa8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images330_jpg.rf.915ee0e6447d290a086c321b43e0a038.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images361_jpg.rf.c2c67f91b96cb431affe9ba5e3a56b6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images361_jpg.rf.c2c67f91b96cb431affe9ba5e3a56b6d.jpg new file mode 100644 index 0000000..03d2ce7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images361_jpg.rf.c2c67f91b96cb431affe9ba5e3a56b6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images368_jpg.rf.bdb8bfe1fe874747982c40e17d310d1d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images368_jpg.rf.bdb8bfe1fe874747982c40e17d310d1d.jpg new file mode 100644 index 0000000..21eec4e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images368_jpg.rf.bdb8bfe1fe874747982c40e17d310d1d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images468_jpg.rf.8b473defa3a7fc651954181faf78dd29.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images468_jpg.rf.8b473defa3a7fc651954181faf78dd29.jpg new file mode 100644 index 0000000..d791abc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images468_jpg.rf.8b473defa3a7fc651954181faf78dd29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images508_jpg.rf.5426846eb85484a34be3ee2f9af71b90.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images508_jpg.rf.5426846eb85484a34be3ee2f9af71b90.jpg new file mode 100644 index 0000000..a2ee7cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images508_jpg.rf.5426846eb85484a34be3ee2f9af71b90.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images567_jpg.rf.478959ba9aa13455ca5b2e8e8de7a304.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images567_jpg.rf.478959ba9aa13455ca5b2e8e8de7a304.jpg new file mode 100644 index 0000000..12f1e84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images567_jpg.rf.478959ba9aa13455ca5b2e8e8de7a304.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images707_jpg.rf.2f22f6b6aa5efbc08c0d3d739758500d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images707_jpg.rf.2f22f6b6aa5efbc08c0d3d739758500d.jpg new file mode 100644 index 0000000..db52e8c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images707_jpg.rf.2f22f6b6aa5efbc08c0d3d739758500d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images734_jpg.rf.0cac27af37a828449296026179ef5537.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images734_jpg.rf.0cac27af37a828449296026179ef5537.jpg new file mode 100644 index 0000000..bac68d5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images734_jpg.rf.0cac27af37a828449296026179ef5537.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images835_jpg.rf.026e79b91a240f065fbdf126722c2f9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images835_jpg.rf.026e79b91a240f065fbdf126722c2f9d.jpg new file mode 100644 index 0000000..6f12c73 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images835_jpg.rf.026e79b91a240f065fbdf126722c2f9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images887_jpg.rf.6ccb80f6b1e35d51ddfbb06a68e44dda.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images887_jpg.rf.6ccb80f6b1e35d51ddfbb06a68e44dda.jpg new file mode 100644 index 0000000..99f58da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images887_jpg.rf.6ccb80f6b1e35d51ddfbb06a68e44dda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images895_jpg.rf.6465eb749a1e089f09e1b2ed19e1be4e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images895_jpg.rf.6465eb749a1e089f09e1b2ed19e1be4e.jpg new file mode 100644 index 0000000..da330af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images895_jpg.rf.6465eb749a1e089f09e1b2ed19e1be4e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images970_jpg.rf.f70fe49497c80e615dbe54fe46629d64.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images970_jpg.rf.f70fe49497c80e615dbe54fe46629d64.jpg new file mode 100644 index 0000000..2e3d41b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images970_jpg.rf.f70fe49497c80e615dbe54fe46629d64.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images978_jpg.rf.ae9671ce3d53ac1f3cde08485583dabe.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images978_jpg.rf.ae9671ce3d53ac1f3cde08485583dabe.jpg new file mode 100644 index 0000000..bdba1ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images978_jpg.rf.ae9671ce3d53ac1f3cde08485583dabe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/images99_jpg.rf.f48db268932cbad8c8b69940cb903385.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/images99_jpg.rf.f48db268932cbad8c8b69940cb903385.jpg new file mode 100644 index 0000000..0822d5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/images99_jpg.rf.f48db268932cbad8c8b69940cb903385.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img163_jpg.rf.03d6b19a2413044d77f71b3fdb33543c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img163_jpg.rf.03d6b19a2413044d77f71b3fdb33543c.jpg new file mode 100644 index 0000000..94570db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img163_jpg.rf.03d6b19a2413044d77f71b3fdb33543c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0014_jpeg_jpg.rf.03ff46b9fa1c44c2a6efd0c83fef2b62.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0014_jpeg_jpg.rf.03ff46b9fa1c44c2a6efd0c83fef2b62.jpg new file mode 100644 index 0000000..8573c62 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0014_jpeg_jpg.rf.03ff46b9fa1c44c2a6efd0c83fef2b62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0029_jpeg_jpg.rf.70830cbfeff00c14982ebcef7a44e8dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0029_jpeg_jpg.rf.70830cbfeff00c14982ebcef7a44e8dd.jpg new file mode 100644 index 0000000..4b1ab4f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0029_jpeg_jpg.rf.70830cbfeff00c14982ebcef7a44e8dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0037_jpeg_jpg.rf.6ab7f63817690f694b31d4c9a35dbfa7.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0037_jpeg_jpg.rf.6ab7f63817690f694b31d4c9a35dbfa7.jpg new file mode 100644 index 0000000..650a863 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0037_jpeg_jpg.rf.6ab7f63817690f694b31d4c9a35dbfa7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0042-1-_jpeg_jpg.rf.22a9899652ebccf62e41cf1c4ee5d0a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0042-1-_jpeg_jpg.rf.22a9899652ebccf62e41cf1c4ee5d0a1.jpg new file mode 100644 index 0000000..736ff0d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0042-1-_jpeg_jpg.rf.22a9899652ebccf62e41cf1c4ee5d0a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0048_jpeg_jpg.rf.868ad3c7f07f8f9d1a154eb771dc6e4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0048_jpeg_jpg.rf.868ad3c7f07f8f9d1a154eb771dc6e4b.jpg new file mode 100644 index 0000000..db3c384 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0048_jpeg_jpg.rf.868ad3c7f07f8f9d1a154eb771dc6e4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0055-1-_jpeg_jpg.rf.cde3ca8d680d0986f0b49783f737314b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0055-1-_jpeg_jpg.rf.cde3ca8d680d0986f0b49783f737314b.jpg new file mode 100644 index 0000000..12137dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0055-1-_jpeg_jpg.rf.cde3ca8d680d0986f0b49783f737314b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0059-1-_jpeg_jpg.rf.967ecc53fece9f40d366f8501794ff62.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0059-1-_jpeg_jpg.rf.967ecc53fece9f40d366f8501794ff62.jpg new file mode 100644 index 0000000..71808f8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0059-1-_jpeg_jpg.rf.967ecc53fece9f40d366f8501794ff62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0061-1-_jpeg_jpg.rf.b009fe9ea1c8fea28d6f3a05c696df77.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0061-1-_jpeg_jpg.rf.b009fe9ea1c8fea28d6f3a05c696df77.jpg new file mode 100644 index 0000000..0214541 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0061-1-_jpeg_jpg.rf.b009fe9ea1c8fea28d6f3a05c696df77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0071_jpeg_jpg.rf.98f1a58f70cbd8800c1ee3318cf4b15d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0071_jpeg_jpg.rf.98f1a58f70cbd8800c1ee3318cf4b15d.jpg new file mode 100644 index 0000000..b9c670e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0071_jpeg_jpg.rf.98f1a58f70cbd8800c1ee3318cf4b15d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0078-1-_jpeg_jpg.rf.8c1720aa46fbd4aa646ba2e07985f330.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0078-1-_jpeg_jpg.rf.8c1720aa46fbd4aa646ba2e07985f330.jpg new file mode 100644 index 0000000..fd791cb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0078-1-_jpeg_jpg.rf.8c1720aa46fbd4aa646ba2e07985f330.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0079_jpeg_jpg.rf.0db0a361dcc1d2b4dafb13d944366f0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0079_jpeg_jpg.rf.0db0a361dcc1d2b4dafb13d944366f0e.jpg new file mode 100644 index 0000000..1316555 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0079_jpeg_jpg.rf.0db0a361dcc1d2b4dafb13d944366f0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0080-1-_jpeg_jpg.rf.5d3c65825ec5b994e7eb322cb2de2eb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0080-1-_jpeg_jpg.rf.5d3c65825ec5b994e7eb322cb2de2eb2.jpg new file mode 100644 index 0000000..31e8d77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0080-1-_jpeg_jpg.rf.5d3c65825ec5b994e7eb322cb2de2eb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0081-1-_jpeg_jpg.rf.9c8ae1ef4fb552a87b28542de8bc2d72.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0081-1-_jpeg_jpg.rf.9c8ae1ef4fb552a87b28542de8bc2d72.jpg new file mode 100644 index 0000000..1bd0574 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0081-1-_jpeg_jpg.rf.9c8ae1ef4fb552a87b28542de8bc2d72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0093-1-_jpeg_jpg.rf.a8e034a1309f9ef1c9406c23c2375e68.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0093-1-_jpeg_jpg.rf.a8e034a1309f9ef1c9406c23c2375e68.jpg new file mode 100644 index 0000000..dd2ba33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0093-1-_jpeg_jpg.rf.a8e034a1309f9ef1c9406c23c2375e68.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0106_jpeg_jpg.rf.6ab52fe43b99dd9ca7c7b0a183785f64.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0106_jpeg_jpg.rf.6ab52fe43b99dd9ca7c7b0a183785f64.jpg new file mode 100644 index 0000000..2014909 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0106_jpeg_jpg.rf.6ab52fe43b99dd9ca7c7b0a183785f64.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0108_jpeg_jpg.rf.69bd3f6782430cbfc3aa205ac6aa6982.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0108_jpeg_jpg.rf.69bd3f6782430cbfc3aa205ac6aa6982.jpg new file mode 100644 index 0000000..ec316d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0108_jpeg_jpg.rf.69bd3f6782430cbfc3aa205ac6aa6982.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0118_jpeg_jpg.rf.4ea7600acea053290e32416635a3876a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0118_jpeg_jpg.rf.4ea7600acea053290e32416635a3876a.jpg new file mode 100644 index 0000000..b17eab4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0118_jpeg_jpg.rf.4ea7600acea053290e32416635a3876a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0122-1-_jpeg_jpg.rf.7a204e793a3a871eb0dffec87f37ff2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0122-1-_jpeg_jpg.rf.7a204e793a3a871eb0dffec87f37ff2e.jpg new file mode 100644 index 0000000..355f516 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0122-1-_jpeg_jpg.rf.7a204e793a3a871eb0dffec87f37ff2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0136_jpeg_jpg.rf.4b093a1a4fbb8c739c64d450443a2886.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0136_jpeg_jpg.rf.4b093a1a4fbb8c739c64d450443a2886.jpg new file mode 100644 index 0000000..aa7a213 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0136_jpeg_jpg.rf.4b093a1a4fbb8c739c64d450443a2886.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0144-1-_jpeg_jpg.rf.1025a0a5d0c2c00fd3bf25819f9a8581.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0144-1-_jpeg_jpg.rf.1025a0a5d0c2c00fd3bf25819f9a8581.jpg new file mode 100644 index 0000000..90351de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0144-1-_jpeg_jpg.rf.1025a0a5d0c2c00fd3bf25819f9a8581.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0148_jpeg_jpg.rf.855687637afb7b57a2e5c49d9d1f4031.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0148_jpeg_jpg.rf.855687637afb7b57a2e5c49d9d1f4031.jpg new file mode 100644 index 0000000..624b16b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0148_jpeg_jpg.rf.855687637afb7b57a2e5c49d9d1f4031.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0153_jpeg_jpg.rf.3434b72923bb04668429bd54fb214b6f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0153_jpeg_jpg.rf.3434b72923bb04668429bd54fb214b6f.jpg new file mode 100644 index 0000000..b2b2731 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0153_jpeg_jpg.rf.3434b72923bb04668429bd54fb214b6f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0165_jpeg_jpg.rf.63756bf3027aec3c91b7904a76d3d2f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0165_jpeg_jpg.rf.63756bf3027aec3c91b7904a76d3d2f6.jpg new file mode 100644 index 0000000..c16830f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0165_jpeg_jpg.rf.63756bf3027aec3c91b7904a76d3d2f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0181_jpeg_jpg.rf.acdb8054b2ff594046dd2bd9a2742590.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0181_jpeg_jpg.rf.acdb8054b2ff594046dd2bd9a2742590.jpg new file mode 100644 index 0000000..e385c83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0181_jpeg_jpg.rf.acdb8054b2ff594046dd2bd9a2742590.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0183_jpeg_jpg.rf.b861bb4ac91a5465bf300378b91ea61a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0183_jpeg_jpg.rf.b861bb4ac91a5465bf300378b91ea61a.jpg new file mode 100644 index 0000000..8774c19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0183_jpeg_jpg.rf.b861bb4ac91a5465bf300378b91ea61a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0184-1-_jpeg_jpg.rf.d5fb59b2dc6989f89129c0d0c99cbe8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0184-1-_jpeg_jpg.rf.d5fb59b2dc6989f89129c0d0c99cbe8e.jpg new file mode 100644 index 0000000..84d2dce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0184-1-_jpeg_jpg.rf.d5fb59b2dc6989f89129c0d0c99cbe8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0190_jpeg_jpg.rf.3bd2b132b7137d74ec3641cd27fb2733.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0190_jpeg_jpg.rf.3bd2b132b7137d74ec3641cd27fb2733.jpg new file mode 100644 index 0000000..dcfc0b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0190_jpeg_jpg.rf.3bd2b132b7137d74ec3641cd27fb2733.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0191-1-_jpeg_jpg.rf.90e07f93483b21f7aef361387ab22006.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0191-1-_jpeg_jpg.rf.90e07f93483b21f7aef361387ab22006.jpg new file mode 100644 index 0000000..a2ef4fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0191-1-_jpeg_jpg.rf.90e07f93483b21f7aef361387ab22006.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0192_jpeg_jpg.rf.761ecfbdaa5aaefad133a7ae77976ca4.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0192_jpeg_jpg.rf.761ecfbdaa5aaefad133a7ae77976ca4.jpg new file mode 100644 index 0000000..c756e95 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0192_jpeg_jpg.rf.761ecfbdaa5aaefad133a7ae77976ca4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0200_jpeg_jpg.rf.575dfaf89ec849df1b10c12394f3e913.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0200_jpeg_jpg.rf.575dfaf89ec849df1b10c12394f3e913.jpg new file mode 100644 index 0000000..87a5095 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0200_jpeg_jpg.rf.575dfaf89ec849df1b10c12394f3e913.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0210_jpeg_jpg.rf.47da430479acf51e376422d18070c63e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0210_jpeg_jpg.rf.47da430479acf51e376422d18070c63e.jpg new file mode 100644 index 0000000..ddcdde7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0210_jpeg_jpg.rf.47da430479acf51e376422d18070c63e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0211_jpeg_jpg.rf.0d1b310f5c42549c3a3ecf6097509460.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0211_jpeg_jpg.rf.0d1b310f5c42549c3a3ecf6097509460.jpg new file mode 100644 index 0000000..72b4222 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0211_jpeg_jpg.rf.0d1b310f5c42549c3a3ecf6097509460.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0212-1-_jpeg_jpg.rf.9426e3793fdff96b1e10693fd55ecc57.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0212-1-_jpeg_jpg.rf.9426e3793fdff96b1e10693fd55ecc57.jpg new file mode 100644 index 0000000..2bb6001 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0212-1-_jpeg_jpg.rf.9426e3793fdff96b1e10693fd55ecc57.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0223_jpeg_jpg.rf.b328ab8c6947d5d2b8b09d32950f0895.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0223_jpeg_jpg.rf.b328ab8c6947d5d2b8b09d32950f0895.jpg new file mode 100644 index 0000000..7cea6d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0223_jpeg_jpg.rf.b328ab8c6947d5d2b8b09d32950f0895.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0226_jpeg_jpg.rf.8888b4f877ed7dbea5a58984195a8ab8.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0226_jpeg_jpg.rf.8888b4f877ed7dbea5a58984195a8ab8.jpg new file mode 100644 index 0000000..c3d8625 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0226_jpeg_jpg.rf.8888b4f877ed7dbea5a58984195a8ab8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0228_jpeg_jpg.rf.80fb9f6652921aa74f5eb3256ece210f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0228_jpeg_jpg.rf.80fb9f6652921aa74f5eb3256ece210f.jpg new file mode 100644 index 0000000..799805f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0228_jpeg_jpg.rf.80fb9f6652921aa74f5eb3256ece210f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0230_jpeg_jpg.rf.dd1e5d7578c992d63cee61a9c5c65c4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0230_jpeg_jpg.rf.dd1e5d7578c992d63cee61a9c5c65c4f.jpg new file mode 100644 index 0000000..280c197 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0230_jpeg_jpg.rf.dd1e5d7578c992d63cee61a9c5c65c4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0246-1-_jpeg_jpg.rf.eb3cc396bc2e3b577f975f2cd139f27d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0246-1-_jpeg_jpg.rf.eb3cc396bc2e3b577f975f2cd139f27d.jpg new file mode 100644 index 0000000..9b66dc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0246-1-_jpeg_jpg.rf.eb3cc396bc2e3b577f975f2cd139f27d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0252_jpeg_jpg.rf.83ddc6d0b17d73a07aeccf5d81134923.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0252_jpeg_jpg.rf.83ddc6d0b17d73a07aeccf5d81134923.jpg new file mode 100644 index 0000000..439d96d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0252_jpeg_jpg.rf.83ddc6d0b17d73a07aeccf5d81134923.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0261_jpeg_jpg.rf.597ed83c22b0a53e35a6b9c4cbde2b6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0261_jpeg_jpg.rf.597ed83c22b0a53e35a6b9c4cbde2b6e.jpg new file mode 100644 index 0000000..b8c41fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0261_jpeg_jpg.rf.597ed83c22b0a53e35a6b9c4cbde2b6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0333_jpeg_jpg.rf.cf4325ead9e307d454d079cd1698d974.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0333_jpeg_jpg.rf.cf4325ead9e307d454d079cd1698d974.jpg new file mode 100644 index 0000000..d489a7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0333_jpeg_jpg.rf.cf4325ead9e307d454d079cd1698d974.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0394-1-_jpeg_jpg.rf.9732f9e45eb9eba981a3d9bc7446f49f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0394-1-_jpeg_jpg.rf.9732f9e45eb9eba981a3d9bc7446f49f.jpg new file mode 100644 index 0000000..a3d89e7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0394-1-_jpeg_jpg.rf.9732f9e45eb9eba981a3d9bc7446f49f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0427-1-_jpeg_jpg.rf.c158e3489f277f0840ad1038f569209e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0427-1-_jpeg_jpg.rf.c158e3489f277f0840ad1038f569209e.jpg new file mode 100644 index 0000000..d827807 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0427-1-_jpeg_jpg.rf.c158e3489f277f0840ad1038f569209e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0429-1-_jpeg_jpg.rf.d261156d0cff1c6cdde650661e15c804.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0429-1-_jpeg_jpg.rf.d261156d0cff1c6cdde650661e15c804.jpg new file mode 100644 index 0000000..ad0a418 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0429-1-_jpeg_jpg.rf.d261156d0cff1c6cdde650661e15c804.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0446-1-_jpeg_jpg.rf.7f2277f93c78fe19ae7eb483ba4b7311.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0446-1-_jpeg_jpg.rf.7f2277f93c78fe19ae7eb483ba4b7311.jpg new file mode 100644 index 0000000..574202b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0446-1-_jpeg_jpg.rf.7f2277f93c78fe19ae7eb483ba4b7311.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0459-1-_jpeg_jpg.rf.1daacdb6ed7582d20ac7a90da9d33f8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0459-1-_jpeg_jpg.rf.1daacdb6ed7582d20ac7a90da9d33f8e.jpg new file mode 100644 index 0000000..7e4db95 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0459-1-_jpeg_jpg.rf.1daacdb6ed7582d20ac7a90da9d33f8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0472-1-_jpeg_jpg.rf.0662048f8b9349ff11e6be577dc5cf31.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0472-1-_jpeg_jpg.rf.0662048f8b9349ff11e6be577dc5cf31.jpg new file mode 100644 index 0000000..0cd99ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0472-1-_jpeg_jpg.rf.0662048f8b9349ff11e6be577dc5cf31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0515-1-_jpeg_jpg.rf.79adb19b225c7eb0e366dd8570149a2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0515-1-_jpeg_jpg.rf.79adb19b225c7eb0e366dd8570149a2c.jpg new file mode 100644 index 0000000..f5a372b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0515-1-_jpeg_jpg.rf.79adb19b225c7eb0e366dd8570149a2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0679_jpeg_jpg.rf.4f7b3fdea07c363e1394752e9849c4d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0679_jpeg_jpg.rf.4f7b3fdea07c363e1394752e9849c4d2.jpg new file mode 100644 index 0000000..0708798 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0679_jpeg_jpg.rf.4f7b3fdea07c363e1394752e9849c4d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0689_jpeg_jpg.rf.4f9ba78c7f7c2db94f41355ea4316c21.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0689_jpeg_jpg.rf.4f9ba78c7f7c2db94f41355ea4316c21.jpg new file mode 100644 index 0000000..73d2555 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0689_jpeg_jpg.rf.4f9ba78c7f7c2db94f41355ea4316c21.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0805-1-_jpeg_jpg.rf.a99282889cd5164803a6f80d188e867e.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0805-1-_jpeg_jpg.rf.a99282889cd5164803a6f80d188e867e.jpg new file mode 100644 index 0000000..9668e06 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0805-1-_jpeg_jpg.rf.a99282889cd5164803a6f80d188e867e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0818-1-_jpeg_jpg.rf.9c6c70fa49956c372e69cc8e0639ff3a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0818-1-_jpeg_jpg.rf.9c6c70fa49956c372e69cc8e0639ff3a.jpg new file mode 100644 index 0000000..2e25e8c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0818-1-_jpeg_jpg.rf.9c6c70fa49956c372e69cc8e0639ff3a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0827-1-_jpeg_jpg.rf.d5268a04a8ca7c92ceefdfa3f7c74e5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0827-1-_jpeg_jpg.rf.d5268a04a8ca7c92ceefdfa3f7c74e5d.jpg new file mode 100644 index 0000000..d14f9f8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0827-1-_jpeg_jpg.rf.d5268a04a8ca7c92ceefdfa3f7c74e5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0828_jpeg_jpg.rf.20da2d0f9643ee97417268376726bcd8.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0828_jpeg_jpg.rf.20da2d0f9643ee97417268376726bcd8.jpg new file mode 100644 index 0000000..dcc3497 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0828_jpeg_jpg.rf.20da2d0f9643ee97417268376726bcd8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0830_jpeg_jpg.rf.005e1797cfebab26244ac8100821f738.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0830_jpeg_jpg.rf.005e1797cfebab26244ac8100821f738.jpg new file mode 100644 index 0000000..408bc64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0830_jpeg_jpg.rf.005e1797cfebab26244ac8100821f738.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0835_jpeg_jpg.rf.4d28fc481cfa86528fcb1e1df0abae9b.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0835_jpeg_jpg.rf.4d28fc481cfa86528fcb1e1df0abae9b.jpg new file mode 100644 index 0000000..9f73246 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0835_jpeg_jpg.rf.4d28fc481cfa86528fcb1e1df0abae9b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0849-1-_jpeg_jpg.rf.21150e5f4371b51a44d81d881270ae19.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0849-1-_jpeg_jpg.rf.21150e5f4371b51a44d81d881270ae19.jpg new file mode 100644 index 0000000..13f2389 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0849-1-_jpeg_jpg.rf.21150e5f4371b51a44d81d881270ae19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0870_jpeg_jpg.rf.697a4f694d120e70737851ea059bc9ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0870_jpeg_jpg.rf.697a4f694d120e70737851ea059bc9ab.jpg new file mode 100644 index 0000000..ec1ab79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0870_jpeg_jpg.rf.697a4f694d120e70737851ea059bc9ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0878-1-_jpeg_jpg.rf.94ef70b17b08876aa4c0c9213d97056a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0878-1-_jpeg_jpg.rf.94ef70b17b08876aa4c0c9213d97056a.jpg new file mode 100644 index 0000000..8d45630 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0878-1-_jpeg_jpg.rf.94ef70b17b08876aa4c0c9213d97056a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0896_jpeg_jpg.rf.7138bd04a700a9e650a39b7eb3f1b6f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0896_jpeg_jpg.rf.7138bd04a700a9e650a39b7eb3f1b6f1.jpg new file mode 100644 index 0000000..4e11116 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0896_jpeg_jpg.rf.7138bd04a700a9e650a39b7eb3f1b6f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0911-1-_jpeg_jpg.rf.7c5d08e0a2a5064bce36824e0e97e251.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0911-1-_jpeg_jpg.rf.7c5d08e0a2a5064bce36824e0e97e251.jpg new file mode 100644 index 0000000..c9e0a1c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0911-1-_jpeg_jpg.rf.7c5d08e0a2a5064bce36824e0e97e251.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0915-1-_jpeg_jpg.rf.a8f1cdeb2d08149371e4b086b2e44b54.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0915-1-_jpeg_jpg.rf.a8f1cdeb2d08149371e4b086b2e44b54.jpg new file mode 100644 index 0000000..53d6a5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0915-1-_jpeg_jpg.rf.a8f1cdeb2d08149371e4b086b2e44b54.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0921_jpeg_jpg.rf.ec33e528d38ec0b70f2b676bc03f75ac.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0921_jpeg_jpg.rf.ec33e528d38ec0b70f2b676bc03f75ac.jpg new file mode 100644 index 0000000..ca6fd92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0921_jpeg_jpg.rf.ec33e528d38ec0b70f2b676bc03f75ac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0929_jpeg_jpg.rf.1097ebd4aaf31b6795c150426f72f71a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0929_jpeg_jpg.rf.1097ebd4aaf31b6795c150426f72f71a.jpg new file mode 100644 index 0000000..ce45091 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0929_jpeg_jpg.rf.1097ebd4aaf31b6795c150426f72f71a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0930-1-_jpeg_jpg.rf.be4aab6f3d7da8ae34e31ac006de960f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0930-1-_jpeg_jpg.rf.be4aab6f3d7da8ae34e31ac006de960f.jpg new file mode 100644 index 0000000..77bfc41 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0930-1-_jpeg_jpg.rf.be4aab6f3d7da8ae34e31ac006de960f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0931-1-_jpeg_jpg.rf.48a5de072adfece29505b71d33b2d8d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0931-1-_jpeg_jpg.rf.48a5de072adfece29505b71d33b2d8d8.jpg new file mode 100644 index 0000000..3f52927 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0931-1-_jpeg_jpg.rf.48a5de072adfece29505b71d33b2d8d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0940_jpeg_jpg.rf.fa50eea0278b4753f5b3a821b76836d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0940_jpeg_jpg.rf.fa50eea0278b4753f5b3a821b76836d0.jpg new file mode 100644 index 0000000..7ab69f2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0940_jpeg_jpg.rf.fa50eea0278b4753f5b3a821b76836d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0946-1-_jpeg_jpg.rf.eb2d81098686408f2f6f3f8ac2b15e1c.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0946-1-_jpeg_jpg.rf.eb2d81098686408f2f6f3f8ac2b15e1c.jpg new file mode 100644 index 0000000..7b4a5b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0946-1-_jpeg_jpg.rf.eb2d81098686408f2f6f3f8ac2b15e1c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0959_jpeg_jpg.rf.be3af2f02aacf54d7bde2c7f0e9f0dfb.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0959_jpeg_jpg.rf.be3af2f02aacf54d7bde2c7f0e9f0dfb.jpg new file mode 100644 index 0000000..9b79ce8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0959_jpeg_jpg.rf.be3af2f02aacf54d7bde2c7f0e9f0dfb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0961-1-_jpeg_jpg.rf.360b2af2421da2e46553dd64e6edd11a.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0961-1-_jpeg_jpg.rf.360b2af2421da2e46553dd64e6edd11a.jpg new file mode 100644 index 0000000..87d83c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0961-1-_jpeg_jpg.rf.360b2af2421da2e46553dd64e6edd11a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0967-1-_jpeg_jpg.rf.4218d55f55d22fefbe0747e4f0ff98d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0967-1-_jpeg_jpg.rf.4218d55f55d22fefbe0747e4f0ff98d2.jpg new file mode 100644 index 0000000..a473820 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0967-1-_jpeg_jpg.rf.4218d55f55d22fefbe0747e4f0ff98d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/img_0993_jpeg_jpg.rf.34c0c2ff69cc11e7354ef2ae9276393f.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/img_0993_jpeg_jpg.rf.34c0c2ff69cc11e7354ef2ae9276393f.jpg new file mode 100644 index 0000000..08194c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/img_0993_jpeg_jpg.rf.34c0c2ff69cc11e7354ef2ae9276393f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/test/pexels-matheus-bertelli-2905238_jpg.rf.ad66e35f995553d20d3ed0b6f7790765.jpg b/clothing_type_datasets/clothing_type_datasets/images/test/pexels-matheus-bertelli-2905238_jpg.rf.ad66e35f995553d20d3ed0b6f7790765.jpg new file mode 100644 index 0000000..57c337a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/test/pexels-matheus-bertelli-2905238_jpg.rf.ad66e35f995553d20d3ed0b6f7790765.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000002_jpg.rf.f8b2e230eb590d83535125af91b3b0e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000002_jpg.rf.f8b2e230eb590d83535125af91b3b0e5.jpg new file mode 100644 index 0000000..a06017d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000002_jpg.rf.f8b2e230eb590d83535125af91b3b0e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000004_jpg.rf.6b8e5982501686adcf81be93341e2d38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000004_jpg.rf.6b8e5982501686adcf81be93341e2d38.jpg new file mode 100644 index 0000000..dfacbd1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000004_jpg.rf.6b8e5982501686adcf81be93341e2d38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000005_jpg.rf.e76a59218aa0d4f587d93afed46b5263.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000005_jpg.rf.e76a59218aa0d4f587d93afed46b5263.jpg new file mode 100644 index 0000000..eda1e63 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000005_jpg.rf.e76a59218aa0d4f587d93afed46b5263.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000006_jpg.rf.6cbb0360982768fe44fcedfea1af03ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000006_jpg.rf.6cbb0360982768fe44fcedfea1af03ca.jpg new file mode 100644 index 0000000..09d9198 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000006_jpg.rf.6cbb0360982768fe44fcedfea1af03ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000007_jpg.rf.f3c835d654f2e9ec58ef282e8a3cdc35.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000007_jpg.rf.f3c835d654f2e9ec58ef282e8a3cdc35.jpg new file mode 100644 index 0000000..1179c50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000007_jpg.rf.f3c835d654f2e9ec58ef282e8a3cdc35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000010_jpg.rf.351ee4a9c4cf6a27ecb48caa8085f1f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000010_jpg.rf.351ee4a9c4cf6a27ecb48caa8085f1f8.jpg new file mode 100644 index 0000000..2ebd148 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000010_jpg.rf.351ee4a9c4cf6a27ecb48caa8085f1f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000011_jpg.rf.626bc489be7702da0b0e72e199a3d801.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000011_jpg.rf.626bc489be7702da0b0e72e199a3d801.jpg new file mode 100644 index 0000000..9f226ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000011_jpg.rf.626bc489be7702da0b0e72e199a3d801.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000012_jpg.rf.171a4a72a59e6fa117381923272a0d53.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000012_jpg.rf.171a4a72a59e6fa117381923272a0d53.jpg new file mode 100644 index 0000000..7077dbd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000012_jpg.rf.171a4a72a59e6fa117381923272a0d53.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000013_jpg.rf.9889a6ba06bb67c27d0ba9f74c1fdbd6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000013_jpg.rf.9889a6ba06bb67c27d0ba9f74c1fdbd6.jpg new file mode 100644 index 0000000..1c3e9e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000013_jpg.rf.9889a6ba06bb67c27d0ba9f74c1fdbd6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000014_jpg.rf.1ff7630e00cfb4a309bedb30bc947523.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000014_jpg.rf.1ff7630e00cfb4a309bedb30bc947523.jpg new file mode 100644 index 0000000..d20f170 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000014_jpg.rf.1ff7630e00cfb4a309bedb30bc947523.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000016_jpg.rf.9bdb3adf823524db520424b416179ef5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000016_jpg.rf.9bdb3adf823524db520424b416179ef5.jpg new file mode 100644 index 0000000..0bbdc1f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000016_jpg.rf.9bdb3adf823524db520424b416179ef5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000018_jpg.rf.d4794c19c4d8253dc0ce52ba4cf9133a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000018_jpg.rf.d4794c19c4d8253dc0ce52ba4cf9133a.jpg new file mode 100644 index 0000000..50c181d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000018_jpg.rf.d4794c19c4d8253dc0ce52ba4cf9133a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000019_jpg.rf.71b1083b22554aafe2ba966a4e440db9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000019_jpg.rf.71b1083b22554aafe2ba966a4e440db9.jpg new file mode 100644 index 0000000..c06b2c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000019_jpg.rf.71b1083b22554aafe2ba966a4e440db9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000020_jpg.rf.ea9f874635f7b48ea0ab618e9fb9934d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000020_jpg.rf.ea9f874635f7b48ea0ab618e9fb9934d.jpg new file mode 100644 index 0000000..b527d9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000020_jpg.rf.ea9f874635f7b48ea0ab618e9fb9934d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000021_jpg.rf.cf647fe55b79ba6918ccf3a3751bfc72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000021_jpg.rf.cf647fe55b79ba6918ccf3a3751bfc72.jpg new file mode 100644 index 0000000..5ae714b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000021_jpg.rf.cf647fe55b79ba6918ccf3a3751bfc72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000022_jpg.rf.afae2fd4b9e716617ab7d9a96534ddd5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000022_jpg.rf.afae2fd4b9e716617ab7d9a96534ddd5.jpg new file mode 100644 index 0000000..f95c640 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000022_jpg.rf.afae2fd4b9e716617ab7d9a96534ddd5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000023_jpg.rf.2f5949001d9e9cf7223e59a611a2be49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000023_jpg.rf.2f5949001d9e9cf7223e59a611a2be49.jpg new file mode 100644 index 0000000..c6d7dc5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000023_jpg.rf.2f5949001d9e9cf7223e59a611a2be49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000025_jpg.rf.f140b06fd42f724ba0e237e048d35637.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000025_jpg.rf.f140b06fd42f724ba0e237e048d35637.jpg new file mode 100644 index 0000000..3d8fcd6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000025_jpg.rf.f140b06fd42f724ba0e237e048d35637.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000026_jpg.rf.55a4dc603aa3dc6e2fef46195c55c842.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000026_jpg.rf.55a4dc603aa3dc6e2fef46195c55c842.jpg new file mode 100644 index 0000000..59c9258 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000026_jpg.rf.55a4dc603aa3dc6e2fef46195c55c842.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000027_jpg.rf.d36ab7ed8043ea17e75bf229787d9047.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000027_jpg.rf.d36ab7ed8043ea17e75bf229787d9047.jpg new file mode 100644 index 0000000..b0f2496 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000027_jpg.rf.d36ab7ed8043ea17e75bf229787d9047.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000028_jpg.rf.268eacdd6496131caaf43d78ce6f867d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000028_jpg.rf.268eacdd6496131caaf43d78ce6f867d.jpg new file mode 100644 index 0000000..26de095 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000028_jpg.rf.268eacdd6496131caaf43d78ce6f867d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000029_jpg.rf.2df258f963ca4fb33f4c55bbadd22553.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000029_jpg.rf.2df258f963ca4fb33f4c55bbadd22553.jpg new file mode 100644 index 0000000..ef79ea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000029_jpg.rf.2df258f963ca4fb33f4c55bbadd22553.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000032_jpg.rf.a99dbb2d7c57eae72b23f3c88904e294.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000032_jpg.rf.a99dbb2d7c57eae72b23f3c88904e294.jpg new file mode 100644 index 0000000..d2e667a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000032_jpg.rf.a99dbb2d7c57eae72b23f3c88904e294.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000038_jpg.rf.ff7cae4faefd766ee4d37146ee958f9f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000038_jpg.rf.ff7cae4faefd766ee4d37146ee958f9f.jpg new file mode 100644 index 0000000..7e89a9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000038_jpg.rf.ff7cae4faefd766ee4d37146ee958f9f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000039_jpg.rf.38d980096c9cca117cdef978958008e9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000039_jpg.rf.38d980096c9cca117cdef978958008e9.jpg new file mode 100644 index 0000000..2a4de1f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000039_jpg.rf.38d980096c9cca117cdef978958008e9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000041_jpg.rf.73967fefef500ec68f0a3a0aa96f3373.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000041_jpg.rf.73967fefef500ec68f0a3a0aa96f3373.jpg new file mode 100644 index 0000000..bb298a1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000041_jpg.rf.73967fefef500ec68f0a3a0aa96f3373.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000043_jpg.rf.c33eac51c0ac3a41bf91fa6ad04000fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000043_jpg.rf.c33eac51c0ac3a41bf91fa6ad04000fd.jpg new file mode 100644 index 0000000..f2f3b06 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000043_jpg.rf.c33eac51c0ac3a41bf91fa6ad04000fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000047_jpg.rf.90e957880220bcec00a4c9d348822d22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000047_jpg.rf.90e957880220bcec00a4c9d348822d22.jpg new file mode 100644 index 0000000..0f351fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000047_jpg.rf.90e957880220bcec00a4c9d348822d22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000048_jpg.rf.34f794fb36fe2bb72c034f044dad1fdb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000048_jpg.rf.34f794fb36fe2bb72c034f044dad1fdb.jpg new file mode 100644 index 0000000..03eca13 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000048_jpg.rf.34f794fb36fe2bb72c034f044dad1fdb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000049_jpg.rf.ab83f561e2d3a72eed8b9c68a9616266.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000049_jpg.rf.ab83f561e2d3a72eed8b9c68a9616266.jpg new file mode 100644 index 0000000..fd59a63 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000049_jpg.rf.ab83f561e2d3a72eed8b9c68a9616266.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000050_jpg.rf.27576f7d21361e21304c4ca9c4c9ee8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000050_jpg.rf.27576f7d21361e21304c4ca9c4c9ee8e.jpg new file mode 100644 index 0000000..44b101e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000050_jpg.rf.27576f7d21361e21304c4ca9c4c9ee8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000051_jpg.rf.c33a46b3ec6c009b19c0c1bfc0867fc9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000051_jpg.rf.c33a46b3ec6c009b19c0c1bfc0867fc9.jpg new file mode 100644 index 0000000..dc43920 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000051_jpg.rf.c33a46b3ec6c009b19c0c1bfc0867fc9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000052_jpg.rf.22b593cb14aa53f33b7796f391be84af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000052_jpg.rf.22b593cb14aa53f33b7796f391be84af.jpg new file mode 100644 index 0000000..939dee9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000052_jpg.rf.22b593cb14aa53f33b7796f391be84af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000056_jpg.rf.7cfc81ee2be19dee39b8b8e5b81b1114.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000056_jpg.rf.7cfc81ee2be19dee39b8b8e5b81b1114.jpg new file mode 100644 index 0000000..c06282c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000056_jpg.rf.7cfc81ee2be19dee39b8b8e5b81b1114.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000058_jpg.rf.65c547e3f9edee40ff2b06f93ca7353d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000058_jpg.rf.65c547e3f9edee40ff2b06f93ca7353d.jpg new file mode 100644 index 0000000..a22ddf0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000058_jpg.rf.65c547e3f9edee40ff2b06f93ca7353d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000060_jpg.rf.9e4ee655f64cfb284db4a08bf8de2127.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000060_jpg.rf.9e4ee655f64cfb284db4a08bf8de2127.jpg new file mode 100644 index 0000000..aeaf277 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000060_jpg.rf.9e4ee655f64cfb284db4a08bf8de2127.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000063_jpg.rf.d795424455bc674586e87d77b358e272.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000063_jpg.rf.d795424455bc674586e87d77b358e272.jpg new file mode 100644 index 0000000..75c124a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000063_jpg.rf.d795424455bc674586e87d77b358e272.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000064_jpg.rf.a686b866476dfa56a258ff232cbb743f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000064_jpg.rf.a686b866476dfa56a258ff232cbb743f.jpg new file mode 100644 index 0000000..c620b5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000064_jpg.rf.a686b866476dfa56a258ff232cbb743f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000066_jpg.rf.0abcefcaeed91a8233ad4e14252a5dc2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000066_jpg.rf.0abcefcaeed91a8233ad4e14252a5dc2.jpg new file mode 100644 index 0000000..949c712 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000066_jpg.rf.0abcefcaeed91a8233ad4e14252a5dc2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000068_jpg.rf.cf71760fff49f280fd194b6898d420e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000068_jpg.rf.cf71760fff49f280fd194b6898d420e1.jpg new file mode 100644 index 0000000..2d61e80 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000068_jpg.rf.cf71760fff49f280fd194b6898d420e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000076_jpg.rf.1e821d2714bdae9777affb6a7e1e3d35.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000076_jpg.rf.1e821d2714bdae9777affb6a7e1e3d35.jpg new file mode 100644 index 0000000..881d4f2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000076_jpg.rf.1e821d2714bdae9777affb6a7e1e3d35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000077_jpg.rf.1f917a7539cfb52ec3f848fbb60b16b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000077_jpg.rf.1f917a7539cfb52ec3f848fbb60b16b1.jpg new file mode 100644 index 0000000..8372952 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000077_jpg.rf.1f917a7539cfb52ec3f848fbb60b16b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000080_jpg.rf.73f1858a4f2e002e522aa3ed1fdb8172.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000080_jpg.rf.73f1858a4f2e002e522aa3ed1fdb8172.jpg new file mode 100644 index 0000000..ae0096d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000080_jpg.rf.73f1858a4f2e002e522aa3ed1fdb8172.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000081_jpg.rf.e7615d4c9e28b276bc68b6835b1eb24f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000081_jpg.rf.e7615d4c9e28b276bc68b6835b1eb24f.jpg new file mode 100644 index 0000000..82165d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000081_jpg.rf.e7615d4c9e28b276bc68b6835b1eb24f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000082_jpg.rf.35d96ddb6f104012c05ee90b0c2b0f99.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000082_jpg.rf.35d96ddb6f104012c05ee90b0c2b0f99.jpg new file mode 100644 index 0000000..0f9f292 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000082_jpg.rf.35d96ddb6f104012c05ee90b0c2b0f99.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000084_jpg.rf.58f28a7597bbc354893e6d4abedc08d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000084_jpg.rf.58f28a7597bbc354893e6d4abedc08d9.jpg new file mode 100644 index 0000000..8b3a7e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000084_jpg.rf.58f28a7597bbc354893e6d4abedc08d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000086_jpg.rf.684507221b94c6a62a23334dfd059fa1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000086_jpg.rf.684507221b94c6a62a23334dfd059fa1.jpg new file mode 100644 index 0000000..3a4f595 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000086_jpg.rf.684507221b94c6a62a23334dfd059fa1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000087_jpg.rf.495589c2a142561b6d5167bd5fb561a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000087_jpg.rf.495589c2a142561b6d5167bd5fb561a9.jpg new file mode 100644 index 0000000..cfdeb1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000087_jpg.rf.495589c2a142561b6d5167bd5fb561a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000089_jpg.rf.bdc8e58623c8b0e831beee36d58033f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000089_jpg.rf.bdc8e58623c8b0e831beee36d58033f1.jpg new file mode 100644 index 0000000..2b160f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000089_jpg.rf.bdc8e58623c8b0e831beee36d58033f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000091_jpg.rf.986a33551e4e7ecd8f3c0ee473055c8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000091_jpg.rf.986a33551e4e7ecd8f3c0ee473055c8f.jpg new file mode 100644 index 0000000..af1d4d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000091_jpg.rf.986a33551e4e7ecd8f3c0ee473055c8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000093_jpg.rf.99d73b5800e4bdb53da38c5365e6e7ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000093_jpg.rf.99d73b5800e4bdb53da38c5365e6e7ca.jpg new file mode 100644 index 0000000..71b1180 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000093_jpg.rf.99d73b5800e4bdb53da38c5365e6e7ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000095_jpg.rf.fb2ff1f2afe1f8cd1ca92859215fd66c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000095_jpg.rf.fb2ff1f2afe1f8cd1ca92859215fd66c.jpg new file mode 100644 index 0000000..659b50a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000095_jpg.rf.fb2ff1f2afe1f8cd1ca92859215fd66c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000099_jpg.rf.1c004f0b5a640b1fab4d6ad3e165c64a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000099_jpg.rf.1c004f0b5a640b1fab4d6ad3e165c64a.jpg new file mode 100644 index 0000000..30cd333 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000099_jpg.rf.1c004f0b5a640b1fab4d6ad3e165c64a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000105_jpg.rf.23c5cde51e05ebb1fa74379e878a0a05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000105_jpg.rf.23c5cde51e05ebb1fa74379e878a0a05.jpg new file mode 100644 index 0000000..0feaed5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000105_jpg.rf.23c5cde51e05ebb1fa74379e878a0a05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000108_jpg.rf.d8c619caf79a88c9da76dd791cfd7e6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000108_jpg.rf.d8c619caf79a88c9da76dd791cfd7e6d.jpg new file mode 100644 index 0000000..b38e996 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000108_jpg.rf.d8c619caf79a88c9da76dd791cfd7e6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000110_jpg.rf.50d83d36e102904c00e02a4d2080b344.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000110_jpg.rf.50d83d36e102904c00e02a4d2080b344.jpg new file mode 100644 index 0000000..f9efd04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000110_jpg.rf.50d83d36e102904c00e02a4d2080b344.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000113_jpg.rf.af0d6160e60e3e16fbf16f78b9ec4195.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000113_jpg.rf.af0d6160e60e3e16fbf16f78b9ec4195.jpg new file mode 100644 index 0000000..8f8928e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000113_jpg.rf.af0d6160e60e3e16fbf16f78b9ec4195.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000115_jpg.rf.df14328cddcedb6ffb11fe3cb16ca035.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000115_jpg.rf.df14328cddcedb6ffb11fe3cb16ca035.jpg new file mode 100644 index 0000000..ba939ad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000115_jpg.rf.df14328cddcedb6ffb11fe3cb16ca035.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000116_jpg.rf.c5b13bb32e0f369e20b77d3ffdd4067f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000116_jpg.rf.c5b13bb32e0f369e20b77d3ffdd4067f.jpg new file mode 100644 index 0000000..bd050dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000116_jpg.rf.c5b13bb32e0f369e20b77d3ffdd4067f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000121_jpg.rf.fa8837cbf7ab7e51cb60f22aa9fb5d5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000121_jpg.rf.fa8837cbf7ab7e51cb60f22aa9fb5d5d.jpg new file mode 100644 index 0000000..4330a18 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000121_jpg.rf.fa8837cbf7ab7e51cb60f22aa9fb5d5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000124_jpg.rf.3e9ef4437cf499bb03432ef8b3b5c576.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000124_jpg.rf.3e9ef4437cf499bb03432ef8b3b5c576.jpg new file mode 100644 index 0000000..d02a2eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000124_jpg.rf.3e9ef4437cf499bb03432ef8b3b5c576.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000141_jpg.rf.d49d10710bda92ac0ec8be507bf62543.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000141_jpg.rf.d49d10710bda92ac0ec8be507bf62543.jpg new file mode 100644 index 0000000..1735792 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000141_jpg.rf.d49d10710bda92ac0ec8be507bf62543.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000143_jpg.rf.78ec8526a24b9591a6ed2ee36545979e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000143_jpg.rf.78ec8526a24b9591a6ed2ee36545979e.jpg new file mode 100644 index 0000000..8028384 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000143_jpg.rf.78ec8526a24b9591a6ed2ee36545979e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000145_jpg.rf.2838232b7986749ac8381290b4cd9d4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000145_jpg.rf.2838232b7986749ac8381290b4cd9d4a.jpg new file mode 100644 index 0000000..338b3aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000145_jpg.rf.2838232b7986749ac8381290b4cd9d4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000146_jpg.rf.3d5cc102b4ec9fef05e94abd15e87a31.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000146_jpg.rf.3d5cc102b4ec9fef05e94abd15e87a31.jpg new file mode 100644 index 0000000..a5a6f84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000146_jpg.rf.3d5cc102b4ec9fef05e94abd15e87a31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000151_jpg.rf.3708f8c6852435e07ab3fcfd714fd547.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000151_jpg.rf.3708f8c6852435e07ab3fcfd714fd547.jpg new file mode 100644 index 0000000..326d506 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000151_jpg.rf.3708f8c6852435e07ab3fcfd714fd547.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000156_jpg.rf.8eb6498ee7f8d4362fae709475535337.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000156_jpg.rf.8eb6498ee7f8d4362fae709475535337.jpg new file mode 100644 index 0000000..ec26805 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000156_jpg.rf.8eb6498ee7f8d4362fae709475535337.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000158_jpg.rf.66fed0a79af1e55e306557ff9013041d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000158_jpg.rf.66fed0a79af1e55e306557ff9013041d.jpg new file mode 100644 index 0000000..658bcd1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000158_jpg.rf.66fed0a79af1e55e306557ff9013041d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000162_jpg.rf.d3c96a33bc0d89f68dac6208a7b19f40.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000162_jpg.rf.d3c96a33bc0d89f68dac6208a7b19f40.jpg new file mode 100644 index 0000000..abd1c08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000162_jpg.rf.d3c96a33bc0d89f68dac6208a7b19f40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000178_jpg.rf.22fd42561ecfb3c7d665a818f1069447.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000178_jpg.rf.22fd42561ecfb3c7d665a818f1069447.jpg new file mode 100644 index 0000000..bddd1d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000178_jpg.rf.22fd42561ecfb3c7d665a818f1069447.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000181_jpg.rf.4b58d291026602f3ee91904f48f07061.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000181_jpg.rf.4b58d291026602f3ee91904f48f07061.jpg new file mode 100644 index 0000000..67733a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000181_jpg.rf.4b58d291026602f3ee91904f48f07061.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000186_jpg.rf.64070965ea4da7ca7083a5960d46d7e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000186_jpg.rf.64070965ea4da7ca7083a5960d46d7e4.jpg new file mode 100644 index 0000000..25267da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000186_jpg.rf.64070965ea4da7ca7083a5960d46d7e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000188_jpg.rf.918be487680d93868e0d33d5662322b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000188_jpg.rf.918be487680d93868e0d33d5662322b2.jpg new file mode 100644 index 0000000..aaab0f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000188_jpg.rf.918be487680d93868e0d33d5662322b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000189_jpg.rf.94ce624deda6774c4409dd19a6526d96.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000189_jpg.rf.94ce624deda6774c4409dd19a6526d96.jpg new file mode 100644 index 0000000..198029e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000189_jpg.rf.94ce624deda6774c4409dd19a6526d96.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000190_jpg.rf.ddcb0dec94524b390b73c562fce22585.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000190_jpg.rf.ddcb0dec94524b390b73c562fce22585.jpg new file mode 100644 index 0000000..85fa83f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000190_jpg.rf.ddcb0dec94524b390b73c562fce22585.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000191_jpg.rf.79911cf11ec730671a0583796657d7bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000191_jpg.rf.79911cf11ec730671a0583796657d7bb.jpg new file mode 100644 index 0000000..4cf2b56 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000191_jpg.rf.79911cf11ec730671a0583796657d7bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000194_jpg.rf.62ad89706e6fb022d33ec0f58269112f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000194_jpg.rf.62ad89706e6fb022d33ec0f58269112f.jpg new file mode 100644 index 0000000..2b8a3ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000194_jpg.rf.62ad89706e6fb022d33ec0f58269112f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000196_jpg.rf.7102439f8866585de1b6ee7e70b01986.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000196_jpg.rf.7102439f8866585de1b6ee7e70b01986.jpg new file mode 100644 index 0000000..859a68b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000196_jpg.rf.7102439f8866585de1b6ee7e70b01986.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000206_jpg.rf.01884ff8e8c01247c73be782f8683832.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000206_jpg.rf.01884ff8e8c01247c73be782f8683832.jpg new file mode 100644 index 0000000..3d2a6ad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000206_jpg.rf.01884ff8e8c01247c73be782f8683832.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000207_jpg.rf.7ec32e56f2bbaeb6e02544cc3111279f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000207_jpg.rf.7ec32e56f2bbaeb6e02544cc3111279f.jpg new file mode 100644 index 0000000..6b685da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000207_jpg.rf.7ec32e56f2bbaeb6e02544cc3111279f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000211_jpg.rf.558eb962be049fb9f4ffcafd0201b2ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000211_jpg.rf.558eb962be049fb9f4ffcafd0201b2ae.jpg new file mode 100644 index 0000000..38c3ea6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000211_jpg.rf.558eb962be049fb9f4ffcafd0201b2ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000215_jpg.rf.47063376116e951f26b5af049432af29.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000215_jpg.rf.47063376116e951f26b5af049432af29.jpg new file mode 100644 index 0000000..415c136 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000215_jpg.rf.47063376116e951f26b5af049432af29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000219_jpg.rf.96e225a4d1d186c99d9fa24c2c9c3d2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000219_jpg.rf.96e225a4d1d186c99d9fa24c2c9c3d2a.jpg new file mode 100644 index 0000000..6e341ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000219_jpg.rf.96e225a4d1d186c99d9fa24c2c9c3d2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000232_jpg.rf.1f320e8c74b24099da90067414f12d0d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000232_jpg.rf.1f320e8c74b24099da90067414f12d0d.jpg new file mode 100644 index 0000000..ec24bfb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000232_jpg.rf.1f320e8c74b24099da90067414f12d0d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000244_jpg.rf.36d80d4dd3487e6ae16c60e826c392e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000244_jpg.rf.36d80d4dd3487e6ae16c60e826c392e8.jpg new file mode 100644 index 0000000..53b2bdd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000244_jpg.rf.36d80d4dd3487e6ae16c60e826c392e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000259_jpg.rf.6324c4edb862f8fcc948f893290bdff8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000259_jpg.rf.6324c4edb862f8fcc948f893290bdff8.jpg new file mode 100644 index 0000000..0892cc5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000259_jpg.rf.6324c4edb862f8fcc948f893290bdff8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000269_jpg.rf.c646890506a31d2875c00174abb81fa7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000269_jpg.rf.c646890506a31d2875c00174abb81fa7.jpg new file mode 100644 index 0000000..381ed74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000269_jpg.rf.c646890506a31d2875c00174abb81fa7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000285_jpg.rf.ea5288e5c3761bc3a3fcb9ca4b54d1cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000285_jpg.rf.ea5288e5c3761bc3a3fcb9ca4b54d1cf.jpg new file mode 100644 index 0000000..50e9709 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000285_jpg.rf.ea5288e5c3761bc3a3fcb9ca4b54d1cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000306_jpg.rf.b2f0761008abb773e7bb950e4986c1b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000306_jpg.rf.b2f0761008abb773e7bb950e4986c1b7.jpg new file mode 100644 index 0000000..6a5a8dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000306_jpg.rf.b2f0761008abb773e7bb950e4986c1b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000346_jpg.rf.854029e7e3d9b8a3f24b141bee07b6a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000346_jpg.rf.854029e7e3d9b8a3f24b141bee07b6a7.jpg new file mode 100644 index 0000000..09f29ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000346_jpg.rf.854029e7e3d9b8a3f24b141bee07b6a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000347_jpg.rf.13e8cfb59665121ff4c0a4492243fc0d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000347_jpg.rf.13e8cfb59665121ff4c0a4492243fc0d.jpg new file mode 100644 index 0000000..c146be5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000347_jpg.rf.13e8cfb59665121ff4c0a4492243fc0d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000348_jpg.rf.c2843d7ae1e74022749795511216ed84.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000348_jpg.rf.c2843d7ae1e74022749795511216ed84.jpg new file mode 100644 index 0000000..92684fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000348_jpg.rf.c2843d7ae1e74022749795511216ed84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000363_jpg.rf.dbd81862e012957b62beb2c1e434955d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000363_jpg.rf.dbd81862e012957b62beb2c1e434955d.jpg new file mode 100644 index 0000000..2238791 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000363_jpg.rf.dbd81862e012957b62beb2c1e434955d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000364_jpg.rf.c5d0f1bfbcb04d4d7830059780331c24.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000364_jpg.rf.c5d0f1bfbcb04d4d7830059780331c24.jpg new file mode 100644 index 0000000..b80c7e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000364_jpg.rf.c5d0f1bfbcb04d4d7830059780331c24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000371_jpg.rf.80a156ab7bc05342aa896268890a4619.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000371_jpg.rf.80a156ab7bc05342aa896268890a4619.jpg new file mode 100644 index 0000000..51c0366 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000371_jpg.rf.80a156ab7bc05342aa896268890a4619.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000374_jpg.rf.405d896899e2baa7cd8cb076ed37e4b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000374_jpg.rf.405d896899e2baa7cd8cb076ed37e4b1.jpg new file mode 100644 index 0000000..5ae1937 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000374_jpg.rf.405d896899e2baa7cd8cb076ed37e4b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000419_jpg.rf.f264dcd503bd679fe66995f85555f5e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000419_jpg.rf.f264dcd503bd679fe66995f85555f5e1.jpg new file mode 100644 index 0000000..8abe845 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000419_jpg.rf.f264dcd503bd679fe66995f85555f5e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000444_jpg.rf.6883035c27bfd2332fdca3c72979225d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000444_jpg.rf.6883035c27bfd2332fdca3c72979225d.jpg new file mode 100644 index 0000000..f58b886 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000444_jpg.rf.6883035c27bfd2332fdca3c72979225d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000446_jpg.rf.95d2a41d28c58db9b54f00efebd2cc19.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000446_jpg.rf.95d2a41d28c58db9b54f00efebd2cc19.jpg new file mode 100644 index 0000000..69ac834 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000446_jpg.rf.95d2a41d28c58db9b54f00efebd2cc19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000473_jpg.rf.91ebb3efe8414af919b6e06febf80627.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000473_jpg.rf.91ebb3efe8414af919b6e06febf80627.jpg new file mode 100644 index 0000000..7fe047a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000473_jpg.rf.91ebb3efe8414af919b6e06febf80627.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000523_jpg.rf.12a3375488193babe57271051ac7a9c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000523_jpg.rf.12a3375488193babe57271051ac7a9c7.jpg new file mode 100644 index 0000000..c8932c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000523_jpg.rf.12a3375488193babe57271051ac7a9c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000544_jpg.rf.167f10a3bdf8422fbc114a91557ee9b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000544_jpg.rf.167f10a3bdf8422fbc114a91557ee9b2.jpg new file mode 100644 index 0000000..26c717e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000544_jpg.rf.167f10a3bdf8422fbc114a91557ee9b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/000557_jpg.rf.a9b16fcfa23d76e55cb6c866d488b4ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/000557_jpg.rf.a9b16fcfa23d76e55cb6c866d488b4ff.jpg new file mode 100644 index 0000000..5bba992 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/000557_jpg.rf.a9b16fcfa23d76e55cb6c866d488b4ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/002a0cdce4049f5eb13cecebe46f276eb123ff14_jpg.rf.4de7c3dfa51afed9d3fdc011e3aa7896.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/002a0cdce4049f5eb13cecebe46f276eb123ff14_jpg.rf.4de7c3dfa51afed9d3fdc011e3aa7896.jpg new file mode 100644 index 0000000..2740334 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/002a0cdce4049f5eb13cecebe46f276eb123ff14_jpg.rf.4de7c3dfa51afed9d3fdc011e3aa7896.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/00874f5fcab39c74fb118717421d04296e9e2eac_jpg.rf.a2e663643d980ea28f878e2f0e2edc06.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/00874f5fcab39c74fb118717421d04296e9e2eac_jpg.rf.a2e663643d980ea28f878e2f0e2edc06.jpg new file mode 100644 index 0000000..7d80f0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/00874f5fcab39c74fb118717421d04296e9e2eac_jpg.rf.a2e663643d980ea28f878e2f0e2edc06.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0097960878307e559459d98c9f9eaeeea0db1f94_jpg.rf.433877c68256a33a27a4ef68993241c8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0097960878307e559459d98c9f9eaeeea0db1f94_jpg.rf.433877c68256a33a27a4ef68993241c8.jpg new file mode 100644 index 0000000..96f90c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0097960878307e559459d98c9f9eaeeea0db1f94_jpg.rf.433877c68256a33a27a4ef68993241c8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/00c14cb27c2530d2d1f26b566cc204521b62cfb6_jpg.rf.ca509055d44dc6b160759b35e7f94974.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/00c14cb27c2530d2d1f26b566cc204521b62cfb6_jpg.rf.ca509055d44dc6b160759b35e7f94974.jpg new file mode 100644 index 0000000..9dfaf09 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/00c14cb27c2530d2d1f26b566cc204521b62cfb6_jpg.rf.ca509055d44dc6b160759b35e7f94974.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/00d1bca363d4846f83e117c3f03ed7823dd193ca_jpg.rf.362a894c9c8472f0c85014933502d808.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/00d1bca363d4846f83e117c3f03ed7823dd193ca_jpg.rf.362a894c9c8472f0c85014933502d808.jpg new file mode 100644 index 0000000..d5218ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/00d1bca363d4846f83e117c3f03ed7823dd193ca_jpg.rf.362a894c9c8472f0c85014933502d808.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/011a1213ff68595caed129353dd5cfe93a1e814f_jpg.rf.3fa8d1e147f946e7eefeb4d553baeff2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/011a1213ff68595caed129353dd5cfe93a1e814f_jpg.rf.3fa8d1e147f946e7eefeb4d553baeff2.jpg new file mode 100644 index 0000000..23b6e17 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/011a1213ff68595caed129353dd5cfe93a1e814f_jpg.rf.3fa8d1e147f946e7eefeb4d553baeff2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/014080ad12368a0dfe64d2b29b2a196eecfcdcd1_jpg.rf.a308d073e72e34127768531852a0b39a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/014080ad12368a0dfe64d2b29b2a196eecfcdcd1_jpg.rf.a308d073e72e34127768531852a0b39a.jpg new file mode 100644 index 0000000..39b7798 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/014080ad12368a0dfe64d2b29b2a196eecfcdcd1_jpg.rf.a308d073e72e34127768531852a0b39a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/01553d10275a342f17045ed21674b72f63e86bbd_jpg.rf.3a552562f46d7a3cf3ee6d393a14fb37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/01553d10275a342f17045ed21674b72f63e86bbd_jpg.rf.3a552562f46d7a3cf3ee6d393a14fb37.jpg new file mode 100644 index 0000000..79d2815 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/01553d10275a342f17045ed21674b72f63e86bbd_jpg.rf.3a552562f46d7a3cf3ee6d393a14fb37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/01ce31f297f8dad80b5ce0984d3b31f8dd40b9a3_jpg.rf.c285608ce98f26d137a11cecf012b200.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/01ce31f297f8dad80b5ce0984d3b31f8dd40b9a3_jpg.rf.c285608ce98f26d137a11cecf012b200.jpg new file mode 100644 index 0000000..9874491 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/01ce31f297f8dad80b5ce0984d3b31f8dd40b9a3_jpg.rf.c285608ce98f26d137a11cecf012b200.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/024716a375d39b7af52b0a8b53d09d7df5706f55_jpg.rf.a1611506cc81a554597cdbb53da6dc19.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/024716a375d39b7af52b0a8b53d09d7df5706f55_jpg.rf.a1611506cc81a554597cdbb53da6dc19.jpg new file mode 100644 index 0000000..7db9c45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/024716a375d39b7af52b0a8b53d09d7df5706f55_jpg.rf.a1611506cc81a554597cdbb53da6dc19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/02510dcbded24e4b72fa406f1d1537f1e288941f_jpg.rf.6c91e74a041531fda576593c0afe7f0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/02510dcbded24e4b72fa406f1d1537f1e288941f_jpg.rf.6c91e74a041531fda576593c0afe7f0e.jpg new file mode 100644 index 0000000..1f642e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/02510dcbded24e4b72fa406f1d1537f1e288941f_jpg.rf.6c91e74a041531fda576593c0afe7f0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/033bc42853ada494d0772a59c923d0d11e987bfd_jpg.rf.8580f9b1a038249951e4c8d90d0083d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/033bc42853ada494d0772a59c923d0d11e987bfd_jpg.rf.8580f9b1a038249951e4c8d90d0083d4.jpg new file mode 100644 index 0000000..b851274 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/033bc42853ada494d0772a59c923d0d11e987bfd_jpg.rf.8580f9b1a038249951e4c8d90d0083d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/034ad13b29091fba1ffef3eb467b91c41c8fd67d_jpg.rf.6bc2aca5fae1235d3083a3509839cf33.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/034ad13b29091fba1ffef3eb467b91c41c8fd67d_jpg.rf.6bc2aca5fae1235d3083a3509839cf33.jpg new file mode 100644 index 0000000..2e318f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/034ad13b29091fba1ffef3eb467b91c41c8fd67d_jpg.rf.6bc2aca5fae1235d3083a3509839cf33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/03660484b7b9282283f3988297af1acd250f78d4_jpg.rf.d5c27fb5802be0ba3474db0a964d6824.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/03660484b7b9282283f3988297af1acd250f78d4_jpg.rf.d5c27fb5802be0ba3474db0a964d6824.jpg new file mode 100644 index 0000000..2b8e63b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/03660484b7b9282283f3988297af1acd250f78d4_jpg.rf.d5c27fb5802be0ba3474db0a964d6824.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/03a4118a57838a3a55013d1955322e3de37605cb_jpg.rf.70005b8ef474f1f322b157b3f9a4cb75.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/03a4118a57838a3a55013d1955322e3de37605cb_jpg.rf.70005b8ef474f1f322b157b3f9a4cb75.jpg new file mode 100644 index 0000000..346ca10 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/03a4118a57838a3a55013d1955322e3de37605cb_jpg.rf.70005b8ef474f1f322b157b3f9a4cb75.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/03d8e81b264cc294f80a3ccd9bd64db61198d331_jpg.rf.8123dd682d9ac014d49efe569ebb1398.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/03d8e81b264cc294f80a3ccd9bd64db61198d331_jpg.rf.8123dd682d9ac014d49efe569ebb1398.jpg new file mode 100644 index 0000000..4e6fdc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/03d8e81b264cc294f80a3ccd9bd64db61198d331_jpg.rf.8123dd682d9ac014d49efe569ebb1398.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/03dc17892eef83c234d2dc7a0665c214e4711612_jpg.rf.25895779fcc94ef75f8e282dda6003d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/03dc17892eef83c234d2dc7a0665c214e4711612_jpg.rf.25895779fcc94ef75f8e282dda6003d5.jpg new file mode 100644 index 0000000..20c154a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/03dc17892eef83c234d2dc7a0665c214e4711612_jpg.rf.25895779fcc94ef75f8e282dda6003d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/045beafd9bae936e372f6ba913ff0244313efd2b_jpg.rf.04b57fecb49d1bc3a4e6c70803a7b42d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/045beafd9bae936e372f6ba913ff0244313efd2b_jpg.rf.04b57fecb49d1bc3a4e6c70803a7b42d.jpg new file mode 100644 index 0000000..940a7da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/045beafd9bae936e372f6ba913ff0244313efd2b_jpg.rf.04b57fecb49d1bc3a4e6c70803a7b42d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/047120369b64d1430fac95e30971a941bfbdf1db_jpg.rf.8de4ce75922a8fd626fe0bbda775dd91.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/047120369b64d1430fac95e30971a941bfbdf1db_jpg.rf.8de4ce75922a8fd626fe0bbda775dd91.jpg new file mode 100644 index 0000000..8a97985 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/047120369b64d1430fac95e30971a941bfbdf1db_jpg.rf.8de4ce75922a8fd626fe0bbda775dd91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/04bec730ec87ffd1105d271c89f18c7432d1cedc_jpg.rf.947fd62816854b4657929299ba7fbd2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/04bec730ec87ffd1105d271c89f18c7432d1cedc_jpg.rf.947fd62816854b4657929299ba7fbd2a.jpg new file mode 100644 index 0000000..cae9595 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/04bec730ec87ffd1105d271c89f18c7432d1cedc_jpg.rf.947fd62816854b4657929299ba7fbd2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/05399102b07e4e6adad8d89a99493a4154d77b6e_jpg.rf.bf29f8771aec63008d7ce4c660a55206.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/05399102b07e4e6adad8d89a99493a4154d77b6e_jpg.rf.bf29f8771aec63008d7ce4c660a55206.jpg new file mode 100644 index 0000000..d0e7356 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/05399102b07e4e6adad8d89a99493a4154d77b6e_jpg.rf.bf29f8771aec63008d7ce4c660a55206.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/053d7581d2e060a2fcfb4abc45d621cb55119f87_jpg.rf.b00aeda0f2b5953255af50bb59096c0b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/053d7581d2e060a2fcfb4abc45d621cb55119f87_jpg.rf.b00aeda0f2b5953255af50bb59096c0b.jpg new file mode 100644 index 0000000..ee14bc9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/053d7581d2e060a2fcfb4abc45d621cb55119f87_jpg.rf.b00aeda0f2b5953255af50bb59096c0b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/05605a98da1959f950ad99e868f311db_jpg.rf.2d6ed40662a60d947e50be659721e840.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/05605a98da1959f950ad99e868f311db_jpg.rf.2d6ed40662a60d947e50be659721e840.jpg new file mode 100644 index 0000000..dbf3b7e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/05605a98da1959f950ad99e868f311db_jpg.rf.2d6ed40662a60d947e50be659721e840.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0561718aec3cca983c7397d03204c20d641f02b9_jpg.rf.4a5d810e940b98c36c2e33d517850002.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0561718aec3cca983c7397d03204c20d641f02b9_jpg.rf.4a5d810e940b98c36c2e33d517850002.jpg new file mode 100644 index 0000000..aa2b1c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0561718aec3cca983c7397d03204c20d641f02b9_jpg.rf.4a5d810e940b98c36c2e33d517850002.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/05932e7eb85dafb9b93e3f7b626b3bcb1c75f746_jpg.rf.f06141587f2206fb5becb9e6117e2db6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/05932e7eb85dafb9b93e3f7b626b3bcb1c75f746_jpg.rf.f06141587f2206fb5becb9e6117e2db6.jpg new file mode 100644 index 0000000..565aa1f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/05932e7eb85dafb9b93e3f7b626b3bcb1c75f746_jpg.rf.f06141587f2206fb5becb9e6117e2db6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/05c2efd68c86ec211f5fd44245846968e351a950_jpg.rf.97fc0bbacc54df017111ee81988825d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/05c2efd68c86ec211f5fd44245846968e351a950_jpg.rf.97fc0bbacc54df017111ee81988825d4.jpg new file mode 100644 index 0000000..e1424b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/05c2efd68c86ec211f5fd44245846968e351a950_jpg.rf.97fc0bbacc54df017111ee81988825d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/05e90f40bd9de2058a89b8ff057be27ef0661538_jpg.rf.2f32c7e93b8449ea9400d56fb28f8209.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/05e90f40bd9de2058a89b8ff057be27ef0661538_jpg.rf.2f32c7e93b8449ea9400d56fb28f8209.jpg new file mode 100644 index 0000000..aa279b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/05e90f40bd9de2058a89b8ff057be27ef0661538_jpg.rf.2f32c7e93b8449ea9400d56fb28f8209.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/06130b80c92914dcccb56634594b4aeab7db5944_jpg.rf.d202d240f37ae311e1131043c8a28ae5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/06130b80c92914dcccb56634594b4aeab7db5944_jpg.rf.d202d240f37ae311e1131043c8a28ae5.jpg new file mode 100644 index 0000000..15c58b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/06130b80c92914dcccb56634594b4aeab7db5944_jpg.rf.d202d240f37ae311e1131043c8a28ae5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/062a74db6a9fb43fbf2d1e1bdb5d47819146a6bf_jpg.rf.7af39670cc142eb566871d47f7186dba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/062a74db6a9fb43fbf2d1e1bdb5d47819146a6bf_jpg.rf.7af39670cc142eb566871d47f7186dba.jpg new file mode 100644 index 0000000..5b0e8af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/062a74db6a9fb43fbf2d1e1bdb5d47819146a6bf_jpg.rf.7af39670cc142eb566871d47f7186dba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0630b9a4fb88b11e450be2885969b280bfcb78d5_jpg.rf.b1af937d5c514f8fb04b05eeb00a0430.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0630b9a4fb88b11e450be2885969b280bfcb78d5_jpg.rf.b1af937d5c514f8fb04b05eeb00a0430.jpg new file mode 100644 index 0000000..4a22e04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0630b9a4fb88b11e450be2885969b280bfcb78d5_jpg.rf.b1af937d5c514f8fb04b05eeb00a0430.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/075819a4bd3afa0ffdec1c00386775247e7de524_jpg.rf.bf4d71d8aa25f89c564ef99a82077270.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/075819a4bd3afa0ffdec1c00386775247e7de524_jpg.rf.bf4d71d8aa25f89c564ef99a82077270.jpg new file mode 100644 index 0000000..d08691a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/075819a4bd3afa0ffdec1c00386775247e7de524_jpg.rf.bf4d71d8aa25f89c564ef99a82077270.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/075bb2b7ed2e0bdba784cb89c5d3672c529d8a5d_jpg.rf.a135c59de40177919550cd2dab8ee9ac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/075bb2b7ed2e0bdba784cb89c5d3672c529d8a5d_jpg.rf.a135c59de40177919550cd2dab8ee9ac.jpg new file mode 100644 index 0000000..8946f92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/075bb2b7ed2e0bdba784cb89c5d3672c529d8a5d_jpg.rf.a135c59de40177919550cd2dab8ee9ac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/079393f74ec556f44be169dc1c72af4f135c1fbd_jpg.rf.bd9d73f2b03c37320247165d2234518f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/079393f74ec556f44be169dc1c72af4f135c1fbd_jpg.rf.bd9d73f2b03c37320247165d2234518f.jpg new file mode 100644 index 0000000..97e22ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/079393f74ec556f44be169dc1c72af4f135c1fbd_jpg.rf.bd9d73f2b03c37320247165d2234518f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/079c3fe0248fa4861ae6f3dc61b7e0eed30478a7_jpg.rf.d61df93156b3934dd57b54e6353f0205.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/079c3fe0248fa4861ae6f3dc61b7e0eed30478a7_jpg.rf.d61df93156b3934dd57b54e6353f0205.jpg new file mode 100644 index 0000000..8c41995 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/079c3fe0248fa4861ae6f3dc61b7e0eed30478a7_jpg.rf.d61df93156b3934dd57b54e6353f0205.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/080583169f3f63c5d5b29272f2f066ea241417e3_jpg.rf.53e573bd64f7baf7f438f170dab879c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/080583169f3f63c5d5b29272f2f066ea241417e3_jpg.rf.53e573bd64f7baf7f438f170dab879c3.jpg new file mode 100644 index 0000000..b2bbd5b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/080583169f3f63c5d5b29272f2f066ea241417e3_jpg.rf.53e573bd64f7baf7f438f170dab879c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0815310c2b8fcb7f5123439c80cae8668d4ecd7a_jpg.rf.8024f992609e139f9ff08cd980e3c5c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0815310c2b8fcb7f5123439c80cae8668d4ecd7a_jpg.rf.8024f992609e139f9ff08cd980e3c5c4.jpg new file mode 100644 index 0000000..8742591 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0815310c2b8fcb7f5123439c80cae8668d4ecd7a_jpg.rf.8024f992609e139f9ff08cd980e3c5c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0826699312414b4c3838f016e9804c9d7c0e5e61_jpg.rf.df9b5440362f1a91ff93049748da6367.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0826699312414b4c3838f016e9804c9d7c0e5e61_jpg.rf.df9b5440362f1a91ff93049748da6367.jpg new file mode 100644 index 0000000..9db70f9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0826699312414b4c3838f016e9804c9d7c0e5e61_jpg.rf.df9b5440362f1a91ff93049748da6367.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0877039cbf77350d288ae4443c01a2d4d179bdb1_jpg.rf.c2d24e4ae7923417d7ba167bf2a2a895.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0877039cbf77350d288ae4443c01a2d4d179bdb1_jpg.rf.c2d24e4ae7923417d7ba167bf2a2a895.jpg new file mode 100644 index 0000000..e794400 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0877039cbf77350d288ae4443c01a2d4d179bdb1_jpg.rf.c2d24e4ae7923417d7ba167bf2a2a895.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/08c4516d15a0a0306492d9c4d751824f022654ae_jpg.rf.227f6f67ec42c067d05f682b84be475f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/08c4516d15a0a0306492d9c4d751824f022654ae_jpg.rf.227f6f67ec42c067d05f682b84be475f.jpg new file mode 100644 index 0000000..febd5a6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/08c4516d15a0a0306492d9c4d751824f022654ae_jpg.rf.227f6f67ec42c067d05f682b84be475f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/08c635aba2509158488575d9496d4634febc3331_jpg.rf.b0d4cf698192ef3f964496fa3fd51c8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/08c635aba2509158488575d9496d4634febc3331_jpg.rf.b0d4cf698192ef3f964496fa3fd51c8b.jpg new file mode 100644 index 0000000..f35cc27 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/08c635aba2509158488575d9496d4634febc3331_jpg.rf.b0d4cf698192ef3f964496fa3fd51c8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/090d1f1556a95a8218129450b5cdc465b4007788_jpg.rf.e7ca87a65c58a490d283bc1cf8b2c562.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/090d1f1556a95a8218129450b5cdc465b4007788_jpg.rf.e7ca87a65c58a490d283bc1cf8b2c562.jpg new file mode 100644 index 0000000..5bc852c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/090d1f1556a95a8218129450b5cdc465b4007788_jpg.rf.e7ca87a65c58a490d283bc1cf8b2c562.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/092ca4a089b544da7dae077471b38eee173fe529_jpg.rf.f56e69b8c2b3cfb64ba23a6b090517ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/092ca4a089b544da7dae077471b38eee173fe529_jpg.rf.f56e69b8c2b3cfb64ba23a6b090517ad.jpg new file mode 100644 index 0000000..4bf8790 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/092ca4a089b544da7dae077471b38eee173fe529_jpg.rf.f56e69b8c2b3cfb64ba23a6b090517ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/094183a4f3f0bf583831db8cec83d8ebe9d4dd13_jpg.rf.a686e77bffc32e0d49603815f51c366d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/094183a4f3f0bf583831db8cec83d8ebe9d4dd13_jpg.rf.a686e77bffc32e0d49603815f51c366d.jpg new file mode 100644 index 0000000..aeb3f3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/094183a4f3f0bf583831db8cec83d8ebe9d4dd13_jpg.rf.a686e77bffc32e0d49603815f51c366d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0952682bf8d2e6c976720a08a708c4fa38b1bd1c_jpg.rf.6c51109087a7896d0392530ba70564d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0952682bf8d2e6c976720a08a708c4fa38b1bd1c_jpg.rf.6c51109087a7896d0392530ba70564d9.jpg new file mode 100644 index 0000000..157b724 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0952682bf8d2e6c976720a08a708c4fa38b1bd1c_jpg.rf.6c51109087a7896d0392530ba70564d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/09ca08a588e34ebedafe68314ddf1e0c19611b9d_jpg.rf.f7ab32be20867f7b033340f735522813.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/09ca08a588e34ebedafe68314ddf1e0c19611b9d_jpg.rf.f7ab32be20867f7b033340f735522813.jpg new file mode 100644 index 0000000..3f8130a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/09ca08a588e34ebedafe68314ddf1e0c19611b9d_jpg.rf.f7ab32be20867f7b033340f735522813.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0aa7e751abe73015129b796f3d5f8000c38b3c95_jpg.rf.fa6428d0bb5794c4e655f9b8d39a2d72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0aa7e751abe73015129b796f3d5f8000c38b3c95_jpg.rf.fa6428d0bb5794c4e655f9b8d39a2d72.jpg new file mode 100644 index 0000000..79b7292 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0aa7e751abe73015129b796f3d5f8000c38b3c95_jpg.rf.fa6428d0bb5794c4e655f9b8d39a2d72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0b647894d894b756379f4d5bcd0c893703879f57_jpg.rf.fea89e0715fc2abb9ac9774f21a26ade.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0b647894d894b756379f4d5bcd0c893703879f57_jpg.rf.fea89e0715fc2abb9ac9774f21a26ade.jpg new file mode 100644 index 0000000..5c41a84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0b647894d894b756379f4d5bcd0c893703879f57_jpg.rf.fea89e0715fc2abb9ac9774f21a26ade.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0ba342960c114c6a3257e2881a4602b60d197c62_jpg.rf.5ff33e6fbcee978340abe01ad8006666.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0ba342960c114c6a3257e2881a4602b60d197c62_jpg.rf.5ff33e6fbcee978340abe01ad8006666.jpg new file mode 100644 index 0000000..9f8c228 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0ba342960c114c6a3257e2881a4602b60d197c62_jpg.rf.5ff33e6fbcee978340abe01ad8006666.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0c589d85b776c5e1f971e2f91ac27bed_jpg.rf.7af2a95e0de6819810a506d8d8f2388f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0c589d85b776c5e1f971e2f91ac27bed_jpg.rf.7af2a95e0de6819810a506d8d8f2388f.jpg new file mode 100644 index 0000000..49c44e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0c589d85b776c5e1f971e2f91ac27bed_jpg.rf.7af2a95e0de6819810a506d8d8f2388f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0c801d80ff53caae872f7b3df236ac778f47cd38_jpg.rf.fda6b36899e7ca7e234d74d596210650.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0c801d80ff53caae872f7b3df236ac778f47cd38_jpg.rf.fda6b36899e7ca7e234d74d596210650.jpg new file mode 100644 index 0000000..8cb7c99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0c801d80ff53caae872f7b3df236ac778f47cd38_jpg.rf.fda6b36899e7ca7e234d74d596210650.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0d0089863be79afb85bb00a45ff6ba1af84d4800_jpg.rf.f49197a0de0ab674f67cc31e601491d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0d0089863be79afb85bb00a45ff6ba1af84d4800_jpg.rf.f49197a0de0ab674f67cc31e601491d9.jpg new file mode 100644 index 0000000..8d3db45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0d0089863be79afb85bb00a45ff6ba1af84d4800_jpg.rf.f49197a0de0ab674f67cc31e601491d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0da2cb5bb8fe473225245445eafcaf2b79afca9f_jpg.rf.54db9d84280ea429180a31940a7c98be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0da2cb5bb8fe473225245445eafcaf2b79afca9f_jpg.rf.54db9d84280ea429180a31940a7c98be.jpg new file mode 100644 index 0000000..6fb5c63 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0da2cb5bb8fe473225245445eafcaf2b79afca9f_jpg.rf.54db9d84280ea429180a31940a7c98be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0e1c005860ec3a58da8eb10a8f5b92ee0b0653ab_jpg.rf.b7317b8d4c21e51721b31c365c881450.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0e1c005860ec3a58da8eb10a8f5b92ee0b0653ab_jpg.rf.b7317b8d4c21e51721b31c365c881450.jpg new file mode 100644 index 0000000..ce9adcc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0e1c005860ec3a58da8eb10a8f5b92ee0b0653ab_jpg.rf.b7317b8d4c21e51721b31c365c881450.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0e1c537fbdc3c9b33897c808ebe36f8aafec3e78_jpg.rf.d755dd94e0d42d8513c3b291b13e7d7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0e1c537fbdc3c9b33897c808ebe36f8aafec3e78_jpg.rf.d755dd94e0d42d8513c3b291b13e7d7c.jpg new file mode 100644 index 0000000..9c85f90 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0e1c537fbdc3c9b33897c808ebe36f8aafec3e78_jpg.rf.d755dd94e0d42d8513c3b291b13e7d7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0e46d96fa7b070d17ccbcf4a3a4581217d783291_jpg.rf.8e09db98745b38ec56b02ac248aee11f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0e46d96fa7b070d17ccbcf4a3a4581217d783291_jpg.rf.8e09db98745b38ec56b02ac248aee11f.jpg new file mode 100644 index 0000000..51ac7ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0e46d96fa7b070d17ccbcf4a3a4581217d783291_jpg.rf.8e09db98745b38ec56b02ac248aee11f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0ec3f7000d9083cb6afb1e9551cf52cb8917fcc5_jpg.rf.ce45b2d241ba395d41ed3ca15ab397e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0ec3f7000d9083cb6afb1e9551cf52cb8917fcc5_jpg.rf.ce45b2d241ba395d41ed3ca15ab397e8.jpg new file mode 100644 index 0000000..069a752 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0ec3f7000d9083cb6afb1e9551cf52cb8917fcc5_jpg.rf.ce45b2d241ba395d41ed3ca15ab397e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0f3610659409f42581f56e374cda618626ba1223_jpg.rf.d5b43a0edb64cdfdcb0d871e194b7a6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0f3610659409f42581f56e374cda618626ba1223_jpg.rf.d5b43a0edb64cdfdcb0d871e194b7a6d.jpg new file mode 100644 index 0000000..7e9b4e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0f3610659409f42581f56e374cda618626ba1223_jpg.rf.d5b43a0edb64cdfdcb0d871e194b7a6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0fe47ef85fa283d40ba47e9fbeb33bafa9fc6f27_jpg.rf.45098ca06472fe8c163022668d1f38fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0fe47ef85fa283d40ba47e9fbeb33bafa9fc6f27_jpg.rf.45098ca06472fe8c163022668d1f38fe.jpg new file mode 100644 index 0000000..54faa9c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0fe47ef85fa283d40ba47e9fbeb33bafa9fc6f27_jpg.rf.45098ca06472fe8c163022668d1f38fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0ff223667e6a578233daeec5309ced80b8aad8e0_jpg.rf.87ba3d8151c38f9e71b292264458cc28.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0ff223667e6a578233daeec5309ced80b8aad8e0_jpg.rf.87ba3d8151c38f9e71b292264458cc28.jpg new file mode 100644 index 0000000..3166f92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0ff223667e6a578233daeec5309ced80b8aad8e0_jpg.rf.87ba3d8151c38f9e71b292264458cc28.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/0ff8b2a2fa2b112b0336677c3cff2f0f2a89a72d_jpg.rf.b19660b171e5ddd36d0d1bdcd4058b83.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/0ff8b2a2fa2b112b0336677c3cff2f0f2a89a72d_jpg.rf.b19660b171e5ddd36d0d1bdcd4058b83.jpg new file mode 100644 index 0000000..b0119d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/0ff8b2a2fa2b112b0336677c3cff2f0f2a89a72d_jpg.rf.b19660b171e5ddd36d0d1bdcd4058b83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/100_jpg.rf.1c5aff0c155e88f83cc2ea768d91a65d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/100_jpg.rf.1c5aff0c155e88f83cc2ea768d91a65d.jpg new file mode 100644 index 0000000..0a3e0ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/100_jpg.rf.1c5aff0c155e88f83cc2ea768d91a65d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/100_jpg.rf.ea6fa2cd663047459cfde01c4d131c71.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/100_jpg.rf.ea6fa2cd663047459cfde01c4d131c71.jpg new file mode 100644 index 0000000..5f3a2a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/100_jpg.rf.ea6fa2cd663047459cfde01c4d131c71.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/101_jpg.rf.6c3af77589b96efed583699bc342fba0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/101_jpg.rf.6c3af77589b96efed583699bc342fba0.jpg new file mode 100644 index 0000000..94b6690 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/101_jpg.rf.6c3af77589b96efed583699bc342fba0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/102_jpg.rf.096fcc71166c0a6d04b881f60dc91688.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/102_jpg.rf.096fcc71166c0a6d04b881f60dc91688.jpg new file mode 100644 index 0000000..016456b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/102_jpg.rf.096fcc71166c0a6d04b881f60dc91688.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1037da95d1ecde772ba1f63d51f2fcecbf8ffefc_jpg.rf.26bd98cbadefcbd0aec942bf7c37d2ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1037da95d1ecde772ba1f63d51f2fcecbf8ffefc_jpg.rf.26bd98cbadefcbd0aec942bf7c37d2ea.jpg new file mode 100644 index 0000000..7c7e294 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1037da95d1ecde772ba1f63d51f2fcecbf8ffefc_jpg.rf.26bd98cbadefcbd0aec942bf7c37d2ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/103_jpg.rf.6eb85affdb8af728c7a4d45aabd5c628.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/103_jpg.rf.6eb85affdb8af728c7a4d45aabd5c628.jpg new file mode 100644 index 0000000..3f8dd9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/103_jpg.rf.6eb85affdb8af728c7a4d45aabd5c628.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/104_jpg.rf.b7970c01f76f8ae214e293c8521d96e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/104_jpg.rf.b7970c01f76f8ae214e293c8521d96e1.jpg new file mode 100644 index 0000000..c7bcb7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/104_jpg.rf.b7970c01f76f8ae214e293c8521d96e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/105_jpg.rf.57b5668cf38b7bd955b17c6fc9377b2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/105_jpg.rf.57b5668cf38b7bd955b17c6fc9377b2e.jpg new file mode 100644 index 0000000..d7a4ee1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/105_jpg.rf.57b5668cf38b7bd955b17c6fc9377b2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/106_jpg.rf.0ca23f9616f2ce0c0fa078b318a31ecd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/106_jpg.rf.0ca23f9616f2ce0c0fa078b318a31ecd.jpg new file mode 100644 index 0000000..f3a1d75 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/106_jpg.rf.0ca23f9616f2ce0c0fa078b318a31ecd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/107_jpg.rf.f156dcf828ec2efd4757da5b20adc5b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/107_jpg.rf.f156dcf828ec2efd4757da5b20adc5b4.jpg new file mode 100644 index 0000000..e0a6f2e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/107_jpg.rf.f156dcf828ec2efd4757da5b20adc5b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/108ee7fab3799ddd07798f798465f46025f76a6d_jpg.rf.c90a3c7987f3a191f4c240617b5f1f6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/108ee7fab3799ddd07798f798465f46025f76a6d_jpg.rf.c90a3c7987f3a191f4c240617b5f1f6d.jpg new file mode 100644 index 0000000..938fdd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/108ee7fab3799ddd07798f798465f46025f76a6d_jpg.rf.c90a3c7987f3a191f4c240617b5f1f6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/109697358e435e9413a5e97af73cc9c2b3221a43_jpg.rf.dd9823650188262feb1f38c190a9c938.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/109697358e435e9413a5e97af73cc9c2b3221a43_jpg.rf.dd9823650188262feb1f38c190a9c938.jpg new file mode 100644 index 0000000..0df99b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/109697358e435e9413a5e97af73cc9c2b3221a43_jpg.rf.dd9823650188262feb1f38c190a9c938.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/10_jpg.rf.267bce8c91c96eda2d719fe2ca9d1ed1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/10_jpg.rf.267bce8c91c96eda2d719fe2ca9d1ed1.jpg new file mode 100644 index 0000000..f83eec4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/10_jpg.rf.267bce8c91c96eda2d719fe2ca9d1ed1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/10_jpg.rf.f41854d7e7ddeb75a0b4f3ce9bdf3dd7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/10_jpg.rf.f41854d7e7ddeb75a0b4f3ce9bdf3dd7.jpg new file mode 100644 index 0000000..f6207b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/10_jpg.rf.f41854d7e7ddeb75a0b4f3ce9bdf3dd7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/110_jpg.rf.ae4223a661cf8b3ea2f0de906eb4e672.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/110_jpg.rf.ae4223a661cf8b3ea2f0de906eb4e672.jpg new file mode 100644 index 0000000..076d6ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/110_jpg.rf.ae4223a661cf8b3ea2f0de906eb4e672.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/111_jpg.rf.5554122c15ae65fa33b3b56d3fd718ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/111_jpg.rf.5554122c15ae65fa33b3b56d3fd718ea.jpg new file mode 100644 index 0000000..b18aa21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/111_jpg.rf.5554122c15ae65fa33b3b56d3fd718ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/112_jpg.rf.123c46cc9b6f9f13e230e6f2a308bf97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/112_jpg.rf.123c46cc9b6f9f13e230e6f2a308bf97.jpg new file mode 100644 index 0000000..26a43a0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/112_jpg.rf.123c46cc9b6f9f13e230e6f2a308bf97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/112a84eade67c6bccb794575afcec5d7d2df327d_jpg.rf.17361e960ffec0b2e485b4a74cfde2f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/112a84eade67c6bccb794575afcec5d7d2df327d_jpg.rf.17361e960ffec0b2e485b4a74cfde2f5.jpg new file mode 100644 index 0000000..b7cb015 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/112a84eade67c6bccb794575afcec5d7d2df327d_jpg.rf.17361e960ffec0b2e485b4a74cfde2f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/113_jpg.rf.0a57da21bd38d7b073368192d4d6bcc3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/113_jpg.rf.0a57da21bd38d7b073368192d4d6bcc3.jpg new file mode 100644 index 0000000..97caf0c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/113_jpg.rf.0a57da21bd38d7b073368192d4d6bcc3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/114_jpg.rf.59c231d92e9434d832c9824f3a7ae872.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/114_jpg.rf.59c231d92e9434d832c9824f3a7ae872.jpg new file mode 100644 index 0000000..8e7e703 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/114_jpg.rf.59c231d92e9434d832c9824f3a7ae872.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1157ce46a9d5b369f2be2cf80350dad7a2bfa144_jpg.rf.af569312987f21ed6f11a6264fd003cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1157ce46a9d5b369f2be2cf80350dad7a2bfa144_jpg.rf.af569312987f21ed6f11a6264fd003cb.jpg new file mode 100644 index 0000000..62d6ae9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1157ce46a9d5b369f2be2cf80350dad7a2bfa144_jpg.rf.af569312987f21ed6f11a6264fd003cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/115_jpg.rf.afd32f2d4b25da59e89169eddef64516.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/115_jpg.rf.afd32f2d4b25da59e89169eddef64516.jpg new file mode 100644 index 0000000..84606d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/115_jpg.rf.afd32f2d4b25da59e89169eddef64516.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/116_jpg.rf.498c956d48e2f157b48694955c481d1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/116_jpg.rf.498c956d48e2f157b48694955c481d1f.jpg new file mode 100644 index 0000000..e51c129 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/116_jpg.rf.498c956d48e2f157b48694955c481d1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/11720919d46ce4c73f34fdb35638cd34a407e14d_jpg.rf.734d0482b98ca444250907922f16694c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/11720919d46ce4c73f34fdb35638cd34a407e14d_jpg.rf.734d0482b98ca444250907922f16694c.jpg new file mode 100644 index 0000000..b8780a6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/11720919d46ce4c73f34fdb35638cd34a407e14d_jpg.rf.734d0482b98ca444250907922f16694c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/117_jpg.rf.30f5ee0ffdb5b97c422d03c28aa6df79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/117_jpg.rf.30f5ee0ffdb5b97c422d03c28aa6df79.jpg new file mode 100644 index 0000000..54748d5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/117_jpg.rf.30f5ee0ffdb5b97c422d03c28aa6df79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/118_jpg.rf.9c4295c43dab848b7bdc632ce0eee418.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/118_jpg.rf.9c4295c43dab848b7bdc632ce0eee418.jpg new file mode 100644 index 0000000..ee94719 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/118_jpg.rf.9c4295c43dab848b7bdc632ce0eee418.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/11_jpg.rf.0a4e8727e5b7252328a88d1b2530377a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/11_jpg.rf.0a4e8727e5b7252328a88d1b2530377a.jpg new file mode 100644 index 0000000..e7a45cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/11_jpg.rf.0a4e8727e5b7252328a88d1b2530377a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/11_jpg.rf.31d9fdf3a45d44fa9964a41d0e6d0461.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/11_jpg.rf.31d9fdf3a45d44fa9964a41d0e6d0461.jpg new file mode 100644 index 0000000..9b0d7fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/11_jpg.rf.31d9fdf3a45d44fa9964a41d0e6d0461.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/11d5fd4203b08f26dac2e7fa2294c6f01babee15_jpg.rf.34d0e604600e226c81f5065c20eb3302.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/11d5fd4203b08f26dac2e7fa2294c6f01babee15_jpg.rf.34d0e604600e226c81f5065c20eb3302.jpg new file mode 100644 index 0000000..10618e4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/11d5fd4203b08f26dac2e7fa2294c6f01babee15_jpg.rf.34d0e604600e226c81f5065c20eb3302.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/120_jpg.rf.56792f9cc9daf0b6f02cbe5ab6781370.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/120_jpg.rf.56792f9cc9daf0b6f02cbe5ab6781370.jpg new file mode 100644 index 0000000..776680e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/120_jpg.rf.56792f9cc9daf0b6f02cbe5ab6781370.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/121_jpg.rf.759a8de1c0550bc9004abb7a54278fb0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/121_jpg.rf.759a8de1c0550bc9004abb7a54278fb0.jpg new file mode 100644 index 0000000..fab35e8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/121_jpg.rf.759a8de1c0550bc9004abb7a54278fb0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/121c63fea9574fe7ee9480d253473b48bf87851e_jpg.rf.39f655316f455ceb6806bd9130e1f542.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/121c63fea9574fe7ee9480d253473b48bf87851e_jpg.rf.39f655316f455ceb6806bd9130e1f542.jpg new file mode 100644 index 0000000..4188c4e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/121c63fea9574fe7ee9480d253473b48bf87851e_jpg.rf.39f655316f455ceb6806bd9130e1f542.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/122_jpg.rf.058f4efc89edcd3afe23d104ac50be95.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/122_jpg.rf.058f4efc89edcd3afe23d104ac50be95.jpg new file mode 100644 index 0000000..5180353 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/122_jpg.rf.058f4efc89edcd3afe23d104ac50be95.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/123_jpg.rf.52601a8f799e45a110fb3ba8293f3745.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/123_jpg.rf.52601a8f799e45a110fb3ba8293f3745.jpg new file mode 100644 index 0000000..4601fb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/123_jpg.rf.52601a8f799e45a110fb3ba8293f3745.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/123_jpg.rf.f09d3af90d977264acc264a816112b3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/123_jpg.rf.f09d3af90d977264acc264a816112b3e.jpg new file mode 100644 index 0000000..d151036 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/123_jpg.rf.f09d3af90d977264acc264a816112b3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/124_jpg.rf.e586c73cae0cd5422114c3033f6e8315.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/124_jpg.rf.e586c73cae0cd5422114c3033f6e8315.jpg new file mode 100644 index 0000000..6d9496b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/124_jpg.rf.e586c73cae0cd5422114c3033f6e8315.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/125_jpg.rf.7e7a8a03c67941ce509d1510ba7eb91f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/125_jpg.rf.7e7a8a03c67941ce509d1510ba7eb91f.jpg new file mode 100644 index 0000000..2c2de85 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/125_jpg.rf.7e7a8a03c67941ce509d1510ba7eb91f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/126_jpg.rf.0f68be47cdc14037f6774b5d810fc855.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/126_jpg.rf.0f68be47cdc14037f6774b5d810fc855.jpg new file mode 100644 index 0000000..821eef4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/126_jpg.rf.0f68be47cdc14037f6774b5d810fc855.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/126aacb8318014ddfaec34f7453f25f552c781f9_jpg.rf.2f124ba406a839a59cb03fc98ceb9bd1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/126aacb8318014ddfaec34f7453f25f552c781f9_jpg.rf.2f124ba406a839a59cb03fc98ceb9bd1.jpg new file mode 100644 index 0000000..156d5db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/126aacb8318014ddfaec34f7453f25f552c781f9_jpg.rf.2f124ba406a839a59cb03fc98ceb9bd1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/127_jpg.rf.804df3713e90175da2cf572514b8ea79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/127_jpg.rf.804df3713e90175da2cf572514b8ea79.jpg new file mode 100644 index 0000000..eff8dad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/127_jpg.rf.804df3713e90175da2cf572514b8ea79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1280320189876ce2d5a8d550137f69136f72ed46_jpg.rf.1c10f7aaaeee3e8c1a3ce1416dcc9de5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1280320189876ce2d5a8d550137f69136f72ed46_jpg.rf.1c10f7aaaeee3e8c1a3ce1416dcc9de5.jpg new file mode 100644 index 0000000..d86bb51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1280320189876ce2d5a8d550137f69136f72ed46_jpg.rf.1c10f7aaaeee3e8c1a3ce1416dcc9de5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/128_jpg.rf.f985bc8cea9a7c19097531d8c8c96fb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/128_jpg.rf.f985bc8cea9a7c19097531d8c8c96fb2.jpg new file mode 100644 index 0000000..757d160 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/128_jpg.rf.f985bc8cea9a7c19097531d8c8c96fb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/128cadbc27002b5e6524628c69bc6b4b90ab84d8_jpg.rf.b57ce3d181ecc409b1239d7ba68c2c41.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/128cadbc27002b5e6524628c69bc6b4b90ab84d8_jpg.rf.b57ce3d181ecc409b1239d7ba68c2c41.jpg new file mode 100644 index 0000000..fd90571 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/128cadbc27002b5e6524628c69bc6b4b90ab84d8_jpg.rf.b57ce3d181ecc409b1239d7ba68c2c41.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/12_jpg.rf.661ae7f57a2514fabb688e6710f5ec1c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/12_jpg.rf.661ae7f57a2514fabb688e6710f5ec1c.jpg new file mode 100644 index 0000000..de72ab8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/12_jpg.rf.661ae7f57a2514fabb688e6710f5ec1c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/12_jpg.rf.c61aeb82cad17ffaccfe85ac8c38c981.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/12_jpg.rf.c61aeb82cad17ffaccfe85ac8c38c981.jpg new file mode 100644 index 0000000..e4d9991 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/12_jpg.rf.c61aeb82cad17ffaccfe85ac8c38c981.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/12b54a1a21cdd2c7efc5497bfd65420428948557_jpg.rf.f122b1867d48dd614abd251243d10ad9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/12b54a1a21cdd2c7efc5497bfd65420428948557_jpg.rf.f122b1867d48dd614abd251243d10ad9.jpg new file mode 100644 index 0000000..d6265f1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/12b54a1a21cdd2c7efc5497bfd65420428948557_jpg.rf.f122b1867d48dd614abd251243d10ad9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/130_jpg.rf.83a8b5296f77fbd0912166cbd919a7d6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/130_jpg.rf.83a8b5296f77fbd0912166cbd919a7d6.jpg new file mode 100644 index 0000000..f653dd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/130_jpg.rf.83a8b5296f77fbd0912166cbd919a7d6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/131_jpg.rf.e6eac5e443d2501f23de65b08ba61056.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/131_jpg.rf.e6eac5e443d2501f23de65b08ba61056.jpg new file mode 100644 index 0000000..72abf5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/131_jpg.rf.e6eac5e443d2501f23de65b08ba61056.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/132_jpg.rf.91ad53869944daf24627b40c1d663ea7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/132_jpg.rf.91ad53869944daf24627b40c1d663ea7.jpg new file mode 100644 index 0000000..4d6de5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/132_jpg.rf.91ad53869944daf24627b40c1d663ea7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/132cdb165756106e5ac7f0ef3d90667f573a491b_jpg.rf.4c6a7727d5de28d6ffbe897dd5f3fff6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/132cdb165756106e5ac7f0ef3d90667f573a491b_jpg.rf.4c6a7727d5de28d6ffbe897dd5f3fff6.jpg new file mode 100644 index 0000000..dbffd91 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/132cdb165756106e5ac7f0ef3d90667f573a491b_jpg.rf.4c6a7727d5de28d6ffbe897dd5f3fff6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/133_jpg.rf.01c8690e97e40c17d18e9db3d90804c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/133_jpg.rf.01c8690e97e40c17d18e9db3d90804c9.jpg new file mode 100644 index 0000000..99a17be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/133_jpg.rf.01c8690e97e40c17d18e9db3d90804c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/134_jpg.rf.e79697d06f562fd6cadc560825e24414.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/134_jpg.rf.e79697d06f562fd6cadc560825e24414.jpg new file mode 100644 index 0000000..8416913 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/134_jpg.rf.e79697d06f562fd6cadc560825e24414.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/135_jpg.rf.1a87d2d6d9c45c8d8e2d6d02662a4248.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/135_jpg.rf.1a87d2d6d9c45c8d8e2d6d02662a4248.jpg new file mode 100644 index 0000000..79ac8be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/135_jpg.rf.1a87d2d6d9c45c8d8e2d6d02662a4248.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1369f6c8fcf9ea05e3b5733929197ca233fc5296_jpg.rf.785a69e8151bee1a5f345abcfb98cfc0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1369f6c8fcf9ea05e3b5733929197ca233fc5296_jpg.rf.785a69e8151bee1a5f345abcfb98cfc0.jpg new file mode 100644 index 0000000..c31ae23 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1369f6c8fcf9ea05e3b5733929197ca233fc5296_jpg.rf.785a69e8151bee1a5f345abcfb98cfc0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1387c6616dd053506ad849e72eef60d600cc5047_jpg.rf.91d0ca1603457d41a0a0987beb8376b3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1387c6616dd053506ad849e72eef60d600cc5047_jpg.rf.91d0ca1603457d41a0a0987beb8376b3.jpg new file mode 100644 index 0000000..58ad805 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1387c6616dd053506ad849e72eef60d600cc5047_jpg.rf.91d0ca1603457d41a0a0987beb8376b3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/139_jpg.rf.a543c614d42addb0aa0bc37f7d812225.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/139_jpg.rf.a543c614d42addb0aa0bc37f7d812225.jpg new file mode 100644 index 0000000..849b782 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/139_jpg.rf.a543c614d42addb0aa0bc37f7d812225.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/13_jpg.rf.336cea3cb3083a574a443bedae361d7a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/13_jpg.rf.336cea3cb3083a574a443bedae361d7a.jpg new file mode 100644 index 0000000..9420b73 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/13_jpg.rf.336cea3cb3083a574a443bedae361d7a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/13_jpg.rf.975df1183bb71bea204a6e8fc7eb1cfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/13_jpg.rf.975df1183bb71bea204a6e8fc7eb1cfc.jpg new file mode 100644 index 0000000..289a9d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/13_jpg.rf.975df1183bb71bea204a6e8fc7eb1cfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/13a6715185bee70799c67cfbde53fc03_jpg.rf.9fe4f055d7a7fb76d0ec89b498d6beee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/13a6715185bee70799c67cfbde53fc03_jpg.rf.9fe4f055d7a7fb76d0ec89b498d6beee.jpg new file mode 100644 index 0000000..780dd98 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/13a6715185bee70799c67cfbde53fc03_jpg.rf.9fe4f055d7a7fb76d0ec89b498d6beee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/13aefa2b0c952219d78eb01bf4c698ba7639ae63_jpg.rf.a205f8dd649b44fae61ad798019d6524.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/13aefa2b0c952219d78eb01bf4c698ba7639ae63_jpg.rf.a205f8dd649b44fae61ad798019d6524.jpg new file mode 100644 index 0000000..1ba810d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/13aefa2b0c952219d78eb01bf4c698ba7639ae63_jpg.rf.a205f8dd649b44fae61ad798019d6524.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/140_jpg.rf.a14b15a265cc736dec65ae67bbc85dbd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/140_jpg.rf.a14b15a265cc736dec65ae67bbc85dbd.jpg new file mode 100644 index 0000000..0565019 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/140_jpg.rf.a14b15a265cc736dec65ae67bbc85dbd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/141_jpg.rf.d015fedc58bb77859826f8d1c7326a46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/141_jpg.rf.d015fedc58bb77859826f8d1c7326a46.jpg new file mode 100644 index 0000000..25f34d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/141_jpg.rf.d015fedc58bb77859826f8d1c7326a46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1423c6b00d2736ffda95eb8ab1ac80971d94c94c_jpg.rf.67d3eae7ed70efb689067ce45af5755b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1423c6b00d2736ffda95eb8ab1ac80971d94c94c_jpg.rf.67d3eae7ed70efb689067ce45af5755b.jpg new file mode 100644 index 0000000..adf3e9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1423c6b00d2736ffda95eb8ab1ac80971d94c94c_jpg.rf.67d3eae7ed70efb689067ce45af5755b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/142_jpg.rf.8be4acb7f53b6437ff924889e548e24f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/142_jpg.rf.8be4acb7f53b6437ff924889e548e24f.jpg new file mode 100644 index 0000000..6a7c4b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/142_jpg.rf.8be4acb7f53b6437ff924889e548e24f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/143_jpg.rf.f0c33d617744366caf4fdfe982d0bc1c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/143_jpg.rf.f0c33d617744366caf4fdfe982d0bc1c.jpg new file mode 100644 index 0000000..4226299 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/143_jpg.rf.f0c33d617744366caf4fdfe982d0bc1c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/144_jpg.rf.e6d8384dcd28c081200982327e5fe6ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/144_jpg.rf.e6d8384dcd28c081200982327e5fe6ce.jpg new file mode 100644 index 0000000..a5c588e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/144_jpg.rf.e6d8384dcd28c081200982327e5fe6ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/145_jpg.rf.03dbb56c3fa401b9d7b4e715d2b88dcf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/145_jpg.rf.03dbb56c3fa401b9d7b4e715d2b88dcf.jpg new file mode 100644 index 0000000..c7ef0dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/145_jpg.rf.03dbb56c3fa401b9d7b4e715d2b88dcf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/146_jpg.rf.0fbef61c55a61692deecc329e69a0fd0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/146_jpg.rf.0fbef61c55a61692deecc329e69a0fd0.jpg new file mode 100644 index 0000000..eb01fcb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/146_jpg.rf.0fbef61c55a61692deecc329e69a0fd0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/147_jpg.rf.ca03501512114cf245b2783a9a126d23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/147_jpg.rf.ca03501512114cf245b2783a9a126d23.jpg new file mode 100644 index 0000000..a32c13b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/147_jpg.rf.ca03501512114cf245b2783a9a126d23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/14823b89e3426a1668b29b92851401dedd7aa7ec_jpg.rf.a48a2be79fffb4e257e7c3cc8cbf6009.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/14823b89e3426a1668b29b92851401dedd7aa7ec_jpg.rf.a48a2be79fffb4e257e7c3cc8cbf6009.jpg new file mode 100644 index 0000000..cc478ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/14823b89e3426a1668b29b92851401dedd7aa7ec_jpg.rf.a48a2be79fffb4e257e7c3cc8cbf6009.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/148_jpg.rf.b2f768c0dead194730b6096c2ba1f0b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/148_jpg.rf.b2f768c0dead194730b6096c2ba1f0b4.jpg new file mode 100644 index 0000000..bc49d8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/148_jpg.rf.b2f768c0dead194730b6096c2ba1f0b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/149_jpg.rf.199a06678f8ee40b02783650efe5f0a8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/149_jpg.rf.199a06678f8ee40b02783650efe5f0a8.jpg new file mode 100644 index 0000000..81063c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/149_jpg.rf.199a06678f8ee40b02783650efe5f0a8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/14_jpg.rf.3b8c8c810aadea47332450ae79b01393.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/14_jpg.rf.3b8c8c810aadea47332450ae79b01393.jpg new file mode 100644 index 0000000..0edd503 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/14_jpg.rf.3b8c8c810aadea47332450ae79b01393.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/14_jpg.rf.cc1984ef3d524b59853fd1c18f8225af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/14_jpg.rf.cc1984ef3d524b59853fd1c18f8225af.jpg new file mode 100644 index 0000000..164057e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/14_jpg.rf.cc1984ef3d524b59853fd1c18f8225af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/14e77b688e3b491167f2c18544779f485d374747_jpg.rf.e5ee645bff21e75c17a3257d7f25ac79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/14e77b688e3b491167f2c18544779f485d374747_jpg.rf.e5ee645bff21e75c17a3257d7f25ac79.jpg new file mode 100644 index 0000000..cb5404f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/14e77b688e3b491167f2c18544779f485d374747_jpg.rf.e5ee645bff21e75c17a3257d7f25ac79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/150_jpg.rf.c78177affa92e10f85b653d563783d84.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/150_jpg.rf.c78177affa92e10f85b653d563783d84.jpg new file mode 100644 index 0000000..93ce3cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/150_jpg.rf.c78177affa92e10f85b653d563783d84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/151_jpg.rf.26f5b54b8d1f9026979dc6ae439a314f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/151_jpg.rf.26f5b54b8d1f9026979dc6ae439a314f.jpg new file mode 100644 index 0000000..e15906e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/151_jpg.rf.26f5b54b8d1f9026979dc6ae439a314f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/152_jpg.rf.ba09814a8df01949172cd366593dda55.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/152_jpg.rf.ba09814a8df01949172cd366593dda55.jpg new file mode 100644 index 0000000..53f58d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/152_jpg.rf.ba09814a8df01949172cd366593dda55.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/153_jpg.rf.cac4bf1627e04720ad7f59d24eb4bf38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/153_jpg.rf.cac4bf1627e04720ad7f59d24eb4bf38.jpg new file mode 100644 index 0000000..e5745e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/153_jpg.rf.cac4bf1627e04720ad7f59d24eb4bf38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/154_jpg.rf.0e6b1c85a34b834d0e14a7e04a5c37fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/154_jpg.rf.0e6b1c85a34b834d0e14a7e04a5c37fe.jpg new file mode 100644 index 0000000..e2d6868 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/154_jpg.rf.0e6b1c85a34b834d0e14a7e04a5c37fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1555b50f8dce6e2bd33a22c95dbdd5a0733d569b_jpg.rf.633b2f7c91e50bb8e17e42b18d796a30.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1555b50f8dce6e2bd33a22c95dbdd5a0733d569b_jpg.rf.633b2f7c91e50bb8e17e42b18d796a30.jpg new file mode 100644 index 0000000..12600cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1555b50f8dce6e2bd33a22c95dbdd5a0733d569b_jpg.rf.633b2f7c91e50bb8e17e42b18d796a30.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/155_jpg.rf.1bdf0de93bf116309c757c316a743def.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/155_jpg.rf.1bdf0de93bf116309c757c316a743def.jpg new file mode 100644 index 0000000..d61cdb6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/155_jpg.rf.1bdf0de93bf116309c757c316a743def.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/156-1-_jpg.rf.b603c210381e0bc60414a4b5bd17b818.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/156-1-_jpg.rf.b603c210381e0bc60414a4b5bd17b818.jpg new file mode 100644 index 0000000..b6de61c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/156-1-_jpg.rf.b603c210381e0bc60414a4b5bd17b818.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/15712e9b2c7ee403a9409ef48321f827cf3f8229_jpg.rf.2112fe883aa65d953d38f2301ba44d7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/15712e9b2c7ee403a9409ef48321f827cf3f8229_jpg.rf.2112fe883aa65d953d38f2301ba44d7f.jpg new file mode 100644 index 0000000..59caaed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/15712e9b2c7ee403a9409ef48321f827cf3f8229_jpg.rf.2112fe883aa65d953d38f2301ba44d7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1577080652178_tvec3ldgo18_jpg.rf.d620f50b7ab1a0516d1dc4c8edd3d8c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652178_tvec3ldgo18_jpg.rf.d620f50b7ab1a0516d1dc4c8edd3d8c6.jpg new file mode 100644 index 0000000..a8ac610 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652178_tvec3ldgo18_jpg.rf.d620f50b7ab1a0516d1dc4c8edd3d8c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1577080652180_ffh8tj2x7id_jpg.rf.735be46a505d0e0eb9df208bb000a286.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652180_ffh8tj2x7id_jpg.rf.735be46a505d0e0eb9df208bb000a286.jpg new file mode 100644 index 0000000..539433b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652180_ffh8tj2x7id_jpg.rf.735be46a505d0e0eb9df208bb000a286.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1577080652182_qou0nzpzgp_jpg.rf.9ddaf7e815ef7b890a06bc4a3616f495.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652182_qou0nzpzgp_jpg.rf.9ddaf7e815ef7b890a06bc4a3616f495.jpg new file mode 100644 index 0000000..587bbc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652182_qou0nzpzgp_jpg.rf.9ddaf7e815ef7b890a06bc4a3616f495.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1577080652183_ea2f5kdzdh7_jpg.rf.7d8b5f57cf44fd7b37f30507e54c0915.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652183_ea2f5kdzdh7_jpg.rf.7d8b5f57cf44fd7b37f30507e54c0915.jpg new file mode 100644 index 0000000..c8bbc08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652183_ea2f5kdzdh7_jpg.rf.7d8b5f57cf44fd7b37f30507e54c0915.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1577080652184_9eav1i7ldc8_jpg.rf.17aec3b1b2d1d6d99de965da6a3686eb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652184_9eav1i7ldc8_jpg.rf.17aec3b1b2d1d6d99de965da6a3686eb.jpg new file mode 100644 index 0000000..abdbf7f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652184_9eav1i7ldc8_jpg.rf.17aec3b1b2d1d6d99de965da6a3686eb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1577080652185_odfgfjh8fq_jpg.rf.ab55fb55d38c6a70dcb46f73de0fe6ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652185_odfgfjh8fq_jpg.rf.ab55fb55d38c6a70dcb46f73de0fe6ba.jpg new file mode 100644 index 0000000..2c9b423 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1577080652185_odfgfjh8fq_jpg.rf.ab55fb55d38c6a70dcb46f73de0fe6ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1579963704676_ahqgnijrpht_jpg.rf.11cc4ddf8be472ed5eec736efed0dd79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1579963704676_ahqgnijrpht_jpg.rf.11cc4ddf8be472ed5eec736efed0dd79.jpg new file mode 100644 index 0000000..0a4f623 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1579963704676_ahqgnijrpht_jpg.rf.11cc4ddf8be472ed5eec736efed0dd79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/157_jpg.rf.473a29a362a47d68a588dc649f76c4c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/157_jpg.rf.473a29a362a47d68a588dc649f76c4c0.jpg new file mode 100644 index 0000000..38f9b3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/157_jpg.rf.473a29a362a47d68a588dc649f76c4c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1583166706655_puke206gdi_jpg.rf.9783f7bcb37d0985f9274c7a8a2c6872.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1583166706655_puke206gdi_jpg.rf.9783f7bcb37d0985f9274c7a8a2c6872.jpg new file mode 100644 index 0000000..5dd496e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1583166706655_puke206gdi_jpg.rf.9783f7bcb37d0985f9274c7a8a2c6872.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1583984722924_13ubgbrs6xd_jpg.rf.eb13cb80505303a758424687740371a4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1583984722924_13ubgbrs6xd_jpg.rf.eb13cb80505303a758424687740371a4.jpg new file mode 100644 index 0000000..7e33beb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1583984722924_13ubgbrs6xd_jpg.rf.eb13cb80505303a758424687740371a4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1584170238467_50f5v6gilbr_jpg.rf.175e411ddbc16c0aa6f3a297d5c39f81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1584170238467_50f5v6gilbr_jpg.rf.175e411ddbc16c0aa6f3a297d5c39f81.jpg new file mode 100644 index 0000000..1501a13 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1584170238467_50f5v6gilbr_jpg.rf.175e411ddbc16c0aa6f3a297d5c39f81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1584512642566_f7nu58nt214_png_jpg.rf.ad625d244563ffb5d0f5f3eda11a536a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1584512642566_f7nu58nt214_png_jpg.rf.ad625d244563ffb5d0f5f3eda11a536a.jpg new file mode 100644 index 0000000..1a1bc4e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1584512642566_f7nu58nt214_png_jpg.rf.ad625d244563ffb5d0f5f3eda11a536a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1584591505072_0ebgdz9xtu3e_jpg.rf.aae7ffeb360c940ae57262c9ed8b2584.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1584591505072_0ebgdz9xtu3e_jpg.rf.aae7ffeb360c940ae57262c9ed8b2584.jpg new file mode 100644 index 0000000..afba781 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1584591505072_0ebgdz9xtu3e_jpg.rf.aae7ffeb360c940ae57262c9ed8b2584.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1587614911122_74h43sird8n_jpg.rf.b94ed92f8de6dbc642a0484f97a2a09e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1587614911122_74h43sird8n_jpg.rf.b94ed92f8de6dbc642a0484f97a2a09e.jpg new file mode 100644 index 0000000..4784561 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1587614911122_74h43sird8n_jpg.rf.b94ed92f8de6dbc642a0484f97a2a09e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1587614911123_8i4dmndmvr8_jpg.rf.5288e792c8cb7ede1a115855fc8d4a3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1587614911123_8i4dmndmvr8_jpg.rf.5288e792c8cb7ede1a115855fc8d4a3d.jpg new file mode 100644 index 0000000..57ab749 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1587614911123_8i4dmndmvr8_jpg.rf.5288e792c8cb7ede1a115855fc8d4a3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1588740009616_offxnh78bmq_jpg.rf.08057eeb08bc2ead0f5631eb9edd3a42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1588740009616_offxnh78bmq_jpg.rf.08057eeb08bc2ead0f5631eb9edd3a42.jpg new file mode 100644 index 0000000..fddf3e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1588740009616_offxnh78bmq_jpg.rf.08057eeb08bc2ead0f5631eb9edd3a42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1588740009620_p50nssg9i9_jpg.rf.39e7dac259ac8bc47d79505c65f95e7a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1588740009620_p50nssg9i9_jpg.rf.39e7dac259ac8bc47d79505c65f95e7a.jpg new file mode 100644 index 0000000..81cc979 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1588740009620_p50nssg9i9_jpg.rf.39e7dac259ac8bc47d79505c65f95e7a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1588740009624_whf316utqch_jpg.rf.ba74c62dd76a00d45181e30fb1903c9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1588740009624_whf316utqch_jpg.rf.ba74c62dd76a00d45181e30fb1903c9d.jpg new file mode 100644 index 0000000..326038b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1588740009624_whf316utqch_jpg.rf.ba74c62dd76a00d45181e30fb1903c9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1588753551727_8g3897hwip3_png_jpg.rf.0e4b72c9921705883427664c48b72af8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1588753551727_8g3897hwip3_png_jpg.rf.0e4b72c9921705883427664c48b72af8.jpg new file mode 100644 index 0000000..6c034b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1588753551727_8g3897hwip3_png_jpg.rf.0e4b72c9921705883427664c48b72af8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1588753551733_a4t60twd2n_png_jpg.rf.4e9b345b5e3087c8a9556d72ff17b331.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1588753551733_a4t60twd2n_png_jpg.rf.4e9b345b5e3087c8a9556d72ff17b331.jpg new file mode 100644 index 0000000..84c9952 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1588753551733_a4t60twd2n_png_jpg.rf.4e9b345b5e3087c8a9556d72ff17b331.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/158_jpg.rf.501b4740970db8a7146fee7018d56737.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/158_jpg.rf.501b4740970db8a7146fee7018d56737.jpg new file mode 100644 index 0000000..73e8c65 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/158_jpg.rf.501b4740970db8a7146fee7018d56737.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1590122154175_isk60km29ja_jpg.rf.caa2212453ee10d2730238f5d2901f48.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1590122154175_isk60km29ja_jpg.rf.caa2212453ee10d2730238f5d2901f48.jpg new file mode 100644 index 0000000..efb3f0a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1590122154175_isk60km29ja_jpg.rf.caa2212453ee10d2730238f5d2901f48.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1590122154223_draz6wrqhw9_jpg.rf.eafb67e1f605e99e6c0696118b89f19a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1590122154223_draz6wrqhw9_jpg.rf.eafb67e1f605e99e6c0696118b89f19a.jpg new file mode 100644 index 0000000..c26f2a6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1590122154223_draz6wrqhw9_jpg.rf.eafb67e1f605e99e6c0696118b89f19a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1590456436918_u1vuul7cuq_jpg.rf.933a84e54397cbdccd9dce234773eebd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1590456436918_u1vuul7cuq_jpg.rf.933a84e54397cbdccd9dce234773eebd.jpg new file mode 100644 index 0000000..9b47744 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1590456436918_u1vuul7cuq_jpg.rf.933a84e54397cbdccd9dce234773eebd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1590456436919_5lrt24hy0gm_jpg.rf.5ad3507be408dad084c1b1084912de22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1590456436919_5lrt24hy0gm_jpg.rf.5ad3507be408dad084c1b1084912de22.jpg new file mode 100644 index 0000000..b7d4c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1590456436919_5lrt24hy0gm_jpg.rf.5ad3507be408dad084c1b1084912de22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1590757714167_j2i9oe1m76c_jpg.rf.25d3d9375ac5de16b64c23ed827ea68c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1590757714167_j2i9oe1m76c_jpg.rf.25d3d9375ac5de16b64c23ed827ea68c.jpg new file mode 100644 index 0000000..b549a67 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1590757714167_j2i9oe1m76c_jpg.rf.25d3d9375ac5de16b64c23ed827ea68c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1591364980361_59muw9g3gvb_jpg.rf.27c4c854da09dd47b36719f2d5a58aa4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1591364980361_59muw9g3gvb_jpg.rf.27c4c854da09dd47b36719f2d5a58aa4.jpg new file mode 100644 index 0000000..2a5785f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1591364980361_59muw9g3gvb_jpg.rf.27c4c854da09dd47b36719f2d5a58aa4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1591366244820_jwlmmoj4p2m_jpg.rf.b008f976441326fd9e039a5f2aef23d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1591366244820_jwlmmoj4p2m_jpg.rf.b008f976441326fd9e039a5f2aef23d5.jpg new file mode 100644 index 0000000..1aa54d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1591366244820_jwlmmoj4p2m_jpg.rf.b008f976441326fd9e039a5f2aef23d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1591366279743_3cm9a4jtl4y_jpg.rf.8935308907426b72fd383f214ab93f4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1591366279743_3cm9a4jtl4y_jpg.rf.8935308907426b72fd383f214ab93f4f.jpg new file mode 100644 index 0000000..99b55b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1591366279743_3cm9a4jtl4y_jpg.rf.8935308907426b72fd383f214ab93f4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1592193676472_ugojz9a0kd_jpg.rf.abd83b78f002db57f1e58059ce2fa307.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1592193676472_ugojz9a0kd_jpg.rf.abd83b78f002db57f1e58059ce2fa307.jpg new file mode 100644 index 0000000..f086d12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1592193676472_ugojz9a0kd_jpg.rf.abd83b78f002db57f1e58059ce2fa307.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1592230465891_z9esfkf7i4o_jpg.rf.6bf4f45d4d3eb5d2332279bbe0a91470.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1592230465891_z9esfkf7i4o_jpg.rf.6bf4f45d4d3eb5d2332279bbe0a91470.jpg new file mode 100644 index 0000000..4312efd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1592230465891_z9esfkf7i4o_jpg.rf.6bf4f45d4d3eb5d2332279bbe0a91470.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1592542816914_9i3uxgdbyae_jpg.rf.b09684cae658db63da79c0802abd8a8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1592542816914_9i3uxgdbyae_jpg.rf.b09684cae658db63da79c0802abd8a8b.jpg new file mode 100644 index 0000000..7270c2c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1592542816914_9i3uxgdbyae_jpg.rf.b09684cae658db63da79c0802abd8a8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1593406629170_4xw2ntzlma9_jpg.rf.75cadbda766a44bb9f60dab7be7f5759.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1593406629170_4xw2ntzlma9_jpg.rf.75cadbda766a44bb9f60dab7be7f5759.jpg new file mode 100644 index 0000000..96c3c8a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1593406629170_4xw2ntzlma9_jpg.rf.75cadbda766a44bb9f60dab7be7f5759.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1593408099073_88h851ez3gu_jpg.rf.076abe65dabbd5d591d3a20ba9fa5ca8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1593408099073_88h851ez3gu_jpg.rf.076abe65dabbd5d591d3a20ba9fa5ca8.jpg new file mode 100644 index 0000000..c54a7e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1593408099073_88h851ez3gu_jpg.rf.076abe65dabbd5d591d3a20ba9fa5ca8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1593758564820_z48mlzjc1v_jpg.rf.0b59e91e29950f0988ea1ed5d421d09c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1593758564820_z48mlzjc1v_jpg.rf.0b59e91e29950f0988ea1ed5d421d09c.jpg new file mode 100644 index 0000000..3091428 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1593758564820_z48mlzjc1v_jpg.rf.0b59e91e29950f0988ea1ed5d421d09c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1593758603292_lap2beb9dkq_jpg.rf.2db48509a54f2bc6bc87ed7122476c05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1593758603292_lap2beb9dkq_jpg.rf.2db48509a54f2bc6bc87ed7122476c05.jpg new file mode 100644 index 0000000..29cdc79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1593758603292_lap2beb9dkq_jpg.rf.2db48509a54f2bc6bc87ed7122476c05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1593758994858_omfvcxe1hfe_jpg.rf.9f351d11e8b343cd38425c8738e7971f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1593758994858_omfvcxe1hfe_jpg.rf.9f351d11e8b343cd38425c8738e7971f.jpg new file mode 100644 index 0000000..666ff3f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1593758994858_omfvcxe1hfe_jpg.rf.9f351d11e8b343cd38425c8738e7971f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1593872959874_3jts6l31chv_jpg.rf.1c171098888dfea8b84548791ebd48dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1593872959874_3jts6l31chv_jpg.rf.1c171098888dfea8b84548791ebd48dc.jpg new file mode 100644 index 0000000..1fdf80d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1593872959874_3jts6l31chv_jpg.rf.1c171098888dfea8b84548791ebd48dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1595652102294_inkp54dpib_jpg.rf.ebfa8f96842278f14abc5049ffa11a6f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1595652102294_inkp54dpib_jpg.rf.ebfa8f96842278f14abc5049ffa11a6f.jpg new file mode 100644 index 0000000..7b3a945 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1595652102294_inkp54dpib_jpg.rf.ebfa8f96842278f14abc5049ffa11a6f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1596078158455_12h6112ibzd_jpg.rf.300bff7083455954c95bb10c035fc56d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1596078158455_12h6112ibzd_jpg.rf.300bff7083455954c95bb10c035fc56d.jpg new file mode 100644 index 0000000..088687c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1596078158455_12h6112ibzd_jpg.rf.300bff7083455954c95bb10c035fc56d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1596989000928_n6uabvbfmwl_jpg.rf.112aca17a6f89588ae3c9c5092213a71.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1596989000928_n6uabvbfmwl_jpg.rf.112aca17a6f89588ae3c9c5092213a71.jpg new file mode 100644 index 0000000..e681546 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1596989000928_n6uabvbfmwl_jpg.rf.112aca17a6f89588ae3c9c5092213a71.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1597288700606_52cfld07z2n_jpg.rf.d8cab35e562b4ee5502566d1c4e0b979.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1597288700606_52cfld07z2n_jpg.rf.d8cab35e562b4ee5502566d1c4e0b979.jpg new file mode 100644 index 0000000..b632821 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1597288700606_52cfld07z2n_jpg.rf.d8cab35e562b4ee5502566d1c4e0b979.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1597480361591_whm3wldrcn_jpg.rf.f9b1b71841fc520dd91167bf4e88e332.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1597480361591_whm3wldrcn_jpg.rf.f9b1b71841fc520dd91167bf4e88e332.jpg new file mode 100644 index 0000000..da63351 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1597480361591_whm3wldrcn_jpg.rf.f9b1b71841fc520dd91167bf4e88e332.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1598849023229_uoasbazohw_jpg.rf.69de016d1d576b8f4c146c31e0815b3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1598849023229_uoasbazohw_jpg.rf.69de016d1d576b8f4c146c31e0815b3e.jpg new file mode 100644 index 0000000..84d71dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1598849023229_uoasbazohw_jpg.rf.69de016d1d576b8f4c146c31e0815b3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1598854526355_84y33litxq8_jpg.rf.58eebfe9cb17c5b0028e04f3d06db600.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1598854526355_84y33litxq8_jpg.rf.58eebfe9cb17c5b0028e04f3d06db600.jpg new file mode 100644 index 0000000..89bd9fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1598854526355_84y33litxq8_jpg.rf.58eebfe9cb17c5b0028e04f3d06db600.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1599980590635_6uuofneo9ge_jpg.rf.3ea5ea585a8cd4e69e45d4b6c5177b5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1599980590635_6uuofneo9ge_jpg.rf.3ea5ea585a8cd4e69e45d4b6c5177b5d.jpg new file mode 100644 index 0000000..6e306a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1599980590635_6uuofneo9ge_jpg.rf.3ea5ea585a8cd4e69e45d4b6c5177b5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/159_jpg.rf.dcd8dd81841b13c0fdc52c66934541f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/159_jpg.rf.dcd8dd81841b13c0fdc52c66934541f0.jpg new file mode 100644 index 0000000..674cb49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/159_jpg.rf.dcd8dd81841b13c0fdc52c66934541f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/15_jpg.rf.4f42305b2dd8781d110c421bafe9feaa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/15_jpg.rf.4f42305b2dd8781d110c421bafe9feaa.jpg new file mode 100644 index 0000000..d086cfb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/15_jpg.rf.4f42305b2dd8781d110c421bafe9feaa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/15_jpg.rf.56cee003819f2fda52420fb8deed4ed8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/15_jpg.rf.56cee003819f2fda52420fb8deed4ed8.jpg new file mode 100644 index 0000000..320b99d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/15_jpg.rf.56cee003819f2fda52420fb8deed4ed8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/15e195f6f2753ecab158c947647124f68cb9e075_jpg.rf.a34b1d8c43c0edf5a5596e8d3a583c34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/15e195f6f2753ecab158c947647124f68cb9e075_jpg.rf.a34b1d8c43c0edf5a5596e8d3a583c34.jpg new file mode 100644 index 0000000..bb6c770 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/15e195f6f2753ecab158c947647124f68cb9e075_jpg.rf.a34b1d8c43c0edf5a5596e8d3a583c34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1600405507899_eiahmvx9ds_jpg.rf.101a4167d850e92004586e32096bf06e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1600405507899_eiahmvx9ds_jpg.rf.101a4167d850e92004586e32096bf06e.jpg new file mode 100644 index 0000000..9a1c3d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1600405507899_eiahmvx9ds_jpg.rf.101a4167d850e92004586e32096bf06e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1600405773213_o36qvpmhgoj_jpg.rf.be9a4694e21c7af4a0cd08eb9bfae743.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1600405773213_o36qvpmhgoj_jpg.rf.be9a4694e21c7af4a0cd08eb9bfae743.jpg new file mode 100644 index 0000000..0cd615e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1600405773213_o36qvpmhgoj_jpg.rf.be9a4694e21c7af4a0cd08eb9bfae743.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1601894125353_yvd6wqui6ek_jpg.rf.a1e547580b0bde8e74bcf165d06b2acb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1601894125353_yvd6wqui6ek_jpg.rf.a1e547580b0bde8e74bcf165d06b2acb.jpg new file mode 100644 index 0000000..f4c439c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1601894125353_yvd6wqui6ek_jpg.rf.a1e547580b0bde8e74bcf165d06b2acb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1603458756713_kn8scqyws5a_jpg.rf.63c6d1a6d0fb13d5bcc70690a5fa9a4d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1603458756713_kn8scqyws5a_jpg.rf.63c6d1a6d0fb13d5bcc70690a5fa9a4d.jpg new file mode 100644 index 0000000..a96664b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1603458756713_kn8scqyws5a_jpg.rf.63c6d1a6d0fb13d5bcc70690a5fa9a4d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1605256394459_854cl6j0sf4_jpg.rf.6979b0dc01881efd16dcbed6cb8943da.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1605256394459_854cl6j0sf4_jpg.rf.6979b0dc01881efd16dcbed6cb8943da.jpg new file mode 100644 index 0000000..7fce038 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1605256394459_854cl6j0sf4_jpg.rf.6979b0dc01881efd16dcbed6cb8943da.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1605670267491_0mc85v6bhj9_jpg.rf.963a4f943a5501bd16b044805edf8117.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1605670267491_0mc85v6bhj9_jpg.rf.963a4f943a5501bd16b044805edf8117.jpg new file mode 100644 index 0000000..2ae01a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1605670267491_0mc85v6bhj9_jpg.rf.963a4f943a5501bd16b044805edf8117.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1605685267427_1ijaf1qs5vo_jpg.rf.fb81badac8e077a20a298947234e729c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1605685267427_1ijaf1qs5vo_jpg.rf.fb81badac8e077a20a298947234e729c.jpg new file mode 100644 index 0000000..1218bf4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1605685267427_1ijaf1qs5vo_jpg.rf.fb81badac8e077a20a298947234e729c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1606190191821_akyz0v96ljl_jpg.rf.120b0fae6880e9fd88ea02c7d99c7e72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1606190191821_akyz0v96ljl_jpg.rf.120b0fae6880e9fd88ea02c7d99c7e72.jpg new file mode 100644 index 0000000..db78f81 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1606190191821_akyz0v96ljl_jpg.rf.120b0fae6880e9fd88ea02c7d99c7e72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1606317786879_zqkjtfxgzlg_jpg.rf.250cca11eb5021336ab663c5796cb184.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1606317786879_zqkjtfxgzlg_jpg.rf.250cca11eb5021336ab663c5796cb184.jpg new file mode 100644 index 0000000..f3f5e82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1606317786879_zqkjtfxgzlg_jpg.rf.250cca11eb5021336ab663c5796cb184.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1606461478341_ayn5hroroh_jpg.rf.de3c5d556d0b6dc6f01f103f6ab3e711.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1606461478341_ayn5hroroh_jpg.rf.de3c5d556d0b6dc6f01f103f6ab3e711.jpg new file mode 100644 index 0000000..8bd895b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1606461478341_ayn5hroroh_jpg.rf.de3c5d556d0b6dc6f01f103f6ab3e711.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1606542661993_xsg0vwcpr0b_jpg.rf.7d0cbeda9828b40c58bb8d2465a35c5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1606542661993_xsg0vwcpr0b_jpg.rf.7d0cbeda9828b40c58bb8d2465a35c5e.jpg new file mode 100644 index 0000000..1ec3140 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1606542661993_xsg0vwcpr0b_jpg.rf.7d0cbeda9828b40c58bb8d2465a35c5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1606698349689_rmyrqcauxnt_jpg.rf.d7f61a991cd74733f1e331d85c4d7e03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1606698349689_rmyrqcauxnt_jpg.rf.d7f61a991cd74733f1e331d85c4d7e03.jpg new file mode 100644 index 0000000..9cc296c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1606698349689_rmyrqcauxnt_jpg.rf.d7f61a991cd74733f1e331d85c4d7e03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1606809931200_8abi690aw6k_jpg.rf.5a30f9ce9fc821ce843fb1644c1c2fbd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1606809931200_8abi690aw6k_jpg.rf.5a30f9ce9fc821ce843fb1644c1c2fbd.jpg new file mode 100644 index 0000000..c04b9d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1606809931200_8abi690aw6k_jpg.rf.5a30f9ce9fc821ce843fb1644c1c2fbd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1606979891693_w3k6sonvrns_jpg.rf.9b1d0dc27e4afe3a846d6c30ac16d7b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1606979891693_w3k6sonvrns_jpg.rf.9b1d0dc27e4afe3a846d6c30ac16d7b0.jpg new file mode 100644 index 0000000..2db82af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1606979891693_w3k6sonvrns_jpg.rf.9b1d0dc27e4afe3a846d6c30ac16d7b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607053450012_ggkcuvozhq_jpg.rf.9826b6dd72b8820a7ad90998972c8717.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607053450012_ggkcuvozhq_jpg.rf.9826b6dd72b8820a7ad90998972c8717.jpg new file mode 100644 index 0000000..a257dfd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607053450012_ggkcuvozhq_jpg.rf.9826b6dd72b8820a7ad90998972c8717.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607054024313_mzgoncg4cvp_jpg.rf.39cfca95ca15b9c0d492aa1cac4014e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607054024313_mzgoncg4cvp_jpg.rf.39cfca95ca15b9c0d492aa1cac4014e7.jpg new file mode 100644 index 0000000..4aee5d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607054024313_mzgoncg4cvp_jpg.rf.39cfca95ca15b9c0d492aa1cac4014e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607054038521_hmxbdcjpgac_jpg.rf.9e00548659fb5b9919e07bce5094b102.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607054038521_hmxbdcjpgac_jpg.rf.9e00548659fb5b9919e07bce5094b102.jpg new file mode 100644 index 0000000..d5eb17f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607054038521_hmxbdcjpgac_jpg.rf.9e00548659fb5b9919e07bce5094b102.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607487809932_r7ntj612zbk_jpg.rf.ece38690c1d7d994827f7078228d3c39.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607487809932_r7ntj612zbk_jpg.rf.ece38690c1d7d994827f7078228d3c39.jpg new file mode 100644 index 0000000..1357f4f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607487809932_r7ntj612zbk_jpg.rf.ece38690c1d7d994827f7078228d3c39.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607487817142_pgsvbk66r8b_jpg.rf.9afe96e4aabfc6e20ecf1096ed170791.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607487817142_pgsvbk66r8b_jpg.rf.9afe96e4aabfc6e20ecf1096ed170791.jpg new file mode 100644 index 0000000..64424b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607487817142_pgsvbk66r8b_jpg.rf.9afe96e4aabfc6e20ecf1096ed170791.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607488659771_4vb377w87wd_jpg.rf.9221bc2e15ad483757ccc93cfa9c81c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607488659771_4vb377w87wd_jpg.rf.9221bc2e15ad483757ccc93cfa9c81c3.jpg new file mode 100644 index 0000000..64e6b4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607488659771_4vb377w87wd_jpg.rf.9221bc2e15ad483757ccc93cfa9c81c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607488905845_98zkx8n5yn_jpg.rf.2cab0ce67b94439490fddbd73ec233c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607488905845_98zkx8n5yn_jpg.rf.2cab0ce67b94439490fddbd73ec233c5.jpg new file mode 100644 index 0000000..e90a9fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607488905845_98zkx8n5yn_jpg.rf.2cab0ce67b94439490fddbd73ec233c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1607926568953_56geijyoso_jpg.rf.4b4ed21327314d65f28229b5acfc2e35.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1607926568953_56geijyoso_jpg.rf.4b4ed21327314d65f28229b5acfc2e35.jpg new file mode 100644 index 0000000..fd6d7ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1607926568953_56geijyoso_jpg.rf.4b4ed21327314d65f28229b5acfc2e35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1608107641404_89hnqigyod6_jpg.rf.e03bbc186750d038477c8a5993d127b9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1608107641404_89hnqigyod6_jpg.rf.e03bbc186750d038477c8a5993d127b9.jpg new file mode 100644 index 0000000..a0682b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1608107641404_89hnqigyod6_jpg.rf.e03bbc186750d038477c8a5993d127b9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1608268190146_f158uctc22_jpg.rf.a26269408cd2cfae9afe8491e605a928.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1608268190146_f158uctc22_jpg.rf.a26269408cd2cfae9afe8491e605a928.jpg new file mode 100644 index 0000000..8254972 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1608268190146_f158uctc22_jpg.rf.a26269408cd2cfae9afe8491e605a928.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1608438028038_aocdhtiedgf_jpg.rf.5db225c1cecb6ecec93c1d4db8a8295b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1608438028038_aocdhtiedgf_jpg.rf.5db225c1cecb6ecec93c1d4db8a8295b.jpg new file mode 100644 index 0000000..e02aec0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1608438028038_aocdhtiedgf_jpg.rf.5db225c1cecb6ecec93c1d4db8a8295b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1608525081578_kisj204s5yk_jpg.rf.a4ea1ecddd185dc607b82b07ce2df760.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1608525081578_kisj204s5yk_jpg.rf.a4ea1ecddd185dc607b82b07ce2df760.jpg new file mode 100644 index 0000000..18d9f72 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1608525081578_kisj204s5yk_jpg.rf.a4ea1ecddd185dc607b82b07ce2df760.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1608877185971_kz448x0x1xn_jpg.rf.f316f8ef2f289a1a934c5080057f9821.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1608877185971_kz448x0x1xn_jpg.rf.f316f8ef2f289a1a934c5080057f9821.jpg new file mode 100644 index 0000000..6c01617 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1608877185971_kz448x0x1xn_jpg.rf.f316f8ef2f289a1a934c5080057f9821.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1609212189577_tshxhr7ab7_jpg.rf.97c60b3569e73409b8805604e87a3127.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1609212189577_tshxhr7ab7_jpg.rf.97c60b3569e73409b8805604e87a3127.jpg new file mode 100644 index 0000000..7d9e1e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1609212189577_tshxhr7ab7_jpg.rf.97c60b3569e73409b8805604e87a3127.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1609326658361_xf9u7kuze9c_jpg.rf.cfad593a55ea6e243ed92c11daf9f031.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1609326658361_xf9u7kuze9c_jpg.rf.cfad593a55ea6e243ed92c11daf9f031.jpg new file mode 100644 index 0000000..192ac14 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1609326658361_xf9u7kuze9c_jpg.rf.cfad593a55ea6e243ed92c11daf9f031.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1609518529494fb764950687caa4c36059094d39_jpg.rf.876a8155ac5553c359d950481bee5150.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1609518529494fb764950687caa4c36059094d39_jpg.rf.876a8155ac5553c359d950481bee5150.jpg new file mode 100644 index 0000000..5ea4794 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1609518529494fb764950687caa4c36059094d39_jpg.rf.876a8155ac5553c359d950481bee5150.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1609737293401_sqns8dgkzg_jpg.rf.80d12d2fbd9e245b62a50c2c4b01391d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1609737293401_sqns8dgkzg_jpg.rf.80d12d2fbd9e245b62a50c2c4b01391d.jpg new file mode 100644 index 0000000..0de39a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1609737293401_sqns8dgkzg_jpg.rf.80d12d2fbd9e245b62a50c2c4b01391d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1609843286229_lcr2j94p13p_jpg.rf.0ffab5d1a337c61a18f057bd06f545ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1609843286229_lcr2j94p13p_jpg.rf.0ffab5d1a337c61a18f057bd06f545ec.jpg new file mode 100644 index 0000000..0f19542 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1609843286229_lcr2j94p13p_jpg.rf.0ffab5d1a337c61a18f057bd06f545ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/160_jpg.rf.cc874057507ce713f72df6ac6bbb5aff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/160_jpg.rf.cc874057507ce713f72df6ac6bbb5aff.jpg new file mode 100644 index 0000000..fd1e21a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/160_jpg.rf.cc874057507ce713f72df6ac6bbb5aff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1610161585853_vwrrabh51cd_jpg.rf.09bb9d4160229e826d6ba7be10d87dd5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1610161585853_vwrrabh51cd_jpg.rf.09bb9d4160229e826d6ba7be10d87dd5.jpg new file mode 100644 index 0000000..8f4180a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1610161585853_vwrrabh51cd_jpg.rf.09bb9d4160229e826d6ba7be10d87dd5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1610161924890_zdtc8xyrj3i_jpg.rf.d77ef5ed327189e14d6f6a66c25c3f6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1610161924890_zdtc8xyrj3i_jpg.rf.d77ef5ed327189e14d6f6a66c25c3f6c.jpg new file mode 100644 index 0000000..e9284ad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1610161924890_zdtc8xyrj3i_jpg.rf.d77ef5ed327189e14d6f6a66c25c3f6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1610593789608_uy9qanjbr6p_jpg.rf.0ab29a95048557a83b1956070a664c4d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1610593789608_uy9qanjbr6p_jpg.rf.0ab29a95048557a83b1956070a664c4d.jpg new file mode 100644 index 0000000..6746c78 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1610593789608_uy9qanjbr6p_jpg.rf.0ab29a95048557a83b1956070a664c4d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/161542aa3eaa45733f19567e9deba42f10f5d253_jpg.rf.86bf8474ac07bcbc18a2f0d905a1944e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/161542aa3eaa45733f19567e9deba42f10f5d253_jpg.rf.86bf8474ac07bcbc18a2f0d905a1944e.jpg new file mode 100644 index 0000000..7f45936 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/161542aa3eaa45733f19567e9deba42f10f5d253_jpg.rf.86bf8474ac07bcbc18a2f0d905a1944e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/161_jpg.rf.6d7ff669ee63e12187355f972c0d8203.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/161_jpg.rf.6d7ff669ee63e12187355f972c0d8203.jpg new file mode 100644 index 0000000..aed4d0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/161_jpg.rf.6d7ff669ee63e12187355f972c0d8203.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1621226826524_xcpdkl1vdyl_jpg.rf.91724aa93c989098df615b5679bfa18a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1621226826524_xcpdkl1vdyl_jpg.rf.91724aa93c989098df615b5679bfa18a.jpg new file mode 100644 index 0000000..045748c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1621226826524_xcpdkl1vdyl_jpg.rf.91724aa93c989098df615b5679bfa18a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1621397148942_2ahqrak9ujb_jpg.rf.b837f3e9f73692a0a7bef8d6e9e31724.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1621397148942_2ahqrak9ujb_jpg.rf.b837f3e9f73692a0a7bef8d6e9e31724.jpg new file mode 100644 index 0000000..3984a03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1621397148942_2ahqrak9ujb_jpg.rf.b837f3e9f73692a0a7bef8d6e9e31724.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1622003788281_o6j4m9vlded_jpg.rf.753163697ef4fc9d87b89c28ace7dd37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1622003788281_o6j4m9vlded_jpg.rf.753163697ef4fc9d87b89c28ace7dd37.jpg new file mode 100644 index 0000000..9db2c0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1622003788281_o6j4m9vlded_jpg.rf.753163697ef4fc9d87b89c28ace7dd37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1622542496547_unnfqfmbkwi_jpg.rf.f09f66fa553151436576ac8b555e16c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1622542496547_unnfqfmbkwi_jpg.rf.f09f66fa553151436576ac8b555e16c0.jpg new file mode 100644 index 0000000..c5e1d9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1622542496547_unnfqfmbkwi_jpg.rf.f09f66fa553151436576ac8b555e16c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1622597993501_k2wk1tdww6_jpg.rf.a401e3938d3c63cf89ec6dec0d2c6c99.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1622597993501_k2wk1tdww6_jpg.rf.a401e3938d3c63cf89ec6dec0d2c6c99.jpg new file mode 100644 index 0000000..bab5e94 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1622597993501_k2wk1tdww6_jpg.rf.a401e3938d3c63cf89ec6dec0d2c6c99.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1622630702535_zsutoej9je_jpg.rf.b7ff9680cb90cf447abfabefb77d45d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1622630702535_zsutoej9je_jpg.rf.b7ff9680cb90cf447abfabefb77d45d0.jpg new file mode 100644 index 0000000..b09099a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1622630702535_zsutoej9je_jpg.rf.b7ff9680cb90cf447abfabefb77d45d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1623919444230_7ks1id6nbte_jpg.rf.7d1ac562cbb4de97665eb3c9e2b8626a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1623919444230_7ks1id6nbte_jpg.rf.7d1ac562cbb4de97665eb3c9e2b8626a.jpg new file mode 100644 index 0000000..11904c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1623919444230_7ks1id6nbte_jpg.rf.7d1ac562cbb4de97665eb3c9e2b8626a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1623921978447_d7cwbv7fmpm_jpg.rf.e320e737e4625d9a6388c3c46dd345d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1623921978447_d7cwbv7fmpm_jpg.rf.e320e737e4625d9a6388c3c46dd345d4.jpg new file mode 100644 index 0000000..fb2d830 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1623921978447_d7cwbv7fmpm_jpg.rf.e320e737e4625d9a6388c3c46dd345d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1623987576277_v5cecg4io7d_jpg.rf.af04857b9bba2727e285278d1e6fbe69.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1623987576277_v5cecg4io7d_jpg.rf.af04857b9bba2727e285278d1e6fbe69.jpg new file mode 100644 index 0000000..2e1cabe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1623987576277_v5cecg4io7d_jpg.rf.af04857b9bba2727e285278d1e6fbe69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1624598573484_m4hs6ytmntj_jpg.rf.2bc577c644496f75ad8726592e6197ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1624598573484_m4hs6ytmntj_jpg.rf.2bc577c644496f75ad8726592e6197ff.jpg new file mode 100644 index 0000000..058f4ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1624598573484_m4hs6ytmntj_jpg.rf.2bc577c644496f75ad8726592e6197ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1625195514859_og5064p8wbl_jpg.rf.f359bd5f71fe314f210ebaa97f9469e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1625195514859_og5064p8wbl_jpg.rf.f359bd5f71fe314f210ebaa97f9469e1.jpg new file mode 100644 index 0000000..82bfd25 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1625195514859_og5064p8wbl_jpg.rf.f359bd5f71fe314f210ebaa97f9469e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1625796436867_y478g55xobs_jpg.rf.c3bf93cb77d0c70fcb3250efb0ec98de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1625796436867_y478g55xobs_jpg.rf.c3bf93cb77d0c70fcb3250efb0ec98de.jpg new file mode 100644 index 0000000..72b4be1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1625796436867_y478g55xobs_jpg.rf.c3bf93cb77d0c70fcb3250efb0ec98de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/162_jpg.rf.ee5c0ff6cf6e5a66b4ef0af0b467c9f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/162_jpg.rf.ee5c0ff6cf6e5a66b4ef0af0b467c9f2.jpg new file mode 100644 index 0000000..87c1b07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/162_jpg.rf.ee5c0ff6cf6e5a66b4ef0af0b467c9f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/162db86208926194b00b30f20bbaa6b677d13b44_jpg.rf.da59b07b437169f82a4458d7ed13a2e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/162db86208926194b00b30f20bbaa6b677d13b44_jpg.rf.da59b07b437169f82a4458d7ed13a2e7.jpg new file mode 100644 index 0000000..7984946 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/162db86208926194b00b30f20bbaa6b677d13b44_jpg.rf.da59b07b437169f82a4458d7ed13a2e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1637908252131_xhwnqajbsx_jpg.rf.5efe799e1de932ec9d95f67ec0c8b193.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1637908252131_xhwnqajbsx_jpg.rf.5efe799e1de932ec9d95f67ec0c8b193.jpg new file mode 100644 index 0000000..170795b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1637908252131_xhwnqajbsx_jpg.rf.5efe799e1de932ec9d95f67ec0c8b193.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1637919549314_r1ckpz4qid_jpg.rf.9ae6bc251b86c9c71904c1c246f81d8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1637919549314_r1ckpz4qid_jpg.rf.9ae6bc251b86c9c71904c1c246f81d8f.jpg new file mode 100644 index 0000000..81d4aa1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1637919549314_r1ckpz4qid_jpg.rf.9ae6bc251b86c9c71904c1c246f81d8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1637921247895_zgceqkw0exb_jpg.rf.9bab6fdde2a7d6de39d969f2bb5f8494.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1637921247895_zgceqkw0exb_jpg.rf.9bab6fdde2a7d6de39d969f2bb5f8494.jpg new file mode 100644 index 0000000..a88d908 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1637921247895_zgceqkw0exb_jpg.rf.9bab6fdde2a7d6de39d969f2bb5f8494.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1638241930779_449lw8lczj9_jpg.rf.7bd47bbbf9a06e39a3d7b87ef713961f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1638241930779_449lw8lczj9_jpg.rf.7bd47bbbf9a06e39a3d7b87ef713961f.jpg new file mode 100644 index 0000000..5518273 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1638241930779_449lw8lczj9_jpg.rf.7bd47bbbf9a06e39a3d7b87ef713961f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1638417099750_4e5nwjb8nm2_jpg.rf.7ea39b4b62647043f356c152d4cf8f59.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1638417099750_4e5nwjb8nm2_jpg.rf.7ea39b4b62647043f356c152d4cf8f59.jpg new file mode 100644 index 0000000..2fe8d43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1638417099750_4e5nwjb8nm2_jpg.rf.7ea39b4b62647043f356c152d4cf8f59.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1638417099752_c8ucuwfslg5_jpg.rf.97147775e3161d4722a3bf1a67150410.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1638417099752_c8ucuwfslg5_jpg.rf.97147775e3161d4722a3bf1a67150410.jpg new file mode 100644 index 0000000..26b4843 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1638417099752_c8ucuwfslg5_jpg.rf.97147775e3161d4722a3bf1a67150410.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1638933371511_1k6h6cxzq7b_jpg.rf.ff015f3b4fd6b1dec91242092097f469.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1638933371511_1k6h6cxzq7b_jpg.rf.ff015f3b4fd6b1dec91242092097f469.jpg new file mode 100644 index 0000000..450c8d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1638933371511_1k6h6cxzq7b_jpg.rf.ff015f3b4fd6b1dec91242092097f469.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/163_jpg.rf.db7bd6766d15064ec5f33c5a053a811f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/163_jpg.rf.db7bd6766d15064ec5f33c5a053a811f.jpg new file mode 100644 index 0000000..bf5e76e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/163_jpg.rf.db7bd6766d15064ec5f33c5a053a811f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1640681986315_lr1ek6p122h_jpg.rf.fd42457f2d8118e2ea0d1bee78ace93a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1640681986315_lr1ek6p122h_jpg.rf.fd42457f2d8118e2ea0d1bee78ace93a.jpg new file mode 100644 index 0000000..0af4dd7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1640681986315_lr1ek6p122h_jpg.rf.fd42457f2d8118e2ea0d1bee78ace93a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1640681986318_ivystc9w1p_jpg.rf.c3af0baa6d291c11e6f22ef691349176.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1640681986318_ivystc9w1p_jpg.rf.c3af0baa6d291c11e6f22ef691349176.jpg new file mode 100644 index 0000000..590901d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1640681986318_ivystc9w1p_jpg.rf.c3af0baa6d291c11e6f22ef691349176.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1640748288869_ms7uv2l1hfo_jpg.rf.1a15dfbec3a5fe7034fd1c25907ba58c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1640748288869_ms7uv2l1hfo_jpg.rf.1a15dfbec3a5fe7034fd1c25907ba58c.jpg new file mode 100644 index 0000000..f79a598 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1640748288869_ms7uv2l1hfo_jpg.rf.1a15dfbec3a5fe7034fd1c25907ba58c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1640748288872_atjkm1zn5t_jpg.rf.f72b04d5ae8ba72ea1de43e2ee29d2a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1640748288872_atjkm1zn5t_jpg.rf.f72b04d5ae8ba72ea1de43e2ee29d2a5.jpg new file mode 100644 index 0000000..8892b7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1640748288872_atjkm1zn5t_jpg.rf.f72b04d5ae8ba72ea1de43e2ee29d2a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/164_jpg.rf.ead0243151c419361daddae76f544d31.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/164_jpg.rf.ead0243151c419361daddae76f544d31.jpg new file mode 100644 index 0000000..550c8be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/164_jpg.rf.ead0243151c419361daddae76f544d31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/165_jpg.rf.a65c124770dfcec3d1d508cf22fd906f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/165_jpg.rf.a65c124770dfcec3d1d508cf22fd906f.jpg new file mode 100644 index 0000000..c97de44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/165_jpg.rf.a65c124770dfcec3d1d508cf22fd906f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/166_jpg.rf.e20fe5aaeec7ee4964f4d355425467cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/166_jpg.rf.e20fe5aaeec7ee4964f4d355425467cc.jpg new file mode 100644 index 0000000..a6d43bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/166_jpg.rf.e20fe5aaeec7ee4964f4d355425467cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/167_jpg.rf.3e2addf5187a1aa0d52f62b4375f8805.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/167_jpg.rf.3e2addf5187a1aa0d52f62b4375f8805.jpg new file mode 100644 index 0000000..413b3eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/167_jpg.rf.3e2addf5187a1aa0d52f62b4375f8805.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/167b96bf213439a78df6974ee5bdc415a27c26d0_jpg.rf.75b0623366dc9849a16bdc465a369562.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/167b96bf213439a78df6974ee5bdc415a27c26d0_jpg.rf.75b0623366dc9849a16bdc465a369562.jpg new file mode 100644 index 0000000..348436f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/167b96bf213439a78df6974ee5bdc415a27c26d0_jpg.rf.75b0623366dc9849a16bdc465a369562.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/168_jpg.rf.66f589af14be0a41500bb2a9997e1924.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/168_jpg.rf.66f589af14be0a41500bb2a9997e1924.jpg new file mode 100644 index 0000000..0f945dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/168_jpg.rf.66f589af14be0a41500bb2a9997e1924.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/169_jpg.rf.c644225035d6583111debb831016630e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/169_jpg.rf.c644225035d6583111debb831016630e.jpg new file mode 100644 index 0000000..e11eae9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/169_jpg.rf.c644225035d6583111debb831016630e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/16_jpg.rf.44d77b46a875594de09bcc3b0fb46fa5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/16_jpg.rf.44d77b46a875594de09bcc3b0fb46fa5.jpg new file mode 100644 index 0000000..a3d6aa1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/16_jpg.rf.44d77b46a875594de09bcc3b0fb46fa5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/16_jpg.rf.7368548b95f4e9f19692c41cbbc2065e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/16_jpg.rf.7368548b95f4e9f19692c41cbbc2065e.jpg new file mode 100644 index 0000000..4eda168 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/16_jpg.rf.7368548b95f4e9f19692c41cbbc2065e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/170_jpg.rf.2ef7352d37a0ce6d8c10408b28064150.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/170_jpg.rf.2ef7352d37a0ce6d8c10408b28064150.jpg new file mode 100644 index 0000000..63df191 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/170_jpg.rf.2ef7352d37a0ce6d8c10408b28064150.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/171_jpg.rf.2802824436931191359c31743a8638c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/171_jpg.rf.2802824436931191359c31743a8638c0.jpg new file mode 100644 index 0000000..7c14cf8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/171_jpg.rf.2802824436931191359c31743a8638c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/172_jpg.rf.3ec52a8411e98c208d20ccce80b25f2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/172_jpg.rf.3ec52a8411e98c208d20ccce80b25f2c.jpg new file mode 100644 index 0000000..cbf016a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/172_jpg.rf.3ec52a8411e98c208d20ccce80b25f2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/173_jpg.rf.091f264faaf2ec81a6edce3c13a3f5d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/173_jpg.rf.091f264faaf2ec81a6edce3c13a3f5d0.jpg new file mode 100644 index 0000000..9881682 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/173_jpg.rf.091f264faaf2ec81a6edce3c13a3f5d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/174_jpg.rf.b8309a74bb52348d45e55850878ec7dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/174_jpg.rf.b8309a74bb52348d45e55850878ec7dd.jpg new file mode 100644 index 0000000..e0717ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/174_jpg.rf.b8309a74bb52348d45e55850878ec7dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/17689c7fe9e26e692c5ea8aba33104fbc350799c_jpg.rf.bb1313e38e704d6d72157376a5e0d3e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/17689c7fe9e26e692c5ea8aba33104fbc350799c_jpg.rf.bb1313e38e704d6d72157376a5e0d3e5.jpg new file mode 100644 index 0000000..576a22f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/17689c7fe9e26e692c5ea8aba33104fbc350799c_jpg.rf.bb1313e38e704d6d72157376a5e0d3e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/176_jpg.rf.c50bfb20b998fdaeef0fa44576d02ce9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/176_jpg.rf.c50bfb20b998fdaeef0fa44576d02ce9.jpg new file mode 100644 index 0000000..bfff6ad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/176_jpg.rf.c50bfb20b998fdaeef0fa44576d02ce9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/177_jpg.rf.dbd2cb244f7f5d02adb15d2fcf1cc7d6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/177_jpg.rf.dbd2cb244f7f5d02adb15d2fcf1cc7d6.jpg new file mode 100644 index 0000000..88182e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/177_jpg.rf.dbd2cb244f7f5d02adb15d2fcf1cc7d6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/178_jpg.rf.c602f7232059de2edff2b1f370e5f312.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/178_jpg.rf.c602f7232059de2edff2b1f370e5f312.jpg new file mode 100644 index 0000000..b648f1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/178_jpg.rf.c602f7232059de2edff2b1f370e5f312.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/179_jpg.rf.0c77c397f964f698f7c9ae932d861335.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/179_jpg.rf.0c77c397f964f698f7c9ae932d861335.jpg new file mode 100644 index 0000000..8f81549 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/179_jpg.rf.0c77c397f964f698f7c9ae932d861335.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/17_jpg.rf.c9b0938606a1b17fb0a1dee1716c9429.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/17_jpg.rf.c9b0938606a1b17fb0a1dee1716c9429.jpg new file mode 100644 index 0000000..e7aa464 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/17_jpg.rf.c9b0938606a1b17fb0a1dee1716c9429.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/17_jpg.rf.cc04cfbb8215d310db039439bdb67104.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/17_jpg.rf.cc04cfbb8215d310db039439bdb67104.jpg new file mode 100644 index 0000000..4e8fb5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/17_jpg.rf.cc04cfbb8215d310db039439bdb67104.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/17cbc6a0987da814d1b2dcb4d0ca0aef0748f940_jpg.rf.57e665212bcccabfabeea240ada387e9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/17cbc6a0987da814d1b2dcb4d0ca0aef0748f940_jpg.rf.57e665212bcccabfabeea240ada387e9.jpg new file mode 100644 index 0000000..a61dd42 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/17cbc6a0987da814d1b2dcb4d0ca0aef0748f940_jpg.rf.57e665212bcccabfabeea240ada387e9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/180_jpg.rf.cc9d7bcf4ae49d2fcce75f84b1bdfcad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/180_jpg.rf.cc9d7bcf4ae49d2fcce75f84b1bdfcad.jpg new file mode 100644 index 0000000..4e68d7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/180_jpg.rf.cc9d7bcf4ae49d2fcce75f84b1bdfcad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/181_jpg.rf.af583e143822e335f2e403e0b01dee4e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/181_jpg.rf.af583e143822e335f2e403e0b01dee4e.jpg new file mode 100644 index 0000000..106e6a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/181_jpg.rf.af583e143822e335f2e403e0b01dee4e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/182_jpg.rf.60ab12001b313090a7cc93e9f500e7f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/182_jpg.rf.60ab12001b313090a7cc93e9f500e7f6.jpg new file mode 100644 index 0000000..920bc90 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/182_jpg.rf.60ab12001b313090a7cc93e9f500e7f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/183_jpg.rf.7bf8fe651f4d0314da30f4c2cfc62b07.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/183_jpg.rf.7bf8fe651f4d0314da30f4c2cfc62b07.jpg new file mode 100644 index 0000000..bcc73b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/183_jpg.rf.7bf8fe651f4d0314da30f4c2cfc62b07.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1847896ff6db170f2ac624d70bd5a8afd195fb4c_jpg.rf.eb052838927df0ddc43a722d34169745.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1847896ff6db170f2ac624d70bd5a8afd195fb4c_jpg.rf.eb052838927df0ddc43a722d34169745.jpg new file mode 100644 index 0000000..7f0d651 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1847896ff6db170f2ac624d70bd5a8afd195fb4c_jpg.rf.eb052838927df0ddc43a722d34169745.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/184_jpg.rf.3174ca473d74457ad4a3b953c399676c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/184_jpg.rf.3174ca473d74457ad4a3b953c399676c.jpg new file mode 100644 index 0000000..0f1d106 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/184_jpg.rf.3174ca473d74457ad4a3b953c399676c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/185_jpg.rf.0c9c870c5bae1b16b7c8d845625ea36f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/185_jpg.rf.0c9c870c5bae1b16b7c8d845625ea36f.jpg new file mode 100644 index 0000000..5d84c7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/185_jpg.rf.0c9c870c5bae1b16b7c8d845625ea36f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/186_jpg.rf.b03d4f16fd72abd268d2910fe9b9c697.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/186_jpg.rf.b03d4f16fd72abd268d2910fe9b9c697.jpg new file mode 100644 index 0000000..e5bf030 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/186_jpg.rf.b03d4f16fd72abd268d2910fe9b9c697.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1870f77ade6b8f2587673ebad1137bfcdb8c85ce_jpg.rf.d1840401a45a8517882632a7e09ad21a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1870f77ade6b8f2587673ebad1137bfcdb8c85ce_jpg.rf.d1840401a45a8517882632a7e09ad21a.jpg new file mode 100644 index 0000000..e907460 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1870f77ade6b8f2587673ebad1137bfcdb8c85ce_jpg.rf.d1840401a45a8517882632a7e09ad21a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/187_jpg.rf.d4b8705d38f21fb1993ddedfc0c5ae34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/187_jpg.rf.d4b8705d38f21fb1993ddedfc0c5ae34.jpg new file mode 100644 index 0000000..5ef1b60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/187_jpg.rf.d4b8705d38f21fb1993ddedfc0c5ae34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/188_jpg.rf.de62f226148ac3ec707b77299791a760.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/188_jpg.rf.de62f226148ac3ec707b77299791a760.jpg new file mode 100644 index 0000000..5190d2e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/188_jpg.rf.de62f226148ac3ec707b77299791a760.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/189_jpg.rf.6b86975f9d5dd1ac4c41ef1032cde69c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/189_jpg.rf.6b86975f9d5dd1ac4c41ef1032cde69c.jpg new file mode 100644 index 0000000..b524234 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/189_jpg.rf.6b86975f9d5dd1ac4c41ef1032cde69c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/189d2ca1107828994e7d08090f381b990d5910f9_jpg.rf.40b2c66fc137ca940af8fc49844b4745.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/189d2ca1107828994e7d08090f381b990d5910f9_jpg.rf.40b2c66fc137ca940af8fc49844b4745.jpg new file mode 100644 index 0000000..33002ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/189d2ca1107828994e7d08090f381b990d5910f9_jpg.rf.40b2c66fc137ca940af8fc49844b4745.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/18_jpg.rf.192e71bde5e0553044af79aeca2fca72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/18_jpg.rf.192e71bde5e0553044af79aeca2fca72.jpg new file mode 100644 index 0000000..ab719fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/18_jpg.rf.192e71bde5e0553044af79aeca2fca72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/18_jpg.rf.b398f4d787cd22e9e8cb1499a4df9e2f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/18_jpg.rf.b398f4d787cd22e9e8cb1499a4df9e2f.jpg new file mode 100644 index 0000000..8d06c79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/18_jpg.rf.b398f4d787cd22e9e8cb1499a4df9e2f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/190_jpg.rf.4ff71c132f15c1a1359be34210d51c2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/190_jpg.rf.4ff71c132f15c1a1359be34210d51c2c.jpg new file mode 100644 index 0000000..b5e00ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/190_jpg.rf.4ff71c132f15c1a1359be34210d51c2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/191_jpg.rf.90ff0cd6264b28e36dc922d484907612.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/191_jpg.rf.90ff0cd6264b28e36dc922d484907612.jpg new file mode 100644 index 0000000..11b3013 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/191_jpg.rf.90ff0cd6264b28e36dc922d484907612.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/192_jpg.rf.7e0451b2e596325c78767714db93be38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/192_jpg.rf.7e0451b2e596325c78767714db93be38.jpg new file mode 100644 index 0000000..f54bafb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/192_jpg.rf.7e0451b2e596325c78767714db93be38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/193_jpg.rf.76be7715e24357426032b83f6834e560.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/193_jpg.rf.76be7715e24357426032b83f6834e560.jpg new file mode 100644 index 0000000..94c5346 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/193_jpg.rf.76be7715e24357426032b83f6834e560.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/194_jpg.rf.ea40e4130e3202ff8772d8b9903a819f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/194_jpg.rf.ea40e4130e3202ff8772d8b9903a819f.jpg new file mode 100644 index 0000000..4cca96b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/194_jpg.rf.ea40e4130e3202ff8772d8b9903a819f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1954cc1d63b87aa2d459dca4075812cf106f915c_jpg.rf.2a25e8d85e3cd8a33a8cf1da23dc5c5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1954cc1d63b87aa2d459dca4075812cf106f915c_jpg.rf.2a25e8d85e3cd8a33a8cf1da23dc5c5d.jpg new file mode 100644 index 0000000..78a26ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1954cc1d63b87aa2d459dca4075812cf106f915c_jpg.rf.2a25e8d85e3cd8a33a8cf1da23dc5c5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/195_jpg.rf.5d5824a3d67fa49ef858824d22481f8a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/195_jpg.rf.5d5824a3d67fa49ef858824d22481f8a.jpg new file mode 100644 index 0000000..f9abd63 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/195_jpg.rf.5d5824a3d67fa49ef858824d22481f8a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/195feae84fa4964f726c79b47f89c87aa345f11f_jpg.rf.3b34da18fb111e4530b7f26e79903dc3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/195feae84fa4964f726c79b47f89c87aa345f11f_jpg.rf.3b34da18fb111e4530b7f26e79903dc3.jpg new file mode 100644 index 0000000..b97bd5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/195feae84fa4964f726c79b47f89c87aa345f11f_jpg.rf.3b34da18fb111e4530b7f26e79903dc3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/196_jpg.rf.4a45efcf40d2c5e6ebc71dac73ca0341.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/196_jpg.rf.4a45efcf40d2c5e6ebc71dac73ca0341.jpg new file mode 100644 index 0000000..0461002 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/196_jpg.rf.4a45efcf40d2c5e6ebc71dac73ca0341.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/197_jpg.rf.881282c749afedea2946f0c55ee34623.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/197_jpg.rf.881282c749afedea2946f0c55ee34623.jpg new file mode 100644 index 0000000..4c06f66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/197_jpg.rf.881282c749afedea2946f0c55ee34623.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/198449d52c6628dc7318ae190d31c2f5d2170491_jpg.rf.cfe37cc1c1d5e8c7a6e55e6552a4ec81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/198449d52c6628dc7318ae190d31c2f5d2170491_jpg.rf.cfe37cc1c1d5e8c7a6e55e6552a4ec81.jpg new file mode 100644 index 0000000..d9666b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/198449d52c6628dc7318ae190d31c2f5d2170491_jpg.rf.cfe37cc1c1d5e8c7a6e55e6552a4ec81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1985f5d7bbe98b597e7e013020842e97f64553fb_jpg.rf.c58727775ba78b071b7955e34d713d52.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1985f5d7bbe98b597e7e013020842e97f64553fb_jpg.rf.c58727775ba78b071b7955e34d713d52.jpg new file mode 100644 index 0000000..5eac2fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1985f5d7bbe98b597e7e013020842e97f64553fb_jpg.rf.c58727775ba78b071b7955e34d713d52.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/198_jpg.rf.da282aad7fa86c007446f0e32817fbfd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/198_jpg.rf.da282aad7fa86c007446f0e32817fbfd.jpg new file mode 100644 index 0000000..be4bc03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/198_jpg.rf.da282aad7fa86c007446f0e32817fbfd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/199_jpg.rf.3721627c6b0e98a974c3bd3d23359f40.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/199_jpg.rf.3721627c6b0e98a974c3bd3d23359f40.jpg new file mode 100644 index 0000000..26447dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/199_jpg.rf.3721627c6b0e98a974c3bd3d23359f40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/19_jpg.rf.2594095776fd59299ce5937c1c804a83.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/19_jpg.rf.2594095776fd59299ce5937c1c804a83.jpg new file mode 100644 index 0000000..549f368 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/19_jpg.rf.2594095776fd59299ce5937c1c804a83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/19_jpg.rf.ddbaecb8ee8850f60701e04c5f31babb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/19_jpg.rf.ddbaecb8ee8850f60701e04c5f31babb.jpg new file mode 100644 index 0000000..6e5dbcb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/19_jpg.rf.ddbaecb8ee8850f60701e04c5f31babb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/19ed1dd7b4cf01b301b2f6e970eb90edfdbb7951_jpg.rf.5f24d0ae955d0492c84cc74b718374d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/19ed1dd7b4cf01b301b2f6e970eb90edfdbb7951_jpg.rf.5f24d0ae955d0492c84cc74b718374d8.jpg new file mode 100644 index 0000000..cf54e60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/19ed1dd7b4cf01b301b2f6e970eb90edfdbb7951_jpg.rf.5f24d0ae955d0492c84cc74b718374d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1_jpg.rf.e808a5ff8cab8f37784592abc1db757a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1_jpg.rf.e808a5ff8cab8f37784592abc1db757a.jpg new file mode 100644 index 0000000..1bbf27c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1_jpg.rf.e808a5ff8cab8f37784592abc1db757a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1_jpg.rf.fe2d0a68debef7999713d12c9cce7051.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1_jpg.rf.fe2d0a68debef7999713d12c9cce7051.jpg new file mode 100644 index 0000000..e191a45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1_jpg.rf.fe2d0a68debef7999713d12c9cce7051.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1a0dffac753d060223b702075b17415ce320c297_jpg.rf.83e6c675249f29815dca36408a66c8f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1a0dffac753d060223b702075b17415ce320c297_jpg.rf.83e6c675249f29815dca36408a66c8f6.jpg new file mode 100644 index 0000000..d74610f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1a0dffac753d060223b702075b17415ce320c297_jpg.rf.83e6c675249f29815dca36408a66c8f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1a2024562302f5338316db56ca876e0e17cf742f_jpg.rf.9fec59932c5c9381279073592b6b883d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1a2024562302f5338316db56ca876e0e17cf742f_jpg.rf.9fec59932c5c9381279073592b6b883d.jpg new file mode 100644 index 0000000..27c4fa7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1a2024562302f5338316db56ca876e0e17cf742f_jpg.rf.9fec59932c5c9381279073592b6b883d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1b9f40d045a90505b52dd370b69aaca9dbb4303a_jpg.rf.f4c149aff01e665d0363148afded1e26.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1b9f40d045a90505b52dd370b69aaca9dbb4303a_jpg.rf.f4c149aff01e665d0363148afded1e26.jpg new file mode 100644 index 0000000..56b8a3c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1b9f40d045a90505b52dd370b69aaca9dbb4303a_jpg.rf.f4c149aff01e665d0363148afded1e26.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1dc5bb201a5944640f165b4e0c24bafa14c7d43c_jpg.rf.b2ce5366a1612771f48b378c977e3b6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1dc5bb201a5944640f165b4e0c24bafa14c7d43c_jpg.rf.b2ce5366a1612771f48b378c977e3b6d.jpg new file mode 100644 index 0000000..1b99cb1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1dc5bb201a5944640f165b4e0c24bafa14c7d43c_jpg.rf.b2ce5366a1612771f48b378c977e3b6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1e361a658f1a3811189549a3adc3ca71e5218816_jpg.rf.a23e940e54c75f0f43ddfab4bb693cea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1e361a658f1a3811189549a3adc3ca71e5218816_jpg.rf.a23e940e54c75f0f43ddfab4bb693cea.jpg new file mode 100644 index 0000000..9135ff9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1e361a658f1a3811189549a3adc3ca71e5218816_jpg.rf.a23e940e54c75f0f43ddfab4bb693cea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1e7c14c24c522f8caa54d262846b21bd212a6818_jpg.rf.f9f95478ffe4ad62a3c9f23fb2cf2a4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1e7c14c24c522f8caa54d262846b21bd212a6818_jpg.rf.f9f95478ffe4ad62a3c9f23fb2cf2a4a.jpg new file mode 100644 index 0000000..020d6e4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1e7c14c24c522f8caa54d262846b21bd212a6818_jpg.rf.f9f95478ffe4ad62a3c9f23fb2cf2a4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1ec871cdfe41ff2093fff53f11f315f2027396cc_jpg.rf.069422a422789f292b711231a9c7fab0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1ec871cdfe41ff2093fff53f11f315f2027396cc_jpg.rf.069422a422789f292b711231a9c7fab0.jpg new file mode 100644 index 0000000..39d0e34 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1ec871cdfe41ff2093fff53f11f315f2027396cc_jpg.rf.069422a422789f292b711231a9c7fab0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/1f92a611866af3496de242fccebb922c1adba862_jpg.rf.cc869f9df3f3fd7dfefb364c28b3759b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/1f92a611866af3496de242fccebb922c1adba862_jpg.rf.cc869f9df3f3fd7dfefb364c28b3759b.jpg new file mode 100644 index 0000000..116ece3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/1f92a611866af3496de242fccebb922c1adba862_jpg.rf.cc869f9df3f3fd7dfefb364c28b3759b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/200_jpg.rf.b973678521f8351db635bf27d14ac39a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/200_jpg.rf.b973678521f8351db635bf27d14ac39a.jpg new file mode 100644 index 0000000..adcccda Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/200_jpg.rf.b973678521f8351db635bf27d14ac39a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/201_jpg.rf.dd72c69d040740d75f20999341364923.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/201_jpg.rf.dd72c69d040740d75f20999341364923.jpg new file mode 100644 index 0000000..b0964b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/201_jpg.rf.dd72c69d040740d75f20999341364923.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160205_jpg.rf.0dfdddb7194884fa9bfd808859517e98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160205_jpg.rf.0dfdddb7194884fa9bfd808859517e98.jpg new file mode 100644 index 0000000..1b66402 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160205_jpg.rf.0dfdddb7194884fa9bfd808859517e98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160309_jpg.rf.3d45d5b4e0313aafcc5cf657a1c57de6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160309_jpg.rf.3d45d5b4e0313aafcc5cf657a1c57de6.jpg new file mode 100644 index 0000000..72dcd36 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160309_jpg.rf.3d45d5b4e0313aafcc5cf657a1c57de6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160310_jpg.rf.25c59ad1d6c1e7aaf1a5b86ecf272b05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160310_jpg.rf.25c59ad1d6c1e7aaf1a5b86ecf272b05.jpg new file mode 100644 index 0000000..3531f9d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160310_jpg.rf.25c59ad1d6c1e7aaf1a5b86ecf272b05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160647_jpg.rf.ed5b743cb0285dbd28689bb022760d91.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160647_jpg.rf.ed5b743cb0285dbd28689bb022760d91.jpg new file mode 100644 index 0000000..7a3edf0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160647_jpg.rf.ed5b743cb0285dbd28689bb022760d91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160649_jpg.rf.ef6990f2533d686fea150494b73f6609.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160649_jpg.rf.ef6990f2533d686fea150494b73f6609.jpg new file mode 100644 index 0000000..37a25e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160649_jpg.rf.ef6990f2533d686fea150494b73f6609.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160700_jpg.rf.44c7598ffd02d62316c955aa1d1aafa9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160700_jpg.rf.44c7598ffd02d62316c955aa1d1aafa9.jpg new file mode 100644 index 0000000..646cb37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_160700_jpg.rf.44c7598ffd02d62316c955aa1d1aafa9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161152_jpg.rf.f12e6edf6c895f13794e81dca58f3a39.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161152_jpg.rf.f12e6edf6c895f13794e81dca58f3a39.jpg new file mode 100644 index 0000000..23c7b3b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161152_jpg.rf.f12e6edf6c895f13794e81dca58f3a39.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161204_jpg.rf.9466b20b9e5aa6d3b5836b1ec68177ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161204_jpg.rf.9466b20b9e5aa6d3b5836b1ec68177ab.jpg new file mode 100644 index 0000000..8669d30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161204_jpg.rf.9466b20b9e5aa6d3b5836b1ec68177ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161209_jpg.rf.815c58f5f05729f25ad1dad647946be9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161209_jpg.rf.815c58f5f05729f25ad1dad647946be9.jpg new file mode 100644 index 0000000..6d6f8ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161209_jpg.rf.815c58f5f05729f25ad1dad647946be9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161649_jpg.rf.4a526e8650b7f3281e3347ce4404e3c8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161649_jpg.rf.4a526e8650b7f3281e3347ce4404e3c8.jpg new file mode 100644 index 0000000..15df6f6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_161649_jpg.rf.4a526e8650b7f3281e3347ce4404e3c8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_163951_jpg.rf.8e1735fbacd6c51b0dc54d38d4aada1e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_163951_jpg.rf.8e1735fbacd6c51b0dc54d38d4aada1e.jpg new file mode 100644 index 0000000..35aa466 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_163951_jpg.rf.8e1735fbacd6c51b0dc54d38d4aada1e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_163954_jpg.rf.0f0da7008bc77e4d3c2fec22fff52345.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_163954_jpg.rf.0f0da7008bc77e4d3c2fec22fff52345.jpg new file mode 100644 index 0000000..c401291 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_163954_jpg.rf.0f0da7008bc77e4d3c2fec22fff52345.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_164836_jpg.rf.455a59b14563516c7438f36e7481ca13.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_164836_jpg.rf.455a59b14563516c7438f36e7481ca13.jpg new file mode 100644 index 0000000..d143ea7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_164836_jpg.rf.455a59b14563516c7438f36e7481ca13.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_164847_jpg.rf.d0a0f39dc0619f3e046010d40605709f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_164847_jpg.rf.d0a0f39dc0619f3e046010d40605709f.jpg new file mode 100644 index 0000000..70c6baa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_164847_jpg.rf.d0a0f39dc0619f3e046010d40605709f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_165718_jpg.rf.eaaeea27c4e74345397c597b8c12e796.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_165718_jpg.rf.eaaeea27c4e74345397c597b8c12e796.jpg new file mode 100644 index 0000000..379cac1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_165718_jpg.rf.eaaeea27c4e74345397c597b8c12e796.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_165723_jpg.rf.9553063e6215332fc6f06dd0aa781f3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_165723_jpg.rf.9553063e6215332fc6f06dd0aa781f3c.jpg new file mode 100644 index 0000000..0b2a53c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_165723_jpg.rf.9553063e6215332fc6f06dd0aa781f3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170003_jpg.rf.d4f6f18d80b68d66f377849040b8dc27.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170003_jpg.rf.d4f6f18d80b68d66f377849040b8dc27.jpg new file mode 100644 index 0000000..096c971 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170003_jpg.rf.d4f6f18d80b68d66f377849040b8dc27.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170005_jpg.rf.dc9401deb702b2323378043bc1516398.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170005_jpg.rf.dc9401deb702b2323378043bc1516398.jpg new file mode 100644 index 0000000..aa89331 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170005_jpg.rf.dc9401deb702b2323378043bc1516398.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170702_jpg.rf.13f505e2702f901407f302303ef6a527.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170702_jpg.rf.13f505e2702f901407f302303ef6a527.jpg new file mode 100644 index 0000000..42f067d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170702_jpg.rf.13f505e2702f901407f302303ef6a527.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170709_jpg.rf.a2e7cd9c1f4a5d66358e16b4a5b639b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170709_jpg.rf.a2e7cd9c1f4a5d66358e16b4a5b639b8.jpg new file mode 100644 index 0000000..41449da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_170709_jpg.rf.a2e7cd9c1f4a5d66358e16b4a5b639b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_175158_jpg.rf.608c081198c29acb1d049436a187a730.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_175158_jpg.rf.608c081198c29acb1d049436a187a730.jpg new file mode 100644 index 0000000..caa2c6d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_175158_jpg.rf.608c081198c29acb1d049436a187a730.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184018_jpg.rf.57198c3f8b7be3c65ef854a72dd43318.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184018_jpg.rf.57198c3f8b7be3c65ef854a72dd43318.jpg new file mode 100644 index 0000000..48b2b16 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184018_jpg.rf.57198c3f8b7be3c65ef854a72dd43318.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184020_jpg.rf.e2b86f2e71ab5e9e78f38bdc8452b7bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184020_jpg.rf.e2b86f2e71ab5e9e78f38bdc8452b7bb.jpg new file mode 100644 index 0000000..3603c79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184020_jpg.rf.e2b86f2e71ab5e9e78f38bdc8452b7bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184202_jpg.rf.e1469bd5ced796d1e8e2877a4172fc01.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184202_jpg.rf.e1469bd5ced796d1e8e2877a4172fc01.jpg new file mode 100644 index 0000000..fc36a79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184202_jpg.rf.e1469bd5ced796d1e8e2877a4172fc01.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184205_jpg.rf.0f6d1ca23577f33dc4b9043f2b06ba76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184205_jpg.rf.0f6d1ca23577f33dc4b9043f2b06ba76.jpg new file mode 100644 index 0000000..7dd7dbc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184205_jpg.rf.0f6d1ca23577f33dc4b9043f2b06ba76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184544_jpg.rf.79f7492c8abaed98b93427cef7e497ac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184544_jpg.rf.79f7492c8abaed98b93427cef7e497ac.jpg new file mode 100644 index 0000000..64c1868 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184544_jpg.rf.79f7492c8abaed98b93427cef7e497ac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184749_jpg.rf.0816758207f73449354f67de7dd9b2f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184749_jpg.rf.0816758207f73449354f67de7dd9b2f1.jpg new file mode 100644 index 0000000..e1a8970 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184749_jpg.rf.0816758207f73449354f67de7dd9b2f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184753_jpg.rf.4c861bf78eaaca4ca6ca5b7b25f108cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184753_jpg.rf.4c861bf78eaaca4ca6ca5b7b25f108cb.jpg new file mode 100644 index 0000000..9e70fdf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184753_jpg.rf.4c861bf78eaaca4ca6ca5b7b25f108cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184858_jpg.rf.89e00e555c5613e821cf8237124bc49c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184858_jpg.rf.89e00e555c5613e821cf8237124bc49c.jpg new file mode 100644 index 0000000..9f2644e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_184858_jpg.rf.89e00e555c5613e821cf8237124bc49c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_185230_jpg.rf.70856bd0e4ebf46b10957535ee5d9c38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_185230_jpg.rf.70856bd0e4ebf46b10957535ee5d9c38.jpg new file mode 100644 index 0000000..7766dba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_185230_jpg.rf.70856bd0e4ebf46b10957535ee5d9c38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_185237_jpg.rf.7e9410a6934fc9a365f4d0d3c014b8a6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_185237_jpg.rf.7e9410a6934fc9a365f4d0d3c014b8a6.jpg new file mode 100644 index 0000000..8ffe3e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_185237_jpg.rf.7e9410a6934fc9a365f4d0d3c014b8a6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192158_jpg.rf.d00afe2b408bf88d1efba5139a01c681.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192158_jpg.rf.d00afe2b408bf88d1efba5139a01c681.jpg new file mode 100644 index 0000000..ec24e4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192158_jpg.rf.d00afe2b408bf88d1efba5139a01c681.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192438_jpg.rf.e3c47596117dac5d0413a0145ad06014.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192438_jpg.rf.e3c47596117dac5d0413a0145ad06014.jpg new file mode 100644 index 0000000..eb7c3d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192438_jpg.rf.e3c47596117dac5d0413a0145ad06014.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192442_jpg.rf.696423b66fbabe7aa90b76be81c1b4ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192442_jpg.rf.696423b66fbabe7aa90b76be81c1b4ee.jpg new file mode 100644 index 0000000..fc61e8c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192442_jpg.rf.696423b66fbabe7aa90b76be81c1b4ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192646_jpg.rf.be2b30f2ca004c63b5c31a108bb0c2b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192646_jpg.rf.be2b30f2ca004c63b5c31a108bb0c2b4.jpg new file mode 100644 index 0000000..b8d258d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192646_jpg.rf.be2b30f2ca004c63b5c31a108bb0c2b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192649_jpg.rf.94e6c6d82edcdff0d310da603f9cec16.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192649_jpg.rf.94e6c6d82edcdff0d310da603f9cec16.jpg new file mode 100644 index 0000000..8b0a0c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192649_jpg.rf.94e6c6d82edcdff0d310da603f9cec16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192827_jpg.rf.78f1e25be0fc61d7071a5c0a7dee814e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192827_jpg.rf.78f1e25be0fc61d7071a5c0a7dee814e.jpg new file mode 100644 index 0000000..d39046e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192827_jpg.rf.78f1e25be0fc61d7071a5c0a7dee814e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192830_jpg.rf.bbc9066142ae71f531780da5fcb8bc3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192830_jpg.rf.bbc9066142ae71f531780da5fcb8bc3d.jpg new file mode 100644 index 0000000..f758763 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_192830_jpg.rf.bbc9066142ae71f531780da5fcb8bc3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193050_jpg.rf.d0da183bada3348374abc38261007ff8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193050_jpg.rf.d0da183bada3348374abc38261007ff8.jpg new file mode 100644 index 0000000..875d2fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193050_jpg.rf.d0da183bada3348374abc38261007ff8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193052_jpg.rf.a25ea9bf21dfce1d13fbc8148c700ba8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193052_jpg.rf.a25ea9bf21dfce1d13fbc8148c700ba8.jpg new file mode 100644 index 0000000..51e3424 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193052_jpg.rf.a25ea9bf21dfce1d13fbc8148c700ba8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193059_jpg.rf.7033e28f17719b4a8d90f470c2edf000.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193059_jpg.rf.7033e28f17719b4a8d90f470c2edf000.jpg new file mode 100644 index 0000000..12a8a48 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_193059_jpg.rf.7033e28f17719b4a8d90f470c2edf000.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194030_jpg.rf.ffd1e7704cefcd5af611cc167a7d6b6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194030_jpg.rf.ffd1e7704cefcd5af611cc167a7d6b6c.jpg new file mode 100644 index 0000000..4d1adf9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194030_jpg.rf.ffd1e7704cefcd5af611cc167a7d6b6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194041_jpg.rf.cfdc0682e93d3a0e355c80216d587942.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194041_jpg.rf.cfdc0682e93d3a0e355c80216d587942.jpg new file mode 100644 index 0000000..423f9da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194041_jpg.rf.cfdc0682e93d3a0e355c80216d587942.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194121_jpg.rf.a3c97eed9f6f468e8fb92a8e891c6c82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194121_jpg.rf.a3c97eed9f6f468e8fb92a8e891c6c82.jpg new file mode 100644 index 0000000..f255863 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194121_jpg.rf.a3c97eed9f6f468e8fb92a8e891c6c82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194132_jpg.rf.bd0ed16c88dd87c52d614479922b549f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194132_jpg.rf.bd0ed16c88dd87c52d614479922b549f.jpg new file mode 100644 index 0000000..72269fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194132_jpg.rf.bd0ed16c88dd87c52d614479922b549f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194137_jpg.rf.f7d281c0e0961f9bec470e92d95a50e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194137_jpg.rf.f7d281c0e0961f9bec470e92d95a50e2.jpg new file mode 100644 index 0000000..135031c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194137_jpg.rf.f7d281c0e0961f9bec470e92d95a50e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194405_jpg.rf.decbe9e22d1f7ee3c6f3887a7c56d5e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194405_jpg.rf.decbe9e22d1f7ee3c6f3887a7c56d5e0.jpg new file mode 100644 index 0000000..b505500 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194405_jpg.rf.decbe9e22d1f7ee3c6f3887a7c56d5e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194651_jpg.rf.eb66247f637e58eb510491c65b797ed8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194651_jpg.rf.eb66247f637e58eb510491c65b797ed8.jpg new file mode 100644 index 0000000..959f9be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194651_jpg.rf.eb66247f637e58eb510491c65b797ed8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194654_jpg.rf.2a026b498006851b64157ec2217d03bc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194654_jpg.rf.2a026b498006851b64157ec2217d03bc.jpg new file mode 100644 index 0000000..3d518c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194654_jpg.rf.2a026b498006851b64157ec2217d03bc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194936_jpg.rf.57b50c15b61f3633114760d96f9aba9f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194936_jpg.rf.57b50c15b61f3633114760d96f9aba9f.jpg new file mode 100644 index 0000000..14d9577 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194936_jpg.rf.57b50c15b61f3633114760d96f9aba9f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194945_jpg.rf.28b05b41e876ac1dabf7f717b6b4de6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194945_jpg.rf.28b05b41e876ac1dabf7f717b6b4de6e.jpg new file mode 100644 index 0000000..4fa9a25 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_194945_jpg.rf.28b05b41e876ac1dabf7f717b6b4de6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195238_jpg.rf.b12e0b79d2af993aa94efbbaeddc29f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195238_jpg.rf.b12e0b79d2af993aa94efbbaeddc29f9.jpg new file mode 100644 index 0000000..2279686 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195238_jpg.rf.b12e0b79d2af993aa94efbbaeddc29f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195240_jpg.rf.0d4c4a6df8e9f1c37f78c9ae5b90abae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195240_jpg.rf.0d4c4a6df8e9f1c37f78c9ae5b90abae.jpg new file mode 100644 index 0000000..3f76a9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195240_jpg.rf.0d4c4a6df8e9f1c37f78c9ae5b90abae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195530_jpg.rf.8f982f2b045414d7502d83610baf7881.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195530_jpg.rf.8f982f2b045414d7502d83610baf7881.jpg new file mode 100644 index 0000000..da76297 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195530_jpg.rf.8f982f2b045414d7502d83610baf7881.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195535_jpg.rf.c8735363cab9fe7db16d331df86a4f13.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195535_jpg.rf.c8735363cab9fe7db16d331df86a4f13.jpg new file mode 100644 index 0000000..2cbb3bd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_195535_jpg.rf.c8735363cab9fe7db16d331df86a4f13.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200410_jpg.rf.10f495066f9521f6575d0529ff29ed14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200410_jpg.rf.10f495066f9521f6575d0529ff29ed14.jpg new file mode 100644 index 0000000..8221848 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200410_jpg.rf.10f495066f9521f6575d0529ff29ed14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200413_jpg.rf.9d6e9b595159e6a43c304fb07e9da87e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200413_jpg.rf.9d6e9b595159e6a43c304fb07e9da87e.jpg new file mode 100644 index 0000000..931d233 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200413_jpg.rf.9d6e9b595159e6a43c304fb07e9da87e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200741_jpg.rf.d281fe192072757cb33523458129eeb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200741_jpg.rf.d281fe192072757cb33523458129eeb5.jpg new file mode 100644 index 0000000..548cd7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200741_jpg.rf.d281fe192072757cb33523458129eeb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200748_jpg.rf.e5be147d51eb20933b8ff9fed4eecf17.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200748_jpg.rf.e5be147d51eb20933b8ff9fed4eecf17.jpg new file mode 100644 index 0000000..8687e91 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_200748_jpg.rf.e5be147d51eb20933b8ff9fed4eecf17.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201206_jpg.rf.a45eeadef56a202205221c24266bf7ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201206_jpg.rf.a45eeadef56a202205221c24266bf7ad.jpg new file mode 100644 index 0000000..c9e281e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201206_jpg.rf.a45eeadef56a202205221c24266bf7ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201549_jpg.rf.d976f3e509cf299a3f80bc15b99dc206.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201549_jpg.rf.d976f3e509cf299a3f80bc15b99dc206.jpg new file mode 100644 index 0000000..198ad71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201549_jpg.rf.d976f3e509cf299a3f80bc15b99dc206.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201917_jpg.rf.6694a4aa992382e41a2c7753fbbda89c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201917_jpg.rf.6694a4aa992382e41a2c7753fbbda89c.jpg new file mode 100644 index 0000000..afb1ed9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201917_jpg.rf.6694a4aa992382e41a2c7753fbbda89c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201920_jpg.rf.9e1e5f504f3a72c7f09f6c2e0f103b6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201920_jpg.rf.9e1e5f504f3a72c7f09f6c2e0f103b6b.jpg new file mode 100644 index 0000000..fbc1334 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_201920_jpg.rf.9e1e5f504f3a72c7f09f6c2e0f103b6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202608_jpg.rf.53f6cba1d5018f6f3031adec116ec904.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202608_jpg.rf.53f6cba1d5018f6f3031adec116ec904.jpg new file mode 100644 index 0000000..8f23cfa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202608_jpg.rf.53f6cba1d5018f6f3031adec116ec904.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202609_jpg.rf.9b3c6528dfb1acce433b836f0d45effb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202609_jpg.rf.9b3c6528dfb1acce433b836f0d45effb.jpg new file mode 100644 index 0000000..ac01334 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202609_jpg.rf.9b3c6528dfb1acce433b836f0d45effb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202809_jpg.rf.a82ce67445ffe48778c8479a8ad7a011.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202809_jpg.rf.a82ce67445ffe48778c8479a8ad7a011.jpg new file mode 100644 index 0000000..0db28ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202809_jpg.rf.a82ce67445ffe48778c8479a8ad7a011.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202821_jpg.rf.e91fd38705f52ec7854c952bbeece5b3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202821_jpg.rf.e91fd38705f52ec7854c952bbeece5b3.jpg new file mode 100644 index 0000000..757ebf7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_202821_jpg.rf.e91fd38705f52ec7854c952bbeece5b3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203014_jpg.rf.b307e0c785fe5b9596533b54234b919d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203014_jpg.rf.b307e0c785fe5b9596533b54234b919d.jpg new file mode 100644 index 0000000..c81ee04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203014_jpg.rf.b307e0c785fe5b9596533b54234b919d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203019_jpg.rf.7d2f71014db668b475fbd60c99180a86.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203019_jpg.rf.7d2f71014db668b475fbd60c99180a86.jpg new file mode 100644 index 0000000..f76384f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203019_jpg.rf.7d2f71014db668b475fbd60c99180a86.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203024_jpg.rf.6e0950aee3fe8ee866637a701e37649d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203024_jpg.rf.6e0950aee3fe8ee866637a701e37649d.jpg new file mode 100644 index 0000000..c0edfa0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203024_jpg.rf.6e0950aee3fe8ee866637a701e37649d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203950_jpg.rf.df25aee2dbdfe5a641bd23340642eb5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203950_jpg.rf.df25aee2dbdfe5a641bd23340642eb5b.jpg new file mode 100644 index 0000000..9842883 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203950_jpg.rf.df25aee2dbdfe5a641bd23340642eb5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203955_jpg.rf.463c9ac49daafd6ee3ad0aaab5cf1b9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203955_jpg.rf.463c9ac49daafd6ee3ad0aaab5cf1b9d.jpg new file mode 100644 index 0000000..15d1ea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_203955_jpg.rf.463c9ac49daafd6ee3ad0aaab5cf1b9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204221_jpg.rf.08327d5bc0b0662fe667630c62af4b7b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204221_jpg.rf.08327d5bc0b0662fe667630c62af4b7b.jpg new file mode 100644 index 0000000..7e3e855 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204221_jpg.rf.08327d5bc0b0662fe667630c62af4b7b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204228_jpg.rf.9eb7954dc7f1ab08a58ad78f02bbbd6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204228_jpg.rf.9eb7954dc7f1ab08a58ad78f02bbbd6d.jpg new file mode 100644 index 0000000..93eea7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204228_jpg.rf.9eb7954dc7f1ab08a58ad78f02bbbd6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204455_jpg.rf.3efe390627b470b7e89f2dcd662d50cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204455_jpg.rf.3efe390627b470b7e89f2dcd662d50cb.jpg new file mode 100644 index 0000000..e10da0e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204455_jpg.rf.3efe390627b470b7e89f2dcd662d50cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204456_jpg.rf.a640613120bbe56782fb09a79596ce82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204456_jpg.rf.a640613120bbe56782fb09a79596ce82.jpg new file mode 100644 index 0000000..1549232 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204456_jpg.rf.a640613120bbe56782fb09a79596ce82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204726_jpg.rf.598181d108e72ef603be885bd1893fe9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204726_jpg.rf.598181d108e72ef603be885bd1893fe9.jpg new file mode 100644 index 0000000..f83a4f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204726_jpg.rf.598181d108e72ef603be885bd1893fe9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204730_jpg.rf.a7159eb2ff1085c08d2e7d46a7fecf97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204730_jpg.rf.a7159eb2ff1085c08d2e7d46a7fecf97.jpg new file mode 100644 index 0000000..c9456f7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_204730_jpg.rf.a7159eb2ff1085c08d2e7d46a7fecf97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205017_jpg.rf.694003cf655adcb82f4e430c3b93420e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205017_jpg.rf.694003cf655adcb82f4e430c3b93420e.jpg new file mode 100644 index 0000000..2efeb6e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205017_jpg.rf.694003cf655adcb82f4e430c3b93420e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205019_jpg.rf.7f213d4420726d65f1d4a32e747665a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205019_jpg.rf.7f213d4420726d65f1d4a32e747665a5.jpg new file mode 100644 index 0000000..f6f869c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205019_jpg.rf.7f213d4420726d65f1d4a32e747665a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205224_jpg.rf.29e7af072e4fad727cca4e22eb2abf63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205224_jpg.rf.29e7af072e4fad727cca4e22eb2abf63.jpg new file mode 100644 index 0000000..7eb3343 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205224_jpg.rf.29e7af072e4fad727cca4e22eb2abf63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205230_jpg.rf.ed6d6ccbd624bb078ff605a3ad5b1c58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205230_jpg.rf.ed6d6ccbd624bb078ff605a3ad5b1c58.jpg new file mode 100644 index 0000000..8f77dea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205230_jpg.rf.ed6d6ccbd624bb078ff605a3ad5b1c58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205441_jpg.rf.fd63012198623ac34eee2286c5339b24.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205441_jpg.rf.fd63012198623ac34eee2286c5339b24.jpg new file mode 100644 index 0000000..56077d5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205441_jpg.rf.fd63012198623ac34eee2286c5339b24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205448_jpg.rf.44b8192ec8797b37bfd617352d9dd029.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205448_jpg.rf.44b8192ec8797b37bfd617352d9dd029.jpg new file mode 100644 index 0000000..d992d9b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_205448_jpg.rf.44b8192ec8797b37bfd617352d9dd029.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210228_jpg.rf.27347bc9023648008ec2cf3965d7ced8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210228_jpg.rf.27347bc9023648008ec2cf3965d7ced8.jpg new file mode 100644 index 0000000..3bab0d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210228_jpg.rf.27347bc9023648008ec2cf3965d7ced8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210237_jpg.rf.444618b637753a10a9f527a8cb06d3a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210237_jpg.rf.444618b637753a10a9f527a8cb06d3a2.jpg new file mode 100644 index 0000000..61d37c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210237_jpg.rf.444618b637753a10a9f527a8cb06d3a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210553_jpg.rf.783712b8981d101b72b64953c4a816f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210553_jpg.rf.783712b8981d101b72b64953c4a816f7.jpg new file mode 100644 index 0000000..1f38beb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210553_jpg.rf.783712b8981d101b72b64953c4a816f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210559_jpg.rf.073ef3c29cba417b0812d79e7cb326fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210559_jpg.rf.073ef3c29cba417b0812d79e7cb326fd.jpg new file mode 100644 index 0000000..8815eb8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210559_jpg.rf.073ef3c29cba417b0812d79e7cb326fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210742_jpg.rf.e85ba6ec43f8ab8a562077b0c7775d0b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210742_jpg.rf.e85ba6ec43f8ab8a562077b0c7775d0b.jpg new file mode 100644 index 0000000..b8a274c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_210742_jpg.rf.e85ba6ec43f8ab8a562077b0c7775d0b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211117_jpg.rf.7bfc6a524cc2b7a1d9310a7a9f4016e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211117_jpg.rf.7bfc6a524cc2b7a1d9310a7a9f4016e8.jpg new file mode 100644 index 0000000..7e3fcf4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211117_jpg.rf.7bfc6a524cc2b7a1d9310a7a9f4016e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211119_jpg.rf.5793f5addb03b7c418a25c63f49efe2b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211119_jpg.rf.5793f5addb03b7c418a25c63f49efe2b.jpg new file mode 100644 index 0000000..a8d16b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211119_jpg.rf.5793f5addb03b7c418a25c63f49efe2b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211125_jpg.rf.3b968331005bc21f7e78e9555b84629f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211125_jpg.rf.3b968331005bc21f7e78e9555b84629f.jpg new file mode 100644 index 0000000..06598e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211125_jpg.rf.3b968331005bc21f7e78e9555b84629f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211342_jpg.rf.50c93b1fe2c51b6f90963ebada90394e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211342_jpg.rf.50c93b1fe2c51b6f90963ebada90394e.jpg new file mode 100644 index 0000000..00a1cda Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_211342_jpg.rf.50c93b1fe2c51b6f90963ebada90394e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212325_jpg.rf.919aa6fbf23f16df7322ce7582151214.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212325_jpg.rf.919aa6fbf23f16df7322ce7582151214.jpg new file mode 100644 index 0000000..3da7210 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212325_jpg.rf.919aa6fbf23f16df7322ce7582151214.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212331_jpg.rf.e8cbb416e6bdf38da80c8b6e4b3f4909.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212331_jpg.rf.e8cbb416e6bdf38da80c8b6e4b3f4909.jpg new file mode 100644 index 0000000..c5ece93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212331_jpg.rf.e8cbb416e6bdf38da80c8b6e4b3f4909.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212557_jpg.rf.7cf2aa3497db631cc7c9c570550ae5d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212557_jpg.rf.7cf2aa3497db631cc7c9c570550ae5d1.jpg new file mode 100644 index 0000000..fda3efd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212557_jpg.rf.7cf2aa3497db631cc7c9c570550ae5d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212601_jpg.rf.ad467c9c6706e2fa8703b35218a47251.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212601_jpg.rf.ad467c9c6706e2fa8703b35218a47251.jpg new file mode 100644 index 0000000..5f41f5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20230514_212601_jpg.rf.ad467c9c6706e2fa8703b35218a47251.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/202_jpg.rf.076db419063807f01999ef2e871ac2a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/202_jpg.rf.076db419063807f01999ef2e871ac2a7.jpg new file mode 100644 index 0000000..7ae316c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/202_jpg.rf.076db419063807f01999ef2e871ac2a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/203_jpg.rf.19181b8b20b1b64354911640b12fba24.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/203_jpg.rf.19181b8b20b1b64354911640b12fba24.jpg new file mode 100644 index 0000000..15593f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/203_jpg.rf.19181b8b20b1b64354911640b12fba24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/204_jpg.rf.b7878bf4b9415212a624d113bbb7ace7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/204_jpg.rf.b7878bf4b9415212a624d113bbb7ace7.jpg new file mode 100644 index 0000000..042e45d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/204_jpg.rf.b7878bf4b9415212a624d113bbb7ace7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/205_jpg.rf.4d1beac3f752e11e34e1dab184bb70c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/205_jpg.rf.4d1beac3f752e11e34e1dab184bb70c5.jpg new file mode 100644 index 0000000..40d1e11 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/205_jpg.rf.4d1beac3f752e11e34e1dab184bb70c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/206_jpg.rf.a7346c95220b18bf8e6bf27e8940b6da.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/206_jpg.rf.a7346c95220b18bf8e6bf27e8940b6da.jpg new file mode 100644 index 0000000..a9414d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/206_jpg.rf.a7346c95220b18bf8e6bf27e8940b6da.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/207_jpg.rf.78ad572a0507d7ac7c2a4eef93682e43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/207_jpg.rf.78ad572a0507d7ac7c2a4eef93682e43.jpg new file mode 100644 index 0000000..025c0c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/207_jpg.rf.78ad572a0507d7ac7c2a4eef93682e43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/208_jpg.rf.7a6d5ce9aa7884a4dab729d58aa177b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/208_jpg.rf.7a6d5ce9aa7884a4dab729d58aa177b5.jpg new file mode 100644 index 0000000..763d0b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/208_jpg.rf.7a6d5ce9aa7884a4dab729d58aa177b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20_jpg.rf.55ac378a112accd99b0110c06388c1dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20_jpg.rf.55ac378a112accd99b0110c06388c1dd.jpg new file mode 100644 index 0000000..faa9389 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20_jpg.rf.55ac378a112accd99b0110c06388c1dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20_jpg.rf.7bb2aee68bc21daa881f03f2f5093c13.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20_jpg.rf.7bb2aee68bc21daa881f03f2f5093c13.jpg new file mode 100644 index 0000000..055ffc3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20_jpg.rf.7bb2aee68bc21daa881f03f2f5093c13.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/20bd708c385c33bbe96af7f190d05669e0b523e5_jpg.rf.5286fa334eebc33f3e0313286442b034.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/20bd708c385c33bbe96af7f190d05669e0b523e5_jpg.rf.5286fa334eebc33f3e0313286442b034.jpg new file mode 100644 index 0000000..cbcb4b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/20bd708c385c33bbe96af7f190d05669e0b523e5_jpg.rf.5286fa334eebc33f3e0313286442b034.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/210_jpg.rf.27dcd010e107cf64f05412fb2b5bb827.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/210_jpg.rf.27dcd010e107cf64f05412fb2b5bb827.jpg new file mode 100644 index 0000000..f3be724 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/210_jpg.rf.27dcd010e107cf64f05412fb2b5bb827.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/212_jpg.rf.a7f2636af16b7489c0a8c61ed4b2a4de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/212_jpg.rf.a7f2636af16b7489c0a8c61ed4b2a4de.jpg new file mode 100644 index 0000000..42b1c22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/212_jpg.rf.a7f2636af16b7489c0a8c61ed4b2a4de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/213_jpg.rf.1981df864ddfbc22532980e53e93134c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/213_jpg.rf.1981df864ddfbc22532980e53e93134c.jpg new file mode 100644 index 0000000..1219e38 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/213_jpg.rf.1981df864ddfbc22532980e53e93134c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/213fb0c8abb4c4c48e0d910562956736aa8c7a85_jpg.rf.60eaafbfd64394f1b3f7ef3753b08912.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/213fb0c8abb4c4c48e0d910562956736aa8c7a85_jpg.rf.60eaafbfd64394f1b3f7ef3753b08912.jpg new file mode 100644 index 0000000..40531c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/213fb0c8abb4c4c48e0d910562956736aa8c7a85_jpg.rf.60eaafbfd64394f1b3f7ef3753b08912.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/214_jpg.rf.f2ec197d0980a36d551ce2b7d1ac9678.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/214_jpg.rf.f2ec197d0980a36d551ce2b7d1ac9678.jpg new file mode 100644 index 0000000..9ce35a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/214_jpg.rf.f2ec197d0980a36d551ce2b7d1ac9678.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2151c6dc9e32c64bb470667210014870a2f80628_jpg.rf.0da69d9bc2c16b455a40a39f1a00a735.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2151c6dc9e32c64bb470667210014870a2f80628_jpg.rf.0da69d9bc2c16b455a40a39f1a00a735.jpg new file mode 100644 index 0000000..a02f8b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2151c6dc9e32c64bb470667210014870a2f80628_jpg.rf.0da69d9bc2c16b455a40a39f1a00a735.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/215_jpg.rf.35759af8db5077a8f0f062509969c846.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/215_jpg.rf.35759af8db5077a8f0f062509969c846.jpg new file mode 100644 index 0000000..d2bfde9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/215_jpg.rf.35759af8db5077a8f0f062509969c846.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/216_jpg.rf.76d510f0520d283e8d8500ec39725855.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/216_jpg.rf.76d510f0520d283e8d8500ec39725855.jpg new file mode 100644 index 0000000..ee23729 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/216_jpg.rf.76d510f0520d283e8d8500ec39725855.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/217_jpg.rf.a29b48ce94fb2632831d7fac5f93da11.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/217_jpg.rf.a29b48ce94fb2632831d7fac5f93da11.jpg new file mode 100644 index 0000000..242e126 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/217_jpg.rf.a29b48ce94fb2632831d7fac5f93da11.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/218_jpg.rf.0647018dbdd0be5fc24b00b541740a19.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/218_jpg.rf.0647018dbdd0be5fc24b00b541740a19.jpg new file mode 100644 index 0000000..c49ec77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/218_jpg.rf.0647018dbdd0be5fc24b00b541740a19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/21_jpg.rf.8ed7639519278ace5ef7f7c6b07907cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/21_jpg.rf.8ed7639519278ace5ef7f7c6b07907cb.jpg new file mode 100644 index 0000000..4e40005 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/21_jpg.rf.8ed7639519278ace5ef7f7c6b07907cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/21_jpg.rf.fae6c8d7035ea42afed09ba2e370ca5c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/21_jpg.rf.fae6c8d7035ea42afed09ba2e370ca5c.jpg new file mode 100644 index 0000000..fc8eb86 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/21_jpg.rf.fae6c8d7035ea42afed09ba2e370ca5c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/21b402fb9d95e1d069c71859e8d4298ecf691799_jpg.rf.5e3c9487aa9aeb52dc0a168943391aab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/21b402fb9d95e1d069c71859e8d4298ecf691799_jpg.rf.5e3c9487aa9aeb52dc0a168943391aab.jpg new file mode 100644 index 0000000..8a9ae22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/21b402fb9d95e1d069c71859e8d4298ecf691799_jpg.rf.5e3c9487aa9aeb52dc0a168943391aab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/220_jpg.rf.d13dc10125d6f5ef20965a5ab401b638.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/220_jpg.rf.d13dc10125d6f5ef20965a5ab401b638.jpg new file mode 100644 index 0000000..c7dc27e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/220_jpg.rf.d13dc10125d6f5ef20965a5ab401b638.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/222_jpg.rf.0682250a0be2d7ddaaaf65f4ac8509bc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/222_jpg.rf.0682250a0be2d7ddaaaf65f4ac8509bc.jpg new file mode 100644 index 0000000..b031774 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/222_jpg.rf.0682250a0be2d7ddaaaf65f4ac8509bc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/223_jpg.rf.aa16b2f087bd75ff26b1daeed91242d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/223_jpg.rf.aa16b2f087bd75ff26b1daeed91242d0.jpg new file mode 100644 index 0000000..77aa574 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/223_jpg.rf.aa16b2f087bd75ff26b1daeed91242d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/224_jpg.rf.345bf7c2c6e9a62e310bdbcee4098cc9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/224_jpg.rf.345bf7c2c6e9a62e310bdbcee4098cc9.jpg new file mode 100644 index 0000000..b541362 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/224_jpg.rf.345bf7c2c6e9a62e310bdbcee4098cc9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/225_jpg.rf.3f1470e43c03a04edb2b5791f1b4dc34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/225_jpg.rf.3f1470e43c03a04edb2b5791f1b4dc34.jpg new file mode 100644 index 0000000..d3b9ae6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/225_jpg.rf.3f1470e43c03a04edb2b5791f1b4dc34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/226_jpg.rf.6408d8f5c02254468bec85257e228337.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/226_jpg.rf.6408d8f5c02254468bec85257e228337.jpg new file mode 100644 index 0000000..8578d02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/226_jpg.rf.6408d8f5c02254468bec85257e228337.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/227064b2d3b8234276a3fb1a2a70209dad04ef80_jpg.rf.9b602ef9d86fa6c77121599049c68cc8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/227064b2d3b8234276a3fb1a2a70209dad04ef80_jpg.rf.9b602ef9d86fa6c77121599049c68cc8.jpg new file mode 100644 index 0000000..d11172f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/227064b2d3b8234276a3fb1a2a70209dad04ef80_jpg.rf.9b602ef9d86fa6c77121599049c68cc8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/227_jpg.rf.dec486b209eba9bf54ef3198e71a7e55.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/227_jpg.rf.dec486b209eba9bf54ef3198e71a7e55.jpg new file mode 100644 index 0000000..53d902b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/227_jpg.rf.dec486b209eba9bf54ef3198e71a7e55.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/228_jpg.rf.ff2ed8b464d0d2690d05ec950caf3e84.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/228_jpg.rf.ff2ed8b464d0d2690d05ec950caf3e84.jpg new file mode 100644 index 0000000..8d5f022 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/228_jpg.rf.ff2ed8b464d0d2690d05ec950caf3e84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/229_jpg.rf.9a4b84ae2e10f20be70cdef8412afde2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/229_jpg.rf.9a4b84ae2e10f20be70cdef8412afde2.jpg new file mode 100644 index 0000000..26fefce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/229_jpg.rf.9a4b84ae2e10f20be70cdef8412afde2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/22_jpg.rf.a903130eae73e5cb49a97d7bdafabefa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/22_jpg.rf.a903130eae73e5cb49a97d7bdafabefa.jpg new file mode 100644 index 0000000..f980572 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/22_jpg.rf.a903130eae73e5cb49a97d7bdafabefa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/22_jpg.rf.d17efcba215717add6d5e4acdf16c830.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/22_jpg.rf.d17efcba215717add6d5e4acdf16c830.jpg new file mode 100644 index 0000000..71c6fae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/22_jpg.rf.d17efcba215717add6d5e4acdf16c830.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/22d42cae99a586ca540f80323e06b3c845ef98dd_jpg.rf.93198bb79d52d7f21805fe451c4925d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/22d42cae99a586ca540f80323e06b3c845ef98dd_jpg.rf.93198bb79d52d7f21805fe451c4925d4.jpg new file mode 100644 index 0000000..14008dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/22d42cae99a586ca540f80323e06b3c845ef98dd_jpg.rf.93198bb79d52d7f21805fe451c4925d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/231_jpg.rf.31b142511a50d690ef04eae01edd1950.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/231_jpg.rf.31b142511a50d690ef04eae01edd1950.jpg new file mode 100644 index 0000000..7d51d60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/231_jpg.rf.31b142511a50d690ef04eae01edd1950.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/233_jpg.rf.9641befcd77b3bc6ea445cbf792d1d6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/233_jpg.rf.9641befcd77b3bc6ea445cbf792d1d6e.jpg new file mode 100644 index 0000000..f404fc8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/233_jpg.rf.9641befcd77b3bc6ea445cbf792d1d6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2346f06dd5068ab947e595f135dd08f8adb90c92_jpg.rf.9b15fe04adc161cb1ced4c4f549da03c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2346f06dd5068ab947e595f135dd08f8adb90c92_jpg.rf.9b15fe04adc161cb1ced4c4f549da03c.jpg new file mode 100644 index 0000000..94d7fc0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2346f06dd5068ab947e595f135dd08f8adb90c92_jpg.rf.9b15fe04adc161cb1ced4c4f549da03c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/239665499a97bb870149086176991c4a7e88fdb2_jpg.rf.f57cbb08ce2a08708192dc4fd2ab9a37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/239665499a97bb870149086176991c4a7e88fdb2_jpg.rf.f57cbb08ce2a08708192dc4fd2ab9a37.jpg new file mode 100644 index 0000000..fa3edcd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/239665499a97bb870149086176991c4a7e88fdb2_jpg.rf.f57cbb08ce2a08708192dc4fd2ab9a37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/23_jpg.rf.56864e4d9a0e8b061cbd77ddbf100ab7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/23_jpg.rf.56864e4d9a0e8b061cbd77ddbf100ab7.jpg new file mode 100644 index 0000000..d1333ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/23_jpg.rf.56864e4d9a0e8b061cbd77ddbf100ab7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/244883f544b02bc84a82d6ef3de15873de7e598b_jpg.rf.9ffdc43526093a4d4ee484b1e096a45b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/244883f544b02bc84a82d6ef3de15873de7e598b_jpg.rf.9ffdc43526093a4d4ee484b1e096a45b.jpg new file mode 100644 index 0000000..cfc1db7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/244883f544b02bc84a82d6ef3de15873de7e598b_jpg.rf.9ffdc43526093a4d4ee484b1e096a45b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/24_jpg.rf.e305084c61f7e6f3e02d0a4796539628.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/24_jpg.rf.e305084c61f7e6f3e02d0a4796539628.jpg new file mode 100644 index 0000000..7037d18 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/24_jpg.rf.e305084c61f7e6f3e02d0a4796539628.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/24_jpg.rf.f3d694da2e6700cb769de31f4435de1c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/24_jpg.rf.f3d694da2e6700cb769de31f4435de1c.jpg new file mode 100644 index 0000000..7fee68c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/24_jpg.rf.f3d694da2e6700cb769de31f4435de1c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/256d854b55ac32ea4d0d6398dffccc4d8909a388_jpg.rf.f4ea8da6369ba77c8fa083c6d17e3bac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/256d854b55ac32ea4d0d6398dffccc4d8909a388_jpg.rf.f4ea8da6369ba77c8fa083c6d17e3bac.jpg new file mode 100644 index 0000000..27d126a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/256d854b55ac32ea4d0d6398dffccc4d8909a388_jpg.rf.f4ea8da6369ba77c8fa083c6d17e3bac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/25_jpg.rf.560991b6f25a780fee8078651b536a4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/25_jpg.rf.560991b6f25a780fee8078651b536a4f.jpg new file mode 100644 index 0000000..929d307 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/25_jpg.rf.560991b6f25a780fee8078651b536a4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/25_jpg.rf.733f0b4e625f8936a64be700bb021676.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/25_jpg.rf.733f0b4e625f8936a64be700bb021676.jpg new file mode 100644 index 0000000..d70bc29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/25_jpg.rf.733f0b4e625f8936a64be700bb021676.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/25d90d90b56f6e43412fd7277ab387f2620e2abf_jpg.rf.47bfd6603ce5d698336ea2dd8040b55d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/25d90d90b56f6e43412fd7277ab387f2620e2abf_jpg.rf.47bfd6603ce5d698336ea2dd8040b55d.jpg new file mode 100644 index 0000000..e55a811 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/25d90d90b56f6e43412fd7277ab387f2620e2abf_jpg.rf.47bfd6603ce5d698336ea2dd8040b55d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/269e5176bde313d9c53ace391c11df86916bab61_jpg.rf.8c59d4535db453d884a53c77107dfe30.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/269e5176bde313d9c53ace391c11df86916bab61_jpg.rf.8c59d4535db453d884a53c77107dfe30.jpg new file mode 100644 index 0000000..b74731b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/269e5176bde313d9c53ace391c11df86916bab61_jpg.rf.8c59d4535db453d884a53c77107dfe30.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/26_jpg.rf.ad1c811ed1620b1bbaf897b13428654c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/26_jpg.rf.ad1c811ed1620b1bbaf897b13428654c.jpg new file mode 100644 index 0000000..74f74c8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/26_jpg.rf.ad1c811ed1620b1bbaf897b13428654c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2793df020525179c01e163f876e032ebe994e802_jpg.rf.cec01bdfbea1ff5134eb53b0fd5ef8b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2793df020525179c01e163f876e032ebe994e802_jpg.rf.cec01bdfbea1ff5134eb53b0fd5ef8b7.jpg new file mode 100644 index 0000000..5721908 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2793df020525179c01e163f876e032ebe994e802_jpg.rf.cec01bdfbea1ff5134eb53b0fd5ef8b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/27_jpg.rf.6746e19179605d23a7c562f9f455664e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/27_jpg.rf.6746e19179605d23a7c562f9f455664e.jpg new file mode 100644 index 0000000..ce5e87b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/27_jpg.rf.6746e19179605d23a7c562f9f455664e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/27_jpg.rf.9679bf36191de2e61993a9d40c10677d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/27_jpg.rf.9679bf36191de2e61993a9d40c10677d.jpg new file mode 100644 index 0000000..f7889b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/27_jpg.rf.9679bf36191de2e61993a9d40c10677d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/281c2e8bd606c79bce2fca745411d9f901a74bcf_jpg.rf.804c8d136ce96b15a6340b5041a16b2b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/281c2e8bd606c79bce2fca745411d9f901a74bcf_jpg.rf.804c8d136ce96b15a6340b5041a16b2b.jpg new file mode 100644 index 0000000..33abccc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/281c2e8bd606c79bce2fca745411d9f901a74bcf_jpg.rf.804c8d136ce96b15a6340b5041a16b2b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/28_jpg.rf.4aa14084ea32c1202bfeeb20cde909c8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/28_jpg.rf.4aa14084ea32c1202bfeeb20cde909c8.jpg new file mode 100644 index 0000000..04a309e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/28_jpg.rf.4aa14084ea32c1202bfeeb20cde909c8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/28_jpg.rf.7ea85371e81f4313ea8d97f3ee127d53.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/28_jpg.rf.7ea85371e81f4313ea8d97f3ee127d53.jpg new file mode 100644 index 0000000..54a5bc5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/28_jpg.rf.7ea85371e81f4313ea8d97f3ee127d53.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/28ab04a4e4af7ce0040e0de81ce98255378be1fd_jpg.rf.76dc24104ccf616215bf9fc7d597b2ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/28ab04a4e4af7ce0040e0de81ce98255378be1fd_jpg.rf.76dc24104ccf616215bf9fc7d597b2ae.jpg new file mode 100644 index 0000000..e5eae78 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/28ab04a4e4af7ce0040e0de81ce98255378be1fd_jpg.rf.76dc24104ccf616215bf9fc7d597b2ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/28e7294a099015df73ee0597e56685a91897566b_jpg.rf.0bb0ec5c2588ffd3798f29cd1a38b854.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/28e7294a099015df73ee0597e56685a91897566b_jpg.rf.0bb0ec5c2588ffd3798f29cd1a38b854.jpg new file mode 100644 index 0000000..817e734 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/28e7294a099015df73ee0597e56685a91897566b_jpg.rf.0bb0ec5c2588ffd3798f29cd1a38b854.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/294ba29040c76080aed0196b386787c1a1a5db2b_jpg.rf.4e82022ffb6aa9545049f09e60d4fab8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/294ba29040c76080aed0196b386787c1a1a5db2b_jpg.rf.4e82022ffb6aa9545049f09e60d4fab8.jpg new file mode 100644 index 0000000..90f49b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/294ba29040c76080aed0196b386787c1a1a5db2b_jpg.rf.4e82022ffb6aa9545049f09e60d4fab8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/297c76b374972fdbbfd71c09a3e98c56_jpg.rf.549bcfda09b17f61abfcd3e4945f5121.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/297c76b374972fdbbfd71c09a3e98c56_jpg.rf.549bcfda09b17f61abfcd3e4945f5121.jpg new file mode 100644 index 0000000..56d56b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/297c76b374972fdbbfd71c09a3e98c56_jpg.rf.549bcfda09b17f61abfcd3e4945f5121.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/29_jpg.rf.6525af93bcbb7572cf5e900e49346b29.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/29_jpg.rf.6525af93bcbb7572cf5e900e49346b29.jpg new file mode 100644 index 0000000..fbf07ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/29_jpg.rf.6525af93bcbb7572cf5e900e49346b29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/29_jpg.rf.c277634854883a944be6e942810a3988.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/29_jpg.rf.c277634854883a944be6e942810a3988.jpg new file mode 100644 index 0000000..04278a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/29_jpg.rf.c277634854883a944be6e942810a3988.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/29b0a53028413ba064ce13f03880a7d26e90c57d_jpg.rf.f0fb3027518b63bc0b2b77b7c8e557ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/29b0a53028413ba064ce13f03880a7d26e90c57d_jpg.rf.f0fb3027518b63bc0b2b77b7c8e557ce.jpg new file mode 100644 index 0000000..ca39bf7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/29b0a53028413ba064ce13f03880a7d26e90c57d_jpg.rf.f0fb3027518b63bc0b2b77b7c8e557ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2_jpg.rf.6f1170da1c59edbb2108e49fb74b2436.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2_jpg.rf.6f1170da1c59edbb2108e49fb74b2436.jpg new file mode 100644 index 0000000..c0ff251 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2_jpg.rf.6f1170da1c59edbb2108e49fb74b2436.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2_jpg.rf.fd71699b6e94ed003f0f57b04b41f747.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2_jpg.rf.fd71699b6e94ed003f0f57b04b41f747.jpg new file mode 100644 index 0000000..3778445 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2_jpg.rf.fd71699b6e94ed003f0f57b04b41f747.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2a29fbe2d3b3400864e156d405d9432bf8f248c6_jpg.rf.77dd1a4973a8ae2f8e5b7cf3fac2e86f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2a29fbe2d3b3400864e156d405d9432bf8f248c6_jpg.rf.77dd1a4973a8ae2f8e5b7cf3fac2e86f.jpg new file mode 100644 index 0000000..6da6555 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2a29fbe2d3b3400864e156d405d9432bf8f248c6_jpg.rf.77dd1a4973a8ae2f8e5b7cf3fac2e86f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2a53e89126878f8d84e6bd2eaa360e00_jpg.rf.03cb153832b2a930d69a8ff1e4b7d885.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2a53e89126878f8d84e6bd2eaa360e00_jpg.rf.03cb153832b2a930d69a8ff1e4b7d885.jpg new file mode 100644 index 0000000..49eaa99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2a53e89126878f8d84e6bd2eaa360e00_jpg.rf.03cb153832b2a930d69a8ff1e4b7d885.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2c072825749a07f9dcf00262598fd5b4c040d356_jpg.rf.ae67e4308f386f5a69d10c488973fcba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2c072825749a07f9dcf00262598fd5b4c040d356_jpg.rf.ae67e4308f386f5a69d10c488973fcba.jpg new file mode 100644 index 0000000..2abc32f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2c072825749a07f9dcf00262598fd5b4c040d356_jpg.rf.ae67e4308f386f5a69d10c488973fcba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2cf8816fc30ba3c456502b3dc23695c092638e12_jpg.rf.414645613ae82ae8ccece20049b678cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2cf8816fc30ba3c456502b3dc23695c092638e12_jpg.rf.414645613ae82ae8ccece20049b678cc.jpg new file mode 100644 index 0000000..6568cc1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2cf8816fc30ba3c456502b3dc23695c092638e12_jpg.rf.414645613ae82ae8ccece20049b678cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2e264c4a6fdefc365ffe92d56540ca3bdb0f0a0b_jpg.rf.56cebf433121fb1445f2fccd99cf3ad8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2e264c4a6fdefc365ffe92d56540ca3bdb0f0a0b_jpg.rf.56cebf433121fb1445f2fccd99cf3ad8.jpg new file mode 100644 index 0000000..786a18d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2e264c4a6fdefc365ffe92d56540ca3bdb0f0a0b_jpg.rf.56cebf433121fb1445f2fccd99cf3ad8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2f29af961f0154eaa121d3aaa0e187a95921c83d_jpg.rf.223579a9dc612b33991db855d53f1fa4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2f29af961f0154eaa121d3aaa0e187a95921c83d_jpg.rf.223579a9dc612b33991db855d53f1fa4.jpg new file mode 100644 index 0000000..13af0e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2f29af961f0154eaa121d3aaa0e187a95921c83d_jpg.rf.223579a9dc612b33991db855d53f1fa4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/2f53a2d59b43af4580fa99fe0c3a66c5202e1b43_jpg.rf.c001eb051759998e9c7830b223dcf161.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/2f53a2d59b43af4580fa99fe0c3a66c5202e1b43_jpg.rf.c001eb051759998e9c7830b223dcf161.jpg new file mode 100644 index 0000000..2ea3e89 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/2f53a2d59b43af4580fa99fe0c3a66c5202e1b43_jpg.rf.c001eb051759998e9c7830b223dcf161.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3063fe35538c0d2ead3c0037830c698526582655_jpg.rf.7a7438798a066fc9e3277162873e7ce6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3063fe35538c0d2ead3c0037830c698526582655_jpg.rf.7a7438798a066fc9e3277162873e7ce6.jpg new file mode 100644 index 0000000..94bb4cd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3063fe35538c0d2ead3c0037830c698526582655_jpg.rf.7a7438798a066fc9e3277162873e7ce6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/30_jpg.rf.546040b0156ae4d38f7ccc0c0810e241.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/30_jpg.rf.546040b0156ae4d38f7ccc0c0810e241.jpg new file mode 100644 index 0000000..82b6d02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/30_jpg.rf.546040b0156ae4d38f7ccc0c0810e241.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/30_jpg.rf.8c1829f8fee62a6f1d71a76a10e7ebf8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/30_jpg.rf.8c1829f8fee62a6f1d71a76a10e7ebf8.jpg new file mode 100644 index 0000000..191e6fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/30_jpg.rf.8c1829f8fee62a6f1d71a76a10e7ebf8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/31_jpg.rf.94feee0f8270fc99f751a1c6198f3bda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/31_jpg.rf.94feee0f8270fc99f751a1c6198f3bda.jpg new file mode 100644 index 0000000..f879786 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/31_jpg.rf.94feee0f8270fc99f751a1c6198f3bda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/31_jpg.rf.c88c3a2fb34b23165b0109e64b5af141.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/31_jpg.rf.c88c3a2fb34b23165b0109e64b5af141.jpg new file mode 100644 index 0000000..6acaac3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/31_jpg.rf.c88c3a2fb34b23165b0109e64b5af141.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/32_jpg.rf.310e66efe7e25d6bca04ba3cb46f7891.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/32_jpg.rf.310e66efe7e25d6bca04ba3cb46f7891.jpg new file mode 100644 index 0000000..65e9143 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/32_jpg.rf.310e66efe7e25d6bca04ba3cb46f7891.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/32_jpg.rf.b8ef84a5dc55f09c62e583205798935d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/32_jpg.rf.b8ef84a5dc55f09c62e583205798935d.jpg new file mode 100644 index 0000000..9a3099c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/32_jpg.rf.b8ef84a5dc55f09c62e583205798935d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/33_jpg.rf.2602889b5595cd36cbbb9912eeb108d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/33_jpg.rf.2602889b5595cd36cbbb9912eeb108d1.jpg new file mode 100644 index 0000000..5bd9549 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/33_jpg.rf.2602889b5595cd36cbbb9912eeb108d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/33f7222b0816e501ed230bb6e46c78e8_jpg.rf.15afd8712a042cdf75e1d964be442db9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/33f7222b0816e501ed230bb6e46c78e8_jpg.rf.15afd8712a042cdf75e1d964be442db9.jpg new file mode 100644 index 0000000..33f2a68 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/33f7222b0816e501ed230bb6e46c78e8_jpg.rf.15afd8712a042cdf75e1d964be442db9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344298874_958339355171161_7762581317312906500_n_jpg.rf.a8841d57042707e3a4c363af43d17c11.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344298874_958339355171161_7762581317312906500_n_jpg.rf.a8841d57042707e3a4c363af43d17c11.jpg new file mode 100644 index 0000000..ddf1903 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344298874_958339355171161_7762581317312906500_n_jpg.rf.a8841d57042707e3a4c363af43d17c11.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344299257_783621419877173_166422525893670878_n_jpg.rf.961a26505207efc0a0aab349dd663cfd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344299257_783621419877173_166422525893670878_n_jpg.rf.961a26505207efc0a0aab349dd663cfd.jpg new file mode 100644 index 0000000..e85d4c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344299257_783621419877173_166422525893670878_n_jpg.rf.961a26505207efc0a0aab349dd663cfd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344299771_163117590023880_9139455239203781486_n_jpg.rf.3050cbb93cdf40736f631490686027e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344299771_163117590023880_9139455239203781486_n_jpg.rf.3050cbb93cdf40736f631490686027e0.jpg new file mode 100644 index 0000000..e3ca503 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344299771_163117590023880_9139455239203781486_n_jpg.rf.3050cbb93cdf40736f631490686027e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344299800_212906234833936_7054180795176716017_n_jpg.rf.82324ad343b1253d5a1b24a6ffc2761d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344299800_212906234833936_7054180795176716017_n_jpg.rf.82324ad343b1253d5a1b24a6ffc2761d.jpg new file mode 100644 index 0000000..8debe8a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344299800_212906234833936_7054180795176716017_n_jpg.rf.82324ad343b1253d5a1b24a6ffc2761d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344299808_904752560597976_8891503319082939622_n_jpg.rf.d635b550244cfea5d5165223d8f6b219.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344299808_904752560597976_8891503319082939622_n_jpg.rf.d635b550244cfea5d5165223d8f6b219.jpg new file mode 100644 index 0000000..fa8a513 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344299808_904752560597976_8891503319082939622_n_jpg.rf.d635b550244cfea5d5165223d8f6b219.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344300720_790184389348131_5425397760490939210_n_jpg.rf.8b2ee2191cb14c40efacb5c27b4fcb52.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344300720_790184389348131_5425397760490939210_n_jpg.rf.8b2ee2191cb14c40efacb5c27b4fcb52.jpg new file mode 100644 index 0000000..874d49a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344300720_790184389348131_5425397760490939210_n_jpg.rf.8b2ee2191cb14c40efacb5c27b4fcb52.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344300781_1290768838484819_6513734079337067474_n_jpg.rf.a9f87749c68a4a558ba794acbd25eb81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344300781_1290768838484819_6513734079337067474_n_jpg.rf.a9f87749c68a4a558ba794acbd25eb81.jpg new file mode 100644 index 0000000..4c0115f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344300781_1290768838484819_6513734079337067474_n_jpg.rf.a9f87749c68a4a558ba794acbd25eb81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344301662_746955767212617_4649774882564265670_n_jpg.rf.1ef79034fc111d9360ee43e8843f4849.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344301662_746955767212617_4649774882564265670_n_jpg.rf.1ef79034fc111d9360ee43e8843f4849.jpg new file mode 100644 index 0000000..92c21d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344301662_746955767212617_4649774882564265670_n_jpg.rf.1ef79034fc111d9360ee43e8843f4849.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344302832_1004057880602226_2201591769062819186_n_jpg.rf.00cdd6e78446050bca8afc2ae5bcc141.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344302832_1004057880602226_2201591769062819186_n_jpg.rf.00cdd6e78446050bca8afc2ae5bcc141.jpg new file mode 100644 index 0000000..42e986e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344302832_1004057880602226_2201591769062819186_n_jpg.rf.00cdd6e78446050bca8afc2ae5bcc141.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344302903_3542561089355638_2805087573088442940_n_jpg.rf.8e68a3a8abd090e8c17203d15da9464f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344302903_3542561089355638_2805087573088442940_n_jpg.rf.8e68a3a8abd090e8c17203d15da9464f.jpg new file mode 100644 index 0000000..8828bbc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344302903_3542561089355638_2805087573088442940_n_jpg.rf.8e68a3a8abd090e8c17203d15da9464f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344307996_233555582697565_1541202193707430279_n_jpg.rf.a482a1b31aefe39f4daa63a226fd84df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344307996_233555582697565_1541202193707430279_n_jpg.rf.a482a1b31aefe39f4daa63a226fd84df.jpg new file mode 100644 index 0000000..25dfeaa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344307996_233555582697565_1541202193707430279_n_jpg.rf.a482a1b31aefe39f4daa63a226fd84df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344310600_1267156350601231_6789246526122338899_n_jpg.rf.1f8e2e18b2b290e6f9a557be878ad763.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344310600_1267156350601231_6789246526122338899_n_jpg.rf.1f8e2e18b2b290e6f9a557be878ad763.jpg new file mode 100644 index 0000000..66b69c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344310600_1267156350601231_6789246526122338899_n_jpg.rf.1f8e2e18b2b290e6f9a557be878ad763.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344374505_778053800427764_741760149842368062_n_jpg.rf.f1ac58637a6a85bcb89fad737c7a8aaa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344374505_778053800427764_741760149842368062_n_jpg.rf.f1ac58637a6a85bcb89fad737c7a8aaa.jpg new file mode 100644 index 0000000..6848c2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344374505_778053800427764_741760149842368062_n_jpg.rf.f1ac58637a6a85bcb89fad737c7a8aaa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344779351_907590993877712_7996488706433189835_n_jpg.rf.039d544e4faa5167138175fe89204bce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344779351_907590993877712_7996488706433189835_n_jpg.rf.039d544e4faa5167138175fe89204bce.jpg new file mode 100644 index 0000000..4e99b59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344779351_907590993877712_7996488706433189835_n_jpg.rf.039d544e4faa5167138175fe89204bce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/344787548_1600207147132343_3200059931132635821_n_jpg.rf.e5f431256d3b2b61f759907209cf57a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/344787548_1600207147132343_3200059931132635821_n_jpg.rf.e5f431256d3b2b61f759907209cf57a2.jpg new file mode 100644 index 0000000..1d4cffc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/344787548_1600207147132343_3200059931132635821_n_jpg.rf.e5f431256d3b2b61f759907209cf57a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/34598f75723207f25f4c4c0782f1aadbbf130feb_jpg.rf.407ba4246b24487b6fb4d24fa5ae97b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/34598f75723207f25f4c4c0782f1aadbbf130feb_jpg.rf.407ba4246b24487b6fb4d24fa5ae97b2.jpg new file mode 100644 index 0000000..9fd0f43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/34598f75723207f25f4c4c0782f1aadbbf130feb_jpg.rf.407ba4246b24487b6fb4d24fa5ae97b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/34_jpg.rf.c29b60803501fded290c849cf016e9fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/34_jpg.rf.c29b60803501fded290c849cf016e9fe.jpg new file mode 100644 index 0000000..c41a222 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/34_jpg.rf.c29b60803501fded290c849cf016e9fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/35001e1e6c991e6e20bdd85cc7bc2469_jpg.rf.c105cad158a200cdc8fcf4b8fcdf09fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/35001e1e6c991e6e20bdd85cc7bc2469_jpg.rf.c105cad158a200cdc8fcf4b8fcdf09fd.jpg new file mode 100644 index 0000000..769f405 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/35001e1e6c991e6e20bdd85cc7bc2469_jpg.rf.c105cad158a200cdc8fcf4b8fcdf09fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/35541a75dd90dd7c23c5fe9bf7696703490991fa_jpg.rf.d987b38cb2aec925f58a706c339f4cc8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/35541a75dd90dd7c23c5fe9bf7696703490991fa_jpg.rf.d987b38cb2aec925f58a706c339f4cc8.jpg new file mode 100644 index 0000000..9f8af2d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/35541a75dd90dd7c23c5fe9bf7696703490991fa_jpg.rf.d987b38cb2aec925f58a706c339f4cc8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/35_jpg.rf.503698adad0b2f14828a41d0f4defc03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/35_jpg.rf.503698adad0b2f14828a41d0f4defc03.jpg new file mode 100644 index 0000000..db05bce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/35_jpg.rf.503698adad0b2f14828a41d0f4defc03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/35_jpg.rf.ca4d4825b37835fa08492b2223a84974.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/35_jpg.rf.ca4d4825b37835fa08492b2223a84974.jpg new file mode 100644 index 0000000..983a2c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/35_jpg.rf.ca4d4825b37835fa08492b2223a84974.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/36_jpg.rf.3561319bfe33db7dcf0af4982e9447d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/36_jpg.rf.3561319bfe33db7dcf0af4982e9447d8.jpg new file mode 100644 index 0000000..081c3e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/36_jpg.rf.3561319bfe33db7dcf0af4982e9447d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/36_jpg.rf.c42814feca2aac108e0fe2c68ce3ae9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/36_jpg.rf.c42814feca2aac108e0fe2c68ce3ae9d.jpg new file mode 100644 index 0000000..51294e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/36_jpg.rf.c42814feca2aac108e0fe2c68ce3ae9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/378d97ce89412b1596b3aace22693f9a9b0a2d85_jpg.rf.2e2758c9bef7e958bf6aaab9330c64ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/378d97ce89412b1596b3aace22693f9a9b0a2d85_jpg.rf.2e2758c9bef7e958bf6aaab9330c64ae.jpg new file mode 100644 index 0000000..aab1021 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/378d97ce89412b1596b3aace22693f9a9b0a2d85_jpg.rf.2e2758c9bef7e958bf6aaab9330c64ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/37_jpg.rf.777d4b5454127ecf6ebde3359abb6629.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/37_jpg.rf.777d4b5454127ecf6ebde3359abb6629.jpg new file mode 100644 index 0000000..801fe65 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/37_jpg.rf.777d4b5454127ecf6ebde3359abb6629.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/37b0119b9c7e573faaa976cc2e3fdd9f5412fa08_jpg.rf.cdb80d249b03934190bd817a688c2e69.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/37b0119b9c7e573faaa976cc2e3fdd9f5412fa08_jpg.rf.cdb80d249b03934190bd817a688c2e69.jpg new file mode 100644 index 0000000..0e67bf3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/37b0119b9c7e573faaa976cc2e3fdd9f5412fa08_jpg.rf.cdb80d249b03934190bd817a688c2e69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/37d7da9d0b22e8b7e06bc73cbf67204583312d69_jpg.rf.287aa8cd9f8e2b16561b3fa4f9a79f2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/37d7da9d0b22e8b7e06bc73cbf67204583312d69_jpg.rf.287aa8cd9f8e2b16561b3fa4f9a79f2c.jpg new file mode 100644 index 0000000..c712fb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/37d7da9d0b22e8b7e06bc73cbf67204583312d69_jpg.rf.287aa8cd9f8e2b16561b3fa4f9a79f2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/37fba7f5408aa4ad4679333820231bfa789f6afd_jpg.rf.a7e2362dea621056ada573e533e06de9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/37fba7f5408aa4ad4679333820231bfa789f6afd_jpg.rf.a7e2362dea621056ada573e533e06de9.jpg new file mode 100644 index 0000000..e2bf433 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/37fba7f5408aa4ad4679333820231bfa789f6afd_jpg.rf.a7e2362dea621056ada573e533e06de9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/37fef83760d7e16127957705e1db5655_jpg.rf.6caead1e92e13690789aa12c01c61df3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/37fef83760d7e16127957705e1db5655_jpg.rf.6caead1e92e13690789aa12c01c61df3.jpg new file mode 100644 index 0000000..77f956d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/37fef83760d7e16127957705e1db5655_jpg.rf.6caead1e92e13690789aa12c01c61df3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/38206fb5f56d775e8bc4410ed8b47e7af0983eb7_jpg.rf.b80c4a8b8ce4c87c41b4e031c494f907.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/38206fb5f56d775e8bc4410ed8b47e7af0983eb7_jpg.rf.b80c4a8b8ce4c87c41b4e031c494f907.jpg new file mode 100644 index 0000000..0261806 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/38206fb5f56d775e8bc4410ed8b47e7af0983eb7_jpg.rf.b80c4a8b8ce4c87c41b4e031c494f907.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3829d9a2cb237ebd0e2c7a86b587597c3f98ea50_jpg.rf.31589d8ae83e50efc59d52c1b9478611.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3829d9a2cb237ebd0e2c7a86b587597c3f98ea50_jpg.rf.31589d8ae83e50efc59d52c1b9478611.jpg new file mode 100644 index 0000000..23ccffc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3829d9a2cb237ebd0e2c7a86b587597c3f98ea50_jpg.rf.31589d8ae83e50efc59d52c1b9478611.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/38_jpg.rf.79d9820c548f9de3033078153e63d70d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/38_jpg.rf.79d9820c548f9de3033078153e63d70d.jpg new file mode 100644 index 0000000..96a5961 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/38_jpg.rf.79d9820c548f9de3033078153e63d70d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/38_jpg.rf.c1ab4702725e2a4e83040e266b7a9e04.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/38_jpg.rf.c1ab4702725e2a4e83040e266b7a9e04.jpg new file mode 100644 index 0000000..a9d7443 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/38_jpg.rf.c1ab4702725e2a4e83040e266b7a9e04.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/38bc4fcb910aa246e67d86b9b58b2eda2c1a16a5_jpg.rf.2918accfc85ae343db66b9aa286b3479.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/38bc4fcb910aa246e67d86b9b58b2eda2c1a16a5_jpg.rf.2918accfc85ae343db66b9aa286b3479.jpg new file mode 100644 index 0000000..5846dca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/38bc4fcb910aa246e67d86b9b58b2eda2c1a16a5_jpg.rf.2918accfc85ae343db66b9aa286b3479.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/39777f99a971f7de4df9de4c8a2e395e4d5b7555_jpg.rf.21890a3cd9556f6d846652e7f94c1ebb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/39777f99a971f7de4df9de4c8a2e395e4d5b7555_jpg.rf.21890a3cd9556f6d846652e7f94c1ebb.jpg new file mode 100644 index 0000000..3752d59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/39777f99a971f7de4df9de4c8a2e395e4d5b7555_jpg.rf.21890a3cd9556f6d846652e7f94c1ebb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/39_jpg.rf.adb4d389d73c33d4a5a1ff9389bb2f67.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/39_jpg.rf.adb4d389d73c33d4a5a1ff9389bb2f67.jpg new file mode 100644 index 0000000..71edc14 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/39_jpg.rf.adb4d389d73c33d4a5a1ff9389bb2f67.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/39_jpg.rf.ff22a6f1cf342f1ae5a910de703f02d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/39_jpg.rf.ff22a6f1cf342f1ae5a910de703f02d4.jpg new file mode 100644 index 0000000..e5712b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/39_jpg.rf.ff22a6f1cf342f1ae5a910de703f02d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3_jpg.rf.ba72f8576bc3ee77e8e96c535dc4e644.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3_jpg.rf.ba72f8576bc3ee77e8e96c535dc4e644.jpg new file mode 100644 index 0000000..061faeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3_jpg.rf.ba72f8576bc3ee77e8e96c535dc4e644.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3_jpg.rf.fa131732911a0a9411f11e5b6ccb29b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3_jpg.rf.fa131732911a0a9411f11e5b6ccb29b7.jpg new file mode 100644 index 0000000..2b0ed08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3_jpg.rf.fa131732911a0a9411f11e5b6ccb29b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3a367872737c74355dc26bc2014d4ff173973a49_jpg.rf.cae47305cdd274385e8e33c86c43dc88.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3a367872737c74355dc26bc2014d4ff173973a49_jpg.rf.cae47305cdd274385e8e33c86c43dc88.jpg new file mode 100644 index 0000000..62e5bed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3a367872737c74355dc26bc2014d4ff173973a49_jpg.rf.cae47305cdd274385e8e33c86c43dc88.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3b503291ecf4cd56a6ec39bd21e7d6b9_jpg.rf.11e20acb36695c00d627293fda111124.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3b503291ecf4cd56a6ec39bd21e7d6b9_jpg.rf.11e20acb36695c00d627293fda111124.jpg new file mode 100644 index 0000000..c81fc58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3b503291ecf4cd56a6ec39bd21e7d6b9_jpg.rf.11e20acb36695c00d627293fda111124.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3b5fa39feafe9452d6430dab513beb102fbdfaeb_jpg.rf.5c33922151e6742c8aa512c951336853.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3b5fa39feafe9452d6430dab513beb102fbdfaeb_jpg.rf.5c33922151e6742c8aa512c951336853.jpg new file mode 100644 index 0000000..1dde15c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3b5fa39feafe9452d6430dab513beb102fbdfaeb_jpg.rf.5c33922151e6742c8aa512c951336853.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3bdddd9e91c09eaa39ec526178f4c57943352f42_jpg.rf.81aa8785a2c186b5a6c1ba4d22146fd1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3bdddd9e91c09eaa39ec526178f4c57943352f42_jpg.rf.81aa8785a2c186b5a6c1ba4d22146fd1.jpg new file mode 100644 index 0000000..f65b2c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3bdddd9e91c09eaa39ec526178f4c57943352f42_jpg.rf.81aa8785a2c186b5a6c1ba4d22146fd1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3c4ac2d852c0c36818cb79a7f71c20e0_jpg.rf.ee7a6a2e71870df00206d0b6c79fdb46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3c4ac2d852c0c36818cb79a7f71c20e0_jpg.rf.ee7a6a2e71870df00206d0b6c79fdb46.jpg new file mode 100644 index 0000000..edb6c52 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3c4ac2d852c0c36818cb79a7f71c20e0_jpg.rf.ee7a6a2e71870df00206d0b6c79fdb46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3cb253b87b27744e93f81c237241a9b10cecf7fc_jpg.rf.ef34038c682f5b3fd2089ddedf70aef5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3cb253b87b27744e93f81c237241a9b10cecf7fc_jpg.rf.ef34038c682f5b3fd2089ddedf70aef5.jpg new file mode 100644 index 0000000..0fe714b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3cb253b87b27744e93f81c237241a9b10cecf7fc_jpg.rf.ef34038c682f5b3fd2089ddedf70aef5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3e6d13c547d1df54abd25622fd3c84e649d6c091_jpg.rf.59c83839dee2b9a155f915ad51a049cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3e6d13c547d1df54abd25622fd3c84e649d6c091_jpg.rf.59c83839dee2b9a155f915ad51a049cf.jpg new file mode 100644 index 0000000..ad1b01c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3e6d13c547d1df54abd25622fd3c84e649d6c091_jpg.rf.59c83839dee2b9a155f915ad51a049cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/3ff21c1ee21c230c6c73a02c455caeceb9b85b94_jpg.rf.2b8cf9a79c82597f3697b951b5352e4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/3ff21c1ee21c230c6c73a02c455caeceb9b85b94_jpg.rf.2b8cf9a79c82597f3697b951b5352e4a.jpg new file mode 100644 index 0000000..e335ab4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/3ff21c1ee21c230c6c73a02c455caeceb9b85b94_jpg.rf.2b8cf9a79c82597f3697b951b5352e4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4070b4440edf8ee5ddac6356ec0655088e68cc56_jpg.rf.852e9772eba72d7d8433950345a3e969.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4070b4440edf8ee5ddac6356ec0655088e68cc56_jpg.rf.852e9772eba72d7d8433950345a3e969.jpg new file mode 100644 index 0000000..51225f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4070b4440edf8ee5ddac6356ec0655088e68cc56_jpg.rf.852e9772eba72d7d8433950345a3e969.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/40721dd761cd259edc10b0bf837c1442b140498f_jpg.rf.e31d3db2d7a230c717750cd47d8e89c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/40721dd761cd259edc10b0bf837c1442b140498f_jpg.rf.e31d3db2d7a230c717750cd47d8e89c9.jpg new file mode 100644 index 0000000..b9ea569 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/40721dd761cd259edc10b0bf837c1442b140498f_jpg.rf.e31d3db2d7a230c717750cd47d8e89c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/40_jpg.rf.4eac985df8f535d3c7593434f4e8ced9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/40_jpg.rf.4eac985df8f535d3c7593434f4e8ced9.jpg new file mode 100644 index 0000000..13b51f2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/40_jpg.rf.4eac985df8f535d3c7593434f4e8ced9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/40_jpg.rf.93974c2a668749390fda9635eea3ff38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/40_jpg.rf.93974c2a668749390fda9635eea3ff38.jpg new file mode 100644 index 0000000..af42392 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/40_jpg.rf.93974c2a668749390fda9635eea3ff38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/40a62c6f9543f107fb9ff627958388b869ab57e3_jpg.rf.f66e468f01ff526c83ea425322a8764d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/40a62c6f9543f107fb9ff627958388b869ab57e3_jpg.rf.f66e468f01ff526c83ea425322a8764d.jpg new file mode 100644 index 0000000..794fc84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/40a62c6f9543f107fb9ff627958388b869ab57e3_jpg.rf.f66e468f01ff526c83ea425322a8764d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4166dd6ad9eadf37ff10ea0ac01c7d1c17510869_jpg.rf.db9e9ff498bf628090c4435c7bfbf1e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4166dd6ad9eadf37ff10ea0ac01c7d1c17510869_jpg.rf.db9e9ff498bf628090c4435c7bfbf1e7.jpg new file mode 100644 index 0000000..15a1f28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4166dd6ad9eadf37ff10ea0ac01c7d1c17510869_jpg.rf.db9e9ff498bf628090c4435c7bfbf1e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/41_jpg.rf.29afca75e7bb4a2325cbe3f548aa1f9c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/41_jpg.rf.29afca75e7bb4a2325cbe3f548aa1f9c.jpg new file mode 100644 index 0000000..3b96164 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/41_jpg.rf.29afca75e7bb4a2325cbe3f548aa1f9c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/41_jpg.rf.8a78c6bcc4f5e656e8f557296cb2dde8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/41_jpg.rf.8a78c6bcc4f5e656e8f557296cb2dde8.jpg new file mode 100644 index 0000000..02e2528 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/41_jpg.rf.8a78c6bcc4f5e656e8f557296cb2dde8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/42_jpg.rf.1ff29b7c4f9afe9919bf95f92937e619.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/42_jpg.rf.1ff29b7c4f9afe9919bf95f92937e619.jpg new file mode 100644 index 0000000..f49526d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/42_jpg.rf.1ff29b7c4f9afe9919bf95f92937e619.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/42_jpg.rf.6f5c0035b1bad0d14818c07e83e7344f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/42_jpg.rf.6f5c0035b1bad0d14818c07e83e7344f.jpg new file mode 100644 index 0000000..7449307 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/42_jpg.rf.6f5c0035b1bad0d14818c07e83e7344f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/433019122ca23a59a35b83caafc703afac137cba_jpg.rf.6db560cf083d78e9c8573b832e623b82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/433019122ca23a59a35b83caafc703afac137cba_jpg.rf.6db560cf083d78e9c8573b832e623b82.jpg new file mode 100644 index 0000000..219f61d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/433019122ca23a59a35b83caafc703afac137cba_jpg.rf.6db560cf083d78e9c8573b832e623b82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4347161ab5dbb914b8ace7cac6568eacadead311_jpg.rf.a981cdd1ffef3ca18bdbf3c3203fca28.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4347161ab5dbb914b8ace7cac6568eacadead311_jpg.rf.a981cdd1ffef3ca18bdbf3c3203fca28.jpg new file mode 100644 index 0000000..c337a84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4347161ab5dbb914b8ace7cac6568eacadead311_jpg.rf.a981cdd1ffef3ca18bdbf3c3203fca28.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/43_jpg.rf.be8ce53cdfc9fc372f7aa3e8f63e13d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/43_jpg.rf.be8ce53cdfc9fc372f7aa3e8f63e13d4.jpg new file mode 100644 index 0000000..c55f504 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/43_jpg.rf.be8ce53cdfc9fc372f7aa3e8f63e13d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/43bcbf006e2327c8fc2ac3fef528310c8fdddfd7_jpg.rf.58f989e377201ebbcf0045a13b96bad6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/43bcbf006e2327c8fc2ac3fef528310c8fdddfd7_jpg.rf.58f989e377201ebbcf0045a13b96bad6.jpg new file mode 100644 index 0000000..00b460d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/43bcbf006e2327c8fc2ac3fef528310c8fdddfd7_jpg.rf.58f989e377201ebbcf0045a13b96bad6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/44_jpg.rf.642962d9bb1ad2aa42b0abfd9d4a0adb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/44_jpg.rf.642962d9bb1ad2aa42b0abfd9d4a0adb.jpg new file mode 100644 index 0000000..9ede855 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/44_jpg.rf.642962d9bb1ad2aa42b0abfd9d4a0adb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/44_jpg.rf.a74bfc4b6663b5b8d02535376e18edb8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/44_jpg.rf.a74bfc4b6663b5b8d02535376e18edb8.jpg new file mode 100644 index 0000000..02fbefc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/44_jpg.rf.a74bfc4b6663b5b8d02535376e18edb8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/45_jpg.rf.2f57831996489a2d47a863af0a0f070d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/45_jpg.rf.2f57831996489a2d47a863af0a0f070d.jpg new file mode 100644 index 0000000..86a4852 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/45_jpg.rf.2f57831996489a2d47a863af0a0f070d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/45_jpg.rf.3162dd5ebca2906cc77cadfe9bfb2bf5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/45_jpg.rf.3162dd5ebca2906cc77cadfe9bfb2bf5.jpg new file mode 100644 index 0000000..1cac39a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/45_jpg.rf.3162dd5ebca2906cc77cadfe9bfb2bf5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/45c3b61b7b6dbe65fa0ba61ceb3f7783b250d4ce_jpg.rf.1c2ef0267578b168d6b1b6ba9e2b2a28.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/45c3b61b7b6dbe65fa0ba61ceb3f7783b250d4ce_jpg.rf.1c2ef0267578b168d6b1b6ba9e2b2a28.jpg new file mode 100644 index 0000000..0588ccd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/45c3b61b7b6dbe65fa0ba61ceb3f7783b250d4ce_jpg.rf.1c2ef0267578b168d6b1b6ba9e2b2a28.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/46_jpg.rf.9de41036079d308fa1096c4e04ddc134.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/46_jpg.rf.9de41036079d308fa1096c4e04ddc134.jpg new file mode 100644 index 0000000..10e1156 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/46_jpg.rf.9de41036079d308fa1096c4e04ddc134.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/46_jpg.rf.b2980a0d280bc650e3acc82d4732fac3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/46_jpg.rf.b2980a0d280bc650e3acc82d4732fac3.jpg new file mode 100644 index 0000000..56b68ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/46_jpg.rf.b2980a0d280bc650e3acc82d4732fac3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/47612ed804caa49dbe43bd4fb2896a425de5894f_jpg.rf.7983e6c26ecb055d5214b5fbcf2b93e3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/47612ed804caa49dbe43bd4fb2896a425de5894f_jpg.rf.7983e6c26ecb055d5214b5fbcf2b93e3.jpg new file mode 100644 index 0000000..ca7a0fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/47612ed804caa49dbe43bd4fb2896a425de5894f_jpg.rf.7983e6c26ecb055d5214b5fbcf2b93e3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/47_jpg.rf.1ed551c9d4ceb49411e55447cd1932e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/47_jpg.rf.1ed551c9d4ceb49411e55447cd1932e5.jpg new file mode 100644 index 0000000..3149223 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/47_jpg.rf.1ed551c9d4ceb49411e55447cd1932e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/47_jpg.rf.994c31fdf84142709252775ea1b46e30.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/47_jpg.rf.994c31fdf84142709252775ea1b46e30.jpg new file mode 100644 index 0000000..f929545 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/47_jpg.rf.994c31fdf84142709252775ea1b46e30.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/47fceb85c379462b9e58aad82bcff5fb04ce8db1_jpg.rf.2bae7c961831b1c24de8d08a8bdf2424.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/47fceb85c379462b9e58aad82bcff5fb04ce8db1_jpg.rf.2bae7c961831b1c24de8d08a8bdf2424.jpg new file mode 100644 index 0000000..d78d46c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/47fceb85c379462b9e58aad82bcff5fb04ce8db1_jpg.rf.2bae7c961831b1c24de8d08a8bdf2424.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/48_jpg.rf.3f3e502b48605457b8226e9cb6e17e88.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/48_jpg.rf.3f3e502b48605457b8226e9cb6e17e88.jpg new file mode 100644 index 0000000..5aacaad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/48_jpg.rf.3f3e502b48605457b8226e9cb6e17e88.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/48_jpg.rf.6e54ad6107b0de6951226c64f4c686df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/48_jpg.rf.6e54ad6107b0de6951226c64f4c686df.jpg new file mode 100644 index 0000000..3bf1e0e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/48_jpg.rf.6e54ad6107b0de6951226c64f4c686df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/49_jpg.rf.d7114e74a9b4254acd76061aa22c9233.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/49_jpg.rf.d7114e74a9b4254acd76061aa22c9233.jpg new file mode 100644 index 0000000..2447f0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/49_jpg.rf.d7114e74a9b4254acd76061aa22c9233.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/49f742d7856ae6c5709d39486cd6f22749c4d15b_jpg.rf.3222c55f2cfa8ffcd5393ddc2dfd5d27.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/49f742d7856ae6c5709d39486cd6f22749c4d15b_jpg.rf.3222c55f2cfa8ffcd5393ddc2dfd5d27.jpg new file mode 100644 index 0000000..2065d57 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/49f742d7856ae6c5709d39486cd6f22749c4d15b_jpg.rf.3222c55f2cfa8ffcd5393ddc2dfd5d27.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/49ff222dfe0600d8d401cf5bff95d1581a5b5eb3_jpg.rf.a55016bc6799bfc5e46e04eb1cb9875e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/49ff222dfe0600d8d401cf5bff95d1581a5b5eb3_jpg.rf.a55016bc6799bfc5e46e04eb1cb9875e.jpg new file mode 100644 index 0000000..6a01b99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/49ff222dfe0600d8d401cf5bff95d1581a5b5eb3_jpg.rf.a55016bc6799bfc5e46e04eb1cb9875e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4_jpg.rf.3da99bf6a8406f67ecdbdd187caacd40.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4_jpg.rf.3da99bf6a8406f67ecdbdd187caacd40.jpg new file mode 100644 index 0000000..0eb02f6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4_jpg.rf.3da99bf6a8406f67ecdbdd187caacd40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4_jpg.rf.45e1dd65ef42f6531c4cc67ddd4bca0c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4_jpg.rf.45e1dd65ef42f6531c4cc67ddd4bca0c.jpg new file mode 100644 index 0000000..be64e1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4_jpg.rf.45e1dd65ef42f6531c4cc67ddd4bca0c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4b5d9b8ed532be6aa415a651114f5fa26a35cd16_jpg.rf.dd7416ff699ac0b195c737b5a25864db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4b5d9b8ed532be6aa415a651114f5fa26a35cd16_jpg.rf.dd7416ff699ac0b195c737b5a25864db.jpg new file mode 100644 index 0000000..a77ddb7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4b5d9b8ed532be6aa415a651114f5fa26a35cd16_jpg.rf.dd7416ff699ac0b195c737b5a25864db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4c0066897eff1ab805a9cc48ab20581e83306b33_jpg.rf.622e475be219b7464598abacb6d6c885.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4c0066897eff1ab805a9cc48ab20581e83306b33_jpg.rf.622e475be219b7464598abacb6d6c885.jpg new file mode 100644 index 0000000..8fb25fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4c0066897eff1ab805a9cc48ab20581e83306b33_jpg.rf.622e475be219b7464598abacb6d6c885.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4c0f5669ea5943df49afbc844eb7c0b3_jpg.rf.2c7565e6801349c3257bf4b0acde9f2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4c0f5669ea5943df49afbc844eb7c0b3_jpg.rf.2c7565e6801349c3257bf4b0acde9f2e.jpg new file mode 100644 index 0000000..6933336 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4c0f5669ea5943df49afbc844eb7c0b3_jpg.rf.2c7565e6801349c3257bf4b0acde9f2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4cb7a426a54bb839ad491dc0deadd424_jpg.rf.3a3659405dfda44e79f0603cfb758d73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4cb7a426a54bb839ad491dc0deadd424_jpg.rf.3a3659405dfda44e79f0603cfb758d73.jpg new file mode 100644 index 0000000..57fc877 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4cb7a426a54bb839ad491dc0deadd424_jpg.rf.3a3659405dfda44e79f0603cfb758d73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4d843b09b1acb930dd599cb935f33207d6864ca4_jpg.rf.a83e0936876e8e2078aed84b25594ed7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4d843b09b1acb930dd599cb935f33207d6864ca4_jpg.rf.a83e0936876e8e2078aed84b25594ed7.jpg new file mode 100644 index 0000000..1ab3600 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4d843b09b1acb930dd599cb935f33207d6864ca4_jpg.rf.a83e0936876e8e2078aed84b25594ed7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4e1857c38361f03612913731acc6a1ee_jpg.rf.2ade1e5b2757991758b0095b5dd7dad0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4e1857c38361f03612913731acc6a1ee_jpg.rf.2ade1e5b2757991758b0095b5dd7dad0.jpg new file mode 100644 index 0000000..6d443c4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4e1857c38361f03612913731acc6a1ee_jpg.rf.2ade1e5b2757991758b0095b5dd7dad0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/4edafec8d798760fdba6892f0b23880225bfc393_jpg.rf.5d85bc01264fd4d6dac762d3c75cf0e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/4edafec8d798760fdba6892f0b23880225bfc393_jpg.rf.5d85bc01264fd4d6dac762d3c75cf0e5.jpg new file mode 100644 index 0000000..ae56ea1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/4edafec8d798760fdba6892f0b23880225bfc393_jpg.rf.5d85bc01264fd4d6dac762d3c75cf0e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/50_jpg.rf.3b9656209b99202dae4cc11b83684861.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/50_jpg.rf.3b9656209b99202dae4cc11b83684861.jpg new file mode 100644 index 0000000..25306c3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/50_jpg.rf.3b9656209b99202dae4cc11b83684861.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/50_jpg.rf.fd4672eb3f1549509002b83cb229d551.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/50_jpg.rf.fd4672eb3f1549509002b83cb229d551.jpg new file mode 100644 index 0000000..b970b01 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/50_jpg.rf.fd4672eb3f1549509002b83cb229d551.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/512cab3f46792d5dccc201bf5bcbfd54b4cbb1ad_jpg.rf.59e2a4806f26c89ff307943be1acf968.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/512cab3f46792d5dccc201bf5bcbfd54b4cbb1ad_jpg.rf.59e2a4806f26c89ff307943be1acf968.jpg new file mode 100644 index 0000000..7551006 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/512cab3f46792d5dccc201bf5bcbfd54b4cbb1ad_jpg.rf.59e2a4806f26c89ff307943be1acf968.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/51_jpg.rf.f40b6cba8c778c1c2d4e3db5f08ecb97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/51_jpg.rf.f40b6cba8c778c1c2d4e3db5f08ecb97.jpg new file mode 100644 index 0000000..978405b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/51_jpg.rf.f40b6cba8c778c1c2d4e3db5f08ecb97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/52_jpg.rf.8f30bf29ca4f061d7e443299284880cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/52_jpg.rf.8f30bf29ca4f061d7e443299284880cc.jpg new file mode 100644 index 0000000..119d10b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/52_jpg.rf.8f30bf29ca4f061d7e443299284880cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/52_jpg.rf.f57932b96bad648a14c215c43b0febd8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/52_jpg.rf.f57932b96bad648a14c215c43b0febd8.jpg new file mode 100644 index 0000000..db494aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/52_jpg.rf.f57932b96bad648a14c215c43b0febd8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/52acaf5c03994bff6b68803577382b47f118a7e0_jpg.rf.1b1d599ec19e0a4349427cdca434265e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/52acaf5c03994bff6b68803577382b47f118a7e0_jpg.rf.1b1d599ec19e0a4349427cdca434265e.jpg new file mode 100644 index 0000000..ed9443a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/52acaf5c03994bff6b68803577382b47f118a7e0_jpg.rf.1b1d599ec19e0a4349427cdca434265e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/52b88626283e336bc71c4694b41b45ec29510b1b_jpg.rf.27a3442313ad1cbc4fe711789729aa22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/52b88626283e336bc71c4694b41b45ec29510b1b_jpg.rf.27a3442313ad1cbc4fe711789729aa22.jpg new file mode 100644 index 0000000..5bcbdef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/52b88626283e336bc71c4694b41b45ec29510b1b_jpg.rf.27a3442313ad1cbc4fe711789729aa22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/532b64d7fab3702507f1fdc7412d24a1b61d9d47_jpg.rf.2d20e8fd3a4fd2909e32a93582f44e04.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/532b64d7fab3702507f1fdc7412d24a1b61d9d47_jpg.rf.2d20e8fd3a4fd2909e32a93582f44e04.jpg new file mode 100644 index 0000000..da9b8d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/532b64d7fab3702507f1fdc7412d24a1b61d9d47_jpg.rf.2d20e8fd3a4fd2909e32a93582f44e04.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/53745e9157b4b81a054b4cc1f28647c4ba9a6270_jpg.rf.3de8f07eec9ee6530ad0b1e970a96fa7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/53745e9157b4b81a054b4cc1f28647c4ba9a6270_jpg.rf.3de8f07eec9ee6530ad0b1e970a96fa7.jpg new file mode 100644 index 0000000..cff3891 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/53745e9157b4b81a054b4cc1f28647c4ba9a6270_jpg.rf.3de8f07eec9ee6530ad0b1e970a96fa7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/53_jpg.rf.83cf48e040a0f4a80bb144f15b067f6f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/53_jpg.rf.83cf48e040a0f4a80bb144f15b067f6f.jpg new file mode 100644 index 0000000..efe51cd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/53_jpg.rf.83cf48e040a0f4a80bb144f15b067f6f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/53_jpg.rf.8dd7b904db846194115505d695129a58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/53_jpg.rf.8dd7b904db846194115505d695129a58.jpg new file mode 100644 index 0000000..1d0b6aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/53_jpg.rf.8dd7b904db846194115505d695129a58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/542460d73c362d52e5bd31c99fc89e31e884934b_jpg.rf.88ddd75f712f5007abe514f448519f14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/542460d73c362d52e5bd31c99fc89e31e884934b_jpg.rf.88ddd75f712f5007abe514f448519f14.jpg new file mode 100644 index 0000000..a40126b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/542460d73c362d52e5bd31c99fc89e31e884934b_jpg.rf.88ddd75f712f5007abe514f448519f14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/54272f4e114dfc83bd38179d253207545da67afd_jpg.rf.483a8cc9c569759bb3d40bf39570b002.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/54272f4e114dfc83bd38179d253207545da67afd_jpg.rf.483a8cc9c569759bb3d40bf39570b002.jpg new file mode 100644 index 0000000..2083304 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/54272f4e114dfc83bd38179d253207545da67afd_jpg.rf.483a8cc9c569759bb3d40bf39570b002.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/54_jpg.rf.64ef1148005f389d2167777f3b94cde5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/54_jpg.rf.64ef1148005f389d2167777f3b94cde5.jpg new file mode 100644 index 0000000..6b8f31c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/54_jpg.rf.64ef1148005f389d2167777f3b94cde5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/54_jpg.rf.748be66c9d8c5f8bd9a4d3a8a6992df2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/54_jpg.rf.748be66c9d8c5f8bd9a4d3a8a6992df2.jpg new file mode 100644 index 0000000..036310c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/54_jpg.rf.748be66c9d8c5f8bd9a4d3a8a6992df2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/553bdc3f6333853a5a85e3bbc4093ea5_jpg.rf.636dc5f6c59930200c24b53ba1f7a429.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/553bdc3f6333853a5a85e3bbc4093ea5_jpg.rf.636dc5f6c59930200c24b53ba1f7a429.jpg new file mode 100644 index 0000000..8015040 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/553bdc3f6333853a5a85e3bbc4093ea5_jpg.rf.636dc5f6c59930200c24b53ba1f7a429.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/559e43dc6493b547100e00df4ce19e1f4bd0e842_jpg.rf.65b83e74886b1d123cf3ebcda023f627.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/559e43dc6493b547100e00df4ce19e1f4bd0e842_jpg.rf.65b83e74886b1d123cf3ebcda023f627.jpg new file mode 100644 index 0000000..454fe4b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/559e43dc6493b547100e00df4ce19e1f4bd0e842_jpg.rf.65b83e74886b1d123cf3ebcda023f627.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/55_jpg.rf.345b0026c92ec9837bbbd40136b4ebe1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/55_jpg.rf.345b0026c92ec9837bbbd40136b4ebe1.jpg new file mode 100644 index 0000000..f0a8e15 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/55_jpg.rf.345b0026c92ec9837bbbd40136b4ebe1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/55_jpg.rf.fd75d67a44c696d9902279b3f0c9f904.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/55_jpg.rf.fd75d67a44c696d9902279b3f0c9f904.jpg new file mode 100644 index 0000000..d52fa8e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/55_jpg.rf.fd75d67a44c696d9902279b3f0c9f904.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/565b67158a42843207caf5b89ebd52100e72b1c7_jpg.rf.b8ecfc1f10e2d0ac6b907842664a9d1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/565b67158a42843207caf5b89ebd52100e72b1c7_jpg.rf.b8ecfc1f10e2d0ac6b907842664a9d1a.jpg new file mode 100644 index 0000000..e6e4590 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/565b67158a42843207caf5b89ebd52100e72b1c7_jpg.rf.b8ecfc1f10e2d0ac6b907842664a9d1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/56_jpg.rf.b5c2a14b6960c576a7bb807d5fc81116.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/56_jpg.rf.b5c2a14b6960c576a7bb807d5fc81116.jpg new file mode 100644 index 0000000..10f3d30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/56_jpg.rf.b5c2a14b6960c576a7bb807d5fc81116.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/56_jpg.rf.eb3d104442794451655ce854e9f19f4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/56_jpg.rf.eb3d104442794451655ce854e9f19f4c.jpg new file mode 100644 index 0000000..ce2f991 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/56_jpg.rf.eb3d104442794451655ce854e9f19f4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/57_jpg.rf.a79f8217f430079de2f618e943ea5348.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/57_jpg.rf.a79f8217f430079de2f618e943ea5348.jpg new file mode 100644 index 0000000..9e61dd6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/57_jpg.rf.a79f8217f430079de2f618e943ea5348.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/57_jpg.rf.ab57a0b27383913abad455952c061d53.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/57_jpg.rf.ab57a0b27383913abad455952c061d53.jpg new file mode 100644 index 0000000..dac36d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/57_jpg.rf.ab57a0b27383913abad455952c061d53.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/57f5c686d34cf0cfd46e5d7717e154c2892234fb_jpg.rf.50995f6bcec1502b74a9a16f3c1751cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/57f5c686d34cf0cfd46e5d7717e154c2892234fb_jpg.rf.50995f6bcec1502b74a9a16f3c1751cf.jpg new file mode 100644 index 0000000..95aaa97 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/57f5c686d34cf0cfd46e5d7717e154c2892234fb_jpg.rf.50995f6bcec1502b74a9a16f3c1751cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/57f6a2e0ba06df835a42207aa39df9bc3e4179dd_jpg.rf.65cf8d858f304e4a1e2f796daf9d9ebe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/57f6a2e0ba06df835a42207aa39df9bc3e4179dd_jpg.rf.65cf8d858f304e4a1e2f796daf9d9ebe.jpg new file mode 100644 index 0000000..44d20d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/57f6a2e0ba06df835a42207aa39df9bc3e4179dd_jpg.rf.65cf8d858f304e4a1e2f796daf9d9ebe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/582bf1841627e8b966abda9702033e4fa38ab0fe_jpg.rf.5f68dc5f1398e1ac5993119a8f1d2c97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/582bf1841627e8b966abda9702033e4fa38ab0fe_jpg.rf.5f68dc5f1398e1ac5993119a8f1d2c97.jpg new file mode 100644 index 0000000..d3b854f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/582bf1841627e8b966abda9702033e4fa38ab0fe_jpg.rf.5f68dc5f1398e1ac5993119a8f1d2c97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/58_jpg.rf.12712b2ff296d2f3dd713c595e94f6e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/58_jpg.rf.12712b2ff296d2f3dd713c595e94f6e4.jpg new file mode 100644 index 0000000..93bbc21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/58_jpg.rf.12712b2ff296d2f3dd713c595e94f6e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/58_jpg.rf.a412efe818b81805e33a23a6a6a4ba6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/58_jpg.rf.a412efe818b81805e33a23a6a6a4ba6c.jpg new file mode 100644 index 0000000..bdcab96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/58_jpg.rf.a412efe818b81805e33a23a6a6a4ba6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/59681476afb0f25b54dbed8f75163be8_jpg.rf.0a379ef3b88c377dae74b9e10e990644.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/59681476afb0f25b54dbed8f75163be8_jpg.rf.0a379ef3b88c377dae74b9e10e990644.jpg new file mode 100644 index 0000000..7bdb358 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/59681476afb0f25b54dbed8f75163be8_jpg.rf.0a379ef3b88c377dae74b9e10e990644.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/59_jpg.rf.2ae18c9ec37e1d701591993e606dd008.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/59_jpg.rf.2ae18c9ec37e1d701591993e606dd008.jpg new file mode 100644 index 0000000..b38da5d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/59_jpg.rf.2ae18c9ec37e1d701591993e606dd008.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/59_jpg.rf.31bffecfa36e60d960b9770b3eed72aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/59_jpg.rf.31bffecfa36e60d960b9770b3eed72aa.jpg new file mode 100644 index 0000000..c7af98c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/59_jpg.rf.31bffecfa36e60d960b9770b3eed72aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/5_jpg.rf.011ea961673f7828b1e0706e70fb616c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/5_jpg.rf.011ea961673f7828b1e0706e70fb616c.jpg new file mode 100644 index 0000000..0de91de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/5_jpg.rf.011ea961673f7828b1e0706e70fb616c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/5_jpg.rf.2069d163e6a09fa9ce17e69f48d71ee1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/5_jpg.rf.2069d163e6a09fa9ce17e69f48d71ee1.jpg new file mode 100644 index 0000000..3e5eff6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/5_jpg.rf.2069d163e6a09fa9ce17e69f48d71ee1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/5b3caf9b8d4aeec5002e59cd7017babab2365ee8_jpg.rf.a216cc78bb977d2f3ca323b1345eed90.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/5b3caf9b8d4aeec5002e59cd7017babab2365ee8_jpg.rf.a216cc78bb977d2f3ca323b1345eed90.jpg new file mode 100644 index 0000000..0ca2d5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/5b3caf9b8d4aeec5002e59cd7017babab2365ee8_jpg.rf.a216cc78bb977d2f3ca323b1345eed90.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/5cbd665023d19ab03014d2ba795feb4fbb4236a6_jpg.rf.b880cd6b7a4661a3260a5d0ec6c5bc58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/5cbd665023d19ab03014d2ba795feb4fbb4236a6_jpg.rf.b880cd6b7a4661a3260a5d0ec6c5bc58.jpg new file mode 100644 index 0000000..f88ae11 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/5cbd665023d19ab03014d2ba795feb4fbb4236a6_jpg.rf.b880cd6b7a4661a3260a5d0ec6c5bc58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/5d2ad7b16f148a6d6424b43120abb18649858131_jpg.rf.39641bccb5cdc53eb42760303eaaf9c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/5d2ad7b16f148a6d6424b43120abb18649858131_jpg.rf.39641bccb5cdc53eb42760303eaaf9c3.jpg new file mode 100644 index 0000000..797f404 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/5d2ad7b16f148a6d6424b43120abb18649858131_jpg.rf.39641bccb5cdc53eb42760303eaaf9c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/5f97f7b10b5a9509100520e0f0b2fabd8c0aaf41_jpg.rf.4a570c156b9fe3b903c4f019ee9b5b26.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/5f97f7b10b5a9509100520e0f0b2fabd8c0aaf41_jpg.rf.4a570c156b9fe3b903c4f019ee9b5b26.jpg new file mode 100644 index 0000000..40a82f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/5f97f7b10b5a9509100520e0f0b2fabd8c0aaf41_jpg.rf.4a570c156b9fe3b903c4f019ee9b5b26.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/5fbee223975d7e0baf8a7cfc1ddf9c093155ac58_jpg.rf.a231dc6cd8b7191a5599719697eed77c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/5fbee223975d7e0baf8a7cfc1ddf9c093155ac58_jpg.rf.a231dc6cd8b7191a5599719697eed77c.jpg new file mode 100644 index 0000000..3f2cf55 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/5fbee223975d7e0baf8a7cfc1ddf9c093155ac58_jpg.rf.a231dc6cd8b7191a5599719697eed77c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/600ebdf85de4e22422c3fbec6b936811_jpg.rf.bfeccd3173e2bbfb31acfe94d6b15c3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/600ebdf85de4e22422c3fbec6b936811_jpg.rf.bfeccd3173e2bbfb31acfe94d6b15c3d.jpg new file mode 100644 index 0000000..45e4537 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/600ebdf85de4e22422c3fbec6b936811_jpg.rf.bfeccd3173e2bbfb31acfe94d6b15c3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/608055788987a7b49f7fdb50592fb98d4543bcc5_jpg.rf.5e1d045fb7b91ebd1ae95d542e089004.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/608055788987a7b49f7fdb50592fb98d4543bcc5_jpg.rf.5e1d045fb7b91ebd1ae95d542e089004.jpg new file mode 100644 index 0000000..57cd2d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/608055788987a7b49f7fdb50592fb98d4543bcc5_jpg.rf.5e1d045fb7b91ebd1ae95d542e089004.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6088604e21721e6bab26ee743626c7972cc611d7_jpg.rf.c91326d98cdcd8aa66b3599e2f515078.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6088604e21721e6bab26ee743626c7972cc611d7_jpg.rf.c91326d98cdcd8aa66b3599e2f515078.jpg new file mode 100644 index 0000000..db6b740 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6088604e21721e6bab26ee743626c7972cc611d7_jpg.rf.c91326d98cdcd8aa66b3599e2f515078.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/60_jpg.rf.3506cabef20f3f7e8ae9978c4afb5dbb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/60_jpg.rf.3506cabef20f3f7e8ae9978c4afb5dbb.jpg new file mode 100644 index 0000000..761577f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/60_jpg.rf.3506cabef20f3f7e8ae9978c4afb5dbb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6150df8ed8423abdd91190c401260139df02868f_jpg.rf.2c8b041fe87409815fd93be9656023cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6150df8ed8423abdd91190c401260139df02868f_jpg.rf.2c8b041fe87409815fd93be9656023cb.jpg new file mode 100644 index 0000000..7ef5be8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6150df8ed8423abdd91190c401260139df02868f_jpg.rf.2c8b041fe87409815fd93be9656023cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/61_jpg.rf.439b78b7f4c49b60f9e7fcfd7b458f29.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/61_jpg.rf.439b78b7f4c49b60f9e7fcfd7b458f29.jpg new file mode 100644 index 0000000..279c851 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/61_jpg.rf.439b78b7f4c49b60f9e7fcfd7b458f29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/61_jpg.rf.69046d5d371d19de0ed97bb96c69d165.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/61_jpg.rf.69046d5d371d19de0ed97bb96c69d165.jpg new file mode 100644 index 0000000..6c5aa96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/61_jpg.rf.69046d5d371d19de0ed97bb96c69d165.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/61dbe9a4ffcd95b1ea587541b1e473342cb68314_jpg.rf.3002ff26ab4dbc1dadcffa179992a1c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/61dbe9a4ffcd95b1ea587541b1e473342cb68314_jpg.rf.3002ff26ab4dbc1dadcffa179992a1c4.jpg new file mode 100644 index 0000000..d2ab37f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/61dbe9a4ffcd95b1ea587541b1e473342cb68314_jpg.rf.3002ff26ab4dbc1dadcffa179992a1c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/62_jpg.rf.3bdf3331bc8b663413d6deaeecbdef08.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/62_jpg.rf.3bdf3331bc8b663413d6deaeecbdef08.jpg new file mode 100644 index 0000000..db31b46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/62_jpg.rf.3bdf3331bc8b663413d6deaeecbdef08.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/62_jpg.rf.820719096e502dd74a9e7fc23137bad8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/62_jpg.rf.820719096e502dd74a9e7fc23137bad8.jpg new file mode 100644 index 0000000..2ca1b8e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/62_jpg.rf.820719096e502dd74a9e7fc23137bad8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6317257f8e16416b614d7693a9055968f96316f6_jpg.rf.768757be2ec67ecb59d58f4493b4c6fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6317257f8e16416b614d7693a9055968f96316f6_jpg.rf.768757be2ec67ecb59d58f4493b4c6fe.jpg new file mode 100644 index 0000000..9f34b04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6317257f8e16416b614d7693a9055968f96316f6_jpg.rf.768757be2ec67ecb59d58f4493b4c6fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/63_jpg.rf.a71884c385cad3b3f2614fa97ca28556.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/63_jpg.rf.a71884c385cad3b3f2614fa97ca28556.jpg new file mode 100644 index 0000000..e02d858 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/63_jpg.rf.a71884c385cad3b3f2614fa97ca28556.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/63_jpg.rf.fc4184e7f4c3139a4bc642d818339dee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/63_jpg.rf.fc4184e7f4c3139a4bc642d818339dee.jpg new file mode 100644 index 0000000..670c8e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/63_jpg.rf.fc4184e7f4c3139a4bc642d818339dee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/642aa9f0aaac259dfd9c6211a1da563e58a7cad2_jpg.rf.c8270075d1f89d5239a97e337edd0443.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/642aa9f0aaac259dfd9c6211a1da563e58a7cad2_jpg.rf.c8270075d1f89d5239a97e337edd0443.jpg new file mode 100644 index 0000000..33ed15f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/642aa9f0aaac259dfd9c6211a1da563e58a7cad2_jpg.rf.c8270075d1f89d5239a97e337edd0443.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/646f1540b7426a82fcb0629f7c55ae062eaf0742_jpg.rf.b6120ea4f47d94b8bdc05f30cec79c2d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/646f1540b7426a82fcb0629f7c55ae062eaf0742_jpg.rf.b6120ea4f47d94b8bdc05f30cec79c2d.jpg new file mode 100644 index 0000000..0b49f22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/646f1540b7426a82fcb0629f7c55ae062eaf0742_jpg.rf.b6120ea4f47d94b8bdc05f30cec79c2d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/64_jpg.rf.9bb275e5e0396841e2024a68d3d6eb09.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/64_jpg.rf.9bb275e5e0396841e2024a68d3d6eb09.jpg new file mode 100644 index 0000000..3206f54 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/64_jpg.rf.9bb275e5e0396841e2024a68d3d6eb09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/64_jpg.rf.c994fcab3f197c0cc124a3b9b267b7a6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/64_jpg.rf.c994fcab3f197c0cc124a3b9b267b7a6.jpg new file mode 100644 index 0000000..6ec3736 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/64_jpg.rf.c994fcab3f197c0cc124a3b9b267b7a6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/658e34444ad2e0487d186fab468b407834acc909_jpg.rf.9edc91596989c9f516c87b50f38f62fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/658e34444ad2e0487d186fab468b407834acc909_jpg.rf.9edc91596989c9f516c87b50f38f62fd.jpg new file mode 100644 index 0000000..abc74b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/658e34444ad2e0487d186fab468b407834acc909_jpg.rf.9edc91596989c9f516c87b50f38f62fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/65_jpg.rf.bf114c905e19038cc34ec16a1257d93e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/65_jpg.rf.bf114c905e19038cc34ec16a1257d93e.jpg new file mode 100644 index 0000000..e973a5d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/65_jpg.rf.bf114c905e19038cc34ec16a1257d93e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/65_jpg.rf.dde9a0bf7986b9ba1cf734d3e546d8ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/65_jpg.rf.dde9a0bf7986b9ba1cf734d3e546d8ec.jpg new file mode 100644 index 0000000..4d5898e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/65_jpg.rf.dde9a0bf7986b9ba1cf734d3e546d8ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/66_jpg.rf.075fbbd58d0e99066df9a2a2e7fdb0ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/66_jpg.rf.075fbbd58d0e99066df9a2a2e7fdb0ea.jpg new file mode 100644 index 0000000..d22a232 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/66_jpg.rf.075fbbd58d0e99066df9a2a2e7fdb0ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/66_jpg.rf.e36f5498b7695a3edeb50e45c2b908f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/66_jpg.rf.e36f5498b7695a3edeb50e45c2b908f6.jpg new file mode 100644 index 0000000..1af3cb9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/66_jpg.rf.e36f5498b7695a3edeb50e45c2b908f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/66c942314064842b6b3b509d8116b71784b42a8b_jpg.rf.d6d0410f163fe16547aa502f74aca2f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/66c942314064842b6b3b509d8116b71784b42a8b_jpg.rf.d6d0410f163fe16547aa502f74aca2f1.jpg new file mode 100644 index 0000000..5ee0bf4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/66c942314064842b6b3b509d8116b71784b42a8b_jpg.rf.d6d0410f163fe16547aa502f74aca2f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/67_jpg.rf.2c0da5b30f613ad103ed3c05e30e6e95.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/67_jpg.rf.2c0da5b30f613ad103ed3c05e30e6e95.jpg new file mode 100644 index 0000000..8d25800 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/67_jpg.rf.2c0da5b30f613ad103ed3c05e30e6e95.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/67_jpg.rf.3af4291394eb48653cd505cbc5c26efc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/67_jpg.rf.3af4291394eb48653cd505cbc5c26efc.jpg new file mode 100644 index 0000000..6c006b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/67_jpg.rf.3af4291394eb48653cd505cbc5c26efc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/67b6a26e9c091a3fbfa516277f95a0eb2a42b213_jpg.rf.b43f58626c387724f1eddd70c66c0d4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/67b6a26e9c091a3fbfa516277f95a0eb2a42b213_jpg.rf.b43f58626c387724f1eddd70c66c0d4a.jpg new file mode 100644 index 0000000..e6995e7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/67b6a26e9c091a3fbfa516277f95a0eb2a42b213_jpg.rf.b43f58626c387724f1eddd70c66c0d4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/681c6aaf3bb95a0d68baa26bdc7e809f8bc62fa5_jpg.rf.08bb415861859bd84c5803646c025502.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/681c6aaf3bb95a0d68baa26bdc7e809f8bc62fa5_jpg.rf.08bb415861859bd84c5803646c025502.jpg new file mode 100644 index 0000000..37e82d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/681c6aaf3bb95a0d68baa26bdc7e809f8bc62fa5_jpg.rf.08bb415861859bd84c5803646c025502.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6837d108221c3e75fe44bf4a6c13f5b2c7f728b8_jpg.rf.22a670cb32f46ebf80dcc139669c9b37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6837d108221c3e75fe44bf4a6c13f5b2c7f728b8_jpg.rf.22a670cb32f46ebf80dcc139669c9b37.jpg new file mode 100644 index 0000000..0d2b846 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6837d108221c3e75fe44bf4a6c13f5b2c7f728b8_jpg.rf.22a670cb32f46ebf80dcc139669c9b37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/688aa023b645e146b3491cca938fd5fed747946e_jpg.rf.f2e766dafa0471246c8423ef95b2e012.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/688aa023b645e146b3491cca938fd5fed747946e_jpg.rf.f2e766dafa0471246c8423ef95b2e012.jpg new file mode 100644 index 0000000..2b1f4ad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/688aa023b645e146b3491cca938fd5fed747946e_jpg.rf.f2e766dafa0471246c8423ef95b2e012.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/68_jpg.rf.13b34801397c2f26cc45b2ec43ac442a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/68_jpg.rf.13b34801397c2f26cc45b2ec43ac442a.jpg new file mode 100644 index 0000000..5547502 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/68_jpg.rf.13b34801397c2f26cc45b2ec43ac442a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/68_jpg.rf.81061c83b5a09736e44e87a044258c5c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/68_jpg.rf.81061c83b5a09736e44e87a044258c5c.jpg new file mode 100644 index 0000000..85d55b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/68_jpg.rf.81061c83b5a09736e44e87a044258c5c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/68fbd17aa53aa0de809365d0812f520201f57c08_jpg.rf.d8616f1d8000d515c07ed1eff2e2744a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/68fbd17aa53aa0de809365d0812f520201f57c08_jpg.rf.d8616f1d8000d515c07ed1eff2e2744a.jpg new file mode 100644 index 0000000..8e3e461 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/68fbd17aa53aa0de809365d0812f520201f57c08_jpg.rf.d8616f1d8000d515c07ed1eff2e2744a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/69_jpg.rf.395ccbd5f2ded896a7af1b5fac4bd510.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/69_jpg.rf.395ccbd5f2ded896a7af1b5fac4bd510.jpg new file mode 100644 index 0000000..18e45e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/69_jpg.rf.395ccbd5f2ded896a7af1b5fac4bd510.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/69_jpg.rf.a6cfda57bd812d515bb72665a02500c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/69_jpg.rf.a6cfda57bd812d515bb72665a02500c9.jpg new file mode 100644 index 0000000..97cab0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/69_jpg.rf.a6cfda57bd812d515bb72665a02500c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6_jpg.rf.55b32488661273f41ad300d5da6b74c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6_jpg.rf.55b32488661273f41ad300d5da6b74c6.jpg new file mode 100644 index 0000000..ddb6211 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6_jpg.rf.55b32488661273f41ad300d5da6b74c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6_jpg.rf.567b4c79bd9c771054d0124501105395.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6_jpg.rf.567b4c79bd9c771054d0124501105395.jpg new file mode 100644 index 0000000..146861f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6_jpg.rf.567b4c79bd9c771054d0124501105395.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6b79e34e15e744cbe4620f36e406d7d7d3ce9033_jpg.rf.d330a4e21220d87cd68c6a1771913667.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6b79e34e15e744cbe4620f36e406d7d7d3ce9033_jpg.rf.d330a4e21220d87cd68c6a1771913667.jpg new file mode 100644 index 0000000..af40196 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6b79e34e15e744cbe4620f36e406d7d7d3ce9033_jpg.rf.d330a4e21220d87cd68c6a1771913667.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6dffeed92988ee809d49fb8e58e88392_jpg.rf.6fb89d8a60928514d56e0a7184e4b756.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6dffeed92988ee809d49fb8e58e88392_jpg.rf.6fb89d8a60928514d56e0a7184e4b756.jpg new file mode 100644 index 0000000..475ecad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6dffeed92988ee809d49fb8e58e88392_jpg.rf.6fb89d8a60928514d56e0a7184e4b756.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/6e17ef7edfe8c50ccd3bd9a3426edd2a23adf2fd_jpg.rf.69e0184eef4fb8c61669fcb3eef417a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/6e17ef7edfe8c50ccd3bd9a3426edd2a23adf2fd_jpg.rf.69e0184eef4fb8c61669fcb3eef417a7.jpg new file mode 100644 index 0000000..021ebac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/6e17ef7edfe8c50ccd3bd9a3426edd2a23adf2fd_jpg.rf.69e0184eef4fb8c61669fcb3eef417a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/704ed8bc6d6d1715243d69e0c07ce9c1da433339_jpg.rf.4e64ac89d68daa430cf2755320d830be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/704ed8bc6d6d1715243d69e0c07ce9c1da433339_jpg.rf.4e64ac89d68daa430cf2755320d830be.jpg new file mode 100644 index 0000000..5aabbda Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/704ed8bc6d6d1715243d69e0c07ce9c1da433339_jpg.rf.4e64ac89d68daa430cf2755320d830be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/70_jpg.rf.024668ac7194856f160e2ce93eb3425d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/70_jpg.rf.024668ac7194856f160e2ce93eb3425d.jpg new file mode 100644 index 0000000..3d35ef6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/70_jpg.rf.024668ac7194856f160e2ce93eb3425d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/70ad7d8ef6d6091155b69875377b24733b3fccb9_jpg.rf.aa2dffcf0111d6cc975152ea6f52b6c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/70ad7d8ef6d6091155b69875377b24733b3fccb9_jpg.rf.aa2dffcf0111d6cc975152ea6f52b6c2.jpg new file mode 100644 index 0000000..01cd181 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/70ad7d8ef6d6091155b69875377b24733b3fccb9_jpg.rf.aa2dffcf0111d6cc975152ea6f52b6c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/71_jpg.rf.6792b68324eed4bbbc5f21fb95d517db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/71_jpg.rf.6792b68324eed4bbbc5f21fb95d517db.jpg new file mode 100644 index 0000000..dbbbe50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/71_jpg.rf.6792b68324eed4bbbc5f21fb95d517db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/71_jpg.rf.a899b75fb969d413ab398274b6437e02.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/71_jpg.rf.a899b75fb969d413ab398274b6437e02.jpg new file mode 100644 index 0000000..a391cfb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/71_jpg.rf.a899b75fb969d413ab398274b6437e02.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/725bb353c6ab8f2663b779565356d8ed0f0d1321_jpg.rf.70a91993aaa2e1578b2fb794541f06ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/725bb353c6ab8f2663b779565356d8ed0f0d1321_jpg.rf.70a91993aaa2e1578b2fb794541f06ba.jpg new file mode 100644 index 0000000..cb7ce5d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/725bb353c6ab8f2663b779565356d8ed0f0d1321_jpg.rf.70a91993aaa2e1578b2fb794541f06ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/72_jpg.rf.6886b9c3f66eadb3d9bceef3a592ef3a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/72_jpg.rf.6886b9c3f66eadb3d9bceef3a592ef3a.jpg new file mode 100644 index 0000000..40c0570 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/72_jpg.rf.6886b9c3f66eadb3d9bceef3a592ef3a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/72_jpg.rf.f2002cfd7a94acf61d29389205c6ba23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/72_jpg.rf.f2002cfd7a94acf61d29389205c6ba23.jpg new file mode 100644 index 0000000..fcad128 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/72_jpg.rf.f2002cfd7a94acf61d29389205c6ba23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/73_jpg.rf.1ea0257d5fe77fcdb15d6e765cebfd90.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/73_jpg.rf.1ea0257d5fe77fcdb15d6e765cebfd90.jpg new file mode 100644 index 0000000..7e33260 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/73_jpg.rf.1ea0257d5fe77fcdb15d6e765cebfd90.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/73_jpg.rf.f9df66ed167371c89fdb818bd103d725.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/73_jpg.rf.f9df66ed167371c89fdb818bd103d725.jpg new file mode 100644 index 0000000..6acb4d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/73_jpg.rf.f9df66ed167371c89fdb818bd103d725.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/744c4ae170537a29bda40d49413940901bd868e1_jpg.rf.635570ce9e5ed23353fbf0f46da39cce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/744c4ae170537a29bda40d49413940901bd868e1_jpg.rf.635570ce9e5ed23353fbf0f46da39cce.jpg new file mode 100644 index 0000000..63e18dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/744c4ae170537a29bda40d49413940901bd868e1_jpg.rf.635570ce9e5ed23353fbf0f46da39cce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7460f2a000905453c23401701fdaa754_jpg.rf.d3375c468eafe0173746cce403111ace.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7460f2a000905453c23401701fdaa754_jpg.rf.d3375c468eafe0173746cce403111ace.jpg new file mode 100644 index 0000000..bce1e4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7460f2a000905453c23401701fdaa754_jpg.rf.d3375c468eafe0173746cce403111ace.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7493e8ef3afdeec927a187e639a2dd32a832eb2c_jpg.rf.6645c88f84e0bb6890033b352065a318.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7493e8ef3afdeec927a187e639a2dd32a832eb2c_jpg.rf.6645c88f84e0bb6890033b352065a318.jpg new file mode 100644 index 0000000..3ea9bef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7493e8ef3afdeec927a187e639a2dd32a832eb2c_jpg.rf.6645c88f84e0bb6890033b352065a318.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/74_jpg.rf.ca2632202abb8b0bd349af0ea2752a8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/74_jpg.rf.ca2632202abb8b0bd349af0ea2752a8c.jpg new file mode 100644 index 0000000..de66b2d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/74_jpg.rf.ca2632202abb8b0bd349af0ea2752a8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/74aed21f09e7aadbe29191852fb8c8973ebec269_jpg.rf.5715b1dea39cf8c8a87a9caa36698a2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/74aed21f09e7aadbe29191852fb8c8973ebec269_jpg.rf.5715b1dea39cf8c8a87a9caa36698a2e.jpg new file mode 100644 index 0000000..a5d7a53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/74aed21f09e7aadbe29191852fb8c8973ebec269_jpg.rf.5715b1dea39cf8c8a87a9caa36698a2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7591e1d05d6f3ee677da116393113ae2_jpg.rf.ff6a230b40ce979fc02e7c6dd90331ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7591e1d05d6f3ee677da116393113ae2_jpg.rf.ff6a230b40ce979fc02e7c6dd90331ee.jpg new file mode 100644 index 0000000..e9d9ea1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7591e1d05d6f3ee677da116393113ae2_jpg.rf.ff6a230b40ce979fc02e7c6dd90331ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/75_jpg.rf.d822476a87d55913031570be593e7b76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/75_jpg.rf.d822476a87d55913031570be593e7b76.jpg new file mode 100644 index 0000000..b213d98 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/75_jpg.rf.d822476a87d55913031570be593e7b76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/75_jpg.rf.e0b66738e71f53c330175b72ad464af4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/75_jpg.rf.e0b66738e71f53c330175b72ad464af4.jpg new file mode 100644 index 0000000..db37325 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/75_jpg.rf.e0b66738e71f53c330175b72ad464af4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/75c96877fa19468eca2f585492da9fdc59026489_jpg.rf.434849bfeed5278009c0bb9ccd4a09d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/75c96877fa19468eca2f585492da9fdc59026489_jpg.rf.434849bfeed5278009c0bb9ccd4a09d8.jpg new file mode 100644 index 0000000..13ffc7e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/75c96877fa19468eca2f585492da9fdc59026489_jpg.rf.434849bfeed5278009c0bb9ccd4a09d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7651d7c94f66e724a3a3fe18bc7e824b7036e32a_jpg.rf.130bb05270eb0741d46a2a31b25d4669.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7651d7c94f66e724a3a3fe18bc7e824b7036e32a_jpg.rf.130bb05270eb0741d46a2a31b25d4669.jpg new file mode 100644 index 0000000..7d922f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7651d7c94f66e724a3a3fe18bc7e824b7036e32a_jpg.rf.130bb05270eb0741d46a2a31b25d4669.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/76_jpg.rf.cb23daa078dcec2a3e06a41fdbdd7480.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/76_jpg.rf.cb23daa078dcec2a3e06a41fdbdd7480.jpg new file mode 100644 index 0000000..b214ab5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/76_jpg.rf.cb23daa078dcec2a3e06a41fdbdd7480.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/77_jpg.rf.0be73c60c73bbd46395bc146d35a41a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/77_jpg.rf.0be73c60c73bbd46395bc146d35a41a9.jpg new file mode 100644 index 0000000..6a08b3f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/77_jpg.rf.0be73c60c73bbd46395bc146d35a41a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/77_jpg.rf.3593c95d502b1c721498fc12b7d3e639.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/77_jpg.rf.3593c95d502b1c721498fc12b7d3e639.jpg new file mode 100644 index 0000000..950716c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/77_jpg.rf.3593c95d502b1c721498fc12b7d3e639.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/77e41de0bdd76cd375ce517e01d79b29_jpg.rf.5ff3e42943df0de2fa96ced4016e1b49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/77e41de0bdd76cd375ce517e01d79b29_jpg.rf.5ff3e42943df0de2fa96ced4016e1b49.jpg new file mode 100644 index 0000000..f2e01d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/77e41de0bdd76cd375ce517e01d79b29_jpg.rf.5ff3e42943df0de2fa96ced4016e1b49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/78_jpg.rf.9930fdaac36b249cf2ab28c0cdc5c4f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/78_jpg.rf.9930fdaac36b249cf2ab28c0cdc5c4f6.jpg new file mode 100644 index 0000000..0cdef84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/78_jpg.rf.9930fdaac36b249cf2ab28c0cdc5c4f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/78_jpg.rf.fcd4aab3ea74dc0b55f34a1daa94796a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/78_jpg.rf.fcd4aab3ea74dc0b55f34a1daa94796a.jpg new file mode 100644 index 0000000..f36bb76 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/78_jpg.rf.fcd4aab3ea74dc0b55f34a1daa94796a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/793ebcd57b9e5d36f4ff2b2603311f12081a4ab8_jpg.rf.2ae90d037238487fd112a8dec1ba376b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/793ebcd57b9e5d36f4ff2b2603311f12081a4ab8_jpg.rf.2ae90d037238487fd112a8dec1ba376b.jpg new file mode 100644 index 0000000..0a887e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/793ebcd57b9e5d36f4ff2b2603311f12081a4ab8_jpg.rf.2ae90d037238487fd112a8dec1ba376b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/79_jpg.rf.af0a0a1476033b99d5a259650e32a6a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/79_jpg.rf.af0a0a1476033b99d5a259650e32a6a0.jpg new file mode 100644 index 0000000..fa034db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/79_jpg.rf.af0a0a1476033b99d5a259650e32a6a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7_jpg.rf.83894bb4e938406f590299dececa7f8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7_jpg.rf.83894bb4e938406f590299dececa7f8b.jpg new file mode 100644 index 0000000..321a129 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7_jpg.rf.83894bb4e938406f590299dececa7f8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7_jpg.rf.b0e79c26489e07b5214ac962baefa8aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7_jpg.rf.b0e79c26489e07b5214ac962baefa8aa.jpg new file mode 100644 index 0000000..1d975a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7_jpg.rf.b0e79c26489e07b5214ac962baefa8aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7cd070c5d4659b5324ea4f683e6ea9d3_jpg.rf.07579c304130fd6663a2bb0eff3dd1d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7cd070c5d4659b5324ea4f683e6ea9d3_jpg.rf.07579c304130fd6663a2bb0eff3dd1d7.jpg new file mode 100644 index 0000000..62852df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7cd070c5d4659b5324ea4f683e6ea9d3_jpg.rf.07579c304130fd6663a2bb0eff3dd1d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/7f427c3e1f6d29cb0b34307f78894df7cf2d3866_jpg.rf.e95c491a589f7d4c7c6c61caad9b9372.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/7f427c3e1f6d29cb0b34307f78894df7cf2d3866_jpg.rf.e95c491a589f7d4c7c6c61caad9b9372.jpg new file mode 100644 index 0000000..58fa004 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/7f427c3e1f6d29cb0b34307f78894df7cf2d3866_jpg.rf.e95c491a589f7d4c7c6c61caad9b9372.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8039e5c96757bc2b88275f66edd3009ba531c01a_jpg.rf.6a31bda2ed902f26406bd7f42cf1aebf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8039e5c96757bc2b88275f66edd3009ba531c01a_jpg.rf.6a31bda2ed902f26406bd7f42cf1aebf.jpg new file mode 100644 index 0000000..8232d51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8039e5c96757bc2b88275f66edd3009ba531c01a_jpg.rf.6a31bda2ed902f26406bd7f42cf1aebf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/80_jpg.rf.9ad94aa427f64baca42259d04da0fa88.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/80_jpg.rf.9ad94aa427f64baca42259d04da0fa88.jpg new file mode 100644 index 0000000..c5f55ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/80_jpg.rf.9ad94aa427f64baca42259d04da0fa88.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/815575a8e2ae251846ff01a6872435e00826a1a3_jpg.rf.9af8c6a4e15b5a665b72e8f5b8779103.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/815575a8e2ae251846ff01a6872435e00826a1a3_jpg.rf.9af8c6a4e15b5a665b72e8f5b8779103.jpg new file mode 100644 index 0000000..8618b25 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/815575a8e2ae251846ff01a6872435e00826a1a3_jpg.rf.9af8c6a4e15b5a665b72e8f5b8779103.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/81_jpg.rf.41944b9a3b732f39680a7bb33c5b8916.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/81_jpg.rf.41944b9a3b732f39680a7bb33c5b8916.jpg new file mode 100644 index 0000000..be48371 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/81_jpg.rf.41944b9a3b732f39680a7bb33c5b8916.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/81_jpg.rf.d29809652eb10a85210117dfdbdfc75c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/81_jpg.rf.d29809652eb10a85210117dfdbdfc75c.jpg new file mode 100644 index 0000000..8b7f600 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/81_jpg.rf.d29809652eb10a85210117dfdbdfc75c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8209f261d369d687919b9cd33eded89c_jpg.rf.8f583867e4135cf62a26373d236319ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8209f261d369d687919b9cd33eded89c_jpg.rf.8f583867e4135cf62a26373d236319ed.jpg new file mode 100644 index 0000000..7a2a616 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8209f261d369d687919b9cd33eded89c_jpg.rf.8f583867e4135cf62a26373d236319ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/82_jpg.rf.790880ae5c04c9234b810aec820eb7e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/82_jpg.rf.790880ae5c04c9234b810aec820eb7e1.jpg new file mode 100644 index 0000000..8498365 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/82_jpg.rf.790880ae5c04c9234b810aec820eb7e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/82_jpg.rf.a3954ca014404b87b1fab0986531db2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/82_jpg.rf.a3954ca014404b87b1fab0986531db2a.jpg new file mode 100644 index 0000000..e6390cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/82_jpg.rf.a3954ca014404b87b1fab0986531db2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/83_jpg.rf.e4a62afb7f486ace702bc60673c38da6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/83_jpg.rf.e4a62afb7f486ace702bc60673c38da6.jpg new file mode 100644 index 0000000..4a65332 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/83_jpg.rf.e4a62afb7f486ace702bc60673c38da6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/83_jpg.rf.e55cb4c499b1d9999b7a90504b4430af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/83_jpg.rf.e55cb4c499b1d9999b7a90504b4430af.jpg new file mode 100644 index 0000000..7aadc96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/83_jpg.rf.e55cb4c499b1d9999b7a90504b4430af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/84_jpg.rf.7c53e12f64203f21fe8b5674e6f387c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/84_jpg.rf.7c53e12f64203f21fe8b5674e6f387c5.jpg new file mode 100644 index 0000000..4548b86 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/84_jpg.rf.7c53e12f64203f21fe8b5674e6f387c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8544183afbd3d48f1c898b4893079cc2da323610_jpg.rf.84678010e440fd2cdb7fb06f36a7630f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8544183afbd3d48f1c898b4893079cc2da323610_jpg.rf.84678010e440fd2cdb7fb06f36a7630f.jpg new file mode 100644 index 0000000..f6317eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8544183afbd3d48f1c898b4893079cc2da323610_jpg.rf.84678010e440fd2cdb7fb06f36a7630f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/85_jpg.rf.792f2e06ae607747f448957a5c9002b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/85_jpg.rf.792f2e06ae607747f448957a5c9002b5.jpg new file mode 100644 index 0000000..68f94f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/85_jpg.rf.792f2e06ae607747f448957a5c9002b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/85_jpg.rf.f694cff41634a89213c3c2c564782ff5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/85_jpg.rf.f694cff41634a89213c3c2c564782ff5.jpg new file mode 100644 index 0000000..a233e38 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/85_jpg.rf.f694cff41634a89213c3c2c564782ff5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/863583c4eafc94c41e5a83c8261f9d5430e0981f_jpg.rf.8394c2462f0b088074d6b5c00c8d0f63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/863583c4eafc94c41e5a83c8261f9d5430e0981f_jpg.rf.8394c2462f0b088074d6b5c00c8d0f63.jpg new file mode 100644 index 0000000..ea9e8d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/863583c4eafc94c41e5a83c8261f9d5430e0981f_jpg.rf.8394c2462f0b088074d6b5c00c8d0f63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/86_jpg.rf.04d306d3119a86762dbdc74919a0eb1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/86_jpg.rf.04d306d3119a86762dbdc74919a0eb1b.jpg new file mode 100644 index 0000000..87ad0b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/86_jpg.rf.04d306d3119a86762dbdc74919a0eb1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/86_jpg.rf.e13f8ca049911f7b2814bf8421b078e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/86_jpg.rf.e13f8ca049911f7b2814bf8421b078e5.jpg new file mode 100644 index 0000000..915788a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/86_jpg.rf.e13f8ca049911f7b2814bf8421b078e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/86a578a8453cc94f760fe8e2508447619563aaf5_jpg.rf.2f7806746435631977d5448bcb9d282d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/86a578a8453cc94f760fe8e2508447619563aaf5_jpg.rf.2f7806746435631977d5448bcb9d282d.jpg new file mode 100644 index 0000000..f8b989a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/86a578a8453cc94f760fe8e2508447619563aaf5_jpg.rf.2f7806746435631977d5448bcb9d282d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/87201030b6211bad8acc648554962909b1911c3f_jpg.rf.b27cbd8e3741128f06825b3239f56b4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/87201030b6211bad8acc648554962909b1911c3f_jpg.rf.b27cbd8e3741128f06825b3239f56b4f.jpg new file mode 100644 index 0000000..22e9450 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/87201030b6211bad8acc648554962909b1911c3f_jpg.rf.b27cbd8e3741128f06825b3239f56b4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/87_jpg.rf.6df17cc7b952c02ee8363380992d5170.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/87_jpg.rf.6df17cc7b952c02ee8363380992d5170.jpg new file mode 100644 index 0000000..933d0f7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/87_jpg.rf.6df17cc7b952c02ee8363380992d5170.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/87_jpg.rf.be8a27439a78caed0df134d94cb35c49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/87_jpg.rf.be8a27439a78caed0df134d94cb35c49.jpg new file mode 100644 index 0000000..71f84fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/87_jpg.rf.be8a27439a78caed0df134d94cb35c49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/87f7cb79c1279a4326b0f59861917320ca5130d9_jpg.rf.309e2b1ba85624c92928b231743a43cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/87f7cb79c1279a4326b0f59861917320ca5130d9_jpg.rf.309e2b1ba85624c92928b231743a43cc.jpg new file mode 100644 index 0000000..7cea677 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/87f7cb79c1279a4326b0f59861917320ca5130d9_jpg.rf.309e2b1ba85624c92928b231743a43cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/88_jpg.rf.6f45a2e86e4fdd11f4d705e7e158dec6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/88_jpg.rf.6f45a2e86e4fdd11f4d705e7e158dec6.jpg new file mode 100644 index 0000000..635045a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/88_jpg.rf.6f45a2e86e4fdd11f4d705e7e158dec6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/88_png_jpg.rf.51bb17a7fdf483f7e3ce148a2f0f6f9a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/88_png_jpg.rf.51bb17a7fdf483f7e3ce148a2f0f6f9a.jpg new file mode 100644 index 0000000..ab5bcb0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/88_png_jpg.rf.51bb17a7fdf483f7e3ce148a2f0f6f9a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/88fb1837a72c35b6335704f72bacee590504f43e_jpg.rf.5447a3d3818975bdecc96205497280de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/88fb1837a72c35b6335704f72bacee590504f43e_jpg.rf.5447a3d3818975bdecc96205497280de.jpg new file mode 100644 index 0000000..72eb930 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/88fb1837a72c35b6335704f72bacee590504f43e_jpg.rf.5447a3d3818975bdecc96205497280de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/89053b8c26445d11975d4dccf7d48b03470e1fc0_jpg.rf.2f9fc53aac9774a46b8384adb1cfb90b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/89053b8c26445d11975d4dccf7d48b03470e1fc0_jpg.rf.2f9fc53aac9774a46b8384adb1cfb90b.jpg new file mode 100644 index 0000000..1dd48cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/89053b8c26445d11975d4dccf7d48b03470e1fc0_jpg.rf.2f9fc53aac9774a46b8384adb1cfb90b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/89_jpg.rf.7d62722ed489c566129d6156333351ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/89_jpg.rf.7d62722ed489c566129d6156333351ea.jpg new file mode 100644 index 0000000..bda85f9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/89_jpg.rf.7d62722ed489c566129d6156333351ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/89_jpg.rf.efa1ab03e03b9d4fc0c06bc285523249.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/89_jpg.rf.efa1ab03e03b9d4fc0c06bc285523249.jpg new file mode 100644 index 0000000..16739f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/89_jpg.rf.efa1ab03e03b9d4fc0c06bc285523249.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8_jpg.rf.27316a75c245b3ecf52d437442aaf623.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8_jpg.rf.27316a75c245b3ecf52d437442aaf623.jpg new file mode 100644 index 0000000..3fa326b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8_jpg.rf.27316a75c245b3ecf52d437442aaf623.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8_jpg.rf.ef03bf31bc05a73429430d02f955b3de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8_jpg.rf.ef03bf31bc05a73429430d02f955b3de.jpg new file mode 100644 index 0000000..4aa7897 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8_jpg.rf.ef03bf31bc05a73429430d02f955b3de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8a046ad13011f85a7937696dbb40952c_jpg.rf.8afa0c0136b819d8a0552c013f6f3ade.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8a046ad13011f85a7937696dbb40952c_jpg.rf.8afa0c0136b819d8a0552c013f6f3ade.jpg new file mode 100644 index 0000000..a51ac29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8a046ad13011f85a7937696dbb40952c_jpg.rf.8afa0c0136b819d8a0552c013f6f3ade.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8d89b208d17039452ffbc2125194466a41172159_jpg.rf.98e626cef2f2203534d2f00aa91e8747.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8d89b208d17039452ffbc2125194466a41172159_jpg.rf.98e626cef2f2203534d2f00aa91e8747.jpg new file mode 100644 index 0000000..35b0973 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8d89b208d17039452ffbc2125194466a41172159_jpg.rf.98e626cef2f2203534d2f00aa91e8747.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8e83e330e9ae55b69e9bc58f13eb1e1c9bb4b0ed_jpg.rf.b27e71f9d6e0d7b9e1e8ca6d3d29885c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8e83e330e9ae55b69e9bc58f13eb1e1c9bb4b0ed_jpg.rf.b27e71f9d6e0d7b9e1e8ca6d3d29885c.jpg new file mode 100644 index 0000000..3f9899a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8e83e330e9ae55b69e9bc58f13eb1e1c9bb4b0ed_jpg.rf.b27e71f9d6e0d7b9e1e8ca6d3d29885c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8f5c4c73c8fbf6b9ed1ab6a09dbabb4a7fc4561c_jpg.rf.f94210124119ac1da078ee3d0180f4b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8f5c4c73c8fbf6b9ed1ab6a09dbabb4a7fc4561c_jpg.rf.f94210124119ac1da078ee3d0180f4b7.jpg new file mode 100644 index 0000000..efca77c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8f5c4c73c8fbf6b9ed1ab6a09dbabb4a7fc4561c_jpg.rf.f94210124119ac1da078ee3d0180f4b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/8fda7b8f48fda5fc523bf159dc8d45e5_jpg.rf.ce0fc974551f26dbab55d942d647d9cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/8fda7b8f48fda5fc523bf159dc8d45e5_jpg.rf.ce0fc974551f26dbab55d942d647d9cf.jpg new file mode 100644 index 0000000..fd9d252 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/8fda7b8f48fda5fc523bf159dc8d45e5_jpg.rf.ce0fc974551f26dbab55d942d647d9cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9063503f1f4b88e176b63f0d0338be8e72e03078_jpg.rf.307dc6e1cac50c807cb0856549598eaf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9063503f1f4b88e176b63f0d0338be8e72e03078_jpg.rf.307dc6e1cac50c807cb0856549598eaf.jpg new file mode 100644 index 0000000..dbd3c68 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9063503f1f4b88e176b63f0d0338be8e72e03078_jpg.rf.307dc6e1cac50c807cb0856549598eaf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/90_jpg.rf.24afa09b7dcab8b089a0d4c908d45e59.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/90_jpg.rf.24afa09b7dcab8b089a0d4c908d45e59.jpg new file mode 100644 index 0000000..56b665d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/90_jpg.rf.24afa09b7dcab8b089a0d4c908d45e59.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/90_jpg.rf.565596fc8479354dc7ed1a1065886117.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/90_jpg.rf.565596fc8479354dc7ed1a1065886117.jpg new file mode 100644 index 0000000..b5e5dc4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/90_jpg.rf.565596fc8479354dc7ed1a1065886117.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/90a25dc69f42ffdeeaf3900a9d8565250b2932bc_jpg.rf.ae3dff03b4096faac189b25b3a96792a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/90a25dc69f42ffdeeaf3900a9d8565250b2932bc_jpg.rf.ae3dff03b4096faac189b25b3a96792a.jpg new file mode 100644 index 0000000..4c1182a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/90a25dc69f42ffdeeaf3900a9d8565250b2932bc_jpg.rf.ae3dff03b4096faac189b25b3a96792a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9108fbd65d1008f48edc34966e3ec8fae7a9f2d0_jpg.rf.457cf338a0f861e3c90ac837091aa946.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9108fbd65d1008f48edc34966e3ec8fae7a9f2d0_jpg.rf.457cf338a0f861e3c90ac837091aa946.jpg new file mode 100644 index 0000000..e73e76d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9108fbd65d1008f48edc34966e3ec8fae7a9f2d0_jpg.rf.457cf338a0f861e3c90ac837091aa946.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/91_jpg.rf.2d9301c8764121e6ecea5db6f8d30638.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/91_jpg.rf.2d9301c8764121e6ecea5db6f8d30638.jpg new file mode 100644 index 0000000..e80b81d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/91_jpg.rf.2d9301c8764121e6ecea5db6f8d30638.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/91_jpg.rf.e84d1680b1aa50cd411c5b7f6a88707a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/91_jpg.rf.e84d1680b1aa50cd411c5b7f6a88707a.jpg new file mode 100644 index 0000000..d7c7ddc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/91_jpg.rf.e84d1680b1aa50cd411c5b7f6a88707a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/927630693bf38d32dec482d947846cc64179de61_jpg.rf.fe3ae6d925a604cc43b688af12f8e053.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/927630693bf38d32dec482d947846cc64179de61_jpg.rf.fe3ae6d925a604cc43b688af12f8e053.jpg new file mode 100644 index 0000000..f558a5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/927630693bf38d32dec482d947846cc64179de61_jpg.rf.fe3ae6d925a604cc43b688af12f8e053.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/92854874e957cc6432029d7b14beb8c083fb5543_jpg.rf.dc048f3da3aa3074e9b12ea3383ad3db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/92854874e957cc6432029d7b14beb8c083fb5543_jpg.rf.dc048f3da3aa3074e9b12ea3383ad3db.jpg new file mode 100644 index 0000000..056407f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/92854874e957cc6432029d7b14beb8c083fb5543_jpg.rf.dc048f3da3aa3074e9b12ea3383ad3db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/92_jpg.rf.7e97e551975d9b4d508a4f18d65ab93f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/92_jpg.rf.7e97e551975d9b4d508a4f18d65ab93f.jpg new file mode 100644 index 0000000..9e805ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/92_jpg.rf.7e97e551975d9b4d508a4f18d65ab93f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/92_jpg.rf.a49fb8266de2a32602f5b973aa325517.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/92_jpg.rf.a49fb8266de2a32602f5b973aa325517.jpg new file mode 100644 index 0000000..b19fa48 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/92_jpg.rf.a49fb8266de2a32602f5b973aa325517.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9331e5d966ae76dab777ce07904583b1c13d0466_jpg.rf.830552986dbc259dcd4383827c8abce1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9331e5d966ae76dab777ce07904583b1c13d0466_jpg.rf.830552986dbc259dcd4383827c8abce1.jpg new file mode 100644 index 0000000..2cd72b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9331e5d966ae76dab777ce07904583b1c13d0466_jpg.rf.830552986dbc259dcd4383827c8abce1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/93_jpg.rf.970590b78930e05dd558b9b1fd9536a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/93_jpg.rf.970590b78930e05dd558b9b1fd9536a0.jpg new file mode 100644 index 0000000..5c9581a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/93_jpg.rf.970590b78930e05dd558b9b1fd9536a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/947848012b862f374509f119d2e45f9898733056_jpg.rf.eedc4f3518e8bd5a2982a4d3264f5353.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/947848012b862f374509f119d2e45f9898733056_jpg.rf.eedc4f3518e8bd5a2982a4d3264f5353.jpg new file mode 100644 index 0000000..d5a8fb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/947848012b862f374509f119d2e45f9898733056_jpg.rf.eedc4f3518e8bd5a2982a4d3264f5353.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/94_jpg.rf.76df26177da7d8f5f44ac11464b6f483.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/94_jpg.rf.76df26177da7d8f5f44ac11464b6f483.jpg new file mode 100644 index 0000000..2f8e751 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/94_jpg.rf.76df26177da7d8f5f44ac11464b6f483.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/94_jpg.rf.7c84b467e86536cf690b355bcca3c61b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/94_jpg.rf.7c84b467e86536cf690b355bcca3c61b.jpg new file mode 100644 index 0000000..e28e701 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/94_jpg.rf.7c84b467e86536cf690b355bcca3c61b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/94b0338d536d10db62cbca802962f20916a6f141_jpg.rf.4e768b50a1e07ca1ff8091d10d1507d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/94b0338d536d10db62cbca802962f20916a6f141_jpg.rf.4e768b50a1e07ca1ff8091d10d1507d8.jpg new file mode 100644 index 0000000..7921667 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/94b0338d536d10db62cbca802962f20916a6f141_jpg.rf.4e768b50a1e07ca1ff8091d10d1507d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/95055ba78c4232a25918482b264ce366_jpg.rf.52c2abde488108d927c2b8d130bc513a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/95055ba78c4232a25918482b264ce366_jpg.rf.52c2abde488108d927c2b8d130bc513a.jpg new file mode 100644 index 0000000..5be8065 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/95055ba78c4232a25918482b264ce366_jpg.rf.52c2abde488108d927c2b8d130bc513a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/95_jpg.rf.1576cdae46c7c2bc80229730ca43d3cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/95_jpg.rf.1576cdae46c7c2bc80229730ca43d3cd.jpg new file mode 100644 index 0000000..eb4e772 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/95_jpg.rf.1576cdae46c7c2bc80229730ca43d3cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/95_jpg.rf.b6b5f01b54c08fcf0d92a165f3219171.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/95_jpg.rf.b6b5f01b54c08fcf0d92a165f3219171.jpg new file mode 100644 index 0000000..b723ad9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/95_jpg.rf.b6b5f01b54c08fcf0d92a165f3219171.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/95b3b30443ec86172afb25d63c19ce76180073c2_jpg.rf.eb8189a910811e6a45cf131e6c73e61c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/95b3b30443ec86172afb25d63c19ce76180073c2_jpg.rf.eb8189a910811e6a45cf131e6c73e61c.jpg new file mode 100644 index 0000000..d31e571 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/95b3b30443ec86172afb25d63c19ce76180073c2_jpg.rf.eb8189a910811e6a45cf131e6c73e61c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/968336f792ec9c0991e1d405807c0ae20b6582bf_jpg.rf.c6662ab75dc4243ec02bb2f08c2e5b27.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/968336f792ec9c0991e1d405807c0ae20b6582bf_jpg.rf.c6662ab75dc4243ec02bb2f08c2e5b27.jpg new file mode 100644 index 0000000..bfe62cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/968336f792ec9c0991e1d405807c0ae20b6582bf_jpg.rf.c6662ab75dc4243ec02bb2f08c2e5b27.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/96_jpg.rf.b1ef5ee77dd2743fbd0eda979db15165.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/96_jpg.rf.b1ef5ee77dd2743fbd0eda979db15165.jpg new file mode 100644 index 0000000..4960ba5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/96_jpg.rf.b1ef5ee77dd2743fbd0eda979db15165.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/96_jpg.rf.f25c7dff6f9e6b9b6ccf682c267fddb1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/96_jpg.rf.f25c7dff6f9e6b9b6ccf682c267fddb1.jpg new file mode 100644 index 0000000..6de3b67 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/96_jpg.rf.f25c7dff6f9e6b9b6ccf682c267fddb1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/977c8319261aa034d736a088c29caf136d7cf2f1_jpg.rf.046c488939061632d3c0fcfcabdb40b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/977c8319261aa034d736a088c29caf136d7cf2f1_jpg.rf.046c488939061632d3c0fcfcabdb40b8.jpg new file mode 100644 index 0000000..47753cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/977c8319261aa034d736a088c29caf136d7cf2f1_jpg.rf.046c488939061632d3c0fcfcabdb40b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/977d24b314a1e22c9ef51f6b5cc8fb02b0e9a504_jpg.rf.024be8f9432bab1c80356fabbe5e5387.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/977d24b314a1e22c9ef51f6b5cc8fb02b0e9a504_jpg.rf.024be8f9432bab1c80356fabbe5e5387.jpg new file mode 100644 index 0000000..5ab5c06 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/977d24b314a1e22c9ef51f6b5cc8fb02b0e9a504_jpg.rf.024be8f9432bab1c80356fabbe5e5387.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/97_jpg.rf.17a19520d2cb333230329063795e4782.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/97_jpg.rf.17a19520d2cb333230329063795e4782.jpg new file mode 100644 index 0000000..360d35f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/97_jpg.rf.17a19520d2cb333230329063795e4782.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/97_jpg.rf.f6d4566c3bd8a81121aac38ee431539e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/97_jpg.rf.f6d4566c3bd8a81121aac38ee431539e.jpg new file mode 100644 index 0000000..a9cf2ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/97_jpg.rf.f6d4566c3bd8a81121aac38ee431539e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/98_jpg.rf.427f7e3dea41e3a3626b4d1807958907.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/98_jpg.rf.427f7e3dea41e3a3626b4d1807958907.jpg new file mode 100644 index 0000000..20e8fed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/98_jpg.rf.427f7e3dea41e3a3626b4d1807958907.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/98_jpg.rf.e672218f585a886bbf83fb2c6c43035f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/98_jpg.rf.e672218f585a886bbf83fb2c6c43035f.jpg new file mode 100644 index 0000000..a7d129b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/98_jpg.rf.e672218f585a886bbf83fb2c6c43035f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/99_jpg.rf.5d2aae8d1ed6a5ccd1978b9e981d0c37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/99_jpg.rf.5d2aae8d1ed6a5ccd1978b9e981d0c37.jpg new file mode 100644 index 0000000..fde3c28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/99_jpg.rf.5d2aae8d1ed6a5ccd1978b9e981d0c37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/99_jpg.rf.97bc2248aea2d6d59bf29097ea60086e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/99_jpg.rf.97bc2248aea2d6d59bf29097ea60086e.jpg new file mode 100644 index 0000000..0eebb82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/99_jpg.rf.97bc2248aea2d6d59bf29097ea60086e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/99b1136a8f755e7dc43066de7469e7489e272bdf_jpg.rf.dbea1797b6fe283bcf32be5d99fcbbe8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/99b1136a8f755e7dc43066de7469e7489e272bdf_jpg.rf.dbea1797b6fe283bcf32be5d99fcbbe8.jpg new file mode 100644 index 0000000..a91e0e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/99b1136a8f755e7dc43066de7469e7489e272bdf_jpg.rf.dbea1797b6fe283bcf32be5d99fcbbe8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9_jpg.rf.7576b1992f859884d2f0878b9ce3cc15.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9_jpg.rf.7576b1992f859884d2f0878b9ce3cc15.jpg new file mode 100644 index 0000000..65da5a1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9_jpg.rf.7576b1992f859884d2f0878b9ce3cc15.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9_jpg.rf.a89b50f4a9af6e81b1fb909ccb718996.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9_jpg.rf.a89b50f4a9af6e81b1fb909ccb718996.jpg new file mode 100644 index 0000000..9c03bf6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9_jpg.rf.a89b50f4a9af6e81b1fb909ccb718996.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9a3c5e755f8aabae999f47c631bda8c7cf5d7e07_jpg.rf.b08523cca79e8d10cd6ed0148761e509.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9a3c5e755f8aabae999f47c631bda8c7cf5d7e07_jpg.rf.b08523cca79e8d10cd6ed0148761e509.jpg new file mode 100644 index 0000000..33a5936 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9a3c5e755f8aabae999f47c631bda8c7cf5d7e07_jpg.rf.b08523cca79e8d10cd6ed0148761e509.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9c5458736e808316b9757e84398850d1994db697_jpg.rf.072120b0e45be572a705fd37079ad2a4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9c5458736e808316b9757e84398850d1994db697_jpg.rf.072120b0e45be572a705fd37079ad2a4.jpg new file mode 100644 index 0000000..fa11d25 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9c5458736e808316b9757e84398850d1994db697_jpg.rf.072120b0e45be572a705fd37079ad2a4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/9cd3a4c79350968817a6146c5ba6bfec5c780b8a_jpg.rf.f216952e821301637ddd12d65643e834.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/9cd3a4c79350968817a6146c5ba6bfec5c780b8a_jpg.rf.f216952e821301637ddd12d65643e834.jpg new file mode 100644 index 0000000..396dd09 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/9cd3a4c79350968817a6146c5ba6bfec5c780b8a_jpg.rf.f216952e821301637ddd12d65643e834.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-1-_jpg.rf.da2812901bc6fb7be88321948e01fff4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-1-_jpg.rf.da2812901bc6fb7be88321948e01fff4.jpg new file mode 100644 index 0000000..1af49dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-1-_jpg.rf.da2812901bc6fb7be88321948e01fff4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-101-_jpg.rf.4bd98c35032468370c61638dfd0e1286.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-101-_jpg.rf.4bd98c35032468370c61638dfd0e1286.jpg new file mode 100644 index 0000000..de42765 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-101-_jpg.rf.4bd98c35032468370c61638dfd0e1286.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-103-_jpg.rf.d297f37383b6405e70cd94af7198c13e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-103-_jpg.rf.d297f37383b6405e70cd94af7198c13e.jpg new file mode 100644 index 0000000..220ada8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-103-_jpg.rf.d297f37383b6405e70cd94af7198c13e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-105-_jpg.rf.d3e8675f3b87b05f5ce297cc55ec2fa2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-105-_jpg.rf.d3e8675f3b87b05f5ce297cc55ec2fa2.jpg new file mode 100644 index 0000000..ddec372 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-105-_jpg.rf.d3e8675f3b87b05f5ce297cc55ec2fa2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-110-_jpg.rf.5b499803bebaef263682f56d0efbcdf7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-110-_jpg.rf.5b499803bebaef263682f56d0efbcdf7.jpg new file mode 100644 index 0000000..9dc9f10 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-110-_jpg.rf.5b499803bebaef263682f56d0efbcdf7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-111-_jpg.rf.f3cdc57732a89444f2e5b71341802750.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-111-_jpg.rf.f3cdc57732a89444f2e5b71341802750.jpg new file mode 100644 index 0000000..112f502 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-111-_jpg.rf.f3cdc57732a89444f2e5b71341802750.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-112-_jpg.rf.44bbe5f3a632c45a8cf9dcca90882d58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-112-_jpg.rf.44bbe5f3a632c45a8cf9dcca90882d58.jpg new file mode 100644 index 0000000..0e42c71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-112-_jpg.rf.44bbe5f3a632c45a8cf9dcca90882d58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-113-_jpg.rf.a0426d4cfe81e14bf1e32c512800d533.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-113-_jpg.rf.a0426d4cfe81e14bf1e32c512800d533.jpg new file mode 100644 index 0000000..1e97481 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-113-_jpg.rf.a0426d4cfe81e14bf1e32c512800d533.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-114-_jpg.rf.c9120f4355cc74bb6a18e9881066ea77.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-114-_jpg.rf.c9120f4355cc74bb6a18e9881066ea77.jpg new file mode 100644 index 0000000..a56d6a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-114-_jpg.rf.c9120f4355cc74bb6a18e9881066ea77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-116-_jpg.rf.7f699d75d4f908c6e622e45af97bae8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-116-_jpg.rf.7f699d75d4f908c6e622e45af97bae8b.jpg new file mode 100644 index 0000000..5995ae9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-116-_jpg.rf.7f699d75d4f908c6e622e45af97bae8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-12-_jpg.rf.752ae49d9d9431cf6eacec4e8360ada1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-12-_jpg.rf.752ae49d9d9431cf6eacec4e8360ada1.jpg new file mode 100644 index 0000000..7eba27d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-12-_jpg.rf.752ae49d9d9431cf6eacec4e8360ada1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-120-_jpg.rf.cd6601beda1530430a44a103112560a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-120-_jpg.rf.cd6601beda1530430a44a103112560a1.jpg new file mode 100644 index 0000000..c65a12c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-120-_jpg.rf.cd6601beda1530430a44a103112560a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-121-_jpg.rf.fab5a62613f407bede5297136af206b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-121-_jpg.rf.fab5a62613f407bede5297136af206b8.jpg new file mode 100644 index 0000000..fa369c3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-121-_jpg.rf.fab5a62613f407bede5297136af206b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-122-_jpg.rf.c9ce3b4509682f55d27fbebb66cbd573.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-122-_jpg.rf.c9ce3b4509682f55d27fbebb66cbd573.jpg new file mode 100644 index 0000000..1e81bd5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-122-_jpg.rf.c9ce3b4509682f55d27fbebb66cbd573.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-123-_jpg.rf.e2eb167044aa882f02cd8d9d51d9357c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-123-_jpg.rf.e2eb167044aa882f02cd8d9d51d9357c.jpg new file mode 100644 index 0000000..bc84195 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-123-_jpg.rf.e2eb167044aa882f02cd8d9d51d9357c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-124-_jpg.rf.ef5796325d91ef5b2875e8732d4f0c78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-124-_jpg.rf.ef5796325d91ef5b2875e8732d4f0c78.jpg new file mode 100644 index 0000000..a8cc15c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-124-_jpg.rf.ef5796325d91ef5b2875e8732d4f0c78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-125-_jpg.rf.34148475e88ead78cb7936060becf363.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-125-_jpg.rf.34148475e88ead78cb7936060becf363.jpg new file mode 100644 index 0000000..cfe3a64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-125-_jpg.rf.34148475e88ead78cb7936060becf363.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-127-_jpg.rf.2de10bda762f589948ef4a8689e6ffd9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-127-_jpg.rf.2de10bda762f589948ef4a8689e6ffd9.jpg new file mode 100644 index 0000000..512fd96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-127-_jpg.rf.2de10bda762f589948ef4a8689e6ffd9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-13-_jpg.rf.8d52dc5e733b68670df10fdc5b71b899.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-13-_jpg.rf.8d52dc5e733b68670df10fdc5b71b899.jpg new file mode 100644 index 0000000..d8e23ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-13-_jpg.rf.8d52dc5e733b68670df10fdc5b71b899.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-130-_jpg.rf.50982d4be44d02287310f120ca465381.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-130-_jpg.rf.50982d4be44d02287310f120ca465381.jpg new file mode 100644 index 0000000..ad98b0a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-130-_jpg.rf.50982d4be44d02287310f120ca465381.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-135-_jpg.rf.00dca1b84650a611599fd755f7553e02.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-135-_jpg.rf.00dca1b84650a611599fd755f7553e02.jpg new file mode 100644 index 0000000..71f3c20 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-135-_jpg.rf.00dca1b84650a611599fd755f7553e02.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-140-_jpg.rf.08e54d306ef619254883112bfe09c4f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-140-_jpg.rf.08e54d306ef619254883112bfe09c4f7.jpg new file mode 100644 index 0000000..3646684 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-140-_jpg.rf.08e54d306ef619254883112bfe09c4f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-141-_jpg.rf.b9efa94622c0be1f808e72dda05d2fee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-141-_jpg.rf.b9efa94622c0be1f808e72dda05d2fee.jpg new file mode 100644 index 0000000..4d72b57 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-141-_jpg.rf.b9efa94622c0be1f808e72dda05d2fee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-144-_jpg.rf.a4e620a048a73571a18af5fdeab18f85.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-144-_jpg.rf.a4e620a048a73571a18af5fdeab18f85.jpg new file mode 100644 index 0000000..fe53f6e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-144-_jpg.rf.a4e620a048a73571a18af5fdeab18f85.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-145-_jpg.rf.4405f6eb67308836aa3ee2828626d093.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-145-_jpg.rf.4405f6eb67308836aa3ee2828626d093.jpg new file mode 100644 index 0000000..06566ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-145-_jpg.rf.4405f6eb67308836aa3ee2828626d093.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-146-_jpg.rf.32098c0e6119d50a6e91b8cccb948cd0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-146-_jpg.rf.32098c0e6119d50a6e91b8cccb948cd0.jpg new file mode 100644 index 0000000..d37c78d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-146-_jpg.rf.32098c0e6119d50a6e91b8cccb948cd0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-147-_jpg.rf.b97454f4b353a49c8cf3785ac83675e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-147-_jpg.rf.b97454f4b353a49c8cf3785ac83675e7.jpg new file mode 100644 index 0000000..2e2fd39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-147-_jpg.rf.b97454f4b353a49c8cf3785ac83675e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-149-_jpg.rf.5692064220bc6115e060577d0a5e5b1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-149-_jpg.rf.5692064220bc6115e060577d0a5e5b1f.jpg new file mode 100644 index 0000000..1d12364 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-149-_jpg.rf.5692064220bc6115e060577d0a5e5b1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-15-_jpg.rf.1ebe9afaf797b443ca757d2cf1f58be8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-15-_jpg.rf.1ebe9afaf797b443ca757d2cf1f58be8.jpg new file mode 100644 index 0000000..230b973 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-15-_jpg.rf.1ebe9afaf797b443ca757d2cf1f58be8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-150-_jpg.rf.9ece0e40898556b5b4a2d68f72823b53.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-150-_jpg.rf.9ece0e40898556b5b4a2d68f72823b53.jpg new file mode 100644 index 0000000..58f0ac0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-150-_jpg.rf.9ece0e40898556b5b4a2d68f72823b53.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-151-_jpg.rf.f8964a216c9c8e07da9e210085b0fc7e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-151-_jpg.rf.f8964a216c9c8e07da9e210085b0fc7e.jpg new file mode 100644 index 0000000..e66bc39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-151-_jpg.rf.f8964a216c9c8e07da9e210085b0fc7e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-152-_jpg.rf.ab9bcfcfa031d8363b3ca1d9c67af975.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-152-_jpg.rf.ab9bcfcfa031d8363b3ca1d9c67af975.jpg new file mode 100644 index 0000000..a6aebd1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-152-_jpg.rf.ab9bcfcfa031d8363b3ca1d9c67af975.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-154-_jpg.rf.8c7050926277a886e79ee476d0318e6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-154-_jpg.rf.8c7050926277a886e79ee476d0318e6c.jpg new file mode 100644 index 0000000..f7a255f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-154-_jpg.rf.8c7050926277a886e79ee476d0318e6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-155-_jpg.rf.e31ffcbddc254142f536b97ccd42d71a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-155-_jpg.rf.e31ffcbddc254142f536b97ccd42d71a.jpg new file mode 100644 index 0000000..6050588 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-155-_jpg.rf.e31ffcbddc254142f536b97ccd42d71a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-157-_jpg.rf.d5e05d1670c26e99309e00e80b94f0cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-157-_jpg.rf.d5e05d1670c26e99309e00e80b94f0cf.jpg new file mode 100644 index 0000000..83be306 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-157-_jpg.rf.d5e05d1670c26e99309e00e80b94f0cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-158-_jpg.rf.5d372546f241884da03ac9b92500d8b9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-158-_jpg.rf.5d372546f241884da03ac9b92500d8b9.jpg new file mode 100644 index 0000000..3df62ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-158-_jpg.rf.5d372546f241884da03ac9b92500d8b9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-159-_jpg.rf.afa43ce60f8ee613eaa43ba67e8ae953.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-159-_jpg.rf.afa43ce60f8ee613eaa43ba67e8ae953.jpg new file mode 100644 index 0000000..c316f7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-159-_jpg.rf.afa43ce60f8ee613eaa43ba67e8ae953.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-16-_jpg.rf.11f8305f8641565095aad2895c57b77d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-16-_jpg.rf.11f8305f8641565095aad2895c57b77d.jpg new file mode 100644 index 0000000..adf20de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-16-_jpg.rf.11f8305f8641565095aad2895c57b77d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-160-_jpg.rf.0d47f54a68a51e867e90ca1725b380f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-160-_jpg.rf.0d47f54a68a51e867e90ca1725b380f1.jpg new file mode 100644 index 0000000..7b5c47e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-160-_jpg.rf.0d47f54a68a51e867e90ca1725b380f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-163-_jpg.rf.71f13cf15eba36b04f0fd06085998de6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-163-_jpg.rf.71f13cf15eba36b04f0fd06085998de6.jpg new file mode 100644 index 0000000..3b78599 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-163-_jpg.rf.71f13cf15eba36b04f0fd06085998de6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-164-_jpg.rf.47775fbe4dd7f97d57d5cb37bf0f5027.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-164-_jpg.rf.47775fbe4dd7f97d57d5cb37bf0f5027.jpg new file mode 100644 index 0000000..15d336a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-164-_jpg.rf.47775fbe4dd7f97d57d5cb37bf0f5027.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-168-_jpg.rf.d28df36ef958505b888a717752425ee3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-168-_jpg.rf.d28df36ef958505b888a717752425ee3.jpg new file mode 100644 index 0000000..3a8e27c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-168-_jpg.rf.d28df36ef958505b888a717752425ee3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-17-_jpg.rf.db9381b7eded3adf5cedd8c00012b298.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-17-_jpg.rf.db9381b7eded3adf5cedd8c00012b298.jpg new file mode 100644 index 0000000..68e6a3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-17-_jpg.rf.db9381b7eded3adf5cedd8c00012b298.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-172-_jpg.rf.0ae95e09022540e847118fb56752842b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-172-_jpg.rf.0ae95e09022540e847118fb56752842b.jpg new file mode 100644 index 0000000..5dac4e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-172-_jpg.rf.0ae95e09022540e847118fb56752842b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-175-_jpg.rf.e1e95af3f25943bfcc1d66ad4526eca2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-175-_jpg.rf.e1e95af3f25943bfcc1d66ad4526eca2.jpg new file mode 100644 index 0000000..33952d5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-175-_jpg.rf.e1e95af3f25943bfcc1d66ad4526eca2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-176-_jpg.rf.d440772841ebf772d49996ba80ba97f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-176-_jpg.rf.d440772841ebf772d49996ba80ba97f6.jpg new file mode 100644 index 0000000..b2d6964 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-176-_jpg.rf.d440772841ebf772d49996ba80ba97f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-177-_jpg.rf.7087cbc5442e78838f9197d1e65d2078.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-177-_jpg.rf.7087cbc5442e78838f9197d1e65d2078.jpg new file mode 100644 index 0000000..311e322 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-177-_jpg.rf.7087cbc5442e78838f9197d1e65d2078.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-181-_jpg.rf.c1557c1292af5b6450a3ec3181d18cfb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-181-_jpg.rf.c1557c1292af5b6450a3ec3181d18cfb.jpg new file mode 100644 index 0000000..0f949e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-181-_jpg.rf.c1557c1292af5b6450a3ec3181d18cfb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-185-_jpg.rf.09e4dbfaa7f103536f55a0dbd7f706d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-185-_jpg.rf.09e4dbfaa7f103536f55a0dbd7f706d3.jpg new file mode 100644 index 0000000..e1a1831 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-185-_jpg.rf.09e4dbfaa7f103536f55a0dbd7f706d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-187-_jpg.rf.d41a8452418b4f95ab620230d36fe123.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-187-_jpg.rf.d41a8452418b4f95ab620230d36fe123.jpg new file mode 100644 index 0000000..55dad39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-187-_jpg.rf.d41a8452418b4f95ab620230d36fe123.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-188-_jpg.rf.a149b141a46d9a105e1a17ddf49cab92.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-188-_jpg.rf.a149b141a46d9a105e1a17ddf49cab92.jpg new file mode 100644 index 0000000..3b5f2d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-188-_jpg.rf.a149b141a46d9a105e1a17ddf49cab92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-189-_jpg.rf.853fd27066fbeade67d7475be8593d94.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-189-_jpg.rf.853fd27066fbeade67d7475be8593d94.jpg new file mode 100644 index 0000000..ae8af72 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-189-_jpg.rf.853fd27066fbeade67d7475be8593d94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-191-_jpg.rf.a861519b598e4ca6d717b29e4d255bd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-191-_jpg.rf.a861519b598e4ca6d717b29e4d255bd3.jpg new file mode 100644 index 0000000..09ed25b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-191-_jpg.rf.a861519b598e4ca6d717b29e4d255bd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-193-_jpg.rf.ba3c09e7720e1ad1db6a20268d4f31d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-193-_jpg.rf.ba3c09e7720e1ad1db6a20268d4f31d7.jpg new file mode 100644 index 0000000..8f4b71d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-193-_jpg.rf.ba3c09e7720e1ad1db6a20268d4f31d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-197-_jpg.rf.9c3af1fd25295462fdfc80e5d4ec3e98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-197-_jpg.rf.9c3af1fd25295462fdfc80e5d4ec3e98.jpg new file mode 100644 index 0000000..4266123 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-197-_jpg.rf.9c3af1fd25295462fdfc80e5d4ec3e98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-198-_jpg.rf.30438ac2b4dcd0a40eb2c7f9423cfbe4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-198-_jpg.rf.30438ac2b4dcd0a40eb2c7f9423cfbe4.jpg new file mode 100644 index 0000000..c985365 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-198-_jpg.rf.30438ac2b4dcd0a40eb2c7f9423cfbe4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-2-_jpg.rf.93db0b924d1da4c49e2b1993954ad1e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-2-_jpg.rf.93db0b924d1da4c49e2b1993954ad1e2.jpg new file mode 100644 index 0000000..09ae7ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-2-_jpg.rf.93db0b924d1da4c49e2b1993954ad1e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-20-_jpg.rf.b04fa23605c3bbd0d45ab2be919340b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-20-_jpg.rf.b04fa23605c3bbd0d45ab2be919340b1.jpg new file mode 100644 index 0000000..a68c6ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-20-_jpg.rf.b04fa23605c3bbd0d45ab2be919340b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-201-_jpg.rf.0e4285a26c657144063746273a36795b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-201-_jpg.rf.0e4285a26c657144063746273a36795b.jpg new file mode 100644 index 0000000..13b7297 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-201-_jpg.rf.0e4285a26c657144063746273a36795b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-204-_jpg.rf.6fdac4e041c1bb61b1100859e308d74e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-204-_jpg.rf.6fdac4e041c1bb61b1100859e308d74e.jpg new file mode 100644 index 0000000..e7d9fa9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-204-_jpg.rf.6fdac4e041c1bb61b1100859e308d74e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-205-_jpg.rf.f90bc92168f1d4906338ec1513060599.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-205-_jpg.rf.f90bc92168f1d4906338ec1513060599.jpg new file mode 100644 index 0000000..fababbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-205-_jpg.rf.f90bc92168f1d4906338ec1513060599.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-206-_jpg.rf.f1310224189e1413643a2dbc34895e8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-206-_jpg.rf.f1310224189e1413643a2dbc34895e8f.jpg new file mode 100644 index 0000000..62b8099 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-206-_jpg.rf.f1310224189e1413643a2dbc34895e8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-209-_jpg.rf.42cc83b1f69363afb2f7a3a2f1384aa1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-209-_jpg.rf.42cc83b1f69363afb2f7a3a2f1384aa1.jpg new file mode 100644 index 0000000..16cafb1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-209-_jpg.rf.42cc83b1f69363afb2f7a3a2f1384aa1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-210-_jpg.rf.89a7308383bf726f7d81e1c69758ec1e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-210-_jpg.rf.89a7308383bf726f7d81e1c69758ec1e.jpg new file mode 100644 index 0000000..d678da9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-210-_jpg.rf.89a7308383bf726f7d81e1c69758ec1e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-211-_jpg.rf.884c23c1f745f14c8d19e6d49a8b3cc4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-211-_jpg.rf.884c23c1f745f14c8d19e6d49a8b3cc4.jpg new file mode 100644 index 0000000..d715475 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-211-_jpg.rf.884c23c1f745f14c8d19e6d49a8b3cc4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-212-_jpg.rf.8ba1baec2c8df1e3e420c12d61e16000.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-212-_jpg.rf.8ba1baec2c8df1e3e420c12d61e16000.jpg new file mode 100644 index 0000000..9e5eac9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-212-_jpg.rf.8ba1baec2c8df1e3e420c12d61e16000.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-218-_jpg.rf.dde9d7e3e5e6fd0c056462791ed67c73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-218-_jpg.rf.dde9d7e3e5e6fd0c056462791ed67c73.jpg new file mode 100644 index 0000000..13e2821 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-218-_jpg.rf.dde9d7e3e5e6fd0c056462791ed67c73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-219-_jpg.rf.aff11da37163802c6efb3929ce9860bf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-219-_jpg.rf.aff11da37163802c6efb3929ce9860bf.jpg new file mode 100644 index 0000000..77205a6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-219-_jpg.rf.aff11da37163802c6efb3929ce9860bf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-22-_jpg.rf.c901ee17c62a920ab85afcc22d3e09de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-22-_jpg.rf.c901ee17c62a920ab85afcc22d3e09de.jpg new file mode 100644 index 0000000..3adcc33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-22-_jpg.rf.c901ee17c62a920ab85afcc22d3e09de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-220-_jpg.rf.2da7d7c16b06c57668db499dc637b768.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-220-_jpg.rf.2da7d7c16b06c57668db499dc637b768.jpg new file mode 100644 index 0000000..4c76dc0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-220-_jpg.rf.2da7d7c16b06c57668db499dc637b768.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-221-_jpg.rf.c7ec4aa5356df69e5ff01198899cf0c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-221-_jpg.rf.c7ec4aa5356df69e5ff01198899cf0c5.jpg new file mode 100644 index 0000000..ba8da69 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-221-_jpg.rf.c7ec4aa5356df69e5ff01198899cf0c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-223-_jpg.rf.e285e6fffde179cbdd99dd4d8ed73d39.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-223-_jpg.rf.e285e6fffde179cbdd99dd4d8ed73d39.jpg new file mode 100644 index 0000000..60a2e5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-223-_jpg.rf.e285e6fffde179cbdd99dd4d8ed73d39.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-224-_jpg.rf.a021f6d60ef1c8c37badd63d001d442f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-224-_jpg.rf.a021f6d60ef1c8c37badd63d001d442f.jpg new file mode 100644 index 0000000..618a4f6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-224-_jpg.rf.a021f6d60ef1c8c37badd63d001d442f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-227-_jpg.rf.4638023fb86af80fa12250dfdec98198.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-227-_jpg.rf.4638023fb86af80fa12250dfdec98198.jpg new file mode 100644 index 0000000..719a16f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-227-_jpg.rf.4638023fb86af80fa12250dfdec98198.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-228-_jpg.rf.150f975968af79ba5ba38efc4d1b984c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-228-_jpg.rf.150f975968af79ba5ba38efc4d1b984c.jpg new file mode 100644 index 0000000..48489e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-228-_jpg.rf.150f975968af79ba5ba38efc4d1b984c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-229-_jpg.rf.743ed0b811a175926b2887e5b348dfed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-229-_jpg.rf.743ed0b811a175926b2887e5b348dfed.jpg new file mode 100644 index 0000000..769ab9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-229-_jpg.rf.743ed0b811a175926b2887e5b348dfed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-230-_jpg.rf.f44ec1dc14d6271cba4a9b831f877b6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-230-_jpg.rf.f44ec1dc14d6271cba4a9b831f877b6e.jpg new file mode 100644 index 0000000..831548e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-230-_jpg.rf.f44ec1dc14d6271cba4a9b831f877b6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-232-_jpg.rf.9fd246903e1c8daf25cb0f47b4abc103.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-232-_jpg.rf.9fd246903e1c8daf25cb0f47b4abc103.jpg new file mode 100644 index 0000000..85428b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-232-_jpg.rf.9fd246903e1c8daf25cb0f47b4abc103.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-234-_jpg.rf.771f64266225c468d3fb06ef05549593.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-234-_jpg.rf.771f64266225c468d3fb06ef05549593.jpg new file mode 100644 index 0000000..49978f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-234-_jpg.rf.771f64266225c468d3fb06ef05549593.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-237-_jpg.rf.ed3edcf0abd2e83957a9a0bd7f1796a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-237-_jpg.rf.ed3edcf0abd2e83957a9a0bd7f1796a5.jpg new file mode 100644 index 0000000..bbef216 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-237-_jpg.rf.ed3edcf0abd2e83957a9a0bd7f1796a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-238-_jpg.rf.fdf9333bac78db4f37b16138d1696707.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-238-_jpg.rf.fdf9333bac78db4f37b16138d1696707.jpg new file mode 100644 index 0000000..f6a3d84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-238-_jpg.rf.fdf9333bac78db4f37b16138d1696707.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-245-_jpg.rf.005c72b224cb6a45203701046dccdf67.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-245-_jpg.rf.005c72b224cb6a45203701046dccdf67.jpg new file mode 100644 index 0000000..b549ffa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-245-_jpg.rf.005c72b224cb6a45203701046dccdf67.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-246-_jpg.rf.13817bc8d38d0f6d3fdd811d719b317b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-246-_jpg.rf.13817bc8d38d0f6d3fdd811d719b317b.jpg new file mode 100644 index 0000000..5c2711c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-246-_jpg.rf.13817bc8d38d0f6d3fdd811d719b317b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-248-_jpg.rf.49e4db0df4c3ff5e3a5777759c4d3fd1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-248-_jpg.rf.49e4db0df4c3ff5e3a5777759c4d3fd1.jpg new file mode 100644 index 0000000..a8e6141 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-248-_jpg.rf.49e4db0df4c3ff5e3a5777759c4d3fd1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-249-_jpg.rf.94418ab67c0925741bbb37befd48f7f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-249-_jpg.rf.94418ab67c0925741bbb37befd48f7f2.jpg new file mode 100644 index 0000000..63286aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-249-_jpg.rf.94418ab67c0925741bbb37befd48f7f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-251-_jpg.rf.7b43f79e05a4a3cb2cd33004a10a5ee4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-251-_jpg.rf.7b43f79e05a4a3cb2cd33004a10a5ee4.jpg new file mode 100644 index 0000000..b75d540 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-251-_jpg.rf.7b43f79e05a4a3cb2cd33004a10a5ee4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-252-_jpg.rf.720aefa9a0636fe1822b565b6902bcfb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-252-_jpg.rf.720aefa9a0636fe1822b565b6902bcfb.jpg new file mode 100644 index 0000000..764ee9d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-252-_jpg.rf.720aefa9a0636fe1822b565b6902bcfb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-255-_jpg.rf.d81af5ef3e059704b696520ba6cec020.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-255-_jpg.rf.d81af5ef3e059704b696520ba6cec020.jpg new file mode 100644 index 0000000..163bf68 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-255-_jpg.rf.d81af5ef3e059704b696520ba6cec020.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-257-_jpg.rf.e0cf43246303df91bf82ce5fe2df215a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-257-_jpg.rf.e0cf43246303df91bf82ce5fe2df215a.jpg new file mode 100644 index 0000000..ec26c0e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-257-_jpg.rf.e0cf43246303df91bf82ce5fe2df215a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-258-_jpg.rf.08868648c777d525123437c3114ca84f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-258-_jpg.rf.08868648c777d525123437c3114ca84f.jpg new file mode 100644 index 0000000..0adca30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-258-_jpg.rf.08868648c777d525123437c3114ca84f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-260-_jpg.rf.0d58433352ea99a9915ab4833022b333.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-260-_jpg.rf.0d58433352ea99a9915ab4833022b333.jpg new file mode 100644 index 0000000..90ace6b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-260-_jpg.rf.0d58433352ea99a9915ab4833022b333.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-261-_jpg.rf.0b1d3d03a1f21f8af0ba6b56ba638ace.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-261-_jpg.rf.0b1d3d03a1f21f8af0ba6b56ba638ace.jpg new file mode 100644 index 0000000..9507751 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-261-_jpg.rf.0b1d3d03a1f21f8af0ba6b56ba638ace.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-263-_jpg.rf.5b7032a07548767acf03ee07a113bc0c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-263-_jpg.rf.5b7032a07548767acf03ee07a113bc0c.jpg new file mode 100644 index 0000000..d502d54 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-263-_jpg.rf.5b7032a07548767acf03ee07a113bc0c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-265-_jpg.rf.cc689bab6484bdc8d432e78ba761d694.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-265-_jpg.rf.cc689bab6484bdc8d432e78ba761d694.jpg new file mode 100644 index 0000000..0254bf5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-265-_jpg.rf.cc689bab6484bdc8d432e78ba761d694.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-273-_jpg.rf.bbbfe4644455b155b6e47f3a9bd4cf61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-273-_jpg.rf.bbbfe4644455b155b6e47f3a9bd4cf61.jpg new file mode 100644 index 0000000..5c86d3c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-273-_jpg.rf.bbbfe4644455b155b6e47f3a9bd4cf61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-275-_jpg.rf.4e952d7f910731c8a7083ed8402fd323.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-275-_jpg.rf.4e952d7f910731c8a7083ed8402fd323.jpg new file mode 100644 index 0000000..4377f45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-275-_jpg.rf.4e952d7f910731c8a7083ed8402fd323.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-276-_jpg.rf.51b39c2270813caff92627779c52dc63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-276-_jpg.rf.51b39c2270813caff92627779c52dc63.jpg new file mode 100644 index 0000000..69e9805 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-276-_jpg.rf.51b39c2270813caff92627779c52dc63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-277-_jpg.rf.3ba5e485d407a4e4167a78e892c870cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-277-_jpg.rf.3ba5e485d407a4e4167a78e892c870cc.jpg new file mode 100644 index 0000000..fd04d91 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-277-_jpg.rf.3ba5e485d407a4e4167a78e892c870cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-278-_jpg.rf.64b6879e03b0b0131b7fe355a462639f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-278-_jpg.rf.64b6879e03b0b0131b7fe355a462639f.jpg new file mode 100644 index 0000000..a59ccea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-278-_jpg.rf.64b6879e03b0b0131b7fe355a462639f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-279-_jpg.rf.a63c8cfd4a384d605ee6f3e99d884e3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-279-_jpg.rf.a63c8cfd4a384d605ee6f3e99d884e3d.jpg new file mode 100644 index 0000000..14b3e82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-279-_jpg.rf.a63c8cfd4a384d605ee6f3e99d884e3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-28-_jpg.rf.51a7b09d3c76a682aabce514dacec63f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-28-_jpg.rf.51a7b09d3c76a682aabce514dacec63f.jpg new file mode 100644 index 0000000..6612676 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-28-_jpg.rf.51a7b09d3c76a682aabce514dacec63f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-280-_jpg.rf.f7c9fb7051df0839f424f61bc974a8e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-280-_jpg.rf.f7c9fb7051df0839f424f61bc974a8e8.jpg new file mode 100644 index 0000000..3168b0c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-280-_jpg.rf.f7c9fb7051df0839f424f61bc974a8e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-281-_jpg.rf.c5d32c013a3fc847ae99a18804eeddbf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-281-_jpg.rf.c5d32c013a3fc847ae99a18804eeddbf.jpg new file mode 100644 index 0000000..f9c3d37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-281-_jpg.rf.c5d32c013a3fc847ae99a18804eeddbf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-282-_jpg.rf.64344b5b41029b710a1575b96cd3281f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-282-_jpg.rf.64344b5b41029b710a1575b96cd3281f.jpg new file mode 100644 index 0000000..a3dbd31 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-282-_jpg.rf.64344b5b41029b710a1575b96cd3281f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-285-_jpg.rf.39f3e8ba0176fd28d5edfaad66a0f0cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-285-_jpg.rf.39f3e8ba0176fd28d5edfaad66a0f0cb.jpg new file mode 100644 index 0000000..74c93b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-285-_jpg.rf.39f3e8ba0176fd28d5edfaad66a0f0cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-286-_jpg.rf.f205e3fbd76050597db635bce3b78b05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-286-_jpg.rf.f205e3fbd76050597db635bce3b78b05.jpg new file mode 100644 index 0000000..fce94cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-286-_jpg.rf.f205e3fbd76050597db635bce3b78b05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-287-_jpg.rf.6c2bc431851eaa4a5581acc3fb5c6b12.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-287-_jpg.rf.6c2bc431851eaa4a5581acc3fb5c6b12.jpg new file mode 100644 index 0000000..afdf764 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-287-_jpg.rf.6c2bc431851eaa4a5581acc3fb5c6b12.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-289-_jpg.rf.fa6cd25b7ef4109117c82df4a4b656de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-289-_jpg.rf.fa6cd25b7ef4109117c82df4a4b656de.jpg new file mode 100644 index 0000000..b6c470b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-289-_jpg.rf.fa6cd25b7ef4109117c82df4a4b656de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-291-_jpg.rf.800acc279b5beafb5d3df3242b9df4f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-291-_jpg.rf.800acc279b5beafb5d3df3242b9df4f0.jpg new file mode 100644 index 0000000..a7c0bff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-291-_jpg.rf.800acc279b5beafb5d3df3242b9df4f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-294-_jpg.rf.cb492fe4539e02c855a6c1bea87e54b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-294-_jpg.rf.cb492fe4539e02c855a6c1bea87e54b2.jpg new file mode 100644 index 0000000..a173a2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-294-_jpg.rf.cb492fe4539e02c855a6c1bea87e54b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-295-_jpg.rf.2ed2787ddc6d5a63b79ded34c4eed8d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-295-_jpg.rf.2ed2787ddc6d5a63b79ded34c4eed8d2.jpg new file mode 100644 index 0000000..03e3770 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-295-_jpg.rf.2ed2787ddc6d5a63b79ded34c4eed8d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-298-_jpg.rf.ccc36350a31078eea2ec9d947544ca85.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-298-_jpg.rf.ccc36350a31078eea2ec9d947544ca85.jpg new file mode 100644 index 0000000..f7b6f23 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-298-_jpg.rf.ccc36350a31078eea2ec9d947544ca85.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-299-_jpg.rf.fc08b248500e119e796b63d503e64a28.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-299-_jpg.rf.fc08b248500e119e796b63d503e64a28.jpg new file mode 100644 index 0000000..c88ee89 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-299-_jpg.rf.fc08b248500e119e796b63d503e64a28.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-302-_jpg.rf.41e657eb6b5c84033a33ff4fac060d1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-302-_jpg.rf.41e657eb6b5c84033a33ff4fac060d1a.jpg new file mode 100644 index 0000000..203cc9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-302-_jpg.rf.41e657eb6b5c84033a33ff4fac060d1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-304-_jpg.rf.1e170dc4228c8d21234d7bef800cc62e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-304-_jpg.rf.1e170dc4228c8d21234d7bef800cc62e.jpg new file mode 100644 index 0000000..542c373 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-304-_jpg.rf.1e170dc4228c8d21234d7bef800cc62e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-306-_jpg.rf.a9dbac60f9fb43dcf8a6b30f80b0fbbb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-306-_jpg.rf.a9dbac60f9fb43dcf8a6b30f80b0fbbb.jpg new file mode 100644 index 0000000..9a62dac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-306-_jpg.rf.a9dbac60f9fb43dcf8a6b30f80b0fbbb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-309-_jpg.rf.fbce55a44bd255c687b31f712ab6501d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-309-_jpg.rf.fbce55a44bd255c687b31f712ab6501d.jpg new file mode 100644 index 0000000..0779e76 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-309-_jpg.rf.fbce55a44bd255c687b31f712ab6501d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-31-_jpg.rf.d6f2f4b49f9515e5a3e2793ac259a1e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-31-_jpg.rf.d6f2f4b49f9515e5a3e2793ac259a1e5.jpg new file mode 100644 index 0000000..f4ae94b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-31-_jpg.rf.d6f2f4b49f9515e5a3e2793ac259a1e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-312-_jpg.rf.3fc90fca7240a284724183cde0361fc8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-312-_jpg.rf.3fc90fca7240a284724183cde0361fc8.jpg new file mode 100644 index 0000000..9805ac7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-312-_jpg.rf.3fc90fca7240a284724183cde0361fc8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-314-_jpg.rf.9254b57e88bae55245f64a19570b204b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-314-_jpg.rf.9254b57e88bae55245f64a19570b204b.jpg new file mode 100644 index 0000000..736972d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-314-_jpg.rf.9254b57e88bae55245f64a19570b204b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-315-_jpg.rf.f1a108fd74b72120aedad1337e0ae688.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-315-_jpg.rf.f1a108fd74b72120aedad1337e0ae688.jpg new file mode 100644 index 0000000..4ce0b6d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-315-_jpg.rf.f1a108fd74b72120aedad1337e0ae688.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-317-_jpg.rf.5313fd18cb56cd14f19e85912bbc2035.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-317-_jpg.rf.5313fd18cb56cd14f19e85912bbc2035.jpg new file mode 100644 index 0000000..ecad613 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-317-_jpg.rf.5313fd18cb56cd14f19e85912bbc2035.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-32-_jpg.rf.a5439ea2bd66095cb5043c8c90c1dbc0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-32-_jpg.rf.a5439ea2bd66095cb5043c8c90c1dbc0.jpg new file mode 100644 index 0000000..758e377 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-32-_jpg.rf.a5439ea2bd66095cb5043c8c90c1dbc0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-320-_jpg.rf.a51f1905716e17999152b6151370936b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-320-_jpg.rf.a51f1905716e17999152b6151370936b.jpg new file mode 100644 index 0000000..24ebf12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-320-_jpg.rf.a51f1905716e17999152b6151370936b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-322-_jpg.rf.6040362a8c0419f3ec42dfce66fc2626.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-322-_jpg.rf.6040362a8c0419f3ec42dfce66fc2626.jpg new file mode 100644 index 0000000..fc44b71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-322-_jpg.rf.6040362a8c0419f3ec42dfce66fc2626.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-323-_jpg.rf.e245b60e62f2bfae16bb5eb1f4afe3b9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-323-_jpg.rf.e245b60e62f2bfae16bb5eb1f4afe3b9.jpg new file mode 100644 index 0000000..1e2eb70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-323-_jpg.rf.e245b60e62f2bfae16bb5eb1f4afe3b9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-328-_jpg.rf.39dc5d56d3057a5168f3124cc44c1385.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-328-_jpg.rf.39dc5d56d3057a5168f3124cc44c1385.jpg new file mode 100644 index 0000000..7d20e12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-328-_jpg.rf.39dc5d56d3057a5168f3124cc44c1385.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-329-_jpg.rf.c97993f85f2193cda4af72297895dc00.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-329-_jpg.rf.c97993f85f2193cda4af72297895dc00.jpg new file mode 100644 index 0000000..0dd62f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-329-_jpg.rf.c97993f85f2193cda4af72297895dc00.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-330-_jpg.rf.0018b50a1a519bf7deae51da4945887b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-330-_jpg.rf.0018b50a1a519bf7deae51da4945887b.jpg new file mode 100644 index 0000000..e556e1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-330-_jpg.rf.0018b50a1a519bf7deae51da4945887b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-332-_jpg.rf.2483f99f53bc1b98b0f55500c8dd42bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-332-_jpg.rf.2483f99f53bc1b98b0f55500c8dd42bb.jpg new file mode 100644 index 0000000..f4bbbb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-332-_jpg.rf.2483f99f53bc1b98b0f55500c8dd42bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-333-_jpg.rf.9fc8b06db7520b76d55c5edf1c8d08dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-333-_jpg.rf.9fc8b06db7520b76d55c5edf1c8d08dc.jpg new file mode 100644 index 0000000..c12ca0d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-333-_jpg.rf.9fc8b06db7520b76d55c5edf1c8d08dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-335-_jpg.rf.ebefdbb71fc3f54b644c621cd0b47ffa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-335-_jpg.rf.ebefdbb71fc3f54b644c621cd0b47ffa.jpg new file mode 100644 index 0000000..1fc29dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-335-_jpg.rf.ebefdbb71fc3f54b644c621cd0b47ffa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-336-_jpg.rf.4a52fbcf36d95aa02bc95bb6083a716d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-336-_jpg.rf.4a52fbcf36d95aa02bc95bb6083a716d.jpg new file mode 100644 index 0000000..f0fe401 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-336-_jpg.rf.4a52fbcf36d95aa02bc95bb6083a716d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-34-_jpg.rf.b8dd2d35e14a0bb0dd807f9e49738d9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-34-_jpg.rf.b8dd2d35e14a0bb0dd807f9e49738d9d.jpg new file mode 100644 index 0000000..f2d7b5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-34-_jpg.rf.b8dd2d35e14a0bb0dd807f9e49738d9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-340-_jpg.rf.5a5f2471d61d1870fd7bc120293a57e3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-340-_jpg.rf.5a5f2471d61d1870fd7bc120293a57e3.jpg new file mode 100644 index 0000000..8fdfa5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-340-_jpg.rf.5a5f2471d61d1870fd7bc120293a57e3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-341-_jpg.rf.82ebf1be2f4a0a00074138b2c0623564.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-341-_jpg.rf.82ebf1be2f4a0a00074138b2c0623564.jpg new file mode 100644 index 0000000..02268f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-341-_jpg.rf.82ebf1be2f4a0a00074138b2c0623564.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-342-_jpg.rf.fcc3e46eda909ae9f5bb27e64db65b8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-342-_jpg.rf.fcc3e46eda909ae9f5bb27e64db65b8e.jpg new file mode 100644 index 0000000..8ece703 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-342-_jpg.rf.fcc3e46eda909ae9f5bb27e64db65b8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-343-_jpg.rf.566685451fec96e277bf53a536749f3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-343-_jpg.rf.566685451fec96e277bf53a536749f3b.jpg new file mode 100644 index 0000000..e5d0461 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-343-_jpg.rf.566685451fec96e277bf53a536749f3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-346-_jpg.rf.c2c2b55f46742f68020f73042764c0e9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-346-_jpg.rf.c2c2b55f46742f68020f73042764c0e9.jpg new file mode 100644 index 0000000..602ce4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-346-_jpg.rf.c2c2b55f46742f68020f73042764c0e9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-347-_jpg.rf.ff78b39241649f3c445fc34043d3b2b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-347-_jpg.rf.ff78b39241649f3c445fc34043d3b2b5.jpg new file mode 100644 index 0000000..495321a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-347-_jpg.rf.ff78b39241649f3c445fc34043d3b2b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-348-_jpg.rf.65b674ac30f0209834e83750307ca733.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-348-_jpg.rf.65b674ac30f0209834e83750307ca733.jpg new file mode 100644 index 0000000..0942e57 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-348-_jpg.rf.65b674ac30f0209834e83750307ca733.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-350-_jpg.rf.3b6d163d56f6e28093a05427f91ae4c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-350-_jpg.rf.3b6d163d56f6e28093a05427f91ae4c3.jpg new file mode 100644 index 0000000..f441e5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-350-_jpg.rf.3b6d163d56f6e28093a05427f91ae4c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-353-_jpg.rf.32c4d8a3a77643dd293a82ec83e9d9d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-353-_jpg.rf.32c4d8a3a77643dd293a82ec83e9d9d2.jpg new file mode 100644 index 0000000..c547c2e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-353-_jpg.rf.32c4d8a3a77643dd293a82ec83e9d9d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-354-_jpg.rf.d2472cedd14d5baf95b1bfdedb00d80c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-354-_jpg.rf.d2472cedd14d5baf95b1bfdedb00d80c.jpg new file mode 100644 index 0000000..907f0e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-354-_jpg.rf.d2472cedd14d5baf95b1bfdedb00d80c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-356-_jpg.rf.bffe09d912b137a44e5357873d5a90f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-356-_jpg.rf.bffe09d912b137a44e5357873d5a90f1.jpg new file mode 100644 index 0000000..aa97d7f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-356-_jpg.rf.bffe09d912b137a44e5357873d5a90f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-357-_jpg.rf.74a782f325bf7834e662fa89e65e80f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-357-_jpg.rf.74a782f325bf7834e662fa89e65e80f1.jpg new file mode 100644 index 0000000..b26e7c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-357-_jpg.rf.74a782f325bf7834e662fa89e65e80f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-36-_jpg.rf.847e341a16a8ff69206df764331cd2ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-36-_jpg.rf.847e341a16a8ff69206df764331cd2ec.jpg new file mode 100644 index 0000000..7d69791 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-36-_jpg.rf.847e341a16a8ff69206df764331cd2ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-363-_jpg.rf.50413e5dacb0e6d7fb558254f8b9e459.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-363-_jpg.rf.50413e5dacb0e6d7fb558254f8b9e459.jpg new file mode 100644 index 0000000..28dc0c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-363-_jpg.rf.50413e5dacb0e6d7fb558254f8b9e459.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-364-_jpg.rf.c3063078ef94756e12d7921c74c1b0ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-364-_jpg.rf.c3063078ef94756e12d7921c74c1b0ca.jpg new file mode 100644 index 0000000..da9a903 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-364-_jpg.rf.c3063078ef94756e12d7921c74c1b0ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-366-_jpg.rf.193ea2ee4080688c20bbea45e1e1b660.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-366-_jpg.rf.193ea2ee4080688c20bbea45e1e1b660.jpg new file mode 100644 index 0000000..b8c329d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-366-_jpg.rf.193ea2ee4080688c20bbea45e1e1b660.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-369-_jpg.rf.c9654cd4e314a9fb801dbe43a6e6385f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-369-_jpg.rf.c9654cd4e314a9fb801dbe43a6e6385f.jpg new file mode 100644 index 0000000..e7de1ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-369-_jpg.rf.c9654cd4e314a9fb801dbe43a6e6385f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-37-_jpg.rf.e8da44543e5ce8f2690437dc98568d54.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-37-_jpg.rf.e8da44543e5ce8f2690437dc98568d54.jpg new file mode 100644 index 0000000..ad34b33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-37-_jpg.rf.e8da44543e5ce8f2690437dc98568d54.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-370-_jpg.rf.cae8c0267368644bb7b253b1559f83bf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-370-_jpg.rf.cae8c0267368644bb7b253b1559f83bf.jpg new file mode 100644 index 0000000..51bcc2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-370-_jpg.rf.cae8c0267368644bb7b253b1559f83bf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-371-_jpg.rf.5adfa65ffdc5c4ec71afa8176863f239.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-371-_jpg.rf.5adfa65ffdc5c4ec71afa8176863f239.jpg new file mode 100644 index 0000000..0dd4578 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-371-_jpg.rf.5adfa65ffdc5c4ec71afa8176863f239.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-372-_jpg.rf.7ae390dbf8fe9942b802dd0b2dd53ed8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-372-_jpg.rf.7ae390dbf8fe9942b802dd0b2dd53ed8.jpg new file mode 100644 index 0000000..c9b577b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-372-_jpg.rf.7ae390dbf8fe9942b802dd0b2dd53ed8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-375-_jpg.rf.40b0170d4940e0b37c99e29d895315d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-375-_jpg.rf.40b0170d4940e0b37c99e29d895315d2.jpg new file mode 100644 index 0000000..ec211fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-375-_jpg.rf.40b0170d4940e0b37c99e29d895315d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-376-_jpg.rf.2480bd805cd4153ab303388a62f933fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-376-_jpg.rf.2480bd805cd4153ab303388a62f933fa.jpg new file mode 100644 index 0000000..45fa3c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-376-_jpg.rf.2480bd805cd4153ab303388a62f933fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-378-_jpg.rf.2c48bf3e45fe8ff704a106e6f49f2e20.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-378-_jpg.rf.2c48bf3e45fe8ff704a106e6f49f2e20.jpg new file mode 100644 index 0000000..681fea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-378-_jpg.rf.2c48bf3e45fe8ff704a106e6f49f2e20.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-381-_jpg.rf.91a7500c4e79ff2d96271fcc7ea5f73f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-381-_jpg.rf.91a7500c4e79ff2d96271fcc7ea5f73f.jpg new file mode 100644 index 0000000..debb24e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-381-_jpg.rf.91a7500c4e79ff2d96271fcc7ea5f73f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-385-_jpg.rf.980cb9608b1947b677fe6f5623f75d45.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-385-_jpg.rf.980cb9608b1947b677fe6f5623f75d45.jpg new file mode 100644 index 0000000..1a55baf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-385-_jpg.rf.980cb9608b1947b677fe6f5623f75d45.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-386-_jpg.rf.2d83bc0695371e4fd25064dec54c9c63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-386-_jpg.rf.2d83bc0695371e4fd25064dec54c9c63.jpg new file mode 100644 index 0000000..c433366 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-386-_jpg.rf.2d83bc0695371e4fd25064dec54c9c63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-387-_jpg.rf.b35f8af4b9285f62f7839be83bb49925.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-387-_jpg.rf.b35f8af4b9285f62f7839be83bb49925.jpg new file mode 100644 index 0000000..368beb4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-387-_jpg.rf.b35f8af4b9285f62f7839be83bb49925.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-388-_jpg.rf.4a0485ecda28ed3637a6ce3a7956939d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-388-_jpg.rf.4a0485ecda28ed3637a6ce3a7956939d.jpg new file mode 100644 index 0000000..2837c6b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-388-_jpg.rf.4a0485ecda28ed3637a6ce3a7956939d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-390-_jpg.rf.8e1af38d6632538cab2e53733e221b7b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-390-_jpg.rf.8e1af38d6632538cab2e53733e221b7b.jpg new file mode 100644 index 0000000..0cd4cfc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-390-_jpg.rf.8e1af38d6632538cab2e53733e221b7b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-391-_jpg.rf.4e01692750a04b2080cfd1352dfc841b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-391-_jpg.rf.4e01692750a04b2080cfd1352dfc841b.jpg new file mode 100644 index 0000000..89ae607 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-391-_jpg.rf.4e01692750a04b2080cfd1352dfc841b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-392-_jpg.rf.2af96024fcb7aaeced9bcf56e6b880dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-392-_jpg.rf.2af96024fcb7aaeced9bcf56e6b880dc.jpg new file mode 100644 index 0000000..84586f6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-392-_jpg.rf.2af96024fcb7aaeced9bcf56e6b880dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-394-_jpg.rf.8cae2c2bc6fbad033c0909c31f08b12a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-394-_jpg.rf.8cae2c2bc6fbad033c0909c31f08b12a.jpg new file mode 100644 index 0000000..126496a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-394-_jpg.rf.8cae2c2bc6fbad033c0909c31f08b12a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-398-_jpg.rf.f30a939c556635b95203679d97cee85e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-398-_jpg.rf.f30a939c556635b95203679d97cee85e.jpg new file mode 100644 index 0000000..0f21571 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-398-_jpg.rf.f30a939c556635b95203679d97cee85e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-399-_jpg.rf.766bc9a6e1d82fc7e0e8cfc5b3e815ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-399-_jpg.rf.766bc9a6e1d82fc7e0e8cfc5b3e815ba.jpg new file mode 100644 index 0000000..26a2c26 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-399-_jpg.rf.766bc9a6e1d82fc7e0e8cfc5b3e815ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-40-_jpg.rf.8893c4489d5fd2a859c7fab0c7f06c8d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-40-_jpg.rf.8893c4489d5fd2a859c7fab0c7f06c8d.jpg new file mode 100644 index 0000000..f3e9437 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-40-_jpg.rf.8893c4489d5fd2a859c7fab0c7f06c8d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-400-_jpg.rf.0e346624266703ae252e1131745b46aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-400-_jpg.rf.0e346624266703ae252e1131745b46aa.jpg new file mode 100644 index 0000000..1397bca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-400-_jpg.rf.0e346624266703ae252e1131745b46aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-401-_jpg.rf.b7a7b0d68017661b2eb21ab278c7c52b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-401-_jpg.rf.b7a7b0d68017661b2eb21ab278c7c52b.jpg new file mode 100644 index 0000000..83bbbf0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-401-_jpg.rf.b7a7b0d68017661b2eb21ab278c7c52b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-403-_jpg.rf.ec6b7644ed11bb1bfe7f699edc32bae0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-403-_jpg.rf.ec6b7644ed11bb1bfe7f699edc32bae0.jpg new file mode 100644 index 0000000..b77441e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-403-_jpg.rf.ec6b7644ed11bb1bfe7f699edc32bae0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-404-_jpg.rf.d01df8cd1d1d5934488508f6cd2f10f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-404-_jpg.rf.d01df8cd1d1d5934488508f6cd2f10f6.jpg new file mode 100644 index 0000000..2a5484e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-404-_jpg.rf.d01df8cd1d1d5934488508f6cd2f10f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-407-_jpg.rf.ea15ddfb255479ec9ecbe8e9b5233f8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-407-_jpg.rf.ea15ddfb255479ec9ecbe8e9b5233f8b.jpg new file mode 100644 index 0000000..7177bb1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-407-_jpg.rf.ea15ddfb255479ec9ecbe8e9b5233f8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-408-_jpg.rf.708a825e8e47f2b68a1e5cd3f8aab89d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-408-_jpg.rf.708a825e8e47f2b68a1e5cd3f8aab89d.jpg new file mode 100644 index 0000000..30d4eb8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-408-_jpg.rf.708a825e8e47f2b68a1e5cd3f8aab89d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-409-_jpg.rf.97fd8dea622dbe3e342a0d108f3e9e8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-409-_jpg.rf.97fd8dea622dbe3e342a0d108f3e9e8f.jpg new file mode 100644 index 0000000..bf852d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-409-_jpg.rf.97fd8dea622dbe3e342a0d108f3e9e8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-410-_jpg.rf.617e3efaff3057e78be9320ebc500380.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-410-_jpg.rf.617e3efaff3057e78be9320ebc500380.jpg new file mode 100644 index 0000000..2c5f954 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-410-_jpg.rf.617e3efaff3057e78be9320ebc500380.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-411-_jpg.rf.048a319b7656fba522e84c00d54319e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-411-_jpg.rf.048a319b7656fba522e84c00d54319e1.jpg new file mode 100644 index 0000000..1d17419 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-411-_jpg.rf.048a319b7656fba522e84c00d54319e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-412-_jpg.rf.0be6c6cb702f12a495d138dea294eb92.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-412-_jpg.rf.0be6c6cb702f12a495d138dea294eb92.jpg new file mode 100644 index 0000000..ddb48f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-412-_jpg.rf.0be6c6cb702f12a495d138dea294eb92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-413-_jpg.rf.e2bfb0669164de93e46f6c6d1b00d209.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-413-_jpg.rf.e2bfb0669164de93e46f6c6d1b00d209.jpg new file mode 100644 index 0000000..2aceccd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-413-_jpg.rf.e2bfb0669164de93e46f6c6d1b00d209.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-414-_jpg.rf.61f0ad8faf30762150970e433609276c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-414-_jpg.rf.61f0ad8faf30762150970e433609276c.jpg new file mode 100644 index 0000000..6a3a9b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-414-_jpg.rf.61f0ad8faf30762150970e433609276c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-416-_jpg.rf.81da0884ed41af83fb7389f7986a1bce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-416-_jpg.rf.81da0884ed41af83fb7389f7986a1bce.jpg new file mode 100644 index 0000000..cefdb85 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-416-_jpg.rf.81da0884ed41af83fb7389f7986a1bce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-417-_jpg.rf.d24f5dc8e8d3581d4bf2c644f554429b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-417-_jpg.rf.d24f5dc8e8d3581d4bf2c644f554429b.jpg new file mode 100644 index 0000000..77e4d73 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-417-_jpg.rf.d24f5dc8e8d3581d4bf2c644f554429b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-418-_jpg.rf.4057a7b64a65739288301d049cf4f79e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-418-_jpg.rf.4057a7b64a65739288301d049cf4f79e.jpg new file mode 100644 index 0000000..dfbd6ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-418-_jpg.rf.4057a7b64a65739288301d049cf4f79e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-419-_jpg.rf.cad4fb94312c2d575e99cad6f7dc28b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-419-_jpg.rf.cad4fb94312c2d575e99cad6f7dc28b0.jpg new file mode 100644 index 0000000..11d5d9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-419-_jpg.rf.cad4fb94312c2d575e99cad6f7dc28b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-42-_jpg.rf.b8f6761755654d0c684ad572a5643981.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-42-_jpg.rf.b8f6761755654d0c684ad572a5643981.jpg new file mode 100644 index 0000000..588a358 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-42-_jpg.rf.b8f6761755654d0c684ad572a5643981.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-420-_jpg.rf.5723b9039cce5eb17fee637978305ff9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-420-_jpg.rf.5723b9039cce5eb17fee637978305ff9.jpg new file mode 100644 index 0000000..05824dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-420-_jpg.rf.5723b9039cce5eb17fee637978305ff9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-421-_jpg.rf.683247c7d2a617635c93286efc380aa5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-421-_jpg.rf.683247c7d2a617635c93286efc380aa5.jpg new file mode 100644 index 0000000..42fc92c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-421-_jpg.rf.683247c7d2a617635c93286efc380aa5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-422-_jpg.rf.0df61abe690ec667690f16b0bf157a71.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-422-_jpg.rf.0df61abe690ec667690f16b0bf157a71.jpg new file mode 100644 index 0000000..d02b277 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-422-_jpg.rf.0df61abe690ec667690f16b0bf157a71.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-425-_jpg.rf.65349d8c3af9218c6c025ae4791fbfb6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-425-_jpg.rf.65349d8c3af9218c6c025ae4791fbfb6.jpg new file mode 100644 index 0000000..1bb4202 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-425-_jpg.rf.65349d8c3af9218c6c025ae4791fbfb6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-426-_jpg.rf.9e1ab5ea6d00aac79d5e67aaa9e729f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-426-_jpg.rf.9e1ab5ea6d00aac79d5e67aaa9e729f1.jpg new file mode 100644 index 0000000..cd218d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-426-_jpg.rf.9e1ab5ea6d00aac79d5e67aaa9e729f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-427-_jpg.rf.1fec17d9b5d6c0d99552d910922d41b9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-427-_jpg.rf.1fec17d9b5d6c0d99552d910922d41b9.jpg new file mode 100644 index 0000000..eed4a9b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-427-_jpg.rf.1fec17d9b5d6c0d99552d910922d41b9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-429-_jpg.rf.281db0f867e185344f3c84b92e3d90c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-429-_jpg.rf.281db0f867e185344f3c84b92e3d90c1.jpg new file mode 100644 index 0000000..0a39c97 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-429-_jpg.rf.281db0f867e185344f3c84b92e3d90c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-43-_jpg.rf.b27c600ff72d84df7318b03d81a7d408.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-43-_jpg.rf.b27c600ff72d84df7318b03d81a7d408.jpg new file mode 100644 index 0000000..fcbe23e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-43-_jpg.rf.b27c600ff72d84df7318b03d81a7d408.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-433-_jpg.rf.d74cd29d67ac21f55a20d193ecc18bab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-433-_jpg.rf.d74cd29d67ac21f55a20d193ecc18bab.jpg new file mode 100644 index 0000000..c546c3b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-433-_jpg.rf.d74cd29d67ac21f55a20d193ecc18bab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-437-_jpg.rf.3bbb75b0b3fd69e6947a685efdb27922.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-437-_jpg.rf.3bbb75b0b3fd69e6947a685efdb27922.jpg new file mode 100644 index 0000000..1ca1474 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-437-_jpg.rf.3bbb75b0b3fd69e6947a685efdb27922.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-439-_jpg.rf.ce72e150f2ba0d1181bcdf2166d61a65.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-439-_jpg.rf.ce72e150f2ba0d1181bcdf2166d61a65.jpg new file mode 100644 index 0000000..9e43c0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-439-_jpg.rf.ce72e150f2ba0d1181bcdf2166d61a65.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-44-_jpg.rf.01ee1d9c7c758d00eaeb6bd2a3e429af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-44-_jpg.rf.01ee1d9c7c758d00eaeb6bd2a3e429af.jpg new file mode 100644 index 0000000..922f012 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-44-_jpg.rf.01ee1d9c7c758d00eaeb6bd2a3e429af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-440-_jpg.rf.fcefdf649b01a0ae722fff74f44f88e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-440-_jpg.rf.fcefdf649b01a0ae722fff74f44f88e6.jpg new file mode 100644 index 0000000..68c8af7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-440-_jpg.rf.fcefdf649b01a0ae722fff74f44f88e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-441-_jpg.rf.ae305c081403c942a785ee1ad66ed3ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-441-_jpg.rf.ae305c081403c942a785ee1ad66ed3ed.jpg new file mode 100644 index 0000000..3e0dbbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-441-_jpg.rf.ae305c081403c942a785ee1ad66ed3ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-443-_jpg.rf.549c3b9838bcde4cdc38f79f8049f0bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-443-_jpg.rf.549c3b9838bcde4cdc38f79f8049f0bd.jpg new file mode 100644 index 0000000..e3757e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-443-_jpg.rf.549c3b9838bcde4cdc38f79f8049f0bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-447-_jpg.rf.1ad4d85045622d78d8c64850d21d218b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-447-_jpg.rf.1ad4d85045622d78d8c64850d21d218b.jpg new file mode 100644 index 0000000..66cd976 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-447-_jpg.rf.1ad4d85045622d78d8c64850d21d218b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-449-_jpg.rf.770d99ef705f14ecfe35d9bd9d0ec613.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-449-_jpg.rf.770d99ef705f14ecfe35d9bd9d0ec613.jpg new file mode 100644 index 0000000..58656a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-449-_jpg.rf.770d99ef705f14ecfe35d9bd9d0ec613.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-45-_jpg.rf.4685582f3c917543b03ae448057e133a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-45-_jpg.rf.4685582f3c917543b03ae448057e133a.jpg new file mode 100644 index 0000000..b7a88f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-45-_jpg.rf.4685582f3c917543b03ae448057e133a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-451-_jpg.rf.984b3d9183d1d88414b54c9f91791d49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-451-_jpg.rf.984b3d9183d1d88414b54c9f91791d49.jpg new file mode 100644 index 0000000..157f086 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-451-_jpg.rf.984b3d9183d1d88414b54c9f91791d49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-452-_jpg.rf.064a4a335ee26c36167a2948f826180d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-452-_jpg.rf.064a4a335ee26c36167a2948f826180d.jpg new file mode 100644 index 0000000..c7d3024 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-452-_jpg.rf.064a4a335ee26c36167a2948f826180d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-454-_jpg.rf.d22653d42939bb3e1d53c09bb86728d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-454-_jpg.rf.d22653d42939bb3e1d53c09bb86728d9.jpg new file mode 100644 index 0000000..f00e223 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-454-_jpg.rf.d22653d42939bb3e1d53c09bb86728d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-455-_jpg.rf.2dc9eb15c3de29a989775880014f1b55.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-455-_jpg.rf.2dc9eb15c3de29a989775880014f1b55.jpg new file mode 100644 index 0000000..0b8a37f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-455-_jpg.rf.2dc9eb15c3de29a989775880014f1b55.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-46-_jpg.rf.86c9c2267daefcc47480b7fda4de1f6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-46-_jpg.rf.86c9c2267daefcc47480b7fda4de1f6d.jpg new file mode 100644 index 0000000..75e920b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-46-_jpg.rf.86c9c2267daefcc47480b7fda4de1f6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-47-_jpg.rf.47527b48efa1e1d05bfc8831d51078b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-47-_jpg.rf.47527b48efa1e1d05bfc8831d51078b1.jpg new file mode 100644 index 0000000..7b759e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-47-_jpg.rf.47527b48efa1e1d05bfc8831d51078b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-48-_jpg.rf.f42abd86f1eb52b660053a4f6365258c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-48-_jpg.rf.f42abd86f1eb52b660053a4f6365258c.jpg new file mode 100644 index 0000000..fda4866 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-48-_jpg.rf.f42abd86f1eb52b660053a4f6365258c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-49-_jpg.rf.7256fd88c3783e12241e4ab1231c7efa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-49-_jpg.rf.7256fd88c3783e12241e4ab1231c7efa.jpg new file mode 100644 index 0000000..90ecfa7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-49-_jpg.rf.7256fd88c3783e12241e4ab1231c7efa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-50-_jpg.rf.5b94fa06aeb86f5338490651c106ac0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-50-_jpg.rf.5b94fa06aeb86f5338490651c106ac0a.jpg new file mode 100644 index 0000000..00334e8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-50-_jpg.rf.5b94fa06aeb86f5338490651c106ac0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-51-_jpg.rf.5c5a28ed50ac0348e8934434fd4a6bfe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-51-_jpg.rf.5c5a28ed50ac0348e8934434fd4a6bfe.jpg new file mode 100644 index 0000000..41f7275 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-51-_jpg.rf.5c5a28ed50ac0348e8934434fd4a6bfe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-53-_jpg.rf.4d523074c70212f260003a3c2062044b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-53-_jpg.rf.4d523074c70212f260003a3c2062044b.jpg new file mode 100644 index 0000000..8b4a519 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-53-_jpg.rf.4d523074c70212f260003a3c2062044b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-54-_jpg.rf.1845610cbc3879b9b3e5a322792b7bfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-54-_jpg.rf.1845610cbc3879b9b3e5a322792b7bfc.jpg new file mode 100644 index 0000000..96f1913 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-54-_jpg.rf.1845610cbc3879b9b3e5a322792b7bfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-55-_jpg.rf.659d8cbc8097e7ed0aa73e92d070c3a4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-55-_jpg.rf.659d8cbc8097e7ed0aa73e92d070c3a4.jpg new file mode 100644 index 0000000..4c111ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-55-_jpg.rf.659d8cbc8097e7ed0aa73e92d070c3a4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-56-_jpg.rf.a0ca3517b39d251a11367c5479fd0043.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-56-_jpg.rf.a0ca3517b39d251a11367c5479fd0043.jpg new file mode 100644 index 0000000..b000563 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-56-_jpg.rf.a0ca3517b39d251a11367c5479fd0043.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-57-_jpg.rf.08d7117d120b6203288fb0f609c1d377.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-57-_jpg.rf.08d7117d120b6203288fb0f609c1d377.jpg new file mode 100644 index 0000000..bf11159 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-57-_jpg.rf.08d7117d120b6203288fb0f609c1d377.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-60-_jpg.rf.1168d7d1d1ec425271d0675dedc67bdf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-60-_jpg.rf.1168d7d1d1ec425271d0675dedc67bdf.jpg new file mode 100644 index 0000000..47986ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-60-_jpg.rf.1168d7d1d1ec425271d0675dedc67bdf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-61-_jpg.rf.0a569ac962cdcb3388e071e30b674029.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-61-_jpg.rf.0a569ac962cdcb3388e071e30b674029.jpg new file mode 100644 index 0000000..8955d9d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-61-_jpg.rf.0a569ac962cdcb3388e071e30b674029.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-64-_jpg.rf.8f5f645dc203b3d263b42a44adf5c49a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-64-_jpg.rf.8f5f645dc203b3d263b42a44adf5c49a.jpg new file mode 100644 index 0000000..9bfdd08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-64-_jpg.rf.8f5f645dc203b3d263b42a44adf5c49a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-65-_jpg.rf.285eb970c79b51e017668c8eb7e5801a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-65-_jpg.rf.285eb970c79b51e017668c8eb7e5801a.jpg new file mode 100644 index 0000000..67dcb1f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-65-_jpg.rf.285eb970c79b51e017668c8eb7e5801a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-68-_jpg.rf.61cd9d34f9ff877cbb60f56f38341ca6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-68-_jpg.rf.61cd9d34f9ff877cbb60f56f38341ca6.jpg new file mode 100644 index 0000000..7c688bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-68-_jpg.rf.61cd9d34f9ff877cbb60f56f38341ca6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-7-_jpg.rf.bac05035b7d29afa73816d675f0262cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-7-_jpg.rf.bac05035b7d29afa73816d675f0262cc.jpg new file mode 100644 index 0000000..4a5c310 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-7-_jpg.rf.bac05035b7d29afa73816d675f0262cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-71-_jpg.rf.c7efe95e18e1b08dea690e72eef9006a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-71-_jpg.rf.c7efe95e18e1b08dea690e72eef9006a.jpg new file mode 100644 index 0000000..72e4364 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-71-_jpg.rf.c7efe95e18e1b08dea690e72eef9006a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-75-_jpg.rf.260a6ae3e4f428715fc687efcb102d9a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-75-_jpg.rf.260a6ae3e4f428715fc687efcb102d9a.jpg new file mode 100644 index 0000000..2e11efc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-75-_jpg.rf.260a6ae3e4f428715fc687efcb102d9a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-80-_jpg.rf.7e343b0111f51b2b1c05af68d5aa9fa2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-80-_jpg.rf.7e343b0111f51b2b1c05af68d5aa9fa2.jpg new file mode 100644 index 0000000..d263317 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-80-_jpg.rf.7e343b0111f51b2b1c05af68d5aa9fa2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-81-_jpg.rf.7f64099a24c6631a783e0edb3703f55e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-81-_jpg.rf.7f64099a24c6631a783e0edb3703f55e.jpg new file mode 100644 index 0000000..55e6b79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-81-_jpg.rf.7f64099a24c6631a783e0edb3703f55e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-84-_jpg.rf.685e07b81fba8255e059ff63f6409d76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-84-_jpg.rf.685e07b81fba8255e059ff63f6409d76.jpg new file mode 100644 index 0000000..a995609 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-84-_jpg.rf.685e07b81fba8255e059ff63f6409d76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-87-_jpg.rf.8586c872c408ff5e0fe23e60a2fa53d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-87-_jpg.rf.8586c872c408ff5e0fe23e60a2fa53d8.jpg new file mode 100644 index 0000000..590b364 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-87-_jpg.rf.8586c872c408ff5e0fe23e60a2fa53d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-89-_jpg.rf.c945f77d245896cd0402ccb05fb7c6ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-89-_jpg.rf.c945f77d245896cd0402ccb05fb7c6ba.jpg new file mode 100644 index 0000000..0712d92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-89-_jpg.rf.c945f77d245896cd0402ccb05fb7c6ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-9-_jpg.rf.fcc6fc88e00032b3b0da0071d29cf678.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-9-_jpg.rf.fcc6fc88e00032b3b0da0071d29cf678.jpg new file mode 100644 index 0000000..c753c15 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-9-_jpg.rf.fcc6fc88e00032b3b0da0071d29cf678.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-90-_jpg.rf.fc9463ca5ba8d4dc930d96863fd7bd08.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-90-_jpg.rf.fc9463ca5ba8d4dc930d96863fd7bd08.jpg new file mode 100644 index 0000000..3631ce1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-90-_jpg.rf.fc9463ca5ba8d4dc930d96863fd7bd08.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-91-_jpg.rf.20d2dec761eabf84c88f738b7ba2764b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-91-_jpg.rf.20d2dec761eabf84c88f738b7ba2764b.jpg new file mode 100644 index 0000000..d1902a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-91-_jpg.rf.20d2dec761eabf84c88f738b7ba2764b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-92-_jpg.rf.7175a1ebb9138eae7a4c4212223cacf5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-92-_jpg.rf.7175a1ebb9138eae7a4c4212223cacf5.jpg new file mode 100644 index 0000000..8aa4f23 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-92-_jpg.rf.7175a1ebb9138eae7a4c4212223cacf5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-94-_jpg.rf.f55570b910d4f86a7136b6d0d439c13d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-94-_jpg.rf.f55570b910d4f86a7136b6d0d439c13d.jpg new file mode 100644 index 0000000..7b79edf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-94-_jpg.rf.f55570b910d4f86a7136b6d0d439c13d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-95-_jpg.rf.35a0462175362520fc4b9f32a202e136.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-95-_jpg.rf.35a0462175362520fc4b9f32a202e136.jpg new file mode 100644 index 0000000..76ca923 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-95-_jpg.rf.35a0462175362520fc4b9f32a202e136.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-98-_jpg.rf.1fcc1fc0652055523c1fd1f13bd35e8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-98-_jpg.rf.1fcc1fc0652055523c1fd1f13bd35e8f.jpg new file mode 100644 index 0000000..c32fd00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/BallCap-98-_jpg.rf.1fcc1fc0652055523c1fd1f13bd35e8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3135_jpg.rf.12d6b0ed3f268cfea40883f3817a2479.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3135_jpg.rf.12d6b0ed3f268cfea40883f3817a2479.jpg new file mode 100644 index 0000000..7d0b7c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3135_jpg.rf.12d6b0ed3f268cfea40883f3817a2479.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3136_jpg.rf.1ee3f10ece1b0e1a72671b3b0e38a4ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3136_jpg.rf.1ee3f10ece1b0e1a72671b3b0e38a4ab.jpg new file mode 100644 index 0000000..a62b0cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3136_jpg.rf.1ee3f10ece1b0e1a72671b3b0e38a4ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3146_jpg.rf.356fd9592b211f81fde319389f33e2c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3146_jpg.rf.356fd9592b211f81fde319389f33e2c9.jpg new file mode 100644 index 0000000..f431d93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3146_jpg.rf.356fd9592b211f81fde319389f33e2c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3157_jpg.rf.fa239bcde8ee8531adf8945329b1e306.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3157_jpg.rf.fa239bcde8ee8531adf8945329b1e306.jpg new file mode 100644 index 0000000..142aeae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3157_jpg.rf.fa239bcde8ee8531adf8945329b1e306.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3163_jpg.rf.b8e1ccf723fb50481f192067fa372f66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3163_jpg.rf.b8e1ccf723fb50481f192067fa372f66.jpg new file mode 100644 index 0000000..c869862 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3163_jpg.rf.b8e1ccf723fb50481f192067fa372f66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3164_jpg.rf.2e9af55f3718ac9fc4d48c3ccaf5a04e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3164_jpg.rf.2e9af55f3718ac9fc4d48c3ccaf5a04e.jpg new file mode 100644 index 0000000..9684e96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3164_jpg.rf.2e9af55f3718ac9fc4d48c3ccaf5a04e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3165_jpg.rf.d8a2a04bbcd6bb56d19e6faf26173e03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3165_jpg.rf.d8a2a04bbcd6bb56d19e6faf26173e03.jpg new file mode 100644 index 0000000..f5373e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3165_jpg.rf.d8a2a04bbcd6bb56d19e6faf26173e03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3168_jpg.rf.f8b4c4e441af16b73c2cfed5d51f039d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3168_jpg.rf.f8b4c4e441af16b73c2cfed5d51f039d.jpg new file mode 100644 index 0000000..4052945 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3168_jpg.rf.f8b4c4e441af16b73c2cfed5d51f039d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3184_jpg.rf.37fcd4f9e59213cc070ad5eb8b0913a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3184_jpg.rf.37fcd4f9e59213cc070ad5eb8b0913a2.jpg new file mode 100644 index 0000000..8fe9f95 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3184_jpg.rf.37fcd4f9e59213cc070ad5eb8b0913a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3186_jpg.rf.965529ab1062e8fbbeb100bc1d96ca06.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3186_jpg.rf.965529ab1062e8fbbeb100bc1d96ca06.jpg new file mode 100644 index 0000000..1231b61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3186_jpg.rf.965529ab1062e8fbbeb100bc1d96ca06.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3194_jpg.rf.1cefa8f172b432b4dc6d95f97b92ecd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3194_jpg.rf.1cefa8f172b432b4dc6d95f97b92ecd3.jpg new file mode 100644 index 0000000..ad394e8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3194_jpg.rf.1cefa8f172b432b4dc6d95f97b92ecd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3197_jpg.rf.260a7be67296dca0fa46313b46c22b09.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3197_jpg.rf.260a7be67296dca0fa46313b46c22b09.jpg new file mode 100644 index 0000000..0f017ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3197_jpg.rf.260a7be67296dca0fa46313b46c22b09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3203_jpg.rf.649d546bb115ce94930b3c8738184a57.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3203_jpg.rf.649d546bb115ce94930b3c8738184a57.jpg new file mode 100644 index 0000000..a8227be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3203_jpg.rf.649d546bb115ce94930b3c8738184a57.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3210_jpg.rf.b2d23e77fbac5bf63be4ebe5338094a3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3210_jpg.rf.b2d23e77fbac5bf63be4ebe5338094a3.jpg new file mode 100644 index 0000000..f753559 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3210_jpg.rf.b2d23e77fbac5bf63be4ebe5338094a3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3223_jpg.rf.5fc24ad0acd04158402cfdea3d35721d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3223_jpg.rf.5fc24ad0acd04158402cfdea3d35721d.jpg new file mode 100644 index 0000000..989ade5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3223_jpg.rf.5fc24ad0acd04158402cfdea3d35721d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3708_jpg.rf.25d8e8659db098000a0951221fa64e4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3708_jpg.rf.25d8e8659db098000a0951221fa64e4c.jpg new file mode 100644 index 0000000..209f1d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3708_jpg.rf.25d8e8659db098000a0951221fa64e4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3709_jpg.rf.b0738e21c90d8bd982fecaf81676dcf6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3709_jpg.rf.b0738e21c90d8bd982fecaf81676dcf6.jpg new file mode 100644 index 0000000..45e35e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3709_jpg.rf.b0738e21c90d8bd982fecaf81676dcf6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3718_jpg.rf.1b4825cd84afca3cc30ceddb718b2d80.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3718_jpg.rf.1b4825cd84afca3cc30ceddb718b2d80.jpg new file mode 100644 index 0000000..22958ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3718_jpg.rf.1b4825cd84afca3cc30ceddb718b2d80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3727_jpg.rf.7ad677d1af3f3592b16503c18ecdef25.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3727_jpg.rf.7ad677d1af3f3592b16503c18ecdef25.jpg new file mode 100644 index 0000000..2fc7481 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3727_jpg.rf.7ad677d1af3f3592b16503c18ecdef25.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3741_jpg.rf.fd9f469fc8e259f04fdb236fd9a57a62.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3741_jpg.rf.fd9f469fc8e259f04fdb236fd9a57a62.jpg new file mode 100644 index 0000000..2ae9ed7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3741_jpg.rf.fd9f469fc8e259f04fdb236fd9a57a62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3742_jpg.rf.25793d88ce6622b02da4229811f2bc8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3742_jpg.rf.25793d88ce6622b02da4229811f2bc8e.jpg new file mode 100644 index 0000000..7ad432b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3742_jpg.rf.25793d88ce6622b02da4229811f2bc8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3745_jpg.rf.4e89ef23be69cddd363976143b262acc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3745_jpg.rf.4e89ef23be69cddd363976143b262acc.jpg new file mode 100644 index 0000000..3b997ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3745_jpg.rf.4e89ef23be69cddd363976143b262acc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3747_jpg.rf.1c0f6ad9c941c7c10ac9ef4f8408c065.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3747_jpg.rf.1c0f6ad9c941c7c10ac9ef4f8408c065.jpg new file mode 100644 index 0000000..418fdc5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3747_jpg.rf.1c0f6ad9c941c7c10ac9ef4f8408c065.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3754_jpg.rf.ac99d8afd0ea546311f45ce32d2a832c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3754_jpg.rf.ac99d8afd0ea546311f45ce32d2a832c.jpg new file mode 100644 index 0000000..b9446a9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3754_jpg.rf.ac99d8afd0ea546311f45ce32d2a832c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3761_jpg.rf.fcf65e3915a0e6aaed92704545ca9663.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3761_jpg.rf.fcf65e3915a0e6aaed92704545ca9663.jpg new file mode 100644 index 0000000..9d94590 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3761_jpg.rf.fcf65e3915a0e6aaed92704545ca9663.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3798_jpg.rf.11cb8c5aa82493b1d3918a296ca0e24f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3798_jpg.rf.11cb8c5aa82493b1d3918a296ca0e24f.jpg new file mode 100644 index 0000000..dc9b893 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3798_jpg.rf.11cb8c5aa82493b1d3918a296ca0e24f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3799_jpg.rf.07d9f2c69c0ead328f9ade11c0a68946.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3799_jpg.rf.07d9f2c69c0ead328f9ade11c0a68946.jpg new file mode 100644 index 0000000..1ca523f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3799_jpg.rf.07d9f2c69c0ead328f9ade11c0a68946.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3828_jpg.rf.5df52860a4fbb7a701b8f45e877736ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3828_jpg.rf.5df52860a4fbb7a701b8f45e877736ea.jpg new file mode 100644 index 0000000..1130d4f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3828_jpg.rf.5df52860a4fbb7a701b8f45e877736ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3834_jpg.rf.d409a3889705dfd04abc284bfc3e5710.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3834_jpg.rf.d409a3889705dfd04abc284bfc3e5710.jpg new file mode 100644 index 0000000..3ec0e72 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3834_jpg.rf.d409a3889705dfd04abc284bfc3e5710.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3840_jpg.rf.a1be6008518fdc7e169c1f2762cad936.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3840_jpg.rf.a1be6008518fdc7e169c1f2762cad936.jpg new file mode 100644 index 0000000..cbd0889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3840_jpg.rf.a1be6008518fdc7e169c1f2762cad936.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3844_jpg.rf.b0c93e30f8fab444cba0ea5a8137d30f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3844_jpg.rf.b0c93e30f8fab444cba0ea5a8137d30f.jpg new file mode 100644 index 0000000..3030ac2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3844_jpg.rf.b0c93e30f8fab444cba0ea5a8137d30f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3851_jpg.rf.a27c121ab0723418b6c73ae8868fc5ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3851_jpg.rf.a27c121ab0723418b6c73ae8868fc5ef.jpg new file mode 100644 index 0000000..1ad15b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3851_jpg.rf.a27c121ab0723418b6c73ae8868fc5ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3856_jpg.rf.b6e61e6e2f332856879b92a9af1a6088.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3856_jpg.rf.b6e61e6e2f332856879b92a9af1a6088.jpg new file mode 100644 index 0000000..5c68aaa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3856_jpg.rf.b6e61e6e2f332856879b92a9af1a6088.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3858_jpg.rf.7dcd5649eceb639d9dd3dc60a0871e3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3858_jpg.rf.7dcd5649eceb639d9dd3dc60a0871e3b.jpg new file mode 100644 index 0000000..1bb1cca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3858_jpg.rf.7dcd5649eceb639d9dd3dc60a0871e3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3863_jpg.rf.4ef795037a22eeff60d6b704d4d25f34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3863_jpg.rf.4ef795037a22eeff60d6b704d4d25f34.jpg new file mode 100644 index 0000000..ba7bb17 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3863_jpg.rf.4ef795037a22eeff60d6b704d4d25f34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3870_jpg.rf.8ba8a129bafee6687f6270e5454c7413.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3870_jpg.rf.8ba8a129bafee6687f6270e5454c7413.jpg new file mode 100644 index 0000000..f7cf812 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3870_jpg.rf.8ba8a129bafee6687f6270e5454c7413.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3882_jpg.rf.40aa7d796e4ce180088a5ac76817d21b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3882_jpg.rf.40aa7d796e4ce180088a5ac76817d21b.jpg new file mode 100644 index 0000000..9c3ca9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3882_jpg.rf.40aa7d796e4ce180088a5ac76817d21b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3885_jpg.rf.730f1f3332dfc3365e93a131371b5380.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3885_jpg.rf.730f1f3332dfc3365e93a131371b5380.jpg new file mode 100644 index 0000000..4d9169d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3885_jpg.rf.730f1f3332dfc3365e93a131371b5380.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3890_jpg.rf.376bf95e4f5beaf0af5a4d6acdad9bc4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3890_jpg.rf.376bf95e4f5beaf0af5a4d6acdad9bc4.jpg new file mode 100644 index 0000000..75ed972 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3890_jpg.rf.376bf95e4f5beaf0af5a4d6acdad9bc4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3893_jpg.rf.8b26526d0d16cd9143f05ba7034e20ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3893_jpg.rf.8b26526d0d16cd9143f05ba7034e20ce.jpg new file mode 100644 index 0000000..247c5f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3893_jpg.rf.8b26526d0d16cd9143f05ba7034e20ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3902_jpg.rf.481fd4c1fd20f297d720919444ea00e9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3902_jpg.rf.481fd4c1fd20f297d720919444ea00e9.jpg new file mode 100644 index 0000000..ca641ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3902_jpg.rf.481fd4c1fd20f297d720919444ea00e9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3925_jpg.rf.5e4242cca4838f81f52f79f95e4e9085.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3925_jpg.rf.5e4242cca4838f81f52f79f95e4e9085.jpg new file mode 100644 index 0000000..4ca35c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3925_jpg.rf.5e4242cca4838f81f52f79f95e4e9085.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3926_jpg.rf.1079191fbcd6a6772f251186eb58eaad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3926_jpg.rf.1079191fbcd6a6772f251186eb58eaad.jpg new file mode 100644 index 0000000..f237b57 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3926_jpg.rf.1079191fbcd6a6772f251186eb58eaad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3931_jpg.rf.db76f63c6ad211fae61ec12d6d33e7c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3931_jpg.rf.db76f63c6ad211fae61ec12d6d33e7c4.jpg new file mode 100644 index 0000000..5b8b6ad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3931_jpg.rf.db76f63c6ad211fae61ec12d6d33e7c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3946_jpg.rf.cea2d5f312473b1d5baebed43165dbd8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3946_jpg.rf.cea2d5f312473b1d5baebed43165dbd8.jpg new file mode 100644 index 0000000..7fcad2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3946_jpg.rf.cea2d5f312473b1d5baebed43165dbd8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3949_jpg.rf.f2bf0794caa99173949647fe61a64e6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3949_jpg.rf.f2bf0794caa99173949647fe61a64e6e.jpg new file mode 100644 index 0000000..00b70a0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3949_jpg.rf.f2bf0794caa99173949647fe61a64e6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3954_jpg.rf.c19d5e635caf3147316e3a2489b543f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3954_jpg.rf.c19d5e635caf3147316e3a2489b543f5.jpg new file mode 100644 index 0000000..12dee1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3954_jpg.rf.c19d5e635caf3147316e3a2489b543f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3958_jpg.rf.d87705c5982f4695d478ff4c6d997a66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3958_jpg.rf.d87705c5982f4695d478ff4c6d997a66.jpg new file mode 100644 index 0000000..e457192 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3958_jpg.rf.d87705c5982f4695d478ff4c6d997a66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3967_jpg.rf.f7c7e4e2268eaa018c4180ed8e770c34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3967_jpg.rf.f7c7e4e2268eaa018c4180ed8e770c34.jpg new file mode 100644 index 0000000..62aec64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3967_jpg.rf.f7c7e4e2268eaa018c4180ed8e770c34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3970_jpg.rf.4cc07a720343f79059e38a50976fa872.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3970_jpg.rf.4cc07a720343f79059e38a50976fa872.jpg new file mode 100644 index 0000000..d6b5b50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3970_jpg.rf.4cc07a720343f79059e38a50976fa872.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3979_jpg.rf.69194f0c294687e92ec9bf6f55459624.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3979_jpg.rf.69194f0c294687e92ec9bf6f55459624.jpg new file mode 100644 index 0000000..c380c6b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Dimage3979_jpg.rf.69194f0c294687e92ec9bf6f55459624.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9100_jpg.rf.f173b389d19a4e5f54dc4aa9f0474503.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9100_jpg.rf.f173b389d19a4e5f54dc4aa9f0474503.jpg new file mode 100644 index 0000000..3c3bcd4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9100_jpg.rf.f173b389d19a4e5f54dc4aa9f0474503.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9108_jpg.rf.76eb49748eda564533f0dbfbe2e1c2c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9108_jpg.rf.76eb49748eda564533f0dbfbe2e1c2c2.jpg new file mode 100644 index 0000000..6570672 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9108_jpg.rf.76eb49748eda564533f0dbfbe2e1c2c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9116_jpg.rf.d87cdaa73eef2b6a7068174f267d87bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9116_jpg.rf.d87cdaa73eef2b6a7068174f267d87bd.jpg new file mode 100644 index 0000000..384c77e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9116_jpg.rf.d87cdaa73eef2b6a7068174f267d87bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9134_jpg.rf.95f5eb74c0470bc840e15f0e5d5f4062.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9134_jpg.rf.95f5eb74c0470bc840e15f0e5d5f4062.jpg new file mode 100644 index 0000000..f7b1e83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9134_jpg.rf.95f5eb74c0470bc840e15f0e5d5f4062.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9142_jpg.rf.0e54d858dd3c9dd93ca6943f8916b50d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9142_jpg.rf.0e54d858dd3c9dd93ca6943f8916b50d.jpg new file mode 100644 index 0000000..68be6ca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9142_jpg.rf.0e54d858dd3c9dd93ca6943f8916b50d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9147_jpg.rf.2359e5cc384677d6b20d8f2a4d669499.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9147_jpg.rf.2359e5cc384677d6b20d8f2a4d669499.jpg new file mode 100644 index 0000000..94c2602 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9147_jpg.rf.2359e5cc384677d6b20d8f2a4d669499.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9156_jpg.rf.8b4dc2f8d04ec4c27fbdb39f032da5d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9156_jpg.rf.8b4dc2f8d04ec4c27fbdb39f032da5d2.jpg new file mode 100644 index 0000000..a73a9b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9156_jpg.rf.8b4dc2f8d04ec4c27fbdb39f032da5d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9170_jpg.rf.c2132c2f001d2cd4155e21c086f16f61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9170_jpg.rf.c2132c2f001d2cd4155e21c086f16f61.jpg new file mode 100644 index 0000000..ebcd67f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9170_jpg.rf.c2132c2f001d2cd4155e21c086f16f61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9179_jpg.rf.a8e3c3d7a70d8d277b3e4aeee13216f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9179_jpg.rf.a8e3c3d7a70d8d277b3e4aeee13216f4.jpg new file mode 100644 index 0000000..69f4889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9179_jpg.rf.a8e3c3d7a70d8d277b3e4aeee13216f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9194_jpg.rf.870766c43addd0d41838074c2593eccf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9194_jpg.rf.870766c43addd0d41838074c2593eccf.jpg new file mode 100644 index 0000000..bd409bb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9194_jpg.rf.870766c43addd0d41838074c2593eccf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9196_jpg.rf.946a4e798331e5d429495cef02f46bee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9196_jpg.rf.946a4e798331e5d429495cef02f46bee.jpg new file mode 100644 index 0000000..0895834 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9196_jpg.rf.946a4e798331e5d429495cef02f46bee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9200_jpg.rf.4f5aaa12a7e3045275297cabd9ebdb74.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9200_jpg.rf.4f5aaa12a7e3045275297cabd9ebdb74.jpg new file mode 100644 index 0000000..c69b636 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9200_jpg.rf.4f5aaa12a7e3045275297cabd9ebdb74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9201_jpg.rf.0cc4b9b63c9541189f667ade17f63a7b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9201_jpg.rf.0cc4b9b63c9541189f667ade17f63a7b.jpg new file mode 100644 index 0000000..b7bfab2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9201_jpg.rf.0cc4b9b63c9541189f667ade17f63a7b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9210_jpg.rf.6c097b6304d4dea79a6e1d226d3b76a8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9210_jpg.rf.6c097b6304d4dea79a6e1d226d3b76a8.jpg new file mode 100644 index 0000000..dd2c44c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9210_jpg.rf.6c097b6304d4dea79a6e1d226d3b76a8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9211_jpg.rf.b768b29b8b07aefdd10dba8a7f429451.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9211_jpg.rf.b768b29b8b07aefdd10dba8a7f429451.jpg new file mode 100644 index 0000000..a5c5eab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9211_jpg.rf.b768b29b8b07aefdd10dba8a7f429451.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9212_jpg.rf.9066d7eb686727d45c65f5fb8ad1f6f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9212_jpg.rf.9066d7eb686727d45c65f5fb8ad1f6f4.jpg new file mode 100644 index 0000000..79b5d3b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9212_jpg.rf.9066d7eb686727d45c65f5fb8ad1f6f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9226_jpg.rf.b9c0e1291eb408946b277bb6925b9ae4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9226_jpg.rf.b9c0e1291eb408946b277bb6925b9ae4.jpg new file mode 100644 index 0000000..e5bec04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9226_jpg.rf.b9c0e1291eb408946b277bb6925b9ae4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9237_jpg.rf.ace45531036d718a33e615d4093f5f4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9237_jpg.rf.ace45531036d718a33e615d4093f5f4a.jpg new file mode 100644 index 0000000..2762b39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9237_jpg.rf.ace45531036d718a33e615d4093f5f4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9272_jpg.rf.6d76608e9c12b9c07cee0edd4a0ad000.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9272_jpg.rf.6d76608e9c12b9c07cee0edd4a0ad000.jpg new file mode 100644 index 0000000..40282eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9272_jpg.rf.6d76608e9c12b9c07cee0edd4a0ad000.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9285_jpg.rf.68548641c0fe1dce931c65c5bb20f53d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9285_jpg.rf.68548641c0fe1dce931c65c5bb20f53d.jpg new file mode 100644 index 0000000..0dc64ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9285_jpg.rf.68548641c0fe1dce931c65c5bb20f53d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9313_jpg.rf.81fce83f4a0472589c617b31404a2656.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9313_jpg.rf.81fce83f4a0472589c617b31404a2656.jpg new file mode 100644 index 0000000..6a073d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9313_jpg.rf.81fce83f4a0472589c617b31404a2656.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9335_jpg.rf.6e8e0aeddb68289d5b4600a225f5ebf2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9335_jpg.rf.6e8e0aeddb68289d5b4600a225f5ebf2.jpg new file mode 100644 index 0000000..1bef831 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9335_jpg.rf.6e8e0aeddb68289d5b4600a225f5ebf2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9336_jpg.rf.14e0ae4161181cc60daa2a975bcf0a0b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9336_jpg.rf.14e0ae4161181cc60daa2a975bcf0a0b.jpg new file mode 100644 index 0000000..a11283a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9336_jpg.rf.14e0ae4161181cc60daa2a975bcf0a0b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9339_jpg.rf.fa6658408c09111c59a8bffbaf2839db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9339_jpg.rf.fa6658408c09111c59a8bffbaf2839db.jpg new file mode 100644 index 0000000..73dc606 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9339_jpg.rf.fa6658408c09111c59a8bffbaf2839db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage933C_jpeg_jpg.rf.02e4e34a280d9cc840adcbec56be67f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage933C_jpeg_jpg.rf.02e4e34a280d9cc840adcbec56be67f2.jpg new file mode 100644 index 0000000..7bd8da4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage933C_jpeg_jpg.rf.02e4e34a280d9cc840adcbec56be67f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage935C_jpeg_jpg.rf.18f49fb93b12777bbc7a680163138d92.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage935C_jpeg_jpg.rf.18f49fb93b12777bbc7a680163138d92.jpg new file mode 100644 index 0000000..16ad75c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage935C_jpeg_jpg.rf.18f49fb93b12777bbc7a680163138d92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage941_jpg.rf.8bfc36f4eb50864609274f6e9253206c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage941_jpg.rf.8bfc36f4eb50864609274f6e9253206c.jpg new file mode 100644 index 0000000..27cf282 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage941_jpg.rf.8bfc36f4eb50864609274f6e9253206c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9428_jpg.rf.fd3aa734a2da46672b1f39881954380d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9428_jpg.rf.fd3aa734a2da46672b1f39881954380d.jpg new file mode 100644 index 0000000..a953ca1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9428_jpg.rf.fd3aa734a2da46672b1f39881954380d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9460_jpg.rf.90c218cbc3dc1e996a725daaf2388824.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9460_jpg.rf.90c218cbc3dc1e996a725daaf2388824.jpg new file mode 100644 index 0000000..fad5db5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9460_jpg.rf.90c218cbc3dc1e996a725daaf2388824.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9462_jpg.rf.64153a411e17ee3900abe54b99e2fcdc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9462_jpg.rf.64153a411e17ee3900abe54b99e2fcdc.jpg new file mode 100644 index 0000000..f4e09e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9462_jpg.rf.64153a411e17ee3900abe54b99e2fcdc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage946_jpg.rf.8528a4159b7a9f6ca8a40ff39b0afb6f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage946_jpg.rf.8528a4159b7a9f6ca8a40ff39b0afb6f.jpg new file mode 100644 index 0000000..e94602b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage946_jpg.rf.8528a4159b7a9f6ca8a40ff39b0afb6f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9474_jpg.rf.6bbd028a6cf976626112c0b192afdf8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9474_jpg.rf.6bbd028a6cf976626112c0b192afdf8c.jpg new file mode 100644 index 0000000..db5677f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9474_jpg.rf.6bbd028a6cf976626112c0b192afdf8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage947_jpg.rf.6c8ff14865382645a80192220d9464ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage947_jpg.rf.6c8ff14865382645a80192220d9464ab.jpg new file mode 100644 index 0000000..a67c0a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage947_jpg.rf.6c8ff14865382645a80192220d9464ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9493_jpg.rf.3740cb0044571722d61ad95d56cebc98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9493_jpg.rf.3740cb0044571722d61ad95d56cebc98.jpg new file mode 100644 index 0000000..e271772 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9493_jpg.rf.3740cb0044571722d61ad95d56cebc98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage949_jpg.rf.15f45b586d842c5874062f66d74124e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage949_jpg.rf.15f45b586d842c5874062f66d74124e1.jpg new file mode 100644 index 0000000..933dba4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage949_jpg.rf.15f45b586d842c5874062f66d74124e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage94_jpg.rf.5cb59a6ecf3a1ec1f3257d55b7ebe3ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage94_jpg.rf.5cb59a6ecf3a1ec1f3257d55b7ebe3ea.jpg new file mode 100644 index 0000000..fd55c22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage94_jpg.rf.5cb59a6ecf3a1ec1f3257d55b7ebe3ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9504_jpg.rf.3b71374c34fff8d09aac66209a5aa558.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9504_jpg.rf.3b71374c34fff8d09aac66209a5aa558.jpg new file mode 100644 index 0000000..c59884b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9504_jpg.rf.3b71374c34fff8d09aac66209a5aa558.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9517_jpg.rf.2c24f13e2c3ada279a60958447552cb1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9517_jpg.rf.2c24f13e2c3ada279a60958447552cb1.jpg new file mode 100644 index 0000000..b565bd7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9517_jpg.rf.2c24f13e2c3ada279a60958447552cb1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage951_jpg.rf.08e67a7804c8abcdde6fe1bc90828554.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage951_jpg.rf.08e67a7804c8abcdde6fe1bc90828554.jpg new file mode 100644 index 0000000..f2b146e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage951_jpg.rf.08e67a7804c8abcdde6fe1bc90828554.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9528_jpg.rf.f718d8f6da204148f6d8342e6aca1b01.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9528_jpg.rf.f718d8f6da204148f6d8342e6aca1b01.jpg new file mode 100644 index 0000000..17c06ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9528_jpg.rf.f718d8f6da204148f6d8342e6aca1b01.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9585_jpg.rf.bc05f3e2d6ba07c8aac1e8d187c140ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9585_jpg.rf.bc05f3e2d6ba07c8aac1e8d187c140ab.jpg new file mode 100644 index 0000000..e077b0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9585_jpg.rf.bc05f3e2d6ba07c8aac1e8d187c140ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9590_jpg.rf.29caa518f34ae9cbc0c0d70c20ba07f3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9590_jpg.rf.29caa518f34ae9cbc0c0d70c20ba07f3.jpg new file mode 100644 index 0000000..509d827 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9590_jpg.rf.29caa518f34ae9cbc0c0d70c20ba07f3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9618_jpg.rf.fbdf784c3f2b6b28c481a9c35de371d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9618_jpg.rf.fbdf784c3f2b6b28c481a9c35de371d2.jpg new file mode 100644 index 0000000..f8da997 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9618_jpg.rf.fbdf784c3f2b6b28c481a9c35de371d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9645_jpg.rf.0da23484fe025e8e99928782536111d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9645_jpg.rf.0da23484fe025e8e99928782536111d2.jpg new file mode 100644 index 0000000..a6042a9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9645_jpg.rf.0da23484fe025e8e99928782536111d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9648_jpg.rf.c84bdecc585d27226719b692315ece32.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9648_jpg.rf.c84bdecc585d27226719b692315ece32.jpg new file mode 100644 index 0000000..a04f712 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9648_jpg.rf.c84bdecc585d27226719b692315ece32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9649_jpg.rf.6c1bbf36f035aae6ac2a59551f142404.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9649_jpg.rf.6c1bbf36f035aae6ac2a59551f142404.jpg new file mode 100644 index 0000000..301f3ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9649_jpg.rf.6c1bbf36f035aae6ac2a59551f142404.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9653_jpg.rf.6bf49e061f54453b25be6ebb44b2c878.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9653_jpg.rf.6bf49e061f54453b25be6ebb44b2c878.jpg new file mode 100644 index 0000000..974e01f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9653_jpg.rf.6bf49e061f54453b25be6ebb44b2c878.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9661_jpg.rf.c45ffffa8e27069bc7bc745124db6d11.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9661_jpg.rf.c45ffffa8e27069bc7bc745124db6d11.jpg new file mode 100644 index 0000000..01fab16 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9661_jpg.rf.c45ffffa8e27069bc7bc745124db6d11.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9663_jpg.rf.87da32fd562858cdeeed5ae58be8dde9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9663_jpg.rf.87da32fd562858cdeeed5ae58be8dde9.jpg new file mode 100644 index 0000000..9434a79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9663_jpg.rf.87da32fd562858cdeeed5ae58be8dde9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9680_jpg.rf.6470fea93554c2201de9fb72915468de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9680_jpg.rf.6470fea93554c2201de9fb72915468de.jpg new file mode 100644 index 0000000..c5b7381 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9680_jpg.rf.6470fea93554c2201de9fb72915468de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9681_jpg.rf.ee442d046cc74053b09c8f883b653f43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9681_jpg.rf.ee442d046cc74053b09c8f883b653f43.jpg new file mode 100644 index 0000000..8f97a33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9681_jpg.rf.ee442d046cc74053b09c8f883b653f43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9683_jpg.rf.9610b2533332ebdfa87c2a54d90db6f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9683_jpg.rf.9610b2533332ebdfa87c2a54d90db6f2.jpg new file mode 100644 index 0000000..f550c5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9683_jpg.rf.9610b2533332ebdfa87c2a54d90db6f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9700_jpg.rf.2fd2ff194f7139186c530ee0e56db6d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9700_jpg.rf.2fd2ff194f7139186c530ee0e56db6d3.jpg new file mode 100644 index 0000000..c5a20ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9700_jpg.rf.2fd2ff194f7139186c530ee0e56db6d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9703_jpg.rf.241a3269c98f88cdcf28bef7b15b5114.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9703_jpg.rf.241a3269c98f88cdcf28bef7b15b5114.jpg new file mode 100644 index 0000000..50839f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9703_jpg.rf.241a3269c98f88cdcf28bef7b15b5114.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage970_jpg.rf.7f34a9495763a69887d185f9884db118.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage970_jpg.rf.7f34a9495763a69887d185f9884db118.jpg new file mode 100644 index 0000000..d2f1fb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage970_jpg.rf.7f34a9495763a69887d185f9884db118.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage971_jpg.rf.894b6efe09778ff9eb9848aabff14967.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage971_jpg.rf.894b6efe09778ff9eb9848aabff14967.jpg new file mode 100644 index 0000000..ee82353 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage971_jpg.rf.894b6efe09778ff9eb9848aabff14967.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9726_jpg.rf.1bd56b79f8dbc4eff8e7cd5fd6de2656.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9726_jpg.rf.1bd56b79f8dbc4eff8e7cd5fd6de2656.jpg new file mode 100644 index 0000000..05db5a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9726_jpg.rf.1bd56b79f8dbc4eff8e7cd5fd6de2656.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9740_jpg.rf.f4fba83012367e502f993e9912323b2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9740_jpg.rf.f4fba83012367e502f993e9912323b2e.jpg new file mode 100644 index 0000000..c647db6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9740_jpg.rf.f4fba83012367e502f993e9912323b2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9778_jpg.rf.144c6d63f3def0698ee0b106e1befc5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9778_jpg.rf.144c6d63f3def0698ee0b106e1befc5b.jpg new file mode 100644 index 0000000..579229d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9778_jpg.rf.144c6d63f3def0698ee0b106e1befc5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9798_jpg.rf.33f2c32d261693b485da96fa3c0977b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9798_jpg.rf.33f2c32d261693b485da96fa3c0977b0.jpg new file mode 100644 index 0000000..54ce6b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9798_jpg.rf.33f2c32d261693b485da96fa3c0977b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage97_jpg.rf.08176acc3b403ae47a5785b55978d279.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage97_jpg.rf.08176acc3b403ae47a5785b55978d279.jpg new file mode 100644 index 0000000..761d1d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage97_jpg.rf.08176acc3b403ae47a5785b55978d279.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9812_jpg.rf.f0ec125dc21e3e09c68506c7796df6ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9812_jpg.rf.f0ec125dc21e3e09c68506c7796df6ec.jpg new file mode 100644 index 0000000..0bb2fa7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9812_jpg.rf.f0ec125dc21e3e09c68506c7796df6ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9835_jpg.rf.ca80a293df72700a74472ba5feb4e911.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9835_jpg.rf.ca80a293df72700a74472ba5feb4e911.jpg new file mode 100644 index 0000000..a6c0185 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9835_jpg.rf.ca80a293df72700a74472ba5feb4e911.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9839_jpg.rf.30515994693584cdab558131e86a1d49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9839_jpg.rf.30515994693584cdab558131e86a1d49.jpg new file mode 100644 index 0000000..231d0a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9839_jpg.rf.30515994693584cdab558131e86a1d49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9840_jpg.rf.272c841bf5cf43873be08b3b2181b58f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9840_jpg.rf.272c841bf5cf43873be08b3b2181b58f.jpg new file mode 100644 index 0000000..25bafab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9840_jpg.rf.272c841bf5cf43873be08b3b2181b58f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9858_jpg.rf.30645abbe18bc98343f9541909ec693c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9858_jpg.rf.30645abbe18bc98343f9541909ec693c.jpg new file mode 100644 index 0000000..bb79f04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9858_jpg.rf.30645abbe18bc98343f9541909ec693c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9864_jpg.rf.48ce2f63b744132b9f8ca23c80061688.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9864_jpg.rf.48ce2f63b744132b9f8ca23c80061688.jpg new file mode 100644 index 0000000..f40e6d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9864_jpg.rf.48ce2f63b744132b9f8ca23c80061688.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9882_jpg.rf.3aa2d12295d9063bb3eb84e3507097ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9882_jpg.rf.3aa2d12295d9063bb3eb84e3507097ba.jpg new file mode 100644 index 0000000..0244d58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9882_jpg.rf.3aa2d12295d9063bb3eb84e3507097ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9891_jpg.rf.9847817d31a69363fe8347025771b76e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9891_jpg.rf.9847817d31a69363fe8347025771b76e.jpg new file mode 100644 index 0000000..72151cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9891_jpg.rf.9847817d31a69363fe8347025771b76e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9893_jpg.rf.ff0a537b1b6f309adbdbd36971c95313.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9893_jpg.rf.ff0a537b1b6f309adbdbd36971c95313.jpg new file mode 100644 index 0000000..f83355a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9893_jpg.rf.ff0a537b1b6f309adbdbd36971c95313.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage989_jpg.rf.78e945827a88f94abecfeaa410713bbb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage989_jpg.rf.78e945827a88f94abecfeaa410713bbb.jpg new file mode 100644 index 0000000..8189d16 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage989_jpg.rf.78e945827a88f94abecfeaa410713bbb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9902_jpg.rf.2b9ba09acf6dff491d504fe3bf3f7fe7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9902_jpg.rf.2b9ba09acf6dff491d504fe3bf3f7fe7.jpg new file mode 100644 index 0000000..339ef8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9902_jpg.rf.2b9ba09acf6dff491d504fe3bf3f7fe7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9904_jpg.rf.d7ba8a047caef2b59e244512ee1b08b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9904_jpg.rf.d7ba8a047caef2b59e244512ee1b08b8.jpg new file mode 100644 index 0000000..9a1bc7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9904_jpg.rf.d7ba8a047caef2b59e244512ee1b08b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9941_jpg.rf.cc747534e4f1a6606802e86fe853f359.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9941_jpg.rf.cc747534e4f1a6606802e86fe853f359.jpg new file mode 100644 index 0000000..38dabf3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9941_jpg.rf.cc747534e4f1a6606802e86fe853f359.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9953_jpg.rf.5bc478e574e6219cb06c54e58678d3b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9953_jpg.rf.5bc478e574e6219cb06c54e58678d3b5.jpg new file mode 100644 index 0000000..fd4361f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9953_jpg.rf.5bc478e574e6219cb06c54e58678d3b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9958_jpg.rf.f2e0b97c5b19ebdc852c30407ed4de21.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9958_jpg.rf.f2e0b97c5b19ebdc852c30407ed4de21.jpg new file mode 100644 index 0000000..c02da12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9958_jpg.rf.f2e0b97c5b19ebdc852c30407ed4de21.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9966_jpg.rf.772e849d1ed36e3a2aa0ef0da9244023.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9966_jpg.rf.772e849d1ed36e3a2aa0ef0da9244023.jpg new file mode 100644 index 0000000..266dd78 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9966_jpg.rf.772e849d1ed36e3a2aa0ef0da9244023.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9971_jpg.rf.f41784d631270a194aa287679f09b1c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9971_jpg.rf.f41784d631270a194aa287679f09b1c1.jpg new file mode 100644 index 0000000..69b555b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9971_jpg.rf.f41784d631270a194aa287679f09b1c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9972_jpg.rf.aaeb6cef38a40829eb75948501854fe5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9972_jpg.rf.aaeb6cef38a40829eb75948501854fe5.jpg new file mode 100644 index 0000000..4ff3553 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9972_jpg.rf.aaeb6cef38a40829eb75948501854fe5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Himage9981_jpg.rf.c52467a542c7fcc1f9651ac18f70f2d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9981_jpg.rf.c52467a542c7fcc1f9651ac18f70f2d2.jpg new file mode 100644 index 0000000..d817473 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Himage9981_jpg.rf.c52467a542c7fcc1f9651ac18f70f2d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122842_jpg.rf.15d02d6bbc09f5e0094fc21abddae936.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122842_jpg.rf.15d02d6bbc09f5e0094fc21abddae936.jpg new file mode 100644 index 0000000..4156152 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122842_jpg.rf.15d02d6bbc09f5e0094fc21abddae936.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122845_jpg.rf.a16b3fc1db3c19258f82b8f93ac570cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122845_jpg.rf.a16b3fc1db3c19258f82b8f93ac570cc.jpg new file mode 100644 index 0000000..623e8d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122845_jpg.rf.a16b3fc1db3c19258f82b8f93ac570cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122900_jpg.rf.a6ebd918c6d3931249ea4cc2dc9ee6e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122900_jpg.rf.a6ebd918c6d3931249ea4cc2dc9ee6e0.jpg new file mode 100644 index 0000000..1cc0820 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122900_jpg.rf.a6ebd918c6d3931249ea4cc2dc9ee6e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122944_jpg.rf.7178af88a2b1f731f9db24d786413d9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122944_jpg.rf.7178af88a2b1f731f9db24d786413d9d.jpg new file mode 100644 index 0000000..005ffe9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_122944_jpg.rf.7178af88a2b1f731f9db24d786413d9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123042_jpg.rf.ba212711d470ab980053937a66150ca7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123042_jpg.rf.ba212711d470ab980053937a66150ca7.jpg new file mode 100644 index 0000000..5035f0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123042_jpg.rf.ba212711d470ab980053937a66150ca7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123101_jpg.rf.13d3895da75b44b2f750c3d763bb6a83.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123101_jpg.rf.13d3895da75b44b2f750c3d763bb6a83.jpg new file mode 100644 index 0000000..2c84462 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123101_jpg.rf.13d3895da75b44b2f750c3d763bb6a83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123154_jpg.rf.995183db773358c278d4c8f28d2eba7e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123154_jpg.rf.995183db773358c278d4c8f28d2eba7e.jpg new file mode 100644 index 0000000..387c640 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123154_jpg.rf.995183db773358c278d4c8f28d2eba7e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123234_jpg.rf.2aaa888f10a852f6237ca5e7f058a0e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123234_jpg.rf.2aaa888f10a852f6237ca5e7f058a0e4.jpg new file mode 100644 index 0000000..9c1ae35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123234_jpg.rf.2aaa888f10a852f6237ca5e7f058a0e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123315_jpg.rf.39efe0620a8b1c752c4289158aff3a80.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123315_jpg.rf.39efe0620a8b1c752c4289158aff3a80.jpg new file mode 100644 index 0000000..439e5ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123315_jpg.rf.39efe0620a8b1c752c4289158aff3a80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123335_jpg.rf.0b3faff1362403a3827a1df5803874c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123335_jpg.rf.0b3faff1362403a3827a1df5803874c9.jpg new file mode 100644 index 0000000..828cfa4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123335_jpg.rf.0b3faff1362403a3827a1df5803874c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123429_jpg.rf.d35220b6368b7d1da282291d81f53c1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123429_jpg.rf.d35220b6368b7d1da282291d81f53c1b.jpg new file mode 100644 index 0000000..5388885 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123429_jpg.rf.d35220b6368b7d1da282291d81f53c1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123544_jpg.rf.12ac92af38c95d0f04278a28f75efa0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123544_jpg.rf.12ac92af38c95d0f04278a28f75efa0a.jpg new file mode 100644 index 0000000..632c5db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_123544_jpg.rf.12ac92af38c95d0f04278a28f75efa0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_125808_jpg.rf.ff0acc7f93eebd42df83d51f46c37b5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_125808_jpg.rf.ff0acc7f93eebd42df83d51f46c37b5e.jpg new file mode 100644 index 0000000..640d0ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_125808_jpg.rf.ff0acc7f93eebd42df83d51f46c37b5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_125815_jpg.rf.4ca522e0ffc56906fdebf3444e6f98d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_125815_jpg.rf.4ca522e0ffc56906fdebf3444e6f98d4.jpg new file mode 100644 index 0000000..69aeba4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_125815_jpg.rf.4ca522e0ffc56906fdebf3444e6f98d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130005_jpg.rf.431fb45305ece5acd5d11e4919b9a88b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130005_jpg.rf.431fb45305ece5acd5d11e4919b9a88b.jpg new file mode 100644 index 0000000..18b05ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130005_jpg.rf.431fb45305ece5acd5d11e4919b9a88b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130012_jpg.rf.b5e052571adfa454d7b35aa904e3eab1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130012_jpg.rf.b5e052571adfa454d7b35aa904e3eab1.jpg new file mode 100644 index 0000000..4e0238e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130012_jpg.rf.b5e052571adfa454d7b35aa904e3eab1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130950_jpg.rf.a2988176b7a90d876b953a7a4e5159bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130950_jpg.rf.a2988176b7a90d876b953a7a4e5159bb.jpg new file mode 100644 index 0000000..a1d081a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_130950_jpg.rf.a2988176b7a90d876b953a7a4e5159bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131008_jpg.rf.b076c17c5625e9c08aad02f88d1e2e6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131008_jpg.rf.b076c17c5625e9c08aad02f88d1e2e6a.jpg new file mode 100644 index 0000000..415535e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131008_jpg.rf.b076c17c5625e9c08aad02f88d1e2e6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131227_jpg.rf.0173cd85cddc7de8a1c249c4e08c8170.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131227_jpg.rf.0173cd85cddc7de8a1c249c4e08c8170.jpg new file mode 100644 index 0000000..6f703bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131227_jpg.rf.0173cd85cddc7de8a1c249c4e08c8170.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131317_jpg.rf.704635ee43e55ce2167fd6bd507383b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131317_jpg.rf.704635ee43e55ce2167fd6bd507383b6.jpg new file mode 100644 index 0000000..0c38ab5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131317_jpg.rf.704635ee43e55ce2167fd6bd507383b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131539_jpg.rf.c3a18da5098270f0f9722e7fc69d5ac6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131539_jpg.rf.c3a18da5098270f0f9722e7fc69d5ac6.jpg new file mode 100644 index 0000000..910636c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131539_jpg.rf.c3a18da5098270f0f9722e7fc69d5ac6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131703_jpg.rf.81c4510ad9cf0b26e6a4f61f3331bb75.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131703_jpg.rf.81c4510ad9cf0b26e6a4f61f3331bb75.jpg new file mode 100644 index 0000000..1be4cab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131703_jpg.rf.81c4510ad9cf0b26e6a4f61f3331bb75.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131709_jpg.rf.a508db2de3bb2f5d5bc832f53a99da14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131709_jpg.rf.a508db2de3bb2f5d5bc832f53a99da14.jpg new file mode 100644 index 0000000..524b6ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131709_jpg.rf.a508db2de3bb2f5d5bc832f53a99da14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131842_jpg.rf.40ca907cb199accc954fc3379722c97f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131842_jpg.rf.40ca907cb199accc954fc3379722c97f.jpg new file mode 100644 index 0000000..505fc1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131842_jpg.rf.40ca907cb199accc954fc3379722c97f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131900_jpg.rf.93cf9e4750156a581ef511b6c987367c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131900_jpg.rf.93cf9e4750156a581ef511b6c987367c.jpg new file mode 100644 index 0000000..d3db764 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131900_jpg.rf.93cf9e4750156a581ef511b6c987367c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131908_jpg.rf.e7066a1565aaf461c84ae52c598a99f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131908_jpg.rf.e7066a1565aaf461c84ae52c598a99f0.jpg new file mode 100644 index 0000000..3dfddc5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_20230412_131908_jpg.rf.e7066a1565aaf461c84ae52c598a99f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.1121e6fe6d2735c719b8d60c1ab42d81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.1121e6fe6d2735c719b8d60c1ab42d81.jpg new file mode 100644 index 0000000..b7ad926 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.1121e6fe6d2735c719b8d60c1ab42d81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.c4e48e37e9c1e77983b5ab93e54f12c8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.c4e48e37e9c1e77983b5ab93e54f12c8.jpg new file mode 100644 index 0000000..b7ad926 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.c4e48e37e9c1e77983b5ab93e54f12c8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.c911aaffc80f58255fef858323c0fbe1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.c911aaffc80f58255fef858323c0fbe1.jpg new file mode 100644 index 0000000..b7ad926 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0000_jpg.rf.c911aaffc80f58255fef858323c0fbe1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.9b681a38b821c2beb514dc47555655b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.9b681a38b821c2beb514dc47555655b1.jpg new file mode 100644 index 0000000..9196658 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.9b681a38b821c2beb514dc47555655b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.c867d3d31f71979880b6e2caeec62a75.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.c867d3d31f71979880b6e2caeec62a75.jpg new file mode 100644 index 0000000..9196658 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.c867d3d31f71979880b6e2caeec62a75.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.e93864a9bd2f3236aa07178269c594b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.e93864a9bd2f3236aa07178269c594b4.jpg new file mode 100644 index 0000000..9196658 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0001_jpg.rf.e93864a9bd2f3236aa07178269c594b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.22daa12a2d9a12e1af92f57db6c14b66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.22daa12a2d9a12e1af92f57db6c14b66.jpg new file mode 100644 index 0000000..fc7dc40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.22daa12a2d9a12e1af92f57db6c14b66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.c70b5a1bbcd6bdf7c452bddb0d2ddf84.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.c70b5a1bbcd6bdf7c452bddb0d2ddf84.jpg new file mode 100644 index 0000000..fc7dc40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.c70b5a1bbcd6bdf7c452bddb0d2ddf84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.f770f9708ba14cab8b5559dc51d3d7e9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.f770f9708ba14cab8b5559dc51d3d7e9.jpg new file mode 100644 index 0000000..fc7dc40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0003_jpg.rf.f770f9708ba14cab8b5559dc51d3d7e9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.3568a14e01ae0a56e8a021068b605eaf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.3568a14e01ae0a56e8a021068b605eaf.jpg new file mode 100644 index 0000000..7b44df2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.3568a14e01ae0a56e8a021068b605eaf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.6c56bcee3cf9a02a6de2ea7c050ba061.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.6c56bcee3cf9a02a6de2ea7c050ba061.jpg new file mode 100644 index 0000000..7b44df2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.6c56bcee3cf9a02a6de2ea7c050ba061.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.7ba0892f1a7480ddd5593147765e83b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.7ba0892f1a7480ddd5593147765e83b4.jpg new file mode 100644 index 0000000..7b44df2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0005_jpg.rf.7ba0892f1a7480ddd5593147765e83b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.bf2fcff6ff12143624a450a9d22d1629.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.bf2fcff6ff12143624a450a9d22d1629.jpg new file mode 100644 index 0000000..f2ec2d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.bf2fcff6ff12143624a450a9d22d1629.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.c498c1cbf7a40a6dc8f8964046dd1ea1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.c498c1cbf7a40a6dc8f8964046dd1ea1.jpg new file mode 100644 index 0000000..f2ec2d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.c498c1cbf7a40a6dc8f8964046dd1ea1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.ea12a6bc4147315605bc821243f684eb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.ea12a6bc4147315605bc821243f684eb.jpg new file mode 100644 index 0000000..f2ec2d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3381_mp4-0006_jpg.rf.ea12a6bc4147315605bc821243f684eb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0001_jpg.rf.19820dc69bcbbb9e4b4d4c24b0e168b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0001_jpg.rf.19820dc69bcbbb9e4b4d4c24b0e168b6.jpg new file mode 100644 index 0000000..47c3423 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0001_jpg.rf.19820dc69bcbbb9e4b4d4c24b0e168b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0001_jpg.rf.8b64feb9bc03010ccc4f605f42df0108.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0001_jpg.rf.8b64feb9bc03010ccc4f605f42df0108.jpg new file mode 100644 index 0000000..47c3423 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0001_jpg.rf.8b64feb9bc03010ccc4f605f42df0108.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.0a07a3c5b3ccdb97537effa36f3f4b20.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.0a07a3c5b3ccdb97537effa36f3f4b20.jpg new file mode 100644 index 0000000..f930b9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.0a07a3c5b3ccdb97537effa36f3f4b20.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.70376f77032d12189bef848aacafc09f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.70376f77032d12189bef848aacafc09f.jpg new file mode 100644 index 0000000..f930b9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.70376f77032d12189bef848aacafc09f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.87888f1f8bf57640a6c8680bc1afd6cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.87888f1f8bf57640a6c8680bc1afd6cf.jpg new file mode 100644 index 0000000..f930b9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0002_jpg.rf.87888f1f8bf57640a6c8680bc1afd6cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.21ab13ddef8dfe206357b8594a08203a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.21ab13ddef8dfe206357b8594a08203a.jpg new file mode 100644 index 0000000..7535a53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.21ab13ddef8dfe206357b8594a08203a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.8e89a608441f8f3d684445b36832198a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.8e89a608441f8f3d684445b36832198a.jpg new file mode 100644 index 0000000..7535a53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.8e89a608441f8f3d684445b36832198a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.e92e7733ff942190692ae0b381cc0d6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.e92e7733ff942190692ae0b381cc0d6a.jpg new file mode 100644 index 0000000..7535a53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0003_jpg.rf.e92e7733ff942190692ae0b381cc0d6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.31ebb446701404adc34f23679c1b3b99.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.31ebb446701404adc34f23679c1b3b99.jpg new file mode 100644 index 0000000..869acdc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.31ebb446701404adc34f23679c1b3b99.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.367e5d31a0d5c95b745240c08b4b0eb7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.367e5d31a0d5c95b745240c08b4b0eb7.jpg new file mode 100644 index 0000000..869acdc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.367e5d31a0d5c95b745240c08b4b0eb7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.c0b1c895216dcab4127f3dc1dffd0774.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.c0b1c895216dcab4127f3dc1dffd0774.jpg new file mode 100644 index 0000000..869acdc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0005_jpg.rf.c0b1c895216dcab4127f3dc1dffd0774.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.3da0a16a2d7f25ddf8cba238ae65b27b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.3da0a16a2d7f25ddf8cba238ae65b27b.jpg new file mode 100644 index 0000000..3afc5b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.3da0a16a2d7f25ddf8cba238ae65b27b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.91800702d4d76620b7a79c1790fb7bbe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.91800702d4d76620b7a79c1790fb7bbe.jpg new file mode 100644 index 0000000..3afc5b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.91800702d4d76620b7a79c1790fb7bbe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.de734e1d42a76417cec81c9d15c50ba7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.de734e1d42a76417cec81c9d15c50ba7.jpg new file mode 100644 index 0000000..3afc5b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0006_jpg.rf.de734e1d42a76417cec81c9d15c50ba7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0007_jpg.rf.d953ad6cd7933500cd8998fd846386f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0007_jpg.rf.d953ad6cd7933500cd8998fd846386f9.jpg new file mode 100644 index 0000000..c7cef00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0007_jpg.rf.d953ad6cd7933500cd8998fd846386f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0007_jpg.rf.ea90fc19d06825e650bfd2ba96b7c6e9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0007_jpg.rf.ea90fc19d06825e650bfd2ba96b7c6e9.jpg new file mode 100644 index 0000000..c7cef00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0007_jpg.rf.ea90fc19d06825e650bfd2ba96b7c6e9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0009_jpg.rf.1c8465223738a30b7e99128142490faf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0009_jpg.rf.1c8465223738a30b7e99128142490faf.jpg new file mode 100644 index 0000000..e987cf6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0009_jpg.rf.1c8465223738a30b7e99128142490faf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0009_jpg.rf.1cdd1d7faf9fc2e43cbe3ebb21337a48.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0009_jpg.rf.1cdd1d7faf9fc2e43cbe3ebb21337a48.jpg new file mode 100644 index 0000000..e987cf6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0009_jpg.rf.1cdd1d7faf9fc2e43cbe3ebb21337a48.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.50952da9728516f430be961bed50797f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.50952da9728516f430be961bed50797f.jpg new file mode 100644 index 0000000..f4eabad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.50952da9728516f430be961bed50797f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.6868b940f3858e7a1bba5e3cf42e2cfe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.6868b940f3858e7a1bba5e3cf42e2cfe.jpg new file mode 100644 index 0000000..f4eabad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.6868b940f3858e7a1bba5e3cf42e2cfe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.95d33c3badb4cdf9d9dd9cf82db71d43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.95d33c3badb4cdf9d9dd9cf82db71d43.jpg new file mode 100644 index 0000000..f4eabad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0010_jpg.rf.95d33c3badb4cdf9d9dd9cf82db71d43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.30f020287a296168e487de71320e67e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.30f020287a296168e487de71320e67e2.jpg new file mode 100644 index 0000000..31b24f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.30f020287a296168e487de71320e67e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.482c1e4ce56198ea8629dc68c79d4210.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.482c1e4ce56198ea8629dc68c79d4210.jpg new file mode 100644 index 0000000..31b24f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.482c1e4ce56198ea8629dc68c79d4210.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.eee59a0f186595d6c2dd1ad2b042ae09.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.eee59a0f186595d6c2dd1ad2b042ae09.jpg new file mode 100644 index 0000000..31b24f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0011_jpg.rf.eee59a0f186595d6c2dd1ad2b042ae09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.59be58b7d79bc9d48dbde133b2dab880.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.59be58b7d79bc9d48dbde133b2dab880.jpg new file mode 100644 index 0000000..f7333ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.59be58b7d79bc9d48dbde133b2dab880.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.7ae440f26e674c3a57b7e882d0b41e42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.7ae440f26e674c3a57b7e882d0b41e42.jpg new file mode 100644 index 0000000..f7333ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.7ae440f26e674c3a57b7e882d0b41e42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.954fd015e3103ef058b7a030da1b5652.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.954fd015e3103ef058b7a030da1b5652.jpg new file mode 100644 index 0000000..f7333ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0012_jpg.rf.954fd015e3103ef058b7a030da1b5652.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.11263209904f56063bc1a7918b2d4af4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.11263209904f56063bc1a7918b2d4af4.jpg new file mode 100644 index 0000000..ca48c62 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.11263209904f56063bc1a7918b2d4af4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.4c5e3c0950984e0fb56937c4da9784f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.4c5e3c0950984e0fb56937c4da9784f9.jpg new file mode 100644 index 0000000..ca48c62 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.4c5e3c0950984e0fb56937c4da9784f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.f870c150a6b0c0c0eda5eeff72e5b898.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.f870c150a6b0c0c0eda5eeff72e5b898.jpg new file mode 100644 index 0000000..ca48c62 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0015_jpg.rf.f870c150a6b0c0c0eda5eeff72e5b898.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.2016115b90103777b5749626cb920baa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.2016115b90103777b5749626cb920baa.jpg new file mode 100644 index 0000000..4a85d92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.2016115b90103777b5749626cb920baa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.e5f860b357d0364c5398636f3dc8a60b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.e5f860b357d0364c5398636f3dc8a60b.jpg new file mode 100644 index 0000000..4a85d92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.e5f860b357d0364c5398636f3dc8a60b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.f18b864cb2f300c67cee6658d2c1de1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.f18b864cb2f300c67cee6658d2c1de1b.jpg new file mode 100644 index 0000000..4a85d92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0017_jpg.rf.f18b864cb2f300c67cee6658d2c1de1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.9dc1c319cedff24cb7594db94a6e13f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.9dc1c319cedff24cb7594db94a6e13f0.jpg new file mode 100644 index 0000000..6e41729 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.9dc1c319cedff24cb7594db94a6e13f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.e4444eee2245cded51e962e06b6f2206.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.e4444eee2245cded51e962e06b6f2206.jpg new file mode 100644 index 0000000..6e41729 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.e4444eee2245cded51e962e06b6f2206.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.fb3a1df8552817ef1b7374c2e19c4d34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.fb3a1df8552817ef1b7374c2e19c4d34.jpg new file mode 100644 index 0000000..6e41729 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0018_jpg.rf.fb3a1df8552817ef1b7374c2e19c4d34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.0189cf9ecde32bf93a90043d33d3423a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.0189cf9ecde32bf93a90043d33d3423a.jpg new file mode 100644 index 0000000..b94caf7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.0189cf9ecde32bf93a90043d33d3423a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.5dc9c3e0d54c686079715bdae3c4ddaa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.5dc9c3e0d54c686079715bdae3c4ddaa.jpg new file mode 100644 index 0000000..b94caf7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.5dc9c3e0d54c686079715bdae3c4ddaa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.ff49a1897db869c9c1ade2d161709930.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.ff49a1897db869c9c1ade2d161709930.jpg new file mode 100644 index 0000000..b94caf7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0019_jpg.rf.ff49a1897db869c9c1ade2d161709930.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.0b91d11e14069c11dbb14201a506f6be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.0b91d11e14069c11dbb14201a506f6be.jpg new file mode 100644 index 0000000..285aa9d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.0b91d11e14069c11dbb14201a506f6be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.6659594bb9f008c2428f65f0dea1fc49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.6659594bb9f008c2428f65f0dea1fc49.jpg new file mode 100644 index 0000000..285aa9d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.6659594bb9f008c2428f65f0dea1fc49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.85cb8538b0dcd98a63e05d07542675c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.85cb8538b0dcd98a63e05d07542675c7.jpg new file mode 100644 index 0000000..285aa9d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0021_jpg.rf.85cb8538b0dcd98a63e05d07542675c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.1ca1b5f9f08f7fb61f223ee38996816a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.1ca1b5f9f08f7fb61f223ee38996816a.jpg new file mode 100644 index 0000000..1d5f1ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.1ca1b5f9f08f7fb61f223ee38996816a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.c9298ed6f38c2cad99ec225a174a6a0d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.c9298ed6f38c2cad99ec225a174a6a0d.jpg new file mode 100644 index 0000000..1d5f1ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.c9298ed6f38c2cad99ec225a174a6a0d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.fc3ca4cea972e9f76b1493b0b9300d80.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.fc3ca4cea972e9f76b1493b0b9300d80.jpg new file mode 100644 index 0000000..1d5f1ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0023_jpg.rf.fc3ca4cea972e9f76b1493b0b9300d80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.0c842be97f752e55dd328df842a5d603.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.0c842be97f752e55dd328df842a5d603.jpg new file mode 100644 index 0000000..182948e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.0c842be97f752e55dd328df842a5d603.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.38d0d5438ff630989e2b813f6e74851e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.38d0d5438ff630989e2b813f6e74851e.jpg new file mode 100644 index 0000000..182948e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.38d0d5438ff630989e2b813f6e74851e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.e10ddf12ab1f22e46eeaabe934478d63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.e10ddf12ab1f22e46eeaabe934478d63.jpg new file mode 100644 index 0000000..182948e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0024_jpg.rf.e10ddf12ab1f22e46eeaabe934478d63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.8ea9e3c28206a69136db3b8a62ea7e7b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.8ea9e3c28206a69136db3b8a62ea7e7b.jpg new file mode 100644 index 0000000..81fe6ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.8ea9e3c28206a69136db3b8a62ea7e7b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.b532e3719a617451565752fefeb15618.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.b532e3719a617451565752fefeb15618.jpg new file mode 100644 index 0000000..81fe6ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.b532e3719a617451565752fefeb15618.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.c87bf1d15158f42474ce584702ec7a01.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.c87bf1d15158f42474ce584702ec7a01.jpg new file mode 100644 index 0000000..81fe6ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3382_mp4-0026_jpg.rf.c87bf1d15158f42474ce584702ec7a01.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.623a7b7affa91e16d6b77e906468189c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.623a7b7affa91e16d6b77e906468189c.jpg new file mode 100644 index 0000000..5a50cb5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.623a7b7affa91e16d6b77e906468189c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.c99fedb7004ac24e795ab7261784ee49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.c99fedb7004ac24e795ab7261784ee49.jpg new file mode 100644 index 0000000..5a50cb5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.c99fedb7004ac24e795ab7261784ee49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.f450ecfe4dde1f7354c479bb299ebf9a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.f450ecfe4dde1f7354c479bb299ebf9a.jpg new file mode 100644 index 0000000..5a50cb5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0001_jpg.rf.f450ecfe4dde1f7354c479bb299ebf9a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.5eadd891bca7fe48d224032940005c37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.5eadd891bca7fe48d224032940005c37.jpg new file mode 100644 index 0000000..1adc5b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.5eadd891bca7fe48d224032940005c37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.c0b7de01f26f58f04d3962ae02efdf3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.c0b7de01f26f58f04d3962ae02efdf3d.jpg new file mode 100644 index 0000000..1adc5b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.c0b7de01f26f58f04d3962ae02efdf3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.f26b4bf062fead62d26e5f487c23eac2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.f26b4bf062fead62d26e5f487c23eac2.jpg new file mode 100644 index 0000000..1adc5b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0002_jpg.rf.f26b4bf062fead62d26e5f487c23eac2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.52508703e10b8cc1b951af01a1c13f61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.52508703e10b8cc1b951af01a1c13f61.jpg new file mode 100644 index 0000000..508c3b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.52508703e10b8cc1b951af01a1c13f61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.9c32734a4febe4b95bcf5ba8e6d73fb0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.9c32734a4febe4b95bcf5ba8e6d73fb0.jpg new file mode 100644 index 0000000..508c3b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.9c32734a4febe4b95bcf5ba8e6d73fb0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.fbb4d7454ef07cb1f10014473ada686c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.fbb4d7454ef07cb1f10014473ada686c.jpg new file mode 100644 index 0000000..508c3b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0003_jpg.rf.fbb4d7454ef07cb1f10014473ada686c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0004_jpg.rf.092621dca1e213c1074e0bdbfff4fbf1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0004_jpg.rf.092621dca1e213c1074e0bdbfff4fbf1.jpg new file mode 100644 index 0000000..e2c06ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0004_jpg.rf.092621dca1e213c1074e0bdbfff4fbf1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0004_jpg.rf.b3f1fb08f581675312fd731968201665.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0004_jpg.rf.b3f1fb08f581675312fd731968201665.jpg new file mode 100644 index 0000000..e2c06ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0004_jpg.rf.b3f1fb08f581675312fd731968201665.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.305fa4525e36bcce8e5e1de46a18dec8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.305fa4525e36bcce8e5e1de46a18dec8.jpg new file mode 100644 index 0000000..4d497d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.305fa4525e36bcce8e5e1de46a18dec8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.6f7716ec000395ea4efdf2e9b7e75c22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.6f7716ec000395ea4efdf2e9b7e75c22.jpg new file mode 100644 index 0000000..4d497d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.6f7716ec000395ea4efdf2e9b7e75c22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.cadc2c22675eb00e2f0c12e4df588b79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.cadc2c22675eb00e2f0c12e4df588b79.jpg new file mode 100644 index 0000000..4d497d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0005_jpg.rf.cadc2c22675eb00e2f0c12e4df588b79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.4147f9c08ab809fc475637b4d2e696a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.4147f9c08ab809fc475637b4d2e696a5.jpg new file mode 100644 index 0000000..cd634f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.4147f9c08ab809fc475637b4d2e696a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.e5aab3341ac1f5a0c4a3c5ff062f9904.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.e5aab3341ac1f5a0c4a3c5ff062f9904.jpg new file mode 100644 index 0000000..cd634f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.e5aab3341ac1f5a0c4a3c5ff062f9904.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.f04279a144cefae9ff471d16a65bad6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.f04279a144cefae9ff471d16a65bad6c.jpg new file mode 100644 index 0000000..cd634f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0006_jpg.rf.f04279a144cefae9ff471d16a65bad6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.006553569b583f6442cbb93f8cbe1b10.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.006553569b583f6442cbb93f8cbe1b10.jpg new file mode 100644 index 0000000..fe88c34 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.006553569b583f6442cbb93f8cbe1b10.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.a6586e2dc2b26aba95c97b2d07957ce0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.a6586e2dc2b26aba95c97b2d07957ce0.jpg new file mode 100644 index 0000000..fe88c34 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.a6586e2dc2b26aba95c97b2d07957ce0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.f4a3ead3f1afd783c850b5a369cea30c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.f4a3ead3f1afd783c850b5a369cea30c.jpg new file mode 100644 index 0000000..fe88c34 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0007_jpg.rf.f4a3ead3f1afd783c850b5a369cea30c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.87956a17533eb7c5a47221ebcc725d94.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.87956a17533eb7c5a47221ebcc725d94.jpg new file mode 100644 index 0000000..b8fa7b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.87956a17533eb7c5a47221ebcc725d94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.a2527ad3ca14173f82799c93b46a973f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.a2527ad3ca14173f82799c93b46a973f.jpg new file mode 100644 index 0000000..b8fa7b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.a2527ad3ca14173f82799c93b46a973f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.cc1c9a66ce34a2970169dc85ea271976.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.cc1c9a66ce34a2970169dc85ea271976.jpg new file mode 100644 index 0000000..b8fa7b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0008_jpg.rf.cc1c9a66ce34a2970169dc85ea271976.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0009_jpg.rf.6979a508c7352a22e36cb2e3f4a3c47a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0009_jpg.rf.6979a508c7352a22e36cb2e3f4a3c47a.jpg new file mode 100644 index 0000000..c3690d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0009_jpg.rf.6979a508c7352a22e36cb2e3f4a3c47a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0009_jpg.rf.f59d201765c3583062c9938e1cce7592.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0009_jpg.rf.f59d201765c3583062c9938e1cce7592.jpg new file mode 100644 index 0000000..c3690d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0009_jpg.rf.f59d201765c3583062c9938e1cce7592.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.7472f9b8da833b6495201ba59b4a5a55.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.7472f9b8da833b6495201ba59b4a5a55.jpg new file mode 100644 index 0000000..b457192 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.7472f9b8da833b6495201ba59b4a5a55.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.ad3d633dc09d86106fef825cc78ea4e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.ad3d633dc09d86106fef825cc78ea4e5.jpg new file mode 100644 index 0000000..b457192 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.ad3d633dc09d86106fef825cc78ea4e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.eaeef4af805fe2f8c2f69e06fcfdfc81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.eaeef4af805fe2f8c2f69e06fcfdfc81.jpg new file mode 100644 index 0000000..b457192 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0011_jpg.rf.eaeef4af805fe2f8c2f69e06fcfdfc81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.019185b2ef1ccebaea75f79faf709150.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.019185b2ef1ccebaea75f79faf709150.jpg new file mode 100644 index 0000000..f46e009 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.019185b2ef1ccebaea75f79faf709150.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.30a58190dbd192dc50e6a78f5203c4bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.30a58190dbd192dc50e6a78f5203c4bb.jpg new file mode 100644 index 0000000..f46e009 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.30a58190dbd192dc50e6a78f5203c4bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.47a1427d968af585cdab41a60f3afead.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.47a1427d968af585cdab41a60f3afead.jpg new file mode 100644 index 0000000..f46e009 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/IMG_3383_mp4-0012_jpg.rf.47a1427d968af585cdab41a60f3afead.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18103_jpg.rf.cf8016386c726c02bd0f0fcb052cd565.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18103_jpg.rf.cf8016386c726c02bd0f0fcb052cd565.jpg new file mode 100644 index 0000000..ae6efb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18103_jpg.rf.cf8016386c726c02bd0f0fcb052cd565.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18116_jpg.rf.39afc2f606a8b3f9628fecddb6346b7e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18116_jpg.rf.39afc2f606a8b3f9628fecddb6346b7e.jpg new file mode 100644 index 0000000..8bcbca9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18116_jpg.rf.39afc2f606a8b3f9628fecddb6346b7e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18122_jpg.rf.6c367e5013582aa3ac11d51e25891a1e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18122_jpg.rf.6c367e5013582aa3ac11d51e25891a1e.jpg new file mode 100644 index 0000000..87e3387 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18122_jpg.rf.6c367e5013582aa3ac11d51e25891a1e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1813_jpg.rf.63c799d441a154a178d4b1304196e2f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1813_jpg.rf.63c799d441a154a178d4b1304196e2f1.jpg new file mode 100644 index 0000000..f3a036d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1813_jpg.rf.63c799d441a154a178d4b1304196e2f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18170_jpg.rf.3655fdf3ed7a11e177de1d6436348b4d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18170_jpg.rf.3655fdf3ed7a11e177de1d6436348b4d.jpg new file mode 100644 index 0000000..441db08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18170_jpg.rf.3655fdf3ed7a11e177de1d6436348b4d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18172_jpg.rf.874ad3cb7ad31466669be1111d5afc85.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18172_jpg.rf.874ad3cb7ad31466669be1111d5afc85.jpg new file mode 100644 index 0000000..e3ef3e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18172_jpg.rf.874ad3cb7ad31466669be1111d5afc85.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18179_jpg.rf.abd8acd684cf4e3f5ef6a035aeec0ad3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18179_jpg.rf.abd8acd684cf4e3f5ef6a035aeec0ad3.jpg new file mode 100644 index 0000000..ade798b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18179_jpg.rf.abd8acd684cf4e3f5ef6a035aeec0ad3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18183_jpg.rf.baa69599c3702f9b58a36c61ae05b40c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18183_jpg.rf.baa69599c3702f9b58a36c61ae05b40c.jpg new file mode 100644 index 0000000..4821603 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18183_jpg.rf.baa69599c3702f9b58a36c61ae05b40c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18186_jpg.rf.a5f888ddd1a69a4f2fc43b126d07e014.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18186_jpg.rf.a5f888ddd1a69a4f2fc43b126d07e014.jpg new file mode 100644 index 0000000..6b2f558 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18186_jpg.rf.a5f888ddd1a69a4f2fc43b126d07e014.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18188_jpg.rf.f74dd51a21371b67bdc7b3a99f8d8e93.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18188_jpg.rf.f74dd51a21371b67bdc7b3a99f8d8e93.jpg new file mode 100644 index 0000000..425ba85 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18188_jpg.rf.f74dd51a21371b67bdc7b3a99f8d8e93.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18195_jpg.rf.7f4eae7325e1d55c2db2af554d7ddcaa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18195_jpg.rf.7f4eae7325e1d55c2db2af554d7ddcaa.jpg new file mode 100644 index 0000000..180ae00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18195_jpg.rf.7f4eae7325e1d55c2db2af554d7ddcaa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18199_jpg.rf.f241aa5df97b867b8cabe04b0ffca096.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18199_jpg.rf.f241aa5df97b867b8cabe04b0ffca096.jpg new file mode 100644 index 0000000..4605419 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18199_jpg.rf.f241aa5df97b867b8cabe04b0ffca096.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18206_jpg.rf.a491223633b7185c61a0efaa2b4b934f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18206_jpg.rf.a491223633b7185c61a0efaa2b4b934f.jpg new file mode 100644 index 0000000..25e5700 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18206_jpg.rf.a491223633b7185c61a0efaa2b4b934f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18211_jpg.rf.f87f51fb43d7af0394ca31cb9e6e9c52.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18211_jpg.rf.f87f51fb43d7af0394ca31cb9e6e9c52.jpg new file mode 100644 index 0000000..5f9044f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18211_jpg.rf.f87f51fb43d7af0394ca31cb9e6e9c52.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18219_jpg.rf.b005bda2df5e9eb03280d5c43411ccb8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18219_jpg.rf.b005bda2df5e9eb03280d5c43411ccb8.jpg new file mode 100644 index 0000000..5b4b49c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18219_jpg.rf.b005bda2df5e9eb03280d5c43411ccb8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18223_jpg.rf.0fbf90ec4001fd88de306ade797843df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18223_jpg.rf.0fbf90ec4001fd88de306ade797843df.jpg new file mode 100644 index 0000000..6efd74c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18223_jpg.rf.0fbf90ec4001fd88de306ade797843df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18231_jpg.rf.f9cb1e3acef7baeec63d2f21bb72cc66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18231_jpg.rf.f9cb1e3acef7baeec63d2f21bb72cc66.jpg new file mode 100644 index 0000000..73d3d60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18231_jpg.rf.f9cb1e3acef7baeec63d2f21bb72cc66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18247_jpg.rf.cea25bfb58f9206685db8df865d6601a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18247_jpg.rf.cea25bfb58f9206685db8df865d6601a.jpg new file mode 100644 index 0000000..ebbe8ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18247_jpg.rf.cea25bfb58f9206685db8df865d6601a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18248_jpg.rf.619fecb046cb2fedc963aa5b9d24571f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18248_jpg.rf.619fecb046cb2fedc963aa5b9d24571f.jpg new file mode 100644 index 0000000..2e64159 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18248_jpg.rf.619fecb046cb2fedc963aa5b9d24571f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18252_jpg.rf.14732013ef9ab55f2b0e9825e26b5e66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18252_jpg.rf.14732013ef9ab55f2b0e9825e26b5e66.jpg new file mode 100644 index 0000000..a3f6cd4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18252_jpg.rf.14732013ef9ab55f2b0e9825e26b5e66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18254_jpg.rf.4e3c84638e9e8f6dc595cd24091ce207.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18254_jpg.rf.4e3c84638e9e8f6dc595cd24091ce207.jpg new file mode 100644 index 0000000..1d6ea95 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18254_jpg.rf.4e3c84638e9e8f6dc595cd24091ce207.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18256_jpg.rf.9c8c8232be3cb0cc908c59dc17807ac0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18256_jpg.rf.9c8c8232be3cb0cc908c59dc17807ac0.jpg new file mode 100644 index 0000000..bdfe856 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18256_jpg.rf.9c8c8232be3cb0cc908c59dc17807ac0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18271_jpg.rf.2e7bd43ab406c8bd42fc20d0a719ffa9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18271_jpg.rf.2e7bd43ab406c8bd42fc20d0a719ffa9.jpg new file mode 100644 index 0000000..9d00301 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18271_jpg.rf.2e7bd43ab406c8bd42fc20d0a719ffa9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18275_jpg.rf.2ac1db421406985a0b66704dcbb5913f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18275_jpg.rf.2ac1db421406985a0b66704dcbb5913f.jpg new file mode 100644 index 0000000..d2e5e45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18275_jpg.rf.2ac1db421406985a0b66704dcbb5913f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18289_jpg.rf.3d9f8c814ff70e6f5cdef7e33c4b49d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18289_jpg.rf.3d9f8c814ff70e6f5cdef7e33c4b49d5.jpg new file mode 100644 index 0000000..3694963 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18289_jpg.rf.3d9f8c814ff70e6f5cdef7e33c4b49d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18292_jpg.rf.e4187a9e72b7ed710801b5d4c5633828.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18292_jpg.rf.e4187a9e72b7ed710801b5d4c5633828.jpg new file mode 100644 index 0000000..4d1b04f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18292_jpg.rf.e4187a9e72b7ed710801b5d4c5633828.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18294_jpg.rf.f419228af3d99c6692a2e2052f52bf4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18294_jpg.rf.f419228af3d99c6692a2e2052f52bf4c.jpg new file mode 100644 index 0000000..9010fd0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18294_jpg.rf.f419228af3d99c6692a2e2052f52bf4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18295_jpg.rf.d7022769f02d3b0472ff2f050d6f601d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18295_jpg.rf.d7022769f02d3b0472ff2f050d6f601d.jpg new file mode 100644 index 0000000..ded9dee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18295_jpg.rf.d7022769f02d3b0472ff2f050d6f601d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18299_jpg.rf.1f60e18b3df4cb2d908bef87a52c8931.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18299_jpg.rf.1f60e18b3df4cb2d908bef87a52c8931.jpg new file mode 100644 index 0000000..cd9d7d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18299_jpg.rf.1f60e18b3df4cb2d908bef87a52c8931.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18305_jpg.rf.2cd3a6ae961779a35cbc76d1edad89dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18305_jpg.rf.2cd3a6ae961779a35cbc76d1edad89dd.jpg new file mode 100644 index 0000000..cc296c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18305_jpg.rf.2cd3a6ae961779a35cbc76d1edad89dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1832_jpg.rf.0608b1a5e5bbfc9a2e30439c604f8ddb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1832_jpg.rf.0608b1a5e5bbfc9a2e30439c604f8ddb.jpg new file mode 100644 index 0000000..1978202 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1832_jpg.rf.0608b1a5e5bbfc9a2e30439c604f8ddb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18336_jpg.rf.7936ae1af236d704f925faa1e56fa667.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18336_jpg.rf.7936ae1af236d704f925faa1e56fa667.jpg new file mode 100644 index 0000000..a2beef7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18336_jpg.rf.7936ae1af236d704f925faa1e56fa667.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18343_jpg.rf.e68acc82b98aa0f2b7f839af8f70e941.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18343_jpg.rf.e68acc82b98aa0f2b7f839af8f70e941.jpg new file mode 100644 index 0000000..6d9f4ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18343_jpg.rf.e68acc82b98aa0f2b7f839af8f70e941.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18347_jpg.rf.a392c7563d56a24558564b760369711d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18347_jpg.rf.a392c7563d56a24558564b760369711d.jpg new file mode 100644 index 0000000..59973b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18347_jpg.rf.a392c7563d56a24558564b760369711d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18355_jpg.rf.754236a1a5f96d66ab25124667264623.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18355_jpg.rf.754236a1a5f96d66ab25124667264623.jpg new file mode 100644 index 0000000..9f59779 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18355_jpg.rf.754236a1a5f96d66ab25124667264623.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18378_jpg.rf.2bc0e55488a917543d8f3b69064f8412.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18378_jpg.rf.2bc0e55488a917543d8f3b69064f8412.jpg new file mode 100644 index 0000000..d217a5d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18378_jpg.rf.2bc0e55488a917543d8f3b69064f8412.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18387_jpg.rf.83e7c49b62b9056fd6662d3943483806.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18387_jpg.rf.83e7c49b62b9056fd6662d3943483806.jpg new file mode 100644 index 0000000..491eabf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18387_jpg.rf.83e7c49b62b9056fd6662d3943483806.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1838_jpg.rf.87a3ad30ddd0ca0778daa7ad479926e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1838_jpg.rf.87a3ad30ddd0ca0778daa7ad479926e4.jpg new file mode 100644 index 0000000..8074d26 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1838_jpg.rf.87a3ad30ddd0ca0778daa7ad479926e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage183_jpg.rf.406963bc74181ffb8d8c0e583ce9dbb0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage183_jpg.rf.406963bc74181ffb8d8c0e583ce9dbb0.jpg new file mode 100644 index 0000000..66af785 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage183_jpg.rf.406963bc74181ffb8d8c0e583ce9dbb0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18420_jpg.rf.9731267cdca4110368646203fe940e5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18420_jpg.rf.9731267cdca4110368646203fe940e5e.jpg new file mode 100644 index 0000000..3675538 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18420_jpg.rf.9731267cdca4110368646203fe940e5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18423_jpg.rf.519a7a076d14f5566019a232398e0804.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18423_jpg.rf.519a7a076d14f5566019a232398e0804.jpg new file mode 100644 index 0000000..f1d2c9f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18423_jpg.rf.519a7a076d14f5566019a232398e0804.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18424_jpg.rf.a84673b7ce02f23e28cf03cc6b314035.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18424_jpg.rf.a84673b7ce02f23e28cf03cc6b314035.jpg new file mode 100644 index 0000000..20adeb6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18424_jpg.rf.a84673b7ce02f23e28cf03cc6b314035.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18425_jpg.rf.0165fcc41303b590ea438b629e2241e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18425_jpg.rf.0165fcc41303b590ea438b629e2241e1.jpg new file mode 100644 index 0000000..d86dfed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18425_jpg.rf.0165fcc41303b590ea438b629e2241e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18432_jpg.rf.acace0d7f743741f1f7a40fdc33ca40f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18432_jpg.rf.acace0d7f743741f1f7a40fdc33ca40f.jpg new file mode 100644 index 0000000..2bab80c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18432_jpg.rf.acace0d7f743741f1f7a40fdc33ca40f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18454_jpg.rf.e80194c432ef466a4a0bcdf96f3aff45.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18454_jpg.rf.e80194c432ef466a4a0bcdf96f3aff45.jpg new file mode 100644 index 0000000..3427900 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18454_jpg.rf.e80194c432ef466a4a0bcdf96f3aff45.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18455_jpg.rf.1b1a735761b57f92e98a5c2bc1ffbfa7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18455_jpg.rf.1b1a735761b57f92e98a5c2bc1ffbfa7.jpg new file mode 100644 index 0000000..6256138 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18455_jpg.rf.1b1a735761b57f92e98a5c2bc1ffbfa7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18457_jpg.rf.72eff9c359c9353b623804fc395ec3fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18457_jpg.rf.72eff9c359c9353b623804fc395ec3fc.jpg new file mode 100644 index 0000000..59b4760 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18457_jpg.rf.72eff9c359c9353b623804fc395ec3fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18463_jpg.rf.e85bd4b6a820ba23a2c55bd833c8ee2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18463_jpg.rf.e85bd4b6a820ba23a2c55bd833c8ee2e.jpg new file mode 100644 index 0000000..d6ccad5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18463_jpg.rf.e85bd4b6a820ba23a2c55bd833c8ee2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18472_jpg.rf.4db507e283bc14456197494e375b9dd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18472_jpg.rf.4db507e283bc14456197494e375b9dd3.jpg new file mode 100644 index 0000000..2f71803 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18472_jpg.rf.4db507e283bc14456197494e375b9dd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18484_jpg.rf.85f34809b5e59654a09469e48a323abe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18484_jpg.rf.85f34809b5e59654a09469e48a323abe.jpg new file mode 100644 index 0000000..f0a20ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18484_jpg.rf.85f34809b5e59654a09469e48a323abe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18486_jpg.rf.961be99249084e620c6a54447eae625c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18486_jpg.rf.961be99249084e620c6a54447eae625c.jpg new file mode 100644 index 0000000..e293364 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18486_jpg.rf.961be99249084e620c6a54447eae625c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18500_jpg.rf.b7054c61cc4bc4ea5316d02971b5ea68.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18500_jpg.rf.b7054c61cc4bc4ea5316d02971b5ea68.jpg new file mode 100644 index 0000000..f12a586 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18500_jpg.rf.b7054c61cc4bc4ea5316d02971b5ea68.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18509_jpg.rf.1a581285ffe0d56217a0f8f3d38f92ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18509_jpg.rf.1a581285ffe0d56217a0f8f3d38f92ca.jpg new file mode 100644 index 0000000..13e3c41 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18509_jpg.rf.1a581285ffe0d56217a0f8f3d38f92ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1850_jpg.rf.d3b1f7690e4f4117491c5ca4bf39975b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1850_jpg.rf.d3b1f7690e4f4117491c5ca4bf39975b.jpg new file mode 100644 index 0000000..f93fc5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1850_jpg.rf.d3b1f7690e4f4117491c5ca4bf39975b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18530_jpg.rf.32652b4cf167e27c7826178df428b3b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18530_jpg.rf.32652b4cf167e27c7826178df428b3b5.jpg new file mode 100644 index 0000000..a598700 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18530_jpg.rf.32652b4cf167e27c7826178df428b3b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18533_jpg.rf.15046e57378ad61235d3cb14678576e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18533_jpg.rf.15046e57378ad61235d3cb14678576e4.jpg new file mode 100644 index 0000000..9c95cac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18533_jpg.rf.15046e57378ad61235d3cb14678576e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18538_jpg.rf.d2f2edeb645cc1c1225fdb0791294120.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18538_jpg.rf.d2f2edeb645cc1c1225fdb0791294120.jpg new file mode 100644 index 0000000..e8c98ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18538_jpg.rf.d2f2edeb645cc1c1225fdb0791294120.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1853_jpg.rf.443154f206b4f1dcbe8c5901f579b18d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1853_jpg.rf.443154f206b4f1dcbe8c5901f579b18d.jpg new file mode 100644 index 0000000..33c3ccf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1853_jpg.rf.443154f206b4f1dcbe8c5901f579b18d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18544_jpg.rf.c3a9ce9ec9452fa090719b13600b0c62.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18544_jpg.rf.c3a9ce9ec9452fa090719b13600b0c62.jpg new file mode 100644 index 0000000..768f040 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18544_jpg.rf.c3a9ce9ec9452fa090719b13600b0c62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18559_jpg.rf.18254e4547388400f0c8e90908deba80.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18559_jpg.rf.18254e4547388400f0c8e90908deba80.jpg new file mode 100644 index 0000000..6e0151c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18559_jpg.rf.18254e4547388400f0c8e90908deba80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18573_jpg.rf.33241b597f48597d85c17221a4acc89d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18573_jpg.rf.33241b597f48597d85c17221a4acc89d.jpg new file mode 100644 index 0000000..29d7279 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18573_jpg.rf.33241b597f48597d85c17221a4acc89d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18588_jpg.rf.2c11fdb2138b18b10ae99895f5f19830.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18588_jpg.rf.2c11fdb2138b18b10ae99895f5f19830.jpg new file mode 100644 index 0000000..24fba9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18588_jpg.rf.2c11fdb2138b18b10ae99895f5f19830.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18590_jpg.rf.316fcb3b2a6537045e76694133005b0b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18590_jpg.rf.316fcb3b2a6537045e76694133005b0b.jpg new file mode 100644 index 0000000..21f6d8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18590_jpg.rf.316fcb3b2a6537045e76694133005b0b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1859_jpg.rf.47b01810f89dba9323a0ef74e04a16a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1859_jpg.rf.47b01810f89dba9323a0ef74e04a16a5.jpg new file mode 100644 index 0000000..61774e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1859_jpg.rf.47b01810f89dba9323a0ef74e04a16a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18607_jpg.rf.e4fa2e96f3b11b4a68e1af2eb2399d78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18607_jpg.rf.e4fa2e96f3b11b4a68e1af2eb2399d78.jpg new file mode 100644 index 0000000..af1ed65 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18607_jpg.rf.e4fa2e96f3b11b4a68e1af2eb2399d78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18609_jpg.rf.9f206da3dbb1ea0a5b9b036b77ac7d2f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18609_jpg.rf.9f206da3dbb1ea0a5b9b036b77ac7d2f.jpg new file mode 100644 index 0000000..d5b2190 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18609_jpg.rf.9f206da3dbb1ea0a5b9b036b77ac7d2f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18613_jpg.rf.5dfe275d1a15122c3f59bc6c567b82f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18613_jpg.rf.5dfe275d1a15122c3f59bc6c567b82f2.jpg new file mode 100644 index 0000000..315c856 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18613_jpg.rf.5dfe275d1a15122c3f59bc6c567b82f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18616_jpg.rf.5e762348dbc479cbf24e5f2a17e0ee1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18616_jpg.rf.5e762348dbc479cbf24e5f2a17e0ee1f.jpg new file mode 100644 index 0000000..37a5891 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18616_jpg.rf.5e762348dbc479cbf24e5f2a17e0ee1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18620_jpg.rf.ba071cd7febff8298b5f67a3805b4784.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18620_jpg.rf.ba071cd7febff8298b5f67a3805b4784.jpg new file mode 100644 index 0000000..8a14509 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18620_jpg.rf.ba071cd7febff8298b5f67a3805b4784.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18622_jpg.rf.1af501b373e137fc35b15b0e4e320b41.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18622_jpg.rf.1af501b373e137fc35b15b0e4e320b41.jpg new file mode 100644 index 0000000..dc4f260 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage18622_jpg.rf.1af501b373e137fc35b15b0e4e320b41.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1863_jpg.rf.f3abf9f5330a11cd52a49c784726be0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1863_jpg.rf.f3abf9f5330a11cd52a49c784726be0e.jpg new file mode 100644 index 0000000..b884ea3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1863_jpg.rf.f3abf9f5330a11cd52a49c784726be0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1887_jpg.rf.965f989069dd2893af9cea281bb4dec2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1887_jpg.rf.965f989069dd2893af9cea281bb4dec2.jpg new file mode 100644 index 0000000..868e4d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage1887_jpg.rf.965f989069dd2893af9cea281bb4dec2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimage188C_jpeg_jpg.rf.ef116b0eafe7d2c6c2a4e9182e2c522c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage188C_jpeg_jpg.rf.ef116b0eafe7d2c6c2a4e9182e2c522c.jpg new file mode 100644 index 0000000..8a61edb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimage188C_jpeg_jpg.rf.ef116b0eafe7d2c6c2a4e9182e2c522c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14100_jpg.rf.e364e86edef160b2a1c39c58eab3df8a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14100_jpg.rf.e364e86edef160b2a1c39c58eab3df8a.jpg new file mode 100644 index 0000000..83465c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14100_jpg.rf.e364e86edef160b2a1c39c58eab3df8a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14115_jpg.rf.969215167d479d5078dd506bcd1607c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14115_jpg.rf.969215167d479d5078dd506bcd1607c0.jpg new file mode 100644 index 0000000..a0df118 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14115_jpg.rf.969215167d479d5078dd506bcd1607c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1412_jpg.rf.a1e26037238836e3eae14e09183e50e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1412_jpg.rf.a1e26037238836e3eae14e09183e50e6.jpg new file mode 100644 index 0000000..85598e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1412_jpg.rf.a1e26037238836e3eae14e09183e50e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14133_jpg.rf.cbbd8d0166bd2411454201bc0e55b80b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14133_jpg.rf.cbbd8d0166bd2411454201bc0e55b80b.jpg new file mode 100644 index 0000000..3a80931 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14133_jpg.rf.cbbd8d0166bd2411454201bc0e55b80b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14139_jpg.rf.4d6ef01f6dc311199644bff2897553f3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14139_jpg.rf.4d6ef01f6dc311199644bff2897553f3.jpg new file mode 100644 index 0000000..a3b01fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14139_jpg.rf.4d6ef01f6dc311199644bff2897553f3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1414_jpg.rf.739c34aa0627a3a55c554fabca05db90.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1414_jpg.rf.739c34aa0627a3a55c554fabca05db90.jpg new file mode 100644 index 0000000..dc65d76 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1414_jpg.rf.739c34aa0627a3a55c554fabca05db90.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14152_jpg.rf.c4ec9499811d98bf54051bf84180fe23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14152_jpg.rf.c4ec9499811d98bf54051bf84180fe23.jpg new file mode 100644 index 0000000..81e1f30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14152_jpg.rf.c4ec9499811d98bf54051bf84180fe23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14155_jpg.rf.d4865cc707dc8c5cd4134cdc701452c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14155_jpg.rf.d4865cc707dc8c5cd4134cdc701452c7.jpg new file mode 100644 index 0000000..73ff656 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14155_jpg.rf.d4865cc707dc8c5cd4134cdc701452c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14157_jpg.rf.129af97f60e886612e1ca8b0e676af6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14157_jpg.rf.129af97f60e886612e1ca8b0e676af6b.jpg new file mode 100644 index 0000000..fdb0bca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14157_jpg.rf.129af97f60e886612e1ca8b0e676af6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14162_jpg.rf.99d19a212d2c767caaa26c792c06d588.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14162_jpg.rf.99d19a212d2c767caaa26c792c06d588.jpg new file mode 100644 index 0000000..7ad7f47 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14162_jpg.rf.99d19a212d2c767caaa26c792c06d588.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14189_jpg.rf.a090267bf75b1c5f3fc0207ec3dff2a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14189_jpg.rf.a090267bf75b1c5f3fc0207ec3dff2a9.jpg new file mode 100644 index 0000000..2b88e2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14189_jpg.rf.a090267bf75b1c5f3fc0207ec3dff2a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1418_jpg.rf.5b6fe6e9b92e147d08e5b492f5271d43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1418_jpg.rf.5b6fe6e9b92e147d08e5b492f5271d43.jpg new file mode 100644 index 0000000..c0e2815 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1418_jpg.rf.5b6fe6e9b92e147d08e5b492f5271d43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14191_jpg.rf.7e95248580e8f43bc597dff4307df902.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14191_jpg.rf.7e95248580e8f43bc597dff4307df902.jpg new file mode 100644 index 0000000..cb6bc29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14191_jpg.rf.7e95248580e8f43bc597dff4307df902.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14194_jpg.rf.2cff28779fc368d9e46187d83dd92fad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14194_jpg.rf.2cff28779fc368d9e46187d83dd92fad.jpg new file mode 100644 index 0000000..dfefd50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14194_jpg.rf.2cff28779fc368d9e46187d83dd92fad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14214_jpg.rf.8b3e0a55237ac6aab4f68f5d78f13202.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14214_jpg.rf.8b3e0a55237ac6aab4f68f5d78f13202.jpg new file mode 100644 index 0000000..a14ad12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14214_jpg.rf.8b3e0a55237ac6aab4f68f5d78f13202.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14228_jpg.rf.2d92a41893d7db1a073272552b4a3817.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14228_jpg.rf.2d92a41893d7db1a073272552b4a3817.jpg new file mode 100644 index 0000000..882ba99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14228_jpg.rf.2d92a41893d7db1a073272552b4a3817.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1424_jpg.rf.ddeba61945fdff3cff2a380ff2d0882b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1424_jpg.rf.ddeba61945fdff3cff2a380ff2d0882b.jpg new file mode 100644 index 0000000..167887a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1424_jpg.rf.ddeba61945fdff3cff2a380ff2d0882b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14252_jpg.rf.1418bb59f3342d330731c2c8ffe937db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14252_jpg.rf.1418bb59f3342d330731c2c8ffe937db.jpg new file mode 100644 index 0000000..0302cf5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14252_jpg.rf.1418bb59f3342d330731c2c8ffe937db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14258_jpg.rf.275bd077d8d712ef905130a56a69e222.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14258_jpg.rf.275bd077d8d712ef905130a56a69e222.jpg new file mode 100644 index 0000000..d4e77ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14258_jpg.rf.275bd077d8d712ef905130a56a69e222.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14261_jpg.rf.56cbe5ca5bb41d3d88fdf5098ab0510e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14261_jpg.rf.56cbe5ca5bb41d3d88fdf5098ab0510e.jpg new file mode 100644 index 0000000..4a200d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg14261_jpg.rf.56cbe5ca5bb41d3d88fdf5098ab0510e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1434_jpg.rf.e22cf2d5564dfe498600365c5c94ad75.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1434_jpg.rf.e22cf2d5564dfe498600365c5c94ad75.jpg new file mode 100644 index 0000000..17d2096 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1434_jpg.rf.e22cf2d5564dfe498600365c5c94ad75.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1436_jpg.rf.41a2e432453b2df5513b060610c2f521.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1436_jpg.rf.41a2e432453b2df5513b060610c2f521.jpg new file mode 100644 index 0000000..f63ce44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1436_jpg.rf.41a2e432453b2df5513b060610c2f521.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg143_jpg.rf.816431576d0aa9679dacf9f5ea458667.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg143_jpg.rf.816431576d0aa9679dacf9f5ea458667.jpg new file mode 100644 index 0000000..b53792d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg143_jpg.rf.816431576d0aa9679dacf9f5ea458667.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1441_jpg.rf.f23637333aa7b988a7d80b0c4984cae5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1441_jpg.rf.f23637333aa7b988a7d80b0c4984cae5.jpg new file mode 100644 index 0000000..d6c095a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1441_jpg.rf.f23637333aa7b988a7d80b0c4984cae5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1446_jpg.rf.a3e39f7d1ce79fea7263da2deb998963.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1446_jpg.rf.a3e39f7d1ce79fea7263da2deb998963.jpg new file mode 100644 index 0000000..0d02582 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1446_jpg.rf.a3e39f7d1ce79fea7263da2deb998963.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1463_jpg.rf.2452848d49112519268cf72658b81e41.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1463_jpg.rf.2452848d49112519268cf72658b81e41.jpg new file mode 100644 index 0000000..851bec8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1463_jpg.rf.2452848d49112519268cf72658b81e41.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1477_jpg.rf.cf8fb13b952768a186d6a8ebdb109cc4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1477_jpg.rf.cf8fb13b952768a186d6a8ebdb109cc4.jpg new file mode 100644 index 0000000..db39171 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg1477_jpg.rf.cf8fb13b952768a186d6a8ebdb109cc4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg147_jpg.rf.58f7e01d785140859a0ffa0d95fb3765.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg147_jpg.rf.58f7e01d785140859a0ffa0d95fb3765.jpg new file mode 100644 index 0000000..65e33f7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg147_jpg.rf.58f7e01d785140859a0ffa0d95fb3765.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Jimg149_jpg.rf.530a705238875e81ce9abb0586a8425d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg149_jpg.rf.530a705238875e81ce9abb0586a8425d.jpg new file mode 100644 index 0000000..c248f78 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Jimg149_jpg.rf.530a705238875e81ce9abb0586a8425d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.5f57b22beca6c02123ade6919c1642e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.5f57b22beca6c02123ade6919c1642e1.jpg new file mode 100644 index 0000000..cc412ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.5f57b22beca6c02123ade6919c1642e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.658b103631cdf2748f0df5d321676933.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.658b103631cdf2748f0df5d321676933.jpg new file mode 100644 index 0000000..cc412ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.658b103631cdf2748f0df5d321676933.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.fb2f7d85098c0a2f4571ff2303185e3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.fb2f7d85098c0a2f4571ff2303185e3e.jpg new file mode 100644 index 0000000..cc412ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.fb2f7d85098c0a2f4571ff2303185e3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.03130feeee2aebff437cf99d812b2eb8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.03130feeee2aebff437cf99d812b2eb8.jpg new file mode 100644 index 0000000..374e7b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.03130feeee2aebff437cf99d812b2eb8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.7b33270c93bf48310960c9bd2de73a8d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.7b33270c93bf48310960c9bd2de73a8d.jpg new file mode 100644 index 0000000..374e7b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.7b33270c93bf48310960c9bd2de73a8d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.adb65595b0999e00c9e7ac4fec089727.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.adb65595b0999e00c9e7ac4fec089727.jpg new file mode 100644 index 0000000..374e7b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.adb65595b0999e00c9e7ac4fec089727.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.173da583992e45152b9ddaaa2db98724.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.173da583992e45152b9ddaaa2db98724.jpg new file mode 100644 index 0000000..d8290f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.173da583992e45152b9ddaaa2db98724.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.18ef84722d9a220aa624713dade7089c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.18ef84722d9a220aa624713dade7089c.jpg new file mode 100644 index 0000000..d8290f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.18ef84722d9a220aa624713dade7089c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.c7a3daddd66310bcaa648dd2fafe825a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.c7a3daddd66310bcaa648dd2fafe825a.jpg new file mode 100644 index 0000000..d8290f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.c7a3daddd66310bcaa648dd2fafe825a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.18c27be83fca8afbd8a4f6e3d386f276.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.18c27be83fca8afbd8a4f6e3d386f276.jpg new file mode 100644 index 0000000..e8d8509 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.18c27be83fca8afbd8a4f6e3d386f276.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.6724f4cae0078b6996e9036bb3703c2f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.6724f4cae0078b6996e9036bb3703c2f.jpg new file mode 100644 index 0000000..e8d8509 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.6724f4cae0078b6996e9036bb3703c2f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.edad3423ca63f9a690b4fbf85ea7a38b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.edad3423ca63f9a690b4fbf85ea7a38b.jpg new file mode 100644 index 0000000..e8d8509 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.edad3423ca63f9a690b4fbf85ea7a38b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.26d69fad0cf2d483c409cc7fc00493cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.26d69fad0cf2d483c409cc7fc00493cb.jpg new file mode 100644 index 0000000..0c0d3ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.26d69fad0cf2d483c409cc7fc00493cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.b4e3ebf50c6ffa352d290755219e57c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.b4e3ebf50c6ffa352d290755219e57c7.jpg new file mode 100644 index 0000000..0c0d3ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.b4e3ebf50c6ffa352d290755219e57c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.f166c060e0c5152784702ed8a9b115ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.f166c060e0c5152784702ed8a9b115ad.jpg new file mode 100644 index 0000000..0c0d3ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.f166c060e0c5152784702ed8a9b115ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.69bbc646371d5c9679b2f44f2bcf2541.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.69bbc646371d5c9679b2f44f2bcf2541.jpg new file mode 100644 index 0000000..4686372 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.69bbc646371d5c9679b2f44f2bcf2541.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.7d64e8e7ae06c6d5ae2554864d05cfc9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.7d64e8e7ae06c6d5ae2554864d05cfc9.jpg new file mode 100644 index 0000000..4686372 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.7d64e8e7ae06c6d5ae2554864d05cfc9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.bb9b81965d84f72897797dd4f3cc57f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.bb9b81965d84f72897797dd4f3cc57f4.jpg new file mode 100644 index 0000000..4686372 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.bb9b81965d84f72897797dd4f3cc57f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.154ad269e26fce7586f66f7ca9558cbc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.154ad269e26fce7586f66f7ca9558cbc.jpg new file mode 100644 index 0000000..f44e0ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.154ad269e26fce7586f66f7ca9558cbc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.1da59180c2d31aefbe229fbc042b6716.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.1da59180c2d31aefbe229fbc042b6716.jpg new file mode 100644 index 0000000..f44e0ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.1da59180c2d31aefbe229fbc042b6716.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.d27ff78d7f0ab155b5104b67e10f0c72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.d27ff78d7f0ab155b5104b67e10f0c72.jpg new file mode 100644 index 0000000..f44e0ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.d27ff78d7f0ab155b5104b67e10f0c72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.0de740ab6f494d824f2f835f9fbff4ac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.0de740ab6f494d824f2f835f9fbff4ac.jpg new file mode 100644 index 0000000..ee2efde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.0de740ab6f494d824f2f835f9fbff4ac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.85ced12489f603c71805ad972c873911.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.85ced12489f603c71805ad972c873911.jpg new file mode 100644 index 0000000..ee2efde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.85ced12489f603c71805ad972c873911.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.f56576ead46f5d997b0aa0d30312385f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.f56576ead46f5d997b0aa0d30312385f.jpg new file mode 100644 index 0000000..ee2efde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.f56576ead46f5d997b0aa0d30312385f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.0803bf71d3802fb2d66b2b42f89ecbd8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.0803bf71d3802fb2d66b2b42f89ecbd8.jpg new file mode 100644 index 0000000..be43dd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.0803bf71d3802fb2d66b2b42f89ecbd8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b47493a26b2b177ed6bc6f7745d06732.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b47493a26b2b177ed6bc6f7745d06732.jpg new file mode 100644 index 0000000..be43dd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b47493a26b2b177ed6bc6f7745d06732.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b9e92f30ec3dd78527f9119349a6ce0c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b9e92f30ec3dd78527f9119349a6ce0c.jpg new file mode 100644 index 0000000..be43dd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b9e92f30ec3dd78527f9119349a6ce0c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.7b4a589b3c49ec7d758ccf9e94152a2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.7b4a589b3c49ec7d758ccf9e94152a2a.jpg new file mode 100644 index 0000000..0bf6b87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.7b4a589b3c49ec7d758ccf9e94152a2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.eab2b9f1f7b12e09216b7beb4f8a6438.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.eab2b9f1f7b12e09216b7beb4f8a6438.jpg new file mode 100644 index 0000000..0bf6b87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.eab2b9f1f7b12e09216b7beb4f8a6438.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.f2d7c734201a6cb27df71b9394ed53d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.f2d7c734201a6cb27df71b9394ed53d3.jpg new file mode 100644 index 0000000..0bf6b87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.f2d7c734201a6cb27df71b9394ed53d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.2b89df712d298c4ead37b072772c9154.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.2b89df712d298c4ead37b072772c9154.jpg new file mode 100644 index 0000000..c819e2c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.2b89df712d298c4ead37b072772c9154.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.94a0ef0160b35180e1aafb8b2034ef7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.94a0ef0160b35180e1aafb8b2034ef7c.jpg new file mode 100644 index 0000000..c819e2c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.94a0ef0160b35180e1aafb8b2034ef7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.9ba23b4cdbe463453383b2705886d9db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.9ba23b4cdbe463453383b2705886d9db.jpg new file mode 100644 index 0000000..c819e2c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.9ba23b4cdbe463453383b2705886d9db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.92ae1a6354c92b42e8caa6b9b3d162bc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.92ae1a6354c92b42e8caa6b9b3d162bc.jpg new file mode 100644 index 0000000..886dcc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.92ae1a6354c92b42e8caa6b9b3d162bc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.9e59a79f3455334829fd5a90ee6cccb6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.9e59a79f3455334829fd5a90ee6cccb6.jpg new file mode 100644 index 0000000..886dcc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.9e59a79f3455334829fd5a90ee6cccb6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.de611b7e0c5fe668b193366585e61ff2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.de611b7e0c5fe668b193366585e61ff2.jpg new file mode 100644 index 0000000..886dcc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.de611b7e0c5fe668b193366585e61ff2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.18a88cb90b9faa1393af2b7516f0de72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.18a88cb90b9faa1393af2b7516f0de72.jpg new file mode 100644 index 0000000..6047c6b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.18a88cb90b9faa1393af2b7516f0de72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.3c09f05a85894dc4dec3c68b398a2fb6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.3c09f05a85894dc4dec3c68b398a2fb6.jpg new file mode 100644 index 0000000..6047c6b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.3c09f05a85894dc4dec3c68b398a2fb6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.77f768c495de3626760278188c23a7fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.77f768c495de3626760278188c23a7fc.jpg new file mode 100644 index 0000000..6047c6b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.77f768c495de3626760278188c23a7fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.2bbb0d79e4c860d73cdd10f6aee5ad40.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.2bbb0d79e4c860d73cdd10f6aee5ad40.jpg new file mode 100644 index 0000000..9611d6c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.2bbb0d79e4c860d73cdd10f6aee5ad40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a46983f2f78ab24feae85466ed9d4ea6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a46983f2f78ab24feae85466ed9d4ea6.jpg new file mode 100644 index 0000000..9611d6c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a46983f2f78ab24feae85466ed9d4ea6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a8d2fb1ffc38b954a27a38fc80302a78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a8d2fb1ffc38b954a27a38fc80302a78.jpg new file mode 100644 index 0000000..9611d6c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a8d2fb1ffc38b954a27a38fc80302a78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.240189baf1f03808762cacbf548652ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.240189baf1f03808762cacbf548652ef.jpg new file mode 100644 index 0000000..359af35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.240189baf1f03808762cacbf548652ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.994215c7806431b314d3067fd4615a33.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.994215c7806431b314d3067fd4615a33.jpg new file mode 100644 index 0000000..359af35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.994215c7806431b314d3067fd4615a33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.7cb173b22da75c0d6ec4a7611269aa17.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.7cb173b22da75c0d6ec4a7611269aa17.jpg new file mode 100644 index 0000000..b8568c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.7cb173b22da75c0d6ec4a7611269aa17.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.a08cf28bafd56d146a257b0aa9c33337.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.a08cf28bafd56d146a257b0aa9c33337.jpg new file mode 100644 index 0000000..b8568c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.a08cf28bafd56d146a257b0aa9c33337.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.d8bb40b6c75cc081099128df49b9be17.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.d8bb40b6c75cc081099128df49b9be17.jpg new file mode 100644 index 0000000..b8568c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.d8bb40b6c75cc081099128df49b9be17.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.51d6f8ac358485073361547a78cc049c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.51d6f8ac358485073361547a78cc049c.jpg new file mode 100644 index 0000000..e7fca66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.51d6f8ac358485073361547a78cc049c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.536544608028079c53fb383ffdedf8cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.536544608028079c53fb383ffdedf8cf.jpg new file mode 100644 index 0000000..e7fca66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.536544608028079c53fb383ffdedf8cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.7f795aaf2c5eb44f110bfbfa7ababc82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.7f795aaf2c5eb44f110bfbfa7ababc82.jpg new file mode 100644 index 0000000..e7fca66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.7f795aaf2c5eb44f110bfbfa7ababc82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.5a28f41f0622ebb96196ec84092bb79a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.5a28f41f0622ebb96196ec84092bb79a.jpg new file mode 100644 index 0000000..c721dda Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.5a28f41f0622ebb96196ec84092bb79a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.b14ee6ac2d1f2a2dcad0e6d795c9c4cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.b14ee6ac2d1f2a2dcad0e6d795c9c4cb.jpg new file mode 100644 index 0000000..c721dda Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.b14ee6ac2d1f2a2dcad0e6d795c9c4cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.fb0e598a3823fc37afc2e138d20015a8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.fb0e598a3823fc37afc2e138d20015a8.jpg new file mode 100644 index 0000000..c721dda Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.fb0e598a3823fc37afc2e138d20015a8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.94aacbe7e1d20b894e76513d3ea1bc58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.94aacbe7e1d20b894e76513d3ea1bc58.jpg new file mode 100644 index 0000000..323bfdd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.94aacbe7e1d20b894e76513d3ea1bc58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.b3e2e5ebdf480f61d5b570a9bb4194b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.b3e2e5ebdf480f61d5b570a9bb4194b7.jpg new file mode 100644 index 0000000..323bfdd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.b3e2e5ebdf480f61d5b570a9bb4194b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.f7f4200bc8aceddfd123e1451cfde0a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.f7f4200bc8aceddfd123e1451cfde0a5.jpg new file mode 100644 index 0000000..323bfdd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.f7f4200bc8aceddfd123e1451cfde0a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.155ffe76b6b192129a8a77a25f4bccbe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.155ffe76b6b192129a8a77a25f4bccbe.jpg new file mode 100644 index 0000000..f4a2306 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.155ffe76b6b192129a8a77a25f4bccbe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.8fc3c48ec90fe655c5ec89a2b7adbe48.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.8fc3c48ec90fe655c5ec89a2b7adbe48.jpg new file mode 100644 index 0000000..f4a2306 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.8fc3c48ec90fe655c5ec89a2b7adbe48.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.bb8a8e16d9cd3cab4951065b813e464e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.bb8a8e16d9cd3cab4951065b813e464e.jpg new file mode 100644 index 0000000..f4a2306 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.bb8a8e16d9cd3cab4951065b813e464e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.cd7e1f0fba08d9c7e124a8fdafb3f133.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.cd7e1f0fba08d9c7e124a8fdafb3f133.jpg new file mode 100644 index 0000000..6cfbf31 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.cd7e1f0fba08d9c7e124a8fdafb3f133.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.d7d1c7c4f4a50e07d7f4b669533402b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.d7d1c7c4f4a50e07d7f4b669533402b0.jpg new file mode 100644 index 0000000..6cfbf31 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.d7d1c7c4f4a50e07d7f4b669533402b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.dfbf0c03498a9bf0224f23a7af74cbeb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.dfbf0c03498a9bf0224f23a7af74cbeb.jpg new file mode 100644 index 0000000..6cfbf31 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.dfbf0c03498a9bf0224f23a7af74cbeb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.013fb5c8304daca99748b5261a6b154e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.013fb5c8304daca99748b5261a6b154e.jpg new file mode 100644 index 0000000..3ab5c4b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.013fb5c8304daca99748b5261a6b154e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.17c8289c287fc190820a43cdefb950c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.17c8289c287fc190820a43cdefb950c2.jpg new file mode 100644 index 0000000..3ab5c4b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.17c8289c287fc190820a43cdefb950c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.6af9064ba658b62bab55dcac74cb2f49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.6af9064ba658b62bab55dcac74cb2f49.jpg new file mode 100644 index 0000000..3ab5c4b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.6af9064ba658b62bab55dcac74cb2f49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.47bbfa017390894c5db4f6593df93866.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.47bbfa017390894c5db4f6593df93866.jpg new file mode 100644 index 0000000..57f841b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.47bbfa017390894c5db4f6593df93866.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.90fa3e1010caaccdfd2c4f059bc69ce2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.90fa3e1010caaccdfd2c4f059bc69ce2.jpg new file mode 100644 index 0000000..57f841b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.90fa3e1010caaccdfd2c4f059bc69ce2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.f6c6e6d49f93a4009f612b99c6d00b3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.f6c6e6d49f93a4009f612b99c6d00b3b.jpg new file mode 100644 index 0000000..57f841b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.f6c6e6d49f93a4009f612b99c6d00b3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.04a0d81ee9bf7c1f5a367266804a0322.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.04a0d81ee9bf7c1f5a367266804a0322.jpg new file mode 100644 index 0000000..6868937 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.04a0d81ee9bf7c1f5a367266804a0322.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.1d6dcb769b57fe9ad2b2be2124ae6b80.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.1d6dcb769b57fe9ad2b2be2124ae6b80.jpg new file mode 100644 index 0000000..6868937 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.1d6dcb769b57fe9ad2b2be2124ae6b80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.9392db207e578b5ef0ac77cfa4345553.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.9392db207e578b5ef0ac77cfa4345553.jpg new file mode 100644 index 0000000..6868937 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.9392db207e578b5ef0ac77cfa4345553.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.15de145250c47c3a5a88c3af0c19c333.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.15de145250c47c3a5a88c3af0c19c333.jpg new file mode 100644 index 0000000..2612b3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.15de145250c47c3a5a88c3af0c19c333.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.4b39bd2b5ce5d85a3b0d6f2ac836394a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.4b39bd2b5ce5d85a3b0d6f2ac836394a.jpg new file mode 100644 index 0000000..2612b3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.4b39bd2b5ce5d85a3b0d6f2ac836394a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.f61d55ee4d2f5ec49b312a967992f353.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.f61d55ee4d2f5ec49b312a967992f353.jpg new file mode 100644 index 0000000..2612b3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.f61d55ee4d2f5ec49b312a967992f353.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.13900cced595592a498f87ad64c5f3ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.13900cced595592a498f87ad64c5f3ba.jpg new file mode 100644 index 0000000..e0e0743 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.13900cced595592a498f87ad64c5f3ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3639282bb715473bd1af4ca93254a038.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3639282bb715473bd1af4ca93254a038.jpg new file mode 100644 index 0000000..e0e0743 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3639282bb715473bd1af4ca93254a038.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3d433e7ef38786b6c143c766b00811a3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3d433e7ef38786b6c143c766b00811a3.jpg new file mode 100644 index 0000000..e0e0743 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3d433e7ef38786b6c143c766b00811a3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.2d556ead219adf8c0afb8936661de809.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.2d556ead219adf8c0afb8936661de809.jpg new file mode 100644 index 0000000..2c490df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.2d556ead219adf8c0afb8936661de809.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.b5e9db78ea83746a6434e366dddf3530.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.b5e9db78ea83746a6434e366dddf3530.jpg new file mode 100644 index 0000000..2c490df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.b5e9db78ea83746a6434e366dddf3530.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.cad31f89da00c75bd06f556e9d3dfc6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.cad31f89da00c75bd06f556e9d3dfc6e.jpg new file mode 100644 index 0000000..2c490df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.cad31f89da00c75bd06f556e9d3dfc6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.052f25dd9f6b86e287b21418a97ff3fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.052f25dd9f6b86e287b21418a97ff3fc.jpg new file mode 100644 index 0000000..32e0d50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.052f25dd9f6b86e287b21418a97ff3fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.57a02b92975ca78faeba207b41f91e50.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.57a02b92975ca78faeba207b41f91e50.jpg new file mode 100644 index 0000000..32e0d50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.57a02b92975ca78faeba207b41f91e50.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.7f28a700955c0524778feceb5e40bc92.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.7f28a700955c0524778feceb5e40bc92.jpg new file mode 100644 index 0000000..32e0d50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.7f28a700955c0524778feceb5e40bc92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.79b230ccdee72c9f92e3b91accb7a4ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.79b230ccdee72c9f92e3b91accb7a4ab.jpg new file mode 100644 index 0000000..a7aabb6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.79b230ccdee72c9f92e3b91accb7a4ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.84b2040bdf8c188d9d5c51dce4259789.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.84b2040bdf8c188d9d5c51dce4259789.jpg new file mode 100644 index 0000000..a7aabb6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.84b2040bdf8c188d9d5c51dce4259789.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.96e00ee441a159e58395b9c0626c1e18.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.96e00ee441a159e58395b9c0626c1e18.jpg new file mode 100644 index 0000000..a7aabb6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.96e00ee441a159e58395b9c0626c1e18.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.9a8b850541f5c2eeff8daf816e10762c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.9a8b850541f5c2eeff8daf816e10762c.jpg new file mode 100644 index 0000000..bcc2e9b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.9a8b850541f5c2eeff8daf816e10762c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.edebbde28e2de3f67140803584725721.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.edebbde28e2de3f67140803584725721.jpg new file mode 100644 index 0000000..bcc2e9b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.edebbde28e2de3f67140803584725721.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.1ef1dca144897b2e5f71582cc9a69e23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.1ef1dca144897b2e5f71582cc9a69e23.jpg new file mode 100644 index 0000000..3edf789 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.1ef1dca144897b2e5f71582cc9a69e23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.b74560fb7c3bfa4ffcc0ae6d9f3842f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.b74560fb7c3bfa4ffcc0ae6d9f3842f7.jpg new file mode 100644 index 0000000..3edf789 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.b74560fb7c3bfa4ffcc0ae6d9f3842f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.ff8db8f70b38885b8c4add79893f9654.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.ff8db8f70b38885b8c4add79893f9654.jpg new file mode 100644 index 0000000..3edf789 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.ff8db8f70b38885b8c4add79893f9654.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.611115452075f4306bcda855a0918680.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.611115452075f4306bcda855a0918680.jpg new file mode 100644 index 0000000..3a6970e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.611115452075f4306bcda855a0918680.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.af5cb3b782e5825381eaae4d1d43a7b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.af5cb3b782e5825381eaae4d1d43a7b2.jpg new file mode 100644 index 0000000..3a6970e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.af5cb3b782e5825381eaae4d1d43a7b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.dcaa0423f6ad8915e415afbeb5b07544.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.dcaa0423f6ad8915e415afbeb5b07544.jpg new file mode 100644 index 0000000..3a6970e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.dcaa0423f6ad8915e415afbeb5b07544.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.967d10f3c1cf1cb74e79d6bda9aa7e81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.967d10f3c1cf1cb74e79d6bda9aa7e81.jpg new file mode 100644 index 0000000..3681e5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.967d10f3c1cf1cb74e79d6bda9aa7e81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.e6dbfada1156c526a9453f20b60a6625.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.e6dbfada1156c526a9453f20b60a6625.jpg new file mode 100644 index 0000000..3681e5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.e6dbfada1156c526a9453f20b60a6625.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.eed0af46f0f5b881a1735d52586b8bfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.eed0af46f0f5b881a1735d52586b8bfc.jpg new file mode 100644 index 0000000..3681e5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.eed0af46f0f5b881a1735d52586b8bfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6101_jpg.rf.9666a76b5551fc86f6f15436965b94fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6101_jpg.rf.9666a76b5551fc86f6f15436965b94fc.jpg new file mode 100644 index 0000000..731da09 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6101_jpg.rf.9666a76b5551fc86f6f15436965b94fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6109_jpg.rf.79c8ee8c2529f9fd79afbbd433bd54e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6109_jpg.rf.79c8ee8c2529f9fd79afbbd433bd54e0.jpg new file mode 100644 index 0000000..6df5ffa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6109_jpg.rf.79c8ee8c2529f9fd79afbbd433bd54e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6115_jpg.rf.99363231659fc704b96d091404dda83a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6115_jpg.rf.99363231659fc704b96d091404dda83a.jpg new file mode 100644 index 0000000..f4568d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6115_jpg.rf.99363231659fc704b96d091404dda83a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6125_jpg.rf.39434dcf13f04cdb1ac120cacb82a763.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6125_jpg.rf.39434dcf13f04cdb1ac120cacb82a763.jpg new file mode 100644 index 0000000..1a551b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6125_jpg.rf.39434dcf13f04cdb1ac120cacb82a763.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6129_jpg.rf.7d0fd97f8125ae4ce3afdcea8e441e3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6129_jpg.rf.7d0fd97f8125ae4ce3afdcea8e441e3c.jpg new file mode 100644 index 0000000..a1f9299 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6129_jpg.rf.7d0fd97f8125ae4ce3afdcea8e441e3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage614_jpg.rf.a3b8e7e858fa0b0ea290380285b7e867.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage614_jpg.rf.a3b8e7e858fa0b0ea290380285b7e867.jpg new file mode 100644 index 0000000..b2d28a9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage614_jpg.rf.a3b8e7e858fa0b0ea290380285b7e867.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6152_jpg.rf.92217564be5a12f67a968ad4d792c583.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6152_jpg.rf.92217564be5a12f67a968ad4d792c583.jpg new file mode 100644 index 0000000..365b3f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6152_jpg.rf.92217564be5a12f67a968ad4d792c583.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6161_jpg.rf.d8c713fea6fcb8fac06ebb6932138dec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6161_jpg.rf.d8c713fea6fcb8fac06ebb6932138dec.jpg new file mode 100644 index 0000000..c68b887 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6161_jpg.rf.d8c713fea6fcb8fac06ebb6932138dec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6162_jpg.rf.8ea0f9f1389781dee3b45f716d0a0491.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6162_jpg.rf.8ea0f9f1389781dee3b45f716d0a0491.jpg new file mode 100644 index 0000000..32461cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6162_jpg.rf.8ea0f9f1389781dee3b45f716d0a0491.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6168_jpg.rf.69a823e57c73c6b8fc18077a54d8257e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6168_jpg.rf.69a823e57c73c6b8fc18077a54d8257e.jpg new file mode 100644 index 0000000..50eceb0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6168_jpg.rf.69a823e57c73c6b8fc18077a54d8257e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6169_jpg.rf.5268083a91691fd0f0c0eee276312157.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6169_jpg.rf.5268083a91691fd0f0c0eee276312157.jpg new file mode 100644 index 0000000..4a18f8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6169_jpg.rf.5268083a91691fd0f0c0eee276312157.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage618C_jpeg_jpg.rf.627673199e543e385315072fe7aa4394.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage618C_jpeg_jpg.rf.627673199e543e385315072fe7aa4394.jpg new file mode 100644 index 0000000..2f58fed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage618C_jpeg_jpg.rf.627673199e543e385315072fe7aa4394.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6222_jpg.rf.4cd6d32ee0503257287484cde6b94f09.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6222_jpg.rf.4cd6d32ee0503257287484cde6b94f09.jpg new file mode 100644 index 0000000..39a1148 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6222_jpg.rf.4cd6d32ee0503257287484cde6b94f09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6225_jpg.rf.def50d37be328e2eb2df3821a0a3dae9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6225_jpg.rf.def50d37be328e2eb2df3821a0a3dae9.jpg new file mode 100644 index 0000000..59e7e8a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6225_jpg.rf.def50d37be328e2eb2df3821a0a3dae9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6233_jpg.rf.1e4c7fe011a43dc3260d9c200ee1b14c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6233_jpg.rf.1e4c7fe011a43dc3260d9c200ee1b14c.jpg new file mode 100644 index 0000000..96df91b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6233_jpg.rf.1e4c7fe011a43dc3260d9c200ee1b14c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6236_jpg.rf.33609164932f0d7acc9e150930de443c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6236_jpg.rf.33609164932f0d7acc9e150930de443c.jpg new file mode 100644 index 0000000..68a32fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6236_jpg.rf.33609164932f0d7acc9e150930de443c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6248_jpg.rf.81731d669371a042076ff59c4ae0c066.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6248_jpg.rf.81731d669371a042076ff59c4ae0c066.jpg new file mode 100644 index 0000000..9d392af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6248_jpg.rf.81731d669371a042076ff59c4ae0c066.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6250_jpg.rf.3c4677753d55191939db50e6d66888f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6250_jpg.rf.3c4677753d55191939db50e6d66888f6.jpg new file mode 100644 index 0000000..d741a43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6250_jpg.rf.3c4677753d55191939db50e6d66888f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6253_jpg.rf.86aab003e275eb2677b97eb92c4b055d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6253_jpg.rf.86aab003e275eb2677b97eb92c4b055d.jpg new file mode 100644 index 0000000..a321b5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6253_jpg.rf.86aab003e275eb2677b97eb92c4b055d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6265_jpg.rf.fb3b6a7348274b959cbe6e0d5d95bb24.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6265_jpg.rf.fb3b6a7348274b959cbe6e0d5d95bb24.jpg new file mode 100644 index 0000000..4a9b2bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6265_jpg.rf.fb3b6a7348274b959cbe6e0d5d95bb24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage627_jpg.rf.701bc5cec4906f8452ee650b25170428.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage627_jpg.rf.701bc5cec4906f8452ee650b25170428.jpg new file mode 100644 index 0000000..3444d81 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage627_jpg.rf.701bc5cec4906f8452ee650b25170428.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6280_jpg.rf.424ee06acad49fbb63540e28e4d37c33.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6280_jpg.rf.424ee06acad49fbb63540e28e4d37c33.jpg new file mode 100644 index 0000000..90cc520 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6280_jpg.rf.424ee06acad49fbb63540e28e4d37c33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage629_jpg.rf.f5d2ce12812426536d0de782bf48d9ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage629_jpg.rf.f5d2ce12812426536d0de782bf48d9ae.jpg new file mode 100644 index 0000000..d53df64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage629_jpg.rf.f5d2ce12812426536d0de782bf48d9ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage62_jpg.rf.af073e8739f903b9b76810e26234a586.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage62_jpg.rf.af073e8739f903b9b76810e26234a586.jpg new file mode 100644 index 0000000..6466c96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage62_jpg.rf.af073e8739f903b9b76810e26234a586.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6313_jpg.rf.069d32ecc1eaf9d60f17f63fabb0d614.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6313_jpg.rf.069d32ecc1eaf9d60f17f63fabb0d614.jpg new file mode 100644 index 0000000..e6ec514 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6313_jpg.rf.069d32ecc1eaf9d60f17f63fabb0d614.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6346_jpg.rf.8a5b9a79dc2d3f12e5ed89edeb71c5ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6346_jpg.rf.8a5b9a79dc2d3f12e5ed89edeb71c5ca.jpg new file mode 100644 index 0000000..041b59f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6346_jpg.rf.8a5b9a79dc2d3f12e5ed89edeb71c5ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6359_jpg.rf.afcefa9ef38f1520746cbccfbb3ac4e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6359_jpg.rf.afcefa9ef38f1520746cbccfbb3ac4e1.jpg new file mode 100644 index 0000000..6efd147 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6359_jpg.rf.afcefa9ef38f1520746cbccfbb3ac4e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6364_jpg.rf.46ed9d4827d89d66fba6270b381c2f39.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6364_jpg.rf.46ed9d4827d89d66fba6270b381c2f39.jpg new file mode 100644 index 0000000..7691e0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6364_jpg.rf.46ed9d4827d89d66fba6270b381c2f39.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6367_jpg.rf.d499002f2bddf08b0399fef7a14ddc8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6367_jpg.rf.d499002f2bddf08b0399fef7a14ddc8e.jpg new file mode 100644 index 0000000..0b8cb11 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6367_jpg.rf.d499002f2bddf08b0399fef7a14ddc8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6387_jpg.rf.5982d9991c54a67d85fb313444f9f9e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6387_jpg.rf.5982d9991c54a67d85fb313444f9f9e6.jpg new file mode 100644 index 0000000..ae567d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6387_jpg.rf.5982d9991c54a67d85fb313444f9f9e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6391_jpg.rf.85e62e905f4a2b8b769467074c2e6c25.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6391_jpg.rf.85e62e905f4a2b8b769467074c2e6c25.jpg new file mode 100644 index 0000000..4115abe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage6391_jpg.rf.85e62e905f4a2b8b769467074c2e6c25.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage644_jpg.rf.414da803dbe2bf4b198a05fd0f03878a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage644_jpg.rf.414da803dbe2bf4b198a05fd0f03878a.jpg new file mode 100644 index 0000000..956fb5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage644_jpg.rf.414da803dbe2bf4b198a05fd0f03878a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage646_jpg.rf.350dd58a3f6fb7582a0e3660bb2d65d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage646_jpg.rf.350dd58a3f6fb7582a0e3660bb2d65d2.jpg new file mode 100644 index 0000000..ff4ca1c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage646_jpg.rf.350dd58a3f6fb7582a0e3660bb2d65d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage656_jpg.rf.54084ce0ec479e1c15ba5706ae2d32ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage656_jpg.rf.54084ce0ec479e1c15ba5706ae2d32ae.jpg new file mode 100644 index 0000000..045fdbd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage656_jpg.rf.54084ce0ec479e1c15ba5706ae2d32ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage657_jpg.rf.679325e900a0f3421f7d7c5fad2cddff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage657_jpg.rf.679325e900a0f3421f7d7c5fad2cddff.jpg new file mode 100644 index 0000000..8dbe476 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage657_jpg.rf.679325e900a0f3421f7d7c5fad2cddff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage663_jpg.rf.f84b6c79fc899ef23ae413b1161422d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage663_jpg.rf.f84b6c79fc899ef23ae413b1161422d5.jpg new file mode 100644 index 0000000..70eaa22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage663_jpg.rf.f84b6c79fc899ef23ae413b1161422d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage666_jpg.rf.3e4d15d97089876d2852b5dfbb0d32f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage666_jpg.rf.3e4d15d97089876d2852b5dfbb0d32f1.jpg new file mode 100644 index 0000000..3602d01 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage666_jpg.rf.3e4d15d97089876d2852b5dfbb0d32f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage668_jpg.rf.3dec0e6429830dfc3eada0f01ec16392.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage668_jpg.rf.3dec0e6429830dfc3eada0f01ec16392.jpg new file mode 100644 index 0000000..1f77070 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage668_jpg.rf.3dec0e6429830dfc3eada0f01ec16392.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage680_jpg.rf.3de4a0d4691357f7f5093fbefaf0902c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage680_jpg.rf.3de4a0d4691357f7f5093fbefaf0902c.jpg new file mode 100644 index 0000000..6e04768 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage680_jpg.rf.3de4a0d4691357f7f5093fbefaf0902c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/Pimage689_jpg.rf.5835aae5fff898cde067e759bac1973d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage689_jpg.rf.5835aae5fff898cde067e759bac1973d.jpg new file mode 100644 index 0000000..6f5039b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/Pimage689_jpg.rf.5835aae5fff898cde067e759bac1973d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/a04ad098583f6721eacfc86f4b88b06a57ca655b_jpg.rf.e6a311e42f3e0b2d95d5370be4a6f773.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/a04ad098583f6721eacfc86f4b88b06a57ca655b_jpg.rf.e6a311e42f3e0b2d95d5370be4a6f773.jpg new file mode 100644 index 0000000..d0afa2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/a04ad098583f6721eacfc86f4b88b06a57ca655b_jpg.rf.e6a311e42f3e0b2d95d5370be4a6f773.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/a24a930c1f5fc44bd34784f6e25364ed4c11fed8_jpg.rf.49dadd70b0952ea51ce9f394e9636e42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/a24a930c1f5fc44bd34784f6e25364ed4c11fed8_jpg.rf.49dadd70b0952ea51ce9f394e9636e42.jpg new file mode 100644 index 0000000..a249a7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/a24a930c1f5fc44bd34784f6e25364ed4c11fed8_jpg.rf.49dadd70b0952ea51ce9f394e9636e42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/a4cdee826bbbb724c0ba254cd63f3621f606862b_jpg.rf.f1ac1da9be2adf103c2615b42e63dcfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/a4cdee826bbbb724c0ba254cd63f3621f606862b_jpg.rf.f1ac1da9be2adf103c2615b42e63dcfc.jpg new file mode 100644 index 0000000..f1a3f45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/a4cdee826bbbb724c0ba254cd63f3621f606862b_jpg.rf.f1ac1da9be2adf103c2615b42e63dcfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/a5598684f80af7327de84441da1a0e6c3d94d00b_jpg.rf.32084906eb43b94dba5c51ce8c822383.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/a5598684f80af7327de84441da1a0e6c3d94d00b_jpg.rf.32084906eb43b94dba5c51ce8c822383.jpg new file mode 100644 index 0000000..6629dc0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/a5598684f80af7327de84441da1a0e6c3d94d00b_jpg.rf.32084906eb43b94dba5c51ce8c822383.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/a662553724fe87651fff104198b8b6b336a93ad8_jpg.rf.fc72bdcc8fa5e0b093923e3f22e00051.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/a662553724fe87651fff104198b8b6b336a93ad8_jpg.rf.fc72bdcc8fa5e0b093923e3f22e00051.jpg new file mode 100644 index 0000000..d081c15 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/a662553724fe87651fff104198b8b6b336a93ad8_jpg.rf.fc72bdcc8fa5e0b093923e3f22e00051.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/a6c9d5edbe29d757a1207808f4c780be37463b99_jpg.rf.3390ca62ea7ba187f1c04c460a712579.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/a6c9d5edbe29d757a1207808f4c780be37463b99_jpg.rf.3390ca62ea7ba187f1c04c460a712579.jpg new file mode 100644 index 0000000..db5af0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/a6c9d5edbe29d757a1207808f4c780be37463b99_jpg.rf.3390ca62ea7ba187f1c04c460a712579.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/a9e6182afd60497a496240b213ef4103e2b36a23_jpg.rf.f87426f0e46baddc1a372a2a6f210c4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/a9e6182afd60497a496240b213ef4103e2b36a23_jpg.rf.f87426f0e46baddc1a372a2a6f210c4b.jpg new file mode 100644 index 0000000..e2132ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/a9e6182afd60497a496240b213ef4103e2b36a23_jpg.rf.f87426f0e46baddc1a372a2a6f210c4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/aa7c2d39a4599279ded83c5c7f90df098b9e35ea_jpg.rf.d588fa1ba70def809270a50c271b05d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/aa7c2d39a4599279ded83c5c7f90df098b9e35ea_jpg.rf.d588fa1ba70def809270a50c271b05d5.jpg new file mode 100644 index 0000000..1342d66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/aa7c2d39a4599279ded83c5c7f90df098b9e35ea_jpg.rf.d588fa1ba70def809270a50c271b05d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.37fcd24d922b747c02553bf2a49c1d40.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.37fcd24d922b747c02553bf2a49c1d40.jpg new file mode 100644 index 0000000..cc9f067 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.37fcd24d922b747c02553bf2a49c1d40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.5fdf998bdafe9fe559f4ec43065f3492.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.5fdf998bdafe9fe559f4ec43065f3492.jpg new file mode 100644 index 0000000..cc9f067 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.5fdf998bdafe9fe559f4ec43065f3492.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.8ce4ad5ff064b01a61ef52f8c6ca2ae6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.8ce4ad5ff064b01a61ef52f8c6ca2ae6.jpg new file mode 100644 index 0000000..cc9f067 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-0_jpg.rf.8ce4ad5ff064b01a61ef52f8c6ca2ae6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.05acf9ec538a76e4444423809d239b00.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.05acf9ec538a76e4444423809d239b00.jpg new file mode 100644 index 0000000..7cefb5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.05acf9ec538a76e4444423809d239b00.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.658fe4aff2117022219154c432638997.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.658fe4aff2117022219154c432638997.jpg new file mode 100644 index 0000000..7cefb5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.658fe4aff2117022219154c432638997.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.78a64838cf93da409e6b07bc6ee4d22a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.78a64838cf93da409e6b07bc6ee4d22a.jpg new file mode 100644 index 0000000..7cefb5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.78a64838cf93da409e6b07bc6ee4d22a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.fd62a5a894970901f9832173ff505145.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.fd62a5a894970901f9832173ff505145.jpg new file mode 100644 index 0000000..7cefb5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-1_jpg.rf.fd62a5a894970901f9832173ff505145.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.0142f58de51e055c54db5e592d6296e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.0142f58de51e055c54db5e592d6296e7.jpg new file mode 100644 index 0000000..9a0615b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.0142f58de51e055c54db5e592d6296e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.247b0db83828313e956d4d849ad2bc98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.247b0db83828313e956d4d849ad2bc98.jpg new file mode 100644 index 0000000..9a0615b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.247b0db83828313e956d4d849ad2bc98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.bd3a3baad61a8f348bbff4bed47643e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.bd3a3baad61a8f348bbff4bed47643e4.jpg new file mode 100644 index 0000000..9a0615b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-3_jpg.rf.bd3a3baad61a8f348bbff4bed47643e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.04e178c94ea97639b43c66e3db75eca5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.04e178c94ea97639b43c66e3db75eca5.jpg new file mode 100644 index 0000000..90e209c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.04e178c94ea97639b43c66e3db75eca5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.0afeaf10a52fc9babfce874a43e3739d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.0afeaf10a52fc9babfce874a43e3739d.jpg new file mode 100644 index 0000000..90e209c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.0afeaf10a52fc9babfce874a43e3739d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.1b5a6d0d95a636440653dba21bda6a2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.1b5a6d0d95a636440653dba21bda6a2e.jpg new file mode 100644 index 0000000..90e209c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.1b5a6d0d95a636440653dba21bda6a2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.4800be47e63cd309906f2916031e2dff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.4800be47e63cd309906f2916031e2dff.jpg new file mode 100644 index 0000000..90e209c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.4800be47e63cd309906f2916031e2dff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.afed479691b65e06e7e4f786e9469066.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.afed479691b65e06e7e4f786e9469066.jpg new file mode 100644 index 0000000..90e209c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.afed479691b65e06e7e4f786e9469066.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.cca9536768faa5ee6de4ccc4abb8d1be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.cca9536768faa5ee6de4ccc4abb8d1be.jpg new file mode 100644 index 0000000..90e209c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-4_jpg.rf.cca9536768faa5ee6de4ccc4abb8d1be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.5b2b3ad4593beabfeda065274080b25a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.5b2b3ad4593beabfeda065274080b25a.jpg new file mode 100644 index 0000000..23d877b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.5b2b3ad4593beabfeda065274080b25a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.7086157710051fef2eccb171d23c3cdc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.7086157710051fef2eccb171d23c3cdc.jpg new file mode 100644 index 0000000..23d877b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.7086157710051fef2eccb171d23c3cdc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.936cb915fca08a31559b2ad24f3f7df6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.936cb915fca08a31559b2ad24f3f7df6.jpg new file mode 100644 index 0000000..23d877b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-5_jpg.rf.936cb915fca08a31559b2ad24f3f7df6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.0cd92a3d3a210ae96925d30a140c59ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.0cd92a3d3a210ae96925d30a140c59ce.jpg new file mode 100644 index 0000000..8f4845c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.0cd92a3d3a210ae96925d30a140c59ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.25e12d1d1b731d0054729910eb9f3264.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.25e12d1d1b731d0054729910eb9f3264.jpg new file mode 100644 index 0000000..8f4845c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.25e12d1d1b731d0054729910eb9f3264.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.3412580a55ac7a3c30ffd248d80c18a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.3412580a55ac7a3c30ffd248d80c18a7.jpg new file mode 100644 index 0000000..8f4845c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-6_jpg.rf.3412580a55ac7a3c30ffd248d80c18a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.13874e475061788691668c134c2466c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.13874e475061788691668c134c2466c7.jpg new file mode 100644 index 0000000..20acc8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.13874e475061788691668c134c2466c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.1a51f37a8bd20285e485f4d6e7b20ce2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.1a51f37a8bd20285e485f4d6e7b20ce2.jpg new file mode 100644 index 0000000..20acc8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.1a51f37a8bd20285e485f4d6e7b20ce2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.588542faa402e7393f98a40287dc3bd8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.588542faa402e7393f98a40287dc3bd8.jpg new file mode 100644 index 0000000..20acc8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_2_mp4-7_jpg.rf.588542faa402e7393f98a40287dc3bd8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.05bed41774b9a37b5da8f1a9d8bbb7c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.05bed41774b9a37b5da8f1a9d8bbb7c4.jpg new file mode 100644 index 0000000..6b7836f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.05bed41774b9a37b5da8f1a9d8bbb7c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.52e1d55bbdb3368ddf08088a7899ed14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.52e1d55bbdb3368ddf08088a7899ed14.jpg new file mode 100644 index 0000000..6b7836f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.52e1d55bbdb3368ddf08088a7899ed14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.a547e159d2e6485a68359b1749348855.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.a547e159d2e6485a68359b1749348855.jpg new file mode 100644 index 0000000..6b7836f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-10_jpg.rf.a547e159d2e6485a68359b1749348855.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.739788d045487ca4e85437559ddc0ba0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.739788d045487ca4e85437559ddc0ba0.jpg new file mode 100644 index 0000000..307c9af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.739788d045487ca4e85437559ddc0ba0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.a7142813ee335d85ca25bab9784384ac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.a7142813ee335d85ca25bab9784384ac.jpg new file mode 100644 index 0000000..307c9af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.a7142813ee335d85ca25bab9784384ac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.f1eb6509673b3638620f9296cc8ce3b3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.f1eb6509673b3638620f9296cc8ce3b3.jpg new file mode 100644 index 0000000..307c9af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-11_jpg.rf.f1eb6509673b3638620f9296cc8ce3b3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.28f42316cbf4a3a80bceda521caabf5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.28f42316cbf4a3a80bceda521caabf5b.jpg new file mode 100644 index 0000000..b081fc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.28f42316cbf4a3a80bceda521caabf5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.538fefc8381ad3903ed3a4eff566b3f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.538fefc8381ad3903ed3a4eff566b3f0.jpg new file mode 100644 index 0000000..b081fc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.538fefc8381ad3903ed3a4eff566b3f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.59e41898412fcf42154bae31f0d0e4a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.59e41898412fcf42154bae31f0d0e4a0.jpg new file mode 100644 index 0000000..b081fc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.59e41898412fcf42154bae31f0d0e4a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.a562c941d7d380c9c2eb4237246c195f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.a562c941d7d380c9c2eb4237246c195f.jpg new file mode 100644 index 0000000..b081fc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.a562c941d7d380c9c2eb4237246c195f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.f040c915e8fea569b635feaaefb0c66b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.f040c915e8fea569b635feaaefb0c66b.jpg new file mode 100644 index 0000000..b081fc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-12_jpg.rf.f040c915e8fea569b635feaaefb0c66b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.1e7a711463d9662d9fa0bcc8686b181e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.1e7a711463d9662d9fa0bcc8686b181e.jpg new file mode 100644 index 0000000..346c8a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.1e7a711463d9662d9fa0bcc8686b181e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.a90d61e463940594e38cd004f60aeac4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.a90d61e463940594e38cd004f60aeac4.jpg new file mode 100644 index 0000000..346c8a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.a90d61e463940594e38cd004f60aeac4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.cf4243d6844aaf6faed0ce073771ccc9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.cf4243d6844aaf6faed0ce073771ccc9.jpg new file mode 100644 index 0000000..346c8a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-13_jpg.rf.cf4243d6844aaf6faed0ce073771ccc9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.1e73859cd9f1a87d3d684a58a0fd3d38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.1e73859cd9f1a87d3d684a58a0fd3d38.jpg new file mode 100644 index 0000000..880232c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.1e73859cd9f1a87d3d684a58a0fd3d38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.25246ab8089a8d096691c9be17723f57.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.25246ab8089a8d096691c9be17723f57.jpg new file mode 100644 index 0000000..880232c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.25246ab8089a8d096691c9be17723f57.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.6f8f504c9abf6ed92bdfb067d6c73973.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.6f8f504c9abf6ed92bdfb067d6c73973.jpg new file mode 100644 index 0000000..880232c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-14_jpg.rf.6f8f504c9abf6ed92bdfb067d6c73973.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.1f09cd73c9d797b7c7a6b3881f5ba58e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.1f09cd73c9d797b7c7a6b3881f5ba58e.jpg new file mode 100644 index 0000000..af73405 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.1f09cd73c9d797b7c7a6b3881f5ba58e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.91274df879e9da5e7f40603df1d2e2bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.91274df879e9da5e7f40603df1d2e2bb.jpg new file mode 100644 index 0000000..af73405 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.91274df879e9da5e7f40603df1d2e2bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.b9fbbb0ddfd1df92c806906db6e1fa16.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.b9fbbb0ddfd1df92c806906db6e1fa16.jpg new file mode 100644 index 0000000..af73405 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-15_jpg.rf.b9fbbb0ddfd1df92c806906db6e1fa16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.6e832291dda9e37ba26f3bd7dc8d8cb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.6e832291dda9e37ba26f3bd7dc8d8cb2.jpg new file mode 100644 index 0000000..2b429c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.6e832291dda9e37ba26f3bd7dc8d8cb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.84923e995aff34c898c9e9563ee86ec4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.84923e995aff34c898c9e9563ee86ec4.jpg new file mode 100644 index 0000000..2b429c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.84923e995aff34c898c9e9563ee86ec4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.e9a0b7a302016ea0a43ab10d3075ee26.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.e9a0b7a302016ea0a43ab10d3075ee26.jpg new file mode 100644 index 0000000..2b429c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-18_jpg.rf.e9a0b7a302016ea0a43ab10d3075ee26.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.139e4a319aa182cce963753554776c62.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.139e4a319aa182cce963753554776c62.jpg new file mode 100644 index 0000000..fc7e870 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.139e4a319aa182cce963753554776c62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.375e0a6076ccef8df2d02fd97f72f30c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.375e0a6076ccef8df2d02fd97f72f30c.jpg new file mode 100644 index 0000000..fc7e870 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.375e0a6076ccef8df2d02fd97f72f30c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.f98e1d77df305645ea0c90f8d8e218f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.f98e1d77df305645ea0c90f8d8e218f5.jpg new file mode 100644 index 0000000..fc7e870 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-19_jpg.rf.f98e1d77df305645ea0c90f8d8e218f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.a226336f0349b3a63d94857396e74023.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.a226336f0349b3a63d94857396e74023.jpg new file mode 100644 index 0000000..f7ca593 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.a226336f0349b3a63d94857396e74023.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.e7d608a6637349d179bc07ec731bcdec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.e7d608a6637349d179bc07ec731bcdec.jpg new file mode 100644 index 0000000..f7ca593 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.e7d608a6637349d179bc07ec731bcdec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.f3b597f25e55233370f3574e5387a800.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.f3b597f25e55233370f3574e5387a800.jpg new file mode 100644 index 0000000..f7ca593 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-1_jpg.rf.f3b597f25e55233370f3574e5387a800.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.3d62c8f52ccb1aac0d9b90fa92857dea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.3d62c8f52ccb1aac0d9b90fa92857dea.jpg new file mode 100644 index 0000000..92212c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.3d62c8f52ccb1aac0d9b90fa92857dea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.4b81ecad53e4f114be287120dbca46c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.4b81ecad53e4f114be287120dbca46c7.jpg new file mode 100644 index 0000000..92212c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.4b81ecad53e4f114be287120dbca46c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.61f0dd4d17fd361ba8b03eb9ce6dca10.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.61f0dd4d17fd361ba8b03eb9ce6dca10.jpg new file mode 100644 index 0000000..92212c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-21_jpg.rf.61f0dd4d17fd361ba8b03eb9ce6dca10.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.32a96401763b3c716047b6f0d5293592.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.32a96401763b3c716047b6f0d5293592.jpg new file mode 100644 index 0000000..f4f2bde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.32a96401763b3c716047b6f0d5293592.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.c4fb77022b6f95af09c98a704fd74eb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.c4fb77022b6f95af09c98a704fd74eb2.jpg new file mode 100644 index 0000000..f4f2bde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.c4fb77022b6f95af09c98a704fd74eb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.dae307d5bf2a107c3c5623bd1517ca49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.dae307d5bf2a107c3c5623bd1517ca49.jpg new file mode 100644 index 0000000..f4f2bde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-3_jpg.rf.dae307d5bf2a107c3c5623bd1517ca49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.52766d5e456463aa7a592b235a07f431.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.52766d5e456463aa7a592b235a07f431.jpg new file mode 100644 index 0000000..69581b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.52766d5e456463aa7a592b235a07f431.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.92830e87996b075f3570594ed330015e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.92830e87996b075f3570594ed330015e.jpg new file mode 100644 index 0000000..69581b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.92830e87996b075f3570594ed330015e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.f4a17de0161d6d01d952dea28f720f86.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.f4a17de0161d6d01d952dea28f720f86.jpg new file mode 100644 index 0000000..69581b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-4_jpg.rf.f4a17de0161d6d01d952dea28f720f86.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.2119d7f51790c50a8f5226627067eed4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.2119d7f51790c50a8f5226627067eed4.jpg new file mode 100644 index 0000000..099fcf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.2119d7f51790c50a8f5226627067eed4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.485797c6c046089954c6df0b47081a74.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.485797c6c046089954c6df0b47081a74.jpg new file mode 100644 index 0000000..099fcf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.485797c6c046089954c6df0b47081a74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.597a195e4dacf0cd1dc53e73b1e4b40d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.597a195e4dacf0cd1dc53e73b1e4b40d.jpg new file mode 100644 index 0000000..099fcf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.597a195e4dacf0cd1dc53e73b1e4b40d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.a85150d8c522e23666c73fe7f7ca35be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.a85150d8c522e23666c73fe7f7ca35be.jpg new file mode 100644 index 0000000..099fcf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.a85150d8c522e23666c73fe7f7ca35be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.e7c5512e03119911898cc26d58e7227e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.e7c5512e03119911898cc26d58e7227e.jpg new file mode 100644 index 0000000..099fcf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.e7c5512e03119911898cc26d58e7227e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.faab9f9fe660ecf4b60c800fbc13c97c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.faab9f9fe660ecf4b60c800fbc13c97c.jpg new file mode 100644 index 0000000..099fcf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-5_jpg.rf.faab9f9fe660ecf4b60c800fbc13c97c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.75c0b3673efc85916e2a6cd5545f98ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.75c0b3673efc85916e2a6cd5545f98ce.jpg new file mode 100644 index 0000000..f1d3f07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.75c0b3673efc85916e2a6cd5545f98ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.8e43a3670f62ef0aae3f65f2269e4bea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.8e43a3670f62ef0aae3f65f2269e4bea.jpg new file mode 100644 index 0000000..f1d3f07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.8e43a3670f62ef0aae3f65f2269e4bea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.d8af822e19d77a1c169bf477510309b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.d8af822e19d77a1c169bf477510309b5.jpg new file mode 100644 index 0000000..f1d3f07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/abandonedbag_3_mp4-9_jpg.rf.d8af822e19d77a1c169bf477510309b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ad09c69e71a15d542ab63429e7a2bce64b369a7f_jpg.rf.d74e7e39654e39954b2ce4f1221b95d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ad09c69e71a15d542ab63429e7a2bce64b369a7f_jpg.rf.d74e7e39654e39954b2ce4f1221b95d3.jpg new file mode 100644 index 0000000..c2322fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ad09c69e71a15d542ab63429e7a2bce64b369a7f_jpg.rf.d74e7e39654e39954b2ce4f1221b95d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/aeab70ff9988b41e3491de5a08f92efe_jpg.rf.3b1d04375f0a7fc97c85ecc029fe6c4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/aeab70ff9988b41e3491de5a08f92efe_jpg.rf.3b1d04375f0a7fc97c85ecc029fe6c4f.jpg new file mode 100644 index 0000000..09753f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/aeab70ff9988b41e3491de5a08f92efe_jpg.rf.3b1d04375f0a7fc97c85ecc029fe6c4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/aebbfcfbb1893178b93a8a50612f57d811409318_jpg.rf.9a00554ff698afa700110eecf2f9df6f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/aebbfcfbb1893178b93a8a50612f57d811409318_jpg.rf.9a00554ff698afa700110eecf2f9df6f.jpg new file mode 100644 index 0000000..0c9ef8e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/aebbfcfbb1893178b93a8a50612f57d811409318_jpg.rf.9a00554ff698afa700110eecf2f9df6f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/af6911f2fceb5e827f7ae2bfee065a2c688ced09_jpg.rf.83c5a7aecca0087781a7a4182b5b1142.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/af6911f2fceb5e827f7ae2bfee065a2c688ced09_jpg.rf.83c5a7aecca0087781a7a4182b5b1142.jpg new file mode 100644 index 0000000..65a9cf8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/af6911f2fceb5e827f7ae2bfee065a2c688ced09_jpg.rf.83c5a7aecca0087781a7a4182b5b1142.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/b076ac44cc06d9eb34772c956c07952fa068e805_jpg.rf.de19d8669753f739116f4245df9035ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/b076ac44cc06d9eb34772c956c07952fa068e805_jpg.rf.de19d8669753f739116f4245df9035ff.jpg new file mode 100644 index 0000000..9bf903e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/b076ac44cc06d9eb34772c956c07952fa068e805_jpg.rf.de19d8669753f739116f4245df9035ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/b28dcb6b9b078ee612d1ea777f0a54fe3b95024d_jpg.rf.4421bcfb8506f38fef99d5a5e95121c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/b28dcb6b9b078ee612d1ea777f0a54fe3b95024d_jpg.rf.4421bcfb8506f38fef99d5a5e95121c5.jpg new file mode 100644 index 0000000..2f97a33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/b28dcb6b9b078ee612d1ea777f0a54fe3b95024d_jpg.rf.4421bcfb8506f38fef99d5a5e95121c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/b32c72cc2877ee60ca3bc9de1c9e9479dbf7f403_jpg.rf.ff111adb3d2a0a361f325b0f9dbde6d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/b32c72cc2877ee60ca3bc9de1c9e9479dbf7f403_jpg.rf.ff111adb3d2a0a361f325b0f9dbde6d1.jpg new file mode 100644 index 0000000..61d01b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/b32c72cc2877ee60ca3bc9de1c9e9479dbf7f403_jpg.rf.ff111adb3d2a0a361f325b0f9dbde6d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/b58f1347e63884ea141b26c2f0651ccce662828c_jpg.rf.fd61cbb1294a1feef6a7beff41b498b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/b58f1347e63884ea141b26c2f0651ccce662828c_jpg.rf.fd61cbb1294a1feef6a7beff41b498b7.jpg new file mode 100644 index 0000000..17d950e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/b58f1347e63884ea141b26c2f0651ccce662828c_jpg.rf.fd61cbb1294a1feef6a7beff41b498b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/b636da8855a843cc3411757a7b8429eb9e895a0c_jpg.rf.8bb65495e9e48e56acd7ecf4b1016a51.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/b636da8855a843cc3411757a7b8429eb9e895a0c_jpg.rf.8bb65495e9e48e56acd7ecf4b1016a51.jpg new file mode 100644 index 0000000..84af96d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/b636da8855a843cc3411757a7b8429eb9e895a0c_jpg.rf.8bb65495e9e48e56acd7ecf4b1016a51.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/b853669d13fcc1ba310ff18a2e82dd0808797964_jpg.rf.029b583ba7c4562c60e60cd54b2ac1bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/b853669d13fcc1ba310ff18a2e82dd0808797964_jpg.rf.029b583ba7c4562c60e60cd54b2ac1bd.jpg new file mode 100644 index 0000000..b3c2c2c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/b853669d13fcc1ba310ff18a2e82dd0808797964_jpg.rf.029b583ba7c4562c60e60cd54b2ac1bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/b9a013b20aa62bf28afc70df8b4dbbb5280b9403_jpg.rf.9d4a80af2df8ebf4186a8dc7954bcbf7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/b9a013b20aa62bf28afc70df8b4dbbb5280b9403_jpg.rf.9d4a80af2df8ebf4186a8dc7954bcbf7.jpg new file mode 100644 index 0000000..a1ed013 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/b9a013b20aa62bf28afc70df8b4dbbb5280b9403_jpg.rf.9d4a80af2df8ebf4186a8dc7954bcbf7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/bab5ed4b56f390e231fb26c8a8d822ed27ae86a8_jpg.rf.81ed9c83f73cefcdc1df704f9a5c532e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/bab5ed4b56f390e231fb26c8a8d822ed27ae86a8_jpg.rf.81ed9c83f73cefcdc1df704f9a5c532e.jpg new file mode 100644 index 0000000..512f54e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/bab5ed4b56f390e231fb26c8a8d822ed27ae86a8_jpg.rf.81ed9c83f73cefcdc1df704f9a5c532e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-1-_jpg.rf.2601b393688197fe989df1640f87d045.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-1-_jpg.rf.2601b393688197fe989df1640f87d045.jpg new file mode 100644 index 0000000..01f17e4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-1-_jpg.rf.2601b393688197fe989df1640f87d045.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.33d72ce5b73eb30ac241f85468ef9ee7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.33d72ce5b73eb30ac241f85468ef9ee7.jpg new file mode 100644 index 0000000..1391518 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.33d72ce5b73eb30ac241f85468ef9ee7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.8bab8b381bb697a957ef6ed4648fb914.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.8bab8b381bb697a957ef6ed4648fb914.jpg new file mode 100644 index 0000000..4ef02af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.8bab8b381bb697a957ef6ed4648fb914.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.bae47fbf8b2409a8240bb69430ecb7c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.bae47fbf8b2409a8240bb69430ecb7c2.jpg new file mode 100644 index 0000000..965809a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-10-_jpg.rf.bae47fbf8b2409a8240bb69430ecb7c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-11-_jpg.rf.d4ad0b7837f675c0aa97fbd50b7ea52f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-11-_jpg.rf.d4ad0b7837f675c0aa97fbd50b7ea52f.jpg new file mode 100644 index 0000000..cd6a109 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-11-_jpg.rf.d4ad0b7837f675c0aa97fbd50b7ea52f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-12-_jpg.rf.042a613bf08ca81487655fd0a452377a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-12-_jpg.rf.042a613bf08ca81487655fd0a452377a.jpg new file mode 100644 index 0000000..9edf1cb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-12-_jpg.rf.042a613bf08ca81487655fd0a452377a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-12-_jpg.rf.e249a546621b66b60001c8b38abc8005.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-12-_jpg.rf.e249a546621b66b60001c8b38abc8005.jpg new file mode 100644 index 0000000..a5d5f6a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-12-_jpg.rf.e249a546621b66b60001c8b38abc8005.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.1e2c7e392acd75a99f052be6e22ba3f3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.1e2c7e392acd75a99f052be6e22ba3f3.jpg new file mode 100644 index 0000000..059ed5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.1e2c7e392acd75a99f052be6e22ba3f3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.769a8f18aeae3b79063fd3088dee588b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.769a8f18aeae3b79063fd3088dee588b.jpg new file mode 100644 index 0000000..4d9cd09 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.769a8f18aeae3b79063fd3088dee588b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.d4f43f1fe03f9c7ce2b8743e9c0ad86f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.d4f43f1fe03f9c7ce2b8743e9c0ad86f.jpg new file mode 100644 index 0000000..11b4257 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-13-_jpg.rf.d4f43f1fe03f9c7ce2b8743e9c0ad86f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-14-_jpg.rf.7167d74ced79a65f58dc153f3063e451.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-14-_jpg.rf.7167d74ced79a65f58dc153f3063e451.jpg new file mode 100644 index 0000000..88f0327 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-14-_jpg.rf.7167d74ced79a65f58dc153f3063e451.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-15-_jpg.rf.b342b3750867b26a4ddaeb0a6847d3a6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-15-_jpg.rf.b342b3750867b26a4ddaeb0a6847d3a6.jpg new file mode 100644 index 0000000..35807db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-15-_jpg.rf.b342b3750867b26a4ddaeb0a6847d3a6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-16-_jpg.rf.3381c866c9c3f9401b30ef4840465f09.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-16-_jpg.rf.3381c866c9c3f9401b30ef4840465f09.jpg new file mode 100644 index 0000000..f48c395 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-16-_jpg.rf.3381c866c9c3f9401b30ef4840465f09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-17-_jpg.rf.72bb1fa83d2d0724158a9bab94f2f9f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-17-_jpg.rf.72bb1fa83d2d0724158a9bab94f2f9f5.jpg new file mode 100644 index 0000000..af93df8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-17-_jpg.rf.72bb1fa83d2d0724158a9bab94f2f9f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-17-_jpg.rf.f9131d455b719edbbfa35aaf7ce82ebd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-17-_jpg.rf.f9131d455b719edbbfa35aaf7ce82ebd.jpg new file mode 100644 index 0000000..f28b50c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-17-_jpg.rf.f9131d455b719edbbfa35aaf7ce82ebd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-18-_jpg.rf.0d4bfea4b8ca0ead43d036fcd39573ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-18-_jpg.rf.0d4bfea4b8ca0ead43d036fcd39573ba.jpg new file mode 100644 index 0000000..f0454b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-18-_jpg.rf.0d4bfea4b8ca0ead43d036fcd39573ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-18-_jpg.rf.efc30d01c07887d1d093141f7a5b469e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-18-_jpg.rf.efc30d01c07887d1d093141f7a5b469e.jpg new file mode 100644 index 0000000..2b336a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-18-_jpg.rf.efc30d01c07887d1d093141f7a5b469e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-19-_jpg.rf.8eedb5f77d7aa2adec0fa17f133ddc23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-19-_jpg.rf.8eedb5f77d7aa2adec0fa17f133ddc23.jpg new file mode 100644 index 0000000..3043dce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-19-_jpg.rf.8eedb5f77d7aa2adec0fa17f133ddc23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-19-_jpg.rf.c30707fc9760df15e42dc2bb60d648d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-19-_jpg.rf.c30707fc9760df15e42dc2bb60d648d1.jpg new file mode 100644 index 0000000..ca76a14 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-19-_jpg.rf.c30707fc9760df15e42dc2bb60d648d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-2-_jpg.rf.631da9020405a2d81b9317db847fc32f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-2-_jpg.rf.631da9020405a2d81b9317db847fc32f.jpg new file mode 100644 index 0000000..80bb312 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-2-_jpg.rf.631da9020405a2d81b9317db847fc32f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-2-_jpg.rf.9dba68b53bd712b56a4901b2056ebe8d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-2-_jpg.rf.9dba68b53bd712b56a4901b2056ebe8d.jpg new file mode 100644 index 0000000..b2ea633 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-2-_jpg.rf.9dba68b53bd712b56a4901b2056ebe8d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-20-_jpg.rf.390d71f74b4364e1cda791b15c41998d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-20-_jpg.rf.390d71f74b4364e1cda791b15c41998d.jpg new file mode 100644 index 0000000..6697beb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-20-_jpg.rf.390d71f74b4364e1cda791b15c41998d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-20-_jpg.rf.ea569f33e18f69fbca21d9c5572198a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-20-_jpg.rf.ea569f33e18f69fbca21d9c5572198a1.jpg new file mode 100644 index 0000000..691ed60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-20-_jpg.rf.ea569f33e18f69fbca21d9c5572198a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-21-_jpg.rf.0b11f8e6e3fe8d796f9a38d5a4dfc309.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-21-_jpg.rf.0b11f8e6e3fe8d796f9a38d5a4dfc309.jpg new file mode 100644 index 0000000..f66a1f7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-21-_jpg.rf.0b11f8e6e3fe8d796f9a38d5a4dfc309.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-21-_jpg.rf.836453180a421b34243a815a46f19c37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-21-_jpg.rf.836453180a421b34243a815a46f19c37.jpg new file mode 100644 index 0000000..655efde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-21-_jpg.rf.836453180a421b34243a815a46f19c37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-22-_jpg.rf.3d14b25729a2c009f107820fc5c6d58a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-22-_jpg.rf.3d14b25729a2c009f107820fc5c6d58a.jpg new file mode 100644 index 0000000..903b63f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-22-_jpg.rf.3d14b25729a2c009f107820fc5c6d58a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-22-_jpg.rf.cd1755b4d960328f4d7ed1d57f04f890.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-22-_jpg.rf.cd1755b4d960328f4d7ed1d57f04f890.jpg new file mode 100644 index 0000000..2238b8b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-22-_jpg.rf.cd1755b4d960328f4d7ed1d57f04f890.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-24-_jpg.rf.a4d9b07e85dabb5d946cd4f57b89b96a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-24-_jpg.rf.a4d9b07e85dabb5d946cd4f57b89b96a.jpg new file mode 100644 index 0000000..550c1f1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-24-_jpg.rf.a4d9b07e85dabb5d946cd4f57b89b96a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-24-_jpg.rf.f3f285391d029b29b1dd9c98e4b49ed5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-24-_jpg.rf.f3f285391d029b29b1dd9c98e4b49ed5.jpg new file mode 100644 index 0000000..5ec98d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-24-_jpg.rf.f3f285391d029b29b1dd9c98e4b49ed5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-25-_jpg.rf.da49b1039d2ee011057529c2fa4757db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-25-_jpg.rf.da49b1039d2ee011057529c2fa4757db.jpg new file mode 100644 index 0000000..d3cbd7f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-25-_jpg.rf.da49b1039d2ee011057529c2fa4757db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.b0c28a27e25e57c3caaa8f00d414da00.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.b0c28a27e25e57c3caaa8f00d414da00.jpg new file mode 100644 index 0000000..de714ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.b0c28a27e25e57c3caaa8f00d414da00.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.dac028a6fb10a58ba7a08820be12f438.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.dac028a6fb10a58ba7a08820be12f438.jpg new file mode 100644 index 0000000..6c327d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.dac028a6fb10a58ba7a08820be12f438.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.e12251e0f301e980bc03ce3dfab58bc7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.e12251e0f301e980bc03ce3dfab58bc7.jpg new file mode 100644 index 0000000..1686182 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-26-_jpg.rf.e12251e0f301e980bc03ce3dfab58bc7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-27-_jpg.rf.19d5be874d347ed49337f3032190e719.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-27-_jpg.rf.19d5be874d347ed49337f3032190e719.jpg new file mode 100644 index 0000000..0117dda Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-27-_jpg.rf.19d5be874d347ed49337f3032190e719.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-27-_jpg.rf.79f3d39063ad0f53b330423fee90ed0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-27-_jpg.rf.79f3d39063ad0f53b330423fee90ed0a.jpg new file mode 100644 index 0000000..7b4d827 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-27-_jpg.rf.79f3d39063ad0f53b330423fee90ed0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-3-_jpg.rf.3ad23a37bb9811f3059ed1578367cafe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-3-_jpg.rf.3ad23a37bb9811f3059ed1578367cafe.jpg new file mode 100644 index 0000000..e99172d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-3-_jpg.rf.3ad23a37bb9811f3059ed1578367cafe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-3-_jpg.rf.9cbcc30af671242551401afde024d11c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-3-_jpg.rf.9cbcc30af671242551401afde024d11c.jpg new file mode 100644 index 0000000..e7f2862 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-3-_jpg.rf.9cbcc30af671242551401afde024d11c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.67b0b5fc9ceea53d8b95c376e678a0d6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.67b0b5fc9ceea53d8b95c376e678a0d6.jpg new file mode 100644 index 0000000..2a49fea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.67b0b5fc9ceea53d8b95c376e678a0d6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.797c81201c40c1956e3849f2abffa2e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.797c81201c40c1956e3849f2abffa2e1.jpg new file mode 100644 index 0000000..7dd639f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.797c81201c40c1956e3849f2abffa2e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.db518f960b41c4e8acffec9d8639c98a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.db518f960b41c4e8acffec9d8639c98a.jpg new file mode 100644 index 0000000..302afb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-30-_jpg.rf.db518f960b41c4e8acffec9d8639c98a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-31-_jpg.rf.5c9a83dc79e1b05e4bee1bc7680e3520.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-31-_jpg.rf.5c9a83dc79e1b05e4bee1bc7680e3520.jpg new file mode 100644 index 0000000..65d35a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-31-_jpg.rf.5c9a83dc79e1b05e4bee1bc7680e3520.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-31-_jpg.rf.6eceac9ec559759efb0e387dcecd5807.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-31-_jpg.rf.6eceac9ec559759efb0e387dcecd5807.jpg new file mode 100644 index 0000000..69367ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-31-_jpg.rf.6eceac9ec559759efb0e387dcecd5807.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-32-_jpg.rf.09229e607fe5ade3feef81be86cc0e19.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-32-_jpg.rf.09229e607fe5ade3feef81be86cc0e19.jpg new file mode 100644 index 0000000..1e88107 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-32-_jpg.rf.09229e607fe5ade3feef81be86cc0e19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-32-_jpg.rf.3b126916cc1faeec5f68b9c71699a128.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-32-_jpg.rf.3b126916cc1faeec5f68b9c71699a128.jpg new file mode 100644 index 0000000..be00779 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-32-_jpg.rf.3b126916cc1faeec5f68b9c71699a128.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-33-_jpg.rf.ad978073ddbed2fbc92e3329fae5b8fb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-33-_jpg.rf.ad978073ddbed2fbc92e3329fae5b8fb.jpg new file mode 100644 index 0000000..13f9f30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-33-_jpg.rf.ad978073ddbed2fbc92e3329fae5b8fb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-34-_jpg.rf.56d71fee99105b1f1d7f89e375d16e44.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-34-_jpg.rf.56d71fee99105b1f1d7f89e375d16e44.jpg new file mode 100644 index 0000000..3b69e95 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-34-_jpg.rf.56d71fee99105b1f1d7f89e375d16e44.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-34-_jpg.rf.603dcb8e2295d47c02fcdfc311526858.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-34-_jpg.rf.603dcb8e2295d47c02fcdfc311526858.jpg new file mode 100644 index 0000000..9e14f7e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-34-_jpg.rf.603dcb8e2295d47c02fcdfc311526858.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-35-_jpg.rf.0d101e97a4bb0a04be820bf6bf57571d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-35-_jpg.rf.0d101e97a4bb0a04be820bf6bf57571d.jpg new file mode 100644 index 0000000..c2de1a1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-35-_jpg.rf.0d101e97a4bb0a04be820bf6bf57571d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-35-_jpg.rf.dff9f9cbddceb6b5d0bb41fbb70d193e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-35-_jpg.rf.dff9f9cbddceb6b5d0bb41fbb70d193e.jpg new file mode 100644 index 0000000..39c2592 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-35-_jpg.rf.dff9f9cbddceb6b5d0bb41fbb70d193e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-36-_jpg.rf.4043347b8f03e03a3c08257f3d059382.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-36-_jpg.rf.4043347b8f03e03a3c08257f3d059382.jpg new file mode 100644 index 0000000..fbf8d5b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-36-_jpg.rf.4043347b8f03e03a3c08257f3d059382.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-36-_jpg.rf.75e227756bc5c74f2f56e034bf2f6cb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-36-_jpg.rf.75e227756bc5c74f2f56e034bf2f6cb2.jpg new file mode 100644 index 0000000..f8142aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-36-_jpg.rf.75e227756bc5c74f2f56e034bf2f6cb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-37-_jpg.rf.2808c7960ed89f829c7ec50939cee1fb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-37-_jpg.rf.2808c7960ed89f829c7ec50939cee1fb.jpg new file mode 100644 index 0000000..723f14b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-37-_jpg.rf.2808c7960ed89f829c7ec50939cee1fb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-37-_jpg.rf.46f06ddb846d0704fad2436f015e6edd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-37-_jpg.rf.46f06ddb846d0704fad2436f015e6edd.jpg new file mode 100644 index 0000000..f17a8b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-37-_jpg.rf.46f06ddb846d0704fad2436f015e6edd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-38-_jpg.rf.a90ffb72697324ce80463cdcae788075.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-38-_jpg.rf.a90ffb72697324ce80463cdcae788075.jpg new file mode 100644 index 0000000..363d31e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-38-_jpg.rf.a90ffb72697324ce80463cdcae788075.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.2771b61d559712c42498d69f6385b523.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.2771b61d559712c42498d69f6385b523.jpg new file mode 100644 index 0000000..e448650 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.2771b61d559712c42498d69f6385b523.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.935b72cf1963e5d9fa731a436bd8eafa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.935b72cf1963e5d9fa731a436bd8eafa.jpg new file mode 100644 index 0000000..b757b92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.935b72cf1963e5d9fa731a436bd8eafa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.ccfc774d0682f21927f49c487b4097db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.ccfc774d0682f21927f49c487b4097db.jpg new file mode 100644 index 0000000..31061b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-39-_jpg.rf.ccfc774d0682f21927f49c487b4097db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-4-_jpg.rf.708a7b263cea513246c626bcfa18996b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-4-_jpg.rf.708a7b263cea513246c626bcfa18996b.jpg new file mode 100644 index 0000000..b30bafa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-4-_jpg.rf.708a7b263cea513246c626bcfa18996b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-4-_jpg.rf.72248d1002d543c8bcda29029072b383.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-4-_jpg.rf.72248d1002d543c8bcda29029072b383.jpg new file mode 100644 index 0000000..dfa4a5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-4-_jpg.rf.72248d1002d543c8bcda29029072b383.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.670a474112a31be1cc46af4888129c9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.670a474112a31be1cc46af4888129c9d.jpg new file mode 100644 index 0000000..a18966f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.670a474112a31be1cc46af4888129c9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.bc97f9ddf5a7c27696724ad527ed631a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.bc97f9ddf5a7c27696724ad527ed631a.jpg new file mode 100644 index 0000000..7735982 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.bc97f9ddf5a7c27696724ad527ed631a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.c43317ecdf784ef04ea1b2d1eebe9cc4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.c43317ecdf784ef04ea1b2d1eebe9cc4.jpg new file mode 100644 index 0000000..6e22d06 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-40-_jpg.rf.c43317ecdf784ef04ea1b2d1eebe9cc4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-41-_jpg.rf.0d0d798e6b3079019a3e8e1d3d694305.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-41-_jpg.rf.0d0d798e6b3079019a3e8e1d3d694305.jpg new file mode 100644 index 0000000..a986b2d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-41-_jpg.rf.0d0d798e6b3079019a3e8e1d3d694305.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-42-_jpg.rf.c9bb59a70f8f8f8dbe5d16c464a56ec9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-42-_jpg.rf.c9bb59a70f8f8f8dbe5d16c464a56ec9.jpg new file mode 100644 index 0000000..6e82fb6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-42-_jpg.rf.c9bb59a70f8f8f8dbe5d16c464a56ec9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-43-_jpg.rf.be34215420231f2e142c181d00157980.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-43-_jpg.rf.be34215420231f2e142c181d00157980.jpg new file mode 100644 index 0000000..7671be7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-43-_jpg.rf.be34215420231f2e142c181d00157980.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-43-_jpg.rf.fff01d8f0b93e4c46c7f7227a2375861.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-43-_jpg.rf.fff01d8f0b93e4c46c7f7227a2375861.jpg new file mode 100644 index 0000000..a19c8a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-43-_jpg.rf.fff01d8f0b93e4c46c7f7227a2375861.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-44-_jpg.rf.5251e4ceaafae80a9057459714c600a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-44-_jpg.rf.5251e4ceaafae80a9057459714c600a0.jpg new file mode 100644 index 0000000..a3a317f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-44-_jpg.rf.5251e4ceaafae80a9057459714c600a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-44-_jpg.rf.7b6759cbb8900aad00bf717e8ec4f97f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-44-_jpg.rf.7b6759cbb8900aad00bf717e8ec4f97f.jpg new file mode 100644 index 0000000..55315db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-44-_jpg.rf.7b6759cbb8900aad00bf717e8ec4f97f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-46-_jpg.rf.ce47974117e0e6bcaad474dbdd1db047.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-46-_jpg.rf.ce47974117e0e6bcaad474dbdd1db047.jpg new file mode 100644 index 0000000..fa898d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-46-_jpg.rf.ce47974117e0e6bcaad474dbdd1db047.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-46-_jpg.rf.f20ff73db2efe9f3a872b6ac49d9cc5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-46-_jpg.rf.f20ff73db2efe9f3a872b6ac49d9cc5b.jpg new file mode 100644 index 0000000..fc13428 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-46-_jpg.rf.f20ff73db2efe9f3a872b6ac49d9cc5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-47-_jpg.rf.089f0ffc191297ef486b202ceea9f0b3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-47-_jpg.rf.089f0ffc191297ef486b202ceea9f0b3.jpg new file mode 100644 index 0000000..6392d00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-47-_jpg.rf.089f0ffc191297ef486b202ceea9f0b3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-47-_jpg.rf.4ab1ce8f79fc2e71147a692c50badb4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-47-_jpg.rf.4ab1ce8f79fc2e71147a692c50badb4c.jpg new file mode 100644 index 0000000..0ad037e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-47-_jpg.rf.4ab1ce8f79fc2e71147a692c50badb4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-48-_jpg.rf.de2165efe0e591f0f8428e6f0312d79e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-48-_jpg.rf.de2165efe0e591f0f8428e6f0312d79e.jpg new file mode 100644 index 0000000..0de4ab3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-48-_jpg.rf.de2165efe0e591f0f8428e6f0312d79e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-49-_jpg.rf.5108daa501f266ba8c291345095faf34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-49-_jpg.rf.5108daa501f266ba8c291345095faf34.jpg new file mode 100644 index 0000000..57ed09b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-49-_jpg.rf.5108daa501f266ba8c291345095faf34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-5-_jpg.rf.cf65384356e138ac9448f3bc83010f4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-5-_jpg.rf.cf65384356e138ac9448f3bc83010f4b.jpg new file mode 100644 index 0000000..7137c55 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-5-_jpg.rf.cf65384356e138ac9448f3bc83010f4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-52-_jpg.rf.b366bf9e46fe4a18eeca53bdaa2c09fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-52-_jpg.rf.b366bf9e46fe4a18eeca53bdaa2c09fd.jpg new file mode 100644 index 0000000..a60e0d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-52-_jpg.rf.b366bf9e46fe4a18eeca53bdaa2c09fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-54-_jpg.rf.1e6165b9420e8d7c0ec13dfcd7fac52a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-54-_jpg.rf.1e6165b9420e8d7c0ec13dfcd7fac52a.jpg new file mode 100644 index 0000000..49b372b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-54-_jpg.rf.1e6165b9420e8d7c0ec13dfcd7fac52a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-54-_jpg.rf.be529b5fb5a9c0dc736c5b0190419a33.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-54-_jpg.rf.be529b5fb5a9c0dc736c5b0190419a33.jpg new file mode 100644 index 0000000..f435bd7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-54-_jpg.rf.be529b5fb5a9c0dc736c5b0190419a33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-55-_jpg.rf.26811240c30abf92f3660ef38189e395.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-55-_jpg.rf.26811240c30abf92f3660ef38189e395.jpg new file mode 100644 index 0000000..de5d3c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-55-_jpg.rf.26811240c30abf92f3660ef38189e395.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-55-_jpg.rf.f0513fb372b808845bffc8280b6d914b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-55-_jpg.rf.f0513fb372b808845bffc8280b6d914b.jpg new file mode 100644 index 0000000..0c964c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-55-_jpg.rf.f0513fb372b808845bffc8280b6d914b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.123912458e68f285527f78871f79c580.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.123912458e68f285527f78871f79c580.jpg new file mode 100644 index 0000000..8110211 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.123912458e68f285527f78871f79c580.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.2a3afb357a069c6f2162b7a11f9f7a87.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.2a3afb357a069c6f2162b7a11f9f7a87.jpg new file mode 100644 index 0000000..612f672 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.2a3afb357a069c6f2162b7a11f9f7a87.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.6fb844438837587fcf1789438ca7aa90.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.6fb844438837587fcf1789438ca7aa90.jpg new file mode 100644 index 0000000..60e301c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-56-_jpg.rf.6fb844438837587fcf1789438ca7aa90.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-57-_jpg.rf.89bdaba5f31577cd1d2e96873ac9d348.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-57-_jpg.rf.89bdaba5f31577cd1d2e96873ac9d348.jpg new file mode 100644 index 0000000..f479f49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-57-_jpg.rf.89bdaba5f31577cd1d2e96873ac9d348.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-58-_jpg.rf.23fbe2421e5825c33621b8eede3fc1c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-58-_jpg.rf.23fbe2421e5825c33621b8eede3fc1c1.jpg new file mode 100644 index 0000000..1c27ee2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-58-_jpg.rf.23fbe2421e5825c33621b8eede3fc1c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-58-_jpg.rf.c4bdf38937757a75de12a06ce0bd9626.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-58-_jpg.rf.c4bdf38937757a75de12a06ce0bd9626.jpg new file mode 100644 index 0000000..2b5db19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-58-_jpg.rf.c4bdf38937757a75de12a06ce0bd9626.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-59-_jpg.rf.12d2ec276cfca68b3825e8dc6868b311.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-59-_jpg.rf.12d2ec276cfca68b3825e8dc6868b311.jpg new file mode 100644 index 0000000..f8e3858 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-59-_jpg.rf.12d2ec276cfca68b3825e8dc6868b311.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-6-_jpg.rf.3a7f376cd41732c0cded798871c1af02.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-6-_jpg.rf.3a7f376cd41732c0cded798871c1af02.jpg new file mode 100644 index 0000000..da0ebb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-6-_jpg.rf.3a7f376cd41732c0cded798871c1af02.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-6-_jpg.rf.adac7d44262020411c96d2c489940916.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-6-_jpg.rf.adac7d44262020411c96d2c489940916.jpg new file mode 100644 index 0000000..daecd24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-6-_jpg.rf.adac7d44262020411c96d2c489940916.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-60-_jpg.rf.521d5f1efa7d6b8ba4221961537a19ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-60-_jpg.rf.521d5f1efa7d6b8ba4221961537a19ae.jpg new file mode 100644 index 0000000..c459828 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-60-_jpg.rf.521d5f1efa7d6b8ba4221961537a19ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-60-_jpg.rf.7c2672c19ba67e0806c7713ca69cd820.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-60-_jpg.rf.7c2672c19ba67e0806c7713ca69cd820.jpg new file mode 100644 index 0000000..bff42ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-60-_jpg.rf.7c2672c19ba67e0806c7713ca69cd820.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-61-_jpg.rf.5795b59f1e826b01a0e731b2ec9edee4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-61-_jpg.rf.5795b59f1e826b01a0e731b2ec9edee4.jpg new file mode 100644 index 0000000..d6f2e19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-61-_jpg.rf.5795b59f1e826b01a0e731b2ec9edee4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-61-_jpg.rf.d96513ac16c96be7a50a6729c87302a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-61-_jpg.rf.d96513ac16c96be7a50a6729c87302a2.jpg new file mode 100644 index 0000000..d7b0b3c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-61-_jpg.rf.d96513ac16c96be7a50a6729c87302a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.69a28eb2ac7e69809d6d60c5c6bd2f77.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.69a28eb2ac7e69809d6d60c5c6bd2f77.jpg new file mode 100644 index 0000000..9a5bbc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.69a28eb2ac7e69809d6d60c5c6bd2f77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.81d5a553801ec3541853d468685d8e0b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.81d5a553801ec3541853d468685d8e0b.jpg new file mode 100644 index 0000000..6d1dda2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.81d5a553801ec3541853d468685d8e0b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.8c6a76c71e7dab1e435ee097534a9538.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.8c6a76c71e7dab1e435ee097534a9538.jpg new file mode 100644 index 0000000..f50edf4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-62-_jpg.rf.8c6a76c71e7dab1e435ee097534a9538.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-63-_jpg.rf.44672758a025a119309ab227b5b2781f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-63-_jpg.rf.44672758a025a119309ab227b5b2781f.jpg new file mode 100644 index 0000000..0631834 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-63-_jpg.rf.44672758a025a119309ab227b5b2781f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-64-_jpg.rf.fafdd331f7705aded6827d121fdab104.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-64-_jpg.rf.fafdd331f7705aded6827d121fdab104.jpg new file mode 100644 index 0000000..4e9f5f1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-64-_jpg.rf.fafdd331f7705aded6827d121fdab104.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-65-_jpg.rf.7f7afc5db37fc74d0a1f33f58244799a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-65-_jpg.rf.7f7afc5db37fc74d0a1f33f58244799a.jpg new file mode 100644 index 0000000..ec17e07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-65-_jpg.rf.7f7afc5db37fc74d0a1f33f58244799a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-65-_jpg.rf.8b8750755e21f6dba83199005c031cc7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-65-_jpg.rf.8b8750755e21f6dba83199005c031cc7.jpg new file mode 100644 index 0000000..3093e1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-65-_jpg.rf.8b8750755e21f6dba83199005c031cc7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-66-_jpg.rf.9d2cf803e6a775d0a32e5e2abc71bb2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-66-_jpg.rf.9d2cf803e6a775d0a32e5e2abc71bb2a.jpg new file mode 100644 index 0000000..787e8a0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-66-_jpg.rf.9d2cf803e6a775d0a32e5e2abc71bb2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-66-_jpg.rf.e9bab220b50583fae5b76660ab568756.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-66-_jpg.rf.e9bab220b50583fae5b76660ab568756.jpg new file mode 100644 index 0000000..4ab9911 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-66-_jpg.rf.e9bab220b50583fae5b76660ab568756.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-67-_jpg.rf.09be25d2a43e4398bf25cada5a056d70.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-67-_jpg.rf.09be25d2a43e4398bf25cada5a056d70.jpg new file mode 100644 index 0000000..957b3c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-67-_jpg.rf.09be25d2a43e4398bf25cada5a056d70.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-67-_jpg.rf.78c83d3799b3abfe3a20901365a0410e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-67-_jpg.rf.78c83d3799b3abfe3a20901365a0410e.jpg new file mode 100644 index 0000000..35cf662 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-67-_jpg.rf.78c83d3799b3abfe3a20901365a0410e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-68-_jpg.rf.c85b9bb952c802594819c025437dafcf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-68-_jpg.rf.c85b9bb952c802594819c025437dafcf.jpg new file mode 100644 index 0000000..7b21007 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-68-_jpg.rf.c85b9bb952c802594819c025437dafcf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.77a13f9c94ed7d5296500d035d3f8305.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.77a13f9c94ed7d5296500d035d3f8305.jpg new file mode 100644 index 0000000..bc6808a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.77a13f9c94ed7d5296500d035d3f8305.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.9ee9928cae98cc066749d99fd61f791d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.9ee9928cae98cc066749d99fd61f791d.jpg new file mode 100644 index 0000000..f508ae3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.9ee9928cae98cc066749d99fd61f791d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.b45b221e7022356cb6461335cf45dbf8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.b45b221e7022356cb6461335cf45dbf8.jpg new file mode 100644 index 0000000..f24dc36 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-69-_jpg.rf.b45b221e7022356cb6461335cf45dbf8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-7-_jpg.rf.60283e0b679b98bf057327c538640f1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-7-_jpg.rf.60283e0b679b98bf057327c538640f1f.jpg new file mode 100644 index 0000000..158fe54 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-7-_jpg.rf.60283e0b679b98bf057327c538640f1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.772b62576ef78ea9b53dc393a46847f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.772b62576ef78ea9b53dc393a46847f4.jpg new file mode 100644 index 0000000..6ed94fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.772b62576ef78ea9b53dc393a46847f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.80a442d9a3f1f600441a0dd0ee87f11d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.80a442d9a3f1f600441a0dd0ee87f11d.jpg new file mode 100644 index 0000000..a092805 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.80a442d9a3f1f600441a0dd0ee87f11d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.83ba0d071ad1f022ff570f32e53d49e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.83ba0d071ad1f022ff570f32e53d49e4.jpg new file mode 100644 index 0000000..c8c4518 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-70-_jpg.rf.83ba0d071ad1f022ff570f32e53d49e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-71-_jpg.rf.49e1527b14aa858afac86e9f43f29d6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-71-_jpg.rf.49e1527b14aa858afac86e9f43f29d6a.jpg new file mode 100644 index 0000000..e595c94 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-71-_jpg.rf.49e1527b14aa858afac86e9f43f29d6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-72-_jpg.rf.1be61caa0f3ea72f310e64d85341c8cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-72-_jpg.rf.1be61caa0f3ea72f310e64d85341c8cd.jpg new file mode 100644 index 0000000..a0ac8bb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-72-_jpg.rf.1be61caa0f3ea72f310e64d85341c8cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-72-_jpg.rf.f2cc60330d0bd6aa966fa963e18b7a56.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-72-_jpg.rf.f2cc60330d0bd6aa966fa963e18b7a56.jpg new file mode 100644 index 0000000..6e77076 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-72-_jpg.rf.f2cc60330d0bd6aa966fa963e18b7a56.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-73-_jpg.rf.0d1dc035d1cff47d5f629b1b77746776.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-73-_jpg.rf.0d1dc035d1cff47d5f629b1b77746776.jpg new file mode 100644 index 0000000..8877dac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-73-_jpg.rf.0d1dc035d1cff47d5f629b1b77746776.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-74-_jpg.rf.52e9eb69261845bec27da0e2ceee5533.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-74-_jpg.rf.52e9eb69261845bec27da0e2ceee5533.jpg new file mode 100644 index 0000000..ba65a92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-74-_jpg.rf.52e9eb69261845bec27da0e2ceee5533.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-74-_jpg.rf.dadb7db4651f5f158bc34f907df22cb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-74-_jpg.rf.dadb7db4651f5f158bc34f907df22cb5.jpg new file mode 100644 index 0000000..f7d9540 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-74-_jpg.rf.dadb7db4651f5f158bc34f907df22cb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-75-_jpg.rf.b7e7ef5b2c9cac54235b45889f711461.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-75-_jpg.rf.b7e7ef5b2c9cac54235b45889f711461.jpg new file mode 100644 index 0000000..1cd8c21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-75-_jpg.rf.b7e7ef5b2c9cac54235b45889f711461.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-76-_jpg.rf.104c5a52ffdef2f8c3d83296d9c7b987.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-76-_jpg.rf.104c5a52ffdef2f8c3d83296d9c7b987.jpg new file mode 100644 index 0000000..65bf298 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-76-_jpg.rf.104c5a52ffdef2f8c3d83296d9c7b987.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-76-_jpg.rf.cf3e63ba57973e0a6940ba34e36c86e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-76-_jpg.rf.cf3e63ba57973e0a6940ba34e36c86e4.jpg new file mode 100644 index 0000000..db35756 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-76-_jpg.rf.cf3e63ba57973e0a6940ba34e36c86e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-77-_jpg.rf.2749e38bbf7ffb523e8f972befa401b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-77-_jpg.rf.2749e38bbf7ffb523e8f972befa401b2.jpg new file mode 100644 index 0000000..e1a3fb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-77-_jpg.rf.2749e38bbf7ffb523e8f972befa401b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-77-_jpg.rf.5aff977d4eeeeb838f8fb9eeffa2c2f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-77-_jpg.rf.5aff977d4eeeeb838f8fb9eeffa2c2f6.jpg new file mode 100644 index 0000000..ae47256 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-77-_jpg.rf.5aff977d4eeeeb838f8fb9eeffa2c2f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-78-_jpg.rf.42c8fa6ae65de3b35b204264c17ec7bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-78-_jpg.rf.42c8fa6ae65de3b35b204264c17ec7bb.jpg new file mode 100644 index 0000000..104abd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-78-_jpg.rf.42c8fa6ae65de3b35b204264c17ec7bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-78-_jpg.rf.e9f89eaad390f680c233a40de0027b42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-78-_jpg.rf.e9f89eaad390f680c233a40de0027b42.jpg new file mode 100644 index 0000000..d50fece Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-78-_jpg.rf.e9f89eaad390f680c233a40de0027b42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.319ea9f031afd285c2599b650c7d8720.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.319ea9f031afd285c2599b650c7d8720.jpg new file mode 100644 index 0000000..2f6b452 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.319ea9f031afd285c2599b650c7d8720.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.bda650eb08e0a379aa5aad063b2efa54.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.bda650eb08e0a379aa5aad063b2efa54.jpg new file mode 100644 index 0000000..fae25ca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.bda650eb08e0a379aa5aad063b2efa54.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.efe98b9dd7660e8810dd8468f1e83ae2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.efe98b9dd7660e8810dd8468f1e83ae2.jpg new file mode 100644 index 0000000..1cd2f6c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-79-_jpg.rf.efe98b9dd7660e8810dd8468f1e83ae2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-8-_jpg.rf.eb207a5144d990a264fb3494c9f7b028.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-8-_jpg.rf.eb207a5144d990a264fb3494c9f7b028.jpg new file mode 100644 index 0000000..3040903 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-8-_jpg.rf.eb207a5144d990a264fb3494c9f7b028.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-8-_jpg.rf.ef7a0acb43d23be11264bd7a892f3012.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-8-_jpg.rf.ef7a0acb43d23be11264bd7a892f3012.jpg new file mode 100644 index 0000000..1467f27 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-8-_jpg.rf.ef7a0acb43d23be11264bd7a892f3012.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-80-_jpg.rf.30a5cee419d5c4442ea08af169827c2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-80-_jpg.rf.30a5cee419d5c4442ea08af169827c2c.jpg new file mode 100644 index 0000000..0e90135 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-80-_jpg.rf.30a5cee419d5c4442ea08af169827c2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-81-_jpg.rf.3f76bcd3ec18759b77ac6e9b8c76ed9c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-81-_jpg.rf.3f76bcd3ec18759b77ac6e9b8c76ed9c.jpg new file mode 100644 index 0000000..d3ed4ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-81-_jpg.rf.3f76bcd3ec18759b77ac6e9b8c76ed9c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-81-_jpg.rf.62639b86c5e80a93214e95dddde14d79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-81-_jpg.rf.62639b86c5e80a93214e95dddde14d79.jpg new file mode 100644 index 0000000..77e53d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-81-_jpg.rf.62639b86c5e80a93214e95dddde14d79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-82-_jpg.rf.cc6099b70c5639d0071fb841e802a9f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-82-_jpg.rf.cc6099b70c5639d0071fb841e802a9f8.jpg new file mode 100644 index 0000000..a97ba8e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-82-_jpg.rf.cc6099b70c5639d0071fb841e802a9f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-82-_jpg.rf.d4bf919b73eaa0198ddd1fccd5a67c5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-82-_jpg.rf.d4bf919b73eaa0198ddd1fccd5a67c5e.jpg new file mode 100644 index 0000000..f6cc365 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-82-_jpg.rf.d4bf919b73eaa0198ddd1fccd5a67c5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-83-_jpg.rf.8c6430d48f22fcfceededb25e64dbc81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-83-_jpg.rf.8c6430d48f22fcfceededb25e64dbc81.jpg new file mode 100644 index 0000000..1a770e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-83-_jpg.rf.8c6430d48f22fcfceededb25e64dbc81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-83-_jpg.rf.dc9d2b461a28111e1d30df7f1a2180fb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-83-_jpg.rf.dc9d2b461a28111e1d30df7f1a2180fb.jpg new file mode 100644 index 0000000..86a1fbc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-83-_jpg.rf.dc9d2b461a28111e1d30df7f1a2180fb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-84-_jpg.rf.2b73391599c12f92e3f7ccd4e7329b3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-84-_jpg.rf.2b73391599c12f92e3f7ccd4e7329b3e.jpg new file mode 100644 index 0000000..d1c2d4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-84-_jpg.rf.2b73391599c12f92e3f7ccd4e7329b3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-84-_jpg.rf.7467468c0df2b405062a1c8eff1b67de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-84-_jpg.rf.7467468c0df2b405062a1c8eff1b67de.jpg new file mode 100644 index 0000000..c25778d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-84-_jpg.rf.7467468c0df2b405062a1c8eff1b67de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-85-_jpg.rf.2cbbeaaeaa430b64b4ea6b7eee2ec586.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-85-_jpg.rf.2cbbeaaeaa430b64b4ea6b7eee2ec586.jpg new file mode 100644 index 0000000..671bedc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-85-_jpg.rf.2cbbeaaeaa430b64b4ea6b7eee2ec586.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.66a14163ad16ab18aa4d82e676b3d789.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.66a14163ad16ab18aa4d82e676b3d789.jpg new file mode 100644 index 0000000..075c04a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.66a14163ad16ab18aa4d82e676b3d789.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.774d1661cc5c348a605bc68121311cd9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.774d1661cc5c348a605bc68121311cd9.jpg new file mode 100644 index 0000000..6b35a32 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.774d1661cc5c348a605bc68121311cd9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.a86cebbd8d348ab78c03dfc9183158df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.a86cebbd8d348ab78c03dfc9183158df.jpg new file mode 100644 index 0000000..6bc8019 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-86-_jpg.rf.a86cebbd8d348ab78c03dfc9183158df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-87-_jpg.rf.d959ae4d1d977c408ecf8c0abb64510f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-87-_jpg.rf.d959ae4d1d977c408ecf8c0abb64510f.jpg new file mode 100644 index 0000000..b9e16f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-87-_jpg.rf.d959ae4d1d977c408ecf8c0abb64510f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-88-_jpg.rf.702dc634e8f161641c48dd3d7dd7efa3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-88-_jpg.rf.702dc634e8f161641c48dd3d7dd7efa3.jpg new file mode 100644 index 0000000..9512e17 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-88-_jpg.rf.702dc634e8f161641c48dd3d7dd7efa3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-89-_jpg.rf.819f285210c42b66a354a9acc5d7d0e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-89-_jpg.rf.819f285210c42b66a354a9acc5d7d0e4.jpg new file mode 100644 index 0000000..e194c30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-89-_jpg.rf.819f285210c42b66a354a9acc5d7d0e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.877a6eca8cd9348ed1af7c14be956f3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.877a6eca8cd9348ed1af7c14be956f3b.jpg new file mode 100644 index 0000000..b8fe42a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.877a6eca8cd9348ed1af7c14be956f3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.96a54b76745404dbf81413c8a1fc1762.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.96a54b76745404dbf81413c8a1fc1762.jpg new file mode 100644 index 0000000..e088910 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.96a54b76745404dbf81413c8a1fc1762.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.b37e3acf8558d2d2394ef2d1b7623356.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.b37e3acf8558d2d2394ef2d1b7623356.jpg new file mode 100644 index 0000000..f720780 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-9-_jpg.rf.b37e3acf8558d2d2394ef2d1b7623356.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-90-_jpg.rf.045279a102fe6546a89f1b2c67fa1e2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-90-_jpg.rf.045279a102fe6546a89f1b2c67fa1e2a.jpg new file mode 100644 index 0000000..3ac95f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-90-_jpg.rf.045279a102fe6546a89f1b2c67fa1e2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-90-_jpg.rf.a46c9aac261a99d1a090cb27b8fcb94c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-90-_jpg.rf.a46c9aac261a99d1a090cb27b8fcb94c.jpg new file mode 100644 index 0000000..7a0ba7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-90-_jpg.rf.a46c9aac261a99d1a090cb27b8fcb94c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-91-_jpg.rf.57eb30cd3555637d727c4868b634de57.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-91-_jpg.rf.57eb30cd3555637d727c4868b634de57.jpg new file mode 100644 index 0000000..487e566 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-91-_jpg.rf.57eb30cd3555637d727c4868b634de57.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-92-_jpg.rf.769f4b9817a189c0fbfca6296c316eaf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-92-_jpg.rf.769f4b9817a189c0fbfca6296c316eaf.jpg new file mode 100644 index 0000000..b4b50e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-92-_jpg.rf.769f4b9817a189c0fbfca6296c316eaf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-92-_jpg.rf.7f4ac361069974db4a5005d00310ff16.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-92-_jpg.rf.7f4ac361069974db4a5005d00310ff16.jpg new file mode 100644 index 0000000..d13632d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-92-_jpg.rf.7f4ac361069974db4a5005d00310ff16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-93-_jpg.rf.1e43717b810ea1027423429283233ab6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-93-_jpg.rf.1e43717b810ea1027423429283233ab6.jpg new file mode 100644 index 0000000..d82afe2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-93-_jpg.rf.1e43717b810ea1027423429283233ab6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.1d933125c183fe81ab6d8c313438ec51.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.1d933125c183fe81ab6d8c313438ec51.jpg new file mode 100644 index 0000000..02600c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.1d933125c183fe81ab6d8c313438ec51.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.4b941e24869fecd7ae1cfca926002d79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.4b941e24869fecd7ae1cfca926002d79.jpg new file mode 100644 index 0000000..0b17b84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.4b941e24869fecd7ae1cfca926002d79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.76a6f26137f3e267a3c3267f12451da1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.76a6f26137f3e267a3c3267f12451da1.jpg new file mode 100644 index 0000000..1492e37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-94-_jpg.rf.76a6f26137f3e267a3c3267f12451da1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.45bcc79580a508d80445163c01e16810.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.45bcc79580a508d80445163c01e16810.jpg new file mode 100644 index 0000000..3cd4bbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.45bcc79580a508d80445163c01e16810.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.8e5ffa8a1048ecf18c8d70bd8fed677c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.8e5ffa8a1048ecf18c8d70bd8fed677c.jpg new file mode 100644 index 0000000..45f1e6a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.8e5ffa8a1048ecf18c8d70bd8fed677c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.c437a0bb9c4dd5ede9bf116756c0327d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.c437a0bb9c4dd5ede9bf116756c0327d.jpg new file mode 100644 index 0000000..92396b1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-95-_jpg.rf.c437a0bb9c4dd5ede9bf116756c0327d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.01cc4c8083ec7423ba01c2e4e926530c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.01cc4c8083ec7423ba01c2e4e926530c.jpg new file mode 100644 index 0000000..141fbb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.01cc4c8083ec7423ba01c2e4e926530c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.84ad05e3bde4b94763b950cf600528bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.84ad05e3bde4b94763b950cf600528bb.jpg new file mode 100644 index 0000000..4536547 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.84ad05e3bde4b94763b950cf600528bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.e04a419343908fc7c040d6379d437712.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.e04a419343908fc7c040d6379d437712.jpg new file mode 100644 index 0000000..7a46ad2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-96-_jpg.rf.e04a419343908fc7c040d6379d437712.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-97-_jpg.rf.111be536d11e1ff3536ec5e793bea933.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-97-_jpg.rf.111be536d11e1ff3536ec5e793bea933.jpg new file mode 100644 index 0000000..af574b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-97-_jpg.rf.111be536d11e1ff3536ec5e793bea933.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-97-_jpg.rf.1db3749adb39188d7a2ae7c9c3aa7ea5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-97-_jpg.rf.1db3749adb39188d7a2ae7c9c3aa7ea5.jpg new file mode 100644 index 0000000..7e55ea2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-97-_jpg.rf.1db3749adb39188d7a2ae7c9c3aa7ea5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-98-_jpg.rf.270e0e0b8ad0f91b381a43c0a4448772.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-98-_jpg.rf.270e0e0b8ad0f91b381a43c0a4448772.jpg new file mode 100644 index 0000000..c0dc658 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-98-_jpg.rf.270e0e0b8ad0f91b381a43c0a4448772.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-98-_jpg.rf.3718c1e08a0637f54480798c60c17ce0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-98-_jpg.rf.3718c1e08a0637f54480798c60c17ce0.jpg new file mode 100644 index 0000000..c8bb0ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-98-_jpg.rf.3718c1e08a0637f54480798c60c17ce0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-99-_jpg.rf.6603b5b8eddb3f9169364a089ea3a8f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-99-_jpg.rf.6603b5b8eddb3f9169364a089ea3a8f6.jpg new file mode 100644 index 0000000..4b11e9b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-99-_jpg.rf.6603b5b8eddb3f9169364a089ea3a8f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-99-_jpg.rf.b6cae6f3579aab19503cf1e751a54167.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-99-_jpg.rf.b6cae6f3579aab19503cf1e751a54167.jpg new file mode 100644 index 0000000..9c745e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/ballcapman-99-_jpg.rf.b6cae6f3579aab19503cf1e751a54167.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/bdb7f4ae2edf848f33f40b296d26e9d0f775d922_jpg.rf.0af773ccbdb6028812ffda79d394db42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/bdb7f4ae2edf848f33f40b296d26e9d0f775d922_jpg.rf.0af773ccbdb6028812ffda79d394db42.jpg new file mode 100644 index 0000000..5d18ae1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/bdb7f4ae2edf848f33f40b296d26e9d0f775d922_jpg.rf.0af773ccbdb6028812ffda79d394db42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/bdfc36686750b1f7adb4db0bb9511433452d7e56_jpg.rf.a0479a97f241798e397ef6773f513e1c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/bdfc36686750b1f7adb4db0bb9511433452d7e56_jpg.rf.a0479a97f241798e397ef6773f513e1c.jpg new file mode 100644 index 0000000..49a770c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/bdfc36686750b1f7adb4db0bb9511433452d7e56_jpg.rf.a0479a97f241798e397ef6773f513e1c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/be90f40010a01fe60a3e6c7ab92a69f13f86294d_jpg.rf.7d1f07ce22aea77c889e9c26e13994b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/be90f40010a01fe60a3e6c7ab92a69f13f86294d_jpg.rf.7d1f07ce22aea77c889e9c26e13994b7.jpg new file mode 100644 index 0000000..0e7f972 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/be90f40010a01fe60a3e6c7ab92a69f13f86294d_jpg.rf.7d1f07ce22aea77c889e9c26e13994b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/bfd50c9b4c20839c62c8cfa9ea45c8c909b014a6_jpg.rf.5608616410fdc3f49821711d393d07ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/bfd50c9b4c20839c62c8cfa9ea45c8c909b014a6_jpg.rf.5608616410fdc3f49821711d393d07ca.jpg new file mode 100644 index 0000000..296657f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/bfd50c9b4c20839c62c8cfa9ea45c8c909b014a6_jpg.rf.5608616410fdc3f49821711d393d07ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/c05c106642395c1a3147d47863ec70914b0d5bdd_jpg.rf.42634c4ef633832667139a4928b31528.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/c05c106642395c1a3147d47863ec70914b0d5bdd_jpg.rf.42634c4ef633832667139a4928b31528.jpg new file mode 100644 index 0000000..4c60b43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/c05c106642395c1a3147d47863ec70914b0d5bdd_jpg.rf.42634c4ef633832667139a4928b31528.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/c09f8aacdd1305118be752f3645dd98546a77238_jpg.rf.df23ef162643d11e163f97a8bb33b85e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/c09f8aacdd1305118be752f3645dd98546a77238_jpg.rf.df23ef162643d11e163f97a8bb33b85e.jpg new file mode 100644 index 0000000..87a1cc0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/c09f8aacdd1305118be752f3645dd98546a77238_jpg.rf.df23ef162643d11e163f97a8bb33b85e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/c2b639a87ca9934febb16dff4e338418b58afc84_jpg.rf.47becd59071b272e83742bca9441d3f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/c2b639a87ca9934febb16dff4e338418b58afc84_jpg.rf.47becd59071b272e83742bca9441d3f6.jpg new file mode 100644 index 0000000..ab751e7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/c2b639a87ca9934febb16dff4e338418b58afc84_jpg.rf.47becd59071b272e83742bca9441d3f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/c54ce7140fa9e2b5d066ba1fea09d030b616db80_jpg.rf.08e20d0ab1ab8fed268c69b61608b78d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/c54ce7140fa9e2b5d066ba1fea09d030b616db80_jpg.rf.08e20d0ab1ab8fed268c69b61608b78d.jpg new file mode 100644 index 0000000..7270718 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/c54ce7140fa9e2b5d066ba1fea09d030b616db80_jpg.rf.08e20d0ab1ab8fed268c69b61608b78d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/c68bb9f7cf6a0c01e404583c4f8c1a7e35ff5f2e_jpg.rf.91a8e5eec30f86fa8f8b1b06f616942a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/c68bb9f7cf6a0c01e404583c4f8c1a7e35ff5f2e_jpg.rf.91a8e5eec30f86fa8f8b1b06f616942a.jpg new file mode 100644 index 0000000..002c4c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/c68bb9f7cf6a0c01e404583c4f8c1a7e35ff5f2e_jpg.rf.91a8e5eec30f86fa8f8b1b06f616942a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/c7d7ff0ad610a9a973761ab83ff40369ffebde47_jpg.rf.c1476da766363ff22902124417ba9743.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/c7d7ff0ad610a9a973761ab83ff40369ffebde47_jpg.rf.c1476da766363ff22902124417ba9743.jpg new file mode 100644 index 0000000..3fdb114 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/c7d7ff0ad610a9a973761ab83ff40369ffebde47_jpg.rf.c1476da766363ff22902124417ba9743.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/cac984f01729fb9c82b705519afe7a080bc47669_jpg.rf.6b407a9dcd4fa36a15b5f32a746677f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/cac984f01729fb9c82b705519afe7a080bc47669_jpg.rf.6b407a9dcd4fa36a15b5f32a746677f8.jpg new file mode 100644 index 0000000..3f68c7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/cac984f01729fb9c82b705519afe7a080bc47669_jpg.rf.6b407a9dcd4fa36a15b5f32a746677f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/cc2b18b34bde245213c68dceb1be9e472592ea5d_jpg.rf.c426bf5efc387d4627c7771c7810bb87.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/cc2b18b34bde245213c68dceb1be9e472592ea5d_jpg.rf.c426bf5efc387d4627c7771c7810bb87.jpg new file mode 100644 index 0000000..f4615d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/cc2b18b34bde245213c68dceb1be9e472592ea5d_jpg.rf.c426bf5efc387d4627c7771c7810bb87.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/cd18668ce1e03efe465ab45d173b52ef41ff576a_jpg.rf.0d931400e9eaec76c8eb7636be2fe9ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/cd18668ce1e03efe465ab45d173b52ef41ff576a_jpg.rf.0d931400e9eaec76c8eb7636be2fe9ff.jpg new file mode 100644 index 0000000..2b9c8a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/cd18668ce1e03efe465ab45d173b52ef41ff576a_jpg.rf.0d931400e9eaec76c8eb7636be2fe9ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/da91471cb0dbf2be7c73b7dd99cd31ee08ad8b70_jpg.rf.4ea48045a0bfb26fb0162627400c067e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/da91471cb0dbf2be7c73b7dd99cd31ee08ad8b70_jpg.rf.4ea48045a0bfb26fb0162627400c067e.jpg new file mode 100644 index 0000000..e768165 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/da91471cb0dbf2be7c73b7dd99cd31ee08ad8b70_jpg.rf.4ea48045a0bfb26fb0162627400c067e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.651879f054a996325a0e1395df854cae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.651879f054a996325a0e1395df854cae.jpg new file mode 100644 index 0000000..c770fc4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.651879f054a996325a0e1395df854cae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.dafa79817c2b173a1b4ada399d49632f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.dafa79817c2b173a1b4ada399d49632f.jpg new file mode 100644 index 0000000..c770fc4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.dafa79817c2b173a1b4ada399d49632f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.f4897d190affee2f20a3a42062f9df3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.f4897d190affee2f20a3a42062f9df3d.jpg new file mode 100644 index 0000000..c770fc4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.f4897d190affee2f20a3a42062f9df3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.0bcdc14e052674db8c7ae79796bfe04e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.0bcdc14e052674db8c7ae79796bfe04e.jpg new file mode 100644 index 0000000..3d0085b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.0bcdc14e052674db8c7ae79796bfe04e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.3199f910ac7467b2324c5c6bd2c709e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.3199f910ac7467b2324c5c6bd2c709e8.jpg new file mode 100644 index 0000000..3d0085b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.3199f910ac7467b2324c5c6bd2c709e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.205edaf7516d55df0bbd8dde39d9c8a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.205edaf7516d55df0bbd8dde39d9c8a2.jpg new file mode 100644 index 0000000..bad8a2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.205edaf7516d55df0bbd8dde39d9c8a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.89c2f49ee20b1402d57818224112f107.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.89c2f49ee20b1402d57818224112f107.jpg new file mode 100644 index 0000000..bad8a2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.89c2f49ee20b1402d57818224112f107.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.cf8fdfe7c96ec5b76404be73f67bad38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.cf8fdfe7c96ec5b76404be73f67bad38.jpg new file mode 100644 index 0000000..bad8a2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.cf8fdfe7c96ec5b76404be73f67bad38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b3f160ddb1d77da612562e2452dd7c7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b3f160ddb1d77da612562e2452dd7c7c.jpg new file mode 100644 index 0000000..22faf64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b3f160ddb1d77da612562e2452dd7c7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b42718b51b9ca027ab75bbd339e03e8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b42718b51b9ca027ab75bbd339e03e8c.jpg new file mode 100644 index 0000000..22faf64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b42718b51b9ca027ab75bbd339e03e8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.fe57352b41fd833ce87af7df27e5e413.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.fe57352b41fd833ce87af7df27e5e413.jpg new file mode 100644 index 0000000..22faf64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.fe57352b41fd833ce87af7df27e5e413.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.32cfe07b3982c91b701aca2074381586.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.32cfe07b3982c91b701aca2074381586.jpg new file mode 100644 index 0000000..8975466 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.32cfe07b3982c91b701aca2074381586.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.5c4a2663d8f0271c7f2b263f189d15ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.5c4a2663d8f0271c7f2b263f189d15ad.jpg new file mode 100644 index 0000000..8975466 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.5c4a2663d8f0271c7f2b263f189d15ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.a672a76402cae2691380d6f11a6213f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.a672a76402cae2691380d6f11a6213f5.jpg new file mode 100644 index 0000000..8975466 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.a672a76402cae2691380d6f11a6213f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.75d8ba25bd97dc2b08e18bf91bf2274f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.75d8ba25bd97dc2b08e18bf91bf2274f.jpg new file mode 100644 index 0000000..4c3be92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.75d8ba25bd97dc2b08e18bf91bf2274f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.d3ee22ab14a84512753fe36cec4e32aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.d3ee22ab14a84512753fe36cec4e32aa.jpg new file mode 100644 index 0000000..4c3be92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.d3ee22ab14a84512753fe36cec4e32aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.dda92377fca47c87bb84c582cb882c06.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.dda92377fca47c87bb84c582cb882c06.jpg new file mode 100644 index 0000000..4c3be92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.dda92377fca47c87bb84c582cb882c06.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.2915d10b772e48fdb982a82654fa05e9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.2915d10b772e48fdb982a82654fa05e9.jpg new file mode 100644 index 0000000..377f841 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.2915d10b772e48fdb982a82654fa05e9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.874ddefa32307d2cee2cdec298ad03e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.874ddefa32307d2cee2cdec298ad03e4.jpg new file mode 100644 index 0000000..377f841 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.874ddefa32307d2cee2cdec298ad03e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.ab5ed04b86ec620eb24e7aac5516b895.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.ab5ed04b86ec620eb24e7aac5516b895.jpg new file mode 100644 index 0000000..377f841 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.ab5ed04b86ec620eb24e7aac5516b895.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.acd0458027f9ef7966d2fbfcba4d7326.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.acd0458027f9ef7966d2fbfcba4d7326.jpg new file mode 100644 index 0000000..6c0788e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.acd0458027f9ef7966d2fbfcba4d7326.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.d17ed33da0b04dfb628877c6d3864c12.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.d17ed33da0b04dfb628877c6d3864c12.jpg new file mode 100644 index 0000000..6c0788e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.d17ed33da0b04dfb628877c6d3864c12.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.dfa35380f79c1f76e8ab476120205de5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.dfa35380f79c1f76e8ab476120205de5.jpg new file mode 100644 index 0000000..6c0788e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.dfa35380f79c1f76e8ab476120205de5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.1103d50c2fbce34224cc4f91fd91162d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.1103d50c2fbce34224cc4f91fd91162d.jpg new file mode 100644 index 0000000..07f3712 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.1103d50c2fbce34224cc4f91fd91162d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.98b4d1c8a1431b8823bd8f966bab4f97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.98b4d1c8a1431b8823bd8f966bab4f97.jpg new file mode 100644 index 0000000..07f3712 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.98b4d1c8a1431b8823bd8f966bab4f97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.fc964ad9751170ab5c8d62ab2e7ec0f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.fc964ad9751170ab5c8d62ab2e7ec0f9.jpg new file mode 100644 index 0000000..07f3712 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.fc964ad9751170ab5c8d62ab2e7ec0f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.4fcc7ebf53e1658eb656e1ed6e9c257f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.4fcc7ebf53e1658eb656e1ed6e9c257f.jpg new file mode 100644 index 0000000..461c4d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.4fcc7ebf53e1658eb656e1ed6e9c257f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.9e379ac99f1fd293ffe3d90940ba9f0f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.9e379ac99f1fd293ffe3d90940ba9f0f.jpg new file mode 100644 index 0000000..461c4d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.9e379ac99f1fd293ffe3d90940ba9f0f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.d8fa9140a67caecf1452cb9b7760fcd7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.d8fa9140a67caecf1452cb9b7760fcd7.jpg new file mode 100644 index 0000000..461c4d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.d8fa9140a67caecf1452cb9b7760fcd7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.02208af904b3316c81f39ac654b8919c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.02208af904b3316c81f39ac654b8919c.jpg new file mode 100644 index 0000000..8aad7fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.02208af904b3316c81f39ac654b8919c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a2bf65866b2fb2120eac19a322466f5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a2bf65866b2fb2120eac19a322466f5b.jpg new file mode 100644 index 0000000..8aad7fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a2bf65866b2fb2120eac19a322466f5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a4a4750e78c32f97b27b6c2ca64a828c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a4a4750e78c32f97b27b6c2ca64a828c.jpg new file mode 100644 index 0000000..8aad7fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a4a4750e78c32f97b27b6c2ca64a828c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.2b536a4692d0740b1c4a8ce34f40ef2d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.2b536a4692d0740b1c4a8ce34f40ef2d.jpg new file mode 100644 index 0000000..6abca79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.2b536a4692d0740b1c4a8ce34f40ef2d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.316eb701a7ade0c519d139c5f9a67f24.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.316eb701a7ade0c519d139c5f9a67f24.jpg new file mode 100644 index 0000000..6abca79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.316eb701a7ade0c519d139c5f9a67f24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.75d8f3e68548aa43e4c93e56644b5c72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.75d8f3e68548aa43e4c93e56644b5c72.jpg new file mode 100644 index 0000000..6abca79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.75d8f3e68548aa43e4c93e56644b5c72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.b014ad4601542468f533613d54f8230b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.b014ad4601542468f533613d54f8230b.jpg new file mode 100644 index 0000000..a7b3896 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.b014ad4601542468f533613d54f8230b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.fabfbb4902b32eb81a3cb193662627ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.fabfbb4902b32eb81a3cb193662627ca.jpg new file mode 100644 index 0000000..a7b3896 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.fabfbb4902b32eb81a3cb193662627ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.4dd640adde669b3ba1622f2902a8c79a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.4dd640adde669b3ba1622f2902a8c79a.jpg new file mode 100644 index 0000000..b58f22c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.4dd640adde669b3ba1622f2902a8c79a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.815d1ce718768e87cdcdc1826a2a25fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.815d1ce718768e87cdcdc1826a2a25fd.jpg new file mode 100644 index 0000000..b58f22c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.815d1ce718768e87cdcdc1826a2a25fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.9f552c994a242c5bbad8c6c4b340ea67.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.9f552c994a242c5bbad8c6c4b340ea67.jpg new file mode 100644 index 0000000..b58f22c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.9f552c994a242c5bbad8c6c4b340ea67.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.2e3295b00db45e7d4568c94901a4ac1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.2e3295b00db45e7d4568c94901a4ac1b.jpg new file mode 100644 index 0000000..133fbe2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.2e3295b00db45e7d4568c94901a4ac1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.b3efc7ed2980b5bf3d0f156fc44fca82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.b3efc7ed2980b5bf3d0f156fc44fca82.jpg new file mode 100644 index 0000000..133fbe2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.b3efc7ed2980b5bf3d0f156fc44fca82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.d45b90d76dc1e6fa9fbca42055b821c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.d45b90d76dc1e6fa9fbca42055b821c6.jpg new file mode 100644 index 0000000..133fbe2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.d45b90d76dc1e6fa9fbca42055b821c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.26deadb2813ed030b332fdee7652c490.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.26deadb2813ed030b332fdee7652c490.jpg new file mode 100644 index 0000000..2bc0fb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.26deadb2813ed030b332fdee7652c490.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.2eb0462eb7e943a784463794a18dd36f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.2eb0462eb7e943a784463794a18dd36f.jpg new file mode 100644 index 0000000..2bc0fb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.2eb0462eb7e943a784463794a18dd36f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.5078e28aa930a6345b5c72161a4d870c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.5078e28aa930a6345b5c72161a4d870c.jpg new file mode 100644 index 0000000..2bc0fb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.5078e28aa930a6345b5c72161a4d870c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.4f75d0bd946fcb694aef77f1bddad527.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.4f75d0bd946fcb694aef77f1bddad527.jpg new file mode 100644 index 0000000..344840f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.4f75d0bd946fcb694aef77f1bddad527.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.675da80b7cfe183e5b95d1f17a225994.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.675da80b7cfe183e5b95d1f17a225994.jpg new file mode 100644 index 0000000..344840f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.675da80b7cfe183e5b95d1f17a225994.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.88b9da21f24abc99a98be25bdbeb3051.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.88b9da21f24abc99a98be25bdbeb3051.jpg new file mode 100644 index 0000000..344840f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.88b9da21f24abc99a98be25bdbeb3051.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.46bf59b9376535fd94e7fbd701f77a0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.46bf59b9376535fd94e7fbd701f77a0e.jpg new file mode 100644 index 0000000..175cd71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.46bf59b9376535fd94e7fbd701f77a0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.902c46c20e79b141c28d475f1ac7159b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.902c46c20e79b141c28d475f1ac7159b.jpg new file mode 100644 index 0000000..175cd71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.902c46c20e79b141c28d475f1ac7159b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.ecac25495ce927ce0af706bb3c4f11ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.ecac25495ce927ce0af706bb3c4f11ed.jpg new file mode 100644 index 0000000..175cd71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.ecac25495ce927ce0af706bb3c4f11ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0651823222aa0bc2d23640bbf74829e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0651823222aa0bc2d23640bbf74829e4.jpg new file mode 100644 index 0000000..10d8851 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0651823222aa0bc2d23640bbf74829e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0d903c3dfd6a95e082a485624f622dee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0d903c3dfd6a95e082a485624f622dee.jpg new file mode 100644 index 0000000..10d8851 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0d903c3dfd6a95e082a485624f622dee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.91dc794b1a1800e5504953943e4c724c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.91dc794b1a1800e5504953943e4c724c.jpg new file mode 100644 index 0000000..10d8851 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.91dc794b1a1800e5504953943e4c724c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.108730010dd9e3ee77852f2dc43b0022.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.108730010dd9e3ee77852f2dc43b0022.jpg new file mode 100644 index 0000000..796426d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.108730010dd9e3ee77852f2dc43b0022.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.61cd8d2e1fdc0e8ab17c85be773d6f0d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.61cd8d2e1fdc0e8ab17c85be773d6f0d.jpg new file mode 100644 index 0000000..796426d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.61cd8d2e1fdc0e8ab17c85be773d6f0d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.b3c2346c4922fd8d55d88cb6270600d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.b3c2346c4922fd8d55d88cb6270600d9.jpg new file mode 100644 index 0000000..796426d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.b3c2346c4922fd8d55d88cb6270600d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.01f4d5234915ab412b3fea8463c67b83.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.01f4d5234915ab412b3fea8463c67b83.jpg new file mode 100644 index 0000000..7a2389b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.01f4d5234915ab412b3fea8463c67b83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.620a83c544b42a3ac34d4dedd7308b8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.620a83c544b42a3ac34d4dedd7308b8b.jpg new file mode 100644 index 0000000..7a2389b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.620a83c544b42a3ac34d4dedd7308b8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.fc32363e3bba1ccdda6fe16303449ea7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.fc32363e3bba1ccdda6fe16303449ea7.jpg new file mode 100644 index 0000000..7a2389b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.fc32363e3bba1ccdda6fe16303449ea7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.28d3a66b81f7ade9ef03b0891e688302.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.28d3a66b81f7ade9ef03b0891e688302.jpg new file mode 100644 index 0000000..a363af3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.28d3a66b81f7ade9ef03b0891e688302.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.2a3a144312bf808562d10dee1d00b05f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.2a3a144312bf808562d10dee1d00b05f.jpg new file mode 100644 index 0000000..a363af3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.2a3a144312bf808562d10dee1d00b05f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.50c60595083fb536bb22e87896c1b07e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.50c60595083fb536bb22e87896c1b07e.jpg new file mode 100644 index 0000000..a363af3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.50c60595083fb536bb22e87896c1b07e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.4d9f5f2344393f120b94cfa83cf2610b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.4d9f5f2344393f120b94cfa83cf2610b.jpg new file mode 100644 index 0000000..91f3207 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.4d9f5f2344393f120b94cfa83cf2610b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.ae1126868836eed6f01325c2971b6857.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.ae1126868836eed6f01325c2971b6857.jpg new file mode 100644 index 0000000..91f3207 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.ae1126868836eed6f01325c2971b6857.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.f9dcbe7ad19a4b36117a20b0374b1495.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.f9dcbe7ad19a4b36117a20b0374b1495.jpg new file mode 100644 index 0000000..91f3207 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.f9dcbe7ad19a4b36117a20b0374b1495.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.3b64f9efc47bf8f8604c5d53cdf0d110.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.3b64f9efc47bf8f8604c5d53cdf0d110.jpg new file mode 100644 index 0000000..1882e37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.3b64f9efc47bf8f8604c5d53cdf0d110.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.9aa3549bbf0031565c8ab9ea4b7b6b5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.9aa3549bbf0031565c8ab9ea4b7b6b5e.jpg new file mode 100644 index 0000000..1882e37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.9aa3549bbf0031565c8ab9ea4b7b6b5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.c707370a358b2f2b3447396059c1ccc3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.c707370a358b2f2b3447396059c1ccc3.jpg new file mode 100644 index 0000000..1882e37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.c707370a358b2f2b3447396059c1ccc3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.28966ff5fde737e81dc95c501cd83af9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.28966ff5fde737e81dc95c501cd83af9.jpg new file mode 100644 index 0000000..8ae832b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.28966ff5fde737e81dc95c501cd83af9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.3e04ad5585904280a31dc7b901f80964.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.3e04ad5585904280a31dc7b901f80964.jpg new file mode 100644 index 0000000..8ae832b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.3e04ad5585904280a31dc7b901f80964.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.5feb995198a0cd3e3b30d93185e85dac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.5feb995198a0cd3e3b30d93185e85dac.jpg new file mode 100644 index 0000000..8ae832b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.5feb995198a0cd3e3b30d93185e85dac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.35d3fb1b2c9b56abb822915c799039fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.35d3fb1b2c9b56abb822915c799039fd.jpg new file mode 100644 index 0000000..42fbc2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.35d3fb1b2c9b56abb822915c799039fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.c8027da5cc433b2519a9a1b4756b6cb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.c8027da5cc433b2519a9a1b4756b6cb5.jpg new file mode 100644 index 0000000..42fbc2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.c8027da5cc433b2519a9a1b4756b6cb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.395be901778b215342114910138c36fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.395be901778b215342114910138c36fd.jpg new file mode 100644 index 0000000..0dd33a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.395be901778b215342114910138c36fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.74922428f2ab1d3842fe26b6e45c3309.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.74922428f2ab1d3842fe26b6e45c3309.jpg new file mode 100644 index 0000000..0dd33a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.74922428f2ab1d3842fe26b6e45c3309.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.fb56d774d6199f69dc8b284387c97b26.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.fb56d774d6199f69dc8b284387c97b26.jpg new file mode 100644 index 0000000..0dd33a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.fb56d774d6199f69dc8b284387c97b26.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b65167f567390d6021eec3ca37614d8d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b65167f567390d6021eec3ca37614d8d.jpg new file mode 100644 index 0000000..5433b59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b65167f567390d6021eec3ca37614d8d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b8b1b95cecccccc1a9897f6fee154e44.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b8b1b95cecccccc1a9897f6fee154e44.jpg new file mode 100644 index 0000000..5433b59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b8b1b95cecccccc1a9897f6fee154e44.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.fd8dcb55269a307b85fd355830f1351c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.fd8dcb55269a307b85fd355830f1351c.jpg new file mode 100644 index 0000000..5433b59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.fd8dcb55269a307b85fd355830f1351c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.4d6bc6605c4d497f2ae932c7b5488faf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.4d6bc6605c4d497f2ae932c7b5488faf.jpg new file mode 100644 index 0000000..4933b15 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.4d6bc6605c4d497f2ae932c7b5488faf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.78067691bde383f7db393e7159174e18.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.78067691bde383f7db393e7159174e18.jpg new file mode 100644 index 0000000..4933b15 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.78067691bde383f7db393e7159174e18.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.c503217df4c2e6ec2ce78e351f9c4c25.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.c503217df4c2e6ec2ce78e351f9c4c25.jpg new file mode 100644 index 0000000..4933b15 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.c503217df4c2e6ec2ce78e351f9c4c25.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.25e1f268e51e45333a60c48022a23fcd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.25e1f268e51e45333a60c48022a23fcd.jpg new file mode 100644 index 0000000..43ace2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.25e1f268e51e45333a60c48022a23fcd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.598a08c774a0d1c0db89213bd38a6a0b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.598a08c774a0d1c0db89213bd38a6a0b.jpg new file mode 100644 index 0000000..43ace2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.598a08c774a0d1c0db89213bd38a6a0b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.f415154f460f0a04c7b5ab6ff7ecb89f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.f415154f460f0a04c7b5ab6ff7ecb89f.jpg new file mode 100644 index 0000000..43ace2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.f415154f460f0a04c7b5ab6ff7ecb89f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.182840027116bb0e915c56c64663dc1e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.182840027116bb0e915c56c64663dc1e.jpg new file mode 100644 index 0000000..0e4133b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.182840027116bb0e915c56c64663dc1e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.1c53d7ec64638995bb5f676e61795506.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.1c53d7ec64638995bb5f676e61795506.jpg new file mode 100644 index 0000000..0e4133b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.1c53d7ec64638995bb5f676e61795506.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.68aadf603c00113fc373f87d2bfb0d73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.68aadf603c00113fc373f87d2bfb0d73.jpg new file mode 100644 index 0000000..0e4133b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.68aadf603c00113fc373f87d2bfb0d73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.45eec456b105eb5229e35e83bbeaa598.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.45eec456b105eb5229e35e83bbeaa598.jpg new file mode 100644 index 0000000..184dc50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.45eec456b105eb5229e35e83bbeaa598.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.7a4e4edff68e0314bcab77dec3289a05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.7a4e4edff68e0314bcab77dec3289a05.jpg new file mode 100644 index 0000000..184dc50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.7a4e4edff68e0314bcab77dec3289a05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.864286c20092ee206fca40f02df8064d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.864286c20092ee206fca40f02df8064d.jpg new file mode 100644 index 0000000..184dc50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.864286c20092ee206fca40f02df8064d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.743f5ab4bd3c5aa923cd02e75ad420a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.743f5ab4bd3c5aa923cd02e75ad420a0.jpg new file mode 100644 index 0000000..14b761c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.743f5ab4bd3c5aa923cd02e75ad420a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.a328fe87cd9fcdad8a0784753824d1fb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.a328fe87cd9fcdad8a0784753824d1fb.jpg new file mode 100644 index 0000000..14b761c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.a328fe87cd9fcdad8a0784753824d1fb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.d392dabe713b59ec18cbe01d8cd8d24d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.d392dabe713b59ec18cbe01d8cd8d24d.jpg new file mode 100644 index 0000000..14b761c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.d392dabe713b59ec18cbe01d8cd8d24d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.31f1d2bbcac34e809f9ad00ea4b09174.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.31f1d2bbcac34e809f9ad00ea4b09174.jpg new file mode 100644 index 0000000..941b866 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.31f1d2bbcac34e809f9ad00ea4b09174.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.3b7992afa9187094f557f0c78d85179c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.3b7992afa9187094f557f0c78d85179c.jpg new file mode 100644 index 0000000..941b866 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.3b7992afa9187094f557f0c78d85179c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.456737517c356189a2d50d01e79d8b7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.456737517c356189a2d50d01e79d8b7c.jpg new file mode 100644 index 0000000..941b866 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.456737517c356189a2d50d01e79d8b7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.4d56e3a6fbdd2c46b7738b49bd625b49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.4d56e3a6fbdd2c46b7738b49bd625b49.jpg new file mode 100644 index 0000000..57e9370 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.4d56e3a6fbdd2c46b7738b49bd625b49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.b454b1e2753537f720c34802a525cd8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.b454b1e2753537f720c34802a525cd8e.jpg new file mode 100644 index 0000000..57e9370 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.b454b1e2753537f720c34802a525cd8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.c5fe237a3c3bb9f0733286b49003bfd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.c5fe237a3c3bb9f0733286b49003bfd3.jpg new file mode 100644 index 0000000..57e9370 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.c5fe237a3c3bb9f0733286b49003bfd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.213c62621bebedea0af4db29886e5e83.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.213c62621bebedea0af4db29886e5e83.jpg new file mode 100644 index 0000000..c2a2ef7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.213c62621bebedea0af4db29886e5e83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.4e20c02bb0723b183fe3ac0277f2bc55.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.4e20c02bb0723b183fe3ac0277f2bc55.jpg new file mode 100644 index 0000000..c2a2ef7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.4e20c02bb0723b183fe3ac0277f2bc55.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.e3c48287194550b6ba3b47255080119d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.e3c48287194550b6ba3b47255080119d.jpg new file mode 100644 index 0000000..c2a2ef7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.e3c48287194550b6ba3b47255080119d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.bbce0831497de0401b76e036ee510815.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.bbce0831497de0401b76e036ee510815.jpg new file mode 100644 index 0000000..178e868 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.bbce0831497de0401b76e036ee510815.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.e4aca0f3f31cedefe42dbe02e65afe1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.e4aca0f3f31cedefe42dbe02e65afe1f.jpg new file mode 100644 index 0000000..178e868 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.e4aca0f3f31cedefe42dbe02e65afe1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.32048ec04f286082b59ac466e644e251.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.32048ec04f286082b59ac466e644e251.jpg new file mode 100644 index 0000000..f989960 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.32048ec04f286082b59ac466e644e251.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.6769c748497ca60541bb07e839bf31b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.6769c748497ca60541bb07e839bf31b4.jpg new file mode 100644 index 0000000..f989960 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.6769c748497ca60541bb07e839bf31b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.8afb7bd4fe4eabe901fdfa965e07852e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.8afb7bd4fe4eabe901fdfa965e07852e.jpg new file mode 100644 index 0000000..f989960 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.8afb7bd4fe4eabe901fdfa965e07852e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.2ba5f920430e62e75e210305e4485451.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.2ba5f920430e62e75e210305e4485451.jpg new file mode 100644 index 0000000..36cd92f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.2ba5f920430e62e75e210305e4485451.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.de6bc6481dda69ff9a1b85de24dffcbd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.de6bc6481dda69ff9a1b85de24dffcbd.jpg new file mode 100644 index 0000000..36cd92f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.de6bc6481dda69ff9a1b85de24dffcbd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.e6ce6c419be402537385fa807a7226f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.e6ce6c419be402537385fa807a7226f6.jpg new file mode 100644 index 0000000..36cd92f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.e6ce6c419be402537385fa807a7226f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.6e587a24efb1f98bc16be78656ec5f88.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.6e587a24efb1f98bc16be78656ec5f88.jpg new file mode 100644 index 0000000..a13cd82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.6e587a24efb1f98bc16be78656ec5f88.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.c5dcdf63bfc34a47ba459291bbbe2b73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.c5dcdf63bfc34a47ba459291bbbe2b73.jpg new file mode 100644 index 0000000..a13cd82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.c5dcdf63bfc34a47ba459291bbbe2b73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.d423e4665f413782bf196538c59df4b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.d423e4665f413782bf196538c59df4b1.jpg new file mode 100644 index 0000000..a13cd82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.d423e4665f413782bf196538c59df4b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.280db1d9f2b4c2e18825d320856a541d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.280db1d9f2b4c2e18825d320856a541d.jpg new file mode 100644 index 0000000..edb6793 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.280db1d9f2b4c2e18825d320856a541d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.6ac73ca6d2a767c9ae21a221f3e54d27.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.6ac73ca6d2a767c9ae21a221f3e54d27.jpg new file mode 100644 index 0000000..edb6793 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.6ac73ca6d2a767c9ae21a221f3e54d27.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.a0eb93eba836e24a1bfdce04f567a99b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.a0eb93eba836e24a1bfdce04f567a99b.jpg new file mode 100644 index 0000000..edb6793 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.a0eb93eba836e24a1bfdce04f567a99b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.1bb14f29f168136e49ddf88a14be6a2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.1bb14f29f168136e49ddf88a14be6a2c.jpg new file mode 100644 index 0000000..c1ee401 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.1bb14f29f168136e49ddf88a14be6a2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.21f97bcfc74f3d2213d457dbab8fb87f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.21f97bcfc74f3d2213d457dbab8fb87f.jpg new file mode 100644 index 0000000..c1ee401 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.21f97bcfc74f3d2213d457dbab8fb87f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.bf210f1f9156cf10ed40ace3c79a61fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.bf210f1f9156cf10ed40ace3c79a61fe.jpg new file mode 100644 index 0000000..c1ee401 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.bf210f1f9156cf10ed40ace3c79a61fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.188ea3d09cd8ba58fe0fa6138b60ab34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.188ea3d09cd8ba58fe0fa6138b60ab34.jpg new file mode 100644 index 0000000..2aeea8b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.188ea3d09cd8ba58fe0fa6138b60ab34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b59766e5e28621b85ff5e8fb34e76a70.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b59766e5e28621b85ff5e8fb34e76a70.jpg new file mode 100644 index 0000000..2aeea8b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b59766e5e28621b85ff5e8fb34e76a70.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b9535c024eb3b8a674acd7d3d5c12111.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b9535c024eb3b8a674acd7d3d5c12111.jpg new file mode 100644 index 0000000..2aeea8b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b9535c024eb3b8a674acd7d3d5c12111.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.5182c6e3f1be9cd1735a70ae0984d41f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.5182c6e3f1be9cd1735a70ae0984d41f.jpg new file mode 100644 index 0000000..3422440 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.5182c6e3f1be9cd1735a70ae0984d41f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.641c54887722bd51f6c178966e91a6f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.641c54887722bd51f6c178966e91a6f8.jpg new file mode 100644 index 0000000..3422440 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.641c54887722bd51f6c178966e91a6f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.a4ad8398a24e4666a066a952dc5e7094.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.a4ad8398a24e4666a066a952dc5e7094.jpg new file mode 100644 index 0000000..3422440 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.a4ad8398a24e4666a066a952dc5e7094.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.02493c0a13cbfae0e8ff288b2778b7a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.02493c0a13cbfae0e8ff288b2778b7a1.jpg new file mode 100644 index 0000000..4ebfb5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.02493c0a13cbfae0e8ff288b2778b7a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.20cc850f979855406cd0ca21f00ba509.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.20cc850f979855406cd0ca21f00ba509.jpg new file mode 100644 index 0000000..4ebfb5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.20cc850f979855406cd0ca21f00ba509.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.326e18397d34035ed8ab2f61100c7f7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.326e18397d34035ed8ab2f61100c7f7f.jpg new file mode 100644 index 0000000..4ebfb5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.326e18397d34035ed8ab2f61100c7f7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.0aa5d4c3cfe0961b402cdd5323c9f4d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.0aa5d4c3cfe0961b402cdd5323c9f4d4.jpg new file mode 100644 index 0000000..d473451 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.0aa5d4c3cfe0961b402cdd5323c9f4d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.48f721b83490e05b1e2a6f626c9c266b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.48f721b83490e05b1e2a6f626c9c266b.jpg new file mode 100644 index 0000000..d473451 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.48f721b83490e05b1e2a6f626c9c266b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.e237a4f12d19eaa163c480328905cb95.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.e237a4f12d19eaa163c480328905cb95.jpg new file mode 100644 index 0000000..d473451 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.e237a4f12d19eaa163c480328905cb95.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.465fd13b73dbeee3a8c30a2346c0f92c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.465fd13b73dbeee3a8c30a2346c0f92c.jpg new file mode 100644 index 0000000..0043ae1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.465fd13b73dbeee3a8c30a2346c0f92c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.bf15237c04d8f8e71dcbabc6a8e26603.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.bf15237c04d8f8e71dcbabc6a8e26603.jpg new file mode 100644 index 0000000..0043ae1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.bf15237c04d8f8e71dcbabc6a8e26603.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.e4615c5caaa31cdcc3f53e4bdc71fbd7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.e4615c5caaa31cdcc3f53e4bdc71fbd7.jpg new file mode 100644 index 0000000..0043ae1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.e4615c5caaa31cdcc3f53e4bdc71fbd7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.5fa29563987761ffe51178a8674335cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.5fa29563987761ffe51178a8674335cc.jpg new file mode 100644 index 0000000..f88980a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.5fa29563987761ffe51178a8674335cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.6917ff055718759ad522e7a500a3fcc6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.6917ff055718759ad522e7a500a3fcc6.jpg new file mode 100644 index 0000000..f88980a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.6917ff055718759ad522e7a500a3fcc6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.972c90a5d43ec13a9cab98d2731fb59a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.972c90a5d43ec13a9cab98d2731fb59a.jpg new file mode 100644 index 0000000..f88980a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.972c90a5d43ec13a9cab98d2731fb59a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.627aa47c13102749033327422a211c78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.627aa47c13102749033327422a211c78.jpg new file mode 100644 index 0000000..22e7804 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.627aa47c13102749033327422a211c78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.762ba3e9c9b71d730fed51cca1fd1b1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.762ba3e9c9b71d730fed51cca1fd1b1b.jpg new file mode 100644 index 0000000..22e7804 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.762ba3e9c9b71d730fed51cca1fd1b1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.cd3b0efee1fe3ecac65f6efeb8e61995.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.cd3b0efee1fe3ecac65f6efeb8e61995.jpg new file mode 100644 index 0000000..22e7804 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.cd3b0efee1fe3ecac65f6efeb8e61995.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.9bf98fc49e7d034da73a5f0dbbd7d05e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.9bf98fc49e7d034da73a5f0dbbd7d05e.jpg new file mode 100644 index 0000000..a8f5d0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.9bf98fc49e7d034da73a5f0dbbd7d05e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.a7c70fc2e08e8b5cf2186160709babdc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.a7c70fc2e08e8b5cf2186160709babdc.jpg new file mode 100644 index 0000000..a8f5d0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.a7c70fc2e08e8b5cf2186160709babdc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.bcf617431e2529d881f59b00a4001ca9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.bcf617431e2529d881f59b00a4001ca9.jpg new file mode 100644 index 0000000..a8f5d0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.bcf617431e2529d881f59b00a4001ca9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.2e2198c6d310cacce4672caf5f0b72aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.2e2198c6d310cacce4672caf5f0b72aa.jpg new file mode 100644 index 0000000..007a6d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.2e2198c6d310cacce4672caf5f0b72aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.5abf18b1e52a9b48917c7c7a02f63f23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.5abf18b1e52a9b48917c7c7a02f63f23.jpg new file mode 100644 index 0000000..007a6d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.5abf18b1e52a9b48917c7c7a02f63f23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.e99f523eac21fae5c66e8d57784e5ebb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.e99f523eac21fae5c66e8d57784e5ebb.jpg new file mode 100644 index 0000000..007a6d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.e99f523eac21fae5c66e8d57784e5ebb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.63ff64169afcffb70817defe10e1a374.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.63ff64169afcffb70817defe10e1a374.jpg new file mode 100644 index 0000000..391ddd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.63ff64169afcffb70817defe10e1a374.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.b4b21bb60e5069d3a1cfa6e159773fe3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.b4b21bb60e5069d3a1cfa6e159773fe3.jpg new file mode 100644 index 0000000..391ddd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.b4b21bb60e5069d3a1cfa6e159773fe3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.ca9701fab564f42144296fa6b1586b38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.ca9701fab564f42144296fa6b1586b38.jpg new file mode 100644 index 0000000..391ddd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.ca9701fab564f42144296fa6b1586b38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.3cd050f05f0fa3fab54177da2cd4182c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.3cd050f05f0fa3fab54177da2cd4182c.jpg new file mode 100644 index 0000000..3f7b8b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.3cd050f05f0fa3fab54177da2cd4182c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.58329e13751c18edc8ae54f62fa32b7b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.58329e13751c18edc8ae54f62fa32b7b.jpg new file mode 100644 index 0000000..3f7b8b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.58329e13751c18edc8ae54f62fa32b7b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.a2d4f949c35bca114db56cd354ef4175.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.a2d4f949c35bca114db56cd354ef4175.jpg new file mode 100644 index 0000000..3f7b8b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.a2d4f949c35bca114db56cd354ef4175.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.8d134fd8ddb05d69a8a4651f95e21a37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.8d134fd8ddb05d69a8a4651f95e21a37.jpg new file mode 100644 index 0000000..e6dc59e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.8d134fd8ddb05d69a8a4651f95e21a37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.a8532c1b72a0b296e55d3ccbce4d7b26.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.a8532c1b72a0b296e55d3ccbce4d7b26.jpg new file mode 100644 index 0000000..e6dc59e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.a8532c1b72a0b296e55d3ccbce4d7b26.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.e6a6ed0ebf502f1fda569544dde4a04f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.e6a6ed0ebf502f1fda569544dde4a04f.jpg new file mode 100644 index 0000000..e6dc59e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.e6a6ed0ebf502f1fda569544dde4a04f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.dd7ac8c2774cf7aed95344f42412845a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.dd7ac8c2774cf7aed95344f42412845a.jpg new file mode 100644 index 0000000..7266224 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.dd7ac8c2774cf7aed95344f42412845a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.ddcec153e26314579bc097c6ff9bd54c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.ddcec153e26314579bc097c6ff9bd54c.jpg new file mode 100644 index 0000000..7266224 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.ddcec153e26314579bc097c6ff9bd54c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.eac4f4438b9b90e8f7715470c7ccbf0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.eac4f4438b9b90e8f7715470c7ccbf0a.jpg new file mode 100644 index 0000000..7266224 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.eac4f4438b9b90e8f7715470c7ccbf0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.b7e3a684cfc711104270bb8d6730007c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.b7e3a684cfc711104270bb8d6730007c.jpg new file mode 100644 index 0000000..6778104 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.b7e3a684cfc711104270bb8d6730007c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.c2191df540a27130a3f793d7e70b8089.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.c2191df540a27130a3f793d7e70b8089.jpg new file mode 100644 index 0000000..6778104 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.c2191df540a27130a3f793d7e70b8089.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.ff2742a871ef4dd701b61e9a8688512f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.ff2742a871ef4dd701b61e9a8688512f.jpg new file mode 100644 index 0000000..6778104 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.ff2742a871ef4dd701b61e9a8688512f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.2ef49dac675bc368093c4981c3e943c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.2ef49dac675bc368093c4981c3e943c6.jpg new file mode 100644 index 0000000..4cc1b74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.2ef49dac675bc368093c4981c3e943c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.593cff4ecb0ba2a1dc7d12f018cb8ac0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.593cff4ecb0ba2a1dc7d12f018cb8ac0.jpg new file mode 100644 index 0000000..4cc1b74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.593cff4ecb0ba2a1dc7d12f018cb8ac0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.c210e6a5120690b1d804a47dde3dd815.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.c210e6a5120690b1d804a47dde3dd815.jpg new file mode 100644 index 0000000..4cc1b74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.c210e6a5120690b1d804a47dde3dd815.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.33a4d97ecc770c76e750b7c128a521b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.33a4d97ecc770c76e750b7c128a521b0.jpg new file mode 100644 index 0000000..1f0b9fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.33a4d97ecc770c76e750b7c128a521b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.55517d876c67d1a4650696448034c5ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.55517d876c67d1a4650696448034c5ec.jpg new file mode 100644 index 0000000..1f0b9fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.55517d876c67d1a4650696448034c5ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.b40fba384d01b186830d2ce7c1ef7a0f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.b40fba384d01b186830d2ce7c1ef7a0f.jpg new file mode 100644 index 0000000..1f0b9fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.b40fba384d01b186830d2ce7c1ef7a0f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1182c9c28c2fe8f761a4ac50e2a90c97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1182c9c28c2fe8f761a4ac50e2a90c97.jpg new file mode 100644 index 0000000..f29bc00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1182c9c28c2fe8f761a4ac50e2a90c97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1451bf54ab43ddd44a1ed16edb649fb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1451bf54ab43ddd44a1ed16edb649fb5.jpg new file mode 100644 index 0000000..f29bc00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1451bf54ab43ddd44a1ed16edb649fb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.19094c34be43db69c6bad52b2cd3bd4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.19094c34be43db69c6bad52b2cd3bd4c.jpg new file mode 100644 index 0000000..f29bc00 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.19094c34be43db69c6bad52b2cd3bd4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.76e99eb7646919346da66525626a64f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.76e99eb7646919346da66525626a64f9.jpg new file mode 100644 index 0000000..ea9d33a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.76e99eb7646919346da66525626a64f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7db2a7c1f95eab2063faaf13c3b2c96f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7db2a7c1f95eab2063faaf13c3b2c96f.jpg new file mode 100644 index 0000000..ea9d33a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7db2a7c1f95eab2063faaf13c3b2c96f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7decc163fa590263d98c3853026df683.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7decc163fa590263d98c3853026df683.jpg new file mode 100644 index 0000000..ea9d33a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7decc163fa590263d98c3853026df683.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.28b2c7308ff2d2780b4f92a719077c72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.28b2c7308ff2d2780b4f92a719077c72.jpg new file mode 100644 index 0000000..01440d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.28b2c7308ff2d2780b4f92a719077c72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.60e52ce44db4c9308f8f9a0ca29bd5e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.60e52ce44db4c9308f8f9a0ca29bd5e8.jpg new file mode 100644 index 0000000..01440d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.60e52ce44db4c9308f8f9a0ca29bd5e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.cb35d3b2b004c73d14896ba1c5b16259.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.cb35d3b2b004c73d14896ba1c5b16259.jpg new file mode 100644 index 0000000..01440d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.cb35d3b2b004c73d14896ba1c5b16259.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.afd208572bb7132eb2b9b10f16fc8f1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.afd208572bb7132eb2b9b10f16fc8f1a.jpg new file mode 100644 index 0000000..38fa7b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.afd208572bb7132eb2b9b10f16fc8f1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.e015abd0bd637662c9405eefe73015ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.e015abd0bd637662c9405eefe73015ff.jpg new file mode 100644 index 0000000..38fa7b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.e015abd0bd637662c9405eefe73015ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.f987ca994b9de4706551b2a56835451f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.f987ca994b9de4706551b2a56835451f.jpg new file mode 100644 index 0000000..38fa7b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.f987ca994b9de4706551b2a56835451f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.09a39bdde55d7e01a5a4188201fe4956.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.09a39bdde55d7e01a5a4188201fe4956.jpg new file mode 100644 index 0000000..0e9c467 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.09a39bdde55d7e01a5a4188201fe4956.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f0622342d8b147e35be9b238da919bfd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f0622342d8b147e35be9b238da919bfd.jpg new file mode 100644 index 0000000..0e9c467 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f0622342d8b147e35be9b238da919bfd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f6bbf536508ea2d8347c4124e69a1a31.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f6bbf536508ea2d8347c4124e69a1a31.jpg new file mode 100644 index 0000000..0e9c467 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f6bbf536508ea2d8347c4124e69a1a31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.2dc1c77598552e8aa9f490c56191dfaf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.2dc1c77598552e8aa9f490c56191dfaf.jpg new file mode 100644 index 0000000..55c4b07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.2dc1c77598552e8aa9f490c56191dfaf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.a405ea9ee1bf66f504cc10304a4a7129.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.a405ea9ee1bf66f504cc10304a4a7129.jpg new file mode 100644 index 0000000..55c4b07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.a405ea9ee1bf66f504cc10304a4a7129.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.229b58f12c87d0cbaf0262f73af5828c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.229b58f12c87d0cbaf0262f73af5828c.jpg new file mode 100644 index 0000000..10f581d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.229b58f12c87d0cbaf0262f73af5828c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.5c64936eb4c74e41771f5d02e3df98d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.5c64936eb4c74e41771f5d02e3df98d1.jpg new file mode 100644 index 0000000..10f581d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.5c64936eb4c74e41771f5d02e3df98d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.bf2d98ef7e7735acae9c37651cbb833a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.bf2d98ef7e7735acae9c37651cbb833a.jpg new file mode 100644 index 0000000..10f581d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.bf2d98ef7e7735acae9c37651cbb833a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.579b62266a649eef8902c0bb12946651.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.579b62266a649eef8902c0bb12946651.jpg new file mode 100644 index 0000000..83b9c11 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.579b62266a649eef8902c0bb12946651.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.719a40c62d008546729f8d0c9207e44d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.719a40c62d008546729f8d0c9207e44d.jpg new file mode 100644 index 0000000..83b9c11 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.719a40c62d008546729f8d0c9207e44d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.ce89f06b56ec17d72a044617c3bc7221.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.ce89f06b56ec17d72a044617c3bc7221.jpg new file mode 100644 index 0000000..83b9c11 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.ce89f06b56ec17d72a044617c3bc7221.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.2091c961e9c5d098f7535342b8fc3462.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.2091c961e9c5d098f7535342b8fc3462.jpg new file mode 100644 index 0000000..005f9a0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.2091c961e9c5d098f7535342b8fc3462.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f5e0fc71a2c07af61dd723854a6d1477.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f5e0fc71a2c07af61dd723854a6d1477.jpg new file mode 100644 index 0000000..005f9a0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f5e0fc71a2c07af61dd723854a6d1477.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f8aecc43337f05f8acf4ac145de89df6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f8aecc43337f05f8acf4ac145de89df6.jpg new file mode 100644 index 0000000..005f9a0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f8aecc43337f05f8acf4ac145de89df6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.3323420cd926fd611923009fadd4d863.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.3323420cd926fd611923009fadd4d863.jpg new file mode 100644 index 0000000..1527c29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.3323420cd926fd611923009fadd4d863.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.a6cd8c44a6a70939a31c6d3ae5912e69.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.a6cd8c44a6a70939a31c6d3ae5912e69.jpg new file mode 100644 index 0000000..1527c29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.a6cd8c44a6a70939a31c6d3ae5912e69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.b3635c7f3cfeb8698f4a006d9e505203.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.b3635c7f3cfeb8698f4a006d9e505203.jpg new file mode 100644 index 0000000..1527c29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.b3635c7f3cfeb8698f4a006d9e505203.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.0922ca708dbae6afbdb49f61762976a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.0922ca708dbae6afbdb49f61762976a1.jpg new file mode 100644 index 0000000..371478e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.0922ca708dbae6afbdb49f61762976a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.8f67ed6cc4c792b324da1bae24fd9c66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.8f67ed6cc4c792b324da1bae24fd9c66.jpg new file mode 100644 index 0000000..371478e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.8f67ed6cc4c792b324da1bae24fd9c66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.69289ababcdbf185553bfb0dd2095547.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.69289ababcdbf185553bfb0dd2095547.jpg new file mode 100644 index 0000000..55b4cc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.69289ababcdbf185553bfb0dd2095547.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.6e64ac1c637f1da948606c5c9dbf5e5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.6e64ac1c637f1da948606c5c9dbf5e5d.jpg new file mode 100644 index 0000000..55b4cc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.6e64ac1c637f1da948606c5c9dbf5e5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.aa0aea787acaf80ecd106c0f740f5b4e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.aa0aea787acaf80ecd106c0f740f5b4e.jpg new file mode 100644 index 0000000..55b4cc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.aa0aea787acaf80ecd106c0f740f5b4e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.3dd8dd123f81e9f3e2b5f79ebdcd1aaa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.3dd8dd123f81e9f3e2b5f79ebdcd1aaa.jpg new file mode 100644 index 0000000..866f314 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.3dd8dd123f81e9f3e2b5f79ebdcd1aaa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.91ebf8bcaac91b9df8291b20ad0870e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.91ebf8bcaac91b9df8291b20ad0870e4.jpg new file mode 100644 index 0000000..866f314 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.91ebf8bcaac91b9df8291b20ad0870e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.b4f063dee143f4d4613cc40b64e5068c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.b4f063dee143f4d4613cc40b64e5068c.jpg new file mode 100644 index 0000000..866f314 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.b4f063dee143f4d4613cc40b64e5068c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.55f5adf7cdcec1ed74dafc87e2340b46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.55f5adf7cdcec1ed74dafc87e2340b46.jpg new file mode 100644 index 0000000..7c7dbeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.55f5adf7cdcec1ed74dafc87e2340b46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.86be967f6286880a495cda8379875fe2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.86be967f6286880a495cda8379875fe2.jpg new file mode 100644 index 0000000..7c7dbeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.86be967f6286880a495cda8379875fe2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.983e193ca21ea32f2d5f7487229159de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.983e193ca21ea32f2d5f7487229159de.jpg new file mode 100644 index 0000000..7c7dbeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.983e193ca21ea32f2d5f7487229159de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.298752397a797db999dc01bad20971fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.298752397a797db999dc01bad20971fc.jpg new file mode 100644 index 0000000..bf5dcd8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.298752397a797db999dc01bad20971fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.f47e43d18d51b962a9bc5deadb1f02c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.f47e43d18d51b962a9bc5deadb1f02c0.jpg new file mode 100644 index 0000000..bf5dcd8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.f47e43d18d51b962a9bc5deadb1f02c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a54a6159bd0749c51ebda6ceb59b2ff7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a54a6159bd0749c51ebda6ceb59b2ff7.jpg new file mode 100644 index 0000000..2023050 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a54a6159bd0749c51ebda6ceb59b2ff7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a60a72251aeff6f341721a83c083735e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a60a72251aeff6f341721a83c083735e.jpg new file mode 100644 index 0000000..2023050 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a60a72251aeff6f341721a83c083735e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a6bde9798ded181a9a9f6509ea5ca904.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a6bde9798ded181a9a9f6509ea5ca904.jpg new file mode 100644 index 0000000..2023050 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a6bde9798ded181a9a9f6509ea5ca904.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.5732705c323e7b19dc78d3c2a138be16.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.5732705c323e7b19dc78d3c2a138be16.jpg new file mode 100644 index 0000000..657d229 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.5732705c323e7b19dc78d3c2a138be16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.66bc258d61efb56f890fcf5c49972c4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.66bc258d61efb56f890fcf5c49972c4b.jpg new file mode 100644 index 0000000..657d229 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.66bc258d61efb56f890fcf5c49972c4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.6caf103b10dac04731dcffead55c5206.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.6caf103b10dac04731dcffead55c5206.jpg new file mode 100644 index 0000000..657d229 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.6caf103b10dac04731dcffead55c5206.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.4ec4713a62277a85931fac6ba092434d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.4ec4713a62277a85931fac6ba092434d.jpg new file mode 100644 index 0000000..64d5369 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.4ec4713a62277a85931fac6ba092434d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.73b258d164f31d11c171bd73918df2ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.73b258d164f31d11c171bd73918df2ea.jpg new file mode 100644 index 0000000..64d5369 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.73b258d164f31d11c171bd73918df2ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.e51ce904e79414f92a49a487db851146.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.e51ce904e79414f92a49a487db851146.jpg new file mode 100644 index 0000000..64d5369 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.e51ce904e79414f92a49a487db851146.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.378fddf4bdc58ae1757235fc4cda3f7d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.378fddf4bdc58ae1757235fc4cda3f7d.jpg new file mode 100644 index 0000000..6f39b5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.378fddf4bdc58ae1757235fc4cda3f7d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.640ab43f1a063121bea8f5b0442238ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.640ab43f1a063121bea8f5b0442238ce.jpg new file mode 100644 index 0000000..6f39b5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.640ab43f1a063121bea8f5b0442238ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.7987552d45689eeaf3921f093d925d34.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.7987552d45689eeaf3921f093d925d34.jpg new file mode 100644 index 0000000..6f39b5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.7987552d45689eeaf3921f093d925d34.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.2d47a15c55a6fbcdfa6331f2f33d6378.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.2d47a15c55a6fbcdfa6331f2f33d6378.jpg new file mode 100644 index 0000000..e7833ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.2d47a15c55a6fbcdfa6331f2f33d6378.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.ab041a2222b235e47458d3162dd31725.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.ab041a2222b235e47458d3162dd31725.jpg new file mode 100644 index 0000000..e7833ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.ab041a2222b235e47458d3162dd31725.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.c5c722a433c614392bba12eb3e18b533.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.c5c722a433c614392bba12eb3e18b533.jpg new file mode 100644 index 0000000..e7833ed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.c5c722a433c614392bba12eb3e18b533.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.70875829e2fced1530d109a6a7230edb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.70875829e2fced1530d109a6a7230edb.jpg new file mode 100644 index 0000000..3355266 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.70875829e2fced1530d109a6a7230edb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.89e7e9d9672de50be599efa07b335a86.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.89e7e9d9672de50be599efa07b335a86.jpg new file mode 100644 index 0000000..3355266 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.89e7e9d9672de50be599efa07b335a86.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.c95afc0fc0f6d5e97708ab8ef54ea32a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.c95afc0fc0f6d5e97708ab8ef54ea32a.jpg new file mode 100644 index 0000000..3355266 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.c95afc0fc0f6d5e97708ab8ef54ea32a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.32d1a625fad7761b3555fbbdcdce7c61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.32d1a625fad7761b3555fbbdcdce7c61.jpg new file mode 100644 index 0000000..c2d0163 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.32d1a625fad7761b3555fbbdcdce7c61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.758146b184a44f150d1601461f3bad2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.758146b184a44f150d1601461f3bad2a.jpg new file mode 100644 index 0000000..c2d0163 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.758146b184a44f150d1601461f3bad2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.b7afb87f8cd922dcd7ffcc313d064a10.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.b7afb87f8cd922dcd7ffcc313d064a10.jpg new file mode 100644 index 0000000..c2d0163 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.b7afb87f8cd922dcd7ffcc313d064a10.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.5501e3c8da28a345e2ae3c080834e47b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.5501e3c8da28a345e2ae3c080834e47b.jpg new file mode 100644 index 0000000..4541889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.5501e3c8da28a345e2ae3c080834e47b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.77424c50007afd40389c431675595bd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.77424c50007afd40389c431675595bd3.jpg new file mode 100644 index 0000000..4541889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.77424c50007afd40389c431675595bd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.d1c82dcb2ec7ebf9f580f69145ff598f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.d1c82dcb2ec7ebf9f580f69145ff598f.jpg new file mode 100644 index 0000000..4541889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.d1c82dcb2ec7ebf9f580f69145ff598f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.4453da5f3961cf3e406fca1570e9a2df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.4453da5f3961cf3e406fca1570e9a2df.jpg new file mode 100644 index 0000000..2e352be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.4453da5f3961cf3e406fca1570e9a2df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.b3a0e6e2decc95d2f5120399164a7587.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.b3a0e6e2decc95d2f5120399164a7587.jpg new file mode 100644 index 0000000..2e352be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.b3a0e6e2decc95d2f5120399164a7587.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.cf519b729e274e2614ccc32a66465f5f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.cf519b729e274e2614ccc32a66465f5f.jpg new file mode 100644 index 0000000..2e352be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.cf519b729e274e2614ccc32a66465f5f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.0579ae4e653721e98438b5fefc4c0f29.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.0579ae4e653721e98438b5fefc4c0f29.jpg new file mode 100644 index 0000000..44354e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.0579ae4e653721e98438b5fefc4c0f29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.1e94e07a49a5e17d4c39cf4087d677df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.1e94e07a49a5e17d4c39cf4087d677df.jpg new file mode 100644 index 0000000..44354e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.1e94e07a49a5e17d4c39cf4087d677df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.f3ee4ae07f9640b36eccc39a9b592961.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.f3ee4ae07f9640b36eccc39a9b592961.jpg new file mode 100644 index 0000000..44354e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.f3ee4ae07f9640b36eccc39a9b592961.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.096793d65912f6f0cca1cfc612b63f31.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.096793d65912f6f0cca1cfc612b63f31.jpg new file mode 100644 index 0000000..c0b8d43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.096793d65912f6f0cca1cfc612b63f31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.976d263211e0ecad62519bf263645c7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.976d263211e0ecad62519bf263645c7f.jpg new file mode 100644 index 0000000..c0b8d43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.976d263211e0ecad62519bf263645c7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.b45017a060f7a2e47eae0ea91affa256.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.b45017a060f7a2e47eae0ea91affa256.jpg new file mode 100644 index 0000000..c0b8d43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.b45017a060f7a2e47eae0ea91affa256.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.167f8e7e42701ea7b455af1a141fab7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.167f8e7e42701ea7b455af1a141fab7f.jpg new file mode 100644 index 0000000..bfb3986 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.167f8e7e42701ea7b455af1a141fab7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.9347e9b34717f403a3e24645f2f23c59.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.9347e9b34717f403a3e24645f2f23c59.jpg new file mode 100644 index 0000000..bfb3986 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.9347e9b34717f403a3e24645f2f23c59.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.bf9cfba0287145e110e0b1ff3320c278.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.bf9cfba0287145e110e0b1ff3320c278.jpg new file mode 100644 index 0000000..bfb3986 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.bf9cfba0287145e110e0b1ff3320c278.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.006afa78246fb7defd4431917389b65f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.006afa78246fb7defd4431917389b65f.jpg new file mode 100644 index 0000000..35eaa19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.006afa78246fb7defd4431917389b65f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.38eea217210729319081476357ae74b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.38eea217210729319081476357ae74b8.jpg new file mode 100644 index 0000000..35eaa19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.38eea217210729319081476357ae74b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.706f06b7063673a993f80c0336e5bb00.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.706f06b7063673a993f80c0336e5bb00.jpg new file mode 100644 index 0000000..35eaa19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.706f06b7063673a993f80c0336e5bb00.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.21d50a628000ca91499429e949f49ec7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.21d50a628000ca91499429e949f49ec7.jpg new file mode 100644 index 0000000..a29d688 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.21d50a628000ca91499429e949f49ec7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.305f8c25891b9efbce459693c6216ae8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.305f8c25891b9efbce459693c6216ae8.jpg new file mode 100644 index 0000000..a29d688 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.305f8c25891b9efbce459693c6216ae8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.a9fcac23268b5b564a722849d0364ee7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.a9fcac23268b5b564a722849d0364ee7.jpg new file mode 100644 index 0000000..a29d688 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.a9fcac23268b5b564a722849d0364ee7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.1586d8a239f9099b702fe2f894b16913.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.1586d8a239f9099b702fe2f894b16913.jpg new file mode 100644 index 0000000..7823957 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.1586d8a239f9099b702fe2f894b16913.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.8de243a1689e0d0e2868039327d6a6f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.8de243a1689e0d0e2868039327d6a6f1.jpg new file mode 100644 index 0000000..7823957 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.8de243a1689e0d0e2868039327d6a6f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.f5d85ffbe2234d72cfe2cb0e670b268f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.f5d85ffbe2234d72cfe2cb0e670b268f.jpg new file mode 100644 index 0000000..7823957 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.f5d85ffbe2234d72cfe2cb0e670b268f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ac92271869441fb3ccf9d994a1e65eff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ac92271869441fb3ccf9d994a1e65eff.jpg new file mode 100644 index 0000000..e1ae2ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ac92271869441fb3ccf9d994a1e65eff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ce2292add7a94fe8b05541e1f2874ae2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ce2292add7a94fe8b05541e1f2874ae2.jpg new file mode 100644 index 0000000..e1ae2ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ce2292add7a94fe8b05541e1f2874ae2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.dd0af96f90a0bc75dcc803c6993d6f89.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.dd0af96f90a0bc75dcc803c6993d6f89.jpg new file mode 100644 index 0000000..e1ae2ef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.dd0af96f90a0bc75dcc803c6993d6f89.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.0c4de7403582d3783554f7d66cb70989.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.0c4de7403582d3783554f7d66cb70989.jpg new file mode 100644 index 0000000..35f5033 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.0c4de7403582d3783554f7d66cb70989.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.d4261e65125739698a55d6e58e7771c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.d4261e65125739698a55d6e58e7771c9.jpg new file mode 100644 index 0000000..35f5033 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.d4261e65125739698a55d6e58e7771c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.f1d01c4343c5f945607aeb98957b8bc2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.f1d01c4343c5f945607aeb98957b8bc2.jpg new file mode 100644 index 0000000..35f5033 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.f1d01c4343c5f945607aeb98957b8bc2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7411e1bd8432735728f06ab1f8ffb4d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7411e1bd8432735728f06ab1f8ffb4d2.jpg new file mode 100644 index 0000000..0c49c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7411e1bd8432735728f06ab1f8ffb4d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7b8edc3a4526b73c3b42819858d3d023.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7b8edc3a4526b73c3b42819858d3d023.jpg new file mode 100644 index 0000000..0c49c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7b8edc3a4526b73c3b42819858d3d023.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.f7abc64e56c30b9a859376721f8197cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.f7abc64e56c30b9a859376721f8197cc.jpg new file mode 100644 index 0000000..0c49c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.f7abc64e56c30b9a859376721f8197cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.08f3b1d5f80232e42134ceae14d93cee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.08f3b1d5f80232e42134ceae14d93cee.jpg new file mode 100644 index 0000000..0c7b8ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.08f3b1d5f80232e42134ceae14d93cee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.0fcda15ce36ac72a7f132e2b8b67747c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.0fcda15ce36ac72a7f132e2b8b67747c.jpg new file mode 100644 index 0000000..0c7b8ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.0fcda15ce36ac72a7f132e2b8b67747c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.272d2556548d264afd8a58cb71e305b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.272d2556548d264afd8a58cb71e305b2.jpg new file mode 100644 index 0000000..0c7b8ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.272d2556548d264afd8a58cb71e305b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.83e9546bfe4c8602469040eb094e8943.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.83e9546bfe4c8602469040eb094e8943.jpg new file mode 100644 index 0000000..4fc1e6f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.83e9546bfe4c8602469040eb094e8943.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b81243f211658a4b3559eb3e7c24dd76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b81243f211658a4b3559eb3e7c24dd76.jpg new file mode 100644 index 0000000..4fc1e6f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b81243f211658a4b3559eb3e7c24dd76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b88da2962ce30ffc65b4618fbeb9f6b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b88da2962ce30ffc65b4618fbeb9f6b2.jpg new file mode 100644 index 0000000..4fc1e6f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b88da2962ce30ffc65b4618fbeb9f6b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.0dd71de23dd2275584dc6186aadb270b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.0dd71de23dd2275584dc6186aadb270b.jpg new file mode 100644 index 0000000..0a5418b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.0dd71de23dd2275584dc6186aadb270b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.1472b8f23ab48d11d345fd922614f675.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.1472b8f23ab48d11d345fd922614f675.jpg new file mode 100644 index 0000000..0a5418b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.1472b8f23ab48d11d345fd922614f675.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.bafac1f4093a87c515540f28eb3c628f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.bafac1f4093a87c515540f28eb3c628f.jpg new file mode 100644 index 0000000..0a5418b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.bafac1f4093a87c515540f28eb3c628f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.06173f5a3ae0720366727e3754c10e69.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.06173f5a3ae0720366727e3754c10e69.jpg new file mode 100644 index 0000000..8c41a58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.06173f5a3ae0720366727e3754c10e69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.15bbc14a6bd01e2ccad1714bba5cb207.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.15bbc14a6bd01e2ccad1714bba5cb207.jpg new file mode 100644 index 0000000..8c41a58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.15bbc14a6bd01e2ccad1714bba5cb207.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.37fcb3307bd0e46e8e68b16d2e98318d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.37fcb3307bd0e46e8e68b16d2e98318d.jpg new file mode 100644 index 0000000..8c41a58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.37fcb3307bd0e46e8e68b16d2e98318d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1c8913fd4bc2c28842425cf599b3e275.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1c8913fd4bc2c28842425cf599b3e275.jpg new file mode 100644 index 0000000..ee3880a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1c8913fd4bc2c28842425cf599b3e275.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1d101267c23e778e08f5f409ad28bd13.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1d101267c23e778e08f5f409ad28bd13.jpg new file mode 100644 index 0000000..ee3880a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1d101267c23e778e08f5f409ad28bd13.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.8d741c698688e8b4b31f9143fee3d749.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.8d741c698688e8b4b31f9143fee3d749.jpg new file mode 100644 index 0000000..ee3880a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.8d741c698688e8b4b31f9143fee3d749.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.7974167b0574e4a262b9796b7e262e50.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.7974167b0574e4a262b9796b7e262e50.jpg new file mode 100644 index 0000000..0781a8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.7974167b0574e4a262b9796b7e262e50.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.a354eaaa689ae7abb2a9374abda234b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.a354eaaa689ae7abb2a9374abda234b2.jpg new file mode 100644 index 0000000..0781a8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.a354eaaa689ae7abb2a9374abda234b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.5c97b3bf1c57140c60da2e86de8b02bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.5c97b3bf1c57140c60da2e86de8b02bd.jpg new file mode 100644 index 0000000..13dedbb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.5c97b3bf1c57140c60da2e86de8b02bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.688b136ef6cff14fbc622df88fc056ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.688b136ef6cff14fbc622df88fc056ca.jpg new file mode 100644 index 0000000..13dedbb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.688b136ef6cff14fbc622df88fc056ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.3119fd630c7f9e10f408fccb353bf70c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.3119fd630c7f9e10f408fccb353bf70c.jpg new file mode 100644 index 0000000..4b5ed39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.3119fd630c7f9e10f408fccb353bf70c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.632ecd996bb0f7a8151ce304b15d65ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.632ecd996bb0f7a8151ce304b15d65ab.jpg new file mode 100644 index 0000000..4b5ed39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.632ecd996bb0f7a8151ce304b15d65ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.8dabe6373bd0881621a08e2c542df840.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.8dabe6373bd0881621a08e2c542df840.jpg new file mode 100644 index 0000000..4b5ed39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.8dabe6373bd0881621a08e2c542df840.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.1958dabcb0eaadc9164e8668e005099b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.1958dabcb0eaadc9164e8668e005099b.jpg new file mode 100644 index 0000000..b4f0db2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.1958dabcb0eaadc9164e8668e005099b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.719e0e6042e8dd7b3899fd284b5cb701.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.719e0e6042e8dd7b3899fd284b5cb701.jpg new file mode 100644 index 0000000..b4f0db2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.719e0e6042e8dd7b3899fd284b5cb701.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.e6ccdbf654ed2e4c032b7bcbc7c8ed82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.e6ccdbf654ed2e4c032b7bcbc7c8ed82.jpg new file mode 100644 index 0000000..b4f0db2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.e6ccdbf654ed2e4c032b7bcbc7c8ed82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.5157c7b5119bd45ed239006fdd2a8148.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.5157c7b5119bd45ed239006fdd2a8148.jpg new file mode 100644 index 0000000..8ca704b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.5157c7b5119bd45ed239006fdd2a8148.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.95a0f0cddf1ce0bdb9e8dfcaf2e6d50a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.95a0f0cddf1ce0bdb9e8dfcaf2e6d50a.jpg new file mode 100644 index 0000000..8ca704b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.95a0f0cddf1ce0bdb9e8dfcaf2e6d50a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.dd8102f08fe8372c7ba79b9ca86001c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.dd8102f08fe8372c7ba79b9ca86001c5.jpg new file mode 100644 index 0000000..8ca704b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.dd8102f08fe8372c7ba79b9ca86001c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.34c467903c3141425c143a7160d4e99e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.34c467903c3141425c143a7160d4e99e.jpg new file mode 100644 index 0000000..cd997fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.34c467903c3141425c143a7160d4e99e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.72c93c28d14958b413756077fad1dbc1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.72c93c28d14958b413756077fad1dbc1.jpg new file mode 100644 index 0000000..cd997fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.72c93c28d14958b413756077fad1dbc1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.fca89fd9491d1a65cbf6212643276a6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.fca89fd9491d1a65cbf6212643276a6b.jpg new file mode 100644 index 0000000..cd997fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.fca89fd9491d1a65cbf6212643276a6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.2789cf9ad56914802cb81bf921a71999.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.2789cf9ad56914802cb81bf921a71999.jpg new file mode 100644 index 0000000..01d2f5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.2789cf9ad56914802cb81bf921a71999.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.39a48462df835d7213297c05167020ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.39a48462df835d7213297c05167020ea.jpg new file mode 100644 index 0000000..01d2f5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.39a48462df835d7213297c05167020ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.5cd77702db123012d292c073f92a20a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.5cd77702db123012d292c073f92a20a0.jpg new file mode 100644 index 0000000..01d2f5c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.5cd77702db123012d292c073f92a20a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.4814b1b13b1045a51e87e90b995ddfc4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.4814b1b13b1045a51e87e90b995ddfc4.jpg new file mode 100644 index 0000000..f03aafe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.4814b1b13b1045a51e87e90b995ddfc4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.bbd8a46787520e14db7cd7ba305011ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.bbd8a46787520e14db7cd7ba305011ba.jpg new file mode 100644 index 0000000..f03aafe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.bbd8a46787520e14db7cd7ba305011ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.cf9d5157ecafa527025c57cb9a90a4ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.cf9d5157ecafa527025c57cb9a90a4ec.jpg new file mode 100644 index 0000000..f03aafe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.cf9d5157ecafa527025c57cb9a90a4ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.aa62fb347bb24f18c802893a3f2186f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.aa62fb347bb24f18c802893a3f2186f5.jpg new file mode 100644 index 0000000..eee31db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.aa62fb347bb24f18c802893a3f2186f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.be2d6c9522ce218080419d6f2eaf3c0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.be2d6c9522ce218080419d6f2eaf3c0e.jpg new file mode 100644 index 0000000..eee31db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.be2d6c9522ce218080419d6f2eaf3c0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.d42273f510d82e2eafb3684444cf5c94.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.d42273f510d82e2eafb3684444cf5c94.jpg new file mode 100644 index 0000000..eee31db Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.d42273f510d82e2eafb3684444cf5c94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.e667ed871518aae9091b5e7564b0f4e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.e667ed871518aae9091b5e7564b0f4e6.jpg new file mode 100644 index 0000000..4c7b497 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.e667ed871518aae9091b5e7564b0f4e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.ee7e85eef480ca015b5f08b898bfefa3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.ee7e85eef480ca015b5f08b898bfefa3.jpg new file mode 100644 index 0000000..4c7b497 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.ee7e85eef480ca015b5f08b898bfefa3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.f437c7e638b5339da7002df14de2efa0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.f437c7e638b5339da7002df14de2efa0.jpg new file mode 100644 index 0000000..4c7b497 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.f437c7e638b5339da7002df14de2efa0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.081b2016e990598c02540d316b9fd645.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.081b2016e990598c02540d316b9fd645.jpg new file mode 100644 index 0000000..e1ffb26 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.081b2016e990598c02540d316b9fd645.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.6e728928e976d14b9e7c315778dedd63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.6e728928e976d14b9e7c315778dedd63.jpg new file mode 100644 index 0000000..e1ffb26 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.6e728928e976d14b9e7c315778dedd63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.864f55e26113fd6479b3f23e21e9e3f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.864f55e26113fd6479b3f23e21e9e3f6.jpg new file mode 100644 index 0000000..e1ffb26 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.864f55e26113fd6479b3f23e21e9e3f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.352bc8610a5e25dac6893df559b0b0d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.352bc8610a5e25dac6893df559b0b0d5.jpg new file mode 100644 index 0000000..2180af7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.352bc8610a5e25dac6893df559b0b0d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.d2baa4a14f68c59064115551922931fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.d2baa4a14f68c59064115551922931fe.jpg new file mode 100644 index 0000000..2180af7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.d2baa4a14f68c59064115551922931fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.ff833ec61cd26fe06aa5954f10ca775b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.ff833ec61cd26fe06aa5954f10ca775b.jpg new file mode 100644 index 0000000..2180af7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.ff833ec61cd26fe06aa5954f10ca775b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.18bb0a769663bc6f97948cd0164f28d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.18bb0a769663bc6f97948cd0164f28d5.jpg new file mode 100644 index 0000000..cb160c8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.18bb0a769663bc6f97948cd0164f28d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.86acc93b1517713008a5a4c1a394691a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.86acc93b1517713008a5a4c1a394691a.jpg new file mode 100644 index 0000000..cb160c8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.86acc93b1517713008a5a4c1a394691a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.91e5e96d7a8dddc172b0ebc671b09f91.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.91e5e96d7a8dddc172b0ebc671b09f91.jpg new file mode 100644 index 0000000..cb160c8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.91e5e96d7a8dddc172b0ebc671b09f91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.12544f3381e54e7afd6cc2aebe1f6b85.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.12544f3381e54e7afd6cc2aebe1f6b85.jpg new file mode 100644 index 0000000..dc79a51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.12544f3381e54e7afd6cc2aebe1f6b85.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.5a00d2fda11122140890433187d89cca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.5a00d2fda11122140890433187d89cca.jpg new file mode 100644 index 0000000..dc79a51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.5a00d2fda11122140890433187d89cca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.e29a8f4deabd3827eb683932cd4217f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.e29a8f4deabd3827eb683932cd4217f7.jpg new file mode 100644 index 0000000..dc79a51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.e29a8f4deabd3827eb683932cd4217f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.25254bbff44398687274dbd99620cde6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.25254bbff44398687274dbd99620cde6.jpg new file mode 100644 index 0000000..26af1ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.25254bbff44398687274dbd99620cde6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.8698c43deae05c602f2d9bf8ac2953f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.8698c43deae05c602f2d9bf8ac2953f6.jpg new file mode 100644 index 0000000..26af1ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.8698c43deae05c602f2d9bf8ac2953f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.c5d95d836b35441ad974692fcb6888fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.c5d95d836b35441ad974692fcb6888fa.jpg new file mode 100644 index 0000000..26af1ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.c5d95d836b35441ad974692fcb6888fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.6db318ec832fc15dafcb31dae8f080e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.6db318ec832fc15dafcb31dae8f080e4.jpg new file mode 100644 index 0000000..f19be0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.6db318ec832fc15dafcb31dae8f080e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.a3a4adea40342e60d9e405c0883bb94d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.a3a4adea40342e60d9e405c0883bb94d.jpg new file mode 100644 index 0000000..f19be0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.a3a4adea40342e60d9e405c0883bb94d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.afc019a46f30fb3169f5f3fb04ac3856.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.afc019a46f30fb3169f5f3fb04ac3856.jpg new file mode 100644 index 0000000..f19be0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.afc019a46f30fb3169f5f3fb04ac3856.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.0fa1a6536ee276288efe0138e9d14d62.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.0fa1a6536ee276288efe0138e9d14d62.jpg new file mode 100644 index 0000000..c569c03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.0fa1a6536ee276288efe0138e9d14d62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.5ab269eca75aad392440cd95422dd8d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.5ab269eca75aad392440cd95422dd8d8.jpg new file mode 100644 index 0000000..c569c03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.5ab269eca75aad392440cd95422dd8d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.842e59871e2b513ff541a1d44b06bfd0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.842e59871e2b513ff541a1d44b06bfd0.jpg new file mode 100644 index 0000000..c569c03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.842e59871e2b513ff541a1d44b06bfd0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.0d054da547432f9657e4eae0325fb4ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.0d054da547432f9657e4eae0325fb4ba.jpg new file mode 100644 index 0000000..ae7df87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.0d054da547432f9657e4eae0325fb4ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c66572865af6e94b9e3ef4594d38f8cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c66572865af6e94b9e3ef4594d38f8cf.jpg new file mode 100644 index 0000000..ae7df87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c66572865af6e94b9e3ef4594d38f8cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c9f0e43ad2f9e5c926ca2ff235f1acae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c9f0e43ad2f9e5c926ca2ff235f1acae.jpg new file mode 100644 index 0000000..ae7df87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c9f0e43ad2f9e5c926ca2ff235f1acae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.2210d6197abf0a1704a9a4dc519ecf45.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.2210d6197abf0a1704a9a4dc519ecf45.jpg new file mode 100644 index 0000000..9a550c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.2210d6197abf0a1704a9a4dc519ecf45.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.b0039bf610add926c16040857c644f5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.b0039bf610add926c16040857c644f5e.jpg new file mode 100644 index 0000000..9a550c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.b0039bf610add926c16040857c644f5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.f1cbbf73fe72230140756cb920e99354.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.f1cbbf73fe72230140756cb920e99354.jpg new file mode 100644 index 0000000..9a550c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.f1cbbf73fe72230140756cb920e99354.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.19681dabaa9fbe26374af79c0d39af04.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.19681dabaa9fbe26374af79c0d39af04.jpg new file mode 100644 index 0000000..36a5ae7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.19681dabaa9fbe26374af79c0d39af04.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.2eeb7bf5742c1c15bd825b47cb60f23e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.2eeb7bf5742c1c15bd825b47cb60f23e.jpg new file mode 100644 index 0000000..36a5ae7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.2eeb7bf5742c1c15bd825b47cb60f23e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.315f8728b9e3d6b09d1ebe37f7c0adb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.315f8728b9e3d6b09d1ebe37f7c0adb5.jpg new file mode 100644 index 0000000..b232ba4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.315f8728b9e3d6b09d1ebe37f7c0adb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.3e615553aebd0682b429652623747f66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.3e615553aebd0682b429652623747f66.jpg new file mode 100644 index 0000000..b232ba4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.3e615553aebd0682b429652623747f66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.e0a17e557b6672727fbfb5dfe82b502a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.e0a17e557b6672727fbfb5dfe82b502a.jpg new file mode 100644 index 0000000..b232ba4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.e0a17e557b6672727fbfb5dfe82b502a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.8f9ce2cdf3af8c5a03d8831e894bf03a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.8f9ce2cdf3af8c5a03d8831e894bf03a.jpg new file mode 100644 index 0000000..c3f3e60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.8f9ce2cdf3af8c5a03d8831e894bf03a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ac3030dfada88a1b3cb115b60964fd61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ac3030dfada88a1b3cb115b60964fd61.jpg new file mode 100644 index 0000000..c3f3e60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ac3030dfada88a1b3cb115b60964fd61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ad67103efe1fcc48c9aa3a2a97739a4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ad67103efe1fcc48c9aa3a2a97739a4c.jpg new file mode 100644 index 0000000..c3f3e60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ad67103efe1fcc48c9aa3a2a97739a4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.3659980fe97da8ffa5f67c9ef394e0c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.3659980fe97da8ffa5f67c9ef394e0c5.jpg new file mode 100644 index 0000000..70647ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.3659980fe97da8ffa5f67c9ef394e0c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.62c952752b10422c00be927df66842ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.62c952752b10422c00be927df66842ef.jpg new file mode 100644 index 0000000..70647ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.62c952752b10422c00be927df66842ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.bd55899a5aeecbb8de93da2cdc73b4cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.bd55899a5aeecbb8de93da2cdc73b4cf.jpg new file mode 100644 index 0000000..70647ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.bd55899a5aeecbb8de93da2cdc73b4cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.9798700add88736646768c84436f210e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.9798700add88736646768c84436f210e.jpg new file mode 100644 index 0000000..e147ed8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.9798700add88736646768c84436f210e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.c6f88360e8ba87fcdd57c3d4d7320e73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.c6f88360e8ba87fcdd57c3d4d7320e73.jpg new file mode 100644 index 0000000..e147ed8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.c6f88360e8ba87fcdd57c3d4d7320e73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.fc2af0f4aa211f2f975e4dcfcdeb688e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.fc2af0f4aa211f2f975e4dcfcdeb688e.jpg new file mode 100644 index 0000000..e147ed8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.fc2af0f4aa211f2f975e4dcfcdeb688e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.14789033d49eed0b77ccf267aa44b56b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.14789033d49eed0b77ccf267aa44b56b.jpg new file mode 100644 index 0000000..cb21bdb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.14789033d49eed0b77ccf267aa44b56b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.15272abc90ffa6b06e6bcbd4f69ba768.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.15272abc90ffa6b06e6bcbd4f69ba768.jpg new file mode 100644 index 0000000..cb21bdb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.15272abc90ffa6b06e6bcbd4f69ba768.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.bb2fe72789b6a7ce4f6f553187f775f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.bb2fe72789b6a7ce4f6f553187f775f1.jpg new file mode 100644 index 0000000..cb21bdb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.bb2fe72789b6a7ce4f6f553187f775f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.85a2b61068352001ec88c27b2c31f0f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.85a2b61068352001ec88c27b2c31f0f6.jpg new file mode 100644 index 0000000..99150b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.85a2b61068352001ec88c27b2c31f0f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.963f04abeff3421f443de90b4c6a09f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.963f04abeff3421f443de90b4c6a09f7.jpg new file mode 100644 index 0000000..99150b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.963f04abeff3421f443de90b4c6a09f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.a50e30ebc1a21f5da0262330b1d6e049.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.a50e30ebc1a21f5da0262330b1d6e049.jpg new file mode 100644 index 0000000..99150b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.a50e30ebc1a21f5da0262330b1d6e049.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.3eedfa1fc37de8c6651c0a0bdc4a5bcf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.3eedfa1fc37de8c6651c0a0bdc4a5bcf.jpg new file mode 100644 index 0000000..7842a04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.3eedfa1fc37de8c6651c0a0bdc4a5bcf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.cc85d8272dd2ed2b8cc64fc486c7db61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.cc85d8272dd2ed2b8cc64fc486c7db61.jpg new file mode 100644 index 0000000..7842a04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.cc85d8272dd2ed2b8cc64fc486c7db61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.d81711ba030fef526afcdf4f0aa3d967.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.d81711ba030fef526afcdf4f0aa3d967.jpg new file mode 100644 index 0000000..7842a04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.d81711ba030fef526afcdf4f0aa3d967.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.09c02514de1f414411a93b626750a573.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.09c02514de1f414411a93b626750a573.jpg new file mode 100644 index 0000000..7d83e44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.09c02514de1f414411a93b626750a573.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.4c6e62fc6ce660e7efcaafd80297b562.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.4c6e62fc6ce660e7efcaafd80297b562.jpg new file mode 100644 index 0000000..7d83e44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.4c6e62fc6ce660e7efcaafd80297b562.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.d551392ebe88e7949deb861d1f06f6ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.d551392ebe88e7949deb861d1f06f6ab.jpg new file mode 100644 index 0000000..7d83e44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.d551392ebe88e7949deb861d1f06f6ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.1852ef32f1a1f6a791ce246293fb4fb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.1852ef32f1a1f6a791ce246293fb4fb5.jpg new file mode 100644 index 0000000..4601887 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.1852ef32f1a1f6a791ce246293fb4fb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.4aa7e4c45ab981347c49ba9ea1a5ce8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.4aa7e4c45ab981347c49ba9ea1a5ce8c.jpg new file mode 100644 index 0000000..4601887 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.4aa7e4c45ab981347c49ba9ea1a5ce8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.a4fcf85da322cb443c0e26e3fd3d1090.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.a4fcf85da322cb443c0e26e3fd3d1090.jpg new file mode 100644 index 0000000..4601887 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.a4fcf85da322cb443c0e26e3fd3d1090.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.01e31db2eb7876c693920004dd3f08b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.01e31db2eb7876c693920004dd3f08b4.jpg new file mode 100644 index 0000000..962e637 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.01e31db2eb7876c693920004dd3f08b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.304dd1a1326ed8268d05799e27eee155.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.304dd1a1326ed8268d05799e27eee155.jpg new file mode 100644 index 0000000..962e637 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.304dd1a1326ed8268d05799e27eee155.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.578e1f63ad4fdec414f508660110292d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.578e1f63ad4fdec414f508660110292d.jpg new file mode 100644 index 0000000..962e637 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.578e1f63ad4fdec414f508660110292d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.296f1e7e68eec1d3ddfa0db4fb254a05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.296f1e7e68eec1d3ddfa0db4fb254a05.jpg new file mode 100644 index 0000000..02200a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.296f1e7e68eec1d3ddfa0db4fb254a05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.abb3fbca9256349a35775500cb2922e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.abb3fbca9256349a35775500cb2922e6.jpg new file mode 100644 index 0000000..02200a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.abb3fbca9256349a35775500cb2922e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.e0f5407f6f66dfafdc1470f40ce6f5a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.e0f5407f6f66dfafdc1470f40ce6f5a9.jpg new file mode 100644 index 0000000..02200a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.e0f5407f6f66dfafdc1470f40ce6f5a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.b3d1a4ce0da1526cc77816162bc8b8fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.b3d1a4ce0da1526cc77816162bc8b8fa.jpg new file mode 100644 index 0000000..0ba51ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.b3d1a4ce0da1526cc77816162bc8b8fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.baac09339d7ec49014499da2b8c62340.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.baac09339d7ec49014499da2b8c62340.jpg new file mode 100644 index 0000000..0ba51ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.baac09339d7ec49014499da2b8c62340.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.df3eeae4d2726a53b2b0aea58e57ee42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.df3eeae4d2726a53b2b0aea58e57ee42.jpg new file mode 100644 index 0000000..0ba51ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.df3eeae4d2726a53b2b0aea58e57ee42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.00951ecc1394010615d985d894bc2f29.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.00951ecc1394010615d985d894bc2f29.jpg new file mode 100644 index 0000000..1c8d714 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.00951ecc1394010615d985d894bc2f29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.9fa42bc8ea8e180334658a230ed3d231.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.9fa42bc8ea8e180334658a230ed3d231.jpg new file mode 100644 index 0000000..1c8d714 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.9fa42bc8ea8e180334658a230ed3d231.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.ce5e7ae2709d6047dc027750fedc0bae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.ce5e7ae2709d6047dc027750fedc0bae.jpg new file mode 100644 index 0000000..1c8d714 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.ce5e7ae2709d6047dc027750fedc0bae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4a034113489596a2920ce7b08919dca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4a034113489596a2920ce7b08919dca.jpg new file mode 100644 index 0000000..6024c9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4a034113489596a2920ce7b08919dca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4d2167ea4072c0ee2acd10c1d335d68.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4d2167ea4072c0ee2acd10c1d335d68.jpg new file mode 100644 index 0000000..6024c9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4d2167ea4072c0ee2acd10c1d335d68.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.b3540418b927f4a28dcbfd4f06100ef0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.b3540418b927f4a28dcbfd4f06100ef0.jpg new file mode 100644 index 0000000..6024c9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.b3540418b927f4a28dcbfd4f06100ef0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.5e06653f956a9c9d77c811d888a7c8f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.5e06653f956a9c9d77c811d888a7c8f5.jpg new file mode 100644 index 0000000..f2684d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.5e06653f956a9c9d77c811d888a7c8f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.bccabbd98879f2118fb9e7e7a8f33e42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.bccabbd98879f2118fb9e7e7a8f33e42.jpg new file mode 100644 index 0000000..f2684d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.bccabbd98879f2118fb9e7e7a8f33e42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.ee55b4c7e5fbfa06cd05bc340f917c75.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.ee55b4c7e5fbfa06cd05bc340f917c75.jpg new file mode 100644 index 0000000..f2684d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.ee55b4c7e5fbfa06cd05bc340f917c75.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.3ef47d88d7aecce51de33a2738829045.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.3ef47d88d7aecce51de33a2738829045.jpg new file mode 100644 index 0000000..7bfeee0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.3ef47d88d7aecce51de33a2738829045.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.c2e975ad40139f5c5e1bac13e1c99979.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.c2e975ad40139f5c5e1bac13e1c99979.jpg new file mode 100644 index 0000000..7bfeee0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.c2e975ad40139f5c5e1bac13e1c99979.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.f4d4799a869422266ef66739acdf23e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.f4d4799a869422266ef66739acdf23e1.jpg new file mode 100644 index 0000000..7bfeee0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.f4d4799a869422266ef66739acdf23e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.7e8172377d7ffeff61bcba1291059092.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.7e8172377d7ffeff61bcba1291059092.jpg new file mode 100644 index 0000000..e9b9b58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.7e8172377d7ffeff61bcba1291059092.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.8c45f21ad92994a83e98368a28d9e2c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.8c45f21ad92994a83e98368a28d9e2c2.jpg new file mode 100644 index 0000000..e9b9b58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.8c45f21ad92994a83e98368a28d9e2c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.e2eadabb1886d2e760d45cdd9097608f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.e2eadabb1886d2e760d45cdd9097608f.jpg new file mode 100644 index 0000000..e9b9b58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.e2eadabb1886d2e760d45cdd9097608f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.708b46e4b496f1c66356e47461312e1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.708b46e4b496f1c66356e47461312e1a.jpg new file mode 100644 index 0000000..2e7d754 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.708b46e4b496f1c66356e47461312e1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.d85becd3a560bc85c2c7a70fa9b5f576.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.d85becd3a560bc85c2c7a70fa9b5f576.jpg new file mode 100644 index 0000000..2e7d754 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.d85becd3a560bc85c2c7a70fa9b5f576.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.fab9a061a137b8afc9105351ce8bff78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.fab9a061a137b8afc9105351ce8bff78.jpg new file mode 100644 index 0000000..2e7d754 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.fab9a061a137b8afc9105351ce8bff78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.46199a78d12b878c029c4925ded691e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.46199a78d12b878c029c4925ded691e6.jpg new file mode 100644 index 0000000..0f9e431 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.46199a78d12b878c029c4925ded691e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.b6009cbb9e6b908ebbe0c9c3c3fc40b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.b6009cbb9e6b908ebbe0c9c3c3fc40b4.jpg new file mode 100644 index 0000000..0f9e431 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.b6009cbb9e6b908ebbe0c9c3c3fc40b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.f3862cd897bd45ef665263928dcb862f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.f3862cd897bd45ef665263928dcb862f.jpg new file mode 100644 index 0000000..0f9e431 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.f3862cd897bd45ef665263928dcb862f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.25c26be9e5ca131bbf75e6833827b38b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.25c26be9e5ca131bbf75e6833827b38b.jpg new file mode 100644 index 0000000..9d9e4be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.25c26be9e5ca131bbf75e6833827b38b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.d0ff2c7f96abe7786dde9a385de47db5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.d0ff2c7f96abe7786dde9a385de47db5.jpg new file mode 100644 index 0000000..9d9e4be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.d0ff2c7f96abe7786dde9a385de47db5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.f7ccae496b9e6663e4d38f2725245332.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.f7ccae496b9e6663e4d38f2725245332.jpg new file mode 100644 index 0000000..9d9e4be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.f7ccae496b9e6663e4d38f2725245332.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.07b697fed7981859bd4e6458f77c7345.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.07b697fed7981859bd4e6458f77c7345.jpg new file mode 100644 index 0000000..9492348 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.07b697fed7981859bd4e6458f77c7345.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.681af6397263d6258abf5d8664db01dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.681af6397263d6258abf5d8664db01dd.jpg new file mode 100644 index 0000000..9492348 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.681af6397263d6258abf5d8664db01dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.69eb6c80985945193cf98a9831eb13b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.69eb6c80985945193cf98a9831eb13b7.jpg new file mode 100644 index 0000000..9492348 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.69eb6c80985945193cf98a9831eb13b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.a0c0f94144508409f2aad078c488bb86.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.a0c0f94144508409f2aad078c488bb86.jpg new file mode 100644 index 0000000..2df73b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.a0c0f94144508409f2aad078c488bb86.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.cf0454733d189376f754f325b3f2069d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.cf0454733d189376f754f325b3f2069d.jpg new file mode 100644 index 0000000..2df73b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.cf0454733d189376f754f325b3f2069d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.ecf004ba056f22f9fc61a5f19fddaaa9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.ecf004ba056f22f9fc61a5f19fddaaa9.jpg new file mode 100644 index 0000000..2df73b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.ecf004ba056f22f9fc61a5f19fddaaa9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.29cb2640d70da547448d3dc58394ae72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.29cb2640d70da547448d3dc58394ae72.jpg new file mode 100644 index 0000000..ac787c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.29cb2640d70da547448d3dc58394ae72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.af19d814e1cd6495b5793389e8b9a531.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.af19d814e1cd6495b5793389e8b9a531.jpg new file mode 100644 index 0000000..ac787c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.af19d814e1cd6495b5793389e8b9a531.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.bfb14d4494070756bd942539762e2c9a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.bfb14d4494070756bd942539762e2c9a.jpg new file mode 100644 index 0000000..ac787c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.bfb14d4494070756bd942539762e2c9a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.67af8ff6c632a95494e9239fb878dbcb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.67af8ff6c632a95494e9239fb878dbcb.jpg new file mode 100644 index 0000000..b53d386 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.67af8ff6c632a95494e9239fb878dbcb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.703c19c1a134d4181915d863d3b423bf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.703c19c1a134d4181915d863d3b423bf.jpg new file mode 100644 index 0000000..b53d386 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.703c19c1a134d4181915d863d3b423bf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.8653f8c0dd8c95c3aa4ae07c1e0800d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.8653f8c0dd8c95c3aa4ae07c1e0800d1.jpg new file mode 100644 index 0000000..b53d386 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.8653f8c0dd8c95c3aa4ae07c1e0800d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.16da826e09734e9a5c14b7e4b16fc9de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.16da826e09734e9a5c14b7e4b16fc9de.jpg new file mode 100644 index 0000000..fa62f24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.16da826e09734e9a5c14b7e4b16fc9de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.1d58edb0115c808991440af0d4bbb2b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.1d58edb0115c808991440af0d4bbb2b1.jpg new file mode 100644 index 0000000..fa62f24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.1d58edb0115c808991440af0d4bbb2b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.5ab0ec7c3497db21b400e4553b7dd5bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.5ab0ec7c3497db21b400e4553b7dd5bb.jpg new file mode 100644 index 0000000..fa62f24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.5ab0ec7c3497db21b400e4553b7dd5bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.c467ae127a56869ec7db45529986beda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.c467ae127a56869ec7db45529986beda.jpg new file mode 100644 index 0000000..92992cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.c467ae127a56869ec7db45529986beda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.df9a581fd919b7919f5d929f4f7ae00a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.df9a581fd919b7919f5d929f4f7ae00a.jpg new file mode 100644 index 0000000..92992cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.df9a581fd919b7919f5d929f4f7ae00a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.76c754fe323157b2d0fd4c28e56478f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.76c754fe323157b2d0fd4c28e56478f8.jpg new file mode 100644 index 0000000..6ec2917 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.76c754fe323157b2d0fd4c28e56478f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.81d6b538aa8044b7a249dc3c2638fd89.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.81d6b538aa8044b7a249dc3c2638fd89.jpg new file mode 100644 index 0000000..6ec2917 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.81d6b538aa8044b7a249dc3c2638fd89.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.0c2ae7fff818892f9cc45f5032caf761.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.0c2ae7fff818892f9cc45f5032caf761.jpg new file mode 100644 index 0000000..3b498b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.0c2ae7fff818892f9cc45f5032caf761.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.590a2b12affda8f9f488110174581b23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.590a2b12affda8f9f488110174581b23.jpg new file mode 100644 index 0000000..3b498b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.590a2b12affda8f9f488110174581b23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.6e4b99267723b82cc783097ec09e2e7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.6e4b99267723b82cc783097ec09e2e7c.jpg new file mode 100644 index 0000000..3b498b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.6e4b99267723b82cc783097ec09e2e7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.39f13bba450eb11c728dc133714cf9fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.39f13bba450eb11c728dc133714cf9fc.jpg new file mode 100644 index 0000000..fd0d7e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.39f13bba450eb11c728dc133714cf9fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.948cf1eb05cad0f4eae79ea05c74d566.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.948cf1eb05cad0f4eae79ea05c74d566.jpg new file mode 100644 index 0000000..fd0d7e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.948cf1eb05cad0f4eae79ea05c74d566.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.ad1d80e676767ccb50bb66dd95242871.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.ad1d80e676767ccb50bb66dd95242871.jpg new file mode 100644 index 0000000..fd0d7e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.ad1d80e676767ccb50bb66dd95242871.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.07b0137469c65112922a497a46307fec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.07b0137469c65112922a497a46307fec.jpg new file mode 100644 index 0000000..23e5ba7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.07b0137469c65112922a497a46307fec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.0ca0c7c7e0557b04dc8c6b0bbe2e3299.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.0ca0c7c7e0557b04dc8c6b0bbe2e3299.jpg new file mode 100644 index 0000000..23e5ba7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.0ca0c7c7e0557b04dc8c6b0bbe2e3299.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.e885c563c68c6b5b60f5f12168ecdd98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.e885c563c68c6b5b60f5f12168ecdd98.jpg new file mode 100644 index 0000000..23e5ba7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.e885c563c68c6b5b60f5f12168ecdd98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.4412887c366aad7dbf9f8758ae52e1e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.4412887c366aad7dbf9f8758ae52e1e6.jpg new file mode 100644 index 0000000..672d952 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.4412887c366aad7dbf9f8758ae52e1e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.a7f0a111c769ce06137815216646b6d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.a7f0a111c769ce06137815216646b6d0.jpg new file mode 100644 index 0000000..672d952 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.a7f0a111c769ce06137815216646b6d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.b607ac99a48695fc99b23a1db6f42475.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.b607ac99a48695fc99b23a1db6f42475.jpg new file mode 100644 index 0000000..672d952 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.b607ac99a48695fc99b23a1db6f42475.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.aa7c234b3887c6f059f4f74b2cbed6cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.aa7c234b3887c6f059f4f74b2cbed6cf.jpg new file mode 100644 index 0000000..72afd1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.aa7c234b3887c6f059f4f74b2cbed6cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.be1b285db97beb263680561828bf25c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.be1b285db97beb263680561828bf25c7.jpg new file mode 100644 index 0000000..72afd1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.be1b285db97beb263680561828bf25c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.c398d65923ccb0f15a0ada56dd76f6da.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.c398d65923ccb0f15a0ada56dd76f6da.jpg new file mode 100644 index 0000000..72afd1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.c398d65923ccb0f15a0ada56dd76f6da.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.324992e0d1e80b5892084a8ae0b0f4dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.324992e0d1e80b5892084a8ae0b0f4dd.jpg new file mode 100644 index 0000000..0faf64f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.324992e0d1e80b5892084a8ae0b0f4dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.ea1c56d4b5be956dbc7292c9a4733082.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.ea1c56d4b5be956dbc7292c9a4733082.jpg new file mode 100644 index 0000000..0faf64f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.ea1c56d4b5be956dbc7292c9a4733082.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.f85add458d5a0ca7dc50cf269a04c491.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.f85add458d5a0ca7dc50cf269a04c491.jpg new file mode 100644 index 0000000..0faf64f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.f85add458d5a0ca7dc50cf269a04c491.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.866f0bff9a289a7055fc68202e30bbb7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.866f0bff9a289a7055fc68202e30bbb7.jpg new file mode 100644 index 0000000..bfbff99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.866f0bff9a289a7055fc68202e30bbb7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.f2198a344e5ee68d9ac08b2c3685fa61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.f2198a344e5ee68d9ac08b2c3685fa61.jpg new file mode 100644 index 0000000..bfbff99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.f2198a344e5ee68d9ac08b2c3685fa61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.fb437446ed56300b161ed1ca37c865c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.fb437446ed56300b161ed1ca37c865c1.jpg new file mode 100644 index 0000000..bfbff99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.fb437446ed56300b161ed1ca37c865c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.c59cd55414eb3c1026bf047069f38893.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.c59cd55414eb3c1026bf047069f38893.jpg new file mode 100644 index 0000000..e1e680c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.c59cd55414eb3c1026bf047069f38893.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.f67f435ccc81063701b1e0e6a20944dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.f67f435ccc81063701b1e0e6a20944dc.jpg new file mode 100644 index 0000000..e1e680c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.f67f435ccc81063701b1e0e6a20944dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.ff0a896999f9cc22084cdb8d98905a9f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.ff0a896999f9cc22084cdb8d98905a9f.jpg new file mode 100644 index 0000000..e1e680c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.ff0a896999f9cc22084cdb8d98905a9f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.afd4268cd8b1611ea3af88c420c6f5f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.afd4268cd8b1611ea3af88c420c6f5f1.jpg new file mode 100644 index 0000000..667328a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.afd4268cd8b1611ea3af88c420c6f5f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.be15e91f0fc24fd8e31a8f2d10bb313a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.be15e91f0fc24fd8e31a8f2d10bb313a.jpg new file mode 100644 index 0000000..667328a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.be15e91f0fc24fd8e31a8f2d10bb313a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.dae2935484fea9cbc64b9afc38726c2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.dae2935484fea9cbc64b9afc38726c2a.jpg new file mode 100644 index 0000000..667328a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.dae2935484fea9cbc64b9afc38726c2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2631e57eb80eef58bd75b1b0f1683a20.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2631e57eb80eef58bd75b1b0f1683a20.jpg new file mode 100644 index 0000000..fcaf79b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2631e57eb80eef58bd75b1b0f1683a20.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2d3ac527fe460c820c628363d3faedd2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2d3ac527fe460c820c628363d3faedd2.jpg new file mode 100644 index 0000000..fcaf79b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2d3ac527fe460c820c628363d3faedd2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.78fa500a1a8d5dfe969306d3068db6ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.78fa500a1a8d5dfe969306d3068db6ef.jpg new file mode 100644 index 0000000..fcaf79b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.78fa500a1a8d5dfe969306d3068db6ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.399114d8195240ab5bcb98e45723f935.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.399114d8195240ab5bcb98e45723f935.jpg new file mode 100644 index 0000000..8ac9d24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.399114d8195240ab5bcb98e45723f935.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.d0084ddfc7babfc6028a2d7d71dc0343.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.d0084ddfc7babfc6028a2d7d71dc0343.jpg new file mode 100644 index 0000000..8ac9d24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.d0084ddfc7babfc6028a2d7d71dc0343.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.f2d9625b2bd4e3d2d300e58fb9f720a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.f2d9625b2bd4e3d2d300e58fb9f720a1.jpg new file mode 100644 index 0000000..8ac9d24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.f2d9625b2bd4e3d2d300e58fb9f720a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.2454ada2e4e2a8443a4db01098bf0ee4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.2454ada2e4e2a8443a4db01098bf0ee4.jpg new file mode 100644 index 0000000..678ddc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.2454ada2e4e2a8443a4db01098bf0ee4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.7dd33e4be998695c94138fc1f82a776e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.7dd33e4be998695c94138fc1f82a776e.jpg new file mode 100644 index 0000000..678ddc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.7dd33e4be998695c94138fc1f82a776e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.faffbfa78c9cb8060d613f0f7dff2840.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.faffbfa78c9cb8060d613f0f7dff2840.jpg new file mode 100644 index 0000000..678ddc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.faffbfa78c9cb8060d613f0f7dff2840.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.96e58a20e5598034d6c696822da66b0d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.96e58a20e5598034d6c696822da66b0d.jpg new file mode 100644 index 0000000..59a7034 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.96e58a20e5598034d6c696822da66b0d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.dd8dfa6184d41f912a87642490b0327e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.dd8dfa6184d41f912a87642490b0327e.jpg new file mode 100644 index 0000000..59a7034 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.dd8dfa6184d41f912a87642490b0327e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.fb49c7479c9e2e0e0de9966340aee39c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.fb49c7479c9e2e0e0de9966340aee39c.jpg new file mode 100644 index 0000000..59a7034 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.fb49c7479c9e2e0e0de9966340aee39c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.3058f31608615e56dcdcb6aea23ff21b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.3058f31608615e56dcdcb6aea23ff21b.jpg new file mode 100644 index 0000000..3cb52d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.3058f31608615e56dcdcb6aea23ff21b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.5aadf8870e6c1da8a322980fb015da8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.5aadf8870e6c1da8a322980fb015da8c.jpg new file mode 100644 index 0000000..3cb52d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.5aadf8870e6c1da8a322980fb015da8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.eb2cd4d7c8d80669a2f5763761d93bce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.eb2cd4d7c8d80669a2f5763761d93bce.jpg new file mode 100644 index 0000000..3cb52d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.eb2cd4d7c8d80669a2f5763761d93bce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.103ddca244e16de30295c000d921fec1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.103ddca244e16de30295c000d921fec1.jpg new file mode 100644 index 0000000..6cee575 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.103ddca244e16de30295c000d921fec1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.a2c38cf5f48914dbca9c549d2dcca8cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.a2c38cf5f48914dbca9c549d2dcca8cd.jpg new file mode 100644 index 0000000..6cee575 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.a2c38cf5f48914dbca9c549d2dcca8cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.54950ca016dce01e9e7036cf5a29d775.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.54950ca016dce01e9e7036cf5a29d775.jpg new file mode 100644 index 0000000..744aea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.54950ca016dce01e9e7036cf5a29d775.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.e6bed6fde91ee7e67b6b71cb090cee9b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.e6bed6fde91ee7e67b6b71cb090cee9b.jpg new file mode 100644 index 0000000..744aea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.e6bed6fde91ee7e67b6b71cb090cee9b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.f8c2209fd98a41dcb2709b3a18ae8ac0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.f8c2209fd98a41dcb2709b3a18ae8ac0.jpg new file mode 100644 index 0000000..744aea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.f8c2209fd98a41dcb2709b3a18ae8ac0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.05c16fabfb81338822ff2e91f587fa6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.05c16fabfb81338822ff2e91f587fa6b.jpg new file mode 100644 index 0000000..6f7ee9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.05c16fabfb81338822ff2e91f587fa6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.d5cd58132aaa6111611fcf71944c5fa6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.d5cd58132aaa6111611fcf71944c5fa6.jpg new file mode 100644 index 0000000..6f7ee9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.d5cd58132aaa6111611fcf71944c5fa6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.ec61c52604113a4430c556607a19de4d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.ec61c52604113a4430c556607a19de4d.jpg new file mode 100644 index 0000000..6f7ee9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.ec61c52604113a4430c556607a19de4d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.34b7e899a703dda32287df2542a0647c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.34b7e899a703dda32287df2542a0647c.jpg new file mode 100644 index 0000000..586f8f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.34b7e899a703dda32287df2542a0647c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.bd29a5480d07f8ec5df4d5102c26b63b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.bd29a5480d07f8ec5df4d5102c26b63b.jpg new file mode 100644 index 0000000..586f8f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.bd29a5480d07f8ec5df4d5102c26b63b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.e52eb199079f752c0ff7e786716d9cd2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.e52eb199079f752c0ff7e786716d9cd2.jpg new file mode 100644 index 0000000..586f8f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.e52eb199079f752c0ff7e786716d9cd2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.31ccfaf3dd873c3b66dcfa2b8b4a94f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.31ccfaf3dd873c3b66dcfa2b8b4a94f1.jpg new file mode 100644 index 0000000..59f5ad2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.31ccfaf3dd873c3b66dcfa2b8b4a94f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.7e6aefd6a17789de779220ed134a07c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.7e6aefd6a17789de779220ed134a07c7.jpg new file mode 100644 index 0000000..59f5ad2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.7e6aefd6a17789de779220ed134a07c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.24da9ed06bbb405377225c04d3d1807d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.24da9ed06bbb405377225c04d3d1807d.jpg new file mode 100644 index 0000000..bc20339 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.24da9ed06bbb405377225c04d3d1807d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9254af122076d4d3638dded7eff517d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9254af122076d4d3638dded7eff517d7.jpg new file mode 100644 index 0000000..bc20339 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9254af122076d4d3638dded7eff517d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9d779b300e558eda2ede138f27387abe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9d779b300e558eda2ede138f27387abe.jpg new file mode 100644 index 0000000..bc20339 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9d779b300e558eda2ede138f27387abe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.52fa1231b38143487f8b3bbf08a6bb98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.52fa1231b38143487f8b3bbf08a6bb98.jpg new file mode 100644 index 0000000..140500c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.52fa1231b38143487f8b3bbf08a6bb98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.593c46334ebfeb823ec883258c85eaae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.593c46334ebfeb823ec883258c85eaae.jpg new file mode 100644 index 0000000..140500c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.593c46334ebfeb823ec883258c85eaae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.b9fc7efe04da1f9083fe9495143a5ac3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.b9fc7efe04da1f9083fe9495143a5ac3.jpg new file mode 100644 index 0000000..140500c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.b9fc7efe04da1f9083fe9495143a5ac3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.0e9319a178dee1d096874e3794d6cea2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.0e9319a178dee1d096874e3794d6cea2.jpg new file mode 100644 index 0000000..211b7a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.0e9319a178dee1d096874e3794d6cea2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.c46d8603d977b94a3df6b3ab69a6d08b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.c46d8603d977b94a3df6b3ab69a6d08b.jpg new file mode 100644 index 0000000..211b7a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.c46d8603d977b94a3df6b3ab69a6d08b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.da5df61f1047fc8a5f62c4b16b4e6c76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.da5df61f1047fc8a5f62c4b16b4e6c76.jpg new file mode 100644 index 0000000..211b7a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.da5df61f1047fc8a5f62c4b16b4e6c76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.7b7f84b1691a3582e910b8c68d99cef0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.7b7f84b1691a3582e910b8c68d99cef0.jpg new file mode 100644 index 0000000..fdcf62f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.7b7f84b1691a3582e910b8c68d99cef0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.b902dff8a0589d22d45f308d66efa0da.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.b902dff8a0589d22d45f308d66efa0da.jpg new file mode 100644 index 0000000..fdcf62f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.b902dff8a0589d22d45f308d66efa0da.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.dae449f6ab768d0b4e1522049d43eeeb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.dae449f6ab768d0b4e1522049d43eeeb.jpg new file mode 100644 index 0000000..fdcf62f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.dae449f6ab768d0b4e1522049d43eeeb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.63cb0218b621a0c90b07bc889471f266.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.63cb0218b621a0c90b07bc889471f266.jpg new file mode 100644 index 0000000..6fd9004 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.63cb0218b621a0c90b07bc889471f266.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.730ec53193b6b77d576400e297e68c7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.730ec53193b6b77d576400e297e68c7c.jpg new file mode 100644 index 0000000..6fd9004 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.730ec53193b6b77d576400e297e68c7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.7b10439e01bbc7053435912734148d9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.7b10439e01bbc7053435912734148d9d.jpg new file mode 100644 index 0000000..6fd9004 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.7b10439e01bbc7053435912734148d9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.0dbb0daf3450496ffd00e54f241874cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.0dbb0daf3450496ffd00e54f241874cc.jpg new file mode 100644 index 0000000..cd26eae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.0dbb0daf3450496ffd00e54f241874cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.3744e5159251e9c3e1a4bcf431727c54.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.3744e5159251e9c3e1a4bcf431727c54.jpg new file mode 100644 index 0000000..cd26eae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.3744e5159251e9c3e1a4bcf431727c54.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.ee045e01a270e1999b470f5d9094ee6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.ee045e01a270e1999b470f5d9094ee6e.jpg new file mode 100644 index 0000000..cd26eae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.ee045e01a270e1999b470f5d9094ee6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.470ddf2f7441a6ed666f61c77ef4b2fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.470ddf2f7441a6ed666f61c77ef4b2fa.jpg new file mode 100644 index 0000000..8a3ee3c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.470ddf2f7441a6ed666f61c77ef4b2fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.884d6109425ecdac92fca0650456d87b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.884d6109425ecdac92fca0650456d87b.jpg new file mode 100644 index 0000000..8a3ee3c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.884d6109425ecdac92fca0650456d87b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.e91f66ef302f8d046d5fd69a2cc98b51.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.e91f66ef302f8d046d5fd69a2cc98b51.jpg new file mode 100644 index 0000000..8a3ee3c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.e91f66ef302f8d046d5fd69a2cc98b51.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.646f0b2ac3294d76cc4e7ada27e6dad0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.646f0b2ac3294d76cc4e7ada27e6dad0.jpg new file mode 100644 index 0000000..82be142 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.646f0b2ac3294d76cc4e7ada27e6dad0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.69651ceb6d2b8fa99482156a9e55f6d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.69651ceb6d2b8fa99482156a9e55f6d5.jpg new file mode 100644 index 0000000..82be142 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.69651ceb6d2b8fa99482156a9e55f6d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.090b45f81bf92bcb1065587180b10479.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.090b45f81bf92bcb1065587180b10479.jpg new file mode 100644 index 0000000..1385a61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.090b45f81bf92bcb1065587180b10479.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.0bf86d8f49d51115330589c2d92f5956.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.0bf86d8f49d51115330589c2d92f5956.jpg new file mode 100644 index 0000000..1385a61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.0bf86d8f49d51115330589c2d92f5956.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.3e22c86857ddfcf4f904b935c954db68.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.3e22c86857ddfcf4f904b935c954db68.jpg new file mode 100644 index 0000000..1385a61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.3e22c86857ddfcf4f904b935c954db68.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.2a03c09fe4e36f2ef2fec87a9fa9d18d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.2a03c09fe4e36f2ef2fec87a9fa9d18d.jpg new file mode 100644 index 0000000..9ae6e45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.2a03c09fe4e36f2ef2fec87a9fa9d18d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.3c7271612d0f08b920a57a306c4b020a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.3c7271612d0f08b920a57a306c4b020a.jpg new file mode 100644 index 0000000..9ae6e45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.3c7271612d0f08b920a57a306c4b020a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.48ef560ff1f03e5a6f644937e333aee4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.48ef560ff1f03e5a6f644937e333aee4.jpg new file mode 100644 index 0000000..9ae6e45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.48ef560ff1f03e5a6f644937e333aee4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.49a9e49d57cd5867f42563bb2afcd8a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.49a9e49d57cd5867f42563bb2afcd8a5.jpg new file mode 100644 index 0000000..8996ce2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.49a9e49d57cd5867f42563bb2afcd8a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.87e14208eb32d00b55c7ab5d78de7a8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.87e14208eb32d00b55c7ab5d78de7a8b.jpg new file mode 100644 index 0000000..8996ce2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.87e14208eb32d00b55c7ab5d78de7a8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.d4fa813bbf917011be0ff3685285d8a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.d4fa813bbf917011be0ff3685285d8a2.jpg new file mode 100644 index 0000000..8996ce2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.d4fa813bbf917011be0ff3685285d8a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.6712b5b58691783451f9fa6eea5acc77.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.6712b5b58691783451f9fa6eea5acc77.jpg new file mode 100644 index 0000000..e983cc3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.6712b5b58691783451f9fa6eea5acc77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.c4344d3e11f7e3c5ea3891b4f0b1fbd0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.c4344d3e11f7e3c5ea3891b4f0b1fbd0.jpg new file mode 100644 index 0000000..e983cc3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.c4344d3e11f7e3c5ea3891b4f0b1fbd0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.dcf0deb9483bc324de52528cb5365a16.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.dcf0deb9483bc324de52528cb5365a16.jpg new file mode 100644 index 0000000..e983cc3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.dcf0deb9483bc324de52528cb5365a16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.10d2a4096f00476b4d7caefcad4e505d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.10d2a4096f00476b4d7caefcad4e505d.jpg new file mode 100644 index 0000000..ccc1501 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.10d2a4096f00476b4d7caefcad4e505d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.9afca49b4bbb86ec6a96b97a35ce83d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.9afca49b4bbb86ec6a96b97a35ce83d2.jpg new file mode 100644 index 0000000..ccc1501 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.9afca49b4bbb86ec6a96b97a35ce83d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.c1e8b004396ab60084ccc779f582e4db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.c1e8b004396ab60084ccc779f582e4db.jpg new file mode 100644 index 0000000..ccc1501 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.c1e8b004396ab60084ccc779f582e4db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.203e3ffa4c6416a34134a7fce24b5e5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.203e3ffa4c6416a34134a7fce24b5e5d.jpg new file mode 100644 index 0000000..a29071d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.203e3ffa4c6416a34134a7fce24b5e5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.465779fc517dcd34654d7b7ff20b93f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.465779fc517dcd34654d7b7ff20b93f4.jpg new file mode 100644 index 0000000..a29071d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.465779fc517dcd34654d7b7ff20b93f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.b4ac267b7bd626cd0cd3dbd373b11ea5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.b4ac267b7bd626cd0cd3dbd373b11ea5.jpg new file mode 100644 index 0000000..a29071d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.b4ac267b7bd626cd0cd3dbd373b11ea5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9eae009e3604da61aa707ed8d50782e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9eae009e3604da61aa707ed8d50782e7.jpg new file mode 100644 index 0000000..7a56abc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9eae009e3604da61aa707ed8d50782e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9f064d7218e543d638a79b0168b76b0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9f064d7218e543d638a79b0168b76b0e.jpg new file mode 100644 index 0000000..7a56abc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9f064d7218e543d638a79b0168b76b0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.c29d66d14354bbfaa855c3aa62ce60db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.c29d66d14354bbfaa855c3aa62ce60db.jpg new file mode 100644 index 0000000..7a56abc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.c29d66d14354bbfaa855c3aa62ce60db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.9e165ec04c5f4374434f66efd21ae4f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.9e165ec04c5f4374434f66efd21ae4f5.jpg new file mode 100644 index 0000000..0809d93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.9e165ec04c5f4374434f66efd21ae4f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.a69a528c65dd89143ab65fe33b2a99ac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.a69a528c65dd89143ab65fe33b2a99ac.jpg new file mode 100644 index 0000000..0809d93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.a69a528c65dd89143ab65fe33b2a99ac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.af055132f3b1025077bf21929040475b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.af055132f3b1025077bf21929040475b.jpg new file mode 100644 index 0000000..0809d93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.af055132f3b1025077bf21929040475b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.66342f698dda7bd051971d0c6d19267f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.66342f698dda7bd051971d0c6d19267f.jpg new file mode 100644 index 0000000..4b47551 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.66342f698dda7bd051971d0c6d19267f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.806326224cd1d4b9e956b935a4e1d102.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.806326224cd1d4b9e956b935a4e1d102.jpg new file mode 100644 index 0000000..4b47551 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.806326224cd1d4b9e956b935a4e1d102.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.9afe820bc24fc8fe4bf5780e33c7a2a4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.9afe820bc24fc8fe4bf5780e33c7a2a4.jpg new file mode 100644 index 0000000..4b47551 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.9afe820bc24fc8fe4bf5780e33c7a2a4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.447c77ecc8bea6fbf408ed646ef1cc6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.447c77ecc8bea6fbf408ed646ef1cc6c.jpg new file mode 100644 index 0000000..d9cf9ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.447c77ecc8bea6fbf408ed646ef1cc6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.da866b43db80a8f609910f0e9572dc76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.da866b43db80a8f609910f0e9572dc76.jpg new file mode 100644 index 0000000..d9cf9ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.da866b43db80a8f609910f0e9572dc76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.040dc153e1ee82a448f20801513412d6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.040dc153e1ee82a448f20801513412d6.jpg new file mode 100644 index 0000000..563c36d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.040dc153e1ee82a448f20801513412d6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.8212f6ef8dcdf02900182becd007086c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.8212f6ef8dcdf02900182becd007086c.jpg new file mode 100644 index 0000000..563c36d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.8212f6ef8dcdf02900182becd007086c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.b4fe30384f24e30ee999cfb8166e4fa4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.b4fe30384f24e30ee999cfb8166e4fa4.jpg new file mode 100644 index 0000000..563c36d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.b4fe30384f24e30ee999cfb8166e4fa4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.523fe0f8fe8514d8df8def37276cb4b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.523fe0f8fe8514d8df8def37276cb4b0.jpg new file mode 100644 index 0000000..6507b2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.523fe0f8fe8514d8df8def37276cb4b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.977a82643f6e85bc79479ecc252baf03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.977a82643f6e85bc79479ecc252baf03.jpg new file mode 100644 index 0000000..6507b2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.977a82643f6e85bc79479ecc252baf03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.a557c67c2a5405da976b95c568ad14c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.a557c67c2a5405da976b95c568ad14c9.jpg new file mode 100644 index 0000000..6507b2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.a557c67c2a5405da976b95c568ad14c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.b4f74959b2e2da01073f3fdd01856a9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.b4f74959b2e2da01073f3fdd01856a9d.jpg new file mode 100644 index 0000000..bdeaf35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.b4f74959b2e2da01073f3fdd01856a9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.c1a53f7525f42c541e9b344e23a6af77.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.c1a53f7525f42c541e9b344e23a6af77.jpg new file mode 100644 index 0000000..bdeaf35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.c1a53f7525f42c541e9b344e23a6af77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.d82a1eca31b26be668ac3fac076e1ee3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.d82a1eca31b26be668ac3fac076e1ee3.jpg new file mode 100644 index 0000000..bdeaf35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.d82a1eca31b26be668ac3fac076e1ee3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.2d4f00ef100fb432b0cac598558ac1a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.2d4f00ef100fb432b0cac598558ac1a1.jpg new file mode 100644 index 0000000..9fccb1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.2d4f00ef100fb432b0cac598558ac1a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.dc1efde596afe660c84282c945df5593.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.dc1efde596afe660c84282c945df5593.jpg new file mode 100644 index 0000000..9fccb1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.dc1efde596afe660c84282c945df5593.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.f3d6f82e0a6d9da90ba7e6dfa2ff7782.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.f3d6f82e0a6d9da90ba7e6dfa2ff7782.jpg new file mode 100644 index 0000000..9fccb1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.f3d6f82e0a6d9da90ba7e6dfa2ff7782.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.2f49f4262ae5bd9a35c35ef465065f4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.2f49f4262ae5bd9a35c35ef465065f4b.jpg new file mode 100644 index 0000000..38e9af0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.2f49f4262ae5bd9a35c35ef465065f4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.550183221e0436d6727f903495780261.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.550183221e0436d6727f903495780261.jpg new file mode 100644 index 0000000..38e9af0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.550183221e0436d6727f903495780261.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.ce8bc9c601b317c852e476ec62c1f9bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.ce8bc9c601b317c852e476ec62c1f9bb.jpg new file mode 100644 index 0000000..38e9af0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.ce8bc9c601b317c852e476ec62c1f9bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.b1a1e88941cd2ece34cebabe7145b2af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.b1a1e88941cd2ece34cebabe7145b2af.jpg new file mode 100644 index 0000000..2047bd7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.b1a1e88941cd2ece34cebabe7145b2af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.be4afcca07cc316324479a3edae374e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.be4afcca07cc316324479a3edae374e5.jpg new file mode 100644 index 0000000..2047bd7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.be4afcca07cc316324479a3edae374e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.f325420d06979b52c5a579497c86fdda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.f325420d06979b52c5a579497c86fdda.jpg new file mode 100644 index 0000000..2047bd7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.f325420d06979b52c5a579497c86fdda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.13a26a2e5dd49064eca93cafdf2804c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.13a26a2e5dd49064eca93cafdf2804c4.jpg new file mode 100644 index 0000000..da11e22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.13a26a2e5dd49064eca93cafdf2804c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.894dbc89f5ba09549929a9f8db1d90ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.894dbc89f5ba09549929a9f8db1d90ce.jpg new file mode 100644 index 0000000..da11e22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.894dbc89f5ba09549929a9f8db1d90ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.ba5c3dbdb4177a8e28e02b7c28eaeaad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.ba5c3dbdb4177a8e28e02b7c28eaeaad.jpg new file mode 100644 index 0000000..da11e22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.ba5c3dbdb4177a8e28e02b7c28eaeaad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.3e98bafb448ed50a9302531fbb11e4ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.3e98bafb448ed50a9302531fbb11e4ab.jpg new file mode 100644 index 0000000..9682ca8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.3e98bafb448ed50a9302531fbb11e4ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.99adddd10512aa00308febce6344594b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.99adddd10512aa00308febce6344594b.jpg new file mode 100644 index 0000000..9682ca8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.99adddd10512aa00308febce6344594b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.b34d3d4943a9fa8812bce3247a180ebd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.b34d3d4943a9fa8812bce3247a180ebd.jpg new file mode 100644 index 0000000..9682ca8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.b34d3d4943a9fa8812bce3247a180ebd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.2b12831444ced0471a455735775103e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.2b12831444ced0471a455735775103e8.jpg new file mode 100644 index 0000000..c54b54f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.2b12831444ced0471a455735775103e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.55ce13f49085e8fcf01ba0df36c60cad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.55ce13f49085e8fcf01ba0df36c60cad.jpg new file mode 100644 index 0000000..c54b54f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.55ce13f49085e8fcf01ba0df36c60cad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.f99af344d82d0741d1d756fcfb8a8f6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.f99af344d82d0741d1d756fcfb8a8f6b.jpg new file mode 100644 index 0000000..c54b54f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.f99af344d82d0741d1d756fcfb8a8f6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.833ed6940b2e3daaa4f9cb01d0ebaefa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.833ed6940b2e3daaa4f9cb01d0ebaefa.jpg new file mode 100644 index 0000000..06488d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.833ed6940b2e3daaa4f9cb01d0ebaefa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.b11baed455476f7e966f8cc2d19d140a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.b11baed455476f7e966f8cc2d19d140a.jpg new file mode 100644 index 0000000..06488d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.b11baed455476f7e966f8cc2d19d140a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.cb709219ba8b8a8f8970a00f88f9e414.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.cb709219ba8b8a8f8970a00f88f9e414.jpg new file mode 100644 index 0000000..06488d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.cb709219ba8b8a8f8970a00f88f9e414.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.48906a961bacef9b436aa69b33f67f7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.48906a961bacef9b436aa69b33f67f7c.jpg new file mode 100644 index 0000000..81e45a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.48906a961bacef9b436aa69b33f67f7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.be6b6816684eed3492eca0ab6ec8b933.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.be6b6816684eed3492eca0ab6ec8b933.jpg new file mode 100644 index 0000000..81e45a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.be6b6816684eed3492eca0ab6ec8b933.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.d6c178a73188d98fa5131db77967395e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.d6c178a73188d98fa5131db77967395e.jpg new file mode 100644 index 0000000..81e45a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.d6c178a73188d98fa5131db77967395e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.53742736556311854bd30a868368adae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.53742736556311854bd30a868368adae.jpg new file mode 100644 index 0000000..6a308dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.53742736556311854bd30a868368adae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.7b6d164d8c8a3d30beb782a825f5f10e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.7b6d164d8c8a3d30beb782a825f5f10e.jpg new file mode 100644 index 0000000..6a308dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.7b6d164d8c8a3d30beb782a825f5f10e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.d7e86ccdaf977d839d032325dbd6a7de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.d7e86ccdaf977d839d032325dbd6a7de.jpg new file mode 100644 index 0000000..6a308dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.d7e86ccdaf977d839d032325dbd6a7de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.2a3df5b4c838660239a9430c6ea63fbf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.2a3df5b4c838660239a9430c6ea63fbf.jpg new file mode 100644 index 0000000..3e73b2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.2a3df5b4c838660239a9430c6ea63fbf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.671c96f5fef1012c2a124794cb893477.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.671c96f5fef1012c2a124794cb893477.jpg new file mode 100644 index 0000000..3e73b2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.671c96f5fef1012c2a124794cb893477.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.c8d2ca5c94cb77bc0b53eabbf55bfa55.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.c8d2ca5c94cb77bc0b53eabbf55bfa55.jpg new file mode 100644 index 0000000..3e73b2f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.c8d2ca5c94cb77bc0b53eabbf55bfa55.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8b7f976ce4762cf7ce887d2c91859a3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8b7f976ce4762cf7ce887d2c91859a3d.jpg new file mode 100644 index 0000000..3f8ed3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8b7f976ce4762cf7ce887d2c91859a3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8e635ec9af75db4a1b1855b0a3ae4266.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8e635ec9af75db4a1b1855b0a3ae4266.jpg new file mode 100644 index 0000000..3f8ed3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8e635ec9af75db4a1b1855b0a3ae4266.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.2d21b0aabaaaabe5add4f5819a623808.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.2d21b0aabaaaabe5add4f5819a623808.jpg new file mode 100644 index 0000000..0bc35bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.2d21b0aabaaaabe5add4f5819a623808.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.78b54852935d3cf5bfd60b17cc76ed84.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.78b54852935d3cf5bfd60b17cc76ed84.jpg new file mode 100644 index 0000000..0bc35bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.78b54852935d3cf5bfd60b17cc76ed84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.f630a0ca4342695339506cb5c33d4f97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.f630a0ca4342695339506cb5c33d4f97.jpg new file mode 100644 index 0000000..0bc35bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.f630a0ca4342695339506cb5c33d4f97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.1898957e5cc3980de2f84f2f211ba2fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.1898957e5cc3980de2f84f2f211ba2fa.jpg new file mode 100644 index 0000000..05d754a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.1898957e5cc3980de2f84f2f211ba2fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.d7d00afa3fee5500d5d00d2ada488bc4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.d7d00afa3fee5500d5d00d2ada488bc4.jpg new file mode 100644 index 0000000..05d754a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.d7d00afa3fee5500d5d00d2ada488bc4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.f095a58b4d6023bfe29575cc0fe075cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.f095a58b4d6023bfe29575cc0fe075cb.jpg new file mode 100644 index 0000000..05d754a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.f095a58b4d6023bfe29575cc0fe075cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.0928e13b20482929e2a332b929349eea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.0928e13b20482929e2a332b929349eea.jpg new file mode 100644 index 0000000..ac4505c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.0928e13b20482929e2a332b929349eea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.142459180d7e418468edd23e9bc199d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.142459180d7e418468edd23e9bc199d0.jpg new file mode 100644 index 0000000..ac4505c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.142459180d7e418468edd23e9bc199d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.d66bdd90d14dbfea51808c8544ff6449.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.d66bdd90d14dbfea51808c8544ff6449.jpg new file mode 100644 index 0000000..ac4505c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.d66bdd90d14dbfea51808c8544ff6449.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.093666b73bb92d13de3fa6d2db4dcf1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.093666b73bb92d13de3fa6d2db4dcf1a.jpg new file mode 100644 index 0000000..a8f2a42 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.093666b73bb92d13de3fa6d2db4dcf1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.182f2570a6d3d46406a7928359523ae1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.182f2570a6d3d46406a7928359523ae1.jpg new file mode 100644 index 0000000..a8f2a42 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.182f2570a6d3d46406a7928359523ae1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.79e2110412d257fa9dd6a4f40cca105c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.79e2110412d257fa9dd6a4f40cca105c.jpg new file mode 100644 index 0000000..a8f2a42 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.79e2110412d257fa9dd6a4f40cca105c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.bf2dd75da77ac8a79a0ba70874de460a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.bf2dd75da77ac8a79a0ba70874de460a.jpg new file mode 100644 index 0000000..0391d02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.bf2dd75da77ac8a79a0ba70874de460a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c1d9783eac11e63f0162b93fbef972e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c1d9783eac11e63f0162b93fbef972e0.jpg new file mode 100644 index 0000000..0391d02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c1d9783eac11e63f0162b93fbef972e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c2e6a3b78920c33fc6cf8f3c1eb2bb43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c2e6a3b78920c33fc6cf8f3c1eb2bb43.jpg new file mode 100644 index 0000000..0391d02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c2e6a3b78920c33fc6cf8f3c1eb2bb43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.397b9db799a5ba6b5d3d4b79b8fa5a7b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.397b9db799a5ba6b5d3d4b79b8fa5a7b.jpg new file mode 100644 index 0000000..d60f388 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.397b9db799a5ba6b5d3d4b79b8fa5a7b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.56771c2116280c1bbbff9b00777bf67e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.56771c2116280c1bbbff9b00777bf67e.jpg new file mode 100644 index 0000000..d60f388 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.56771c2116280c1bbbff9b00777bf67e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.5f397e45eb8d67059a38b9b2fc0470b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.5f397e45eb8d67059a38b9b2fc0470b4.jpg new file mode 100644 index 0000000..d60f388 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.5f397e45eb8d67059a38b9b2fc0470b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.1e46a4dced7a5d3f52a745b448d332e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.1e46a4dced7a5d3f52a745b448d332e6.jpg new file mode 100644 index 0000000..674ca59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.1e46a4dced7a5d3f52a745b448d332e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.976168f164b745e8ba834a20b209a4ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.976168f164b745e8ba834a20b209a4ba.jpg new file mode 100644 index 0000000..674ca59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.976168f164b745e8ba834a20b209a4ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.a8ee481cc6b8c9df64ea157c425657e3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.a8ee481cc6b8c9df64ea157c425657e3.jpg new file mode 100644 index 0000000..674ca59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.a8ee481cc6b8c9df64ea157c425657e3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.312fcba953ed0657f91df2d807308bda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.312fcba953ed0657f91df2d807308bda.jpg new file mode 100644 index 0000000..38f53cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.312fcba953ed0657f91df2d807308bda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.7990f71738cd96da8f99391780642b91.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.7990f71738cd96da8f99391780642b91.jpg new file mode 100644 index 0000000..38f53cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.7990f71738cd96da8f99391780642b91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.ad36e33d4f7ed438f8e08a81cd88ba77.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.ad36e33d4f7ed438f8e08a81cd88ba77.jpg new file mode 100644 index 0000000..38f53cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.ad36e33d4f7ed438f8e08a81cd88ba77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.5d2343206f0389aca7a2f6b490c81dfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.5d2343206f0389aca7a2f6b490c81dfc.jpg new file mode 100644 index 0000000..5bb8242 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.5d2343206f0389aca7a2f6b490c81dfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.a4d7e9bacebf1170c12797b51eb0205a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.a4d7e9bacebf1170c12797b51eb0205a.jpg new file mode 100644 index 0000000..5bb8242 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.a4d7e9bacebf1170c12797b51eb0205a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.df06a5d6eed6aef8dcd575e1539daff1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.df06a5d6eed6aef8dcd575e1539daff1.jpg new file mode 100644 index 0000000..5bb8242 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.df06a5d6eed6aef8dcd575e1539daff1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.30495cf082a72ce0c4bcf8a58221f63c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.30495cf082a72ce0c4bcf8a58221f63c.jpg new file mode 100644 index 0000000..779c9d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.30495cf082a72ce0c4bcf8a58221f63c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.72982b08db6a5ccf53f70679a091baac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.72982b08db6a5ccf53f70679a091baac.jpg new file mode 100644 index 0000000..779c9d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.72982b08db6a5ccf53f70679a091baac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.886356993389661d92c80b8ad1d48496.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.886356993389661d92c80b8ad1d48496.jpg new file mode 100644 index 0000000..779c9d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.886356993389661d92c80b8ad1d48496.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.231857f2173561e8f6330641cc267f6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.231857f2173561e8f6330641cc267f6a.jpg new file mode 100644 index 0000000..2a7c3ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.231857f2173561e8f6330641cc267f6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.476c00c8ebb9308475f466574aad292f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.476c00c8ebb9308475f466574aad292f.jpg new file mode 100644 index 0000000..2a7c3ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.476c00c8ebb9308475f466574aad292f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.af2d89dc922cc450a2dab37d57c2389b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.af2d89dc922cc450a2dab37d57c2389b.jpg new file mode 100644 index 0000000..2a7c3ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.af2d89dc922cc450a2dab37d57c2389b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.44eeb434ce8bbe88727973d04f68e520.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.44eeb434ce8bbe88727973d04f68e520.jpg new file mode 100644 index 0000000..3582659 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.44eeb434ce8bbe88727973d04f68e520.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.a7ee6eb371797d80311b81929356a1cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.a7ee6eb371797d80311b81929356a1cf.jpg new file mode 100644 index 0000000..3582659 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.a7ee6eb371797d80311b81929356a1cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.ccfef618cfbba326aa829ff87817a1a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.ccfef618cfbba326aa829ff87817a1a1.jpg new file mode 100644 index 0000000..3582659 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.ccfef618cfbba326aa829ff87817a1a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.4eda882cc61625d3c819dfb42ad8ae5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.4eda882cc61625d3c819dfb42ad8ae5e.jpg new file mode 100644 index 0000000..4e54882 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.4eda882cc61625d3c819dfb42ad8ae5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.87669cd2bb88504f21ea5ec42eeb595b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.87669cd2bb88504f21ea5ec42eeb595b.jpg new file mode 100644 index 0000000..4e54882 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.87669cd2bb88504f21ea5ec42eeb595b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.bb6b3f628f6911f1a6590a4410a85c7a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.bb6b3f628f6911f1a6590a4410a85c7a.jpg new file mode 100644 index 0000000..4e54882 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.bb6b3f628f6911f1a6590a4410a85c7a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.a26fdcfa3c743bc9656b90dc016a12e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.a26fdcfa3c743bc9656b90dc016a12e2.jpg new file mode 100644 index 0000000..be3fd58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.a26fdcfa3c743bc9656b90dc016a12e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.abaab2f8982134fcfb6e01be40675b0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.abaab2f8982134fcfb6e01be40675b0a.jpg new file mode 100644 index 0000000..be3fd58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.abaab2f8982134fcfb6e01be40675b0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.b23fc497a9ccf29321dce3d2114594d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.b23fc497a9ccf29321dce3d2114594d1.jpg new file mode 100644 index 0000000..be3fd58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.b23fc497a9ccf29321dce3d2114594d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.02541c482e5792449d70384b205398f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.02541c482e5792449d70384b205398f6.jpg new file mode 100644 index 0000000..74c9c22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.02541c482e5792449d70384b205398f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.5bc7ac7edf66b3791fdd7905a63a59a8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.5bc7ac7edf66b3791fdd7905a63a59a8.jpg new file mode 100644 index 0000000..74c9c22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.5bc7ac7edf66b3791fdd7905a63a59a8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.8b82ddb9d6ca33eb8fb6b86a849e8c53.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.8b82ddb9d6ca33eb8fb6b86a849e8c53.jpg new file mode 100644 index 0000000..74c9c22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.8b82ddb9d6ca33eb8fb6b86a849e8c53.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.2674303c314455465f939f8659c5e971.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.2674303c314455465f939f8659c5e971.jpg new file mode 100644 index 0000000..6339c64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.2674303c314455465f939f8659c5e971.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.cfc6ac75925c4efa1b34e195818c6b1c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.cfc6ac75925c4efa1b34e195818c6b1c.jpg new file mode 100644 index 0000000..6339c64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.cfc6ac75925c4efa1b34e195818c6b1c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.d5052942a4c9566b87cf5a596fc5fd7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.d5052942a4c9566b87cf5a596fc5fd7f.jpg new file mode 100644 index 0000000..6339c64 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.d5052942a4c9566b87cf5a596fc5fd7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.a34f526f624ce1ae1289ee57633a1255.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.a34f526f624ce1ae1289ee57633a1255.jpg new file mode 100644 index 0000000..fcc44a9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.a34f526f624ce1ae1289ee57633a1255.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.d717f0fa5a37b9b3ede5cb164ffb52ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.d717f0fa5a37b9b3ede5cb164ffb52ea.jpg new file mode 100644 index 0000000..fcc44a9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.d717f0fa5a37b9b3ede5cb164ffb52ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.07456a6efc2574f1c445073067c68dd9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.07456a6efc2574f1c445073067c68dd9.jpg new file mode 100644 index 0000000..3b98efe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.07456a6efc2574f1c445073067c68dd9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.a3a45b60c02809c6da37313370a24cd9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.a3a45b60c02809c6da37313370a24cd9.jpg new file mode 100644 index 0000000..3b98efe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.a3a45b60c02809c6da37313370a24cd9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.b041d90babea3505307d76cbe3085c8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.b041d90babea3505307d76cbe3085c8e.jpg new file mode 100644 index 0000000..3b98efe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.b041d90babea3505307d76cbe3085c8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.319fc1dbf76e6a953e06559c24b41e3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.319fc1dbf76e6a953e06559c24b41e3c.jpg new file mode 100644 index 0000000..230010e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.319fc1dbf76e6a953e06559c24b41e3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.71243ac0a681a1aa75446cfbe3e79d61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.71243ac0a681a1aa75446cfbe3e79d61.jpg new file mode 100644 index 0000000..230010e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.71243ac0a681a1aa75446cfbe3e79d61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.f781e743cafa3d1f05c6c1611a9a4b41.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.f781e743cafa3d1f05c6c1611a9a4b41.jpg new file mode 100644 index 0000000..230010e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.f781e743cafa3d1f05c6c1611a9a4b41.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.1bba99bd86461d6bc5c102c0c5e7a62c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.1bba99bd86461d6bc5c102c0c5e7a62c.jpg new file mode 100644 index 0000000..084b3ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.1bba99bd86461d6bc5c102c0c5e7a62c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.27d8337088d4feb0ee487c01dd965b76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.27d8337088d4feb0ee487c01dd965b76.jpg new file mode 100644 index 0000000..084b3ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.27d8337088d4feb0ee487c01dd965b76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.3882dd83622543fe8a723f7c8be083f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.3882dd83622543fe8a723f7c8be083f8.jpg new file mode 100644 index 0000000..084b3ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.3882dd83622543fe8a723f7c8be083f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.72024165711214875c8524de16932319.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.72024165711214875c8524de16932319.jpg new file mode 100644 index 0000000..581d878 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.72024165711214875c8524de16932319.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.f911d118ac0ab330b1c0bfc5fb0e617f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.f911d118ac0ab330b1c0bfc5fb0e617f.jpg new file mode 100644 index 0000000..581d878 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.f911d118ac0ab330b1c0bfc5fb0e617f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.8bbf23d6a18e78491c280a5d59464b7b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.8bbf23d6a18e78491c280a5d59464b7b.jpg new file mode 100644 index 0000000..8b2a1a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.8bbf23d6a18e78491c280a5d59464b7b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.9b147e6f62fc6ce0cd96fd2dd0a06a35.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.9b147e6f62fc6ce0cd96fd2dd0a06a35.jpg new file mode 100644 index 0000000..8b2a1a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.9b147e6f62fc6ce0cd96fd2dd0a06a35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.d17c1436865626a34a7b9b1d784adcfa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.d17c1436865626a34a7b9b1d784adcfa.jpg new file mode 100644 index 0000000..8b2a1a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.d17c1436865626a34a7b9b1d784adcfa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.42be85e103fd58b86d5d1f10c72405f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.42be85e103fd58b86d5d1f10c72405f8.jpg new file mode 100644 index 0000000..0b34cd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.42be85e103fd58b86d5d1f10c72405f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.b4e11ca12fe505c8b67ae0cee6086705.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.b4e11ca12fe505c8b67ae0cee6086705.jpg new file mode 100644 index 0000000..0b34cd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.b4e11ca12fe505c8b67ae0cee6086705.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.d382631908dc2014a797884b3e231cbc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.d382631908dc2014a797884b3e231cbc.jpg new file mode 100644 index 0000000..0b34cd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.d382631908dc2014a797884b3e231cbc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.3726848c8dc5a34b8736e05fd9c4aae8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.3726848c8dc5a34b8736e05fd9c4aae8.jpg new file mode 100644 index 0000000..de36348 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.3726848c8dc5a34b8736e05fd9c4aae8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.b919ca6efedc0ff95d73957f50cc32eb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.b919ca6efedc0ff95d73957f50cc32eb.jpg new file mode 100644 index 0000000..de36348 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.b919ca6efedc0ff95d73957f50cc32eb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.36e15217308da8c180f79a5aaffde74a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.36e15217308da8c180f79a5aaffde74a.jpg new file mode 100644 index 0000000..19a8448 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.36e15217308da8c180f79a5aaffde74a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.b6c36376a0600a92c85056eec87404ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.b6c36376a0600a92c85056eec87404ee.jpg new file mode 100644 index 0000000..19a8448 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.b6c36376a0600a92c85056eec87404ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.d06c14e2e4da05f7276a6cfcadb7a8b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.d06c14e2e4da05f7276a6cfcadb7a8b4.jpg new file mode 100644 index 0000000..19a8448 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.d06c14e2e4da05f7276a6cfcadb7a8b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.156f038a9066fb9d8ddaa3a9007418d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.156f038a9066fb9d8ddaa3a9007418d0.jpg new file mode 100644 index 0000000..12518e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.156f038a9066fb9d8ddaa3a9007418d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.44f86940ad1fff3035ee9844596f4087.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.44f86940ad1fff3035ee9844596f4087.jpg new file mode 100644 index 0000000..12518e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.44f86940ad1fff3035ee9844596f4087.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.4bac930fbb35ece4b1fec788f552f4d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.4bac930fbb35ece4b1fec788f552f4d8.jpg new file mode 100644 index 0000000..12518e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.4bac930fbb35ece4b1fec788f552f4d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.479eded21badf17a0e17eb786987d534.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.479eded21badf17a0e17eb786987d534.jpg new file mode 100644 index 0000000..d6dc7e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.479eded21badf17a0e17eb786987d534.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.800b75e295fc814d8eb000cd5335744a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.800b75e295fc814d8eb000cd5335744a.jpg new file mode 100644 index 0000000..d6dc7e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.800b75e295fc814d8eb000cd5335744a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.c17e354346bfde470c88265c9a1da285.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.c17e354346bfde470c88265c9a1da285.jpg new file mode 100644 index 0000000..d6dc7e3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.c17e354346bfde470c88265c9a1da285.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.00538c17fd0853edc0bee1c3fdf088db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.00538c17fd0853edc0bee1c3fdf088db.jpg new file mode 100644 index 0000000..e4dbaa1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.00538c17fd0853edc0bee1c3fdf088db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.378af6a899a58dee4d5c7e1a6beb8396.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.378af6a899a58dee4d5c7e1a6beb8396.jpg new file mode 100644 index 0000000..e4dbaa1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.378af6a899a58dee4d5c7e1a6beb8396.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.46303f74ea8eddcf7e272fd449d78ca4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.46303f74ea8eddcf7e272fd449d78ca4.jpg new file mode 100644 index 0000000..e4dbaa1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.46303f74ea8eddcf7e272fd449d78ca4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.0f3be7d3a8bd0644c6f00d0097bef8fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.0f3be7d3a8bd0644c6f00d0097bef8fa.jpg new file mode 100644 index 0000000..c36f24d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.0f3be7d3a8bd0644c6f00d0097bef8fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.b81feb299967985e8d6f912ee654c5e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.b81feb299967985e8d6f912ee654c5e6.jpg new file mode 100644 index 0000000..c36f24d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.b81feb299967985e8d6f912ee654c5e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.cf03a9d83d33b20fc4b1a15e93458a3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.cf03a9d83d33b20fc4b1a15e93458a3e.jpg new file mode 100644 index 0000000..c36f24d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.cf03a9d83d33b20fc4b1a15e93458a3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.335f30117ba1a89f6d3174414384a831.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.335f30117ba1a89f6d3174414384a831.jpg new file mode 100644 index 0000000..757921a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.335f30117ba1a89f6d3174414384a831.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.69c2246d923a48550505fe2bf4b44a14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.69c2246d923a48550505fe2bf4b44a14.jpg new file mode 100644 index 0000000..757921a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.69c2246d923a48550505fe2bf4b44a14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.d26a5067e17f4c27fda4c7b4dffb792c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.d26a5067e17f4c27fda4c7b4dffb792c.jpg new file mode 100644 index 0000000..757921a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.d26a5067e17f4c27fda4c7b4dffb792c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.6db477b4b3c039b3b9069d3c19ec3eab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.6db477b4b3c039b3b9069d3c19ec3eab.jpg new file mode 100644 index 0000000..6c85f29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.6db477b4b3c039b3b9069d3c19ec3eab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.a298aaca496ca27ab7d316e2bbcfb702.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.a298aaca496ca27ab7d316e2bbcfb702.jpg new file mode 100644 index 0000000..6c85f29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.a298aaca496ca27ab7d316e2bbcfb702.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.e5eeac3ed501750accfd9099d4eaf3a8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.e5eeac3ed501750accfd9099d4eaf3a8.jpg new file mode 100644 index 0000000..6c85f29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.e5eeac3ed501750accfd9099d4eaf3a8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.41a536e8bc5141c0eabba67f4048bbda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.41a536e8bc5141c0eabba67f4048bbda.jpg new file mode 100644 index 0000000..8926ad0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.41a536e8bc5141c0eabba67f4048bbda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.5baf80b66d98a6e90275c694c012bda3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.5baf80b66d98a6e90275c694c012bda3.jpg new file mode 100644 index 0000000..8926ad0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.5baf80b66d98a6e90275c694c012bda3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.f82cee0ac9354d5d071d4fd956b24160.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.f82cee0ac9354d5d071d4fd956b24160.jpg new file mode 100644 index 0000000..8926ad0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.f82cee0ac9354d5d071d4fd956b24160.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.33a7c7b74c6633a25cff23eec5fc5beb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.33a7c7b74c6633a25cff23eec5fc5beb.jpg new file mode 100644 index 0000000..205485b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.33a7c7b74c6633a25cff23eec5fc5beb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.46fb6c46f199423c395b453e72415f1d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.46fb6c46f199423c395b453e72415f1d.jpg new file mode 100644 index 0000000..205485b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.46fb6c46f199423c395b453e72415f1d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.b2f4fd1ded0d9f71ec2ed598392a4ba9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.b2f4fd1ded0d9f71ec2ed598392a4ba9.jpg new file mode 100644 index 0000000..205485b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.b2f4fd1ded0d9f71ec2ed598392a4ba9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.09a43ad3770b2e53bf7abf6aa06533ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.09a43ad3770b2e53bf7abf6aa06533ec.jpg new file mode 100644 index 0000000..b198070 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.09a43ad3770b2e53bf7abf6aa06533ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.55d20d69d1f2e45a5d39b44fe5436630.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.55d20d69d1f2e45a5d39b44fe5436630.jpg new file mode 100644 index 0000000..b198070 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.55d20d69d1f2e45a5d39b44fe5436630.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.c03f85314352a9db7748664c3d627be3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.c03f85314352a9db7748664c3d627be3.jpg new file mode 100644 index 0000000..b198070 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.c03f85314352a9db7748664c3d627be3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.176fd3a770985a68493d176247f0a065.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.176fd3a770985a68493d176247f0a065.jpg new file mode 100644 index 0000000..6f2c717 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.176fd3a770985a68493d176247f0a065.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.67da1c4b3f945b234010ee3f849e43c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.67da1c4b3f945b234010ee3f849e43c6.jpg new file mode 100644 index 0000000..6f2c717 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.67da1c4b3f945b234010ee3f849e43c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.72795790ed5a94f662bbf91f72f33c86.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.72795790ed5a94f662bbf91f72f33c86.jpg new file mode 100644 index 0000000..6f2c717 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.72795790ed5a94f662bbf91f72f33c86.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.237020afa50040dacb4016e370a3d264.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.237020afa50040dacb4016e370a3d264.jpg new file mode 100644 index 0000000..d51c4a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.237020afa50040dacb4016e370a3d264.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.a2a729eb272eac6919b0d499e95c71e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.a2a729eb272eac6919b0d499e95c71e7.jpg new file mode 100644 index 0000000..d51c4a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.a2a729eb272eac6919b0d499e95c71e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.ae34b0b9688ec3ed27cf48d33183f93b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.ae34b0b9688ec3ed27cf48d33183f93b.jpg new file mode 100644 index 0000000..d51c4a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.ae34b0b9688ec3ed27cf48d33183f93b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.03b86d60ce559ead9c5ff171a39211b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.03b86d60ce559ead9c5ff171a39211b0.jpg new file mode 100644 index 0000000..0e9dd7b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.03b86d60ce559ead9c5ff171a39211b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.32b480397aabbebe3a2a0626dadd0ae8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.32b480397aabbebe3a2a0626dadd0ae8.jpg new file mode 100644 index 0000000..0e9dd7b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.32b480397aabbebe3a2a0626dadd0ae8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.d9b26aeab5788273ac8da1c3f2226623.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.d9b26aeab5788273ac8da1c3f2226623.jpg new file mode 100644 index 0000000..0e9dd7b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.d9b26aeab5788273ac8da1c3f2226623.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.7cc1acbc291d1ddb9376e780d731d3b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.7cc1acbc291d1ddb9376e780d731d3b1.jpg new file mode 100644 index 0000000..8fe16b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.7cc1acbc291d1ddb9376e780d731d3b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.8b75569a8501e3ad8ba3107acf06393a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.8b75569a8501e3ad8ba3107acf06393a.jpg new file mode 100644 index 0000000..8fe16b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.8b75569a8501e3ad8ba3107acf06393a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.b4ee8b2286792998845dfab51a1df751.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.b4ee8b2286792998845dfab51a1df751.jpg new file mode 100644 index 0000000..8fe16b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.b4ee8b2286792998845dfab51a1df751.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.20b25351580b744b678e0d03e3341a6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.20b25351580b744b678e0d03e3341a6b.jpg new file mode 100644 index 0000000..22b3e77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.20b25351580b744b678e0d03e3341a6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.55f8eb9fdb5c5fc3e14409a194f25bac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.55f8eb9fdb5c5fc3e14409a194f25bac.jpg new file mode 100644 index 0000000..22b3e77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.55f8eb9fdb5c5fc3e14409a194f25bac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.c44df1b9251aa0c6ff1c61e95d99da88.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.c44df1b9251aa0c6ff1c61e95d99da88.jpg new file mode 100644 index 0000000..22b3e77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.c44df1b9251aa0c6ff1c61e95d99da88.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.38f5a0f78404d3fe79a1f390e267b0f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.38f5a0f78404d3fe79a1f390e267b0f9.jpg new file mode 100644 index 0000000..4282c4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.38f5a0f78404d3fe79a1f390e267b0f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.98fed07b346185c9630a63a0a2718775.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.98fed07b346185c9630a63a0a2718775.jpg new file mode 100644 index 0000000..4282c4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.98fed07b346185c9630a63a0a2718775.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.c99b0e043f6b8f443285aa2fc21e71ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.c99b0e043f6b8f443285aa2fc21e71ec.jpg new file mode 100644 index 0000000..4282c4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.c99b0e043f6b8f443285aa2fc21e71ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.1b58e111fe934b981c57d51f58b24aba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.1b58e111fe934b981c57d51f58b24aba.jpg new file mode 100644 index 0000000..03de5b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.1b58e111fe934b981c57d51f58b24aba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.5b61215e9f4b67cc0b67c45407fdeaec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.5b61215e9f4b67cc0b67c45407fdeaec.jpg new file mode 100644 index 0000000..03de5b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.5b61215e9f4b67cc0b67c45407fdeaec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.ab7dbaac28572e802376e6a6d232a007.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.ab7dbaac28572e802376e6a6d232a007.jpg new file mode 100644 index 0000000..03de5b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.ab7dbaac28572e802376e6a6d232a007.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.19a8e65e49601c4ed8af1626de211558.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.19a8e65e49601c4ed8af1626de211558.jpg new file mode 100644 index 0000000..cab7594 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.19a8e65e49601c4ed8af1626de211558.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.498ae95a3156c70a9960b6b2581b4b8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.498ae95a3156c70a9960b6b2581b4b8f.jpg new file mode 100644 index 0000000..cab7594 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.498ae95a3156c70a9960b6b2581b4b8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.7f1b0db49ec23ae9e34c6173244edf9c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.7f1b0db49ec23ae9e34c6173244edf9c.jpg new file mode 100644 index 0000000..cab7594 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.7f1b0db49ec23ae9e34c6173244edf9c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.08ca94d0d70a159186d601534db74ff5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.08ca94d0d70a159186d601534db74ff5.jpg new file mode 100644 index 0000000..efdde72 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.08ca94d0d70a159186d601534db74ff5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.1c787d1d62445e3b68ad7d47ffd17a6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.1c787d1d62445e3b68ad7d47ffd17a6b.jpg new file mode 100644 index 0000000..efdde72 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.1c787d1d62445e3b68ad7d47ffd17a6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.b38f9a84e580897759c1eb833d1a0d91.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.b38f9a84e580897759c1eb833d1a0d91.jpg new file mode 100644 index 0000000..efdde72 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.b38f9a84e580897759c1eb833d1a0d91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.481f4ed816754fb133d0120902e11883.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.481f4ed816754fb133d0120902e11883.jpg new file mode 100644 index 0000000..409e5fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.481f4ed816754fb133d0120902e11883.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.6afb5014007fd52f600c48a7d220507d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.6afb5014007fd52f600c48a7d220507d.jpg new file mode 100644 index 0000000..409e5fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.6afb5014007fd52f600c48a7d220507d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.9abfc720f9c044cec3272f6fca74a3a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.9abfc720f9c044cec3272f6fca74a3a5.jpg new file mode 100644 index 0000000..409e5fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.9abfc720f9c044cec3272f6fca74a3a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.0ca1773a769ff3474027dc40b14fdc77.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.0ca1773a769ff3474027dc40b14fdc77.jpg new file mode 100644 index 0000000..e25a64a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.0ca1773a769ff3474027dc40b14fdc77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.97a826386ed822887425cdc368943f03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.97a826386ed822887425cdc368943f03.jpg new file mode 100644 index 0000000..e25a64a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.97a826386ed822887425cdc368943f03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.bbe25f314a214ae245200b2eb10bfecf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.bbe25f314a214ae245200b2eb10bfecf.jpg new file mode 100644 index 0000000..e25a64a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.bbe25f314a214ae245200b2eb10bfecf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.1aa6fb58b016e7d847e9d990541ee109.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.1aa6fb58b016e7d847e9d990541ee109.jpg new file mode 100644 index 0000000..882f671 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.1aa6fb58b016e7d847e9d990541ee109.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.c532f7c5c6b825c67a8470af259b41ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.c532f7c5c6b825c67a8470af259b41ea.jpg new file mode 100644 index 0000000..882f671 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.c532f7c5c6b825c67a8470af259b41ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.cfddd358768672b6cc171e06d55c6b09.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.cfddd358768672b6cc171e06d55c6b09.jpg new file mode 100644 index 0000000..882f671 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.cfddd358768672b6cc171e06d55c6b09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.64aff4c6688e32ce17d21f77cb668435.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.64aff4c6688e32ce17d21f77cb668435.jpg new file mode 100644 index 0000000..4d08871 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.64aff4c6688e32ce17d21f77cb668435.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.65d93a990009bd84ba7e43428de0bdbf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.65d93a990009bd84ba7e43428de0bdbf.jpg new file mode 100644 index 0000000..4d08871 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.65d93a990009bd84ba7e43428de0bdbf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.fd1e73a93d8eba0ba3e061ecba07d2ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.fd1e73a93d8eba0ba3e061ecba07d2ba.jpg new file mode 100644 index 0000000..4d08871 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.fd1e73a93d8eba0ba3e061ecba07d2ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.31e4a0481ae1f9db23c76b3a71ebc69c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.31e4a0481ae1f9db23c76b3a71ebc69c.jpg new file mode 100644 index 0000000..1a8ca35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.31e4a0481ae1f9db23c76b3a71ebc69c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.46e478e283b41b9347b0ee3a8ebeda4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.46e478e283b41b9347b0ee3a8ebeda4a.jpg new file mode 100644 index 0000000..1a8ca35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.46e478e283b41b9347b0ee3a8ebeda4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.68f0acaf6e263f37034d5252618e7a04.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.68f0acaf6e263f37034d5252618e7a04.jpg new file mode 100644 index 0000000..1a8ca35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.68f0acaf6e263f37034d5252618e7a04.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.40615edef7cd3a189e5f3512be87605f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.40615edef7cd3a189e5f3512be87605f.jpg new file mode 100644 index 0000000..3137d3a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.40615edef7cd3a189e5f3512be87605f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.69b0b8780c045f01ab9e6634a6b924ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.69b0b8780c045f01ab9e6634a6b924ef.jpg new file mode 100644 index 0000000..3137d3a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.69b0b8780c045f01ab9e6634a6b924ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.ecb9a8dd2eaf05494ad6b339f14ca569.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.ecb9a8dd2eaf05494ad6b339f14ca569.jpg new file mode 100644 index 0000000..3137d3a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.ecb9a8dd2eaf05494ad6b339f14ca569.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.6f020aabe523dc65fbb44ece30c728c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.6f020aabe523dc65fbb44ece30c728c1.jpg new file mode 100644 index 0000000..9af436a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.6f020aabe523dc65fbb44ece30c728c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.93044d9c3325559545090b246b71109c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.93044d9c3325559545090b246b71109c.jpg new file mode 100644 index 0000000..9af436a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.93044d9c3325559545090b246b71109c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.b76b78c8ba67ea6fdf70c43b0b7b3c03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.b76b78c8ba67ea6fdf70c43b0b7b3c03.jpg new file mode 100644 index 0000000..9af436a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.b76b78c8ba67ea6fdf70c43b0b7b3c03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.796e5e142350f39dec6adc8174b04389.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.796e5e142350f39dec6adc8174b04389.jpg new file mode 100644 index 0000000..a07d1ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.796e5e142350f39dec6adc8174b04389.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.895333db9cf75a4e2536547626ffe37d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.895333db9cf75a4e2536547626ffe37d.jpg new file mode 100644 index 0000000..a07d1ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.895333db9cf75a4e2536547626ffe37d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.b01832408eddc485f5a619c23029680a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.b01832408eddc485f5a619c23029680a.jpg new file mode 100644 index 0000000..a07d1ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.b01832408eddc485f5a619c23029680a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.3a77aa7c89bfd0b5a9fb7f0804824e27.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.3a77aa7c89bfd0b5a9fb7f0804824e27.jpg new file mode 100644 index 0000000..baf4889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.3a77aa7c89bfd0b5a9fb7f0804824e27.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.9ace03a34aaf5bff667071f0a0393082.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.9ace03a34aaf5bff667071f0a0393082.jpg new file mode 100644 index 0000000..baf4889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.9ace03a34aaf5bff667071f0a0393082.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.aa9222576e98c936553f064a76e41059.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.aa9222576e98c936553f064a76e41059.jpg new file mode 100644 index 0000000..baf4889 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.aa9222576e98c936553f064a76e41059.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.0db3713e71647383973c542f24b5acff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.0db3713e71647383973c542f24b5acff.jpg new file mode 100644 index 0000000..307d670 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.0db3713e71647383973c542f24b5acff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.6ad60d3b82b0a604028b1a76d1e4f9f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.6ad60d3b82b0a604028b1a76d1e4f9f4.jpg new file mode 100644 index 0000000..307d670 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.6ad60d3b82b0a604028b1a76d1e4f9f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.f20a7a991004db0814ea9c6a9b94ae9b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.f20a7a991004db0814ea9c6a9b94ae9b.jpg new file mode 100644 index 0000000..307d670 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.f20a7a991004db0814ea9c6a9b94ae9b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.9c6f876212f7cc7c5a18cb99d4210fac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.9c6f876212f7cc7c5a18cb99d4210fac.jpg new file mode 100644 index 0000000..b6fdf1c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.9c6f876212f7cc7c5a18cb99d4210fac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.a012da9c63f7bbf3cd49e3e15fe71987.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.a012da9c63f7bbf3cd49e3e15fe71987.jpg new file mode 100644 index 0000000..b6fdf1c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.a012da9c63f7bbf3cd49e3e15fe71987.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.c9a0da65a3da079c6eb0acbafd24a863.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.c9a0da65a3da079c6eb0acbafd24a863.jpg new file mode 100644 index 0000000..b6fdf1c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.c9a0da65a3da079c6eb0acbafd24a863.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.0d664211ba85d4f2bad0625d0a785d41.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.0d664211ba85d4f2bad0625d0a785d41.jpg new file mode 100644 index 0000000..6abda5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.0d664211ba85d4f2bad0625d0a785d41.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.3898e2ec7c9e3cfd1218e6b5baa73fa4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.3898e2ec7c9e3cfd1218e6b5baa73fa4.jpg new file mode 100644 index 0000000..6abda5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.3898e2ec7c9e3cfd1218e6b5baa73fa4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.8cc4861ee7af3d9454449c11e39d5b8a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.8cc4861ee7af3d9454449c11e39d5b8a.jpg new file mode 100644 index 0000000..6abda5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.8cc4861ee7af3d9454449c11e39d5b8a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.7a24288f04d26624bca2f28fc811434f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.7a24288f04d26624bca2f28fc811434f.jpg new file mode 100644 index 0000000..4be7b4e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.7a24288f04d26624bca2f28fc811434f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.871de0107821e52a545dbddb5bedda6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.871de0107821e52a545dbddb5bedda6e.jpg new file mode 100644 index 0000000..4be7b4e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.871de0107821e52a545dbddb5bedda6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.f4e1fa28d2de507e0928339e54562235.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.f4e1fa28d2de507e0928339e54562235.jpg new file mode 100644 index 0000000..4be7b4e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.f4e1fa28d2de507e0928339e54562235.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.08e1e9d95de89e586bfaf334c6c4c082.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.08e1e9d95de89e586bfaf334c6c4c082.jpg new file mode 100644 index 0000000..dd9613c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.08e1e9d95de89e586bfaf334c6c4c082.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.4d75e1141079b244b43395f7c11e997b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.4d75e1141079b244b43395f7c11e997b.jpg new file mode 100644 index 0000000..dd9613c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.4d75e1141079b244b43395f7c11e997b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.f099c26367caa8cdb4ed50089e69671b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.f099c26367caa8cdb4ed50089e69671b.jpg new file mode 100644 index 0000000..dd9613c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.f099c26367caa8cdb4ed50089e69671b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.3ad0e15c4542107dfcbc5d084048a64c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.3ad0e15c4542107dfcbc5d084048a64c.jpg new file mode 100644 index 0000000..5a094d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.3ad0e15c4542107dfcbc5d084048a64c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.92749b892c8b5b627bffb126c8ae20cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.92749b892c8b5b627bffb126c8ae20cd.jpg new file mode 100644 index 0000000..5a094d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.92749b892c8b5b627bffb126c8ae20cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.d5b47a969c6b27c47b03c0cbd7a70c42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.d5b47a969c6b27c47b03c0cbd7a70c42.jpg new file mode 100644 index 0000000..5a094d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.d5b47a969c6b27c47b03c0cbd7a70c42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.1336793f48f925258a4007f0324e4918.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.1336793f48f925258a4007f0324e4918.jpg new file mode 100644 index 0000000..4fafa0c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.1336793f48f925258a4007f0324e4918.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.3c4e79e4c24424abd16ebb6a3ca562b3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.3c4e79e4c24424abd16ebb6a3ca562b3.jpg new file mode 100644 index 0000000..4fafa0c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.3c4e79e4c24424abd16ebb6a3ca562b3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.7d5609e7ac34094a931b1cea1a866015.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.7d5609e7ac34094a931b1cea1a866015.jpg new file mode 100644 index 0000000..4fafa0c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.7d5609e7ac34094a931b1cea1a866015.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.1fc70a252068dc02db68fa7930bc38a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.1fc70a252068dc02db68fa7930bc38a2.jpg new file mode 100644 index 0000000..970935d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.1fc70a252068dc02db68fa7930bc38a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.272309b26d9efd0d61d3294ec89b2a7a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.272309b26d9efd0d61d3294ec89b2a7a.jpg new file mode 100644 index 0000000..970935d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.272309b26d9efd0d61d3294ec89b2a7a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.4a10eec34e74059e1672aeb2f69f164d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.4a10eec34e74059e1672aeb2f69f164d.jpg new file mode 100644 index 0000000..970935d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.4a10eec34e74059e1672aeb2f69f164d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.06b71c627084f099f62b748a00b704ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.06b71c627084f099f62b748a00b704ca.jpg new file mode 100644 index 0000000..f4742ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.06b71c627084f099f62b748a00b704ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.5894261547be15385ac8f6eb3b438750.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.5894261547be15385ac8f6eb3b438750.jpg new file mode 100644 index 0000000..f4742ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.5894261547be15385ac8f6eb3b438750.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.7832aed17c85dcbae7d95f01b68890de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.7832aed17c85dcbae7d95f01b68890de.jpg new file mode 100644 index 0000000..f4742ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.7832aed17c85dcbae7d95f01b68890de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.198cf9e43b18457e9d286eb8aea2f216.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.198cf9e43b18457e9d286eb8aea2f216.jpg new file mode 100644 index 0000000..bf11bec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.198cf9e43b18457e9d286eb8aea2f216.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.32f84d960d569ad057a624c1d097d4e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.32f84d960d569ad057a624c1d097d4e8.jpg new file mode 100644 index 0000000..bf11bec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.32f84d960d569ad057a624c1d097d4e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.4f3fe68dffe28445585f65ca3818ea22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.4f3fe68dffe28445585f65ca3818ea22.jpg new file mode 100644 index 0000000..bf11bec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.4f3fe68dffe28445585f65ca3818ea22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.2576e1b062652c427efb1647b1549f37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.2576e1b062652c427efb1647b1549f37.jpg new file mode 100644 index 0000000..0ae7296 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.2576e1b062652c427efb1647b1549f37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.5be8649d4a8b160ff73121faea49679b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.5be8649d4a8b160ff73121faea49679b.jpg new file mode 100644 index 0000000..0ae7296 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.5be8649d4a8b160ff73121faea49679b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.a2699a407f94fd037ebcc3931a7fe26b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.a2699a407f94fd037ebcc3931a7fe26b.jpg new file mode 100644 index 0000000..0ae7296 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.a2699a407f94fd037ebcc3931a7fe26b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.8a19b0cd7c1912a4df7d83a2aae9eb94.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.8a19b0cd7c1912a4df7d83a2aae9eb94.jpg new file mode 100644 index 0000000..3f88615 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.8a19b0cd7c1912a4df7d83a2aae9eb94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.ed99c16ae4279fa99255947266765203.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.ed99c16ae4279fa99255947266765203.jpg new file mode 100644 index 0000000..3f88615 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.ed99c16ae4279fa99255947266765203.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.f3d4e2c890a82544e64cb46a551b6630.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.f3d4e2c890a82544e64cb46a551b6630.jpg new file mode 100644 index 0000000..3f88615 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.f3d4e2c890a82544e64cb46a551b6630.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.1bd727fcd8ec8ccced93487ba5df71cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.1bd727fcd8ec8ccced93487ba5df71cb.jpg new file mode 100644 index 0000000..d81dccf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.1bd727fcd8ec8ccced93487ba5df71cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.46f8f597b1fa4c15d2b567cef93a4b6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.46f8f597b1fa4c15d2b567cef93a4b6a.jpg new file mode 100644 index 0000000..d81dccf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.46f8f597b1fa4c15d2b567cef93a4b6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.50bf1fd91aaf51843cababe90d26e3be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.50bf1fd91aaf51843cababe90d26e3be.jpg new file mode 100644 index 0000000..d81dccf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.50bf1fd91aaf51843cababe90d26e3be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.41a979f84284800af63292bafe30fb46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.41a979f84284800af63292bafe30fb46.jpg new file mode 100644 index 0000000..5c902b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.41a979f84284800af63292bafe30fb46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.8c1551770f4d149be65eeb633aaffeff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.8c1551770f4d149be65eeb633aaffeff.jpg new file mode 100644 index 0000000..5c902b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.8c1551770f4d149be65eeb633aaffeff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.52d9f6809de3752a7a4496646d63d481.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.52d9f6809de3752a7a4496646d63d481.jpg new file mode 100644 index 0000000..ddebb1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.52d9f6809de3752a7a4496646d63d481.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.6b844b3e45a690f2b65b19aec28e9beb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.6b844b3e45a690f2b65b19aec28e9beb.jpg new file mode 100644 index 0000000..ddebb1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.6b844b3e45a690f2b65b19aec28e9beb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.d5febfe0dc384a555be4048e641b553f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.d5febfe0dc384a555be4048e641b553f.jpg new file mode 100644 index 0000000..ddebb1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.d5febfe0dc384a555be4048e641b553f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.71ede87d4e7ab946227054eb0479baee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.71ede87d4e7ab946227054eb0479baee.jpg new file mode 100644 index 0000000..aef8b49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.71ede87d4e7ab946227054eb0479baee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.bd2f1a6e98973a0c4e93bf3c632bd441.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.bd2f1a6e98973a0c4e93bf3c632bd441.jpg new file mode 100644 index 0000000..aef8b49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.bd2f1a6e98973a0c4e93bf3c632bd441.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.f64061b074f19dffc8ccbdc86efc6443.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.f64061b074f19dffc8ccbdc86efc6443.jpg new file mode 100644 index 0000000..aef8b49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.f64061b074f19dffc8ccbdc86efc6443.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.9c6459c765c875d8ff9e980b369ee365.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.9c6459c765c875d8ff9e980b369ee365.jpg new file mode 100644 index 0000000..ed751c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.9c6459c765c875d8ff9e980b369ee365.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f5a9516ad2a75c765cba585c58da34d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f5a9516ad2a75c765cba585c58da34d7.jpg new file mode 100644 index 0000000..ed751c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f5a9516ad2a75c765cba585c58da34d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f9c62d1e22e54106713e7059e7768cd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f9c62d1e22e54106713e7059e7768cd3.jpg new file mode 100644 index 0000000..ed751c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f9c62d1e22e54106713e7059e7768cd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.335ccd75d94eb804dfbb787af032fa63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.335ccd75d94eb804dfbb787af032fa63.jpg new file mode 100644 index 0000000..2dba00c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.335ccd75d94eb804dfbb787af032fa63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.728467e02c9720c9f359a275eda41c15.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.728467e02c9720c9f359a275eda41c15.jpg new file mode 100644 index 0000000..2dba00c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.728467e02c9720c9f359a275eda41c15.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.feaa9d6d1cf838b51a6ed183a133925d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.feaa9d6d1cf838b51a6ed183a133925d.jpg new file mode 100644 index 0000000..2dba00c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.feaa9d6d1cf838b51a6ed183a133925d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.6758d29955e8b8e2376cd4044f463b21.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.6758d29955e8b8e2376cd4044f463b21.jpg new file mode 100644 index 0000000..de2c7ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.6758d29955e8b8e2376cd4044f463b21.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.add03e002bce063cd90257252040f722.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.add03e002bce063cd90257252040f722.jpg new file mode 100644 index 0000000..de2c7ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.add03e002bce063cd90257252040f722.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.c4ed46b8ff9b30d20b74cb934a17009b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.c4ed46b8ff9b30d20b74cb934a17009b.jpg new file mode 100644 index 0000000..de2c7ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.c4ed46b8ff9b30d20b74cb934a17009b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.4910b1c7a799f14bd79f9ba4c6a5d133.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.4910b1c7a799f14bd79f9ba4c6a5d133.jpg new file mode 100644 index 0000000..37f6bca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.4910b1c7a799f14bd79f9ba4c6a5d133.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.8a115fd15f4c13e6181ab26dd32cbde4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.8a115fd15f4c13e6181ab26dd32cbde4.jpg new file mode 100644 index 0000000..37f6bca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.8a115fd15f4c13e6181ab26dd32cbde4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.9c46a93013d2efcd09d7cea41edb76fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.9c46a93013d2efcd09d7cea41edb76fc.jpg new file mode 100644 index 0000000..37f6bca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.9c46a93013d2efcd09d7cea41edb76fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.21f483317dff977023502d73298266ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.21f483317dff977023502d73298266ad.jpg new file mode 100644 index 0000000..a6f5233 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.21f483317dff977023502d73298266ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.663181af0d4973f495311e185a9d7b15.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.663181af0d4973f495311e185a9d7b15.jpg new file mode 100644 index 0000000..a6f5233 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.663181af0d4973f495311e185a9d7b15.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.88c53909d1a6c8011fe4faeb5be49791.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.88c53909d1a6c8011fe4faeb5be49791.jpg new file mode 100644 index 0000000..a6f5233 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.88c53909d1a6c8011fe4faeb5be49791.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.322cbc07e8c69e332453a91f3b19dff1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.322cbc07e8c69e332453a91f3b19dff1.jpg new file mode 100644 index 0000000..1e59a33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.322cbc07e8c69e332453a91f3b19dff1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.a2f7026d1770901a1ba3f774f63f3750.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.a2f7026d1770901a1ba3f774f63f3750.jpg new file mode 100644 index 0000000..1e59a33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.a2f7026d1770901a1ba3f774f63f3750.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.df78a6b5c0e990074fcb9a9c8b87ff13.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.df78a6b5c0e990074fcb9a9c8b87ff13.jpg new file mode 100644 index 0000000..1e59a33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.df78a6b5c0e990074fcb9a9c8b87ff13.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.3420ba74104b241973c334d0879ec188.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.3420ba74104b241973c334d0879ec188.jpg new file mode 100644 index 0000000..2dc8752 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.3420ba74104b241973c334d0879ec188.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.8db530e415ba28c70a51cf2669c2eba5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.8db530e415ba28c70a51cf2669c2eba5.jpg new file mode 100644 index 0000000..2dc8752 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.8db530e415ba28c70a51cf2669c2eba5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.ff5c96c442a7b318ad4ea5171334ee60.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.ff5c96c442a7b318ad4ea5171334ee60.jpg new file mode 100644 index 0000000..2dc8752 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.ff5c96c442a7b318ad4ea5171334ee60.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.b2eb5972cfcba206e463d5fc1600f5ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.b2eb5972cfcba206e463d5fc1600f5ea.jpg new file mode 100644 index 0000000..4ebb54c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.b2eb5972cfcba206e463d5fc1600f5ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.dbb6092f3c697a672fc0270912d48e46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.dbb6092f3c697a672fc0270912d48e46.jpg new file mode 100644 index 0000000..4ebb54c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.dbb6092f3c697a672fc0270912d48e46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.ff40f0cd848d4fbff0a7b2dd3b561885.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.ff40f0cd848d4fbff0a7b2dd3b561885.jpg new file mode 100644 index 0000000..4ebb54c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.ff40f0cd848d4fbff0a7b2dd3b561885.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.2a5f82e354b313eba1d64c499447967c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.2a5f82e354b313eba1d64c499447967c.jpg new file mode 100644 index 0000000..a243eb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.2a5f82e354b313eba1d64c499447967c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.ceb20cef832ed162d234f0619c1ca1e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.ceb20cef832ed162d234f0619c1ca1e8.jpg new file mode 100644 index 0000000..a243eb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.ceb20cef832ed162d234f0619c1ca1e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.f43988e68c482f76db36bd534b70a171.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.f43988e68c482f76db36bd534b70a171.jpg new file mode 100644 index 0000000..a243eb2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.f43988e68c482f76db36bd534b70a171.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.cd02e4c2e861b9650e577708195b15cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.cd02e4c2e861b9650e577708195b15cd.jpg new file mode 100644 index 0000000..a61dea9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.cd02e4c2e861b9650e577708195b15cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.d23cdba11ac0582d290687e5605d7a4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.d23cdba11ac0582d290687e5605d7a4a.jpg new file mode 100644 index 0000000..a61dea9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.d23cdba11ac0582d290687e5605d7a4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.e6f7d375741a872225191b73c9609b44.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.e6f7d375741a872225191b73c9609b44.jpg new file mode 100644 index 0000000..a61dea9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.e6f7d375741a872225191b73c9609b44.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.506ea733d8afaddbc900ef9c304a34fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.506ea733d8afaddbc900ef9c304a34fa.jpg new file mode 100644 index 0000000..1897a7b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.506ea733d8afaddbc900ef9c304a34fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.748c8051f236c2701e8909cc7eb93bab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.748c8051f236c2701e8909cc7eb93bab.jpg new file mode 100644 index 0000000..1897a7b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.748c8051f236c2701e8909cc7eb93bab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.50626d50d1d8fe1ed42ccfe1a7f48816.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.50626d50d1d8fe1ed42ccfe1a7f48816.jpg new file mode 100644 index 0000000..075ba7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.50626d50d1d8fe1ed42ccfe1a7f48816.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.c75c50035369c2a5dd5298a2e73ce646.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.c75c50035369c2a5dd5298a2e73ce646.jpg new file mode 100644 index 0000000..075ba7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.c75c50035369c2a5dd5298a2e73ce646.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.cab851dcb8b73420dfb8e3c9674cdcef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.cab851dcb8b73420dfb8e3c9674cdcef.jpg new file mode 100644 index 0000000..075ba7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.cab851dcb8b73420dfb8e3c9674cdcef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.1866624aa5232dc71a440c10d67fbbf0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.1866624aa5232dc71a440c10d67fbbf0.jpg new file mode 100644 index 0000000..afdfec1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.1866624aa5232dc71a440c10d67fbbf0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.5a430f3219138f24f1ddea867d4dd60c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.5a430f3219138f24f1ddea867d4dd60c.jpg new file mode 100644 index 0000000..afdfec1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.5a430f3219138f24f1ddea867d4dd60c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.e3ab928f92c2c97851f88c82bcbe3706.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.e3ab928f92c2c97851f88c82bcbe3706.jpg new file mode 100644 index 0000000..afdfec1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.e3ab928f92c2c97851f88c82bcbe3706.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.5319415789d51177d764ca4d7fb01242.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.5319415789d51177d764ca4d7fb01242.jpg new file mode 100644 index 0000000..22088a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.5319415789d51177d764ca4d7fb01242.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.a21dd56cc9507f88d4c21ab16efe700c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.a21dd56cc9507f88d4c21ab16efe700c.jpg new file mode 100644 index 0000000..22088a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.a21dd56cc9507f88d4c21ab16efe700c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.ea85c2c2f4a6d8736f9212295444b5ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.ea85c2c2f4a6d8736f9212295444b5ba.jpg new file mode 100644 index 0000000..22088a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.ea85c2c2f4a6d8736f9212295444b5ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.255adc7810fa1ebaf2ed3db56b6e68d6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.255adc7810fa1ebaf2ed3db56b6e68d6.jpg new file mode 100644 index 0000000..687c76c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.255adc7810fa1ebaf2ed3db56b6e68d6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.b2d3d7dbd50663f7cdfe11680ad6c208.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.b2d3d7dbd50663f7cdfe11680ad6c208.jpg new file mode 100644 index 0000000..687c76c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.b2d3d7dbd50663f7cdfe11680ad6c208.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.d94bb30e70b17d156e875206f729fb38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.d94bb30e70b17d156e875206f729fb38.jpg new file mode 100644 index 0000000..687c76c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.d94bb30e70b17d156e875206f729fb38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.23263437d84a642bd9f2a94de45b4d57.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.23263437d84a642bd9f2a94de45b4d57.jpg new file mode 100644 index 0000000..6411048 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.23263437d84a642bd9f2a94de45b4d57.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.5b9897112bfe9a82fcea0b3dc538b685.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.5b9897112bfe9a82fcea0b3dc538b685.jpg new file mode 100644 index 0000000..6411048 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.5b9897112bfe9a82fcea0b3dc538b685.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.8df30b1d12c98bed60ab4a904985e7ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.8df30b1d12c98bed60ab4a904985e7ec.jpg new file mode 100644 index 0000000..6411048 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.8df30b1d12c98bed60ab4a904985e7ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.2fa75b1966a0071b6bf80221e5128e68.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.2fa75b1966a0071b6bf80221e5128e68.jpg new file mode 100644 index 0000000..99c9d50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.2fa75b1966a0071b6bf80221e5128e68.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.8a028e6829581192da4dfb77f57fe812.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.8a028e6829581192da4dfb77f57fe812.jpg new file mode 100644 index 0000000..99c9d50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.8a028e6829581192da4dfb77f57fe812.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.b9b56c000852c6e3b348af55fce231ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.b9b56c000852c6e3b348af55fce231ee.jpg new file mode 100644 index 0000000..99c9d50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.b9b56c000852c6e3b348af55fce231ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.794e745bd9b1b8fb7e8aac60cc3b3a16.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.794e745bd9b1b8fb7e8aac60cc3b3a16.jpg new file mode 100644 index 0000000..e32cac7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.794e745bd9b1b8fb7e8aac60cc3b3a16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.8d0668b2064d76b1cc69cead29311223.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.8d0668b2064d76b1cc69cead29311223.jpg new file mode 100644 index 0000000..e32cac7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.8d0668b2064d76b1cc69cead29311223.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.e55e2fc1054ea755c400d90d28055276.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.e55e2fc1054ea755c400d90d28055276.jpg new file mode 100644 index 0000000..e32cac7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.e55e2fc1054ea755c400d90d28055276.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.07819ac8adb26fb3d5a97187ad45cd78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.07819ac8adb26fb3d5a97187ad45cd78.jpg new file mode 100644 index 0000000..12ab400 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.07819ac8adb26fb3d5a97187ad45cd78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.5ef977c92647ef68dd4ebb85e7494ef8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.5ef977c92647ef68dd4ebb85e7494ef8.jpg new file mode 100644 index 0000000..12ab400 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.5ef977c92647ef68dd4ebb85e7494ef8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.f9be747b2162d8948dc20fca35eb02f3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.f9be747b2162d8948dc20fca35eb02f3.jpg new file mode 100644 index 0000000..12ab400 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.f9be747b2162d8948dc20fca35eb02f3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.0a2c045148148fbac01401a3b6a57f1e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.0a2c045148148fbac01401a3b6a57f1e.jpg new file mode 100644 index 0000000..9769ae6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.0a2c045148148fbac01401a3b6a57f1e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.5770ba60ae4bde60ec7216abe3ef0aac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.5770ba60ae4bde60ec7216abe3ef0aac.jpg new file mode 100644 index 0000000..9769ae6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.5770ba60ae4bde60ec7216abe3ef0aac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.c33f74ea59b535586919d0dd035b3397.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.c33f74ea59b535586919d0dd035b3397.jpg new file mode 100644 index 0000000..9769ae6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.c33f74ea59b535586919d0dd035b3397.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.36e1795616c556fb6127d6203a14b9fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.36e1795616c556fb6127d6203a14b9fd.jpg new file mode 100644 index 0000000..7bf6c5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.36e1795616c556fb6127d6203a14b9fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c4fb4d87b35ac607eb52634cb9a8bb91.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c4fb4d87b35ac607eb52634cb9a8bb91.jpg new file mode 100644 index 0000000..7bf6c5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c4fb4d87b35ac607eb52634cb9a8bb91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c9cb2eb1b11fde387425c8534408e070.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c9cb2eb1b11fde387425c8534408e070.jpg new file mode 100644 index 0000000..7bf6c5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c9cb2eb1b11fde387425c8534408e070.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.0c21a0ef248b5db26925b1f9de16875d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.0c21a0ef248b5db26925b1f9de16875d.jpg new file mode 100644 index 0000000..d668f86 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.0c21a0ef248b5db26925b1f9de16875d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.91cd5cf27ff798952d3fb96e5063c474.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.91cd5cf27ff798952d3fb96e5063c474.jpg new file mode 100644 index 0000000..d668f86 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.91cd5cf27ff798952d3fb96e5063c474.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.b7790804ac10735f155cf069b7760daa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.b7790804ac10735f155cf069b7760daa.jpg new file mode 100644 index 0000000..d668f86 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.b7790804ac10735f155cf069b7760daa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.6b2e691877e99336ecdfa8b581172da6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.6b2e691877e99336ecdfa8b581172da6.jpg new file mode 100644 index 0000000..e0ecd1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.6b2e691877e99336ecdfa8b581172da6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.8e316a5fe4ed3c1f7ce04f6a92b2a4db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.8e316a5fe4ed3c1f7ce04f6a92b2a4db.jpg new file mode 100644 index 0000000..e0ecd1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.8e316a5fe4ed3c1f7ce04f6a92b2a4db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.a5b6718ff2adf60af7fc434a2379d022.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.a5b6718ff2adf60af7fc434a2379d022.jpg new file mode 100644 index 0000000..e0ecd1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.a5b6718ff2adf60af7fc434a2379d022.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.263d716b8df4b5af13e4dd273783d0f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.263d716b8df4b5af13e4dd273783d0f7.jpg new file mode 100644 index 0000000..7e7cd03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.263d716b8df4b5af13e4dd273783d0f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.4b9b837ee34e934503ca375b899832de.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.4b9b837ee34e934503ca375b899832de.jpg new file mode 100644 index 0000000..7e7cd03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.4b9b837ee34e934503ca375b899832de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.5ab0e842cb2b1cf9f825c84a89cd040b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.5ab0e842cb2b1cf9f825c84a89cd040b.jpg new file mode 100644 index 0000000..7e7cd03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.5ab0e842cb2b1cf9f825c84a89cd040b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.2e56a57b31192e18c8ddaacc7b29fc3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.2e56a57b31192e18c8ddaacc7b29fc3b.jpg new file mode 100644 index 0000000..0783fbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.2e56a57b31192e18c8ddaacc7b29fc3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.6db6cd11869b2541634d5d2911f85cd9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.6db6cd11869b2541634d5d2911f85cd9.jpg new file mode 100644 index 0000000..0783fbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.6db6cd11869b2541634d5d2911f85cd9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.e5ca26c511f97b869c2b539d9827f6be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.e5ca26c511f97b869c2b539d9827f6be.jpg new file mode 100644 index 0000000..0783fbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.e5ca26c511f97b869c2b539d9827f6be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.5c78fce1b1e748dc2de8694cbb254396.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.5c78fce1b1e748dc2de8694cbb254396.jpg new file mode 100644 index 0000000..f4b3707 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.5c78fce1b1e748dc2de8694cbb254396.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.a4a1150817c29c204d884e246d1f09f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.a4a1150817c29c204d884e246d1f09f0.jpg new file mode 100644 index 0000000..f4b3707 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.a4a1150817c29c204d884e246d1f09f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.fff47827f6233c05cf0a97a033628ca9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.fff47827f6233c05cf0a97a033628ca9.jpg new file mode 100644 index 0000000..f4b3707 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.fff47827f6233c05cf0a97a033628ca9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.4b24d223669cfcfd192cdae25ce27060.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.4b24d223669cfcfd192cdae25ce27060.jpg new file mode 100644 index 0000000..d0a4b51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.4b24d223669cfcfd192cdae25ce27060.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.70579dba72d3638a0167621dc2868461.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.70579dba72d3638a0167621dc2868461.jpg new file mode 100644 index 0000000..d0a4b51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.70579dba72d3638a0167621dc2868461.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.fa1ff643c9738d24e50007597c198884.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.fa1ff643c9738d24e50007597c198884.jpg new file mode 100644 index 0000000..d0a4b51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.fa1ff643c9738d24e50007597c198884.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.9987faaf95306fb99793a8f5e1df0667.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.9987faaf95306fb99793a8f5e1df0667.jpg new file mode 100644 index 0000000..0f7b5df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.9987faaf95306fb99793a8f5e1df0667.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.a461da2bcd5b0bb9a9093d7eb52496eb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.a461da2bcd5b0bb9a9093d7eb52496eb.jpg new file mode 100644 index 0000000..0f7b5df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.a461da2bcd5b0bb9a9093d7eb52496eb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.ed5c2addaf1fc55a4362c37de7d74233.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.ed5c2addaf1fc55a4362c37de7d74233.jpg new file mode 100644 index 0000000..0f7b5df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.ed5c2addaf1fc55a4362c37de7d74233.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.520897319c933b98b7217a151a593c6f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.520897319c933b98b7217a151a593c6f.jpg new file mode 100644 index 0000000..6d0285b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.520897319c933b98b7217a151a593c6f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.7931473076472dde75c9aacaa93f2a20.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.7931473076472dde75c9aacaa93f2a20.jpg new file mode 100644 index 0000000..6d0285b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.7931473076472dde75c9aacaa93f2a20.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.a800725d473a3ed4d98c61e955256048.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.a800725d473a3ed4d98c61e955256048.jpg new file mode 100644 index 0000000..6d0285b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.a800725d473a3ed4d98c61e955256048.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.1c118e9cf38d2926d1ce6d845e9b6e79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.1c118e9cf38d2926d1ce6d845e9b6e79.jpg new file mode 100644 index 0000000..cac62a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.1c118e9cf38d2926d1ce6d845e9b6e79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.82a00643210f849c83a5032eee02abff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.82a00643210f849c83a5032eee02abff.jpg new file mode 100644 index 0000000..cac62a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.82a00643210f849c83a5032eee02abff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.a956cf9fee681917eab7dd3ea4b882af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.a956cf9fee681917eab7dd3ea4b882af.jpg new file mode 100644 index 0000000..cac62a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.a956cf9fee681917eab7dd3ea4b882af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.2ef07f8d87b6d176f3a74246d4ed011b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.2ef07f8d87b6d176f3a74246d4ed011b.jpg new file mode 100644 index 0000000..3791b6e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.2ef07f8d87b6d176f3a74246d4ed011b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.475d8d3a81fcb17983f7c7ec0c7fe07e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.475d8d3a81fcb17983f7c7ec0c7fe07e.jpg new file mode 100644 index 0000000..3791b6e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.475d8d3a81fcb17983f7c7ec0c7fe07e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.ae693161c3138f7d6d45b3b3a87a086d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.ae693161c3138f7d6d45b3b3a87a086d.jpg new file mode 100644 index 0000000..3791b6e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.ae693161c3138f7d6d45b3b3a87a086d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.c486bd78b0a65b1b4759089667324ebe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.c486bd78b0a65b1b4759089667324ebe.jpg new file mode 100644 index 0000000..710e61c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.c486bd78b0a65b1b4759089667324ebe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.d93b2a56db48acf2b28ad40122d9da4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.d93b2a56db48acf2b28ad40122d9da4f.jpg new file mode 100644 index 0000000..710e61c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.d93b2a56db48acf2b28ad40122d9da4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.faed8cbbf53ee361223ececd3a8c8288.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.faed8cbbf53ee361223ececd3a8c8288.jpg new file mode 100644 index 0000000..710e61c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.faed8cbbf53ee361223ececd3a8c8288.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.12a1961d34a4f19af7564385df4df540.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.12a1961d34a4f19af7564385df4df540.jpg new file mode 100644 index 0000000..60ae69f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.12a1961d34a4f19af7564385df4df540.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.38803321af423100786fec44920c4c08.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.38803321af423100786fec44920c4c08.jpg new file mode 100644 index 0000000..60ae69f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.38803321af423100786fec44920c4c08.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.92d2d4e2cb87e46e9f760c08d509deb0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.92d2d4e2cb87e46e9f760c08d509deb0.jpg new file mode 100644 index 0000000..1c4f11e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.92d2d4e2cb87e46e9f760c08d509deb0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bb6a383a153322f4e79e3948a8cf7e40.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bb6a383a153322f4e79e3948a8cf7e40.jpg new file mode 100644 index 0000000..1c4f11e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bb6a383a153322f4e79e3948a8cf7e40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bc2106e55e2e09c49f70b07581b5753f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bc2106e55e2e09c49f70b07581b5753f.jpg new file mode 100644 index 0000000..1c4f11e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bc2106e55e2e09c49f70b07581b5753f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.694de120abea09dddf0679ebdc968f74.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.694de120abea09dddf0679ebdc968f74.jpg new file mode 100644 index 0000000..1ffc060 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.694de120abea09dddf0679ebdc968f74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.b416112bfe19f6a6b56abe54e17419b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.b416112bfe19f6a6b56abe54e17419b1.jpg new file mode 100644 index 0000000..1ffc060 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.b416112bfe19f6a6b56abe54e17419b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.ea98ba8fe9041d02ed6275037fd03dcf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.ea98ba8fe9041d02ed6275037fd03dcf.jpg new file mode 100644 index 0000000..1ffc060 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.ea98ba8fe9041d02ed6275037fd03dcf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.6335fd6820659deb9da401431b733da5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.6335fd6820659deb9da401431b733da5.jpg new file mode 100644 index 0000000..509985f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.6335fd6820659deb9da401431b733da5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.7ebe66b60c6301c862af4928f701d14c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.7ebe66b60c6301c862af4928f701d14c.jpg new file mode 100644 index 0000000..509985f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.7ebe66b60c6301c862af4928f701d14c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.8f2d9bfb127f267bf0bd445bac2b1909.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.8f2d9bfb127f267bf0bd445bac2b1909.jpg new file mode 100644 index 0000000..509985f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.8f2d9bfb127f267bf0bd445bac2b1909.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.7119b44f422703065291f1e6c0b4e373.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.7119b44f422703065291f1e6c0b4e373.jpg new file mode 100644 index 0000000..094b1a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.7119b44f422703065291f1e6c0b4e373.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.d1fbce52972bef0537822d2ea96bf8ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.d1fbce52972bef0537822d2ea96bf8ba.jpg new file mode 100644 index 0000000..094b1a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.d1fbce52972bef0537822d2ea96bf8ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.f50dbb0119a54c6d19b2a643e82a13d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.f50dbb0119a54c6d19b2a643e82a13d9.jpg new file mode 100644 index 0000000..094b1a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.f50dbb0119a54c6d19b2a643e82a13d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.094b8a50a55de513d58917686eec31b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.094b8a50a55de513d58917686eec31b4.jpg new file mode 100644 index 0000000..69664a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.094b8a50a55de513d58917686eec31b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.ea51a7f5e21b343b46afe05b66940372.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.ea51a7f5e21b343b46afe05b66940372.jpg new file mode 100644 index 0000000..69664a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.ea51a7f5e21b343b46afe05b66940372.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.2c95849f3459a76430c241ba451cc16a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.2c95849f3459a76430c241ba451cc16a.jpg new file mode 100644 index 0000000..fb565e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.2c95849f3459a76430c241ba451cc16a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.68ce25627d8b38d5838d3bec0ef612b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.68ce25627d8b38d5838d3bec0ef612b7.jpg new file mode 100644 index 0000000..fb565e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.68ce25627d8b38d5838d3bec0ef612b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.e02694f204a4d55d74f9237877a15584.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.e02694f204a4d55d74f9237877a15584.jpg new file mode 100644 index 0000000..fb565e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.e02694f204a4d55d74f9237877a15584.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.786f549e1594c1789830a352f1360635.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.786f549e1594c1789830a352f1360635.jpg new file mode 100644 index 0000000..d489956 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.786f549e1594c1789830a352f1360635.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.882a0c9d6b2d5ff2f868368dff2f8610.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.882a0c9d6b2d5ff2f868368dff2f8610.jpg new file mode 100644 index 0000000..d489956 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.882a0c9d6b2d5ff2f868368dff2f8610.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.f3fc1e84ed2eb141e9ef2ff556d97775.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.f3fc1e84ed2eb141e9ef2ff556d97775.jpg new file mode 100644 index 0000000..d489956 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.f3fc1e84ed2eb141e9ef2ff556d97775.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.c7ee002aaa8262de66f1ba3e271adf28.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.c7ee002aaa8262de66f1ba3e271adf28.jpg new file mode 100644 index 0000000..17e6252 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.c7ee002aaa8262de66f1ba3e271adf28.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.dfc32efa767b82f3c5dde6b550f621a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.dfc32efa767b82f3c5dde6b550f621a2.jpg new file mode 100644 index 0000000..17e6252 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.dfc32efa767b82f3c5dde6b550f621a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.491c1a71e3289e399b0586838fd30fcb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.491c1a71e3289e399b0586838fd30fcb.jpg new file mode 100644 index 0000000..80a7fc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.491c1a71e3289e399b0586838fd30fcb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.56ae5f85b4fe0d33ed332bc6a6f38ac7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.56ae5f85b4fe0d33ed332bc6a6f38ac7.jpg new file mode 100644 index 0000000..80a7fc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.56ae5f85b4fe0d33ed332bc6a6f38ac7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.a9146f1e2cf87e82aab0256b7fe463c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.a9146f1e2cf87e82aab0256b7fe463c6.jpg new file mode 100644 index 0000000..80a7fc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.a9146f1e2cf87e82aab0256b7fe463c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.3dbf5aa1e4ad5a6f941b16f3157e6724.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.3dbf5aa1e4ad5a6f941b16f3157e6724.jpg new file mode 100644 index 0000000..ccc19ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.3dbf5aa1e4ad5a6f941b16f3157e6724.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.a439d7eb21892d909698397b0f46efda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.a439d7eb21892d909698397b0f46efda.jpg new file mode 100644 index 0000000..ccc19ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.a439d7eb21892d909698397b0f46efda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.b1f2ab8dbd78b6acb3e9737ee79b8890.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.b1f2ab8dbd78b6acb3e9737ee79b8890.jpg new file mode 100644 index 0000000..ccc19ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.b1f2ab8dbd78b6acb3e9737ee79b8890.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.01924a000937c321a4a69f9e51edcf67.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.01924a000937c321a4a69f9e51edcf67.jpg new file mode 100644 index 0000000..58cde3b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.01924a000937c321a4a69f9e51edcf67.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.a651f287be31eac4f3e3c8572fcd4fa9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.a651f287be31eac4f3e3c8572fcd4fa9.jpg new file mode 100644 index 0000000..58cde3b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.a651f287be31eac4f3e3c8572fcd4fa9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.b4770ba54b4cd55093214218efd5425e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.b4770ba54b4cd55093214218efd5425e.jpg new file mode 100644 index 0000000..58cde3b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.b4770ba54b4cd55093214218efd5425e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.24704a553f6ba07a09213ae02afe9011.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.24704a553f6ba07a09213ae02afe9011.jpg new file mode 100644 index 0000000..627c90e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.24704a553f6ba07a09213ae02afe9011.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.befc7d48aff533588793cc1c2e1e9067.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.befc7d48aff533588793cc1c2e1e9067.jpg new file mode 100644 index 0000000..627c90e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.befc7d48aff533588793cc1c2e1e9067.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.242fd43d811b03e650a1de378cea1c19.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.242fd43d811b03e650a1de378cea1c19.jpg new file mode 100644 index 0000000..606d93b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.242fd43d811b03e650a1de378cea1c19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.727ca6c3e9ab413176a1fa8e7ddb9aa5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.727ca6c3e9ab413176a1fa8e7ddb9aa5.jpg new file mode 100644 index 0000000..606d93b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.727ca6c3e9ab413176a1fa8e7ddb9aa5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.99d93793ae12420096397e17732181e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.99d93793ae12420096397e17732181e5.jpg new file mode 100644 index 0000000..606d93b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.99d93793ae12420096397e17732181e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.2c4ac5e96a91766c5a86a447cba27073.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.2c4ac5e96a91766c5a86a447cba27073.jpg new file mode 100644 index 0000000..574f687 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.2c4ac5e96a91766c5a86a447cba27073.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.691f452b589a820a5422e178f8df2093.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.691f452b589a820a5422e178f8df2093.jpg new file mode 100644 index 0000000..574f687 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.691f452b589a820a5422e178f8df2093.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.de73b9774bbfe31f04f3c8f5602e67f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.de73b9774bbfe31f04f3c8f5602e67f4.jpg new file mode 100644 index 0000000..574f687 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.de73b9774bbfe31f04f3c8f5602e67f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.1a5cac6d2b52d618fa722eeaf32a6ea5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.1a5cac6d2b52d618fa722eeaf32a6ea5.jpg new file mode 100644 index 0000000..a6b1225 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.1a5cac6d2b52d618fa722eeaf32a6ea5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.514a5e93cbfc3cfd3b396b27c1fb8e73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.514a5e93cbfc3cfd3b396b27c1fb8e73.jpg new file mode 100644 index 0000000..a6b1225 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.514a5e93cbfc3cfd3b396b27c1fb8e73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.8c02fcf7495cba32d1b648c9b5486f33.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.8c02fcf7495cba32d1b648c9b5486f33.jpg new file mode 100644 index 0000000..a6b1225 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.8c02fcf7495cba32d1b648c9b5486f33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.5e70219ab1a6baf3d8d9b3d35b48e61a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.5e70219ab1a6baf3d8d9b3d35b48e61a.jpg new file mode 100644 index 0000000..f02c6d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.5e70219ab1a6baf3d8d9b3d35b48e61a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e8ae86f8713add8b6c391fa213f69bce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e8ae86f8713add8b6c391fa213f69bce.jpg new file mode 100644 index 0000000..f02c6d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e8ae86f8713add8b6c391fa213f69bce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e91ce1d7d2c59d767e080aa509ff5578.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e91ce1d7d2c59d767e080aa509ff5578.jpg new file mode 100644 index 0000000..f02c6d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e91ce1d7d2c59d767e080aa509ff5578.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.8750f60b83c5acdc9633d32b55894992.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.8750f60b83c5acdc9633d32b55894992.jpg new file mode 100644 index 0000000..f868846 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.8750f60b83c5acdc9633d32b55894992.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.c98f9e20d79c6a4cc5f417737d4ffd6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.c98f9e20d79c6a4cc5f417737d4ffd6d.jpg new file mode 100644 index 0000000..f868846 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.c98f9e20d79c6a4cc5f417737d4ffd6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.e963503f6e0eb41959ccb79ceabaa4bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.e963503f6e0eb41959ccb79ceabaa4bb.jpg new file mode 100644 index 0000000..f868846 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.e963503f6e0eb41959ccb79ceabaa4bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd5ba2387d73e4e71e3cf349c741f84e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd5ba2387d73e4e71e3cf349c741f84e.jpg new file mode 100644 index 0000000..9760fcf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd5ba2387d73e4e71e3cf349c741f84e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd657d44e83002aa9d91d196416d4b10.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd657d44e83002aa9d91d196416d4b10.jpg new file mode 100644 index 0000000..9760fcf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd657d44e83002aa9d91d196416d4b10.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.126866f5fff6d20444b7dd1a7f6a3cb9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.126866f5fff6d20444b7dd1a7f6a3cb9.jpg new file mode 100644 index 0000000..d62f30f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.126866f5fff6d20444b7dd1a7f6a3cb9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.ddbe2cd4ac9da7090f2fcfb182c81c8a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.ddbe2cd4ac9da7090f2fcfb182c81c8a.jpg new file mode 100644 index 0000000..d62f30f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.ddbe2cd4ac9da7090f2fcfb182c81c8a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.f7412a6b2353f4bc6d9e3f238dcb34c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.f7412a6b2353f4bc6d9e3f238dcb34c6.jpg new file mode 100644 index 0000000..d62f30f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.f7412a6b2353f4bc6d9e3f238dcb34c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.2041d2abdfa6f379f3f0e0aed9f99ec5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.2041d2abdfa6f379f3f0e0aed9f99ec5.jpg new file mode 100644 index 0000000..c1dae1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.2041d2abdfa6f379f3f0e0aed9f99ec5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.515765539e30209439961a85ea421df1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.515765539e30209439961a85ea421df1.jpg new file mode 100644 index 0000000..c1dae1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.515765539e30209439961a85ea421df1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.e11188dab15df7ec4ea77b4c2450287e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.e11188dab15df7ec4ea77b4c2450287e.jpg new file mode 100644 index 0000000..c1dae1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.e11188dab15df7ec4ea77b4c2450287e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.0de0f7f82506ce9392c1b65e578cfcdc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.0de0f7f82506ce9392c1b65e578cfcdc.jpg new file mode 100644 index 0000000..828572d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.0de0f7f82506ce9392c1b65e578cfcdc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.8f04419ce752909252e0fe921d73dc24.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.8f04419ce752909252e0fe921d73dc24.jpg new file mode 100644 index 0000000..828572d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.8f04419ce752909252e0fe921d73dc24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.978be8cc1a82788df17361360442635c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.978be8cc1a82788df17361360442635c.jpg new file mode 100644 index 0000000..828572d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.978be8cc1a82788df17361360442635c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.6fa11dbdc60a6caaaca85e5376851eba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.6fa11dbdc60a6caaaca85e5376851eba.jpg new file mode 100644 index 0000000..d3225a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.6fa11dbdc60a6caaaca85e5376851eba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.7c39e40c6303fa874b4ff1c5a35c1526.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.7c39e40c6303fa874b4ff1c5a35c1526.jpg new file mode 100644 index 0000000..d3225a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.7c39e40c6303fa874b4ff1c5a35c1526.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.839677e54f558fd9e0a54f0e0e593574.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.839677e54f558fd9e0a54f0e0e593574.jpg new file mode 100644 index 0000000..d3225a7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.839677e54f558fd9e0a54f0e0e593574.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.0bc87226093e3a797823911fb8b3bc5a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.0bc87226093e3a797823911fb8b3bc5a.jpg new file mode 100644 index 0000000..02c7c74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.0bc87226093e3a797823911fb8b3bc5a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9344957ceff99ff7df775bdfb1598e0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9344957ceff99ff7df775bdfb1598e0e.jpg new file mode 100644 index 0000000..02c7c74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9344957ceff99ff7df775bdfb1598e0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9b4dba3ad5ce035b8aec65d651447555.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9b4dba3ad5ce035b8aec65d651447555.jpg new file mode 100644 index 0000000..02c7c74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9b4dba3ad5ce035b8aec65d651447555.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.0be8e1787174e1ae6f84c1684ab2fbab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.0be8e1787174e1ae6f84c1684ab2fbab.jpg new file mode 100644 index 0000000..baa43b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.0be8e1787174e1ae6f84c1684ab2fbab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.9934412a64b3da6080290f24610d6c15.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.9934412a64b3da6080290f24610d6c15.jpg new file mode 100644 index 0000000..baa43b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.9934412a64b3da6080290f24610d6c15.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.ee38e4d683c4121682ee8ae72eb2983f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.ee38e4d683c4121682ee8ae72eb2983f.jpg new file mode 100644 index 0000000..baa43b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.ee38e4d683c4121682ee8ae72eb2983f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.2fbbd418d5f20d42f8e375b7ddccfc61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.2fbbd418d5f20d42f8e375b7ddccfc61.jpg new file mode 100644 index 0000000..626ccbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.2fbbd418d5f20d42f8e375b7ddccfc61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.89d05d665a8874d875e5a0e90f054c32.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.89d05d665a8874d875e5a0e90f054c32.jpg new file mode 100644 index 0000000..626ccbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.89d05d665a8874d875e5a0e90f054c32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.b140c9883080614ea53d54deb88a0dac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.b140c9883080614ea53d54deb88a0dac.jpg new file mode 100644 index 0000000..626ccbf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.b140c9883080614ea53d54deb88a0dac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.1c7db56902aba91e9a4971b91d817151.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.1c7db56902aba91e9a4971b91d817151.jpg new file mode 100644 index 0000000..713636b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.1c7db56902aba91e9a4971b91d817151.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.3353417891631470572452dc8d2cead5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.3353417891631470572452dc8d2cead5.jpg new file mode 100644 index 0000000..713636b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.3353417891631470572452dc8d2cead5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.e7c6be9b4883f87568054598695b63b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.e7c6be9b4883f87568054598695b63b2.jpg new file mode 100644 index 0000000..713636b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.e7c6be9b4883f87568054598695b63b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.10067e8597e92b5af7e880c939ea0b98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.10067e8597e92b5af7e880c939ea0b98.jpg new file mode 100644 index 0000000..753e2c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.10067e8597e92b5af7e880c939ea0b98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.95857f5ce4daee2de2606ef1e4d8899e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.95857f5ce4daee2de2606ef1e4d8899e.jpg new file mode 100644 index 0000000..753e2c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.95857f5ce4daee2de2606ef1e4d8899e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.cbdce80a0dc37502eb8307e054171f59.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.cbdce80a0dc37502eb8307e054171f59.jpg new file mode 100644 index 0000000..753e2c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.cbdce80a0dc37502eb8307e054171f59.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.06aaf75510374eee264085feffb2c936.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.06aaf75510374eee264085feffb2c936.jpg new file mode 100644 index 0000000..5135bfd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.06aaf75510374eee264085feffb2c936.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.1e2b95972448b31f9ea7b1e01fa7e46d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.1e2b95972448b31f9ea7b1e01fa7e46d.jpg new file mode 100644 index 0000000..5135bfd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.1e2b95972448b31f9ea7b1e01fa7e46d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.9c8495bccd29fb336e3fc0e265e04027.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.9c8495bccd29fb336e3fc0e265e04027.jpg new file mode 100644 index 0000000..5135bfd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.9c8495bccd29fb336e3fc0e265e04027.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.016ac91da83793df8eb5c5f618b7a7b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.016ac91da83793df8eb5c5f618b7a7b7.jpg new file mode 100644 index 0000000..92e3f1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.016ac91da83793df8eb5c5f618b7a7b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.0e6daaa35e6ff7bf336133a58620a36e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.0e6daaa35e6ff7bf336133a58620a36e.jpg new file mode 100644 index 0000000..92e3f1d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.0e6daaa35e6ff7bf336133a58620a36e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.7b7b77af8eb428190495a0d4eb1daf48.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.7b7b77af8eb428190495a0d4eb1daf48.jpg new file mode 100644 index 0000000..cad14d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.7b7b77af8eb428190495a0d4eb1daf48.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.91ba21eabb8690dc8481cf4df1884d7e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.91ba21eabb8690dc8481cf4df1884d7e.jpg new file mode 100644 index 0000000..cad14d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.91ba21eabb8690dc8481cf4df1884d7e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.d7bd9e37d6704b4103b59f5c256bf75b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.d7bd9e37d6704b4103b59f5c256bf75b.jpg new file mode 100644 index 0000000..cad14d9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.d7bd9e37d6704b4103b59f5c256bf75b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.7717041f655691f20af5e6e5a5a7662d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.7717041f655691f20af5e6e5a5a7662d.jpg new file mode 100644 index 0000000..435bb3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.7717041f655691f20af5e6e5a5a7662d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.b6d34bb8a96ef2ad4d36e803a0962e3a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.b6d34bb8a96ef2ad4d36e803a0962e3a.jpg new file mode 100644 index 0000000..435bb3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.b6d34bb8a96ef2ad4d36e803a0962e3a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.2ecc42348b841a1d799bb1e8aecc26a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.2ecc42348b841a1d799bb1e8aecc26a1.jpg new file mode 100644 index 0000000..ce22aeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.2ecc42348b841a1d799bb1e8aecc26a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.4e0b35843323069e0c4ec895fa858b38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.4e0b35843323069e0c4ec895fa858b38.jpg new file mode 100644 index 0000000..ce22aeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.4e0b35843323069e0c4ec895fa858b38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.77732029859f03766602a520b15a3dd6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.77732029859f03766602a520b15a3dd6.jpg new file mode 100644 index 0000000..ce22aeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.77732029859f03766602a520b15a3dd6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.29a99a7aac65bd3a9cee56fd5fd711e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.29a99a7aac65bd3a9cee56fd5fd711e8.jpg new file mode 100644 index 0000000..f2b4b61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.29a99a7aac65bd3a9cee56fd5fd711e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.af5a835148184b11037d23fb7204797f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.af5a835148184b11037d23fb7204797f.jpg new file mode 100644 index 0000000..f2b4b61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.af5a835148184b11037d23fb7204797f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.e8fbdb1062aeb38af4d8abce10763cf2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.e8fbdb1062aeb38af4d8abce10763cf2.jpg new file mode 100644 index 0000000..f2b4b61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.e8fbdb1062aeb38af4d8abce10763cf2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.0b32f8a04a5771f32539eda48f28d1b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.0b32f8a04a5771f32539eda48f28d1b8.jpg new file mode 100644 index 0000000..ded88eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.0b32f8a04a5771f32539eda48f28d1b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.231315e6f531aa595ef249a20bdf5464.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.231315e6f531aa595ef249a20bdf5464.jpg new file mode 100644 index 0000000..ded88eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.231315e6f531aa595ef249a20bdf5464.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.c220b22ce0c8a47239c75419f08799dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.c220b22ce0c8a47239c75419f08799dc.jpg new file mode 100644 index 0000000..ded88eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.c220b22ce0c8a47239c75419f08799dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.31f9f7d38c4e9985599da1ee0ba0b93b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.31f9f7d38c4e9985599da1ee0ba0b93b.jpg new file mode 100644 index 0000000..2f3239d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.31f9f7d38c4e9985599da1ee0ba0b93b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.b418bf6bc51816db10fceab4833eacaf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.b418bf6bc51816db10fceab4833eacaf.jpg new file mode 100644 index 0000000..2f3239d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.b418bf6bc51816db10fceab4833eacaf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.f30d4a5bf409b3f79c05978f68df4995.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.f30d4a5bf409b3f79c05978f68df4995.jpg new file mode 100644 index 0000000..2f3239d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.f30d4a5bf409b3f79c05978f68df4995.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.06ea2f0dba8649f1c8babbf0cc9f7121.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.06ea2f0dba8649f1c8babbf0cc9f7121.jpg new file mode 100644 index 0000000..7f62344 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.06ea2f0dba8649f1c8babbf0cc9f7121.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.846e567b4a8d7607da2df42cd99b6b3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.846e567b4a8d7607da2df42cd99b6b3b.jpg new file mode 100644 index 0000000..7f62344 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.846e567b4a8d7607da2df42cd99b6b3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.d6bc372a16a269636aaf1bcf2d4833d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.d6bc372a16a269636aaf1bcf2d4833d9.jpg new file mode 100644 index 0000000..7f62344 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.d6bc372a16a269636aaf1bcf2d4833d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.307d3a2b4ba2a2f83e08d1e1b8b7bf40.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.307d3a2b4ba2a2f83e08d1e1b8b7bf40.jpg new file mode 100644 index 0000000..6ed9633 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.307d3a2b4ba2a2f83e08d1e1b8b7bf40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.406d1efb4e28865d0f414b6de91a204f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.406d1efb4e28865d0f414b6de91a204f.jpg new file mode 100644 index 0000000..6ed9633 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.406d1efb4e28865d0f414b6de91a204f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.ea8201b681383930736b4360a248dcf6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.ea8201b681383930736b4360a248dcf6.jpg new file mode 100644 index 0000000..6ed9633 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.ea8201b681383930736b4360a248dcf6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.6cb1cf9453c40b8c8e01bd1266f8abdf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.6cb1cf9453c40b8c8e01bd1266f8abdf.jpg new file mode 100644 index 0000000..47f95c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.6cb1cf9453c40b8c8e01bd1266f8abdf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.96cdf14bccfe0184401d46c43dbe4c72.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.96cdf14bccfe0184401d46c43dbe4c72.jpg new file mode 100644 index 0000000..47f95c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.96cdf14bccfe0184401d46c43dbe4c72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.f3e418d597b0965a664eb473f2b5977f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.f3e418d597b0965a664eb473f2b5977f.jpg new file mode 100644 index 0000000..47f95c0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.f3e418d597b0965a664eb473f2b5977f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.8b2053fae93fccd6c2839fd23baecbbc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.8b2053fae93fccd6c2839fd23baecbbc.jpg new file mode 100644 index 0000000..c74f369 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.8b2053fae93fccd6c2839fd23baecbbc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.bc160cdc1c7a52317cce5662d92a6539.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.bc160cdc1c7a52317cce5662d92a6539.jpg new file mode 100644 index 0000000..c74f369 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.bc160cdc1c7a52317cce5662d92a6539.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.ff60b19b2876f6f41c8d19c941f35cb8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.ff60b19b2876f6f41c8d19c941f35cb8.jpg new file mode 100644 index 0000000..c74f369 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.ff60b19b2876f6f41c8d19c941f35cb8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.02f6a75be664a4bbda6eb8fe50b39cac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.02f6a75be664a4bbda6eb8fe50b39cac.jpg new file mode 100644 index 0000000..ad6e0a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.02f6a75be664a4bbda6eb8fe50b39cac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.08ba36c6a6584b93e0141a553deca37e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.08ba36c6a6584b93e0141a553deca37e.jpg new file mode 100644 index 0000000..ad6e0a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.08ba36c6a6584b93e0141a553deca37e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.38d02756280a19019bdf98b162091ee9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.38d02756280a19019bdf98b162091ee9.jpg new file mode 100644 index 0000000..ad6e0a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.38d02756280a19019bdf98b162091ee9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.12c8c9ce4266f2511ee34fe80726b345.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.12c8c9ce4266f2511ee34fe80726b345.jpg new file mode 100644 index 0000000..b39fa50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.12c8c9ce4266f2511ee34fe80726b345.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.698b6f0700b074a7d93a929ffd15ba6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.698b6f0700b074a7d93a929ffd15ba6a.jpg new file mode 100644 index 0000000..b39fa50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.698b6f0700b074a7d93a929ffd15ba6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.ee8a63b913d9b597cfc5249e313faf3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.ee8a63b913d9b597cfc5249e313faf3e.jpg new file mode 100644 index 0000000..b39fa50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.ee8a63b913d9b597cfc5249e313faf3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.777a8587de63b63f6f1e50b360321a84.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.777a8587de63b63f6f1e50b360321a84.jpg new file mode 100644 index 0000000..ae36bc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.777a8587de63b63f6f1e50b360321a84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.b16f8066eea051f173b34c9d54db693c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.b16f8066eea051f173b34c9d54db693c.jpg new file mode 100644 index 0000000..ae36bc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.b16f8066eea051f173b34c9d54db693c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.d9d0960ac32b34470362ecbc29fe39ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.d9d0960ac32b34470362ecbc29fe39ed.jpg new file mode 100644 index 0000000..ae36bc2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.d9d0960ac32b34470362ecbc29fe39ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.221e1674537e24913190ffabf453b549.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.221e1674537e24913190ffabf453b549.jpg new file mode 100644 index 0000000..c69d1b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.221e1674537e24913190ffabf453b549.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.5c2ae495447faba45f9d472fc355be19.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.5c2ae495447faba45f9d472fc355be19.jpg new file mode 100644 index 0000000..c69d1b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.5c2ae495447faba45f9d472fc355be19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.f13347fa1a613d6319e1b1e1666300c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.f13347fa1a613d6319e1b1e1666300c9.jpg new file mode 100644 index 0000000..c69d1b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.f13347fa1a613d6319e1b1e1666300c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.5ad19cc4340dc6391dbf481e1cb29b4e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.5ad19cc4340dc6391dbf481e1cb29b4e.jpg new file mode 100644 index 0000000..27321dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.5ad19cc4340dc6391dbf481e1cb29b4e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.7cb23d760aae476904b9feeed4a478e3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.7cb23d760aae476904b9feeed4a478e3.jpg new file mode 100644 index 0000000..27321dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.7cb23d760aae476904b9feeed4a478e3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.e4a85004a831858cefc4dcfb97ad5dbf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.e4a85004a831858cefc4dcfb97ad5dbf.jpg new file mode 100644 index 0000000..27321dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.e4a85004a831858cefc4dcfb97ad5dbf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.7902b784f7fa70ae6485c5c1273d9e22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.7902b784f7fa70ae6485c5c1273d9e22.jpg new file mode 100644 index 0000000..57e2a50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.7902b784f7fa70ae6485c5c1273d9e22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.822a00d567ffb7a246dcc0941490d475.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.822a00d567ffb7a246dcc0941490d475.jpg new file mode 100644 index 0000000..57e2a50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.822a00d567ffb7a246dcc0941490d475.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.a97ac75ca5d4192dad32750d07ad1ecb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.a97ac75ca5d4192dad32750d07ad1ecb.jpg new file mode 100644 index 0000000..57e2a50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.a97ac75ca5d4192dad32750d07ad1ecb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.35bd88c6c19d27ebf60c9272d6ea1c4e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.35bd88c6c19d27ebf60c9272d6ea1c4e.jpg new file mode 100644 index 0000000..85210b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.35bd88c6c19d27ebf60c9272d6ea1c4e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.3713f9f6d758f0cc21ab3cc7861198b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.3713f9f6d758f0cc21ab3cc7861198b8.jpg new file mode 100644 index 0000000..85210b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.3713f9f6d758f0cc21ab3cc7861198b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.f6a62105b254cb963933bfcc8142cfe1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.f6a62105b254cb963933bfcc8142cfe1.jpg new file mode 100644 index 0000000..85210b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.f6a62105b254cb963933bfcc8142cfe1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.60082925223b7602a5a7db3e0ec7a731.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.60082925223b7602a5a7db3e0ec7a731.jpg new file mode 100644 index 0000000..976bed7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.60082925223b7602a5a7db3e0ec7a731.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.83153a469df2efe991d8d30dfecd7eac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.83153a469df2efe991d8d30dfecd7eac.jpg new file mode 100644 index 0000000..976bed7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.83153a469df2efe991d8d30dfecd7eac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.a4cf6b28cdb09bddedb4886db42cfcb3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.a4cf6b28cdb09bddedb4886db42cfcb3.jpg new file mode 100644 index 0000000..976bed7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.a4cf6b28cdb09bddedb4886db42cfcb3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.24257f87a80bab7acd9bbad85a92aca2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.24257f87a80bab7acd9bbad85a92aca2.jpg new file mode 100644 index 0000000..647d4d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.24257f87a80bab7acd9bbad85a92aca2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.417d0579cf257dcb505e5d55f9d4e942.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.417d0579cf257dcb505e5d55f9d4e942.jpg new file mode 100644 index 0000000..647d4d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.417d0579cf257dcb505e5d55f9d4e942.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.260e21db668ed3bc32b2c0ae734a329f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.260e21db668ed3bc32b2c0ae734a329f.jpg new file mode 100644 index 0000000..19dc224 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.260e21db668ed3bc32b2c0ae734a329f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.6de97ec105310108b2da049c57178249.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.6de97ec105310108b2da049c57178249.jpg new file mode 100644 index 0000000..19dc224 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.6de97ec105310108b2da049c57178249.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.78fcb2287d6e1e93660d09732743ffcb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.78fcb2287d6e1e93660d09732743ffcb.jpg new file mode 100644 index 0000000..19dc224 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.78fcb2287d6e1e93660d09732743ffcb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.3f6f657c01b916319087d2d6da955501.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.3f6f657c01b916319087d2d6da955501.jpg new file mode 100644 index 0000000..2717c93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.3f6f657c01b916319087d2d6da955501.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.83aadde67176f4cd6a1ed9f6c8c8ea16.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.83aadde67176f4cd6a1ed9f6c8c8ea16.jpg new file mode 100644 index 0000000..2717c93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.83aadde67176f4cd6a1ed9f6c8c8ea16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.ca152cc8e1eb51e28f3e0366b637e735.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.ca152cc8e1eb51e28f3e0366b637e735.jpg new file mode 100644 index 0000000..2717c93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.ca152cc8e1eb51e28f3e0366b637e735.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.0a1220fde35a728ab93d4b553371a547.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.0a1220fde35a728ab93d4b553371a547.jpg new file mode 100644 index 0000000..e333778 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.0a1220fde35a728ab93d4b553371a547.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.bf7b5ad3bc5f12ca7286dcf4211d1fdd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.bf7b5ad3bc5f12ca7286dcf4211d1fdd.jpg new file mode 100644 index 0000000..e333778 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.bf7b5ad3bc5f12ca7286dcf4211d1fdd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.e1c450d9d8300b854f56ce3f5bcbe51f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.e1c450d9d8300b854f56ce3f5bcbe51f.jpg new file mode 100644 index 0000000..e333778 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.e1c450d9d8300b854f56ce3f5bcbe51f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.5b846fc712feb16e932fbc71e42c2a35.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.5b846fc712feb16e932fbc71e42c2a35.jpg new file mode 100644 index 0000000..be23b40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.5b846fc712feb16e932fbc71e42c2a35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f21c5406ec1d26030e3d60f1ea0c2130.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f21c5406ec1d26030e3d60f1ea0c2130.jpg new file mode 100644 index 0000000..be23b40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f21c5406ec1d26030e3d60f1ea0c2130.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f4bbab4b6edbba11ef42f4d9656a040b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f4bbab4b6edbba11ef42f4d9656a040b.jpg new file mode 100644 index 0000000..be23b40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f4bbab4b6edbba11ef42f4d9656a040b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.6d96bf5bb49269884761bf25386af89f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.6d96bf5bb49269884761bf25386af89f.jpg new file mode 100644 index 0000000..dba5fcf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.6d96bf5bb49269884761bf25386af89f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.87525975556a0a45720cab26fe37297f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.87525975556a0a45720cab26fe37297f.jpg new file mode 100644 index 0000000..dba5fcf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.87525975556a0a45720cab26fe37297f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.f733e8adf00fd032badc629abbae3a64.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.f733e8adf00fd032badc629abbae3a64.jpg new file mode 100644 index 0000000..dba5fcf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.f733e8adf00fd032badc629abbae3a64.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.c5f4adbf0d5ae2c52aaa9ea52461dfc1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.c5f4adbf0d5ae2c52aaa9ea52461dfc1.jpg new file mode 100644 index 0000000..2a143a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.c5f4adbf0d5ae2c52aaa9ea52461dfc1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.e6d789244c4c7db9a01b6ae583d75970.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.e6d789244c4c7db9a01b6ae583d75970.jpg new file mode 100644 index 0000000..2a143a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.e6d789244c4c7db9a01b6ae583d75970.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.112d57b47906159a344dac828a5532b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.112d57b47906159a344dac828a5532b1.jpg new file mode 100644 index 0000000..93c7961 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.112d57b47906159a344dac828a5532b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.9d5f19d72eefcc67b3feb1c78a04c8f3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.9d5f19d72eefcc67b3feb1c78a04c8f3.jpg new file mode 100644 index 0000000..93c7961 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.9d5f19d72eefcc67b3feb1c78a04c8f3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.597c92c5e5ff71bf31150c40ee5ac684.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.597c92c5e5ff71bf31150c40ee5ac684.jpg new file mode 100644 index 0000000..1567e1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.597c92c5e5ff71bf31150c40ee5ac684.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.707077a7bd04d4f4813159b779308323.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.707077a7bd04d4f4813159b779308323.jpg new file mode 100644 index 0000000..1567e1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.707077a7bd04d4f4813159b779308323.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.96c23b7c1b69e0781726cd94bf5c4f0f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.96c23b7c1b69e0781726cd94bf5c4f0f.jpg new file mode 100644 index 0000000..1567e1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.96c23b7c1b69e0781726cd94bf5c4f0f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.05320c70c56766559d2251c6806b254c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.05320c70c56766559d2251c6806b254c.jpg new file mode 100644 index 0000000..1666d0a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.05320c70c56766559d2251c6806b254c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.83cc2868a6e74ad08ac0e53454913973.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.83cc2868a6e74ad08ac0e53454913973.jpg new file mode 100644 index 0000000..1666d0a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.83cc2868a6e74ad08ac0e53454913973.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.f84e91f3628632daac3ee36b52c3aba9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.f84e91f3628632daac3ee36b52c3aba9.jpg new file mode 100644 index 0000000..1666d0a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.f84e91f3628632daac3ee36b52c3aba9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.3e4d2e73237b492349199ef6a4c268d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.3e4d2e73237b492349199ef6a4c268d0.jpg new file mode 100644 index 0000000..c3dc6e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.3e4d2e73237b492349199ef6a4c268d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.402f850ec65decee0fbcd99cd80e15d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.402f850ec65decee0fbcd99cd80e15d9.jpg new file mode 100644 index 0000000..c3dc6e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.402f850ec65decee0fbcd99cd80e15d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.60cd9b86cb372f2855abe97fc99a88d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.60cd9b86cb372f2855abe97fc99a88d7.jpg new file mode 100644 index 0000000..c3dc6e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.60cd9b86cb372f2855abe97fc99a88d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.9f663af67166e8bee3a9c5fec0eaa44e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.9f663af67166e8bee3a9c5fec0eaa44e.jpg new file mode 100644 index 0000000..df6d781 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.9f663af67166e8bee3a9c5fec0eaa44e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.a2360b3e22b04cfbc614704eab510953.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.a2360b3e22b04cfbc614704eab510953.jpg new file mode 100644 index 0000000..df6d781 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.a2360b3e22b04cfbc614704eab510953.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.d0fe07db50637175c7df7f28369a4d87.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.d0fe07db50637175c7df7f28369a4d87.jpg new file mode 100644 index 0000000..df6d781 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.d0fe07db50637175c7df7f28369a4d87.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.6ab18c8439ebb1f2e815f2810e90dc99.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.6ab18c8439ebb1f2e815f2810e90dc99.jpg new file mode 100644 index 0000000..1a27bec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.6ab18c8439ebb1f2e815f2810e90dc99.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.92346f8cc6974cb17d4b077c72a9ec61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.92346f8cc6974cb17d4b077c72a9ec61.jpg new file mode 100644 index 0000000..1a27bec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.92346f8cc6974cb17d4b077c72a9ec61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.c4efe22746edcdcfb42decd3f50713d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.c4efe22746edcdcfb42decd3f50713d7.jpg new file mode 100644 index 0000000..1a27bec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.c4efe22746edcdcfb42decd3f50713d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.3f294e19ff513bc471d5e07441604edb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.3f294e19ff513bc471d5e07441604edb.jpg new file mode 100644 index 0000000..d2a0145 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.3f294e19ff513bc471d5e07441604edb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.50390d27b9ab95a3121649fcfc13116e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.50390d27b9ab95a3121649fcfc13116e.jpg new file mode 100644 index 0000000..d2a0145 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.50390d27b9ab95a3121649fcfc13116e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.59ba0bd26bf5e580c7b6604471ca9e24.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.59ba0bd26bf5e580c7b6604471ca9e24.jpg new file mode 100644 index 0000000..d2a0145 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.59ba0bd26bf5e580c7b6604471ca9e24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.71c5c9cf7ba39d436fe09c143a32770d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.71c5c9cf7ba39d436fe09c143a32770d.jpg new file mode 100644 index 0000000..d3e0e48 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.71c5c9cf7ba39d436fe09c143a32770d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.bdc946c94772cc6d9b7c2a5cfe6fa2c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.bdc946c94772cc6d9b7c2a5cfe6fa2c4.jpg new file mode 100644 index 0000000..d3e0e48 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.bdc946c94772cc6d9b7c2a5cfe6fa2c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.72b1479a0e789a97856905a3024ad2b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.72b1479a0e789a97856905a3024ad2b4.jpg new file mode 100644 index 0000000..8de7450 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.72b1479a0e789a97856905a3024ad2b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.e8966bb7892c839e19a32797e3ee9d21.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.e8966bb7892c839e19a32797e3ee9d21.jpg new file mode 100644 index 0000000..8de7450 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.e8966bb7892c839e19a32797e3ee9d21.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.f6c21f02ee4bbe4ce6c1f0de0b74ddf8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.f6c21f02ee4bbe4ce6c1f0de0b74ddf8.jpg new file mode 100644 index 0000000..8de7450 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.f6c21f02ee4bbe4ce6c1f0de0b74ddf8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.272e54f8b9461655cd531eb8e57118c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.272e54f8b9461655cd531eb8e57118c3.jpg new file mode 100644 index 0000000..5cb6086 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.272e54f8b9461655cd531eb8e57118c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.6afa98e2a7b6081ca3252e8854c498d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.6afa98e2a7b6081ca3252e8854c498d5.jpg new file mode 100644 index 0000000..5cb6086 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.6afa98e2a7b6081ca3252e8854c498d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.aff36cc68a3accce6a1e7bd29b26ccdb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.aff36cc68a3accce6a1e7bd29b26ccdb.jpg new file mode 100644 index 0000000..5cb6086 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.aff36cc68a3accce6a1e7bd29b26ccdb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.1540ec5e44365d1a6554ad11b2f58dc6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.1540ec5e44365d1a6554ad11b2f58dc6.jpg new file mode 100644 index 0000000..f99dda9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.1540ec5e44365d1a6554ad11b2f58dc6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.78483214deb8a3b40ee494ba6e2875d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.78483214deb8a3b40ee494ba6e2875d4.jpg new file mode 100644 index 0000000..f99dda9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.78483214deb8a3b40ee494ba6e2875d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.fca34cd082ece7f7f4f8b33c4bd518d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.fca34cd082ece7f7f4f8b33c4bd518d8.jpg new file mode 100644 index 0000000..f99dda9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.fca34cd082ece7f7f4f8b33c4bd518d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.4e4cb48e084b8951b9b6322f77932a51.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.4e4cb48e084b8951b9b6322f77932a51.jpg new file mode 100644 index 0000000..f6482bd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.4e4cb48e084b8951b9b6322f77932a51.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.fe5ebac78f97385bc2abc856ce713ac9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.fe5ebac78f97385bc2abc856ce713ac9.jpg new file mode 100644 index 0000000..f6482bd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.fe5ebac78f97385bc2abc856ce713ac9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.5cadeb27041db53fecbc19f6f5ac9365.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.5cadeb27041db53fecbc19f6f5ac9365.jpg new file mode 100644 index 0000000..266f871 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.5cadeb27041db53fecbc19f6f5ac9365.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e5f31a2191d0ab0dd9cee09f0a367a33.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e5f31a2191d0ab0dd9cee09f0a367a33.jpg new file mode 100644 index 0000000..266f871 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e5f31a2191d0ab0dd9cee09f0a367a33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e97146eb1bc2c25c08ac62c6630e7347.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e97146eb1bc2c25c08ac62c6630e7347.jpg new file mode 100644 index 0000000..266f871 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e97146eb1bc2c25c08ac62c6630e7347.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.5b8f5218856bae2c10df77d5bfb23bd6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.5b8f5218856bae2c10df77d5bfb23bd6.jpg new file mode 100644 index 0000000..9c8ad2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.5b8f5218856bae2c10df77d5bfb23bd6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.84263ef71a33991b23f2a7ac9f1feef5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.84263ef71a33991b23f2a7ac9f1feef5.jpg new file mode 100644 index 0000000..9c8ad2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.84263ef71a33991b23f2a7ac9f1feef5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.9dd60145182d008a3e8922a9f3117c3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.9dd60145182d008a3e8922a9f3117c3c.jpg new file mode 100644 index 0000000..9c8ad2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.9dd60145182d008a3e8922a9f3117c3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.15e5e72dc880737a2a8c89d57c73c799.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.15e5e72dc880737a2a8c89d57c73c799.jpg new file mode 100644 index 0000000..d440c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.15e5e72dc880737a2a8c89d57c73c799.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.70d49cd934f1b7bd2250ca250697c159.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.70d49cd934f1b7bd2250ca250697c159.jpg new file mode 100644 index 0000000..d440c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.70d49cd934f1b7bd2250ca250697c159.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.7bec287058f59ab9802c4198a85aceea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.7bec287058f59ab9802c4198a85aceea.jpg new file mode 100644 index 0000000..d440c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.7bec287058f59ab9802c4198a85aceea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.520f7431976f69b4ef6c65180a013498.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.520f7431976f69b4ef6c65180a013498.jpg new file mode 100644 index 0000000..2725c8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.520f7431976f69b4ef6c65180a013498.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.8641a1f01d141de2373cb956a3c8ba6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.8641a1f01d141de2373cb956a3c8ba6c.jpg new file mode 100644 index 0000000..2725c8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.8641a1f01d141de2373cb956a3c8ba6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.0b55b7fed9fb29141a8e92e628097392.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.0b55b7fed9fb29141a8e92e628097392.jpg new file mode 100644 index 0000000..84ab7fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.0b55b7fed9fb29141a8e92e628097392.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e087c4f9a077f9d80929c67981ea93af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e087c4f9a077f9d80929c67981ea93af.jpg new file mode 100644 index 0000000..84ab7fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e087c4f9a077f9d80929c67981ea93af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e7d6dfbeeac1a7c83014855b3b332e96.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e7d6dfbeeac1a7c83014855b3b332e96.jpg new file mode 100644 index 0000000..84ab7fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e7d6dfbeeac1a7c83014855b3b332e96.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.0a65645dd61b7d5565d7fe12436e199a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.0a65645dd61b7d5565d7fe12436e199a.jpg new file mode 100644 index 0000000..36bc4e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.0a65645dd61b7d5565d7fe12436e199a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.14abfebffc9c55855217a62341f4853d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.14abfebffc9c55855217a62341f4853d.jpg new file mode 100644 index 0000000..36bc4e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.14abfebffc9c55855217a62341f4853d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.742c605884e47dd6394ad386ea89852a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.742c605884e47dd6394ad386ea89852a.jpg new file mode 100644 index 0000000..36bc4e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.742c605884e47dd6394ad386ea89852a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.af78342b38f4b44e0685cce450f73ebe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.af78342b38f4b44e0685cce450f73ebe.jpg new file mode 100644 index 0000000..90b458b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.af78342b38f4b44e0685cce450f73ebe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.b55acb3770e5b947a5c9fabbb5fba8bf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.b55acb3770e5b947a5c9fabbb5fba8bf.jpg new file mode 100644 index 0000000..90b458b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.b55acb3770e5b947a5c9fabbb5fba8bf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.ed40af8e0ed73d22a638a7ae1833c8ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.ed40af8e0ed73d22a638a7ae1833c8ec.jpg new file mode 100644 index 0000000..90b458b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.ed40af8e0ed73d22a638a7ae1833c8ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.10be976bd1d41881e0557d8dc40cb136.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.10be976bd1d41881e0557d8dc40cb136.jpg new file mode 100644 index 0000000..de97b8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.10be976bd1d41881e0557d8dc40cb136.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.1fd823ec19221d2d5c2361ad5d4fd3a3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.1fd823ec19221d2d5c2361ad5d4fd3a3.jpg new file mode 100644 index 0000000..de97b8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.1fd823ec19221d2d5c2361ad5d4fd3a3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.23865b1dccfd92ee314e8e215e3a14e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.23865b1dccfd92ee314e8e215e3a14e4.jpg new file mode 100644 index 0000000..de97b8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.23865b1dccfd92ee314e8e215e3a14e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.02f61ac2871158d0b2d5ef00c3a71593.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.02f61ac2871158d0b2d5ef00c3a71593.jpg new file mode 100644 index 0000000..dd47b09 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.02f61ac2871158d0b2d5ef00c3a71593.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.575a0e295fa70b726e8e7340b90c4ef5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.575a0e295fa70b726e8e7340b90c4ef5.jpg new file mode 100644 index 0000000..dd47b09 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.575a0e295fa70b726e8e7340b90c4ef5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.781108ed7e51f8264c41120cd660b7ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.781108ed7e51f8264c41120cd660b7ec.jpg new file mode 100644 index 0000000..dd47b09 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.781108ed7e51f8264c41120cd660b7ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.1ade6d92e2a3ea0d59038f474a2a83fb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.1ade6d92e2a3ea0d59038f474a2a83fb.jpg new file mode 100644 index 0000000..309942d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.1ade6d92e2a3ea0d59038f474a2a83fb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.dc19245e3b07e72658194f21a397a692.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.dc19245e3b07e72658194f21a397a692.jpg new file mode 100644 index 0000000..309942d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.dc19245e3b07e72658194f21a397a692.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.ecf233697aacf94c72c6960c8b2b118d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.ecf233697aacf94c72c6960c8b2b118d.jpg new file mode 100644 index 0000000..309942d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.ecf233697aacf94c72c6960c8b2b118d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.077b63f3fb0feb765006dcb646acc140.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.077b63f3fb0feb765006dcb646acc140.jpg new file mode 100644 index 0000000..76cd587 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.077b63f3fb0feb765006dcb646acc140.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.564f439074892f6f4c5d1c011f0ac2dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.564f439074892f6f4c5d1c011f0ac2dc.jpg new file mode 100644 index 0000000..76cd587 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.564f439074892f6f4c5d1c011f0ac2dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.d8a1f8530960b7971a39feaab235cc3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.d8a1f8530960b7971a39feaab235cc3c.jpg new file mode 100644 index 0000000..76cd587 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.d8a1f8530960b7971a39feaab235cc3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.7216a4c49edc954b2b708764e790dcde.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.7216a4c49edc954b2b708764e790dcde.jpg new file mode 100644 index 0000000..1ef9787 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.7216a4c49edc954b2b708764e790dcde.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.dec07d87ecc8259e397da5913d0da63e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.dec07d87ecc8259e397da5913d0da63e.jpg new file mode 100644 index 0000000..1ef9787 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.dec07d87ecc8259e397da5913d0da63e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.f1c8e848ec6a2c32fcb4be8301d4fa2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.f1c8e848ec6a2c32fcb4be8301d4fa2a.jpg new file mode 100644 index 0000000..1ef9787 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.f1c8e848ec6a2c32fcb4be8301d4fa2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.351a01f0b774d8e3678baf71758096fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.351a01f0b774d8e3678baf71758096fa.jpg new file mode 100644 index 0000000..67fcf7e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.351a01f0b774d8e3678baf71758096fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.97c4fe942320bae286255a791401ba4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.97c4fe942320bae286255a791401ba4a.jpg new file mode 100644 index 0000000..67fcf7e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.97c4fe942320bae286255a791401ba4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.e887a22f00d4039e5cfc1b8f973b8f03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.e887a22f00d4039e5cfc1b8f973b8f03.jpg new file mode 100644 index 0000000..67fcf7e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.e887a22f00d4039e5cfc1b8f973b8f03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.1b885654eabc6b495e9f9349e6acc11e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.1b885654eabc6b495e9f9349e6acc11e.jpg new file mode 100644 index 0000000..dd9aacf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.1b885654eabc6b495e9f9349e6acc11e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.9f35fba39c882ba15f42d0900343215c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.9f35fba39c882ba15f42d0900343215c.jpg new file mode 100644 index 0000000..dd9aacf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.9f35fba39c882ba15f42d0900343215c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.b890071288e84cdcebe52405089efc6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.b890071288e84cdcebe52405089efc6a.jpg new file mode 100644 index 0000000..dd9aacf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.b890071288e84cdcebe52405089efc6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.124dcd82ac98fcf21777d3295977eeac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.124dcd82ac98fcf21777d3295977eeac.jpg new file mode 100644 index 0000000..3cdd0b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.124dcd82ac98fcf21777d3295977eeac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.1ac8f2c936607dc18a3ba5d154645103.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.1ac8f2c936607dc18a3ba5d154645103.jpg new file mode 100644 index 0000000..3cdd0b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.1ac8f2c936607dc18a3ba5d154645103.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.ca0b5422038d5e80119e08afcb16e9f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.ca0b5422038d5e80119e08afcb16e9f0.jpg new file mode 100644 index 0000000..3cdd0b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.ca0b5422038d5e80119e08afcb16e9f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.0190cccb147b8c1f3df153e7f52ddd0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.0190cccb147b8c1f3df153e7f52ddd0e.jpg new file mode 100644 index 0000000..9b7532a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.0190cccb147b8c1f3df153e7f52ddd0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.4e563be9568aa65ef2c2c7b3e7be6017.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.4e563be9568aa65ef2c2c7b3e7be6017.jpg new file mode 100644 index 0000000..9b7532a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.4e563be9568aa65ef2c2c7b3e7be6017.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.85b774aeb572e0cdc12c27365ecd8d5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.85b774aeb572e0cdc12c27365ecd8d5b.jpg new file mode 100644 index 0000000..9b7532a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.85b774aeb572e0cdc12c27365ecd8d5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3a74e047048468c4fc303221c28fce7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3a74e047048468c4fc303221c28fce7f.jpg new file mode 100644 index 0000000..aca6a84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3a74e047048468c4fc303221c28fce7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3b4e6c18680316c92e995cc9e27ffb92.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3b4e6c18680316c92e995cc9e27ffb92.jpg new file mode 100644 index 0000000..aca6a84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3b4e6c18680316c92e995cc9e27ffb92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.41d1768430109c00fb695a31687bf72e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.41d1768430109c00fb695a31687bf72e.jpg new file mode 100644 index 0000000..aca6a84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.41d1768430109c00fb695a31687bf72e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.1e799f752b672084ab11a79536ba36a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.1e799f752b672084ab11a79536ba36a7.jpg new file mode 100644 index 0000000..9bb42ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.1e799f752b672084ab11a79536ba36a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c54a90390517f36278e36cad37f70ca6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c54a90390517f36278e36cad37f70ca6.jpg new file mode 100644 index 0000000..9bb42ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c54a90390517f36278e36cad37f70ca6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c7c1d288ee39a56aeb332f6a1df5be47.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c7c1d288ee39a56aeb332f6a1df5be47.jpg new file mode 100644 index 0000000..9bb42ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c7c1d288ee39a56aeb332f6a1df5be47.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.62a5db59d9c0404e9d019f744121ea2d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.62a5db59d9c0404e9d019f744121ea2d.jpg new file mode 100644 index 0000000..66f9cae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.62a5db59d9c0404e9d019f744121ea2d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.ae8634335764cfd29d86a559d6984bae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.ae8634335764cfd29d86a559d6984bae.jpg new file mode 100644 index 0000000..66f9cae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.ae8634335764cfd29d86a559d6984bae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.f31112df2d14d6dc7f9185d128dbdc8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.f31112df2d14d6dc7f9185d128dbdc8c.jpg new file mode 100644 index 0000000..66f9cae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.f31112df2d14d6dc7f9185d128dbdc8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.7984495f49d0fdca9eb59c5b858661a6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.7984495f49d0fdca9eb59c5b858661a6.jpg new file mode 100644 index 0000000..a27bd50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.7984495f49d0fdca9eb59c5b858661a6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.b3c0acb8e399c3200a8d77c8ead74572.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.b3c0acb8e399c3200a8d77c8ead74572.jpg new file mode 100644 index 0000000..a27bd50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.b3c0acb8e399c3200a8d77c8ead74572.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.c0e63a64f936d58fec1b663612865a8e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.c0e63a64f936d58fec1b663612865a8e.jpg new file mode 100644 index 0000000..a27bd50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.c0e63a64f936d58fec1b663612865a8e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.41146d943d5b3391340d793c5109645b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.41146d943d5b3391340d793c5109645b.jpg new file mode 100644 index 0000000..969506a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.41146d943d5b3391340d793c5109645b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.8dfc9d9e3ae0838142317a582af5f721.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.8dfc9d9e3ae0838142317a582af5f721.jpg new file mode 100644 index 0000000..969506a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.8dfc9d9e3ae0838142317a582af5f721.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.ba81065fe83068566c64e85b7810a6c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.ba81065fe83068566c64e85b7810a6c7.jpg new file mode 100644 index 0000000..969506a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.ba81065fe83068566c64e85b7810a6c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.0242a047471dc61ab57f754f52e02970.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.0242a047471dc61ab57f754f52e02970.jpg new file mode 100644 index 0000000..be04476 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.0242a047471dc61ab57f754f52e02970.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.2dc893effcfa6f1c25e80e5f0ae8d642.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.2dc893effcfa6f1c25e80e5f0ae8d642.jpg new file mode 100644 index 0000000..be04476 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.2dc893effcfa6f1c25e80e5f0ae8d642.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.a05ada237d4b67f3dbad95cfce860333.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.a05ada237d4b67f3dbad95cfce860333.jpg new file mode 100644 index 0000000..be04476 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.a05ada237d4b67f3dbad95cfce860333.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.9591091be16d3890da9b62c131b0b52e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.9591091be16d3890da9b62c131b0b52e.jpg new file mode 100644 index 0000000..f3a028e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.9591091be16d3890da9b62c131b0b52e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.a4cf32e686b07b7bb4244572a6076e09.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.a4cf32e686b07b7bb4244572a6076e09.jpg new file mode 100644 index 0000000..f3a028e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.a4cf32e686b07b7bb4244572a6076e09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.f49a2534e6b379f9440148c973c10568.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.f49a2534e6b379f9440148c973c10568.jpg new file mode 100644 index 0000000..f3a028e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.f49a2534e6b379f9440148c973c10568.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.45d1e1149c0ce43fd528a891767ca0c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.45d1e1149c0ce43fd528a891767ca0c9.jpg new file mode 100644 index 0000000..66aa03e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.45d1e1149c0ce43fd528a891767ca0c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.5f97a419e953133ba71669b80ce2f5e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.5f97a419e953133ba71669b80ce2f5e6.jpg new file mode 100644 index 0000000..66aa03e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.5f97a419e953133ba71669b80ce2f5e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.79dc817e4ecb9dfd7bf837f84ffb4827.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.79dc817e4ecb9dfd7bf837f84ffb4827.jpg new file mode 100644 index 0000000..66aa03e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.79dc817e4ecb9dfd7bf837f84ffb4827.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.a333eca38b84542b0e9817f5757f7c8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.a333eca38b84542b0e9817f5757f7c8c.jpg new file mode 100644 index 0000000..6e7218a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.a333eca38b84542b0e9817f5757f7c8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c2f831e2b1e6bf44e0a415293cf65fc7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c2f831e2b1e6bf44e0a415293cf65fc7.jpg new file mode 100644 index 0000000..6e7218a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c2f831e2b1e6bf44e0a415293cf65fc7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c414d4a5afd413340fceba35b854e0a6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c414d4a5afd413340fceba35b854e0a6.jpg new file mode 100644 index 0000000..6e7218a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c414d4a5afd413340fceba35b854e0a6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.0e603acb5ab5fb33d9130702911e5ae8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.0e603acb5ab5fb33d9130702911e5ae8.jpg new file mode 100644 index 0000000..767f7ca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.0e603acb5ab5fb33d9130702911e5ae8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.840c9635fd6d39a369de921df8b31204.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.840c9635fd6d39a369de921df8b31204.jpg new file mode 100644 index 0000000..767f7ca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.840c9635fd6d39a369de921df8b31204.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.3d9462d7c91983555e38c770e58d7ca5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.3d9462d7c91983555e38c770e58d7ca5.jpg new file mode 100644 index 0000000..7a7a575 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.3d9462d7c91983555e38c770e58d7ca5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.77ea4b2ad2871a2b7cb25f88b4a5c5cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.77ea4b2ad2871a2b7cb25f88b4a5c5cd.jpg new file mode 100644 index 0000000..7a7a575 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.77ea4b2ad2871a2b7cb25f88b4a5c5cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.96a06b669f74819ebee92e199b06afef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.96a06b669f74819ebee92e199b06afef.jpg new file mode 100644 index 0000000..7a7a575 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.96a06b669f74819ebee92e199b06afef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.18d166e5c45f145fc92712973117bba6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.18d166e5c45f145fc92712973117bba6.jpg new file mode 100644 index 0000000..a75db9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.18d166e5c45f145fc92712973117bba6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.712580163e22d35310037ed8cff3cda9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.712580163e22d35310037ed8cff3cda9.jpg new file mode 100644 index 0000000..a75db9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.712580163e22d35310037ed8cff3cda9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.83f53a5e3b68864b6e81eed415daee52.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.83f53a5e3b68864b6e81eed415daee52.jpg new file mode 100644 index 0000000..a75db9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.83f53a5e3b68864b6e81eed415daee52.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.4472f78e4a34722977690fdb735073bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.4472f78e4a34722977690fdb735073bd.jpg new file mode 100644 index 0000000..07c886b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.4472f78e4a34722977690fdb735073bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.75d1c1efdafdbec597ad0bfe9791a1ec.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.75d1c1efdafdbec597ad0bfe9791a1ec.jpg new file mode 100644 index 0000000..07c886b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.75d1c1efdafdbec597ad0bfe9791a1ec.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.e2a590022307c6eb0cacae624411d673.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.e2a590022307c6eb0cacae624411d673.jpg new file mode 100644 index 0000000..07c886b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.e2a590022307c6eb0cacae624411d673.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.2010bc10bdcd767614f98d4176e7ea99.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.2010bc10bdcd767614f98d4176e7ea99.jpg new file mode 100644 index 0000000..b53eaad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.2010bc10bdcd767614f98d4176e7ea99.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.3ee2dd92ec60623ff9bf0b11ee0508b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.3ee2dd92ec60623ff9bf0b11ee0508b5.jpg new file mode 100644 index 0000000..b53eaad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.3ee2dd92ec60623ff9bf0b11ee0508b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.76469c17084dfbe2454afb91101275c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.76469c17084dfbe2454afb91101275c2.jpg new file mode 100644 index 0000000..b53eaad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.76469c17084dfbe2454afb91101275c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.212cf0aa2157963700568b9f92d7b00b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.212cf0aa2157963700568b9f92d7b00b.jpg new file mode 100644 index 0000000..19de553 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.212cf0aa2157963700568b9f92d7b00b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.2c5211ee3f020b51cce8410370fc6528.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.2c5211ee3f020b51cce8410370fc6528.jpg new file mode 100644 index 0000000..19de553 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.2c5211ee3f020b51cce8410370fc6528.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.8dda32bd1cd23bcb0f179f0c8830f002.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.8dda32bd1cd23bcb0f179f0c8830f002.jpg new file mode 100644 index 0000000..19de553 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.8dda32bd1cd23bcb0f179f0c8830f002.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ad28c9c6b04c14ae7bec21a8b668a494.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ad28c9c6b04c14ae7bec21a8b668a494.jpg new file mode 100644 index 0000000..0701a34 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ad28c9c6b04c14ae7bec21a8b668a494.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.b164f13f958600bc73103fbfb419fb14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.b164f13f958600bc73103fbfb419fb14.jpg new file mode 100644 index 0000000..0701a34 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.b164f13f958600bc73103fbfb419fb14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ba1ae18a40758dc72819c123a7e517d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ba1ae18a40758dc72819c123a7e517d1.jpg new file mode 100644 index 0000000..0701a34 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ba1ae18a40758dc72819c123a7e517d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.00bf97933845c3d1a79dedc5b8453358.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.00bf97933845c3d1a79dedc5b8453358.jpg new file mode 100644 index 0000000..a44b628 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.00bf97933845c3d1a79dedc5b8453358.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.addd1e5977af27cfb9b8ce1b23547d8d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.addd1e5977af27cfb9b8ce1b23547d8d.jpg new file mode 100644 index 0000000..a44b628 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.addd1e5977af27cfb9b8ce1b23547d8d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.fe217f8fde9f71163b6d6f9c4c181f5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.fe217f8fde9f71163b6d6f9c4c181f5d.jpg new file mode 100644 index 0000000..a44b628 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.fe217f8fde9f71163b6d6f9c4c181f5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.b24a3e3f164eae6554e5b2482a3eeb2f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.b24a3e3f164eae6554e5b2482a3eeb2f.jpg new file mode 100644 index 0000000..d97e45b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.b24a3e3f164eae6554e5b2482a3eeb2f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.ca11a124b490d535d0a30ab588366030.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.ca11a124b490d535d0a30ab588366030.jpg new file mode 100644 index 0000000..d97e45b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.ca11a124b490d535d0a30ab588366030.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.caf1812ec914e6dfaf40d4c23d65ac58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.caf1812ec914e6dfaf40d4c23d65ac58.jpg new file mode 100644 index 0000000..d97e45b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.caf1812ec914e6dfaf40d4c23d65ac58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.0fc52db9c6e1261c807f4bcb4a5e1b0c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.0fc52db9c6e1261c807f4bcb4a5e1b0c.jpg new file mode 100644 index 0000000..2c9f19f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.0fc52db9c6e1261c807f4bcb4a5e1b0c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.3dffea323acae229eb1fef76ba205ee1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.3dffea323acae229eb1fef76ba205ee1.jpg new file mode 100644 index 0000000..2c9f19f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.3dffea323acae229eb1fef76ba205ee1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.8a4a2cc833625ee5bc3e8af14a41a5f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.8a4a2cc833625ee5bc3e8af14a41a5f6.jpg new file mode 100644 index 0000000..2c9f19f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.8a4a2cc833625ee5bc3e8af14a41a5f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.10f2a90e4627ab12e693e36cbbcf3e39.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.10f2a90e4627ab12e693e36cbbcf3e39.jpg new file mode 100644 index 0000000..b4a8958 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.10f2a90e4627ab12e693e36cbbcf3e39.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.58cf017c8f70821702fef07fb42022f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.58cf017c8f70821702fef07fb42022f2.jpg new file mode 100644 index 0000000..b4a8958 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.58cf017c8f70821702fef07fb42022f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.b6099f5380276bbb88652c3dffb4a99d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.b6099f5380276bbb88652c3dffb4a99d.jpg new file mode 100644 index 0000000..b4a8958 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.b6099f5380276bbb88652c3dffb4a99d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.1e132a666cff676560cee81785de307f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.1e132a666cff676560cee81785de307f.jpg new file mode 100644 index 0000000..5f39cdc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.1e132a666cff676560cee81785de307f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.38a6112394ab20b501557274c89d8f65.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.38a6112394ab20b501557274c89d8f65.jpg new file mode 100644 index 0000000..5f39cdc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.38a6112394ab20b501557274c89d8f65.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.775ce8d3548d3e8831998b53178c0ec3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.775ce8d3548d3e8831998b53178c0ec3.jpg new file mode 100644 index 0000000..5f39cdc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.775ce8d3548d3e8831998b53178c0ec3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.508c2c1721f979b951a85537ad832fb7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.508c2c1721f979b951a85537ad832fb7.jpg new file mode 100644 index 0000000..5d1005d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.508c2c1721f979b951a85537ad832fb7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.7eb5477f78bc93ba1b1e822782274227.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.7eb5477f78bc93ba1b1e822782274227.jpg new file mode 100644 index 0000000..5d1005d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.7eb5477f78bc93ba1b1e822782274227.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.98c717756d25ff32c2a9a4f710b89fb1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.98c717756d25ff32c2a9a4f710b89fb1.jpg new file mode 100644 index 0000000..5d1005d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.98c717756d25ff32c2a9a4f710b89fb1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.61195f815883514da4e85ef804ad297a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.61195f815883514da4e85ef804ad297a.jpg new file mode 100644 index 0000000..d12c5aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.61195f815883514da4e85ef804ad297a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.a077c0eb72371c08d2c44881c0cfab47.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.a077c0eb72371c08d2c44881c0cfab47.jpg new file mode 100644 index 0000000..d12c5aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.a077c0eb72371c08d2c44881c0cfab47.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.ba959d850d6f5324f1991c61ff69b4d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.ba959d850d6f5324f1991c61ff69b4d3.jpg new file mode 100644 index 0000000..d12c5aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.ba959d850d6f5324f1991c61ff69b4d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.53bb3e4432a7bb99a2c3435452d638a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.53bb3e4432a7bb99a2c3435452d638a1.jpg new file mode 100644 index 0000000..93aa6e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.53bb3e4432a7bb99a2c3435452d638a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.d07eaa83dd778b3e1f0a1d6c7c590887.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.d07eaa83dd778b3e1f0a1d6c7c590887.jpg new file mode 100644 index 0000000..93aa6e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.d07eaa83dd778b3e1f0a1d6c7c590887.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.e20f45ed0013a1e8fd9232708c4852c8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.e20f45ed0013a1e8fd9232708c4852c8.jpg new file mode 100644 index 0000000..93aa6e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.e20f45ed0013a1e8fd9232708c4852c8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.4e860fa63513cf5cf14361cf881ca7ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.4e860fa63513cf5cf14361cf881ca7ae.jpg new file mode 100644 index 0000000..b06fbf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.4e860fa63513cf5cf14361cf881ca7ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.816d3bc16fd917336040a3e9a9abb107.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.816d3bc16fd917336040a3e9a9abb107.jpg new file mode 100644 index 0000000..b06fbf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.816d3bc16fd917336040a3e9a9abb107.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.f8233c2d26d013fd6945dfd35893c40b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.f8233c2d26d013fd6945dfd35893c40b.jpg new file mode 100644 index 0000000..b06fbf2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.f8233c2d26d013fd6945dfd35893c40b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.72c9d3333e5ee4d4503952f16840d1df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.72c9d3333e5ee4d4503952f16840d1df.jpg new file mode 100644 index 0000000..6bab6e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.72c9d3333e5ee4d4503952f16840d1df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.808381fc7f1fee94ab95e7b1096a6e7e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.808381fc7f1fee94ab95e7b1096a6e7e.jpg new file mode 100644 index 0000000..6bab6e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.808381fc7f1fee94ab95e7b1096a6e7e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.95bde426f4ac01c33282cc8c0ad1251b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.95bde426f4ac01c33282cc8c0ad1251b.jpg new file mode 100644 index 0000000..6bab6e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.95bde426f4ac01c33282cc8c0ad1251b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.0df3c4c81dbc8bd73d8d3288a12e4a56.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.0df3c4c81dbc8bd73d8d3288a12e4a56.jpg new file mode 100644 index 0000000..c11f0ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.0df3c4c81dbc8bd73d8d3288a12e4a56.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.4d454c8ee137d9f58045abad323600e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.4d454c8ee137d9f58045abad323600e4.jpg new file mode 100644 index 0000000..c11f0ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.4d454c8ee137d9f58045abad323600e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.90d10f8b9f9b266523583489da50bb97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.90d10f8b9f9b266523583489da50bb97.jpg new file mode 100644 index 0000000..c11f0ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.90d10f8b9f9b266523583489da50bb97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.c4a3976f3a5d9294ff339fe85dfedb21.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.c4a3976f3a5d9294ff339fe85dfedb21.jpg new file mode 100644 index 0000000..75ea793 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.c4a3976f3a5d9294ff339fe85dfedb21.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f84b11268096e5774b34acf38c8524d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f84b11268096e5774b34acf38c8524d8.jpg new file mode 100644 index 0000000..75ea793 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f84b11268096e5774b34acf38c8524d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f884e8380fd73cbd146f9177227db09a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f884e8380fd73cbd146f9177227db09a.jpg new file mode 100644 index 0000000..75ea793 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f884e8380fd73cbd146f9177227db09a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.26ff7189f26ae72f7db008b464086fdb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.26ff7189f26ae72f7db008b464086fdb.jpg new file mode 100644 index 0000000..579ec4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.26ff7189f26ae72f7db008b464086fdb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.4adade221e6eb4c92fd449520bd71146.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.4adade221e6eb4c92fd449520bd71146.jpg new file mode 100644 index 0000000..579ec4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.4adade221e6eb4c92fd449520bd71146.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.7cc7e966a8375e47715b4c53af8170be.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.7cc7e966a8375e47715b4c53af8170be.jpg new file mode 100644 index 0000000..579ec4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.7cc7e966a8375e47715b4c53af8170be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.cd41bc4fb28d12860293a1c237943705.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.cd41bc4fb28d12860293a1c237943705.jpg new file mode 100644 index 0000000..caca8bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.cd41bc4fb28d12860293a1c237943705.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.d4100e32d69dfb9e81fff80f17893138.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.d4100e32d69dfb9e81fff80f17893138.jpg new file mode 100644 index 0000000..caca8bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.d4100e32d69dfb9e81fff80f17893138.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.fa4a92ba743b3dbd10f1b68af528323f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.fa4a92ba743b3dbd10f1b68af528323f.jpg new file mode 100644 index 0000000..caca8bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.fa4a92ba743b3dbd10f1b68af528323f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.1b98f77f60ddc21ada31a2e15ff4ebcf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.1b98f77f60ddc21ada31a2e15ff4ebcf.jpg new file mode 100644 index 0000000..ec3bedc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.1b98f77f60ddc21ada31a2e15ff4ebcf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.285dd50eb09d1248e15ac3a3001fdeef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.285dd50eb09d1248e15ac3a3001fdeef.jpg new file mode 100644 index 0000000..ec3bedc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.285dd50eb09d1248e15ac3a3001fdeef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.b263984bc2a1b20117ad88589577ea9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.b263984bc2a1b20117ad88589577ea9d.jpg new file mode 100644 index 0000000..ec3bedc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.b263984bc2a1b20117ad88589577ea9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.107c483aa0b7e6a18782b397a082a638.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.107c483aa0b7e6a18782b397a082a638.jpg new file mode 100644 index 0000000..d9b9ceb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.107c483aa0b7e6a18782b397a082a638.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.1545593fd3796e20ce17cb387611944d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.1545593fd3796e20ce17cb387611944d.jpg new file mode 100644 index 0000000..d9b9ceb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.1545593fd3796e20ce17cb387611944d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.448d885c5c29683dec0e381272b92086.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.448d885c5c29683dec0e381272b92086.jpg new file mode 100644 index 0000000..d9b9ceb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.448d885c5c29683dec0e381272b92086.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.97f7678b53c9b34ab9faaf8f59e678d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.97f7678b53c9b34ab9faaf8f59e678d5.jpg new file mode 100644 index 0000000..d919f83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.97f7678b53c9b34ab9faaf8f59e678d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.d3bb688b033b4b718c4c39a8e474baf2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.d3bb688b033b4b718c4c39a8e474baf2.jpg new file mode 100644 index 0000000..d919f83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.d3bb688b033b4b718c4c39a8e474baf2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.6b5c5821928f8339f665c03b596d2d32.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.6b5c5821928f8339f665c03b596d2d32.jpg new file mode 100644 index 0000000..5534648 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.6b5c5821928f8339f665c03b596d2d32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.996c6029722b40399ac1450f0faa1952.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.996c6029722b40399ac1450f0faa1952.jpg new file mode 100644 index 0000000..5534648 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.996c6029722b40399ac1450f0faa1952.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.ddb93d7285bf4d6bf56ced25a960c62d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.ddb93d7285bf4d6bf56ced25a960c62d.jpg new file mode 100644 index 0000000..5534648 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.ddb93d7285bf4d6bf56ced25a960c62d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.76aa365e83592988327b7c847db10a61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.76aa365e83592988327b7c847db10a61.jpg new file mode 100644 index 0000000..7dbc375 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.76aa365e83592988327b7c847db10a61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.883ba33d3008c9023f9ca4c5d265e62f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.883ba33d3008c9023f9ca4c5d265e62f.jpg new file mode 100644 index 0000000..7dbc375 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.883ba33d3008c9023f9ca4c5d265e62f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.b9e5debc898f554219954a06a04f8204.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.b9e5debc898f554219954a06a04f8204.jpg new file mode 100644 index 0000000..7dbc375 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.b9e5debc898f554219954a06a04f8204.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.b615e48257dd822d96fd76714fec4c21.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.b615e48257dd822d96fd76714fec4c21.jpg new file mode 100644 index 0000000..4062c93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.b615e48257dd822d96fd76714fec4c21.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.f89e0d6b5cb4ff710429a17ddca66e75.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.f89e0d6b5cb4ff710429a17ddca66e75.jpg new file mode 100644 index 0000000..4062c93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.f89e0d6b5cb4ff710429a17ddca66e75.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.77e3ce2074a2db4e332b31f37a1c7058.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.77e3ce2074a2db4e332b31f37a1c7058.jpg new file mode 100644 index 0000000..fa5405f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.77e3ce2074a2db4e332b31f37a1c7058.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d24f4ff679c47474ebca889ed1fa2c0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d24f4ff679c47474ebca889ed1fa2c0e.jpg new file mode 100644 index 0000000..fa5405f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d24f4ff679c47474ebca889ed1fa2c0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d85e0d523c938cc1c7c1b923971d8934.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d85e0d523c938cc1c7c1b923971d8934.jpg new file mode 100644 index 0000000..fa5405f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d85e0d523c938cc1c7c1b923971d8934.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.96c9dd6c690b30fc830c4af9c52e7421.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.96c9dd6c690b30fc830c4af9c52e7421.jpg new file mode 100644 index 0000000..b423323 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.96c9dd6c690b30fc830c4af9c52e7421.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.acd8ffbbbaafc37d251f0e9088bbc2e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.acd8ffbbbaafc37d251f0e9088bbc2e2.jpg new file mode 100644 index 0000000..b423323 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.acd8ffbbbaafc37d251f0e9088bbc2e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.ca653f5c12e9d0fd9002c29e88ee4239.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.ca653f5c12e9d0fd9002c29e88ee4239.jpg new file mode 100644 index 0000000..b423323 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.ca653f5c12e9d0fd9002c29e88ee4239.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.1f5ead9a042b83ef6c0c7d4904b5e075.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.1f5ead9a042b83ef6c0c7d4904b5e075.jpg new file mode 100644 index 0000000..7f12c12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.1f5ead9a042b83ef6c0c7d4904b5e075.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.3c91bfb2b78c7a10b1d0f577c9f8409c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.3c91bfb2b78c7a10b1d0f577c9f8409c.jpg new file mode 100644 index 0000000..7f12c12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.3c91bfb2b78c7a10b1d0f577c9f8409c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.43899acdc75a6421172c8f1fa5055eff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.43899acdc75a6421172c8f1fa5055eff.jpg new file mode 100644 index 0000000..7f12c12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.43899acdc75a6421172c8f1fa5055eff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.64d67ea1bbf89ce30ce53f661adfafb3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.64d67ea1bbf89ce30ce53f661adfafb3.jpg new file mode 100644 index 0000000..46c3e0e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.64d67ea1bbf89ce30ce53f661adfafb3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.98b5fc1c5e3d323ed3f87e306b907e83.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.98b5fc1c5e3d323ed3f87e306b907e83.jpg new file mode 100644 index 0000000..46c3e0e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.98b5fc1c5e3d323ed3f87e306b907e83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.ab5b0ee7b7faba4da669f9e003776234.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.ab5b0ee7b7faba4da669f9e003776234.jpg new file mode 100644 index 0000000..46c3e0e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.ab5b0ee7b7faba4da669f9e003776234.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.41b45920ab0d1858202ff6bb35834678.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.41b45920ab0d1858202ff6bb35834678.jpg new file mode 100644 index 0000000..ae9d43e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.41b45920ab0d1858202ff6bb35834678.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.830e0bbd05a6350cf89b5837df229a60.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.830e0bbd05a6350cf89b5837df229a60.jpg new file mode 100644 index 0000000..ae9d43e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.830e0bbd05a6350cf89b5837df229a60.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.e4e5f7c73a621d9e05f06695dfdf6a5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.e4e5f7c73a621d9e05f06695dfdf6a5b.jpg new file mode 100644 index 0000000..ae9d43e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.e4e5f7c73a621d9e05f06695dfdf6a5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.2b1a97f2f6cffae33805bd6dc669ca96.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.2b1a97f2f6cffae33805bd6dc669ca96.jpg new file mode 100644 index 0000000..bbc6848 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.2b1a97f2f6cffae33805bd6dc669ca96.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.40664cbe0222450b8818d581b29b75c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.40664cbe0222450b8818d581b29b75c6.jpg new file mode 100644 index 0000000..bbc6848 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.40664cbe0222450b8818d581b29b75c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.6712ff4467cd0930a6c2df7e996cc6a4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.6712ff4467cd0930a6c2df7e996cc6a4.jpg new file mode 100644 index 0000000..bbc6848 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.6712ff4467cd0930a6c2df7e996cc6a4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.07012c6f702dd43df898b1560b58e5ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.07012c6f702dd43df898b1560b58e5ef.jpg new file mode 100644 index 0000000..64278bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.07012c6f702dd43df898b1560b58e5ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.e5a7df614aded55983fe9da5c0d3a00e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.e5a7df614aded55983fe9da5c0d3a00e.jpg new file mode 100644 index 0000000..64278bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.e5a7df614aded55983fe9da5c0d3a00e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.fd33e02665241a01e07b2d2149b31c7e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.fd33e02665241a01e07b2d2149b31c7e.jpg new file mode 100644 index 0000000..64278bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.fd33e02665241a01e07b2d2149b31c7e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.279610aedc9f9fbc2f4a7eccc2b24011.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.279610aedc9f9fbc2f4a7eccc2b24011.jpg new file mode 100644 index 0000000..ec1c958 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.279610aedc9f9fbc2f4a7eccc2b24011.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.dcd7d324d17f918a88214377e6391ef5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.dcd7d324d17f918a88214377e6391ef5.jpg new file mode 100644 index 0000000..ec1c958 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.dcd7d324d17f918a88214377e6391ef5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.0b2f07fa31ad0e658b6170d0e45f2c31.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.0b2f07fa31ad0e658b6170d0e45f2c31.jpg new file mode 100644 index 0000000..ef9497a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.0b2f07fa31ad0e658b6170d0e45f2c31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.6f4ef921cdc29252d7f80fb2479801e3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.6f4ef921cdc29252d7f80fb2479801e3.jpg new file mode 100644 index 0000000..ef9497a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.6f4ef921cdc29252d7f80fb2479801e3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.ad17d19f2cc43fa4c7c94e349505f319.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.ad17d19f2cc43fa4c7c94e349505f319.jpg new file mode 100644 index 0000000..ef9497a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.ad17d19f2cc43fa4c7c94e349505f319.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.196d9ea33d451d7e71a259ab632e0001.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.196d9ea33d451d7e71a259ab632e0001.jpg new file mode 100644 index 0000000..16aeb70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.196d9ea33d451d7e71a259ab632e0001.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.cd00cd58bb37e9fab53bb0515c3b65f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.cd00cd58bb37e9fab53bb0515c3b65f5.jpg new file mode 100644 index 0000000..16aeb70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.cd00cd58bb37e9fab53bb0515c3b65f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.f0e4c72ff89d4b08217d25016d55bf4d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.f0e4c72ff89d4b08217d25016d55bf4d.jpg new file mode 100644 index 0000000..16aeb70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.f0e4c72ff89d4b08217d25016d55bf4d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.355ea359d8362a16fd0c5f63179a7893.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.355ea359d8362a16fd0c5f63179a7893.jpg new file mode 100644 index 0000000..c9a6603 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.355ea359d8362a16fd0c5f63179a7893.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.a149e6ff74afc739a64795edbd8a8c78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.a149e6ff74afc739a64795edbd8a8c78.jpg new file mode 100644 index 0000000..c9a6603 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.a149e6ff74afc739a64795edbd8a8c78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.e5e1b4d5ff43a3c04a4f98b304483f5f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.e5e1b4d5ff43a3c04a4f98b304483f5f.jpg new file mode 100644 index 0000000..c9a6603 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.e5e1b4d5ff43a3c04a4f98b304483f5f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.85ee5d52cdb56095176c1d407af8c1aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.85ee5d52cdb56095176c1d407af8c1aa.jpg new file mode 100644 index 0000000..586889c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.85ee5d52cdb56095176c1d407af8c1aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.8c798c6d171c4cb80af19b45ccc321c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.8c798c6d171c4cb80af19b45ccc321c0.jpg new file mode 100644 index 0000000..586889c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.8c798c6d171c4cb80af19b45ccc321c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.dedc5e391b0c220c6e55e4c0c7321e03.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.dedc5e391b0c220c6e55e4c0c7321e03.jpg new file mode 100644 index 0000000..586889c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.dedc5e391b0c220c6e55e4c0c7321e03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.3e50c530accba248a10bda54e93f04b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.3e50c530accba248a10bda54e93f04b8.jpg new file mode 100644 index 0000000..aaeefee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.3e50c530accba248a10bda54e93f04b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.9faade31231542148c907c2b694667f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.9faade31231542148c907c2b694667f6.jpg new file mode 100644 index 0000000..aaeefee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.9faade31231542148c907c2b694667f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.0e17c246b725d24bcba666cb44cdf1c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.0e17c246b725d24bcba666cb44cdf1c2.jpg new file mode 100644 index 0000000..156da77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.0e17c246b725d24bcba666cb44cdf1c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.64f0e648a8494d5fe2345bc832374a5a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.64f0e648a8494d5fe2345bc832374a5a.jpg new file mode 100644 index 0000000..156da77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.64f0e648a8494d5fe2345bc832374a5a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.fbc6ba8652eead1cccc022d735f8cb86.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.fbc6ba8652eead1cccc022d735f8cb86.jpg new file mode 100644 index 0000000..156da77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.fbc6ba8652eead1cccc022d735f8cb86.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.13e5e64555671de9d0914560ba651e10.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.13e5e64555671de9d0914560ba651e10.jpg new file mode 100644 index 0000000..5694ee7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.13e5e64555671de9d0914560ba651e10.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.2368d38bb371949e6e05ecc4c2a25506.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.2368d38bb371949e6e05ecc4c2a25506.jpg new file mode 100644 index 0000000..5694ee7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.2368d38bb371949e6e05ecc4c2a25506.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.cb58f3a27035d856babb8168c4d38dd4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.cb58f3a27035d856babb8168c4d38dd4.jpg new file mode 100644 index 0000000..5694ee7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.cb58f3a27035d856babb8168c4d38dd4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.3c51fdc1472999587b8612686ce0a9b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.3c51fdc1472999587b8612686ce0a9b5.jpg new file mode 100644 index 0000000..29b127d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.3c51fdc1472999587b8612686ce0a9b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.a1ab9e7a64da631d72ea9143ac23eb60.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.a1ab9e7a64da631d72ea9143ac23eb60.jpg new file mode 100644 index 0000000..29b127d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.a1ab9e7a64da631d72ea9143ac23eb60.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.f8a0ad88b2e2a3259a111268106edcb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.f8a0ad88b2e2a3259a111268106edcb5.jpg new file mode 100644 index 0000000..29b127d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.f8a0ad88b2e2a3259a111268106edcb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.4878f79ba7ed0646eda15b76b106a10f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.4878f79ba7ed0646eda15b76b106a10f.jpg new file mode 100644 index 0000000..8d8a3bb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.4878f79ba7ed0646eda15b76b106a10f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.b18d60389fd61169cb5155a00de87c25.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.b18d60389fd61169cb5155a00de87c25.jpg new file mode 100644 index 0000000..8d8a3bb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.b18d60389fd61169cb5155a00de87c25.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.c564dfb473b400f7893ab91ff54ab1ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.c564dfb473b400f7893ab91ff54ab1ff.jpg new file mode 100644 index 0000000..8d8a3bb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.c564dfb473b400f7893ab91ff54ab1ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.56eec45f6339b46135b3d3faf371f412.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.56eec45f6339b46135b3d3faf371f412.jpg new file mode 100644 index 0000000..c33702a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.56eec45f6339b46135b3d3faf371f412.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.80dda76dcafe97bca9fb6112c890e4a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.80dda76dcafe97bca9fb6112c890e4a7.jpg new file mode 100644 index 0000000..c33702a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.80dda76dcafe97bca9fb6112c890e4a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.8e77239671298847dcc6432860f84897.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.8e77239671298847dcc6432860f84897.jpg new file mode 100644 index 0000000..c33702a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.8e77239671298847dcc6432860f84897.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.38343f2b2a35bdbb01a0010ff3523212.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.38343f2b2a35bdbb01a0010ff3523212.jpg new file mode 100644 index 0000000..351a8fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.38343f2b2a35bdbb01a0010ff3523212.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.470c70e3cf211225d605a88a68927bae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.470c70e3cf211225d605a88a68927bae.jpg new file mode 100644 index 0000000..351a8fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.470c70e3cf211225d605a88a68927bae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.b69b934b8901fd1820e9f0ded319c715.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.b69b934b8901fd1820e9f0ded319c715.jpg new file mode 100644 index 0000000..351a8fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.b69b934b8901fd1820e9f0ded319c715.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.7196033cd02311e6e5b4211b099c7a84.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.7196033cd02311e6e5b4211b099c7a84.jpg new file mode 100644 index 0000000..4b53d8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.7196033cd02311e6e5b4211b099c7a84.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.adf9c55ed674c16ec5906a6df6196458.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.adf9c55ed674c16ec5906a6df6196458.jpg new file mode 100644 index 0000000..4b53d8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.adf9c55ed674c16ec5906a6df6196458.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.ba997fc43083a5e94a47f43707addc01.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.ba997fc43083a5e94a47f43707addc01.jpg new file mode 100644 index 0000000..4b53d8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.ba997fc43083a5e94a47f43707addc01.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.0ab1a63032665ed6f41e78079a52126b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.0ab1a63032665ed6f41e78079a52126b.jpg new file mode 100644 index 0000000..4861b1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.0ab1a63032665ed6f41e78079a52126b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.c7bb45bb06ee98d8dc161ce7e86f3f53.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.c7bb45bb06ee98d8dc161ce7e86f3f53.jpg new file mode 100644 index 0000000..4861b1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.c7bb45bb06ee98d8dc161ce7e86f3f53.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.e9fc122e775f5274c65a59a5485e3b8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.e9fc122e775f5274c65a59a5485e3b8f.jpg new file mode 100644 index 0000000..4861b1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.e9fc122e775f5274c65a59a5485e3b8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.2c1b792dca45fe36845fc8dbf4967448.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.2c1b792dca45fe36845fc8dbf4967448.jpg new file mode 100644 index 0000000..31e0a75 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.2c1b792dca45fe36845fc8dbf4967448.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.4db2d659285761d79f699b06fcd7fcb3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.4db2d659285761d79f699b06fcd7fcb3.jpg new file mode 100644 index 0000000..31e0a75 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.4db2d659285761d79f699b06fcd7fcb3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.dc9e0d07682ea70468db3ab8c216c507.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.dc9e0d07682ea70468db3ab8c216c507.jpg new file mode 100644 index 0000000..31e0a75 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.dc9e0d07682ea70468db3ab8c216c507.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.09509ed33e6083df9a8d2f99e9e32490.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.09509ed33e6083df9a8d2f99e9e32490.jpg new file mode 100644 index 0000000..4053cec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.09509ed33e6083df9a8d2f99e9e32490.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.a757646ad6e1b7df885ba60ecf0e9fe7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.a757646ad6e1b7df885ba60ecf0e9fe7.jpg new file mode 100644 index 0000000..4053cec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.a757646ad6e1b7df885ba60ecf0e9fe7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.f1b1241ca9c6ea98e110186917140b8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.f1b1241ca9c6ea98e110186917140b8b.jpg new file mode 100644 index 0000000..4053cec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.f1b1241ca9c6ea98e110186917140b8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.85b76fdf7cf667d60b526d2d6ae20a7d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.85b76fdf7cf667d60b526d2d6ae20a7d.jpg new file mode 100644 index 0000000..7311efe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.85b76fdf7cf667d60b526d2d6ae20a7d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.931ee20676a73decea61f97497de6aa6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.931ee20676a73decea61f97497de6aa6.jpg new file mode 100644 index 0000000..7311efe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.931ee20676a73decea61f97497de6aa6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.e4bb0046d6a4dc1900ee117ea8047c08.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.e4bb0046d6a4dc1900ee117ea8047c08.jpg new file mode 100644 index 0000000..7311efe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.e4bb0046d6a4dc1900ee117ea8047c08.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.0d1068f305a73fdfa720646243480c6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.0d1068f305a73fdfa720646243480c6c.jpg new file mode 100644 index 0000000..f3b7c85 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.0d1068f305a73fdfa720646243480c6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.87a483b823fd29016b6edb587db99be1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.87a483b823fd29016b6edb587db99be1.jpg new file mode 100644 index 0000000..f3b7c85 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.87a483b823fd29016b6edb587db99be1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.d31f78970cccc92007ae3f4d1bf1477d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.d31f78970cccc92007ae3f4d1bf1477d.jpg new file mode 100644 index 0000000..f3b7c85 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.d31f78970cccc92007ae3f4d1bf1477d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.ca338e03abb853477aba870af4260479.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.ca338e03abb853477aba870af4260479.jpg new file mode 100644 index 0000000..dc73ca6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.ca338e03abb853477aba870af4260479.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.eb72609f9350a125c6f6f2c74d6f6194.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.eb72609f9350a125c6f6f2c74d6f6194.jpg new file mode 100644 index 0000000..dc73ca6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.eb72609f9350a125c6f6f2c74d6f6194.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.f19979512e976234e4d4a0cf27b49441.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.f19979512e976234e4d4a0cf27b49441.jpg new file mode 100644 index 0000000..dc73ca6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.f19979512e976234e4d4a0cf27b49441.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.23dc45f7701b5c05eea3c40e15bf1706.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.23dc45f7701b5c05eea3c40e15bf1706.jpg new file mode 100644 index 0000000..d5b0141 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.23dc45f7701b5c05eea3c40e15bf1706.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.258ed080e7c81e17fbeec170f7661f18.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.258ed080e7c81e17fbeec170f7661f18.jpg new file mode 100644 index 0000000..d5b0141 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.258ed080e7c81e17fbeec170f7661f18.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.b3ba425f6482eeba2732fe40c7ea3e3a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.b3ba425f6482eeba2732fe40c7ea3e3a.jpg new file mode 100644 index 0000000..d5b0141 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.b3ba425f6482eeba2732fe40c7ea3e3a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.17584e76699f9a1d1dd2023e8a6b6e32.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.17584e76699f9a1d1dd2023e8a6b6e32.jpg new file mode 100644 index 0000000..f09d1f9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.17584e76699f9a1d1dd2023e8a6b6e32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.6e1eba2dfe1b101ff6c8fd0fd94653b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.6e1eba2dfe1b101ff6c8fd0fd94653b6.jpg new file mode 100644 index 0000000..f09d1f9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.6e1eba2dfe1b101ff6c8fd0fd94653b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.90df980a43100d578f5a3ce6e5e92cdc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.90df980a43100d578f5a3ce6e5e92cdc.jpg new file mode 100644 index 0000000..f09d1f9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.90df980a43100d578f5a3ce6e5e92cdc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.54196546bba5125753633c3af8249a73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.54196546bba5125753633c3af8249a73.jpg new file mode 100644 index 0000000..f23ecb7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.54196546bba5125753633c3af8249a73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.790f6c03830e90bdbeaf38d7142726c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.790f6c03830e90bdbeaf38d7142726c9.jpg new file mode 100644 index 0000000..f23ecb7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.790f6c03830e90bdbeaf38d7142726c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.bc90b7578c4cd0b1e13c03c551ea409b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.bc90b7578c4cd0b1e13c03c551ea409b.jpg new file mode 100644 index 0000000..f23ecb7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.bc90b7578c4cd0b1e13c03c551ea409b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.47901a2a18b5a6e210e526a2a0bfcb63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.47901a2a18b5a6e210e526a2a0bfcb63.jpg new file mode 100644 index 0000000..c62b611 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.47901a2a18b5a6e210e526a2a0bfcb63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.be0bb780ecd4050e9a7fef43439d1e36.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.be0bb780ecd4050e9a7fef43439d1e36.jpg new file mode 100644 index 0000000..c62b611 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.be0bb780ecd4050e9a7fef43439d1e36.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.f4089c1a69f8e5f3037e0cf1d7181250.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.f4089c1a69f8e5f3037e0cf1d7181250.jpg new file mode 100644 index 0000000..c62b611 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.f4089c1a69f8e5f3037e0cf1d7181250.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.e2a4c178da83df22f753aa95185e52ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.e2a4c178da83df22f753aa95185e52ed.jpg new file mode 100644 index 0000000..ec1861c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.e2a4c178da83df22f753aa95185e52ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f1ffa26d2806a59d9d2ec80c91f6db2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f1ffa26d2806a59d9d2ec80c91f6db2e.jpg new file mode 100644 index 0000000..ec1861c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f1ffa26d2806a59d9d2ec80c91f6db2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f67c3c9286bcf42917112a32d152bcc6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f67c3c9286bcf42917112a32d152bcc6.jpg new file mode 100644 index 0000000..ec1861c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f67c3c9286bcf42917112a32d152bcc6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.630035dc8f547ed9d69467f46a7fb13f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.630035dc8f547ed9d69467f46a7fb13f.jpg new file mode 100644 index 0000000..aac1137 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.630035dc8f547ed9d69467f46a7fb13f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.63467110ef487e47610cd0b387784b36.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.63467110ef487e47610cd0b387784b36.jpg new file mode 100644 index 0000000..aac1137 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.63467110ef487e47610cd0b387784b36.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.b0cf8d64bad242ca3b6645505e26095f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.b0cf8d64bad242ca3b6645505e26095f.jpg new file mode 100644 index 0000000..aac1137 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.b0cf8d64bad242ca3b6645505e26095f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.402031621b3bd126ab005946ade7bbda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.402031621b3bd126ab005946ade7bbda.jpg new file mode 100644 index 0000000..c9d8044 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.402031621b3bd126ab005946ade7bbda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.cafb6ccade706c846e1054878f3de434.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.cafb6ccade706c846e1054878f3de434.jpg new file mode 100644 index 0000000..c9d8044 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.cafb6ccade706c846e1054878f3de434.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.dac83153af32deae1fcbc8bfa9a4bc6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.dac83153af32deae1fcbc8bfa9a4bc6e.jpg new file mode 100644 index 0000000..c9d8044 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.dac83153af32deae1fcbc8bfa9a4bc6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.2ac39ef4c6a1818c0fa77a99e97c067f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.2ac39ef4c6a1818c0fa77a99e97c067f.jpg new file mode 100644 index 0000000..8fd3b12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.2ac39ef4c6a1818c0fa77a99e97c067f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.e2497f5264749c251b50e8b11222cf66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.e2497f5264749c251b50e8b11222cf66.jpg new file mode 100644 index 0000000..8fd3b12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.e2497f5264749c251b50e8b11222cf66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.fea8de93a7188c71e75a5dc88579becd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.fea8de93a7188c71e75a5dc88579becd.jpg new file mode 100644 index 0000000..8fd3b12 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.fea8de93a7188c71e75a5dc88579becd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.4b97788abdbf6c60782735c9483b6f79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.4b97788abdbf6c60782735c9483b6f79.jpg new file mode 100644 index 0000000..8aed5bd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.4b97788abdbf6c60782735c9483b6f79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.902b7855135f7339a1eae6f657353f5c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.902b7855135f7339a1eae6f657353f5c.jpg new file mode 100644 index 0000000..8aed5bd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.902b7855135f7339a1eae6f657353f5c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.b458403c76de00c927f155044d4ed3d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.b458403c76de00c927f155044d4ed3d7.jpg new file mode 100644 index 0000000..8aed5bd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.b458403c76de00c927f155044d4ed3d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.7f9a793126c354cea2f2ac3a37d851bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.7f9a793126c354cea2f2ac3a37d851bb.jpg new file mode 100644 index 0000000..d839f80 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.7f9a793126c354cea2f2ac3a37d851bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.9a2d0bb01b0d16f9b96723412755bd82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.9a2d0bb01b0d16f9b96723412755bd82.jpg new file mode 100644 index 0000000..d839f80 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.9a2d0bb01b0d16f9b96723412755bd82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.b495c34cfb82ee955e055dc0210c9b68.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.b495c34cfb82ee955e055dc0210c9b68.jpg new file mode 100644 index 0000000..d839f80 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.b495c34cfb82ee955e055dc0210c9b68.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.1e1e8886a9fb959503c274d9dc8457a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.1e1e8886a9fb959503c274d9dc8457a2.jpg new file mode 100644 index 0000000..cd07dea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.1e1e8886a9fb959503c274d9dc8457a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.96efbc6b102bf9e51960057ba1d8b276.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.96efbc6b102bf9e51960057ba1d8b276.jpg new file mode 100644 index 0000000..cd07dea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.96efbc6b102bf9e51960057ba1d8b276.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.f0ba82335cedb38835a8f9ee5696a477.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.f0ba82335cedb38835a8f9ee5696a477.jpg new file mode 100644 index 0000000..cd07dea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.f0ba82335cedb38835a8f9ee5696a477.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.3a314ac34ad8eccd61b87f42fbf9cf31.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.3a314ac34ad8eccd61b87f42fbf9cf31.jpg new file mode 100644 index 0000000..a20d140 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.3a314ac34ad8eccd61b87f42fbf9cf31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.7068595d7ee4e6ec63358fd30618ed0f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.7068595d7ee4e6ec63358fd30618ed0f.jpg new file mode 100644 index 0000000..a20d140 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.7068595d7ee4e6ec63358fd30618ed0f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.6c1ef812991f74099c9419aa582d3701.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.6c1ef812991f74099c9419aa582d3701.jpg new file mode 100644 index 0000000..8566485 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.6c1ef812991f74099c9419aa582d3701.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.cbf889273bec0a9b77b745ded6c4a0f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.cbf889273bec0a9b77b745ded6c4a0f1.jpg new file mode 100644 index 0000000..8566485 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.cbf889273bec0a9b77b745ded6c4a0f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.e1300b401dd8476832caa8086231cd32.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.e1300b401dd8476832caa8086231cd32.jpg new file mode 100644 index 0000000..8566485 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.e1300b401dd8476832caa8086231cd32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.219984dacd076d5ba6137d28305ee388.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.219984dacd076d5ba6137d28305ee388.jpg new file mode 100644 index 0000000..5f13d53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.219984dacd076d5ba6137d28305ee388.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.d9e102c6874f7ca9bae72a3c7392a7ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.d9e102c6874f7ca9bae72a3c7392a7ca.jpg new file mode 100644 index 0000000..5f13d53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.d9e102c6874f7ca9bae72a3c7392a7ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.625f011c961c182f7820c4b3f40b86e3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.625f011c961c182f7820c4b3f40b86e3.jpg new file mode 100644 index 0000000..e5deb81 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.625f011c961c182f7820c4b3f40b86e3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.9c35656ed639ff576cb1d5aef66a6c58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.9c35656ed639ff576cb1d5aef66a6c58.jpg new file mode 100644 index 0000000..e5deb81 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.9c35656ed639ff576cb1d5aef66a6c58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.c5423132ac33a1fcf74a9429358e6fff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.c5423132ac33a1fcf74a9429358e6fff.jpg new file mode 100644 index 0000000..e5deb81 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.c5423132ac33a1fcf74a9429358e6fff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.08160b8fba7f95f1e7484ca673b5c25d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.08160b8fba7f95f1e7484ca673b5c25d.jpg new file mode 100644 index 0000000..eb42274 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.08160b8fba7f95f1e7484ca673b5c25d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.43a72efb856a58a018ed71b20f6010d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.43a72efb856a58a018ed71b20f6010d3.jpg new file mode 100644 index 0000000..eb42274 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.43a72efb856a58a018ed71b20f6010d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.fc7cfd3339b77e584acd3c1ebc2ed011.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.fc7cfd3339b77e584acd3c1ebc2ed011.jpg new file mode 100644 index 0000000..eb42274 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.fc7cfd3339b77e584acd3c1ebc2ed011.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.a15fd829364aa52d1aa024a1f082cb80.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.a15fd829364aa52d1aa024a1f082cb80.jpg new file mode 100644 index 0000000..410a632 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.a15fd829364aa52d1aa024a1f082cb80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f339b1e0ff6a2eff830e36c42d2bc7bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f339b1e0ff6a2eff830e36c42d2bc7bb.jpg new file mode 100644 index 0000000..410a632 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f339b1e0ff6a2eff830e36c42d2bc7bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f5543224e63f062e5e16464754fe50df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f5543224e63f062e5e16464754fe50df.jpg new file mode 100644 index 0000000..410a632 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f5543224e63f062e5e16464754fe50df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.0abfb5ed72464143e2203882af5cc16c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.0abfb5ed72464143e2203882af5cc16c.jpg new file mode 100644 index 0000000..424b147 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.0abfb5ed72464143e2203882af5cc16c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.3b9aafb553644831124ead1cb29fbf94.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.3b9aafb553644831124ead1cb29fbf94.jpg new file mode 100644 index 0000000..424b147 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.3b9aafb553644831124ead1cb29fbf94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.c44ef0e6fd604bd3867597889be6ee2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.c44ef0e6fd604bd3867597889be6ee2c.jpg new file mode 100644 index 0000000..424b147 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.c44ef0e6fd604bd3867597889be6ee2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.5b4413a1fdf74af0a943045f5a715f92.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.5b4413a1fdf74af0a943045f5a715f92.jpg new file mode 100644 index 0000000..96829ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.5b4413a1fdf74af0a943045f5a715f92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.652ada3f3ac68dfced3a45d31de955ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.652ada3f3ac68dfced3a45d31de955ad.jpg new file mode 100644 index 0000000..96829ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.652ada3f3ac68dfced3a45d31de955ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.b5f1650af661bfcb915d218ebabfb447.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.b5f1650af661bfcb915d218ebabfb447.jpg new file mode 100644 index 0000000..96829ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.b5f1650af661bfcb915d218ebabfb447.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.4c5e69906fdbcfebbbf9d8d18db31c83.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.4c5e69906fdbcfebbbf9d8d18db31c83.jpg new file mode 100644 index 0000000..57d29fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.4c5e69906fdbcfebbbf9d8d18db31c83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.7a9c32540a71222b3073871849747d45.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.7a9c32540a71222b3073871849747d45.jpg new file mode 100644 index 0000000..57d29fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.7a9c32540a71222b3073871849747d45.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.86a4ac1343cc5eb933b4ef2416775c96.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.86a4ac1343cc5eb933b4ef2416775c96.jpg new file mode 100644 index 0000000..57d29fc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.86a4ac1343cc5eb933b4ef2416775c96.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.788c3c4addbb69a725a96458b41a9267.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.788c3c4addbb69a725a96458b41a9267.jpg new file mode 100644 index 0000000..4dca5e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.788c3c4addbb69a725a96458b41a9267.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.a4528abafb579e7a423aac39489e0387.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.a4528abafb579e7a423aac39489e0387.jpg new file mode 100644 index 0000000..4dca5e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.a4528abafb579e7a423aac39489e0387.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.c963657885d4e2cf866010af88a33ed2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.c963657885d4e2cf866010af88a33ed2.jpg new file mode 100644 index 0000000..4dca5e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.c963657885d4e2cf866010af88a33ed2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.73844497c15db6cff08b2a216c588609.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.73844497c15db6cff08b2a216c588609.jpg new file mode 100644 index 0000000..fcdafb0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.73844497c15db6cff08b2a216c588609.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.b14525899c9fd23c0edaed66af2e85b9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.b14525899c9fd23c0edaed66af2e85b9.jpg new file mode 100644 index 0000000..fcdafb0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.b14525899c9fd23c0edaed66af2e85b9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.e900d0bf8e87d1c6c0d8f82426796b70.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.e900d0bf8e87d1c6c0d8f82426796b70.jpg new file mode 100644 index 0000000..fcdafb0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.e900d0bf8e87d1c6c0d8f82426796b70.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.72602e62e6fa451431fc6b5983b67314.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.72602e62e6fa451431fc6b5983b67314.jpg new file mode 100644 index 0000000..da60463 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.72602e62e6fa451431fc6b5983b67314.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.ab54b1cf23e5da225a5d746d1e54c254.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.ab54b1cf23e5da225a5d746d1e54c254.jpg new file mode 100644 index 0000000..da60463 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.ab54b1cf23e5da225a5d746d1e54c254.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.d92a1a57bcd44669f10842ac0c5b8213.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.d92a1a57bcd44669f10842ac0c5b8213.jpg new file mode 100644 index 0000000..da60463 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.d92a1a57bcd44669f10842ac0c5b8213.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.142aff55a6ae679add4601155b04135a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.142aff55a6ae679add4601155b04135a.jpg new file mode 100644 index 0000000..ca22bd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.142aff55a6ae679add4601155b04135a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.350ff142204b9cbec76491fd92289799.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.350ff142204b9cbec76491fd92289799.jpg new file mode 100644 index 0000000..ca22bd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.350ff142204b9cbec76491fd92289799.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.55526567e44c16f050b37841b62c5b4d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.55526567e44c16f050b37841b62c5b4d.jpg new file mode 100644 index 0000000..ca22bd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.55526567e44c16f050b37841b62c5b4d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.3f885a9e7c8f207147b30a3447832378.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.3f885a9e7c8f207147b30a3447832378.jpg new file mode 100644 index 0000000..c02fbec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.3f885a9e7c8f207147b30a3447832378.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.5806245c2a1a1c8ad35bffbc3195bfd6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.5806245c2a1a1c8ad35bffbc3195bfd6.jpg new file mode 100644 index 0000000..c02fbec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.5806245c2a1a1c8ad35bffbc3195bfd6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.be63e6df512837343898a9c6da42abdf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.be63e6df512837343898a9c6da42abdf.jpg new file mode 100644 index 0000000..c02fbec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.be63e6df512837343898a9c6da42abdf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.0f22babb6e250ac2e1c732d67237c5b9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.0f22babb6e250ac2e1c732d67237c5b9.jpg new file mode 100644 index 0000000..cc49069 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.0f22babb6e250ac2e1c732d67237c5b9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.6cc8b46cb46d0fe595e82110b915477d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.6cc8b46cb46d0fe595e82110b915477d.jpg new file mode 100644 index 0000000..cc49069 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.6cc8b46cb46d0fe595e82110b915477d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.a3282542a58e20cd4d4b4e04d028cb33.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.a3282542a58e20cd4d4b4e04d028cb33.jpg new file mode 100644 index 0000000..cc49069 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.a3282542a58e20cd4d4b4e04d028cb33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.0abcbdcc4ca260830ce64f00e351d460.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.0abcbdcc4ca260830ce64f00e351d460.jpg new file mode 100644 index 0000000..623d973 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.0abcbdcc4ca260830ce64f00e351d460.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.c6e8080f494638081844c5a228dc9f17.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.c6e8080f494638081844c5a228dc9f17.jpg new file mode 100644 index 0000000..623d973 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.c6e8080f494638081844c5a228dc9f17.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.f3d6e0870564bec1af5154bd68a8e3d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.f3d6e0870564bec1af5154bd68a8e3d8.jpg new file mode 100644 index 0000000..623d973 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.f3d6e0870564bec1af5154bd68a8e3d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.0478e637896790961796c90fee88c2a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.0478e637896790961796c90fee88c2a9.jpg new file mode 100644 index 0000000..dc0712c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.0478e637896790961796c90fee88c2a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.66d48d965fd44511abca69b7d85ba9b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.66d48d965fd44511abca69b7d85ba9b1.jpg new file mode 100644 index 0000000..dc0712c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.66d48d965fd44511abca69b7d85ba9b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.6a1c2155f1db85607fb292ee7391ddc7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.6a1c2155f1db85607fb292ee7391ddc7.jpg new file mode 100644 index 0000000..dc0712c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.6a1c2155f1db85607fb292ee7391ddc7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.0b0b9b5c7d718aeffa9bb60dc71214f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.0b0b9b5c7d718aeffa9bb60dc71214f5.jpg new file mode 100644 index 0000000..c1615f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.0b0b9b5c7d718aeffa9bb60dc71214f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.1c8ee8e1c8158d14fe8dd670976e26fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.1c8ee8e1c8158d14fe8dd670976e26fe.jpg new file mode 100644 index 0000000..c1615f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.1c8ee8e1c8158d14fe8dd670976e26fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.2940c204dbcea9990c6d5e874921e1e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.2940c204dbcea9990c6d5e874921e1e8.jpg new file mode 100644 index 0000000..c1615f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.2940c204dbcea9990c6d5e874921e1e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.21bf013ad7762ac97949420a0110bb61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.21bf013ad7762ac97949420a0110bb61.jpg new file mode 100644 index 0000000..c4a805c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.21bf013ad7762ac97949420a0110bb61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.7efe085fd729b316f7f2069b5421ff3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.7efe085fd729b316f7f2069b5421ff3c.jpg new file mode 100644 index 0000000..c4a805c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.7efe085fd729b316f7f2069b5421ff3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.ee9ddb052da53466f59cc48cdc301f2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.ee9ddb052da53466f59cc48cdc301f2e.jpg new file mode 100644 index 0000000..c4a805c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.ee9ddb052da53466f59cc48cdc301f2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.322530273dfc9364434bf5d0c1fe8a5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.322530273dfc9364434bf5d0c1fe8a5d.jpg new file mode 100644 index 0000000..02d8dad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.322530273dfc9364434bf5d0c1fe8a5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.8d4a759bb9742832ba58173572d3523b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.8d4a759bb9742832ba58173572d3523b.jpg new file mode 100644 index 0000000..02d8dad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.8d4a759bb9742832ba58173572d3523b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.ba65ae62d5d8f913cec609496ed562e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.ba65ae62d5d8f913cec609496ed562e6.jpg new file mode 100644 index 0000000..02d8dad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.ba65ae62d5d8f913cec609496ed562e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.39a415db60311b74718e23da324b3c93.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.39a415db60311b74718e23da324b3c93.jpg new file mode 100644 index 0000000..6d62366 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.39a415db60311b74718e23da324b3c93.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.ce7fc7a669cd99b3c26e8d7ce12ae1d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.ce7fc7a669cd99b3c26e8d7ce12ae1d9.jpg new file mode 100644 index 0000000..6d62366 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.ce7fc7a669cd99b3c26e8d7ce12ae1d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.df37d32875bde00ed625d97f91131ced.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.df37d32875bde00ed625d97f91131ced.jpg new file mode 100644 index 0000000..6d62366 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.df37d32875bde00ed625d97f91131ced.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.148c3367de2d3d742bf96a3108856204.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.148c3367de2d3d742bf96a3108856204.jpg new file mode 100644 index 0000000..086d1be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.148c3367de2d3d742bf96a3108856204.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.378575a99cc851ef9773f589870c6fe4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.378575a99cc851ef9773f589870c6fe4.jpg new file mode 100644 index 0000000..086d1be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.378575a99cc851ef9773f589870c6fe4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.41601eb3d6e080c414c4b1c7eb10b2ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.41601eb3d6e080c414c4b1c7eb10b2ef.jpg new file mode 100644 index 0000000..086d1be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.41601eb3d6e080c414c4b1c7eb10b2ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.baf32a994162788b72934524752e68bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.baf32a994162788b72934524752e68bb.jpg new file mode 100644 index 0000000..fe7bbad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.baf32a994162788b72934524752e68bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.e5328c27ee3d78d60707e7fd3e2dd02b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.e5328c27ee3d78d60707e7fd3e2dd02b.jpg new file mode 100644 index 0000000..fe7bbad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.e5328c27ee3d78d60707e7fd3e2dd02b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.ff4c29f9691c14fe2bba576a9c1f8907.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.ff4c29f9691c14fe2bba576a9c1f8907.jpg new file mode 100644 index 0000000..fe7bbad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.ff4c29f9691c14fe2bba576a9c1f8907.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.6ad19d7217fc4e28b18360beab4cb70a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.6ad19d7217fc4e28b18360beab4cb70a.jpg new file mode 100644 index 0000000..f173910 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.6ad19d7217fc4e28b18360beab4cb70a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.ca03a03e01034b19752e4b9c642b4df4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.ca03a03e01034b19752e4b9c642b4df4.jpg new file mode 100644 index 0000000..f173910 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.ca03a03e01034b19752e4b9c642b4df4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.e7029bac29f4965cfbc184446e46a129.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.e7029bac29f4965cfbc184446e46a129.jpg new file mode 100644 index 0000000..f173910 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.e7029bac29f4965cfbc184446e46a129.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.2336db4ca5a9a5dd4f12f8a6f9467f3c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.2336db4ca5a9a5dd4f12f8a6f9467f3c.jpg new file mode 100644 index 0000000..f34fea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.2336db4ca5a9a5dd4f12f8a6f9467f3c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.ca0b3113cccf6ba10c74a3405dc32f93.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.ca0b3113cccf6ba10c74a3405dc32f93.jpg new file mode 100644 index 0000000..f34fea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.ca0b3113cccf6ba10c74a3405dc32f93.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.e141ff8c10c736dcdedbf38b691f6e7f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.e141ff8c10c736dcdedbf38b691f6e7f.jpg new file mode 100644 index 0000000..f34fea0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.e141ff8c10c736dcdedbf38b691f6e7f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.9906086ae793e4317e3c2826de5f1b52.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.9906086ae793e4317e3c2826de5f1b52.jpg new file mode 100644 index 0000000..84c251c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.9906086ae793e4317e3c2826de5f1b52.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e1a11f5b880c474b012b6091ff2b343a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e1a11f5b880c474b012b6091ff2b343a.jpg new file mode 100644 index 0000000..84c251c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e1a11f5b880c474b012b6091ff2b343a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e5919f0d0a6edb6e45ec60ddac4bdc59.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e5919f0d0a6edb6e45ec60ddac4bdc59.jpg new file mode 100644 index 0000000..84c251c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e5919f0d0a6edb6e45ec60ddac4bdc59.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.4955aae89304929d40074b05c632fca4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.4955aae89304929d40074b05c632fca4.jpg new file mode 100644 index 0000000..950c157 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.4955aae89304929d40074b05c632fca4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7a81cb9b983fb361510b6e03809cb968.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7a81cb9b983fb361510b6e03809cb968.jpg new file mode 100644 index 0000000..950c157 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7a81cb9b983fb361510b6e03809cb968.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7bd9fef3c50406b783e1900e4d927c66.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7bd9fef3c50406b783e1900e4d927c66.jpg new file mode 100644 index 0000000..950c157 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7bd9fef3c50406b783e1900e4d927c66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.71d725fafaf360b4cbc8fe58a2a7549e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.71d725fafaf360b4cbc8fe58a2a7549e.jpg new file mode 100644 index 0000000..04ffa37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.71d725fafaf360b4cbc8fe58a2a7549e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.871f62a921f7718ee1f915d25b2a7fb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.871f62a921f7718ee1f915d25b2a7fb5.jpg new file mode 100644 index 0000000..04ffa37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.871f62a921f7718ee1f915d25b2a7fb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.e9753592ad030c1389f153d316741ec8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.e9753592ad030c1389f153d316741ec8.jpg new file mode 100644 index 0000000..04ffa37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.e9753592ad030c1389f153d316741ec8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.6bc855dd7eb5801d3857a438fd6f06e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.6bc855dd7eb5801d3857a438fd6f06e7.jpg new file mode 100644 index 0000000..694d08e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.6bc855dd7eb5801d3857a438fd6f06e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.7bbb45243941cde80fbe5f828d1277d5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.7bbb45243941cde80fbe5f828d1277d5.jpg new file mode 100644 index 0000000..694d08e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.7bbb45243941cde80fbe5f828d1277d5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.c2f6bdbc806c332361590120a3993289.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.c2f6bdbc806c332361590120a3993289.jpg new file mode 100644 index 0000000..694d08e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.c2f6bdbc806c332361590120a3993289.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.19e6054e1282a7f9531e88c268a74b1f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.19e6054e1282a7f9531e88c268a74b1f.jpg new file mode 100644 index 0000000..428a1bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.19e6054e1282a7f9531e88c268a74b1f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.ba819b62658aa77fb816496929022128.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.ba819b62658aa77fb816496929022128.jpg new file mode 100644 index 0000000..428a1bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.ba819b62658aa77fb816496929022128.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.d52d8490e1e927685ee130b295908b14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.d52d8490e1e927685ee130b295908b14.jpg new file mode 100644 index 0000000..428a1bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.d52d8490e1e927685ee130b295908b14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.a3278dd5c1a6d7b6d6b5e8a02f5c79b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.a3278dd5c1a6d7b6d6b5e8a02f5c79b4.jpg new file mode 100644 index 0000000..e97ae0d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.a3278dd5c1a6d7b6d6b5e8a02f5c79b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.da9de5294af217f1b0aeebcc5c79614e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.da9de5294af217f1b0aeebcc5c79614e.jpg new file mode 100644 index 0000000..e97ae0d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.da9de5294af217f1b0aeebcc5c79614e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.1b3bf416e737b89d2b53aa1a4714e16f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.1b3bf416e737b89d2b53aa1a4714e16f.jpg new file mode 100644 index 0000000..18d5091 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.1b3bf416e737b89d2b53aa1a4714e16f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.2d69c56148d3db951e5281fe1a948ef2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.2d69c56148d3db951e5281fe1a948ef2.jpg new file mode 100644 index 0000000..18d5091 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.2d69c56148d3db951e5281fe1a948ef2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.87c01b87148a63054188950856043e71.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.87c01b87148a63054188950856043e71.jpg new file mode 100644 index 0000000..18d5091 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.87c01b87148a63054188950856043e71.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.6bf60ad71207a41cc4c712fa14f1c156.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.6bf60ad71207a41cc4c712fa14f1c156.jpg new file mode 100644 index 0000000..0320416 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.6bf60ad71207a41cc4c712fa14f1c156.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.897dbe0f20bdd8903558f6e98d5f10ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.897dbe0f20bdd8903558f6e98d5f10ed.jpg new file mode 100644 index 0000000..0320416 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.897dbe0f20bdd8903558f6e98d5f10ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.fedccd5b1ac987ad1af70a9c6fcf67a4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.fedccd5b1ac987ad1af70a9c6fcf67a4.jpg new file mode 100644 index 0000000..0320416 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.fedccd5b1ac987ad1af70a9c6fcf67a4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.573d9592660b800a8b4d560a52b2d67b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.573d9592660b800a8b4d560a52b2d67b.jpg new file mode 100644 index 0000000..52a95ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.573d9592660b800a8b4d560a52b2d67b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.79ba55ebcd89680d447141b7d47ba18a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.79ba55ebcd89680d447141b7d47ba18a.jpg new file mode 100644 index 0000000..52a95ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.79ba55ebcd89680d447141b7d47ba18a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.b9f03cbdc05e79fdf8da7c14ceeb7a32.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.b9f03cbdc05e79fdf8da7c14ceeb7a32.jpg new file mode 100644 index 0000000..52a95ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.b9f03cbdc05e79fdf8da7c14ceeb7a32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.44478894335c35cfde461df5d9899015.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.44478894335c35cfde461df5d9899015.jpg new file mode 100644 index 0000000..9305089 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.44478894335c35cfde461df5d9899015.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.ee6ff2dc24814648098bb25d5a1c267a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.ee6ff2dc24814648098bb25d5a1c267a.jpg new file mode 100644 index 0000000..9305089 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.ee6ff2dc24814648098bb25d5a1c267a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.12c99468864f4cd760445f1986332587.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.12c99468864f4cd760445f1986332587.jpg new file mode 100644 index 0000000..0615d66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.12c99468864f4cd760445f1986332587.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.2466fec1c3e01466cddc98dad5f2be9e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.2466fec1c3e01466cddc98dad5f2be9e.jpg new file mode 100644 index 0000000..0615d66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.2466fec1c3e01466cddc98dad5f2be9e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.c93e656a7c59732fbc42818f9d9ccf0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.c93e656a7c59732fbc42818f9d9ccf0a.jpg new file mode 100644 index 0000000..0615d66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.c93e656a7c59732fbc42818f9d9ccf0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.0da82e3818a73a90b75c4c070894de25.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.0da82e3818a73a90b75c4c070894de25.jpg new file mode 100644 index 0000000..93457fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.0da82e3818a73a90b75c4c070894de25.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.209d9b73cebfb66b0c5a0ac44b1d7d45.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.209d9b73cebfb66b0c5a0ac44b1d7d45.jpg new file mode 100644 index 0000000..93457fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.209d9b73cebfb66b0c5a0ac44b1d7d45.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.dcb20ac37e3d1bf77867c10f9ed16edf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.dcb20ac37e3d1bf77867c10f9ed16edf.jpg new file mode 100644 index 0000000..93457fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.dcb20ac37e3d1bf77867c10f9ed16edf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.0f3e10160b89af3d7cafeb7343574edd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.0f3e10160b89af3d7cafeb7343574edd.jpg new file mode 100644 index 0000000..fffb7b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.0f3e10160b89af3d7cafeb7343574edd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.6eec1f7e71dcbd5910af8ab353c3fb70.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.6eec1f7e71dcbd5910af8ab353c3fb70.jpg new file mode 100644 index 0000000..fffb7b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.6eec1f7e71dcbd5910af8ab353c3fb70.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.21cfaae3b9bf30c38b63f50e5aca6c79.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.21cfaae3b9bf30c38b63f50e5aca6c79.jpg new file mode 100644 index 0000000..6c80cb7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.21cfaae3b9bf30c38b63f50e5aca6c79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.731374ecc739f2d62f632834ae562e04.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.731374ecc739f2d62f632834ae562e04.jpg new file mode 100644 index 0000000..6c80cb7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.731374ecc739f2d62f632834ae562e04.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.ab26ebd5b46b95ca2e01e769d0b1c1c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.ab26ebd5b46b95ca2e01e769d0b1c1c5.jpg new file mode 100644 index 0000000..6c80cb7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.ab26ebd5b46b95ca2e01e769d0b1c1c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.01f52492cff040c493af2eacf376c48a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.01f52492cff040c493af2eacf376c48a.jpg new file mode 100644 index 0000000..01b914a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.01f52492cff040c493af2eacf376c48a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.4bd6e46700f1cf232f1b2c047c4ae6f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.4bd6e46700f1cf232f1b2c047c4ae6f1.jpg new file mode 100644 index 0000000..01b914a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.4bd6e46700f1cf232f1b2c047c4ae6f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.699e65fc340158c695ad275da6681af3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.699e65fc340158c695ad275da6681af3.jpg new file mode 100644 index 0000000..01b914a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.699e65fc340158c695ad275da6681af3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.05ac151daa148e95e4056e7ca4d17236.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.05ac151daa148e95e4056e7ca4d17236.jpg new file mode 100644 index 0000000..38b70eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.05ac151daa148e95e4056e7ca4d17236.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.7db248370b267c99adca3137c113e029.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.7db248370b267c99adca3137c113e029.jpg new file mode 100644 index 0000000..38b70eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.7db248370b267c99adca3137c113e029.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.e420ef195d2a22d7bbf03217cb5fa38f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.e420ef195d2a22d7bbf03217cb5fa38f.jpg new file mode 100644 index 0000000..38b70eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.e420ef195d2a22d7bbf03217cb5fa38f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.863b2163d7f25dd886cbdf63e9f115bc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.863b2163d7f25dd886cbdf63e9f115bc.jpg new file mode 100644 index 0000000..9258707 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.863b2163d7f25dd886cbdf63e9f115bc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.af71216353d1e56187177a91b28f1b95.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.af71216353d1e56187177a91b28f1b95.jpg new file mode 100644 index 0000000..9258707 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.af71216353d1e56187177a91b28f1b95.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.f5a6772e86808feb32d4bd9b9a1c1679.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.f5a6772e86808feb32d4bd9b9a1c1679.jpg new file mode 100644 index 0000000..9258707 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.f5a6772e86808feb32d4bd9b9a1c1679.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.4f9140ab0dbe31b1291e9320e7f53ee3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.4f9140ab0dbe31b1291e9320e7f53ee3.jpg new file mode 100644 index 0000000..c6b738b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.4f9140ab0dbe31b1291e9320e7f53ee3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.5062405a101b9b338806a2bddea42a2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.5062405a101b9b338806a2bddea42a2a.jpg new file mode 100644 index 0000000..c6b738b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.5062405a101b9b338806a2bddea42a2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.b8d44f5fea0c8ff9cb4b95f0f7bd7531.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.b8d44f5fea0c8ff9cb4b95f0f7bd7531.jpg new file mode 100644 index 0000000..c6b738b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.b8d44f5fea0c8ff9cb4b95f0f7bd7531.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.27b427111bc076e47e90a9d09d77c73b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.27b427111bc076e47e90a9d09d77c73b.jpg new file mode 100644 index 0000000..1bbade7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.27b427111bc076e47e90a9d09d77c73b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.e23c17dbf57008a37002a7b7afd1be0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.e23c17dbf57008a37002a7b7afd1be0a.jpg new file mode 100644 index 0000000..1bbade7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.e23c17dbf57008a37002a7b7afd1be0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.f3bb82de6f77cba897a6b0ef9573d63c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.f3bb82de6f77cba897a6b0ef9573d63c.jpg new file mode 100644 index 0000000..1bbade7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.f3bb82de6f77cba897a6b0ef9573d63c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.781832cb111f5626ee44f937fa3da2b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.781832cb111f5626ee44f937fa3da2b8.jpg new file mode 100644 index 0000000..401a6b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.781832cb111f5626ee44f937fa3da2b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b01929cd304cb886a9250825ca106099.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b01929cd304cb886a9250825ca106099.jpg new file mode 100644 index 0000000..401a6b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b01929cd304cb886a9250825ca106099.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b157b4005f3a2f32740aa5e13110ae76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b157b4005f3a2f32740aa5e13110ae76.jpg new file mode 100644 index 0000000..401a6b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b157b4005f3a2f32740aa5e13110ae76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.a6eac7e46d49fdc65f7509084f6e462f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.a6eac7e46d49fdc65f7509084f6e462f.jpg new file mode 100644 index 0000000..12607ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.a6eac7e46d49fdc65f7509084f6e462f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.ac476c23591723e6fae62c699343c029.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.ac476c23591723e6fae62c699343c029.jpg new file mode 100644 index 0000000..12607ab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.ac476c23591723e6fae62c699343c029.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.10014a75e723494f4eac003211ed1cce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.10014a75e723494f4eac003211ed1cce.jpg new file mode 100644 index 0000000..336d399 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.10014a75e723494f4eac003211ed1cce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.7c693d4d5020ab39fece7530388c0141.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.7c693d4d5020ab39fece7530388c0141.jpg new file mode 100644 index 0000000..336d399 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.7c693d4d5020ab39fece7530388c0141.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.97d4fed56f7553a29d38ed6885d2936d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.97d4fed56f7553a29d38ed6885d2936d.jpg new file mode 100644 index 0000000..336d399 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.97d4fed56f7553a29d38ed6885d2936d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.46c149300ca0c659063d3253ca2e35d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.46c149300ca0c659063d3253ca2e35d8.jpg new file mode 100644 index 0000000..a7580da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.46c149300ca0c659063d3253ca2e35d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.69e22754f4c49e92dcde68fc49d3a8f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.69e22754f4c49e92dcde68fc49d3a8f7.jpg new file mode 100644 index 0000000..a7580da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.69e22754f4c49e92dcde68fc49d3a8f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.fb732e492b1eecb3faeaea95f103d3b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.fb732e492b1eecb3faeaea95f103d3b2.jpg new file mode 100644 index 0000000..a7580da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.fb732e492b1eecb3faeaea95f103d3b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.cefd2ffc9b79d151b8b1357eabe61436.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.cefd2ffc9b79d151b8b1357eabe61436.jpg new file mode 100644 index 0000000..47a9cde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.cefd2ffc9b79d151b8b1357eabe61436.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.dd22012b4638ecc41ab7774e130fb565.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.dd22012b4638ecc41ab7774e130fb565.jpg new file mode 100644 index 0000000..47a9cde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.dd22012b4638ecc41ab7774e130fb565.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.ff2e77e129e6da9064268d14380efd64.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.ff2e77e129e6da9064268d14380efd64.jpg new file mode 100644 index 0000000..47a9cde Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.ff2e77e129e6da9064268d14380efd64.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.16d4bd48765fb936f0ff4d23228969ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.16d4bd48765fb936f0ff4d23228969ca.jpg new file mode 100644 index 0000000..ea2cfef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.16d4bd48765fb936f0ff4d23228969ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.5ee2a5e6aae1187c47fb38f4d392ab8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.5ee2a5e6aae1187c47fb38f4d392ab8f.jpg new file mode 100644 index 0000000..ea2cfef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.5ee2a5e6aae1187c47fb38f4d392ab8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.753f92ebc38d8c2e035787a366b62380.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.753f92ebc38d8c2e035787a366b62380.jpg new file mode 100644 index 0000000..ea2cfef Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.753f92ebc38d8c2e035787a366b62380.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.16727a5cf52322f6e6568c95dddb4341.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.16727a5cf52322f6e6568c95dddb4341.jpg new file mode 100644 index 0000000..17b79f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.16727a5cf52322f6e6568c95dddb4341.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.1b60cfb33618f73edd63c5a2dddf2ad5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.1b60cfb33618f73edd63c5a2dddf2ad5.jpg new file mode 100644 index 0000000..17b79f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.1b60cfb33618f73edd63c5a2dddf2ad5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.9799cfd2a35bede45b6a3c2158d9921a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.9799cfd2a35bede45b6a3c2158d9921a.jpg new file mode 100644 index 0000000..17b79f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.9799cfd2a35bede45b6a3c2158d9921a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.5b6fa19c4719482e184fcc7862746131.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.5b6fa19c4719482e184fcc7862746131.jpg new file mode 100644 index 0000000..87d5a83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.5b6fa19c4719482e184fcc7862746131.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.808ce835a9a46cf0b24f0cff2be87cb0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.808ce835a9a46cf0b24f0cff2be87cb0.jpg new file mode 100644 index 0000000..87d5a83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.808ce835a9a46cf0b24f0cff2be87cb0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.892aa3d8d22227e33569e04f3004aaac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.892aa3d8d22227e33569e04f3004aaac.jpg new file mode 100644 index 0000000..87d5a83 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.892aa3d8d22227e33569e04f3004aaac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8343a0c37279cbb2299ef451e807ea9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8343a0c37279cbb2299ef451e807ea9d.jpg new file mode 100644 index 0000000..2b56a21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8343a0c37279cbb2299ef451e807ea9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8be4de764e053639d50e23708495f03e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8be4de764e053639d50e23708495f03e.jpg new file mode 100644 index 0000000..2b56a21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8be4de764e053639d50e23708495f03e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.ecbb07e1aeacdd502028b3f7291be887.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.ecbb07e1aeacdd502028b3f7291be887.jpg new file mode 100644 index 0000000..2b56a21 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.ecbb07e1aeacdd502028b3f7291be887.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.a3c7c964938886b72e884a2d32f766ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.a3c7c964938886b72e884a2d32f766ad.jpg new file mode 100644 index 0000000..ca2ec99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.a3c7c964938886b72e884a2d32f766ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.ac93ed788e01ae74ead23278d7780c46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.ac93ed788e01ae74ead23278d7780c46.jpg new file mode 100644 index 0000000..ca2ec99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.ac93ed788e01ae74ead23278d7780c46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.af55ebb4942c597f574f8b07e24d9df8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.af55ebb4942c597f574f8b07e24d9df8.jpg new file mode 100644 index 0000000..ca2ec99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.af55ebb4942c597f574f8b07e24d9df8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.177f64abff841c3dfd07c0b85b781160.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.177f64abff841c3dfd07c0b85b781160.jpg new file mode 100644 index 0000000..f4a32d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.177f64abff841c3dfd07c0b85b781160.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.841cf0f043117fae76d8df53d7f75f2f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.841cf0f043117fae76d8df53d7f75f2f.jpg new file mode 100644 index 0000000..f4a32d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.841cf0f043117fae76d8df53d7f75f2f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.84836ebde48dfa58d91362d6fe360279.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.84836ebde48dfa58d91362d6fe360279.jpg new file mode 100644 index 0000000..f4a32d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.84836ebde48dfa58d91362d6fe360279.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.0bb775c7d6641dbba9cec86aab79c2ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.0bb775c7d6641dbba9cec86aab79c2ef.jpg new file mode 100644 index 0000000..8b975a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.0bb775c7d6641dbba9cec86aab79c2ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.3104a94e8977e2eaccb6e784178c1505.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.3104a94e8977e2eaccb6e784178c1505.jpg new file mode 100644 index 0000000..8b975a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.3104a94e8977e2eaccb6e784178c1505.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.6fe0cf2318c348150bac10b71219f969.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.6fe0cf2318c348150bac10b71219f969.jpg new file mode 100644 index 0000000..8b975a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.6fe0cf2318c348150bac10b71219f969.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.99c7d90b0af2deb5f2bb5098a4c792ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.99c7d90b0af2deb5f2bb5098a4c792ab.jpg new file mode 100644 index 0000000..4a32f18 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.99c7d90b0af2deb5f2bb5098a4c792ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.affb8be93ada08d9489b329284d26c5f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.affb8be93ada08d9489b329284d26c5f.jpg new file mode 100644 index 0000000..4a32f18 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.affb8be93ada08d9489b329284d26c5f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.d84b75642cf4026d9df8b8b62baf0afa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.d84b75642cf4026d9df8b8b62baf0afa.jpg new file mode 100644 index 0000000..4a32f18 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.d84b75642cf4026d9df8b8b62baf0afa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.92d78ac0bee0589bfff41fe9a37cce95.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.92d78ac0bee0589bfff41fe9a37cce95.jpg new file mode 100644 index 0000000..8620550 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.92d78ac0bee0589bfff41fe9a37cce95.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.9efbf7cb9c63ea8a55d12b5d3199ffa6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.9efbf7cb9c63ea8a55d12b5d3199ffa6.jpg new file mode 100644 index 0000000..8620550 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.9efbf7cb9c63ea8a55d12b5d3199ffa6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.3c648957c1f4f538a12205a863c535af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.3c648957c1f4f538a12205a863c535af.jpg new file mode 100644 index 0000000..95ac6e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.3c648957c1f4f538a12205a863c535af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.6cf658ee8876a6ca613cb52100470839.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.6cf658ee8876a6ca613cb52100470839.jpg new file mode 100644 index 0000000..95ac6e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.6cf658ee8876a6ca613cb52100470839.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.7073c27f8041854a71e118a45dba93ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.7073c27f8041854a71e118a45dba93ca.jpg new file mode 100644 index 0000000..95ac6e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.7073c27f8041854a71e118a45dba93ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.04dcd8ea68e5c7ce533ee0e99ad89ac0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.04dcd8ea68e5c7ce533ee0e99ad89ac0.jpg new file mode 100644 index 0000000..f640000 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.04dcd8ea68e5c7ce533ee0e99ad89ac0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.146137bb76a1ef10f3c21721db823ed5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.146137bb76a1ef10f3c21721db823ed5.jpg new file mode 100644 index 0000000..f640000 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.146137bb76a1ef10f3c21721db823ed5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.803711ccfd1ab2e2bedee8f77acc19e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.803711ccfd1ab2e2bedee8f77acc19e1.jpg new file mode 100644 index 0000000..f640000 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.803711ccfd1ab2e2bedee8f77acc19e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.7248dbfbeed414028ff58dd4717ad2cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.7248dbfbeed414028ff58dd4717ad2cb.jpg new file mode 100644 index 0000000..a8b46e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.7248dbfbeed414028ff58dd4717ad2cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.ac3b3556497170504a2abe563636e04e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.ac3b3556497170504a2abe563636e04e.jpg new file mode 100644 index 0000000..a8b46e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.ac3b3556497170504a2abe563636e04e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.dd7880bcaf637ba980128a67940c9f5f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.dd7880bcaf637ba980128a67940c9f5f.jpg new file mode 100644 index 0000000..a8b46e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.dd7880bcaf637ba980128a67940c9f5f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.0756aaedb1cbc3ddbf4d6b5dabfa9eac.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.0756aaedb1cbc3ddbf4d6b5dabfa9eac.jpg new file mode 100644 index 0000000..5ced8c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.0756aaedb1cbc3ddbf4d6b5dabfa9eac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.16c633db8ef8d7a4f04d3e1f5be47248.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.16c633db8ef8d7a4f04d3e1f5be47248.jpg new file mode 100644 index 0000000..5ced8c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.16c633db8ef8d7a4f04d3e1f5be47248.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.99639aa64df71774a1a9c526c8be0a0d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.99639aa64df71774a1a9c526c8be0a0d.jpg new file mode 100644 index 0000000..5ced8c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.99639aa64df71774a1a9c526c8be0a0d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.03e9c434d3b66412c20f5cc94e423a9c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.03e9c434d3b66412c20f5cc94e423a9c.jpg new file mode 100644 index 0000000..3c30520 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.03e9c434d3b66412c20f5cc94e423a9c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.4dbc1490b0cd3848ecd472d3e7e2f587.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.4dbc1490b0cd3848ecd472d3e7e2f587.jpg new file mode 100644 index 0000000..3c30520 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.4dbc1490b0cd3848ecd472d3e7e2f587.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.738ac61fd05b557b74895e45af5df42f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.738ac61fd05b557b74895e45af5df42f.jpg new file mode 100644 index 0000000..3c30520 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.738ac61fd05b557b74895e45af5df42f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.2d1158df0e83027a2b53a30cdd9730c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.2d1158df0e83027a2b53a30cdd9730c6.jpg new file mode 100644 index 0000000..369972e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.2d1158df0e83027a2b53a30cdd9730c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.8679d2b8e83876c1929a932c143e49ad.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.8679d2b8e83876c1929a932c143e49ad.jpg new file mode 100644 index 0000000..369972e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.8679d2b8e83876c1929a932c143e49ad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.bf68f413548b7315fab91a013eef1ba0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.bf68f413548b7315fab91a013eef1ba0.jpg new file mode 100644 index 0000000..369972e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.bf68f413548b7315fab91a013eef1ba0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.599330824fd102d51009c39f79c8ad7d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.599330824fd102d51009c39f79c8ad7d.jpg new file mode 100644 index 0000000..54693c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.599330824fd102d51009c39f79c8ad7d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.6a892d2dbe3edfc8b763ba2a0f499f46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.6a892d2dbe3edfc8b763ba2a0f499f46.jpg new file mode 100644 index 0000000..54693c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.6a892d2dbe3edfc8b763ba2a0f499f46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.77df54b0b2b1037e692b7ed40a8f36a2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.77df54b0b2b1037e692b7ed40a8f36a2.jpg new file mode 100644 index 0000000..54693c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.77df54b0b2b1037e692b7ed40a8f36a2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.3a0bd483e72dc73ec1fe8b4ae5e49cd2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.3a0bd483e72dc73ec1fe8b4ae5e49cd2.jpg new file mode 100644 index 0000000..c0baa3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.3a0bd483e72dc73ec1fe8b4ae5e49cd2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.bb4ece9197758fc99a294eeebbbdecca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.bb4ece9197758fc99a294eeebbbdecca.jpg new file mode 100644 index 0000000..c0baa3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.bb4ece9197758fc99a294eeebbbdecca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.c5ed1da2232a44d9f8569071a7522bde.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.c5ed1da2232a44d9f8569071a7522bde.jpg new file mode 100644 index 0000000..c0baa3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.c5ed1da2232a44d9f8569071a7522bde.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.017c5b40c036adad52c0b69062553938.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.017c5b40c036adad52c0b69062553938.jpg new file mode 100644 index 0000000..c22f758 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.017c5b40c036adad52c0b69062553938.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.48145b10ec6e45f38d318f70bc4f4e59.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.48145b10ec6e45f38d318f70bc4f4e59.jpg new file mode 100644 index 0000000..c22f758 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.48145b10ec6e45f38d318f70bc4f4e59.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.cf8e513f6de37f415952db716f195b61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.cf8e513f6de37f415952db716f195b61.jpg new file mode 100644 index 0000000..c22f758 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.cf8e513f6de37f415952db716f195b61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.4fbfeb5c45b593f8c8f6c0961da0c08a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.4fbfeb5c45b593f8c8f6c0961da0c08a.jpg new file mode 100644 index 0000000..20ad73e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.4fbfeb5c45b593f8c8f6c0961da0c08a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.7106d1b2ec234e6045673c9839fb0649.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.7106d1b2ec234e6045673c9839fb0649.jpg new file mode 100644 index 0000000..20ad73e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.7106d1b2ec234e6045673c9839fb0649.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.997e52686083dc0e90aa06ebc354d1af.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.997e52686083dc0e90aa06ebc354d1af.jpg new file mode 100644 index 0000000..20ad73e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.997e52686083dc0e90aa06ebc354d1af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.2064e70d1ab7ce3c42748185e69ab045.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.2064e70d1ab7ce3c42748185e69ab045.jpg new file mode 100644 index 0000000..2639759 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.2064e70d1ab7ce3c42748185e69ab045.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.47f841b41b019db06339bd22e2837f2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.47f841b41b019db06339bd22e2837f2c.jpg new file mode 100644 index 0000000..2639759 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.47f841b41b019db06339bd22e2837f2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.ad922d955d0fc05a129ede1c5538c0d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.ad922d955d0fc05a129ede1c5538c0d2.jpg new file mode 100644 index 0000000..2639759 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.ad922d955d0fc05a129ede1c5538c0d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.05c8d9297bcd2b82ee81ee210e13f50e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.05c8d9297bcd2b82ee81ee210e13f50e.jpg new file mode 100644 index 0000000..8085389 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.05c8d9297bcd2b82ee81ee210e13f50e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.17974d0c57dd3379162051673940f5a5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.17974d0c57dd3379162051673940f5a5.jpg new file mode 100644 index 0000000..8085389 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.17974d0c57dd3379162051673940f5a5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.e73a8db5beb06fef44b69450df9dfd1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.e73a8db5beb06fef44b69450df9dfd1a.jpg new file mode 100644 index 0000000..8085389 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.e73a8db5beb06fef44b69450df9dfd1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.a1670a2939e77defb6170e41aa95f465.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.a1670a2939e77defb6170e41aa95f465.jpg new file mode 100644 index 0000000..534f083 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.a1670a2939e77defb6170e41aa95f465.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.dbf76dc43991450082eac07786449010.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.dbf76dc43991450082eac07786449010.jpg new file mode 100644 index 0000000..534f083 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.dbf76dc43991450082eac07786449010.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.ea61ab07539c4d1cb999ec96efed17eb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.ea61ab07539c4d1cb999ec96efed17eb.jpg new file mode 100644 index 0000000..534f083 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.ea61ab07539c4d1cb999ec96efed17eb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.28787119138079752325e708dcd05dc0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.28787119138079752325e708dcd05dc0.jpg new file mode 100644 index 0000000..64ee209 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.28787119138079752325e708dcd05dc0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.3f2974a16aa87fefbc7f5aee9f63a5d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.3f2974a16aa87fefbc7f5aee9f63a5d7.jpg new file mode 100644 index 0000000..64ee209 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.3f2974a16aa87fefbc7f5aee9f63a5d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.ccddc7d7513c30a1ed43f3cf4c905bfa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.ccddc7d7513c30a1ed43f3cf4c905bfa.jpg new file mode 100644 index 0000000..64ee209 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.ccddc7d7513c30a1ed43f3cf4c905bfa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.19f96c2f7235faa608747f7500edcaf1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.19f96c2f7235faa608747f7500edcaf1.jpg new file mode 100644 index 0000000..86d49fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.19f96c2f7235faa608747f7500edcaf1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.bdbb42232178fb143e3e628507b40529.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.bdbb42232178fb143e3e628507b40529.jpg new file mode 100644 index 0000000..86d49fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.bdbb42232178fb143e3e628507b40529.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.d4c5da249209e5bfdca62841fe0f8b05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.d4c5da249209e5bfdca62841fe0f8b05.jpg new file mode 100644 index 0000000..86d49fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.d4c5da249209e5bfdca62841fe0f8b05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.3fb5798dd997f3fc23398dc13434a2c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.3fb5798dd997f3fc23398dc13434a2c1.jpg new file mode 100644 index 0000000..c28409b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.3fb5798dd997f3fc23398dc13434a2c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.8f1f7313a65d12f75a66ad5b3174af69.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.8f1f7313a65d12f75a66ad5b3174af69.jpg new file mode 100644 index 0000000..c28409b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.8f1f7313a65d12f75a66ad5b3174af69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.fa37a2b1fa717e1b808148564b0d25b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.fa37a2b1fa717e1b808148564b0d25b7.jpg new file mode 100644 index 0000000..c28409b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.fa37a2b1fa717e1b808148564b0d25b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.2176f9b83196d7f71a636e336a7579c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.2176f9b83196d7f71a636e336a7579c0.jpg new file mode 100644 index 0000000..53d959e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.2176f9b83196d7f71a636e336a7579c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.7bbc4a91adcbb2603da0847bf06ada6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.7bbc4a91adcbb2603da0847bf06ada6a.jpg new file mode 100644 index 0000000..53d959e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.7bbc4a91adcbb2603da0847bf06ada6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.a6701d06407202326b69a8f14077cb12.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.a6701d06407202326b69a8f14077cb12.jpg new file mode 100644 index 0000000..53d959e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.a6701d06407202326b69a8f14077cb12.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/dcd1d1b0e623cd81a745dc6126540902689a011d_jpg.rf.e63487055707b2afadb8831dca4c4a71.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/dcd1d1b0e623cd81a745dc6126540902689a011d_jpg.rf.e63487055707b2afadb8831dca4c4a71.jpg new file mode 100644 index 0000000..3368431 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/dcd1d1b0e623cd81a745dc6126540902689a011d_jpg.rf.e63487055707b2afadb8831dca4c4a71.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/fb74a6726c8898c42f4bef3b0a8b26cf377756a1_jpg.rf.9fd9852aa4436f437fe3cfef6f5a6810.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/fb74a6726c8898c42f4bef3b0a8b26cf377756a1_jpg.rf.9fd9852aa4436f437fe3cfef6f5a6810.jpg new file mode 100644 index 0000000..d04ba38 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/fb74a6726c8898c42f4bef3b0a8b26cf377756a1_jpg.rf.9fd9852aa4436f437fe3cfef6f5a6810.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/fb868d8a8a58b164a99af3d75bffe49b60237533_jpg.rf.df391397170ef8c171c137f2207dd361.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/fb868d8a8a58b164a99af3d75bffe49b60237533_jpg.rf.df391397170ef8c171c137f2207dd361.jpg new file mode 100644 index 0000000..4de956c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/fb868d8a8a58b164a99af3d75bffe49b60237533_jpg.rf.df391397170ef8c171c137f2207dd361.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.0a8e5639db3071bb5c4dd0b224fcdf3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.0a8e5639db3071bb5c4dd0b224fcdf3b.jpg new file mode 100644 index 0000000..01686b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.0a8e5639db3071bb5c4dd0b224fcdf3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.7bab24c1655982267d97196b36b2ee45.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.7bab24c1655982267d97196b36b2ee45.jpg new file mode 100644 index 0000000..01686b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.7bab24c1655982267d97196b36b2ee45.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.89922c925cc6c5ed253d06d0db4446ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.89922c925cc6c5ed253d06d0db4446ae.jpg new file mode 100644 index 0000000..01686b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0003_jpg.rf.89922c925cc6c5ed253d06d0db4446ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.37b357bbbb733c8bd134885a973a0035.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.37b357bbbb733c8bd134885a973a0035.jpg new file mode 100644 index 0000000..2f5d706 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.37b357bbbb733c8bd134885a973a0035.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.3dd7e14045f3e185c3f1500112d97f69.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.3dd7e14045f3e185c3f1500112d97f69.jpg new file mode 100644 index 0000000..2f5d706 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.3dd7e14045f3e185c3f1500112d97f69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.f1df33669ce211fe4f9d2904fc9d2042.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.f1df33669ce211fe4f9d2904fc9d2042.jpg new file mode 100644 index 0000000..2f5d706 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0004_jpg.rf.f1df33669ce211fe4f9d2904fc9d2042.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.132ced88a8c0ff1aa0109332867e1df6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.132ced88a8c0ff1aa0109332867e1df6.jpg new file mode 100644 index 0000000..8bfe8a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.132ced88a8c0ff1aa0109332867e1df6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.74763ed53ad856c841efe3f5532b4385.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.74763ed53ad856c841efe3f5532b4385.jpg new file mode 100644 index 0000000..8bfe8a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.74763ed53ad856c841efe3f5532b4385.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.a063321f7e4714c71991cda80a50a2e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.a063321f7e4714c71991cda80a50a2e8.jpg new file mode 100644 index 0000000..8bfe8a8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0007_jpg.rf.a063321f7e4714c71991cda80a50a2e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.174ae6f438867c9fb9aebd1f24013194.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.174ae6f438867c9fb9aebd1f24013194.jpg new file mode 100644 index 0000000..419fe5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.174ae6f438867c9fb9aebd1f24013194.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.6044b91e5c3173152879147522d48dfb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.6044b91e5c3173152879147522d48dfb.jpg new file mode 100644 index 0000000..419fe5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.6044b91e5c3173152879147522d48dfb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.ec0fdbef377b3d8cf78ab874e3cda9c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.ec0fdbef377b3d8cf78ab874e3cda9c9.jpg new file mode 100644 index 0000000..419fe5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0008_jpg.rf.ec0fdbef377b3d8cf78ab874e3cda9c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0009_jpg.rf.593579475e89d1d970bd4645b76d1ad1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0009_jpg.rf.593579475e89d1d970bd4645b76d1ad1.jpg new file mode 100644 index 0000000..4dbce46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0009_jpg.rf.593579475e89d1d970bd4645b76d1ad1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0009_jpg.rf.ae10b943375c86f9dbe2633103d18c47.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0009_jpg.rf.ae10b943375c86f9dbe2633103d18c47.jpg new file mode 100644 index 0000000..4dbce46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0009_jpg.rf.ae10b943375c86f9dbe2633103d18c47.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.5d7fed2954f7f961a1b3cd2e56af8ec1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.5d7fed2954f7f961a1b3cd2e56af8ec1.jpg new file mode 100644 index 0000000..b904598 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.5d7fed2954f7f961a1b3cd2e56af8ec1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.7c7d5d6c727cfd4c3b2976649e166fda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.7c7d5d6c727cfd4c3b2976649e166fda.jpg new file mode 100644 index 0000000..b904598 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.7c7d5d6c727cfd4c3b2976649e166fda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.8d3ec2e4bb2f3f850a02c4842fa0bc4e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.8d3ec2e4bb2f3f850a02c4842fa0bc4e.jpg new file mode 100644 index 0000000..b904598 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0011_jpg.rf.8d3ec2e4bb2f3f850a02c4842fa0bc4e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.0f6259bfdf5893491b46bf8cdb832ccd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.0f6259bfdf5893491b46bf8cdb832ccd.jpg new file mode 100644 index 0000000..fa34f43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.0f6259bfdf5893491b46bf8cdb832ccd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.2ec103f16682acf19ceb94d2c744cbf8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.2ec103f16682acf19ceb94d2c744cbf8.jpg new file mode 100644 index 0000000..fa34f43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.2ec103f16682acf19ceb94d2c744cbf8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.d3b8f56c2caab34f17b4a5c010262f78.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.d3b8f56c2caab34f17b4a5c010262f78.jpg new file mode 100644 index 0000000..fa34f43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0072_jpg.rf.d3b8f56c2caab34f17b4a5c010262f78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.0a2755975bb27eba52a7e5dc7c4cd821.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.0a2755975bb27eba52a7e5dc7c4cd821.jpg new file mode 100644 index 0000000..591baa5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.0a2755975bb27eba52a7e5dc7c4cd821.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.30bbf3b5aee67e153077a5853f582d49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.30bbf3b5aee67e153077a5853f582d49.jpg new file mode 100644 index 0000000..591baa5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.30bbf3b5aee67e153077a5853f582d49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.3ae5c56c5a27c9cb29f6d46848067fbc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.3ae5c56c5a27c9cb29f6d46848067fbc.jpg new file mode 100644 index 0000000..591baa5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0074_jpg.rf.3ae5c56c5a27c9cb29f6d46848067fbc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.824c441cae0fa0cedd3ad7157b09e720.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.824c441cae0fa0cedd3ad7157b09e720.jpg new file mode 100644 index 0000000..be64580 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.824c441cae0fa0cedd3ad7157b09e720.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.bbc91378e5bafef91d4d7c37f838dfae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.bbc91378e5bafef91d4d7c37f838dfae.jpg new file mode 100644 index 0000000..be64580 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.bbc91378e5bafef91d4d7c37f838dfae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.d236969c9bd8ba9a1df077fc6634efda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.d236969c9bd8ba9a1df077fc6634efda.jpg new file mode 100644 index 0000000..be64580 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0075_jpg.rf.d236969c9bd8ba9a1df077fc6634efda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.49a46c111e9c75912143aa7940f6789f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.49a46c111e9c75912143aa7940f6789f.jpg new file mode 100644 index 0000000..496fcca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.49a46c111e9c75912143aa7940f6789f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.4fb5b2cf96ca53557dd9e5bf53d98699.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.4fb5b2cf96ca53557dd9e5bf53d98699.jpg new file mode 100644 index 0000000..496fcca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.4fb5b2cf96ca53557dd9e5bf53d98699.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.fa07525050bfec279b009475c6c2bc88.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.fa07525050bfec279b009475c6c2bc88.jpg new file mode 100644 index 0000000..496fcca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0076_jpg.rf.fa07525050bfec279b009475c6c2bc88.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.6c9f3cc6e1ad4b9ee5e29eb57c16fc05.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.6c9f3cc6e1ad4b9ee5e29eb57c16fc05.jpg new file mode 100644 index 0000000..54c6b19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.6c9f3cc6e1ad4b9ee5e29eb57c16fc05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.7c20490ba16ab0ede34201e807e0fb6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.7c20490ba16ab0ede34201e807e0fb6e.jpg new file mode 100644 index 0000000..54c6b19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.7c20490ba16ab0ede34201e807e0fb6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.90651e531d0df502acd71e2956bca358.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.90651e531d0df502acd71e2956bca358.jpg new file mode 100644 index 0000000..54c6b19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0077_jpg.rf.90651e531d0df502acd71e2956bca358.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.009dd75c06ae28fed727fe55e8eaf7b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.009dd75c06ae28fed727fe55e8eaf7b6.jpg new file mode 100644 index 0000000..03fe4e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.009dd75c06ae28fed727fe55e8eaf7b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.6d5f71cbd9df4d8d5ee51ba98a5760b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.6d5f71cbd9df4d8d5ee51ba98a5760b6.jpg new file mode 100644 index 0000000..03fe4e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.6d5f71cbd9df4d8d5ee51ba98a5760b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.81323054a233a34efac78902bb1e6f0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.81323054a233a34efac78902bb1e6f0a.jpg new file mode 100644 index 0000000..03fe4e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0102_jpg.rf.81323054a233a34efac78902bb1e6f0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.069d2a39df70b0d9c4fd967d05689953.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.069d2a39df70b0d9c4fd967d05689953.jpg new file mode 100644 index 0000000..36e1076 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.069d2a39df70b0d9c4fd967d05689953.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.96cc31b009f64fcc15e7de0cd6040e46.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.96cc31b009f64fcc15e7de0cd6040e46.jpg new file mode 100644 index 0000000..36e1076 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.96cc31b009f64fcc15e7de0cd6040e46.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.a054e89bb67b04dcca0ea66bb9a1ac50.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.a054e89bb67b04dcca0ea66bb9a1ac50.jpg new file mode 100644 index 0000000..36e1076 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0104_jpg.rf.a054e89bb67b04dcca0ea66bb9a1ac50.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0105_jpg.rf.2cd60d55ebed287eecb0664f9c3b6790.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0105_jpg.rf.2cd60d55ebed287eecb0664f9c3b6790.jpg new file mode 100644 index 0000000..3526541 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0105_jpg.rf.2cd60d55ebed287eecb0664f9c3b6790.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0105_jpg.rf.f3b2331bead0161e352544bcdb57a625.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0105_jpg.rf.f3b2331bead0161e352544bcdb57a625.jpg new file mode 100644 index 0000000..3526541 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0105_jpg.rf.f3b2331bead0161e352544bcdb57a625.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.470270ea15ff8ec226fb09a8a4011150.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.470270ea15ff8ec226fb09a8a4011150.jpg new file mode 100644 index 0000000..457e4c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.470270ea15ff8ec226fb09a8a4011150.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.65f8ddabeaedc23afa1855909ba1b5dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.65f8ddabeaedc23afa1855909ba1b5dc.jpg new file mode 100644 index 0000000..457e4c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.65f8ddabeaedc23afa1855909ba1b5dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.6e592b83df04c0da3650d2735a108f63.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.6e592b83df04c0da3650d2735a108f63.jpg new file mode 100644 index 0000000..457e4c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0106_jpg.rf.6e592b83df04c0da3650d2735a108f63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.6f302d84d532bb08b82495fc7fbbb173.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.6f302d84d532bb08b82495fc7fbbb173.jpg new file mode 100644 index 0000000..bef8f02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.6f302d84d532bb08b82495fc7fbbb173.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.8734cfa1af732eaaeb856ffbeff0ff97.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.8734cfa1af732eaaeb856ffbeff0ff97.jpg new file mode 100644 index 0000000..bef8f02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.8734cfa1af732eaaeb856ffbeff0ff97.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.d5a36d9329e42f6f9183f6827135ca74.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.d5a36d9329e42f6f9183f6827135ca74.jpg new file mode 100644 index 0000000..bef8f02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0107_jpg.rf.d5a36d9329e42f6f9183f6827135ca74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.24218c0f7c0868d65b81108c831c3798.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.24218c0f7c0868d65b81108c831c3798.jpg new file mode 100644 index 0000000..93257c4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.24218c0f7c0868d65b81108c831c3798.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.3a873d079a019a2e9055acbc19d80084.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.3a873d079a019a2e9055acbc19d80084.jpg new file mode 100644 index 0000000..93257c4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.3a873d079a019a2e9055acbc19d80084.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.7b7f163f4b296e2bbc20b66b856ecff3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.7b7f163f4b296e2bbc20b66b856ecff3.jpg new file mode 100644 index 0000000..93257c4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0288_jpg.rf.7b7f163f4b296e2bbc20b66b856ecff3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.96d5f0a545424741776861a77cbd0cc2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.96d5f0a545424741776861a77cbd0cc2.jpg new file mode 100644 index 0000000..4296e74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.96d5f0a545424741776861a77cbd0cc2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.c9f006eea3153ca2f97450b430eba320.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.c9f006eea3153ca2f97450b430eba320.jpg new file mode 100644 index 0000000..4296e74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.c9f006eea3153ca2f97450b430eba320.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.f17d056c7f61a8ddb67ea6f84f44b845.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.f17d056c7f61a8ddb67ea6f84f44b845.jpg new file mode 100644 index 0000000..4296e74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0291_jpg.rf.f17d056c7f61a8ddb67ea6f84f44b845.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.a5da6a376ddd3d6812d03f42112f24d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.a5da6a376ddd3d6812d03f42112f24d9.jpg new file mode 100644 index 0000000..cef1282 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.a5da6a376ddd3d6812d03f42112f24d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.e672b9fba5607727b7be8419f3fa476f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.e672b9fba5607727b7be8419f3fa476f.jpg new file mode 100644 index 0000000..cef1282 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.e672b9fba5607727b7be8419f3fa476f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.fa1b9150a414c73f69ea6db18bbc5fe1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.fa1b9150a414c73f69ea6db18bbc5fe1.jpg new file mode 100644 index 0000000..cef1282 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0336_jpg.rf.fa1b9150a414c73f69ea6db18bbc5fe1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.a5210651a7ec29ad5348d5eeef8a3ef4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.a5210651a7ec29ad5348d5eeef8a3ef4.jpg new file mode 100644 index 0000000..aa04bb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.a5210651a7ec29ad5348d5eeef8a3ef4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.ae957d8c323819b37c09d52bacd2e837.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.ae957d8c323819b37c09d52bacd2e837.jpg new file mode 100644 index 0000000..aa04bb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.ae957d8c323819b37c09d52bacd2e837.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.f4768cf16d2f01df1069e4a560d47b65.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.f4768cf16d2f01df1069e4a560d47b65.jpg new file mode 100644 index 0000000..aa04bb3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0338_jpg.rf.f4768cf16d2f01df1069e4a560d47b65.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.8328137daabe3a77688aadbe133afdd7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.8328137daabe3a77688aadbe133afdd7.jpg new file mode 100644 index 0000000..4588f46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.8328137daabe3a77688aadbe133afdd7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.9d4bafb9ba466430bf83efdaa3985b08.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.9d4bafb9ba466430bf83efdaa3985b08.jpg new file mode 100644 index 0000000..4588f46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.9d4bafb9ba466430bf83efdaa3985b08.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.cff8f80386908ec845dba8cdaff081b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.cff8f80386908ec845dba8cdaff081b2.jpg new file mode 100644 index 0000000..4588f46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0339_jpg.rf.cff8f80386908ec845dba8cdaff081b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.1551819a7efec3166088394f92c9973b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.1551819a7efec3166088394f92c9973b.jpg new file mode 100644 index 0000000..8d1aec7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.1551819a7efec3166088394f92c9973b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.5135c7147955c983940b784970894736.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.5135c7147955c983940b784970894736.jpg new file mode 100644 index 0000000..8d1aec7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.5135c7147955c983940b784970894736.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.f16ae7d735c438eaeabbc17c6bd922a1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.f16ae7d735c438eaeabbc17c6bd922a1.jpg new file mode 100644 index 0000000..8d1aec7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0395_jpg.rf.f16ae7d735c438eaeabbc17c6bd922a1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.26ec940cbb23871ca87bc9f387a5a772.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.26ec940cbb23871ca87bc9f387a5a772.jpg new file mode 100644 index 0000000..f2da7e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.26ec940cbb23871ca87bc9f387a5a772.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.3a554dc65a5b7d0518fb25046872a823.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.3a554dc65a5b7d0518fb25046872a823.jpg new file mode 100644 index 0000000..f2da7e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.3a554dc65a5b7d0518fb25046872a823.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.7fa0eaa7ece3e0030e271450fd6eae59.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.7fa0eaa7ece3e0030e271450fd6eae59.jpg new file mode 100644 index 0000000..f2da7e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0396_jpg.rf.7fa0eaa7ece3e0030e271450fd6eae59.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.07d5ccf6f7e2316bc1fdd56a02a516b3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.07d5ccf6f7e2316bc1fdd56a02a516b3.jpg new file mode 100644 index 0000000..37f2648 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.07d5ccf6f7e2316bc1fdd56a02a516b3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.31cc9a67a32dce8ab453c55092756aa8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.31cc9a67a32dce8ab453c55092756aa8.jpg new file mode 100644 index 0000000..37f2648 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.31cc9a67a32dce8ab453c55092756aa8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.99d5f0bc61e86eb06887d742995571ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.99d5f0bc61e86eb06887d742995571ff.jpg new file mode 100644 index 0000000..37f2648 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0397_jpg.rf.99d5f0bc61e86eb06887d742995571ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.687ddc977ee0d1a88df878215de52e1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.687ddc977ee0d1a88df878215de52e1a.jpg new file mode 100644 index 0000000..f14dda0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.687ddc977ee0d1a88df878215de52e1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.b4d5416370a0a257c313529bd1069759.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.b4d5416370a0a257c313529bd1069759.jpg new file mode 100644 index 0000000..f14dda0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.b4d5416370a0a257c313529bd1069759.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.eb33816619052b385144606b00d5c8f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.eb33816619052b385144606b00d5c8f2.jpg new file mode 100644 index 0000000..f14dda0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0399_jpg.rf.eb33816619052b385144606b00d5c8f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.1da8a372a6035a03b5f56ebf202b2e9b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.1da8a372a6035a03b5f56ebf202b2e9b.jpg new file mode 100644 index 0000000..f7eb93e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.1da8a372a6035a03b5f56ebf202b2e9b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.9af12481e889bfb114b645e1bf46b447.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.9af12481e889bfb114b645e1bf46b447.jpg new file mode 100644 index 0000000..f7eb93e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.9af12481e889bfb114b645e1bf46b447.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.9cae05679fc7d3d6d9eb42fa58721e17.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.9cae05679fc7d3d6d9eb42fa58721e17.jpg new file mode 100644 index 0000000..f7eb93e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0502_jpg.rf.9cae05679fc7d3d6d9eb42fa58721e17.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.a5cbf1dbe5706e025a4cecc3fcf729dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.a5cbf1dbe5706e025a4cecc3fcf729dd.jpg new file mode 100644 index 0000000..62d0ca5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.a5cbf1dbe5706e025a4cecc3fcf729dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.b383e04e02d044b96a303298f265e623.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.b383e04e02d044b96a303298f265e623.jpg new file mode 100644 index 0000000..62d0ca5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.b383e04e02d044b96a303298f265e623.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.e5a18f889d6cf796c665c92f128069ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.e5a18f889d6cf796c665c92f128069ce.jpg new file mode 100644 index 0000000..62d0ca5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0503_jpg.rf.e5a18f889d6cf796c665c92f128069ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.0ac9d4dcbb37557f193ee7e1a7dfba0f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.0ac9d4dcbb37557f193ee7e1a7dfba0f.jpg new file mode 100644 index 0000000..7524fa4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.0ac9d4dcbb37557f193ee7e1a7dfba0f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.9b6a3366bda47f6936f2a9b5b0bda8e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.9b6a3366bda47f6936f2a9b5b0bda8e2.jpg new file mode 100644 index 0000000..7524fa4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.9b6a3366bda47f6936f2a9b5b0bda8e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.c3fc06072785b4776b680bb2e0121a23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.c3fc06072785b4776b680bb2e0121a23.jpg new file mode 100644 index 0000000..7524fa4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0504_jpg.rf.c3fc06072785b4776b680bb2e0121a23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.0163db7cd35cb140e410effa42666155.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.0163db7cd35cb140e410effa42666155.jpg new file mode 100644 index 0000000..5584a31 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.0163db7cd35cb140e410effa42666155.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.9609c54810456838f20452d7556a138f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.9609c54810456838f20452d7556a138f.jpg new file mode 100644 index 0000000..5584a31 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.9609c54810456838f20452d7556a138f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.db7e5d6da60e330cffd0cd2c00dfd323.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.db7e5d6da60e330cffd0cd2c00dfd323.jpg new file mode 100644 index 0000000..5584a31 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0505_jpg.rf.db7e5d6da60e330cffd0cd2c00dfd323.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.6a229fc1174049a4757b74ce728cafdf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.6a229fc1174049a4757b74ce728cafdf.jpg new file mode 100644 index 0000000..cefbd28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.6a229fc1174049a4757b74ce728cafdf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.c5a1a039d3e9306c9bca0c2227952d62.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.c5a1a039d3e9306c9bca0c2227952d62.jpg new file mode 100644 index 0000000..cefbd28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.c5a1a039d3e9306c9bca0c2227952d62.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.d22a3959416b7308703b269f20e32605.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.d22a3959416b7308703b269f20e32605.jpg new file mode 100644 index 0000000..cefbd28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0506_jpg.rf.d22a3959416b7308703b269f20e32605.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.993fa0e658a0e4d8e83b3999097567e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.993fa0e658a0e4d8e83b3999097567e2.jpg new file mode 100644 index 0000000..cbeb38c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.993fa0e658a0e4d8e83b3999097567e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.b518a67052c4ca9bb553c266487285c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.b518a67052c4ca9bb553c266487285c5.jpg new file mode 100644 index 0000000..cbeb38c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.b518a67052c4ca9bb553c266487285c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.cb48a1c34b4758c563e1e7f2bc05fdd2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.cb48a1c34b4758c563e1e7f2bc05fdd2.jpg new file mode 100644 index 0000000..cbeb38c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0537_jpg.rf.cb48a1c34b4758c563e1e7f2bc05fdd2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.2639c39aaf986259e9db304c1a2fede3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.2639c39aaf986259e9db304c1a2fede3.jpg new file mode 100644 index 0000000..773aad3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.2639c39aaf986259e9db304c1a2fede3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.a14920db7615f339be9687d105a4151d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.a14920db7615f339be9687d105a4151d.jpg new file mode 100644 index 0000000..773aad3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.a14920db7615f339be9687d105a4151d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.d24df582127c920a7604995d30732979.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.d24df582127c920a7604995d30732979.jpg new file mode 100644 index 0000000..773aad3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0539_jpg.rf.d24df582127c920a7604995d30732979.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.53269300ae389f40b702ebe1b479c69d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.53269300ae389f40b702ebe1b479c69d.jpg new file mode 100644 index 0000000..83e01e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.53269300ae389f40b702ebe1b479c69d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.663eb437f293ba0ebce7e765ee6c6bea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.663eb437f293ba0ebce7e765ee6c6bea.jpg new file mode 100644 index 0000000..83e01e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.663eb437f293ba0ebce7e765ee6c6bea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.6cb3c035eab1267744891be15568e3fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.6cb3c035eab1267744891be15568e3fd.jpg new file mode 100644 index 0000000..83e01e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0541_jpg.rf.6cb3c035eab1267744891be15568e3fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.609d3e085071105a6c56724f4a4eeb57.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.609d3e085071105a6c56724f4a4eeb57.jpg new file mode 100644 index 0000000..46065f1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.609d3e085071105a6c56724f4a4eeb57.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.874707cf8322dec7e85dbd35ef55f83f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.874707cf8322dec7e85dbd35ef55f83f.jpg new file mode 100644 index 0000000..46065f1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.874707cf8322dec7e85dbd35ef55f83f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.d49144f1aba734dec5e1769197aa7b94.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.d49144f1aba734dec5e1769197aa7b94.jpg new file mode 100644 index 0000000..46065f1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0579_jpg.rf.d49144f1aba734dec5e1769197aa7b94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.40e3dcfec8810d6d4102dadc9ed7c16a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.40e3dcfec8810d6d4102dadc9ed7c16a.jpg new file mode 100644 index 0000000..2ae8667 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.40e3dcfec8810d6d4102dadc9ed7c16a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.6af144b24ea75e4e0d6ffbe6e11101ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.6af144b24ea75e4e0d6ffbe6e11101ae.jpg new file mode 100644 index 0000000..2ae8667 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.6af144b24ea75e4e0d6ffbe6e11101ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.9f0d4f72a25e2106e4fb105100dcf994.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.9f0d4f72a25e2106e4fb105100dcf994.jpg new file mode 100644 index 0000000..2ae8667 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0580_jpg.rf.9f0d4f72a25e2106e4fb105100dcf994.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.4b53a02a4653a4748bc723549e0444e3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.4b53a02a4653a4748bc723549e0444e3.jpg new file mode 100644 index 0000000..f7c7850 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.4b53a02a4653a4748bc723549e0444e3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.5a78c481df933b67b9f850c71627aa56.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.5a78c481df933b67b9f850c71627aa56.jpg new file mode 100644 index 0000000..f7c7850 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.5a78c481df933b67b9f850c71627aa56.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.f97496c443cc0ef38640b1523d0c92c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.f97496c443cc0ef38640b1523d0c92c4.jpg new file mode 100644 index 0000000..f7c7850 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0581_jpg.rf.f97496c443cc0ef38640b1523d0c92c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.3f856e1eecea1c25b5a820f40ba950b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.3f856e1eecea1c25b5a820f40ba950b4.jpg new file mode 100644 index 0000000..5fdffeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.3f856e1eecea1c25b5a820f40ba950b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.79a17f09064dddac65fe878434a0d505.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.79a17f09064dddac65fe878434a0d505.jpg new file mode 100644 index 0000000..5fdffeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.79a17f09064dddac65fe878434a0d505.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.a116ae54b6e60d0ed17ecd7ac6b00a6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.a116ae54b6e60d0ed17ecd7ac6b00a6c.jpg new file mode 100644 index 0000000..5fdffeb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0582_jpg.rf.a116ae54b6e60d0ed17ecd7ac6b00a6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.81c558334b81f778dbd13057488d2111.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.81c558334b81f778dbd13057488d2111.jpg new file mode 100644 index 0000000..7d87cc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.81c558334b81f778dbd13057488d2111.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.8c5675a1c52dbe1ce45be8a9f55ef3f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.8c5675a1c52dbe1ce45be8a9f55ef3f4.jpg new file mode 100644 index 0000000..7d87cc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.8c5675a1c52dbe1ce45be8a9f55ef3f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.9ad144e386d6bbc5cb9124e3d9aff368.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.9ad144e386d6bbc5cb9124e3d9aff368.jpg new file mode 100644 index 0000000..7d87cc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0638_jpg.rf.9ad144e386d6bbc5cb9124e3d9aff368.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.2e60d3bca620ec620a793149ce90cdf0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.2e60d3bca620ec620a793149ce90cdf0.jpg new file mode 100644 index 0000000..64c2d7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.2e60d3bca620ec620a793149ce90cdf0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.40c636fe60993bade3502e1a1f557e61.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.40c636fe60993bade3502e1a1f557e61.jpg new file mode 100644 index 0000000..64c2d7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.40c636fe60993bade3502e1a1f557e61.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.503df9fc8f2a576197ae633dda90120b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.503df9fc8f2a576197ae633dda90120b.jpg new file mode 100644 index 0000000..64c2d7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0639_jpg.rf.503df9fc8f2a576197ae633dda90120b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.b28b456a66c3b8bf5522e0abab63575c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.b28b456a66c3b8bf5522e0abab63575c.jpg new file mode 100644 index 0000000..d99e0d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.b28b456a66c3b8bf5522e0abab63575c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.c495ab711b1171544dfa7954315f4d69.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.c495ab711b1171544dfa7954315f4d69.jpg new file mode 100644 index 0000000..d99e0d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.c495ab711b1171544dfa7954315f4d69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.e190863f18116e14c2d5b7c658c27be0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.e190863f18116e14c2d5b7c658c27be0.jpg new file mode 100644 index 0000000..d99e0d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0640_jpg.rf.e190863f18116e14c2d5b7c658c27be0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.07a52a975736e8cd338c381a96ec3157.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.07a52a975736e8cd338c381a96ec3157.jpg new file mode 100644 index 0000000..218f516 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.07a52a975736e8cd338c381a96ec3157.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.356c32d45c1e2d3088ed0f70b6066198.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.356c32d45c1e2d3088ed0f70b6066198.jpg new file mode 100644 index 0000000..218f516 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.356c32d45c1e2d3088ed0f70b6066198.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.43c8b52b795c1369158add6bc4df0fb9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.43c8b52b795c1369158add6bc4df0fb9.jpg new file mode 100644 index 0000000..218f516 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0641_jpg.rf.43c8b52b795c1369158add6bc4df0fb9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.3dff3648ae4f7a5c407c4dcdb7f18136.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.3dff3648ae4f7a5c407c4dcdb7f18136.jpg new file mode 100644 index 0000000..e045758 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.3dff3648ae4f7a5c407c4dcdb7f18136.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.76fb3e56c5343ce4a6607561f46e9a82.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.76fb3e56c5343ce4a6607561f46e9a82.jpg new file mode 100644 index 0000000..e045758 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.76fb3e56c5343ce4a6607561f46e9a82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.c9b18c8a8591cfd20d0d256d2e6c04b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.c9b18c8a8591cfd20d0d256d2e6c04b1.jpg new file mode 100644 index 0000000..e045758 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_0642_jpg.rf.c9b18c8a8591cfd20d0d256d2e6c04b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.79107e7099e4a30c4a4fe9012c4b46cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.79107e7099e4a30c4a4fe9012c4b46cb.jpg new file mode 100644 index 0000000..4acab44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.79107e7099e4a30c4a4fe9012c4b46cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.8e901cb6c0f5b780014e85b140f5bd49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.8e901cb6c0f5b780014e85b140f5bd49.jpg new file mode 100644 index 0000000..4acab44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.8e901cb6c0f5b780014e85b140f5bd49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.b328e0fd8f044c71af3a2452d38c2c43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.b328e0fd8f044c71af3a2452d38c2c43.jpg new file mode 100644 index 0000000..4acab44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1063_jpg.rf.b328e0fd8f044c71af3a2452d38c2c43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.9b76b56ee77d8204a16c6bf903eb960b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.9b76b56ee77d8204a16c6bf903eb960b.jpg new file mode 100644 index 0000000..8a20f01 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.9b76b56ee77d8204a16c6bf903eb960b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.b353c4cce0ab68c57e34a21207d120ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.b353c4cce0ab68c57e34a21207d120ab.jpg new file mode 100644 index 0000000..8a20f01 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.b353c4cce0ab68c57e34a21207d120ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.f7a1e597c0590919ee8f091fbbf2bff5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.f7a1e597c0590919ee8f091fbbf2bff5.jpg new file mode 100644 index 0000000..8a20f01 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1064_jpg.rf.f7a1e597c0590919ee8f091fbbf2bff5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.2f0a7fbe666b65fdaba19fe32c8ea95c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.2f0a7fbe666b65fdaba19fe32c8ea95c.jpg new file mode 100644 index 0000000..a42d3c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.2f0a7fbe666b65fdaba19fe32c8ea95c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.6cfeae413d2994285cbad9ad6d995234.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.6cfeae413d2994285cbad9ad6d995234.jpg new file mode 100644 index 0000000..a42d3c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.6cfeae413d2994285cbad9ad6d995234.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.e90be95eac350b1d0327a00b6ef8f9e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.e90be95eac350b1d0327a00b6ef8f9e0.jpg new file mode 100644 index 0000000..a42d3c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1065_jpg.rf.e90be95eac350b1d0327a00b6ef8f9e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.447703db302ca2adafb0c259fc0c0f52.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.447703db302ca2adafb0c259fc0c0f52.jpg new file mode 100644 index 0000000..2d8e0ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.447703db302ca2adafb0c259fc0c0f52.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.5f71a62bf67d8a95f9839c3dfa83f3df.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.5f71a62bf67d8a95f9839c3dfa83f3df.jpg new file mode 100644 index 0000000..2d8e0ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.5f71a62bf67d8a95f9839c3dfa83f3df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.7654bbca451130f341c4e7f0b0a2d97b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.7654bbca451130f341c4e7f0b0a2d97b.jpg new file mode 100644 index 0000000..2d8e0ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1069_jpg.rf.7654bbca451130f341c4e7f0b0a2d97b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.8b5c3846413266a7c735e3b66c3f1a11.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.8b5c3846413266a7c735e3b66c3f1a11.jpg new file mode 100644 index 0000000..e11231c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.8b5c3846413266a7c735e3b66c3f1a11.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.cc7b600ff61fa511467ea5f66fa05c3f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.cc7b600ff61fa511467ea5f66fa05c3f.jpg new file mode 100644 index 0000000..e11231c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.cc7b600ff61fa511467ea5f66fa05c3f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.f9ade3fd52b6b4afaa721ff1228d0c98.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.f9ade3fd52b6b4afaa721ff1228d0c98.jpg new file mode 100644 index 0000000..e11231c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1070_jpg.rf.f9ade3fd52b6b4afaa721ff1228d0c98.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1071_jpg.rf.a58c29840277ead95c3d046bff34f9ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1071_jpg.rf.a58c29840277ead95c3d046bff34f9ab.jpg new file mode 100644 index 0000000..5739998 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1071_jpg.rf.a58c29840277ead95c3d046bff34f9ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1071_jpg.rf.d25d71f21022ad4bc09f1b3104065626.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1071_jpg.rf.d25d71f21022ad4bc09f1b3104065626.jpg new file mode 100644 index 0000000..5739998 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1071_jpg.rf.d25d71f21022ad4bc09f1b3104065626.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.256c04beecda9620193f671cdef7e51f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.256c04beecda9620193f671cdef7e51f.jpg new file mode 100644 index 0000000..f66e1da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.256c04beecda9620193f671cdef7e51f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.9817af5a193d5a99b719a91c31e4fa96.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.9817af5a193d5a99b719a91c31e4fa96.jpg new file mode 100644 index 0000000..f66e1da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.9817af5a193d5a99b719a91c31e4fa96.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.bafe635f7ade028d50808b35bd87ac5f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.bafe635f7ade028d50808b35bd87ac5f.jpg new file mode 100644 index 0000000..f66e1da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1072_jpg.rf.bafe635f7ade028d50808b35bd87ac5f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.268685f7402bf3e32c59387f985f1b23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.268685f7402bf3e32c59387f985f1b23.jpg new file mode 100644 index 0000000..6acb6bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.268685f7402bf3e32c59387f985f1b23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.4ebf20f30cf972dbe2ae59c6d218c4ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.4ebf20f30cf972dbe2ae59c6d218c4ea.jpg new file mode 100644 index 0000000..6acb6bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.4ebf20f30cf972dbe2ae59c6d218c4ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.e990044480d6562915009fa8aae32a06.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.e990044480d6562915009fa8aae32a06.jpg new file mode 100644 index 0000000..6acb6bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1073_jpg.rf.e990044480d6562915009fa8aae32a06.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.9e2a9742a5a661acbd2dd5fef1bbd2f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.9e2a9742a5a661acbd2dd5fef1bbd2f7.jpg new file mode 100644 index 0000000..3fc6131 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.9e2a9742a5a661acbd2dd5fef1bbd2f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.b3274b847df12cc37439ebeba78cc23f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.b3274b847df12cc37439ebeba78cc23f.jpg new file mode 100644 index 0000000..3fc6131 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.b3274b847df12cc37439ebeba78cc23f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.e6e6d3cf94a2c58ffed985b45c4b8d70.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.e6e6d3cf94a2c58ffed985b45c4b8d70.jpg new file mode 100644 index 0000000..3fc6131 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1353_jpg.rf.e6e6d3cf94a2c58ffed985b45c4b8d70.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.8ca85b29a653414879a35d248d4d58c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.8ca85b29a653414879a35d248d4d58c4.jpg new file mode 100644 index 0000000..caa9a55 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.8ca85b29a653414879a35d248d4d58c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.aad12db3cd9b9e979892efb92c256cc5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.aad12db3cd9b9e979892efb92c256cc5.jpg new file mode 100644 index 0000000..caa9a55 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.aad12db3cd9b9e979892efb92c256cc5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.e53189492d43e3bf9e7d03da35f9e6d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.e53189492d43e3bf9e7d03da35f9e6d0.jpg new file mode 100644 index 0000000..caa9a55 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1354_jpg.rf.e53189492d43e3bf9e7d03da35f9e6d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.48f03347ef52e6ba6d5af9fd9db94fa4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.48f03347ef52e6ba6d5af9fd9db94fa4.jpg new file mode 100644 index 0000000..bf613fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.48f03347ef52e6ba6d5af9fd9db94fa4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.b60db52f1d41578bb99bda83211479c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.b60db52f1d41578bb99bda83211479c5.jpg new file mode 100644 index 0000000..bf613fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.b60db52f1d41578bb99bda83211479c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.f9194b644596ccf5fc95bf8c4787c399.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.f9194b644596ccf5fc95bf8c4787c399.jpg new file mode 100644 index 0000000..bf613fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1356_jpg.rf.f9194b644596ccf5fc95bf8c4787c399.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.1f213910e005b0a0c639c621681f2ae7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.1f213910e005b0a0c639c621681f2ae7.jpg new file mode 100644 index 0000000..7c9da50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.1f213910e005b0a0c639c621681f2ae7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.2cdc6a50c1a9671b832f4225e0c6bbfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.2cdc6a50c1a9671b832f4225e0c6bbfc.jpg new file mode 100644 index 0000000..7c9da50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.2cdc6a50c1a9671b832f4225e0c6bbfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.89280edf455e339d05efbaded909a552.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.89280edf455e339d05efbaded909a552.jpg new file mode 100644 index 0000000..7c9da50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1357_jpg.rf.89280edf455e339d05efbaded909a552.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1543_jpg.rf.aac6273951e1a0bd1ef8b0c4ecb6b64a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1543_jpg.rf.aac6273951e1a0bd1ef8b0c4ecb6b64a.jpg new file mode 100644 index 0000000..8e32b7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1543_jpg.rf.aac6273951e1a0bd1ef8b0c4ecb6b64a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1543_jpg.rf.c49d3e2cfd5d4249109e8a112f8ab999.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1543_jpg.rf.c49d3e2cfd5d4249109e8a112f8ab999.jpg new file mode 100644 index 0000000..8e32b7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1543_jpg.rf.c49d3e2cfd5d4249109e8a112f8ab999.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.660523a4ed17dcb3a11aad613c418ee2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.660523a4ed17dcb3a11aad613c418ee2.jpg new file mode 100644 index 0000000..e14343a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.660523a4ed17dcb3a11aad613c418ee2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.7289c9f07e30198f5296f32f6028c6e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.7289c9f07e30198f5296f32f6028c6e5.jpg new file mode 100644 index 0000000..e14343a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.7289c9f07e30198f5296f32f6028c6e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.79c8fa53524669195aeefcdef1f068ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.79c8fa53524669195aeefcdef1f068ef.jpg new file mode 100644 index 0000000..e14343a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1544_jpg.rf.79c8fa53524669195aeefcdef1f068ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.60b0ea24d360fc4838183b82f0ce3cc6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.60b0ea24d360fc4838183b82f0ce3cc6.jpg new file mode 100644 index 0000000..74a81d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.60b0ea24d360fc4838183b82f0ce3cc6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.d97a273c0dc9baf3fd86947c7a8ee635.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.d97a273c0dc9baf3fd86947c7a8ee635.jpg new file mode 100644 index 0000000..74a81d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.d97a273c0dc9baf3fd86947c7a8ee635.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.f4f7d82552450af36fafaddaf7101466.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.f4f7d82552450af36fafaddaf7101466.jpg new file mode 100644 index 0000000..74a81d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1545_jpg.rf.f4f7d82552450af36fafaddaf7101466.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.26fcea6f34ede6564b87a3657ebeae95.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.26fcea6f34ede6564b87a3657ebeae95.jpg new file mode 100644 index 0000000..688af70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.26fcea6f34ede6564b87a3657ebeae95.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.dc3631c345025ef3be5cf029e8260915.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.dc3631c345025ef3be5cf029e8260915.jpg new file mode 100644 index 0000000..688af70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.dc3631c345025ef3be5cf029e8260915.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.f3a690fe4ab9a4bc724bd21839047a81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.f3a690fe4ab9a4bc724bd21839047a81.jpg new file mode 100644 index 0000000..688af70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1546_jpg.rf.f3a690fe4ab9a4bc724bd21839047a81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.c2657c3d4cd969fc733699b64d9c794e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.c2657c3d4cd969fc733699b64d9c794e.jpg new file mode 100644 index 0000000..66378c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.c2657c3d4cd969fc733699b64d9c794e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.dce5a77cd7e7a967f3da05f1322efdd2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.dce5a77cd7e7a967f3da05f1322efdd2.jpg new file mode 100644 index 0000000..66378c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.dce5a77cd7e7a967f3da05f1322efdd2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.f2b08b7ddd72aa6607f2b00d9aefdf49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.f2b08b7ddd72aa6607f2b00d9aefdf49.jpg new file mode 100644 index 0000000..66378c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1550_jpg.rf.f2b08b7ddd72aa6607f2b00d9aefdf49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.0f68fe0dca84600b143ba9ffa099c8ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.0f68fe0dca84600b143ba9ffa099c8ee.jpg new file mode 100644 index 0000000..2bf3e5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.0f68fe0dca84600b143ba9ffa099c8ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.371ec283561e14792540f239b4ad6faf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.371ec283561e14792540f239b4ad6faf.jpg new file mode 100644 index 0000000..2bf3e5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.371ec283561e14792540f239b4ad6faf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.eefb57c0dcec0b6700fa219c8960f735.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.eefb57c0dcec0b6700fa219c8960f735.jpg new file mode 100644 index 0000000..2bf3e5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1551_jpg.rf.eefb57c0dcec0b6700fa219c8960f735.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1698_jpg.rf.3fe08aa4f5de97b7d0042711f900f90c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1698_jpg.rf.3fe08aa4f5de97b7d0042711f900f90c.jpg new file mode 100644 index 0000000..bc5cef5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1698_jpg.rf.3fe08aa4f5de97b7d0042711f900f90c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1698_jpg.rf.546e25d14e9e1634b1fbf84f1eb5a489.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1698_jpg.rf.546e25d14e9e1634b1fbf84f1eb5a489.jpg new file mode 100644 index 0000000..bc5cef5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1698_jpg.rf.546e25d14e9e1634b1fbf84f1eb5a489.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.634e516c5e8502d25335c5773e1d6dd0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.634e516c5e8502d25335c5773e1d6dd0.jpg new file mode 100644 index 0000000..eb4ba19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.634e516c5e8502d25335c5773e1d6dd0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.75e17c2d55a3addfd150215d6f55d615.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.75e17c2d55a3addfd150215d6f55d615.jpg new file mode 100644 index 0000000..eb4ba19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.75e17c2d55a3addfd150215d6f55d615.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.e0464ee46d759076194025a0efdfc4b7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.e0464ee46d759076194025a0efdfc4b7.jpg new file mode 100644 index 0000000..eb4ba19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1699_jpg.rf.e0464ee46d759076194025a0efdfc4b7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.5b77e8c67df676c855c75bd391228ad5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.5b77e8c67df676c855c75bd391228ad5.jpg new file mode 100644 index 0000000..2a22114 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.5b77e8c67df676c855c75bd391228ad5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.73f41b811ee91648f5f4950047b22ab7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.73f41b811ee91648f5f4950047b22ab7.jpg new file mode 100644 index 0000000..2a22114 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.73f41b811ee91648f5f4950047b22ab7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.d5d3e5fe4fa3d2bd58f863a4a5bb07e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.d5d3e5fe4fa3d2bd58f863a4a5bb07e4.jpg new file mode 100644 index 0000000..2a22114 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/frame_1701_jpg.rf.d5d3e5fe4fa3d2bd58f863a4a5bb07e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/image20C_jpeg_jpg.rf.157707341c43cee304392d8fcc598712.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/image20C_jpeg_jpg.rf.157707341c43cee304392d8fcc598712.jpg new file mode 100644 index 0000000..5d9b5da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/image20C_jpeg_jpg.rf.157707341c43cee304392d8fcc598712.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/image26C_jpeg_jpg.rf.8c12622131f8e70dbec3aabf38e31f4e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/image26C_jpeg_jpg.rf.8c12622131f8e70dbec3aabf38e31f4e.jpg new file mode 100644 index 0000000..1c9e055 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/image26C_jpeg_jpg.rf.8c12622131f8e70dbec3aabf38e31f4e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/image28C_jpeg_jpg.rf.4601ab13dbcc865ff71486c2f237f190.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/image28C_jpeg_jpg.rf.4601ab13dbcc865ff71486c2f237f190.jpg new file mode 100644 index 0000000..0568b99 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/image28C_jpeg_jpg.rf.4601ab13dbcc865ff71486c2f237f190.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/image36C_jpeg_jpg.rf.72d64e7ab97df082ca29068c45636734.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/image36C_jpeg_jpg.rf.72d64e7ab97df082ca29068c45636734.jpg new file mode 100644 index 0000000..74bbf22 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/image36C_jpeg_jpg.rf.72d64e7ab97df082ca29068c45636734.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images116_jpg.rf.2cd368fac477463bde26139c74932525.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images116_jpg.rf.2cd368fac477463bde26139c74932525.jpg new file mode 100644 index 0000000..c399f59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images116_jpg.rf.2cd368fac477463bde26139c74932525.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images122_jpg.rf.5660df2b017e418feffa7973a018aa51.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images122_jpg.rf.5660df2b017e418feffa7973a018aa51.jpg new file mode 100644 index 0000000..282819c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images122_jpg.rf.5660df2b017e418feffa7973a018aa51.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images123_jpg.rf.617403a237c14f95b45b60f3356bd17d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images123_jpg.rf.617403a237c14f95b45b60f3356bd17d.jpg new file mode 100644 index 0000000..0cd0988 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images123_jpg.rf.617403a237c14f95b45b60f3356bd17d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images138_jpg.rf.092f6762bb5e1cde6071c26852266a13.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images138_jpg.rf.092f6762bb5e1cde6071c26852266a13.jpg new file mode 100644 index 0000000..39f139f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images138_jpg.rf.092f6762bb5e1cde6071c26852266a13.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images140_jpg.rf.f1e2fa92df68ddbafd682ecb8b7869a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images140_jpg.rf.f1e2fa92df68ddbafd682ecb8b7869a9.jpg new file mode 100644 index 0000000..1c2c8e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images140_jpg.rf.f1e2fa92df68ddbafd682ecb8b7869a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images155_jpg.rf.cbcc8f7846f2eb83211c492633ef6814.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images155_jpg.rf.cbcc8f7846f2eb83211c492633ef6814.jpg new file mode 100644 index 0000000..9bab4f0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images155_jpg.rf.cbcc8f7846f2eb83211c492633ef6814.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images169_jpg.rf.0334fc0fec74bb6f2b661aeb011be4c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images169_jpg.rf.0334fc0fec74bb6f2b661aeb011be4c7.jpg new file mode 100644 index 0000000..662fcf7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images169_jpg.rf.0334fc0fec74bb6f2b661aeb011be4c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images194_jpg.rf.3a560ed50b5dbfa45aa7d0243671f725.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images194_jpg.rf.3a560ed50b5dbfa45aa7d0243671f725.jpg new file mode 100644 index 0000000..3999562 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images194_jpg.rf.3a560ed50b5dbfa45aa7d0243671f725.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images197_jpg.rf.025949e6ba83ad20edab8c3c1b156ad7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images197_jpg.rf.025949e6ba83ad20edab8c3c1b156ad7.jpg new file mode 100644 index 0000000..b91a715 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images197_jpg.rf.025949e6ba83ad20edab8c3c1b156ad7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images19_jpg.rf.bc2963720e329e762f18c5171bde8749.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images19_jpg.rf.bc2963720e329e762f18c5171bde8749.jpg new file mode 100644 index 0000000..4bfa3de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images19_jpg.rf.bc2963720e329e762f18c5171bde8749.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images202_jpg.rf.6a15af072eb2aa7bbaffabd53450213c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images202_jpg.rf.6a15af072eb2aa7bbaffabd53450213c.jpg new file mode 100644 index 0000000..88d6757 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images202_jpg.rf.6a15af072eb2aa7bbaffabd53450213c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images213_jpg.rf.1ce040fa4fe6b08d2e0212e3bda34fa7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images213_jpg.rf.1ce040fa4fe6b08d2e0212e3bda34fa7.jpg new file mode 100644 index 0000000..1c1c96f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images213_jpg.rf.1ce040fa4fe6b08d2e0212e3bda34fa7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images225_jpg.rf.d5c6692defc73203e7d885e8fdd2e707.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images225_jpg.rf.d5c6692defc73203e7d885e8fdd2e707.jpg new file mode 100644 index 0000000..2d24bd4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images225_jpg.rf.d5c6692defc73203e7d885e8fdd2e707.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images228_jpg.rf.c99f96cbe7356dd3fbdf7e65a7865c15.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images228_jpg.rf.c99f96cbe7356dd3fbdf7e65a7865c15.jpg new file mode 100644 index 0000000..5c385bb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images228_jpg.rf.c99f96cbe7356dd3fbdf7e65a7865c15.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images231_jpg.rf.cc4182f0c7ad96c0eb96fc968bb67b0b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images231_jpg.rf.cc4182f0c7ad96c0eb96fc968bb67b0b.jpg new file mode 100644 index 0000000..6cd564c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images231_jpg.rf.cc4182f0c7ad96c0eb96fc968bb67b0b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images239_jpg.rf.ce92dd88a10550a9e21f6f6462c5e8d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images239_jpg.rf.ce92dd88a10550a9e21f6f6462c5e8d0.jpg new file mode 100644 index 0000000..b7078e4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images239_jpg.rf.ce92dd88a10550a9e21f6f6462c5e8d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images240_jpg.rf.ddd0da40e94192bfd14eb5f44ce16d73.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images240_jpg.rf.ddd0da40e94192bfd14eb5f44ce16d73.jpg new file mode 100644 index 0000000..5152a6a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images240_jpg.rf.ddd0da40e94192bfd14eb5f44ce16d73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images252_jpg.rf.bb458985ec1f0260d9a9fd5c7f4baea1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images252_jpg.rf.bb458985ec1f0260d9a9fd5c7f4baea1.jpg new file mode 100644 index 0000000..1026757 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images252_jpg.rf.bb458985ec1f0260d9a9fd5c7f4baea1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images258_jpg.rf.80db5f344f076bd40a36fe0cb16dee8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images258_jpg.rf.80db5f344f076bd40a36fe0cb16dee8f.jpg new file mode 100644 index 0000000..f43af4b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images258_jpg.rf.80db5f344f076bd40a36fe0cb16dee8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images277_jpg.rf.0c79ac0dad794d1d8a16273ad4775e1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images277_jpg.rf.0c79ac0dad794d1d8a16273ad4775e1a.jpg new file mode 100644 index 0000000..0c731b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images277_jpg.rf.0c79ac0dad794d1d8a16273ad4775e1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images295_jpg.rf.8be10435f07aa672f4d98c56153c84ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images295_jpg.rf.8be10435f07aa672f4d98c56153c84ef.jpg new file mode 100644 index 0000000..8eace16 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images295_jpg.rf.8be10435f07aa672f4d98c56153c84ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images320_jpg.rf.02606b04dce9de39ce74881cb7dd3905.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images320_jpg.rf.02606b04dce9de39ce74881cb7dd3905.jpg new file mode 100644 index 0000000..74c9e9a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images320_jpg.rf.02606b04dce9de39ce74881cb7dd3905.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images329_jpg.rf.44a0510f1db70ba171bf4bd6c5bbb46d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images329_jpg.rf.44a0510f1db70ba171bf4bd6c5bbb46d.jpg new file mode 100644 index 0000000..9cb293f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images329_jpg.rf.44a0510f1db70ba171bf4bd6c5bbb46d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images33_jpg.rf.48639f274a75d53aba1086e30aa95038.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images33_jpg.rf.48639f274a75d53aba1086e30aa95038.jpg new file mode 100644 index 0000000..a37144a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images33_jpg.rf.48639f274a75d53aba1086e30aa95038.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images358_jpg.rf.954954560784315488298ce8c4d06cda.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images358_jpg.rf.954954560784315488298ce8c4d06cda.jpg new file mode 100644 index 0000000..f53bb58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images358_jpg.rf.954954560784315488298ce8c4d06cda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images366_jpg.rf.cd7a06c242e239cadb812f57db224d42.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images366_jpg.rf.cd7a06c242e239cadb812f57db224d42.jpg new file mode 100644 index 0000000..3938380 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images366_jpg.rf.cd7a06c242e239cadb812f57db224d42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images377_jpg.rf.3161e23d90438b20f50c287edc3f2cc5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images377_jpg.rf.3161e23d90438b20f50c287edc3f2cc5.jpg new file mode 100644 index 0000000..1afcf7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images377_jpg.rf.3161e23d90438b20f50c287edc3f2cc5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images381_jpg.rf.4c7aa74af8bda4de661d4e44c4d5abd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images381_jpg.rf.4c7aa74af8bda4de661d4e44c4d5abd3.jpg new file mode 100644 index 0000000..db9585e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images381_jpg.rf.4c7aa74af8bda4de661d4e44c4d5abd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images383_jpg.rf.dbe1938ca67f86f621310b56020336f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images383_jpg.rf.dbe1938ca67f86f621310b56020336f9.jpg new file mode 100644 index 0000000..6d45e40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images383_jpg.rf.dbe1938ca67f86f621310b56020336f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images384_jpg.rf.6c36f97d31ae989df149769a88cfbdbb.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images384_jpg.rf.6c36f97d31ae989df149769a88cfbdbb.jpg new file mode 100644 index 0000000..beac59b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images384_jpg.rf.6c36f97d31ae989df149769a88cfbdbb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images385_jpg.rf.55de5258966d61703e4943e448427e94.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images385_jpg.rf.55de5258966d61703e4943e448427e94.jpg new file mode 100644 index 0000000..89d37fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images385_jpg.rf.55de5258966d61703e4943e448427e94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images386_jpg.rf.2df9d6ac99488fc7cab3eebd4dabdb5a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images386_jpg.rf.2df9d6ac99488fc7cab3eebd4dabdb5a.jpg new file mode 100644 index 0000000..d88d5a1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images386_jpg.rf.2df9d6ac99488fc7cab3eebd4dabdb5a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images391_jpg.rf.99037538afbd7e188128084e3dbb982c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images391_jpg.rf.99037538afbd7e188128084e3dbb982c.jpg new file mode 100644 index 0000000..1e6f56c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images391_jpg.rf.99037538afbd7e188128084e3dbb982c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images392_jpg.rf.c4d48f89cc311bb60b52e31a66107670.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images392_jpg.rf.c4d48f89cc311bb60b52e31a66107670.jpg new file mode 100644 index 0000000..2c4dfce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images392_jpg.rf.c4d48f89cc311bb60b52e31a66107670.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images393_jpg.rf.711badc936f9c7c697ee38bc98c2bb76.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images393_jpg.rf.711badc936f9c7c697ee38bc98c2bb76.jpg new file mode 100644 index 0000000..0c6d137 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images393_jpg.rf.711badc936f9c7c697ee38bc98c2bb76.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images396_jpg.rf.8aeb4538c8b426208a143593085c3863.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images396_jpg.rf.8aeb4538c8b426208a143593085c3863.jpg new file mode 100644 index 0000000..91fb7b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images396_jpg.rf.8aeb4538c8b426208a143593085c3863.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images400_jpg.rf.81024777d218a313992b15645f1c2e74.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images400_jpg.rf.81024777d218a313992b15645f1c2e74.jpg new file mode 100644 index 0000000..2a1ba05 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images400_jpg.rf.81024777d218a313992b15645f1c2e74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images404_jpg.rf.2d1aed09229bcdd2ce7bfce913378c49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images404_jpg.rf.2d1aed09229bcdd2ce7bfce913378c49.jpg new file mode 100644 index 0000000..639c109 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images404_jpg.rf.2d1aed09229bcdd2ce7bfce913378c49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images420_jpg.rf.968e2f53aa0769024d4dc6c95adc22ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images420_jpg.rf.968e2f53aa0769024d4dc6c95adc22ea.jpg new file mode 100644 index 0000000..743792b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images420_jpg.rf.968e2f53aa0769024d4dc6c95adc22ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images449_jpg.rf.dcce9f314dbe890817f5a5d627b992cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images449_jpg.rf.dcce9f314dbe890817f5a5d627b992cf.jpg new file mode 100644 index 0000000..e6b2c50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images449_jpg.rf.dcce9f314dbe890817f5a5d627b992cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images44_jpg.rf.21f57810ff27aaca552629c8f88a4c29.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images44_jpg.rf.21f57810ff27aaca552629c8f88a4c29.jpg new file mode 100644 index 0000000..b22f7f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images44_jpg.rf.21f57810ff27aaca552629c8f88a4c29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images450_jpg.rf.15f2893307bdacc6421a2658bbec6e4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images450_jpg.rf.15f2893307bdacc6421a2658bbec6e4c.jpg new file mode 100644 index 0000000..ebad052 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images450_jpg.rf.15f2893307bdacc6421a2658bbec6e4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images451_jpg.rf.bc9c7d6f2812fdf2f2da05686634c912.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images451_jpg.rf.bc9c7d6f2812fdf2f2da05686634c912.jpg new file mode 100644 index 0000000..8536d13 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images451_jpg.rf.bc9c7d6f2812fdf2f2da05686634c912.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images467_jpg.rf.6c1a3159a51d9523090a6de2cb79e399.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images467_jpg.rf.6c1a3159a51d9523090a6de2cb79e399.jpg new file mode 100644 index 0000000..2928033 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images467_jpg.rf.6c1a3159a51d9523090a6de2cb79e399.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images471_jpg.rf.3560a03f36bcdc10d5e0a937db8b6182.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images471_jpg.rf.3560a03f36bcdc10d5e0a937db8b6182.jpg new file mode 100644 index 0000000..8281758 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images471_jpg.rf.3560a03f36bcdc10d5e0a937db8b6182.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images475_jpg.rf.3a1e4eb90c216b68708a8ba2183a9ec1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images475_jpg.rf.3a1e4eb90c216b68708a8ba2183a9ec1.jpg new file mode 100644 index 0000000..8a7a84d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images475_jpg.rf.3a1e4eb90c216b68708a8ba2183a9ec1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images478_jpg.rf.eb8780d33a88c1f1477f7bc6f37e06dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images478_jpg.rf.eb8780d33a88c1f1477f7bc6f37e06dc.jpg new file mode 100644 index 0000000..d4ce436 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images478_jpg.rf.eb8780d33a88c1f1477f7bc6f37e06dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images483_jpg.rf.e21bd1f674ef56e6064ae19c067d689d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images483_jpg.rf.e21bd1f674ef56e6064ae19c067d689d.jpg new file mode 100644 index 0000000..f86dfa7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images483_jpg.rf.e21bd1f674ef56e6064ae19c067d689d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images488_jpg.rf.a3633f9536a2a3abcaca90180b6cd4f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images488_jpg.rf.a3633f9536a2a3abcaca90180b6cd4f0.jpg new file mode 100644 index 0000000..b6daf3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images488_jpg.rf.a3633f9536a2a3abcaca90180b6cd4f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images501_jpg.rf.049d7856905a78c0750e2c1d7a0a3a2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images501_jpg.rf.049d7856905a78c0750e2c1d7a0a3a2a.jpg new file mode 100644 index 0000000..8a8e07e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images501_jpg.rf.049d7856905a78c0750e2c1d7a0a3a2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images502_jpg.rf.d331f3ce39ac51d2ec2b586dac2d5ca4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images502_jpg.rf.d331f3ce39ac51d2ec2b586dac2d5ca4.jpg new file mode 100644 index 0000000..5120098 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images502_jpg.rf.d331f3ce39ac51d2ec2b586dac2d5ca4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images503_jpg.rf.a5a9bbdf589ccc4856adaf023b3d674b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images503_jpg.rf.a5a9bbdf589ccc4856adaf023b3d674b.jpg new file mode 100644 index 0000000..d71f949 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images503_jpg.rf.a5a9bbdf589ccc4856adaf023b3d674b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images511_jpg.rf.ea037fe2b499027da3e9ddcba423baa2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images511_jpg.rf.ea037fe2b499027da3e9ddcba423baa2.jpg new file mode 100644 index 0000000..15a338a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images511_jpg.rf.ea037fe2b499027da3e9ddcba423baa2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images543_jpg.rf.f0952560d4b3d70c264aaa53db76a940.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images543_jpg.rf.f0952560d4b3d70c264aaa53db76a940.jpg new file mode 100644 index 0000000..5926fd9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images543_jpg.rf.f0952560d4b3d70c264aaa53db76a940.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images576_jpg.rf.a71db975ebcdafe0f883a0596455e893.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images576_jpg.rf.a71db975ebcdafe0f883a0596455e893.jpg new file mode 100644 index 0000000..d0d7f96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images576_jpg.rf.a71db975ebcdafe0f883a0596455e893.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images584_jpg.rf.a32bacbb842d5b3820b9e1e55f243b64.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images584_jpg.rf.a32bacbb842d5b3820b9e1e55f243b64.jpg new file mode 100644 index 0000000..c99ea71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images584_jpg.rf.a32bacbb842d5b3820b9e1e55f243b64.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images596_jpg.rf.452f1b1187b2f066cf169e53954b192f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images596_jpg.rf.452f1b1187b2f066cf169e53954b192f.jpg new file mode 100644 index 0000000..c88783f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images596_jpg.rf.452f1b1187b2f066cf169e53954b192f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images597_jpg.rf.54ec385ab0443a74a13d7fd818d10c29.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images597_jpg.rf.54ec385ab0443a74a13d7fd818d10c29.jpg new file mode 100644 index 0000000..648eb8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images597_jpg.rf.54ec385ab0443a74a13d7fd818d10c29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images601_jpg.rf.7778dba06beae1260794547ef0b81312.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images601_jpg.rf.7778dba06beae1260794547ef0b81312.jpg new file mode 100644 index 0000000..e654cf6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images601_jpg.rf.7778dba06beae1260794547ef0b81312.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images606_jpg.rf.11ede90add70e5f24361404bae49ec38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images606_jpg.rf.11ede90add70e5f24361404bae49ec38.jpg new file mode 100644 index 0000000..7df6c92 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images606_jpg.rf.11ede90add70e5f24361404bae49ec38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images612_jpg.rf.c0dfdbf2b324b89240f30b0a084a703c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images612_jpg.rf.c0dfdbf2b324b89240f30b0a084a703c.jpg new file mode 100644 index 0000000..de8bfa6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images612_jpg.rf.c0dfdbf2b324b89240f30b0a084a703c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images614_jpg.rf.5ac1f748dd5e56c16a63d43642ecd08e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images614_jpg.rf.5ac1f748dd5e56c16a63d43642ecd08e.jpg new file mode 100644 index 0000000..17e8267 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images614_jpg.rf.5ac1f748dd5e56c16a63d43642ecd08e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images619_jpg.rf.8b4fd54a6ad092848f4b2bc4bc01c195.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images619_jpg.rf.8b4fd54a6ad092848f4b2bc4bc01c195.jpg new file mode 100644 index 0000000..901724a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images619_jpg.rf.8b4fd54a6ad092848f4b2bc4bc01c195.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images620_jpg.rf.a7b2971826975e5ef275e6a79c63a079.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images620_jpg.rf.a7b2971826975e5ef275e6a79c63a079.jpg new file mode 100644 index 0000000..1b2c751 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images620_jpg.rf.a7b2971826975e5ef275e6a79c63a079.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images623_jpg.rf.702e7774c834ccf1ae15ba6cdb456a58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images623_jpg.rf.702e7774c834ccf1ae15ba6cdb456a58.jpg new file mode 100644 index 0000000..9416bfb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images623_jpg.rf.702e7774c834ccf1ae15ba6cdb456a58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images636_jpg.rf.13f4d4e40c2a34956347fb2a193a109a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images636_jpg.rf.13f4d4e40c2a34956347fb2a193a109a.jpg new file mode 100644 index 0000000..2571da1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images636_jpg.rf.13f4d4e40c2a34956347fb2a193a109a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images637_jpg.rf.b7fb46fd1f4e5a3615b4ec6a809bdd0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images637_jpg.rf.b7fb46fd1f4e5a3615b4ec6a809bdd0e.jpg new file mode 100644 index 0000000..13ee985 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images637_jpg.rf.b7fb46fd1f4e5a3615b4ec6a809bdd0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images649_jpg.rf.b900c1560b3ccce877d6b08473b09a43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images649_jpg.rf.b900c1560b3ccce877d6b08473b09a43.jpg new file mode 100644 index 0000000..05774c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images649_jpg.rf.b900c1560b3ccce877d6b08473b09a43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images652_jpg.rf.025b1d6de9695915542862350cf9cb38.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images652_jpg.rf.025b1d6de9695915542862350cf9cb38.jpg new file mode 100644 index 0000000..e2c3052 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images652_jpg.rf.025b1d6de9695915542862350cf9cb38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images659_jpg.rf.2316098d8657dbb82432654347dc2997.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images659_jpg.rf.2316098d8657dbb82432654347dc2997.jpg new file mode 100644 index 0000000..1a6bbfa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images659_jpg.rf.2316098d8657dbb82432654347dc2997.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images67_jpg.rf.8c30b3deb90446208aa338265856d09f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images67_jpg.rf.8c30b3deb90446208aa338265856d09f.jpg new file mode 100644 index 0000000..e3db3aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images67_jpg.rf.8c30b3deb90446208aa338265856d09f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images680_jpg.rf.eaddad546e783285a0345e4581eab07c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images680_jpg.rf.eaddad546e783285a0345e4581eab07c.jpg new file mode 100644 index 0000000..0520f45 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images680_jpg.rf.eaddad546e783285a0345e4581eab07c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images690_jpg.rf.45ebc1bd4002b49fdf536eff4fdc7ace.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images690_jpg.rf.45ebc1bd4002b49fdf536eff4fdc7ace.jpg new file mode 100644 index 0000000..dcf170d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images690_jpg.rf.45ebc1bd4002b49fdf536eff4fdc7ace.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images694_jpg.rf.99c1eaa155ab0ae8ca1cb1ddc9137992.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images694_jpg.rf.99c1eaa155ab0ae8ca1cb1ddc9137992.jpg new file mode 100644 index 0000000..137ef50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images694_jpg.rf.99c1eaa155ab0ae8ca1cb1ddc9137992.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images709_jpg.rf.d31575b1e8aaac438b24cc11ef5736d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images709_jpg.rf.d31575b1e8aaac438b24cc11ef5736d0.jpg new file mode 100644 index 0000000..1d4ea44 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images709_jpg.rf.d31575b1e8aaac438b24cc11ef5736d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images728_jpg.rf.172d45c5ea030af4a3e9dd2d729b5869.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images728_jpg.rf.172d45c5ea030af4a3e9dd2d729b5869.jpg new file mode 100644 index 0000000..ed2840f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images728_jpg.rf.172d45c5ea030af4a3e9dd2d729b5869.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images731_jpg.rf.b3660530909efd5c2a838de36f4deba3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images731_jpg.rf.b3660530909efd5c2a838de36f4deba3.jpg new file mode 100644 index 0000000..0ac12b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images731_jpg.rf.b3660530909efd5c2a838de36f4deba3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images737_jpg.rf.93e580d49d00c10f7c89bed83f0deec6.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images737_jpg.rf.93e580d49d00c10f7c89bed83f0deec6.jpg new file mode 100644 index 0000000..19bac0b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images737_jpg.rf.93e580d49d00c10f7c89bed83f0deec6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images747_jpg.rf.84d9f7bdb2ca8a14a849235c6d39d266.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images747_jpg.rf.84d9f7bdb2ca8a14a849235c6d39d266.jpg new file mode 100644 index 0000000..9b4618a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images747_jpg.rf.84d9f7bdb2ca8a14a849235c6d39d266.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images75_jpg.rf.76e95e1e65413ed1e9521c1d1c471aaf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images75_jpg.rf.76e95e1e65413ed1e9521c1d1c471aaf.jpg new file mode 100644 index 0000000..be72f42 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images75_jpg.rf.76e95e1e65413ed1e9521c1d1c471aaf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images767_jpg.rf.2157cf29c1fd35f965cf0c7cd3b2a269.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images767_jpg.rf.2157cf29c1fd35f965cf0c7cd3b2a269.jpg new file mode 100644 index 0000000..d6637df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images767_jpg.rf.2157cf29c1fd35f965cf0c7cd3b2a269.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images771_jpg.rf.afe48c1cbeb1554fe58111869b02c2dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images771_jpg.rf.afe48c1cbeb1554fe58111869b02c2dc.jpg new file mode 100644 index 0000000..3641a7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images771_jpg.rf.afe48c1cbeb1554fe58111869b02c2dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images782_jpg.rf.0297dfe32bff3ab59646fa862c4c41a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images782_jpg.rf.0297dfe32bff3ab59646fa862c4c41a0.jpg new file mode 100644 index 0000000..1450913 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images782_jpg.rf.0297dfe32bff3ab59646fa862c4c41a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images786_jpg.rf.33aefbcb7f1fcddf8ea1a6722905460e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images786_jpg.rf.33aefbcb7f1fcddf8ea1a6722905460e.jpg new file mode 100644 index 0000000..749ce8b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images786_jpg.rf.33aefbcb7f1fcddf8ea1a6722905460e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images788_jpg.rf.5f31e3adfe5080d5f12c5639a38e0bcd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images788_jpg.rf.5f31e3adfe5080d5f12c5639a38e0bcd.jpg new file mode 100644 index 0000000..313df91 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images788_jpg.rf.5f31e3adfe5080d5f12c5639a38e0bcd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images790_jpg.rf.11874b08db129ed6e4a09f80a4bbefba.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images790_jpg.rf.11874b08db129ed6e4a09f80a4bbefba.jpg new file mode 100644 index 0000000..baa3ab8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images790_jpg.rf.11874b08db129ed6e4a09f80a4bbefba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images799_jpg.rf.33a770c5a70c83d20fd94ccdf654b2f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images799_jpg.rf.33a770c5a70c83d20fd94ccdf654b2f4.jpg new file mode 100644 index 0000000..3a12561 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images799_jpg.rf.33a770c5a70c83d20fd94ccdf654b2f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images7_jpg.rf.78be52718b91e494326a6401aa8854f4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images7_jpg.rf.78be52718b91e494326a6401aa8854f4.jpg new file mode 100644 index 0000000..3375920 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images7_jpg.rf.78be52718b91e494326a6401aa8854f4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images807_jpg.rf.31448829bd6f1d6df75740d0f6e434d0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images807_jpg.rf.31448829bd6f1d6df75740d0f6e434d0.jpg new file mode 100644 index 0000000..dffc927 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images807_jpg.rf.31448829bd6f1d6df75740d0f6e434d0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images82_jpg.rf.62e7d10c63ebe13a8d7f2023359f8f43.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images82_jpg.rf.62e7d10c63ebe13a8d7f2023359f8f43.jpg new file mode 100644 index 0000000..389e4a2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images82_jpg.rf.62e7d10c63ebe13a8d7f2023359f8f43.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images844_jpg.rf.be2323137bafca4b8475e6c1b5c7dc3b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images844_jpg.rf.be2323137bafca4b8475e6c1b5c7dc3b.jpg new file mode 100644 index 0000000..0165f8a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images844_jpg.rf.be2323137bafca4b8475e6c1b5c7dc3b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images849_jpg.rf.b0e12ffa0608d90001edb84a828a7c7a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images849_jpg.rf.b0e12ffa0608d90001edb84a828a7c7a.jpg new file mode 100644 index 0000000..2233c7c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images849_jpg.rf.b0e12ffa0608d90001edb84a828a7c7a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images861_jpg.rf.ec003c4e6f3bc04c6b61b7b661ee5efd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images861_jpg.rf.ec003c4e6f3bc04c6b61b7b661ee5efd.jpg new file mode 100644 index 0000000..19ad2e9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images861_jpg.rf.ec003c4e6f3bc04c6b61b7b661ee5efd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images872_jpg.rf.3bad4c9a2050da3bb2cb8c94a66899a9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images872_jpg.rf.3bad4c9a2050da3bb2cb8c94a66899a9.jpg new file mode 100644 index 0000000..5786b60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images872_jpg.rf.3bad4c9a2050da3bb2cb8c94a66899a9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images874_jpg.rf.133376f8659d9d7eabb00f142a634a4a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images874_jpg.rf.133376f8659d9d7eabb00f142a634a4a.jpg new file mode 100644 index 0000000..ba2de27 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images874_jpg.rf.133376f8659d9d7eabb00f142a634a4a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images87_jpg.rf.e2398dfe36add6af47ba91c288ab3dca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images87_jpg.rf.e2398dfe36add6af47ba91c288ab3dca.jpg new file mode 100644 index 0000000..73822d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images87_jpg.rf.e2398dfe36add6af47ba91c288ab3dca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images889_jpg.rf.a6e3b4529e809ff769f38750fcbaa721.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images889_jpg.rf.a6e3b4529e809ff769f38750fcbaa721.jpg new file mode 100644 index 0000000..cb11a38 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images889_jpg.rf.a6e3b4529e809ff769f38750fcbaa721.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images892_jpg.rf.95328596a34cf3afcc07693f28c52ca8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images892_jpg.rf.95328596a34cf3afcc07693f28c52ca8.jpg new file mode 100644 index 0000000..f720a74 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images892_jpg.rf.95328596a34cf3afcc07693f28c52ca8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images901_jpg.rf.b8209a5ec2c59728c969d98038ff038f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images901_jpg.rf.b8209a5ec2c59728c969d98038ff038f.jpg new file mode 100644 index 0000000..0d5ff96 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images901_jpg.rf.b8209a5ec2c59728c969d98038ff038f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images902_jpg.rf.d54957d197817c96fdca2859d0b8db1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images902_jpg.rf.d54957d197817c96fdca2859d0b8db1b.jpg new file mode 100644 index 0000000..ceb1228 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images902_jpg.rf.d54957d197817c96fdca2859d0b8db1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images904_jpg.rf.013e88c745ba77fac0ad7acb4da66405.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images904_jpg.rf.013e88c745ba77fac0ad7acb4da66405.jpg new file mode 100644 index 0000000..a1c042c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images904_jpg.rf.013e88c745ba77fac0ad7acb4da66405.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images908_jpg.rf.b1fa4873bd526f406ff937aa9b2af531.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images908_jpg.rf.b1fa4873bd526f406ff937aa9b2af531.jpg new file mode 100644 index 0000000..022ca37 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images908_jpg.rf.b1fa4873bd526f406ff937aa9b2af531.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images918_jpg.rf.010646d3531971c609e62419a6760867.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images918_jpg.rf.010646d3531971c609e62419a6760867.jpg new file mode 100644 index 0000000..20e268f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images918_jpg.rf.010646d3531971c609e62419a6760867.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images938_jpg.rf.bda44129289a009e7741ae68d69fd15a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images938_jpg.rf.bda44129289a009e7741ae68d69fd15a.jpg new file mode 100644 index 0000000..b46f627 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images938_jpg.rf.bda44129289a009e7741ae68d69fd15a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images93_jpg.rf.64541623099fd7d36f7bf9acc23f5010.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images93_jpg.rf.64541623099fd7d36f7bf9acc23f5010.jpg new file mode 100644 index 0000000..094039c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images93_jpg.rf.64541623099fd7d36f7bf9acc23f5010.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images942_jpg.rf.4ca9db8fe970717bbd0eab47f3a1d537.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images942_jpg.rf.4ca9db8fe970717bbd0eab47f3a1d537.jpg new file mode 100644 index 0000000..94206d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images942_jpg.rf.4ca9db8fe970717bbd0eab47f3a1d537.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images943_jpg.rf.b94b344ad48a63491a7f190010016cd3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images943_jpg.rf.b94b344ad48a63491a7f190010016cd3.jpg new file mode 100644 index 0000000..73f3df8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images943_jpg.rf.b94b344ad48a63491a7f190010016cd3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images958_jpg.rf.8af2c787df09dae6413628d3dd560b9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images958_jpg.rf.8af2c787df09dae6413628d3dd560b9d.jpg new file mode 100644 index 0000000..adb9d02 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images958_jpg.rf.8af2c787df09dae6413628d3dd560b9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images960_jpg.rf.531d170d91fe5fa58a804c71e9ef0712.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images960_jpg.rf.531d170d91fe5fa58a804c71e9ef0712.jpg new file mode 100644 index 0000000..2ed19e8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images960_jpg.rf.531d170d91fe5fa58a804c71e9ef0712.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images972_jpg.rf.0ce1414a031922d742bc335a95624263.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images972_jpg.rf.0ce1414a031922d742bc335a95624263.jpg new file mode 100644 index 0000000..04f5da0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images972_jpg.rf.0ce1414a031922d742bc335a95624263.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images982_jpg.rf.dedfd5fec678659b75888d7169d2632c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images982_jpg.rf.dedfd5fec678659b75888d7169d2632c.jpg new file mode 100644 index 0000000..f714bb4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images982_jpg.rf.dedfd5fec678659b75888d7169d2632c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/images985_jpg.rf.6dfc7f2930462727acd8817a3b722a9b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/images985_jpg.rf.6dfc7f2930462727acd8817a3b722a9b.jpg new file mode 100644 index 0000000..40cc690 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/images985_jpg.rf.6dfc7f2930462727acd8817a3b722a9b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img118_jpg.rf.5c074d9c71488308d488eb3759daeb14.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img118_jpg.rf.5c074d9c71488308d488eb3759daeb14.jpg new file mode 100644 index 0000000..ec1b6c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img118_jpg.rf.5c074d9c71488308d488eb3759daeb14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img13_jpg.rf.818e6124c75bd97809b2443bbec53ace.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img13_jpg.rf.818e6124c75bd97809b2443bbec53ace.jpg new file mode 100644 index 0000000..1891805 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img13_jpg.rf.818e6124c75bd97809b2443bbec53ace.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img176_jpg.rf.bda08c4bc9c0a3ac2b110eaf1ead96c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img176_jpg.rf.bda08c4bc9c0a3ac2b110eaf1ead96c2.jpg new file mode 100644 index 0000000..368b018 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img176_jpg.rf.bda08c4bc9c0a3ac2b110eaf1ead96c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img181_jpg.rf.521ab4edda86ae3b9049bdcb0dbcd98e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img181_jpg.rf.521ab4edda86ae3b9049bdcb0dbcd98e.jpg new file mode 100644 index 0000000..1fa548f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img181_jpg.rf.521ab4edda86ae3b9049bdcb0dbcd98e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img317_jpg.rf.e80e446debee482cc6374a5272d79dd4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img317_jpg.rf.e80e446debee482cc6374a5272d79dd4.jpg new file mode 100644 index 0000000..4b4318c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img317_jpg.rf.e80e446debee482cc6374a5272d79dd4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img325_jpg.rf.07149cd1648159b228dcbbc06f02e46a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img325_jpg.rf.07149cd1648159b228dcbbc06f02e46a.jpg new file mode 100644 index 0000000..9cb20b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img325_jpg.rf.07149cd1648159b228dcbbc06f02e46a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img373_jpg.rf.48733beb619f04b4667f2a662f92b1fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img373_jpg.rf.48733beb619f04b4667f2a662f92b1fa.jpg new file mode 100644 index 0000000..39d5e18 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img373_jpg.rf.48733beb619f04b4667f2a662f92b1fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img432_jpg.rf.cd63c9d48bf91c00f63bda8f1f01b034.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img432_jpg.rf.cd63c9d48bf91c00f63bda8f1f01b034.jpg new file mode 100644 index 0000000..205582a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img432_jpg.rf.cd63c9d48bf91c00f63bda8f1f01b034.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img45_jpg.rf.9fdbc4bbae3a8e44edf2f2449ba6ffdf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img45_jpg.rf.9fdbc4bbae3a8e44edf2f2449ba6ffdf.jpg new file mode 100644 index 0000000..ac19925 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img45_jpg.rf.9fdbc4bbae3a8e44edf2f2449ba6ffdf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img470_jpg.rf.c5e175cb2a69a0add80f56bf1ffd05a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img470_jpg.rf.c5e175cb2a69a0add80f56bf1ffd05a7.jpg new file mode 100644 index 0000000..fc0d80e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img470_jpg.rf.c5e175cb2a69a0add80f56bf1ffd05a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img518_jpg.rf.e66cbf2826c6c75b50bf3cf600bb16ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img518_jpg.rf.e66cbf2826c6c75b50bf3cf600bb16ed.jpg new file mode 100644 index 0000000..d1fb0e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img518_jpg.rf.e66cbf2826c6c75b50bf3cf600bb16ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0002_jpeg_jpg.rf.b68b89147ba4b535f59d48c1e3aa72bf.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0002_jpeg_jpg.rf.b68b89147ba4b535f59d48c1e3aa72bf.jpg new file mode 100644 index 0000000..33e69b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0002_jpeg_jpg.rf.b68b89147ba4b535f59d48c1e3aa72bf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0006_jpeg_jpg.rf.7fdc0a77cf333b91afec04ba7d61b81c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0006_jpeg_jpg.rf.7fdc0a77cf333b91afec04ba7d61b81c.jpg new file mode 100644 index 0000000..0a9d139 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0006_jpeg_jpg.rf.7fdc0a77cf333b91afec04ba7d61b81c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0007_jpeg_jpg.rf.58edde367f46058c63895372666637ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0007_jpeg_jpg.rf.58edde367f46058c63895372666637ed.jpg new file mode 100644 index 0000000..e40a569 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0007_jpeg_jpg.rf.58edde367f46058c63895372666637ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0008_jpeg_jpg.rf.06f74b9353dbba0bee0becb130e7ceed.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0008_jpeg_jpg.rf.06f74b9353dbba0bee0becb130e7ceed.jpg new file mode 100644 index 0000000..b19331a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0008_jpeg_jpg.rf.06f74b9353dbba0bee0becb130e7ceed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0015_jpeg_jpg.rf.9a371b463faec612183a958dfcd6db4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0015_jpeg_jpg.rf.9a371b463faec612183a958dfcd6db4f.jpg new file mode 100644 index 0000000..7c8c355 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0015_jpeg_jpg.rf.9a371b463faec612183a958dfcd6db4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0021-1-_jpeg_jpg.rf.bb6213c7f54182ed7f9ef380166607d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0021-1-_jpeg_jpg.rf.bb6213c7f54182ed7f9ef380166607d8.jpg new file mode 100644 index 0000000..ed21e15 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0021-1-_jpeg_jpg.rf.bb6213c7f54182ed7f9ef380166607d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0024_jpeg_jpg.rf.aa8c17f2744560a9e1a3c1fe385d1f37.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0024_jpeg_jpg.rf.aa8c17f2744560a9e1a3c1fe385d1f37.jpg new file mode 100644 index 0000000..ba5db47 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0024_jpeg_jpg.rf.aa8c17f2744560a9e1a3c1fe385d1f37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0025_jpeg_jpg.rf.1dfe49e1c2c0c3b88017a9c59743bf5c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0025_jpeg_jpg.rf.1dfe49e1c2c0c3b88017a9c59743bf5c.jpg new file mode 100644 index 0000000..356e8c3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0025_jpeg_jpg.rf.1dfe49e1c2c0c3b88017a9c59743bf5c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0026-1-_jpeg_jpg.rf.be553d85f3e55a624189f96afb5c874f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0026-1-_jpeg_jpg.rf.be553d85f3e55a624189f96afb5c874f.jpg new file mode 100644 index 0000000..fbe1e46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0026-1-_jpeg_jpg.rf.be553d85f3e55a624189f96afb5c874f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0027_jpeg_jpg.rf.c810dd680e6b2c0e72dfdbf36c6160e5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0027_jpeg_jpg.rf.c810dd680e6b2c0e72dfdbf36c6160e5.jpg new file mode 100644 index 0000000..c8ac2b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0027_jpeg_jpg.rf.c810dd680e6b2c0e72dfdbf36c6160e5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0030_jpeg_jpg.rf.b1a5a40719fc8930e8663ac49a3f0a22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0030_jpeg_jpg.rf.b1a5a40719fc8930e8663ac49a3f0a22.jpg new file mode 100644 index 0000000..e97c2ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0030_jpeg_jpg.rf.b1a5a40719fc8930e8663ac49a3f0a22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0035_jpeg_jpg.rf.fd7a221256d24926824ed490bd0d8c8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0035_jpeg_jpg.rf.fd7a221256d24926824ed490bd0d8c8f.jpg new file mode 100644 index 0000000..b204643 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0035_jpeg_jpg.rf.fd7a221256d24926824ed490bd0d8c8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0036-1-_jpeg_jpg.rf.ccfe13efa22b37430b01fd7160398911.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0036-1-_jpeg_jpg.rf.ccfe13efa22b37430b01fd7160398911.jpg new file mode 100644 index 0000000..7073cc1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0036-1-_jpeg_jpg.rf.ccfe13efa22b37430b01fd7160398911.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0039-1-_jpeg_jpg.rf.bc184b626bbe0b1ccc0b500a172b680d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0039-1-_jpeg_jpg.rf.bc184b626bbe0b1ccc0b500a172b680d.jpg new file mode 100644 index 0000000..1b858bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0039-1-_jpeg_jpg.rf.bc184b626bbe0b1ccc0b500a172b680d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0045-1-_jpeg_jpg.rf.499eca8066e18078431f69e9bc2ad2ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0045-1-_jpeg_jpg.rf.499eca8066e18078431f69e9bc2ad2ca.jpg new file mode 100644 index 0000000..fdd5bab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0045-1-_jpeg_jpg.rf.499eca8066e18078431f69e9bc2ad2ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0046_jpeg_jpg.rf.35f96659ae3d0bca9e0b0adb6eb0d438.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0046_jpeg_jpg.rf.35f96659ae3d0bca9e0b0adb6eb0d438.jpg new file mode 100644 index 0000000..1e96190 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0046_jpeg_jpg.rf.35f96659ae3d0bca9e0b0adb6eb0d438.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0054_jpeg_jpg.rf.4a8ef0caff6f589ef9d5946f878d9ad5.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0054_jpeg_jpg.rf.4a8ef0caff6f589ef9d5946f878d9ad5.jpg new file mode 100644 index 0000000..2731134 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0054_jpeg_jpg.rf.4a8ef0caff6f589ef9d5946f878d9ad5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0066_jpeg_jpg.rf.0c3845e722d977e384c8c7ac9d841828.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0066_jpeg_jpg.rf.0c3845e722d977e384c8c7ac9d841828.jpg new file mode 100644 index 0000000..e1beb40 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0066_jpeg_jpg.rf.0c3845e722d977e384c8c7ac9d841828.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0077-1-_jpeg_jpg.rf.153adcdd6d2f254eaf2337990f0532ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0077-1-_jpeg_jpg.rf.153adcdd6d2f254eaf2337990f0532ef.jpg new file mode 100644 index 0000000..b160e27 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0077-1-_jpeg_jpg.rf.153adcdd6d2f254eaf2337990f0532ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0094_jpeg_jpg.rf.1f4f2481958292c8085186282219271e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0094_jpeg_jpg.rf.1f4f2481958292c8085186282219271e.jpg new file mode 100644 index 0000000..20c9057 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0094_jpeg_jpg.rf.1f4f2481958292c8085186282219271e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0098_jpeg_jpg.rf.a4195cf402ab5bcfd7fc316a6f905181.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0098_jpeg_jpg.rf.a4195cf402ab5bcfd7fc316a6f905181.jpg new file mode 100644 index 0000000..50254eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0098_jpeg_jpg.rf.a4195cf402ab5bcfd7fc316a6f905181.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0105_jpeg_jpg.rf.d47c3799d8d3f67d012a28dd9b69c03e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0105_jpeg_jpg.rf.d47c3799d8d3f67d012a28dd9b69c03e.jpg new file mode 100644 index 0000000..9539565 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0105_jpeg_jpg.rf.d47c3799d8d3f67d012a28dd9b69c03e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0124-1-_jpeg_jpg.rf.4070395ae90fe068c55a8c29832593fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0124-1-_jpeg_jpg.rf.4070395ae90fe068c55a8c29832593fa.jpg new file mode 100644 index 0000000..09ab8c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0124-1-_jpeg_jpg.rf.4070395ae90fe068c55a8c29832593fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0126_jpeg_jpg.rf.d91c25a9f2b50de6af841c63cd7a2139.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0126_jpeg_jpg.rf.d91c25a9f2b50de6af841c63cd7a2139.jpg new file mode 100644 index 0000000..8cab0af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0126_jpeg_jpg.rf.d91c25a9f2b50de6af841c63cd7a2139.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0131_jpeg_jpg.rf.88685e754feef16ff4bf563bd84d84dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0131_jpeg_jpg.rf.88685e754feef16ff4bf563bd84d84dc.jpg new file mode 100644 index 0000000..76e2c71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0131_jpeg_jpg.rf.88685e754feef16ff4bf563bd84d84dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0150-1-_jpeg_jpg.rf.ad805b692ac8d5fbebaa93b15b321230.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0150-1-_jpeg_jpg.rf.ad805b692ac8d5fbebaa93b15b321230.jpg new file mode 100644 index 0000000..51b9375 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0150-1-_jpeg_jpg.rf.ad805b692ac8d5fbebaa93b15b321230.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0158_jpeg_jpg.rf.2f3fd0ba8c26e7d3459c502bf25fa6ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0158_jpeg_jpg.rf.2f3fd0ba8c26e7d3459c502bf25fa6ef.jpg new file mode 100644 index 0000000..5ba87af Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0158_jpeg_jpg.rf.2f3fd0ba8c26e7d3459c502bf25fa6ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0160_jpeg_jpg.rf.655e389fd7ff28035f73fd76255cc051.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0160_jpeg_jpg.rf.655e389fd7ff28035f73fd76255cc051.jpg new file mode 100644 index 0000000..ec339c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0160_jpeg_jpg.rf.655e389fd7ff28035f73fd76255cc051.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0213-1-_jpeg_jpg.rf.9c8c5aca20871d9f22be7d58b55a087f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0213-1-_jpeg_jpg.rf.9c8c5aca20871d9f22be7d58b55a087f.jpg new file mode 100644 index 0000000..45e0d4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0213-1-_jpeg_jpg.rf.9c8c5aca20871d9f22be7d58b55a087f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0217_jpeg_jpg.rf.c316d1750c0bd9f885839ca774f5f0b1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0217_jpeg_jpg.rf.c316d1750c0bd9f885839ca774f5f0b1.jpg new file mode 100644 index 0000000..b96e788 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0217_jpeg_jpg.rf.c316d1750c0bd9f885839ca774f5f0b1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0238-1-_jpeg_jpg.rf.76c08ddf8572feffe7068521235f0b8c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0238-1-_jpeg_jpg.rf.76c08ddf8572feffe7068521235f0b8c.jpg new file mode 100644 index 0000000..1f544d2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0238-1-_jpeg_jpg.rf.76c08ddf8572feffe7068521235f0b8c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0259_jpeg_jpg.rf.8df6b59a9797fed3aaca34c3c434362f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0259_jpeg_jpg.rf.8df6b59a9797fed3aaca34c3c434362f.jpg new file mode 100644 index 0000000..d37396c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0259_jpeg_jpg.rf.8df6b59a9797fed3aaca34c3c434362f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0290_jpeg_jpg.rf.b68aa26a079782ee0f21a19d4dfaab07.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0290_jpeg_jpg.rf.b68aa26a079782ee0f21a19d4dfaab07.jpg new file mode 100644 index 0000000..7fe22cf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0290_jpeg_jpg.rf.b68aa26a079782ee0f21a19d4dfaab07.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0330-1-_jpeg_jpg.rf.8c7e1e711c2b4fe58345936a5dfdcd58.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0330-1-_jpeg_jpg.rf.8c7e1e711c2b4fe58345936a5dfdcd58.jpg new file mode 100644 index 0000000..5751bf3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0330-1-_jpeg_jpg.rf.8c7e1e711c2b4fe58345936a5dfdcd58.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0361_jpeg_jpg.rf.3b1401f2262b8a7324d5800672069ed9.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0361_jpeg_jpg.rf.3b1401f2262b8a7324d5800672069ed9.jpg new file mode 100644 index 0000000..ac46965 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0361_jpeg_jpg.rf.3b1401f2262b8a7324d5800672069ed9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0371_jpeg_jpg.rf.691f2231a401e1112b4ddd1239f3a885.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0371_jpeg_jpg.rf.691f2231a401e1112b4ddd1239f3a885.jpg new file mode 100644 index 0000000..94dc3bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0371_jpeg_jpg.rf.691f2231a401e1112b4ddd1239f3a885.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0391-1-_jpeg_jpg.rf.a3f506120167cb6835374fea6a0c31db.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0391-1-_jpeg_jpg.rf.a3f506120167cb6835374fea6a0c31db.jpg new file mode 100644 index 0000000..59f1afd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0391-1-_jpeg_jpg.rf.a3f506120167cb6835374fea6a0c31db.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0395_jpeg_jpg.rf.c49e837a4a4242192db8869f0ea4a36b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0395_jpeg_jpg.rf.c49e837a4a4242192db8869f0ea4a36b.jpg new file mode 100644 index 0000000..b6be84d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0395_jpeg_jpg.rf.c49e837a4a4242192db8869f0ea4a36b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0485-1-_jpeg_jpg.rf.be8e34af1ab9c8e946657917cd276df2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0485-1-_jpeg_jpg.rf.be8e34af1ab9c8e946657917cd276df2.jpg new file mode 100644 index 0000000..6c8e699 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0485-1-_jpeg_jpg.rf.be8e34af1ab9c8e946657917cd276df2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0506-1-_jpeg_jpg.rf.8c834011bf60c057255d0615e2cfb1e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0506-1-_jpeg_jpg.rf.8c834011bf60c057255d0615e2cfb1e0.jpg new file mode 100644 index 0000000..2168e5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0506-1-_jpeg_jpg.rf.8c834011bf60c057255d0615e2cfb1e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0530-1-_jpeg_jpg.rf.7ef652a9f5581cebc442ff3106e96c49.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0530-1-_jpeg_jpg.rf.7ef652a9f5581cebc442ff3106e96c49.jpg new file mode 100644 index 0000000..942f19e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0530-1-_jpeg_jpg.rf.7ef652a9f5581cebc442ff3106e96c49.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0547-1-_jpeg_jpg.rf.cc9698db3ab419650d9b47431b9abd00.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0547-1-_jpeg_jpg.rf.cc9698db3ab419650d9b47431b9abd00.jpg new file mode 100644 index 0000000..c1e7bd8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0547-1-_jpeg_jpg.rf.cc9698db3ab419650d9b47431b9abd00.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0600-1-_jpeg_jpg.rf.d161f7b7903da81271142cf6266d9f1c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0600-1-_jpeg_jpg.rf.d161f7b7903da81271142cf6266d9f1c.jpg new file mode 100644 index 0000000..1823890 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0600-1-_jpeg_jpg.rf.d161f7b7903da81271142cf6266d9f1c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0602-1-_jpeg_jpg.rf.8d1e1781694f766f64047bc9699fc79b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0602-1-_jpeg_jpg.rf.8d1e1781694f766f64047bc9699fc79b.jpg new file mode 100644 index 0000000..0c8dcdb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0602-1-_jpeg_jpg.rf.8d1e1781694f766f64047bc9699fc79b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0605_jpeg_jpg.rf.126fc0301f1cc591558c296654b13010.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0605_jpeg_jpg.rf.126fc0301f1cc591558c296654b13010.jpg new file mode 100644 index 0000000..f62e92d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0605_jpeg_jpg.rf.126fc0301f1cc591558c296654b13010.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0674_jpeg_jpg.rf.a40f1c47f55f0f4cc782ae1455087c00.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0674_jpeg_jpg.rf.a40f1c47f55f0f4cc782ae1455087c00.jpg new file mode 100644 index 0000000..f418ff0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0674_jpeg_jpg.rf.a40f1c47f55f0f4cc782ae1455087c00.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0675_jpeg_jpg.rf.e4152ddd54f2c668d96d826e14e44da2.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0675_jpeg_jpg.rf.e4152ddd54f2c668d96d826e14e44da2.jpg new file mode 100644 index 0000000..2e7c9f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0675_jpeg_jpg.rf.e4152ddd54f2c668d96d826e14e44da2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0690_jpeg_jpg.rf.c496095b8db5449dee295e548bf74ebd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0690_jpeg_jpg.rf.c496095b8db5449dee295e548bf74ebd.jpg new file mode 100644 index 0000000..521a5df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0690_jpeg_jpg.rf.c496095b8db5449dee295e548bf74ebd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0707-1-_jpeg_jpg.rf.5f8f39fb84e7b7879fb76d56db5156a4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0707-1-_jpeg_jpg.rf.5f8f39fb84e7b7879fb76d56db5156a4.jpg new file mode 100644 index 0000000..34d07f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0707-1-_jpeg_jpg.rf.5f8f39fb84e7b7879fb76d56db5156a4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0723-1-_jpeg_jpg.rf.397047ae53ec1753a4d81f4013dec4ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0723-1-_jpeg_jpg.rf.397047ae53ec1753a4d81f4013dec4ee.jpg new file mode 100644 index 0000000..8e3680a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0723-1-_jpeg_jpg.rf.397047ae53ec1753a4d81f4013dec4ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0730_jpeg_jpg.rf.1076466024ca7c17fb05a5d5941fd63f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0730_jpeg_jpg.rf.1076466024ca7c17fb05a5d5941fd63f.jpg new file mode 100644 index 0000000..522ca4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0730_jpeg_jpg.rf.1076466024ca7c17fb05a5d5941fd63f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0737-1-_jpeg_jpg.rf.5a7f9825b1e56fc478f6804f18120a6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0737-1-_jpeg_jpg.rf.5a7f9825b1e56fc478f6804f18120a6d.jpg new file mode 100644 index 0000000..77bad4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0737-1-_jpeg_jpg.rf.5a7f9825b1e56fc478f6804f18120a6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0739-1-_jpeg_jpg.rf.984f48c1a307e4822601985d88622a0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0739-1-_jpeg_jpg.rf.984f48c1a307e4822601985d88622a0e.jpg new file mode 100644 index 0000000..e6f0753 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0739-1-_jpeg_jpg.rf.984f48c1a307e4822601985d88622a0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0750-1-_jpeg_jpg.rf.777d6a810b4a9147b97b53a24d09dd1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0750-1-_jpeg_jpg.rf.777d6a810b4a9147b97b53a24d09dd1a.jpg new file mode 100644 index 0000000..357d873 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0750-1-_jpeg_jpg.rf.777d6a810b4a9147b97b53a24d09dd1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0784_jpeg_jpg.rf.940f1a0643c9783e31ce3f21303f1299.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0784_jpeg_jpg.rf.940f1a0643c9783e31ce3f21303f1299.jpg new file mode 100644 index 0000000..cc947e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0784_jpeg_jpg.rf.940f1a0643c9783e31ce3f21303f1299.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0801-1-_jpeg_jpg.rf.fac63f89d73a2e42e422f5f172becf23.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0801-1-_jpeg_jpg.rf.fac63f89d73a2e42e422f5f172becf23.jpg new file mode 100644 index 0000000..18648c4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0801-1-_jpeg_jpg.rf.fac63f89d73a2e42e422f5f172becf23.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0823-1-_jpeg_jpg.rf.eb3120fc8a969444b75d445349b2f888.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0823-1-_jpeg_jpg.rf.eb3120fc8a969444b75d445349b2f888.jpg new file mode 100644 index 0000000..5ddd368 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0823-1-_jpeg_jpg.rf.eb3120fc8a969444b75d445349b2f888.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0891-1-_jpeg_jpg.rf.787aa5ce95e2b21dcbf65bb1a98e742e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0891-1-_jpeg_jpg.rf.787aa5ce95e2b21dcbf65bb1a98e742e.jpg new file mode 100644 index 0000000..2715881 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0891-1-_jpeg_jpg.rf.787aa5ce95e2b21dcbf65bb1a98e742e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0933_jpeg_jpg.rf.2df95a3570849152a5b6c508de029da3.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0933_jpeg_jpg.rf.2df95a3570849152a5b6c508de029da3.jpg new file mode 100644 index 0000000..f38fad9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0933_jpeg_jpg.rf.2df95a3570849152a5b6c508de029da3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0944-1-_jpeg_jpg.rf.618a4ec9fe1a3fc8bd2b99e9b420dfa4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0944-1-_jpeg_jpg.rf.618a4ec9fe1a3fc8bd2b99e9b420dfa4.jpg new file mode 100644 index 0000000..0312cf8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0944-1-_jpeg_jpg.rf.618a4ec9fe1a3fc8bd2b99e9b420dfa4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0949-1-_jpeg_jpg.rf.691446023e5b6bb72a58873257144d81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0949-1-_jpeg_jpg.rf.691446023e5b6bb72a58873257144d81.jpg new file mode 100644 index 0000000..001071d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0949-1-_jpeg_jpg.rf.691446023e5b6bb72a58873257144d81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0958_jpeg_jpg.rf.344bde3d22430820e3e1df900ea5fe22.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0958_jpeg_jpg.rf.344bde3d22430820e3e1df900ea5fe22.jpg new file mode 100644 index 0000000..f1228e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0958_jpeg_jpg.rf.344bde3d22430820e3e1df900ea5fe22.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0962_jpeg_jpg.rf.5cf2a8a8d314c7b5320bac7485cd9918.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0962_jpeg_jpg.rf.5cf2a8a8d314c7b5320bac7485cd9918.jpg new file mode 100644 index 0000000..e71c741 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0962_jpeg_jpg.rf.5cf2a8a8d314c7b5320bac7485cd9918.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0968-1-_jpeg_jpg.rf.770374e5551d97f15a7545fa101767d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0968-1-_jpeg_jpg.rf.770374e5551d97f15a7545fa101767d7.jpg new file mode 100644 index 0000000..9a97fc0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0968-1-_jpeg_jpg.rf.770374e5551d97f15a7545fa101767d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0976_jpeg_jpg.rf.088b7238e9887b658eb637f77350c5c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0976_jpeg_jpg.rf.088b7238e9887b658eb637f77350c5c1.jpg new file mode 100644 index 0000000..6774507 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0976_jpeg_jpg.rf.088b7238e9887b658eb637f77350c5c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/img_0986-1-_jpeg_jpg.rf.78b55147db39aa47b0c7d8258151b76f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/img_0986-1-_jpeg_jpg.rf.78b55147db39aa47b0c7d8258151b76f.jpg new file mode 100644 index 0000000..89238d0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/img_0986-1-_jpeg_jpg.rf.78b55147db39aa47b0c7d8258151b76f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.177531ad39b9ed44faa41040ea1c553c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.177531ad39b9ed44faa41040ea1c553c.jpg new file mode 100644 index 0000000..8269393 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.177531ad39b9ed44faa41040ea1c553c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.60ead2f0e3d5f651d2c5b54c16a577e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.60ead2f0e3d5f651d2c5b54c16a577e4.jpg new file mode 100644 index 0000000..8269393 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.60ead2f0e3d5f651d2c5b54c16a577e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.97c3cd68d92faee64e6e22717d8b935e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.97c3cd68d92faee64e6e22717d8b935e.jpg new file mode 100644 index 0000000..8269393 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.97c3cd68d92faee64e6e22717d8b935e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.5fee3ebc0fdd3fb7882b7587a2a58110.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.5fee3ebc0fdd3fb7882b7587a2a58110.jpg new file mode 100644 index 0000000..5afb33e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.5fee3ebc0fdd3fb7882b7587a2a58110.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.e5d0c25b6d2d360078070bca21058f6d.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.e5d0c25b6d2d360078070bca21058f6d.jpg new file mode 100644 index 0000000..5afb33e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.e5d0c25b6d2d360078070bca21058f6d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.ec02048878b631a7e9176e2dd991e568.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.ec02048878b631a7e9176e2dd991e568.jpg new file mode 100644 index 0000000..5afb33e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-gul-isik-2452345_jpg.rf.ec02048878b631a7e9176e2dd991e568.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.4175817f5dea03125a2db1fdd48f1608.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.4175817f5dea03125a2db1fdd48f1608.jpg new file mode 100644 index 0000000..bb8fe08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.4175817f5dea03125a2db1fdd48f1608.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.8503e80f57e5070defed6ef3a962ba3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.8503e80f57e5070defed6ef3a962ba3e.jpg new file mode 100644 index 0000000..bb8fe08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.8503e80f57e5070defed6ef3a962ba3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.bbb194ca2ac7daaf590a2715ca225f9a.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.bbb194ca2ac7daaf590a2715ca225f9a.jpg new file mode 100644 index 0000000..bb8fe08 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-luis-quintero-3731256_jpg.rf.bbb194ca2ac7daaf590a2715ca225f9a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.76455640bacb2cb4b6f4390c94ce6680.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.76455640bacb2cb4b6f4390c94ce6680.jpg new file mode 100644 index 0000000..ba14922 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.76455640bacb2cb4b6f4390c94ce6680.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.b4abe4e50d54a95e032fd0c28fb08c81.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.b4abe4e50d54a95e032fd0c28fb08c81.jpg new file mode 100644 index 0000000..ba14922 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.b4abe4e50d54a95e032fd0c28fb08c81.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.d063dfd26ce731dd2aaa265f6f0cd515.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.d063dfd26ce731dd2aaa265f6f0cd515.jpg new file mode 100644 index 0000000..ba14922 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-matheus-bertelli-2376993_jpg.rf.d063dfd26ce731dd2aaa265f6f0cd515.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.481a38a027984c97e06a684c2a4e2dbd.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.481a38a027984c97e06a684c2a4e2dbd.jpg new file mode 100644 index 0000000..4d895e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.481a38a027984c97e06a684c2a4e2dbd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.87b7a3efb74265f8bd352fc4cb25494c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.87b7a3efb74265f8bd352fc4cb25494c.jpg new file mode 100644 index 0000000..4d895e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.87b7a3efb74265f8bd352fc4cb25494c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.f7ea30a3735facdc280dee7fee0f233b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.f7ea30a3735facdc280dee7fee0f233b.jpg new file mode 100644 index 0000000..4d895e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1478476_jpg.rf.f7ea30a3735facdc280dee7fee0f233b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.8f9ad99c13226981fc10cc279e67238c.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.8f9ad99c13226981fc10cc279e67238c.jpg new file mode 100644 index 0000000..7ac1e2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.8f9ad99c13226981fc10cc279e67238c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.91a39833dab4df314c6395ad353c126b.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.91a39833dab4df314c6395ad353c126b.jpg new file mode 100644 index 0000000..7ac1e2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.91a39833dab4df314c6395ad353c126b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.fed4f577ae6341666a854595b4884170.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.fed4f577ae6341666a854595b4884170.jpg new file mode 100644 index 0000000..7ac1e2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-ray-piedra-1502216_jpg.rf.fed4f577ae6341666a854595b4884170.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.8a2c0d8c003ab1065243657bf9424b25.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.8a2c0d8c003ab1065243657bf9424b25.jpg new file mode 100644 index 0000000..8101c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.8a2c0d8c003ab1065243657bf9424b25.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.ad52dfe34180190e81eee77f0b7dad5f.jpg b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.ad52dfe34180190e81eee77f0b7dad5f.jpg new file mode 100644 index 0000000..8101c1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.ad52dfe34180190e81eee77f0b7dad5f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/07c1a574dac9256d92cbe7eaa45d7d84_jpg.rf.77b2e2f62f51af9163d06f71d1080bdd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/07c1a574dac9256d92cbe7eaa45d7d84_jpg.rf.77b2e2f62f51af9163d06f71d1080bdd.jpg new file mode 100644 index 0000000..3b981d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/07c1a574dac9256d92cbe7eaa45d7d84_jpg.rf.77b2e2f62f51af9163d06f71d1080bdd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/0e59d15cd67bcbb13b25b8d1da2b518d_jpg.rf.c5761060ddfb0393fa2faf88ce8fd30c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/0e59d15cd67bcbb13b25b8d1da2b518d_jpg.rf.c5761060ddfb0393fa2faf88ce8fd30c.jpg new file mode 100644 index 0000000..299b547 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/0e59d15cd67bcbb13b25b8d1da2b518d_jpg.rf.c5761060ddfb0393fa2faf88ce8fd30c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/141ab65dbb61ee8f4f72604dabd0ae82_jpg.rf.d43243ee7d1de299b08c948001010671.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/141ab65dbb61ee8f4f72604dabd0ae82_jpg.rf.d43243ee7d1de299b08c948001010671.jpg new file mode 100644 index 0000000..1936ce7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/141ab65dbb61ee8f4f72604dabd0ae82_jpg.rf.d43243ee7d1de299b08c948001010671.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1588740009628_y7nnqa9klr7_jpg.rf.6e9983327b3b73410ca0fab73738e4f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1588740009628_y7nnqa9klr7_jpg.rf.6e9983327b3b73410ca0fab73738e4f0.jpg new file mode 100644 index 0000000..c3d9cfe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1588740009628_y7nnqa9klr7_jpg.rf.6e9983327b3b73410ca0fab73738e4f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1589783941431_crkvei0n719_jpg.rf.7f4e072337d0421252ed066e0a30be72.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1589783941431_crkvei0n719_jpg.rf.7f4e072337d0421252ed066e0a30be72.jpg new file mode 100644 index 0000000..400e994 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1589783941431_crkvei0n719_jpg.rf.7f4e072337d0421252ed066e0a30be72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1590167053532_e956akbr8e_jpg.rf.7e5ce960ad65fe47e8d4735c5ffc4204.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1590167053532_e956akbr8e_jpg.rf.7e5ce960ad65fe47e8d4735c5ffc4204.jpg new file mode 100644 index 0000000..f8d5367 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1590167053532_e956akbr8e_jpg.rf.7e5ce960ad65fe47e8d4735c5ffc4204.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1592066813022_653ki9thw7g_jpg.rf.153c41bf2797889a52f56332a332b897.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1592066813022_653ki9thw7g_jpg.rf.153c41bf2797889a52f56332a332b897.jpg new file mode 100644 index 0000000..9766de6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1592066813022_653ki9thw7g_jpg.rf.153c41bf2797889a52f56332a332b897.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1592230461320_pdfd3vp6oep_jpg.rf.f1abf8afefff6689808b8b2aa1a31dd9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1592230461320_pdfd3vp6oep_jpg.rf.f1abf8afefff6689808b8b2aa1a31dd9.jpg new file mode 100644 index 0000000..71cb283 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1592230461320_pdfd3vp6oep_jpg.rf.f1abf8afefff6689808b8b2aa1a31dd9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1592230710528_52i43qtxzb4_jpg.rf.c70f80a86172678501581efb45b5920c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1592230710528_52i43qtxzb4_jpg.rf.c70f80a86172678501581efb45b5920c.jpg new file mode 100644 index 0000000..2a676b2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1592230710528_52i43qtxzb4_jpg.rf.c70f80a86172678501581efb45b5920c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1593165998543_bunlrsrnqms_jpg.rf.6ce18c3b57bddf9e9d3fc8fa9f09aa78.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1593165998543_bunlrsrnqms_jpg.rf.6ce18c3b57bddf9e9d3fc8fa9f09aa78.jpg new file mode 100644 index 0000000..2dc1054 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1593165998543_bunlrsrnqms_jpg.rf.6ce18c3b57bddf9e9d3fc8fa9f09aa78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1595042799849_35qbrdf898s_jpg.rf.f12b9e4f096fbb742b64f23d86007a37.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1595042799849_35qbrdf898s_jpg.rf.f12b9e4f096fbb742b64f23d86007a37.jpg new file mode 100644 index 0000000..699f698 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1595042799849_35qbrdf898s_jpg.rf.f12b9e4f096fbb742b64f23d86007a37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1598423139819_1abhvxm9b7si_jpg.rf.2e8266a5496b5e5dcbaf9c2feeffd6c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1598423139819_1abhvxm9b7si_jpg.rf.2e8266a5496b5e5dcbaf9c2feeffd6c5.jpg new file mode 100644 index 0000000..ca0726b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1598423139819_1abhvxm9b7si_jpg.rf.2e8266a5496b5e5dcbaf9c2feeffd6c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1602383357634_i5kptlzg0t_jpg.rf.ebde7b1c9ed19e9b9e94e43f38507fb7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1602383357634_i5kptlzg0t_jpg.rf.ebde7b1c9ed19e9b9e94e43f38507fb7.jpg new file mode 100644 index 0000000..458dc2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1602383357634_i5kptlzg0t_jpg.rf.ebde7b1c9ed19e9b9e94e43f38507fb7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1603457590358_5rb9tzinuds_jpg.rf.6ab0b60c412f52dd1a514e91be4e31cf.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1603457590358_5rb9tzinuds_jpg.rf.6ab0b60c412f52dd1a514e91be4e31cf.jpg new file mode 100644 index 0000000..a2dcc42 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1603457590358_5rb9tzinuds_jpg.rf.6ab0b60c412f52dd1a514e91be4e31cf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1606317801198_copgsgu87ra_jpg.rf.00813469b093e2c638e3ec4b65d39350.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1606317801198_copgsgu87ra_jpg.rf.00813469b093e2c638e3ec4b65d39350.jpg new file mode 100644 index 0000000..e63c74f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1606317801198_copgsgu87ra_jpg.rf.00813469b093e2c638e3ec4b65d39350.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1606543107862_0iykecnl4ig7_jpg.rf.2e6a84b15fdd45ac0a16780758e02a60.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1606543107862_0iykecnl4ig7_jpg.rf.2e6a84b15fdd45ac0a16780758e02a60.jpg new file mode 100644 index 0000000..f93a1f6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1606543107862_0iykecnl4ig7_jpg.rf.2e6a84b15fdd45ac0a16780758e02a60.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1606713779284_cbezkf41jxd_jpg.rf.5f1e1ae5d3cb40f36aef2a09a1fd5de5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1606713779284_cbezkf41jxd_jpg.rf.5f1e1ae5d3cb40f36aef2a09a1fd5de5.jpg new file mode 100644 index 0000000..b5fe78c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1606713779284_cbezkf41jxd_jpg.rf.5f1e1ae5d3cb40f36aef2a09a1fd5de5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1607054019345_6msipvnki8r_jpg.rf.8994fc686ad9181d5579a745f1a18c83.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1607054019345_6msipvnki8r_jpg.rf.8994fc686ad9181d5579a745f1a18c83.jpg new file mode 100644 index 0000000..003a31d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1607054019345_6msipvnki8r_jpg.rf.8994fc686ad9181d5579a745f1a18c83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1607488627876_ox4slw17ew_jpg.rf.ccbdca69718cf78314a08ff3b48ca239.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1607488627876_ox4slw17ew_jpg.rf.ccbdca69718cf78314a08ff3b48ca239.jpg new file mode 100644 index 0000000..b9ec359 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1607488627876_ox4slw17ew_jpg.rf.ccbdca69718cf78314a08ff3b48ca239.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1607488948253_i49wvrhxyga_jpg.rf.eac60b4cdd15589eb9c42ca08879a64a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1607488948253_i49wvrhxyga_jpg.rf.eac60b4cdd15589eb9c42ca08879a64a.jpg new file mode 100644 index 0000000..a68928e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1607488948253_i49wvrhxyga_jpg.rf.eac60b4cdd15589eb9c42ca08879a64a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1607503815075_k4avdumab_jpg.rf.04ca5542769b3ec00281c79aaae02d79.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1607503815075_k4avdumab_jpg.rf.04ca5542769b3ec00281c79aaae02d79.jpg new file mode 100644 index 0000000..9acd182 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1607503815075_k4avdumab_jpg.rf.04ca5542769b3ec00281c79aaae02d79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1607926787684_004kerpgz8ff_png_jpg.rf.e34e6479f71d185f1d9fa2421813ae1a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1607926787684_004kerpgz8ff_png_jpg.rf.e34e6479f71d185f1d9fa2421813ae1a.jpg new file mode 100644 index 0000000..003d9e0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1607926787684_004kerpgz8ff_png_jpg.rf.e34e6479f71d185f1d9fa2421813ae1a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1608267778378_dh3p0fvtqj8_jpg.rf.e05d20d53a07bf21b4969e2f67912b5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1608267778378_dh3p0fvtqj8_jpg.rf.e05d20d53a07bf21b4969e2f67912b5e.jpg new file mode 100644 index 0000000..010bd28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1608267778378_dh3p0fvtqj8_jpg.rf.e05d20d53a07bf21b4969e2f67912b5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1608439517761_3cr0hzamgzu_jpg.rf.829888b28c470f3e324eb39037b4013d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1608439517761_3cr0hzamgzu_jpg.rf.829888b28c470f3e324eb39037b4013d.jpg new file mode 100644 index 0000000..42f282e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1608439517761_3cr0hzamgzu_jpg.rf.829888b28c470f3e324eb39037b4013d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1610097901757_ybhgtxot0j_jpg.rf.c69f257c9c68469d81a96db03a96821a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1610097901757_ybhgtxot0j_jpg.rf.c69f257c9c68469d81a96db03a96821a.jpg new file mode 100644 index 0000000..9ccea87 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1610097901757_ybhgtxot0j_jpg.rf.c69f257c9c68469d81a96db03a96821a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1610097941429_387j4t5wxjp_jpg.rf.8376c0126960f04a40c16e290892bea5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1610097941429_387j4t5wxjp_jpg.rf.8376c0126960f04a40c16e290892bea5.jpg new file mode 100644 index 0000000..435b352 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1610097941429_387j4t5wxjp_jpg.rf.8376c0126960f04a40c16e290892bea5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1610592544951_r2o3izytxgg_jpg.rf.91443a4ed1507309c459b6145ba64e03.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1610592544951_r2o3izytxgg_jpg.rf.91443a4ed1507309c459b6145ba64e03.jpg new file mode 100644 index 0000000..9876300 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1610592544951_r2o3izytxgg_jpg.rf.91443a4ed1507309c459b6145ba64e03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1610592544954_0d6yz6zzq78_jpg.rf.1999cc471550b0abde70f6ef6fc562d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1610592544954_0d6yz6zzq78_jpg.rf.1999cc471550b0abde70f6ef6fc562d1.jpg new file mode 100644 index 0000000..84e4cdd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1610592544954_0d6yz6zzq78_jpg.rf.1999cc471550b0abde70f6ef6fc562d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1610594082717_kch28v6cgbn_jpg.rf.2cb17a104e11ff2d4adc7350c6ce00ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1610594082717_kch28v6cgbn_jpg.rf.2cb17a104e11ff2d4adc7350c6ce00ee.jpg new file mode 100644 index 0000000..76eac50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1610594082717_kch28v6cgbn_jpg.rf.2cb17a104e11ff2d4adc7350c6ce00ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1640681986317_5yfrsgm8u6f_jpg.rf.189337103c5ffed06af23abb34157309.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1640681986317_5yfrsgm8u6f_jpg.rf.189337103c5ffed06af23abb34157309.jpg new file mode 100644 index 0000000..c73c5e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1640681986317_5yfrsgm8u6f_jpg.rf.189337103c5ffed06af23abb34157309.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/1654828700185_pzxoils771m_jpg.rf.25842a480aaa749363e97cd66c81dd4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/1654828700185_pzxoils771m_jpg.rf.25842a480aaa749363e97cd66c81dd4f.jpg new file mode 100644 index 0000000..f964c62 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/1654828700185_pzxoils771m_jpg.rf.25842a480aaa749363e97cd66c81dd4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/25e4b18b5f7f45e3849fb6c1f9d9f618_jpg.rf.ffcb7767b4792551a7b7479d7cc6075d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/25e4b18b5f7f45e3849fb6c1f9d9f618_jpg.rf.ffcb7767b4792551a7b7479d7cc6075d.jpg new file mode 100644 index 0000000..d6bf5c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/25e4b18b5f7f45e3849fb6c1f9d9f618_jpg.rf.ffcb7767b4792551a7b7479d7cc6075d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/2adf5457503b48428264c1d97e740c1d_jpg.rf.ac21d7fd0df14fcf8d41f5dbda3b19d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/2adf5457503b48428264c1d97e740c1d_jpg.rf.ac21d7fd0df14fcf8d41f5dbda3b19d8.jpg new file mode 100644 index 0000000..63c0b4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/2adf5457503b48428264c1d97e740c1d_jpg.rf.ac21d7fd0df14fcf8d41f5dbda3b19d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/7bbd9b3de9c37bdf8dd45a4f7a91e2c5_jpg.rf.991e43e7e32be3f978978e70ea96bbb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/7bbd9b3de9c37bdf8dd45a4f7a91e2c5_jpg.rf.991e43e7e32be3f978978e70ea96bbb5.jpg new file mode 100644 index 0000000..86bca8e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/7bbd9b3de9c37bdf8dd45a4f7a91e2c5_jpg.rf.991e43e7e32be3f978978e70ea96bbb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-10-_jpg.rf.ba77700fb0c854bc1f1a7cdc34fbb8b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-10-_jpg.rf.ba77700fb0c854bc1f1a7cdc34fbb8b5.jpg new file mode 100644 index 0000000..0fc0beb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-10-_jpg.rf.ba77700fb0c854bc1f1a7cdc34fbb8b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-102-_jpg.rf.e5a39f068ef999301a6c54a8941afc31.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-102-_jpg.rf.e5a39f068ef999301a6c54a8941afc31.jpg new file mode 100644 index 0000000..c823df2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-102-_jpg.rf.e5a39f068ef999301a6c54a8941afc31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-108-_jpg.rf.afc94cf0d47b52b777a4848167c66bad.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-108-_jpg.rf.afc94cf0d47b52b777a4848167c66bad.jpg new file mode 100644 index 0000000..14ecfdc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-108-_jpg.rf.afc94cf0d47b52b777a4848167c66bad.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-11-_jpg.rf.2e005955745f9783e2c41a95c52aa1e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-11-_jpg.rf.2e005955745f9783e2c41a95c52aa1e8.jpg new file mode 100644 index 0000000..5950dbb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-11-_jpg.rf.2e005955745f9783e2c41a95c52aa1e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-117-_jpg.rf.295e7427742299ae320ae23f5f290fa1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-117-_jpg.rf.295e7427742299ae320ae23f5f290fa1.jpg new file mode 100644 index 0000000..e6c6a84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-117-_jpg.rf.295e7427742299ae320ae23f5f290fa1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-119-_jpg.rf.3ba1d68573ff1cd05d862d91cd651b83.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-119-_jpg.rf.3ba1d68573ff1cd05d862d91cd651b83.jpg new file mode 100644 index 0000000..dc8419a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-119-_jpg.rf.3ba1d68573ff1cd05d862d91cd651b83.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-129-_jpg.rf.44dc394c8ee6b6958c004172a49e423a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-129-_jpg.rf.44dc394c8ee6b6958c004172a49e423a.jpg new file mode 100644 index 0000000..6b40754 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-129-_jpg.rf.44dc394c8ee6b6958c004172a49e423a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-131-_jpg.rf.45a4ca718b60a47b2fee266b1d33e96b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-131-_jpg.rf.45a4ca718b60a47b2fee266b1d33e96b.jpg new file mode 100644 index 0000000..97345f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-131-_jpg.rf.45a4ca718b60a47b2fee266b1d33e96b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-132-_jpg.rf.4cd84cb2867a419a1b8d63c794b1106a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-132-_jpg.rf.4cd84cb2867a419a1b8d63c794b1106a.jpg new file mode 100644 index 0000000..65aca5f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-132-_jpg.rf.4cd84cb2867a419a1b8d63c794b1106a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-133-_jpg.rf.5118eec7fccade2dcaceee899f9d411a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-133-_jpg.rf.5118eec7fccade2dcaceee899f9d411a.jpg new file mode 100644 index 0000000..be32d70 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-133-_jpg.rf.5118eec7fccade2dcaceee899f9d411a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-136-_jpg.rf.d282600ce4af7951dc8ebbe983d8551e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-136-_jpg.rf.d282600ce4af7951dc8ebbe983d8551e.jpg new file mode 100644 index 0000000..c88a37e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-136-_jpg.rf.d282600ce4af7951dc8ebbe983d8551e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-143-_jpg.rf.dade85b6bdf3a6d8e8cf5f6d2cb31a12.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-143-_jpg.rf.dade85b6bdf3a6d8e8cf5f6d2cb31a12.jpg new file mode 100644 index 0000000..2ec4250 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-143-_jpg.rf.dade85b6bdf3a6d8e8cf5f6d2cb31a12.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-156-_jpg.rf.936e207b3570762a27448759ab8d7adc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-156-_jpg.rf.936e207b3570762a27448759ab8d7adc.jpg new file mode 100644 index 0000000..0798ba6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-156-_jpg.rf.936e207b3570762a27448759ab8d7adc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-165-_jpg.rf.4ed02f927c21b6a1f2b699d46b0e181f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-165-_jpg.rf.4ed02f927c21b6a1f2b699d46b0e181f.jpg new file mode 100644 index 0000000..9a89869 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-165-_jpg.rf.4ed02f927c21b6a1f2b699d46b0e181f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-167-_jpg.rf.98064e5a222e655f3d148638d6f85a89.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-167-_jpg.rf.98064e5a222e655f3d148638d6f85a89.jpg new file mode 100644 index 0000000..e978003 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-167-_jpg.rf.98064e5a222e655f3d148638d6f85a89.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-179-_jpg.rf.31dd058e12c9c50e1c9838e2ea9a1a06.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-179-_jpg.rf.31dd058e12c9c50e1c9838e2ea9a1a06.jpg new file mode 100644 index 0000000..61764ff Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-179-_jpg.rf.31dd058e12c9c50e1c9838e2ea9a1a06.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-18-_jpg.rf.7f26a6ff82e4c63adc4cfc4a37b2d49d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-18-_jpg.rf.7f26a6ff82e4c63adc4cfc4a37b2d49d.jpg new file mode 100644 index 0000000..c80c3f8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-18-_jpg.rf.7f26a6ff82e4c63adc4cfc4a37b2d49d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-182-_jpg.rf.353723a350b609196281c71b2eb73106.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-182-_jpg.rf.353723a350b609196281c71b2eb73106.jpg new file mode 100644 index 0000000..95c29dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-182-_jpg.rf.353723a350b609196281c71b2eb73106.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-184-_jpg.rf.2736d0f76de1ea60eabdd827c1b78889.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-184-_jpg.rf.2736d0f76de1ea60eabdd827c1b78889.jpg new file mode 100644 index 0000000..114c16b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-184-_jpg.rf.2736d0f76de1ea60eabdd827c1b78889.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-19-_jpg.rf.02259b53ed508e10a6c028d973deea0e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-19-_jpg.rf.02259b53ed508e10a6c028d973deea0e.jpg new file mode 100644 index 0000000..4b33e59 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-19-_jpg.rf.02259b53ed508e10a6c028d973deea0e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-192-_jpg.rf.d39656d63501b4649ec7caff7fdb9378.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-192-_jpg.rf.d39656d63501b4649ec7caff7fdb9378.jpg new file mode 100644 index 0000000..f895878 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-192-_jpg.rf.d39656d63501b4649ec7caff7fdb9378.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-194-_jpg.rf.5bbe9d7b27eca8cb25b6f3b35fbd959f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-194-_jpg.rf.5bbe9d7b27eca8cb25b6f3b35fbd959f.jpg new file mode 100644 index 0000000..c46e4c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-194-_jpg.rf.5bbe9d7b27eca8cb25b6f3b35fbd959f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-200-_jpg.rf.3bada7b7642d6caf74cddca48499af11.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-200-_jpg.rf.3bada7b7642d6caf74cddca48499af11.jpg new file mode 100644 index 0000000..b9284ec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-200-_jpg.rf.3bada7b7642d6caf74cddca48499af11.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-202-_jpg.rf.5f4b2809127fcae71a838d5f22299b15.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-202-_jpg.rf.5f4b2809127fcae71a838d5f22299b15.jpg new file mode 100644 index 0000000..428239d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-202-_jpg.rf.5f4b2809127fcae71a838d5f22299b15.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-215-_jpg.rf.a864ebe73e2f797482863ab86dd921bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-215-_jpg.rf.a864ebe73e2f797482863ab86dd921bb.jpg new file mode 100644 index 0000000..f8b66eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-215-_jpg.rf.a864ebe73e2f797482863ab86dd921bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-225-_jpg.rf.934ca06ea970ceb30313ade06ef38c3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-225-_jpg.rf.934ca06ea970ceb30313ade06ef38c3d.jpg new file mode 100644 index 0000000..45a1a53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-225-_jpg.rf.934ca06ea970ceb30313ade06ef38c3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-23-_jpg.rf.670178122ac65690d837d62da6cd1ebc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-23-_jpg.rf.670178122ac65690d837d62da6cd1ebc.jpg new file mode 100644 index 0000000..de855c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-23-_jpg.rf.670178122ac65690d837d62da6cd1ebc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-231-_jpg.rf.788eeec0357f6f7b4a16167664eacece.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-231-_jpg.rf.788eeec0357f6f7b4a16167664eacece.jpg new file mode 100644 index 0000000..75fbdce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-231-_jpg.rf.788eeec0357f6f7b4a16167664eacece.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-235-_jpg.rf.8c21c21310ed80615e18aef801795372.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-235-_jpg.rf.8c21c21310ed80615e18aef801795372.jpg new file mode 100644 index 0000000..3ed10f8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-235-_jpg.rf.8c21c21310ed80615e18aef801795372.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-240-_jpg.rf.3f4a6323c13c76b3765fc5475e023e16.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-240-_jpg.rf.3f4a6323c13c76b3765fc5475e023e16.jpg new file mode 100644 index 0000000..c7a2c32 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-240-_jpg.rf.3f4a6323c13c76b3765fc5475e023e16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-244-_jpg.rf.d607f9b5da411196ba9b3ec29801840d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-244-_jpg.rf.d607f9b5da411196ba9b3ec29801840d.jpg new file mode 100644 index 0000000..88fd0eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-244-_jpg.rf.d607f9b5da411196ba9b3ec29801840d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-25-_jpg.rf.d949239863144b10bcbf7d58d1221f8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-25-_jpg.rf.d949239863144b10bcbf7d58d1221f8b.jpg new file mode 100644 index 0000000..5e8c973 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-25-_jpg.rf.d949239863144b10bcbf7d58d1221f8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-250-_jpg.rf.389c8bc2cd7ea819f41f3cb13ab6d63d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-250-_jpg.rf.389c8bc2cd7ea819f41f3cb13ab6d63d.jpg new file mode 100644 index 0000000..6355cc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-250-_jpg.rf.389c8bc2cd7ea819f41f3cb13ab6d63d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-262-_jpg.rf.7d2bc679f23e0f12d94491088f0feac1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-262-_jpg.rf.7d2bc679f23e0f12d94491088f0feac1.jpg new file mode 100644 index 0000000..c488e3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-262-_jpg.rf.7d2bc679f23e0f12d94491088f0feac1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-270-_jpg.rf.482ef9435a411609b103b1a740ead2b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-270-_jpg.rf.482ef9435a411609b103b1a740ead2b2.jpg new file mode 100644 index 0000000..6099487 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-270-_jpg.rf.482ef9435a411609b103b1a740ead2b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-283-_jpg.rf.76091030418f1eaeb2db6f43be87dc32.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-283-_jpg.rf.76091030418f1eaeb2db6f43be87dc32.jpg new file mode 100644 index 0000000..ccc6845 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-283-_jpg.rf.76091030418f1eaeb2db6f43be87dc32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-29-_jpg.rf.cb61c64b25199b009b4a6678906452a8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-29-_jpg.rf.cb61c64b25199b009b4a6678906452a8.jpg new file mode 100644 index 0000000..1825cac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-29-_jpg.rf.cb61c64b25199b009b4a6678906452a8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-3-_jpg.rf.0d716c4117c333a2040e263857b57bbe.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-3-_jpg.rf.0d716c4117c333a2040e263857b57bbe.jpg new file mode 100644 index 0000000..dd9ae1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-3-_jpg.rf.0d716c4117c333a2040e263857b57bbe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-303-_jpg.rf.e70ce48210c0e781e5a2a5f4d2492891.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-303-_jpg.rf.e70ce48210c0e781e5a2a5f4d2492891.jpg new file mode 100644 index 0000000..8b4cd93 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-303-_jpg.rf.e70ce48210c0e781e5a2a5f4d2492891.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-310-_jpg.rf.2a05ebc0dd876bc7f2f754cf4c314e29.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-310-_jpg.rf.2a05ebc0dd876bc7f2f754cf4c314e29.jpg new file mode 100644 index 0000000..f81871b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-310-_jpg.rf.2a05ebc0dd876bc7f2f754cf4c314e29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-316-_jpg.rf.d40366e28cae26e2b274f86105977d3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-316-_jpg.rf.d40366e28cae26e2b274f86105977d3e.jpg new file mode 100644 index 0000000..52837dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-316-_jpg.rf.d40366e28cae26e2b274f86105977d3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-324-_jpg.rf.0b25b383de9b87ac6ea89f62dcce69f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-324-_jpg.rf.0b25b383de9b87ac6ea89f62dcce69f8.jpg new file mode 100644 index 0000000..afd911a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-324-_jpg.rf.0b25b383de9b87ac6ea89f62dcce69f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-325-_jpg.rf.a13bb6111ab2753ebe5d3b58759001e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-325-_jpg.rf.a13bb6111ab2753ebe5d3b58759001e1.jpg new file mode 100644 index 0000000..2051c51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-325-_jpg.rf.a13bb6111ab2753ebe5d3b58759001e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-344-_jpg.rf.99502874b76c15027f655ccbaf0bf55b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-344-_jpg.rf.99502874b76c15027f655ccbaf0bf55b.jpg new file mode 100644 index 0000000..a7eca5b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-344-_jpg.rf.99502874b76c15027f655ccbaf0bf55b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-349-_jpg.rf.c1059e8dc601503eb6f4b6cc42a08b57.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-349-_jpg.rf.c1059e8dc601503eb6f4b6cc42a08b57.jpg new file mode 100644 index 0000000..182cc4d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-349-_jpg.rf.c1059e8dc601503eb6f4b6cc42a08b57.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-35-_jpg.rf.a59446f34f7ee3e0b0e98406f258a439.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-35-_jpg.rf.a59446f34f7ee3e0b0e98406f258a439.jpg new file mode 100644 index 0000000..7964a1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-35-_jpg.rf.a59446f34f7ee3e0b0e98406f258a439.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-355-_jpg.rf.e0f09e2ef7f9790b64c2ec6ceb86367e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-355-_jpg.rf.e0f09e2ef7f9790b64c2ec6ceb86367e.jpg new file mode 100644 index 0000000..9a23e3e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-355-_jpg.rf.e0f09e2ef7f9790b64c2ec6ceb86367e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-358-_jpg.rf.2896f4a6be6bda3d27b91044d6d97c18.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-358-_jpg.rf.2896f4a6be6bda3d27b91044d6d97c18.jpg new file mode 100644 index 0000000..506b587 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-358-_jpg.rf.2896f4a6be6bda3d27b91044d6d97c18.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-360-_jpg.rf.247bf7d845a9de46db33162c9daad951.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-360-_jpg.rf.247bf7d845a9de46db33162c9daad951.jpg new file mode 100644 index 0000000..2c26fe8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-360-_jpg.rf.247bf7d845a9de46db33162c9daad951.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-361-_jpg.rf.26845acd405480a306118d474701e40c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-361-_jpg.rf.26845acd405480a306118d474701e40c.jpg new file mode 100644 index 0000000..713fc8a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-361-_jpg.rf.26845acd405480a306118d474701e40c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-367-_jpg.rf.3cc448288f28d9bc860121917ce10e85.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-367-_jpg.rf.3cc448288f28d9bc860121917ce10e85.jpg new file mode 100644 index 0000000..c799a52 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-367-_jpg.rf.3cc448288f28d9bc860121917ce10e85.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-368-_jpg.rf.48e3aecc4d1ce2cb528c8147848e1cc0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-368-_jpg.rf.48e3aecc4d1ce2cb528c8147848e1cc0.jpg new file mode 100644 index 0000000..aa59361 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-368-_jpg.rf.48e3aecc4d1ce2cb528c8147848e1cc0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-373-_jpg.rf.fdb501030a6bfc16e561f589bd42fc35.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-373-_jpg.rf.fdb501030a6bfc16e561f589bd42fc35.jpg new file mode 100644 index 0000000..7c9f75b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-373-_jpg.rf.fdb501030a6bfc16e561f589bd42fc35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-377-_jpg.rf.f2e3f1548e467841f1be0b1dbf36d3af.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-377-_jpg.rf.f2e3f1548e467841f1be0b1dbf36d3af.jpg new file mode 100644 index 0000000..f9f230c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-377-_jpg.rf.f2e3f1548e467841f1be0b1dbf36d3af.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-380-_jpg.rf.159372d93f6aa8f607e03c6019ea2e12.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-380-_jpg.rf.159372d93f6aa8f607e03c6019ea2e12.jpg new file mode 100644 index 0000000..1cb5243 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-380-_jpg.rf.159372d93f6aa8f607e03c6019ea2e12.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-395-_jpg.rf.bece9dba5754ac383bc6bdfc92d31fb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-395-_jpg.rf.bece9dba5754ac383bc6bdfc92d31fb2.jpg new file mode 100644 index 0000000..0953a6c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-395-_jpg.rf.bece9dba5754ac383bc6bdfc92d31fb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-397-_jpg.rf.1bdcdf274c7ac7cf38d80e17789e040d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-397-_jpg.rf.1bdcdf274c7ac7cf38d80e17789e040d.jpg new file mode 100644 index 0000000..16b1c1c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-397-_jpg.rf.1bdcdf274c7ac7cf38d80e17789e040d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-402-_jpg.rf.6afb2ac0f18326d8eb2e35c06a2b8791.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-402-_jpg.rf.6afb2ac0f18326d8eb2e35c06a2b8791.jpg new file mode 100644 index 0000000..9512f97 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-402-_jpg.rf.6afb2ac0f18326d8eb2e35c06a2b8791.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-415-_jpg.rf.1cc34a1cc0061ce24dcdb6899c4d6907.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-415-_jpg.rf.1cc34a1cc0061ce24dcdb6899c4d6907.jpg new file mode 100644 index 0000000..5369195 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-415-_jpg.rf.1cc34a1cc0061ce24dcdb6899c4d6907.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-430-_jpg.rf.5962e98292d0f3b69e01ee96a9305dc2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-430-_jpg.rf.5962e98292d0f3b69e01ee96a9305dc2.jpg new file mode 100644 index 0000000..7e1c17c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-430-_jpg.rf.5962e98292d0f3b69e01ee96a9305dc2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-435-_jpg.rf.d5f757c4734dcb0aa5293992161195a8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-435-_jpg.rf.d5f757c4734dcb0aa5293992161195a8.jpg new file mode 100644 index 0000000..222f46f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-435-_jpg.rf.d5f757c4734dcb0aa5293992161195a8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-438-_jpg.rf.c410586b4310da0a6625d8986e42ff1b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-438-_jpg.rf.c410586b4310da0a6625d8986e42ff1b.jpg new file mode 100644 index 0000000..1d7e0a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-438-_jpg.rf.c410586b4310da0a6625d8986e42ff1b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-445-_jpg.rf.8f063a06e2ca931b7c621844b42f7260.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-445-_jpg.rf.8f063a06e2ca931b7c621844b42f7260.jpg new file mode 100644 index 0000000..4ffc40e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-445-_jpg.rf.8f063a06e2ca931b7c621844b42f7260.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-446-_jpg.rf.1024bad7d3dd262680bc8419555b3b6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-446-_jpg.rf.1024bad7d3dd262680bc8419555b3b6c.jpg new file mode 100644 index 0000000..c9dea1f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-446-_jpg.rf.1024bad7d3dd262680bc8419555b3b6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-448-_jpg.rf.aa11506850d878ad7d4446911fefcfeb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-448-_jpg.rf.aa11506850d878ad7d4446911fefcfeb.jpg new file mode 100644 index 0000000..fc5b0b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-448-_jpg.rf.aa11506850d878ad7d4446911fefcfeb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-450-_jpg.rf.5f068b35d12495b3d49402bca9f01da9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-450-_jpg.rf.5f068b35d12495b3d49402bca9f01da9.jpg new file mode 100644 index 0000000..7734323 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-450-_jpg.rf.5f068b35d12495b3d49402bca9f01da9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-52-_jpg.rf.1cfb7f732a8ec6a731233ead402777f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-52-_jpg.rf.1cfb7f732a8ec6a731233ead402777f0.jpg new file mode 100644 index 0000000..eae5610 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-52-_jpg.rf.1cfb7f732a8ec6a731233ead402777f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-59-_jpg.rf.dcb23a60d2121406a44dc051aed60cfe.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-59-_jpg.rf.dcb23a60d2121406a44dc051aed60cfe.jpg new file mode 100644 index 0000000..fa4cfab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-59-_jpg.rf.dcb23a60d2121406a44dc051aed60cfe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-6-_jpg.rf.705f75e404e1a3209fabfe97d54ccd19.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-6-_jpg.rf.705f75e404e1a3209fabfe97d54ccd19.jpg new file mode 100644 index 0000000..6d9be5b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-6-_jpg.rf.705f75e404e1a3209fabfe97d54ccd19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-76-_jpg.rf.a407483d37c24859f2eb9a08b0ab41a6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-76-_jpg.rf.a407483d37c24859f2eb9a08b0ab41a6.jpg new file mode 100644 index 0000000..0e986ce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-76-_jpg.rf.a407483d37c24859f2eb9a08b0ab41a6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-8-_jpg.rf.5ea09bc75282982865a914c3780d65d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-8-_jpg.rf.5ea09bc75282982865a914c3780d65d9.jpg new file mode 100644 index 0000000..809a7dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-8-_jpg.rf.5ea09bc75282982865a914c3780d65d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-88-_jpg.rf.a98bbc827c7e9fa1d6f6071a42991e42.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-88-_jpg.rf.a98bbc827c7e9fa1d6f6071a42991e42.jpg new file mode 100644 index 0000000..5453b24 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-88-_jpg.rf.a98bbc827c7e9fa1d6f6071a42991e42.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-96-_jpg.rf.fb55c73f298da55ca3613c491dd2bf6e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-96-_jpg.rf.fb55c73f298da55ca3613c491dd2bf6e.jpg new file mode 100644 index 0000000..b7f6493 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-96-_jpg.rf.fb55c73f298da55ca3613c491dd2bf6e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-97-_jpg.rf.f6aee7d3203cc7b4964063ab6de450e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-97-_jpg.rf.f6aee7d3203cc7b4964063ab6de450e8.jpg new file mode 100644 index 0000000..b5bcd4a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/BallCap-97-_jpg.rf.f6aee7d3203cc7b4964063ab6de450e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3105_jpg.rf.7049143c0a9ecef7a72a28efa0fc8f73.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3105_jpg.rf.7049143c0a9ecef7a72a28efa0fc8f73.jpg new file mode 100644 index 0000000..a43ffc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3105_jpg.rf.7049143c0a9ecef7a72a28efa0fc8f73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3109_jpg.rf.f280719661071545196566cabdc75b2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3109_jpg.rf.f280719661071545196566cabdc75b2e.jpg new file mode 100644 index 0000000..01fb67a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3109_jpg.rf.f280719661071545196566cabdc75b2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3112_jpg.rf.6635f20f6048811aeb5ed5443e907905.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3112_jpg.rf.6635f20f6048811aeb5ed5443e907905.jpg new file mode 100644 index 0000000..b3b83ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3112_jpg.rf.6635f20f6048811aeb5ed5443e907905.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3125_jpg.rf.bcf16f4997aae7666033485a0900c184.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3125_jpg.rf.bcf16f4997aae7666033485a0900c184.jpg new file mode 100644 index 0000000..c7e225f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3125_jpg.rf.bcf16f4997aae7666033485a0900c184.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3159_jpg.rf.c939f5da8e0c5c19febbced7b53cfbda.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3159_jpg.rf.c939f5da8e0c5c19febbced7b53cfbda.jpg new file mode 100644 index 0000000..3a2503c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3159_jpg.rf.c939f5da8e0c5c19febbced7b53cfbda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3712_jpg.rf.3a5fd4f1f979c2be8319daf6bc24cf45.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3712_jpg.rf.3a5fd4f1f979c2be8319daf6bc24cf45.jpg new file mode 100644 index 0000000..bd51b5d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3712_jpg.rf.3a5fd4f1f979c2be8319daf6bc24cf45.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3746_jpg.rf.a1248cb719c03b7f71e5e160e53da8d3.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3746_jpg.rf.a1248cb719c03b7f71e5e160e53da8d3.jpg new file mode 100644 index 0000000..5b36273 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3746_jpg.rf.a1248cb719c03b7f71e5e160e53da8d3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3785_jpg.rf.bbc03dcd3a846d07c016b74d9544ed16.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3785_jpg.rf.bbc03dcd3a846d07c016b74d9544ed16.jpg new file mode 100644 index 0000000..e885c66 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3785_jpg.rf.bbc03dcd3a846d07c016b74d9544ed16.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3818_jpg.rf.86b95abbf23915464fa8941134a33a2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3818_jpg.rf.86b95abbf23915464fa8941134a33a2e.jpg new file mode 100644 index 0000000..a09797d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3818_jpg.rf.86b95abbf23915464fa8941134a33a2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3829_jpg.rf.4148855c2663764e275eb1e2f31cd0bf.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3829_jpg.rf.4148855c2663764e275eb1e2f31cd0bf.jpg new file mode 100644 index 0000000..5902fbe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3829_jpg.rf.4148855c2663764e275eb1e2f31cd0bf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3833_jpg.rf.7f9b094fc2898a60814f5712804c2171.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3833_jpg.rf.7f9b094fc2898a60814f5712804c2171.jpg new file mode 100644 index 0000000..47fe06b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3833_jpg.rf.7f9b094fc2898a60814f5712804c2171.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage384_jpg.rf.eac633457c3f85d1f8ddc93365739646.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage384_jpg.rf.eac633457c3f85d1f8ddc93365739646.jpg new file mode 100644 index 0000000..f99acdf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage384_jpg.rf.eac633457c3f85d1f8ddc93365739646.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3871_jpg.rf.291b68591294273d645cea6532c4054f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3871_jpg.rf.291b68591294273d645cea6532c4054f.jpg new file mode 100644 index 0000000..9b50073 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3871_jpg.rf.291b68591294273d645cea6532c4054f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3928_jpg.rf.8d19e7a59170ba237fc85fb4ac3547f1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3928_jpg.rf.8d19e7a59170ba237fc85fb4ac3547f1.jpg new file mode 100644 index 0000000..dba59a9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3928_jpg.rf.8d19e7a59170ba237fc85fb4ac3547f1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3933_jpg.rf.a686972fdd4fc5070b4ba41791fc7910.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3933_jpg.rf.a686972fdd4fc5070b4ba41791fc7910.jpg new file mode 100644 index 0000000..010ef4d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Dimage3933_jpg.rf.a686972fdd4fc5070b4ba41791fc7910.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9127_jpg.rf.9cc1dddcef636a05f63de44023d66e7c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9127_jpg.rf.9cc1dddcef636a05f63de44023d66e7c.jpg new file mode 100644 index 0000000..39d11f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9127_jpg.rf.9cc1dddcef636a05f63de44023d66e7c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9140_jpg.rf.9ea7828a286376bbee078176d60ddb88.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9140_jpg.rf.9ea7828a286376bbee078176d60ddb88.jpg new file mode 100644 index 0000000..9112846 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9140_jpg.rf.9ea7828a286376bbee078176d60ddb88.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9145_jpg.rf.1315785e89c2845519209924fd7ef5be.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9145_jpg.rf.1315785e89c2845519209924fd7ef5be.jpg new file mode 100644 index 0000000..fe9e995 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9145_jpg.rf.1315785e89c2845519209924fd7ef5be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9164_jpg.rf.5e07103ed58acacffdcf605598fb184a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9164_jpg.rf.5e07103ed58acacffdcf605598fb184a.jpg new file mode 100644 index 0000000..143bc23 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9164_jpg.rf.5e07103ed58acacffdcf605598fb184a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9186_jpg.rf.25f546a8e3031f2c545b93a167c9685f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9186_jpg.rf.25f546a8e3031f2c545b93a167c9685f.jpg new file mode 100644 index 0000000..46b8098 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9186_jpg.rf.25f546a8e3031f2c545b93a167c9685f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9204_jpg.rf.d028c458c14c6f6ac44b096eecdf6bd7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9204_jpg.rf.d028c458c14c6f6ac44b096eecdf6bd7.jpg new file mode 100644 index 0000000..d4530df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9204_jpg.rf.d028c458c14c6f6ac44b096eecdf6bd7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9295_jpg.rf.b12b0cbc96d158b91692727daa62fb2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9295_jpg.rf.b12b0cbc96d158b91692727daa62fb2a.jpg new file mode 100644 index 0000000..c98b798 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9295_jpg.rf.b12b0cbc96d158b91692727daa62fb2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9360_jpg.rf.c5b88ccf97f9ecbe4f59fbb8245921cc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9360_jpg.rf.c5b88ccf97f9ecbe4f59fbb8245921cc.jpg new file mode 100644 index 0000000..8994ccb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9360_jpg.rf.c5b88ccf97f9ecbe4f59fbb8245921cc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage939C_jpeg_jpg.rf.c6372a0b461c0ca86155c1c07cf17400.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage939C_jpeg_jpg.rf.c6372a0b461c0ca86155c1c07cf17400.jpg new file mode 100644 index 0000000..8527e07 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage939C_jpeg_jpg.rf.c6372a0b461c0ca86155c1c07cf17400.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9560_jpg.rf.7fa65a8b67bea19c7840f16995733848.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9560_jpg.rf.7fa65a8b67bea19c7840f16995733848.jpg new file mode 100644 index 0000000..5912826 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9560_jpg.rf.7fa65a8b67bea19c7840f16995733848.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9569_jpg.rf.d8c4ee2a52980e2f2da7496f313e2014.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9569_jpg.rf.d8c4ee2a52980e2f2da7496f313e2014.jpg new file mode 100644 index 0000000..16afb79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9569_jpg.rf.d8c4ee2a52980e2f2da7496f313e2014.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9577_jpg.rf.70a16e6b731d9229082529238697fb5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9577_jpg.rf.70a16e6b731d9229082529238697fb5d.jpg new file mode 100644 index 0000000..1e7b95f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9577_jpg.rf.70a16e6b731d9229082529238697fb5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9580_jpg.rf.628d690665b228e857b27fb13ae7142e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9580_jpg.rf.628d690665b228e857b27fb13ae7142e.jpg new file mode 100644 index 0000000..0c3fe2e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9580_jpg.rf.628d690665b228e857b27fb13ae7142e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9592_jpg.rf.70537e65f65e08214976bba5665779e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9592_jpg.rf.70537e65f65e08214976bba5665779e6.jpg new file mode 100644 index 0000000..c3a90c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9592_jpg.rf.70537e65f65e08214976bba5665779e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9608_jpg.rf.94e11cbf14ffdda333a82bdde2f5c8ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9608_jpg.rf.94e11cbf14ffdda333a82bdde2f5c8ce.jpg new file mode 100644 index 0000000..b10a9cb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9608_jpg.rf.94e11cbf14ffdda333a82bdde2f5c8ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9615_jpg.rf.7acb247f44fb7eae20df3643abc27fa3.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9615_jpg.rf.7acb247f44fb7eae20df3643abc27fa3.jpg new file mode 100644 index 0000000..232b07f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9615_jpg.rf.7acb247f44fb7eae20df3643abc27fa3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9678_jpg.rf.56727c07bb3f6d7e27aa1fb8115fa594.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9678_jpg.rf.56727c07bb3f6d7e27aa1fb8115fa594.jpg new file mode 100644 index 0000000..9cca07b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9678_jpg.rf.56727c07bb3f6d7e27aa1fb8115fa594.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage96C_jpeg_jpg.rf.607b2bf08adc582f6d23bd569b049c5a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage96C_jpeg_jpg.rf.607b2bf08adc582f6d23bd569b049c5a.jpg new file mode 100644 index 0000000..6875574 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage96C_jpeg_jpg.rf.607b2bf08adc582f6d23bd569b049c5a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9746_jpg.rf.0faff69c5032fb5fb07e2f18c14629b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9746_jpg.rf.0faff69c5032fb5fb07e2f18c14629b4.jpg new file mode 100644 index 0000000..a9d79a1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9746_jpg.rf.0faff69c5032fb5fb07e2f18c14629b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9849_jpg.rf.92b52ea32b4d509bfc2182a5b37600fb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9849_jpg.rf.92b52ea32b4d509bfc2182a5b37600fb.jpg new file mode 100644 index 0000000..145d478 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9849_jpg.rf.92b52ea32b4d509bfc2182a5b37600fb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9892_jpg.rf.7a506960274a90b951c76525ad4b3947.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9892_jpg.rf.7a506960274a90b951c76525ad4b3947.jpg new file mode 100644 index 0000000..ea4bf42 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9892_jpg.rf.7a506960274a90b951c76525ad4b3947.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9894_jpg.rf.3594bfe6cb65981ee5f99abbfe48230e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9894_jpg.rf.3594bfe6cb65981ee5f99abbfe48230e.jpg new file mode 100644 index 0000000..0396c78 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9894_jpg.rf.3594bfe6cb65981ee5f99abbfe48230e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9905_jpg.rf.408606dfb1f38a133143dbfc5b96a07c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9905_jpg.rf.408606dfb1f38a133143dbfc5b96a07c.jpg new file mode 100644 index 0000000..b666122 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9905_jpg.rf.408606dfb1f38a133143dbfc5b96a07c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9950_jpg.rf.9b964122fd2da2a1d7718fd04be28d77.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9950_jpg.rf.9b964122fd2da2a1d7718fd04be28d77.jpg new file mode 100644 index 0000000..1a125e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9950_jpg.rf.9b964122fd2da2a1d7718fd04be28d77.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Himage9963_jpg.rf.ad42ec03d40a16958fe46ebdc4f489a3.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9963_jpg.rf.ad42ec03d40a16958fe46ebdc4f489a3.jpg new file mode 100644 index 0000000..47febaa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Himage9963_jpg.rf.ad42ec03d40a16958fe46ebdc4f489a3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3381_mp4-0004_jpg.rf.977e937ad3cf5f47bf20e0c06120ba99.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3381_mp4-0004_jpg.rf.977e937ad3cf5f47bf20e0c06120ba99.jpg new file mode 100644 index 0000000..264a614 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3381_mp4-0004_jpg.rf.977e937ad3cf5f47bf20e0c06120ba99.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3381_mp4-0007_jpg.rf.9b807f631d4ee87c25a546b87ee5b31c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3381_mp4-0007_jpg.rf.9b807f631d4ee87c25a546b87ee5b31c.jpg new file mode 100644 index 0000000..fc082eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3381_mp4-0007_jpg.rf.9b807f631d4ee87c25a546b87ee5b31c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0000_jpg.rf.1c6360060bcf367b99a61b4baeb70b5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0000_jpg.rf.1c6360060bcf367b99a61b4baeb70b5e.jpg new file mode 100644 index 0000000..9f0c925 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0000_jpg.rf.1c6360060bcf367b99a61b4baeb70b5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0004_jpg.rf.0a9822bd414cdd033f7a7e4e76c4e60c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0004_jpg.rf.0a9822bd414cdd033f7a7e4e76c4e60c.jpg new file mode 100644 index 0000000..a19724d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0004_jpg.rf.0a9822bd414cdd033f7a7e4e76c4e60c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0008_jpg.rf.a573e782af12093d00302a41d0e7e173.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0008_jpg.rf.a573e782af12093d00302a41d0e7e173.jpg new file mode 100644 index 0000000..966bb95 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0008_jpg.rf.a573e782af12093d00302a41d0e7e173.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0014_jpg.rf.1b60e3c4f3c08f3df87c0aa7a6dcbf70.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0014_jpg.rf.1b60e3c4f3c08f3df87c0aa7a6dcbf70.jpg new file mode 100644 index 0000000..5290da2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0014_jpg.rf.1b60e3c4f3c08f3df87c0aa7a6dcbf70.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0022_jpg.rf.80d1504186157761da50614d997f1371.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0022_jpg.rf.80d1504186157761da50614d997f1371.jpg new file mode 100644 index 0000000..68b3056 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0022_jpg.rf.80d1504186157761da50614d997f1371.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0025_jpg.rf.59c34e18df6ca2bc0f75b54b020237b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0025_jpg.rf.59c34e18df6ca2bc0f75b54b020237b6.jpg new file mode 100644 index 0000000..8f50281 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3382_mp4-0025_jpg.rf.59c34e18df6ca2bc0f75b54b020237b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3383_mp4-0000_jpg.rf.ee9e9acdc7b16655da79e7d70d02f8b4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3383_mp4-0000_jpg.rf.ee9e9acdc7b16655da79e7d70d02f8b4.jpg new file mode 100644 index 0000000..43cf2f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3383_mp4-0000_jpg.rf.ee9e9acdc7b16655da79e7d70d02f8b4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3383_mp4-0010_jpg.rf.74893d2a3e12184a2fe3c8a20d4fba90.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3383_mp4-0010_jpg.rf.74893d2a3e12184a2fe3c8a20d4fba90.jpg new file mode 100644 index 0000000..90b06c4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/IMG_3383_mp4-0010_jpg.rf.74893d2a3e12184a2fe3c8a20d4fba90.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage1811C_jpeg_jpg.rf.9ff5ee394548f27e077fc61c5dbd382a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage1811C_jpeg_jpg.rf.9ff5ee394548f27e077fc61c5dbd382a.jpg new file mode 100644 index 0000000..3104c2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage1811C_jpeg_jpg.rf.9ff5ee394548f27e077fc61c5dbd382a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18227_jpg.rf.12ce2f8b0e021bdf92df756819d43236.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18227_jpg.rf.12ce2f8b0e021bdf92df756819d43236.jpg new file mode 100644 index 0000000..88bca7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18227_jpg.rf.12ce2f8b0e021bdf92df756819d43236.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18236_jpg.rf.cdb8561c921ce8b38dde520850309ac3.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18236_jpg.rf.cdb8561c921ce8b38dde520850309ac3.jpg new file mode 100644 index 0000000..8f2d955 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18236_jpg.rf.cdb8561c921ce8b38dde520850309ac3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18278_jpg.rf.9f042c67593273110b48e180848b468e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18278_jpg.rf.9f042c67593273110b48e180848b468e.jpg new file mode 100644 index 0000000..69879c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18278_jpg.rf.9f042c67593273110b48e180848b468e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18282_jpg.rf.05e621bb07081e262c7af0d49578b3fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18282_jpg.rf.05e621bb07081e262c7af0d49578b3fc.jpg new file mode 100644 index 0000000..27fc0bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18282_jpg.rf.05e621bb07081e262c7af0d49578b3fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18303_jpg.rf.5824b87192f90859d860a0f46b337567.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18303_jpg.rf.5824b87192f90859d860a0f46b337567.jpg new file mode 100644 index 0000000..ef51413 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18303_jpg.rf.5824b87192f90859d860a0f46b337567.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18372_jpg.rf.e8795b0932062b368ae28ea7d5fcd463.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18372_jpg.rf.e8795b0932062b368ae28ea7d5fcd463.jpg new file mode 100644 index 0000000..d03a09c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18372_jpg.rf.e8795b0932062b368ae28ea7d5fcd463.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18390_jpg.rf.f1eac51136bc27d936076f0fc5b82a21.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18390_jpg.rf.f1eac51136bc27d936076f0fc5b82a21.jpg new file mode 100644 index 0000000..feff3a5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18390_jpg.rf.f1eac51136bc27d936076f0fc5b82a21.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18401_jpg.rf.a452086c51dec4920dc6edc9d20dce2f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18401_jpg.rf.a452086c51dec4920dc6edc9d20dce2f.jpg new file mode 100644 index 0000000..6b9440d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18401_jpg.rf.a452086c51dec4920dc6edc9d20dce2f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18407_jpg.rf.840578910446326e7be70b40f3966be8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18407_jpg.rf.840578910446326e7be70b40f3966be8.jpg new file mode 100644 index 0000000..bfa63fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18407_jpg.rf.840578910446326e7be70b40f3966be8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18441_jpg.rf.771d1e4752d9fa6dfdd4578aabf61690.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18441_jpg.rf.771d1e4752d9fa6dfdd4578aabf61690.jpg new file mode 100644 index 0000000..1dcffcc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18441_jpg.rf.771d1e4752d9fa6dfdd4578aabf61690.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18474_jpg.rf.2c045e83f67ea3850c46172830b7b2d1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18474_jpg.rf.2c045e83f67ea3850c46172830b7b2d1.jpg new file mode 100644 index 0000000..6029141 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18474_jpg.rf.2c045e83f67ea3850c46172830b7b2d1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18508_jpg.rf.c86a8a16eb3d7a19767c42ae9526fb82.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18508_jpg.rf.c86a8a16eb3d7a19767c42ae9526fb82.jpg new file mode 100644 index 0000000..f3a05d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18508_jpg.rf.c86a8a16eb3d7a19767c42ae9526fb82.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18519_jpg.rf.2f548423b0b5945a7f34c485427c6ade.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18519_jpg.rf.2f548423b0b5945a7f34c485427c6ade.jpg new file mode 100644 index 0000000..7dc0d01 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18519_jpg.rf.2f548423b0b5945a7f34c485427c6ade.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18591_jpg.rf.59dd30c058f7811e1cf588dd7a1427fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18591_jpg.rf.59dd30c058f7811e1cf588dd7a1427fc.jpg new file mode 100644 index 0000000..e182e1e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18591_jpg.rf.59dd30c058f7811e1cf588dd7a1427fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18606_jpg.rf.dadcdc2dd7ca48f6a68b45aa58f1aedd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18606_jpg.rf.dadcdc2dd7ca48f6a68b45aa58f1aedd.jpg new file mode 100644 index 0000000..f8f9c62 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage18606_jpg.rf.dadcdc2dd7ca48f6a68b45aa58f1aedd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimage188_jpg.rf.4469efe4531c80eedc34bfe547cc6af2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage188_jpg.rf.4469efe4531c80eedc34bfe547cc6af2.jpg new file mode 100644 index 0000000..d41cfc7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimage188_jpg.rf.4469efe4531c80eedc34bfe547cc6af2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14154_jpg.rf.06f4ebb5cbcd84d24cfe87a25c751d40.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14154_jpg.rf.06f4ebb5cbcd84d24cfe87a25c751d40.jpg new file mode 100644 index 0000000..b14de1b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14154_jpg.rf.06f4ebb5cbcd84d24cfe87a25c751d40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14176_jpg.rf.e04709b804a003dcf7d48ae7b3e9df8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14176_jpg.rf.e04709b804a003dcf7d48ae7b3e9df8b.jpg new file mode 100644 index 0000000..47bde7f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14176_jpg.rf.e04709b804a003dcf7d48ae7b3e9df8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14177_jpg.rf.45597593ff8ce4083d9c7b4ee3fd703d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14177_jpg.rf.45597593ff8ce4083d9c7b4ee3fd703d.jpg new file mode 100644 index 0000000..cc3132f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14177_jpg.rf.45597593ff8ce4083d9c7b4ee3fd703d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14227_jpg.rf.85101a4b0e7f5805d8c6647da7913017.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14227_jpg.rf.85101a4b0e7f5805d8c6647da7913017.jpg new file mode 100644 index 0000000..0004e20 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14227_jpg.rf.85101a4b0e7f5805d8c6647da7913017.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14248_jpg.rf.9f91bbda6f20277da7190bb0db2d5b2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14248_jpg.rf.9f91bbda6f20277da7190bb0db2d5b2a.jpg new file mode 100644 index 0000000..634d8ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg14248_jpg.rf.9f91bbda6f20277da7190bb0db2d5b2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1455_jpg.rf.8f8ba9119a80f7198b5ed2708b3abe35.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1455_jpg.rf.8f8ba9119a80f7198b5ed2708b3abe35.jpg new file mode 100644 index 0000000..c20a3a6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1455_jpg.rf.8f8ba9119a80f7198b5ed2708b3abe35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1465_jpg.rf.ab24008119a441c3aaaf3af3c81ebc51.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1465_jpg.rf.ab24008119a441c3aaaf3af3c81ebc51.jpg new file mode 100644 index 0000000..1f428fd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1465_jpg.rf.ab24008119a441c3aaaf3af3c81ebc51.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1475_jpg.rf.51f20f4c69761bb08e9a27c198e8162b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1475_jpg.rf.51f20f4c69761bb08e9a27c198e8162b.jpg new file mode 100644 index 0000000..23ae414 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Jimg1475_jpg.rf.51f20f4c69761bb08e9a27c198e8162b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-16_jpg.rf.b123203d307d78db8e9e55640498c825.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-16_jpg.rf.b123203d307d78db8e9e55640498c825.jpg new file mode 100644 index 0000000..a018932 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-16_jpg.rf.b123203d307d78db8e9e55640498c825.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-1_jpg.rf.1784d18c3f53413ea22c6c62051583bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-1_jpg.rf.1784d18c3f53413ea22c6c62051583bb.jpg new file mode 100644 index 0000000..7ff7696 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-1_jpg.rf.1784d18c3f53413ea22c6c62051583bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-20_jpg.rf.8658d948fc2c7d0a6c3c1683fdfbde5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-20_jpg.rf.8658d948fc2c7d0a6c3c1683fdfbde5e.jpg new file mode 100644 index 0000000..c81f663 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-20_jpg.rf.8658d948fc2c7d0a6c3c1683fdfbde5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-22_jpg.rf.16de90625c6c5b9c887247b21503b32a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-22_jpg.rf.16de90625c6c5b9c887247b21503b32a.jpg new file mode 100644 index 0000000..b93c2dc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-22_jpg.rf.16de90625c6c5b9c887247b21503b32a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-23_jpg.rf.c267b053a7f66ef86fde86402b62fa74.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-23_jpg.rf.c267b053a7f66ef86fde86402b62fa74.jpg new file mode 100644 index 0000000..a7b3960 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-23_jpg.rf.c267b053a7f66ef86fde86402b62fa74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-33_jpg.rf.9c67ba210b1bb003a4147d65bcac8a4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-33_jpg.rf.9c67ba210b1bb003a4147d65bcac8a4b.jpg new file mode 100644 index 0000000..420745a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-33_jpg.rf.9c67ba210b1bb003a4147d65bcac8a4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-38_jpg.rf.168c105f730e993d956e049aadaced54.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-38_jpg.rf.168c105f730e993d956e049aadaced54.jpg new file mode 100644 index 0000000..b53f6a3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-38_jpg.rf.168c105f730e993d956e049aadaced54.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-8_jpg.rf.20e935032bd92c1caa3acc1b88ac3ad7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-8_jpg.rf.20e935032bd92c1caa3acc1b88ac3ad7.jpg new file mode 100644 index 0000000..3803dce Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-8_jpg.rf.20e935032bd92c1caa3acc1b88ac3ad7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-9_jpg.rf.0abfaeee01c84735ede6fccb0f82e5f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-9_jpg.rf.0abfaeee01c84735ede6fccb0f82e5f9.jpg new file mode 100644 index 0000000..372cb86 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Metro_Bag_Abandoned_mp4-9_jpg.rf.0abfaeee01c84735ede6fccb0f82e5f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6138_jpg.rf.8f6841be09e2e147bcc13ddbca905511.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6138_jpg.rf.8f6841be09e2e147bcc13ddbca905511.jpg new file mode 100644 index 0000000..cdaee48 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6138_jpg.rf.8f6841be09e2e147bcc13ddbca905511.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6311_jpg.rf.19469f2887acc4aa6876ca8d65d71b3a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6311_jpg.rf.19469f2887acc4aa6876ca8d65d71b3a.jpg new file mode 100644 index 0000000..0e1d9fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6311_jpg.rf.19469f2887acc4aa6876ca8d65d71b3a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6330_jpg.rf.53c0a25b01dd5144c176967fe08cbdfd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6330_jpg.rf.53c0a25b01dd5144c176967fe08cbdfd.jpg new file mode 100644 index 0000000..241de0c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6330_jpg.rf.53c0a25b01dd5144c176967fe08cbdfd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6350_jpg.rf.438a0d862ee810061de3f033a08f86ba.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6350_jpg.rf.438a0d862ee810061de3f033a08f86ba.jpg new file mode 100644 index 0000000..8df8aee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6350_jpg.rf.438a0d862ee810061de3f033a08f86ba.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6389_jpg.rf.a4d609ed5b3ccf9f2b6645c60bd52bdb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6389_jpg.rf.a4d609ed5b3ccf9f2b6645c60bd52bdb.jpg new file mode 100644 index 0000000..5268bb6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/Pimage6389_jpg.rf.a4d609ed5b3ccf9f2b6645c60bd52bdb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/a32699bfb5c8f5551e3114fa133c0f97_jpg.rf.b4ccbdd309093cd5732a8055d029e9ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/a32699bfb5c8f5551e3114fa133c0f97_jpg.rf.b4ccbdd309093cd5732a8055d029e9ff.jpg new file mode 100644 index 0000000..d79b96d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/a32699bfb5c8f5551e3114fa133c0f97_jpg.rf.b4ccbdd309093cd5732a8055d029e9ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_2_mp4-0_jpg.rf.982c2d50f49b77b7b030b3bcb8a68f47.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_2_mp4-0_jpg.rf.982c2d50f49b77b7b030b3bcb8a68f47.jpg new file mode 100644 index 0000000..cc9f067 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_2_mp4-0_jpg.rf.982c2d50f49b77b7b030b3bcb8a68f47.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_2_mp4-7_jpg.rf.a121030162e7878ad5f2647e44634ce8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_2_mp4-7_jpg.rf.a121030162e7878ad5f2647e44634ce8.jpg new file mode 100644 index 0000000..20acc8d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_2_mp4-7_jpg.rf.a121030162e7878ad5f2647e44634ce8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-0_jpg.rf.1a1f8616d88614c009e630be45d90809.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-0_jpg.rf.1a1f8616d88614c009e630be45d90809.jpg new file mode 100644 index 0000000..643e89f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-0_jpg.rf.1a1f8616d88614c009e630be45d90809.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-16_jpg.rf.adfe1a295ea9bdd65c613ffb80c7b712.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-16_jpg.rf.adfe1a295ea9bdd65c613ffb80c7b712.jpg new file mode 100644 index 0000000..7248afa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-16_jpg.rf.adfe1a295ea9bdd65c613ffb80c7b712.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-18_jpg.rf.995980c450fafd39714626a9f5acc6e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-18_jpg.rf.995980c450fafd39714626a9f5acc6e6.jpg new file mode 100644 index 0000000..2b429c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/abandonedbag_3_mp4-18_jpg.rf.995980c450fafd39714626a9f5acc6e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/b9586185a8a8c96e31e05403aa3e1469_jpg.rf.05d28b53df975d03ad9d8461bde1e3c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/b9586185a8a8c96e31e05403aa3e1469_jpg.rf.05d28b53df975d03ad9d8461bde1e3c7.jpg new file mode 100644 index 0000000..21c5ea9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/b9586185a8a8c96e31e05403aa3e1469_jpg.rf.05d28b53df975d03ad9d8461bde1e3c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-11-_jpg.rf.9d9594f4ba823970871899686ea6be99.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-11-_jpg.rf.9d9594f4ba823970871899686ea6be99.jpg new file mode 100644 index 0000000..c0c0b61 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-11-_jpg.rf.9d9594f4ba823970871899686ea6be99.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-14-_jpg.rf.93919428df615449f088c0aca7618f6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-14-_jpg.rf.93919428df615449f088c0aca7618f6b.jpg new file mode 100644 index 0000000..807938b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-14-_jpg.rf.93919428df615449f088c0aca7618f6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-17-_jpg.rf.36c9235daefa9f812e1f58c10ad055f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-17-_jpg.rf.36c9235daefa9f812e1f58c10ad055f9.jpg new file mode 100644 index 0000000..1f8bfc0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-17-_jpg.rf.36c9235daefa9f812e1f58c10ad055f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-18-_jpg.rf.979e208d02189ca92aadc262b2fefcf6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-18-_jpg.rf.979e208d02189ca92aadc262b2fefcf6.jpg new file mode 100644 index 0000000..bd6f2fb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-18-_jpg.rf.979e208d02189ca92aadc262b2fefcf6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-20-_jpg.rf.d8dc1d70a5fe75cb2ca9f412e6634c2c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-20-_jpg.rf.d8dc1d70a5fe75cb2ca9f412e6634c2c.jpg new file mode 100644 index 0000000..3601e2a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-20-_jpg.rf.d8dc1d70a5fe75cb2ca9f412e6634c2c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-23-_jpg.rf.6b00074606736695bb0d16252cc01d12.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-23-_jpg.rf.6b00074606736695bb0d16252cc01d12.jpg new file mode 100644 index 0000000..5e63042 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-23-_jpg.rf.6b00074606736695bb0d16252cc01d12.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-24-_jpg.rf.24ef78180bfe84e5a0072e283b056e5b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-24-_jpg.rf.24ef78180bfe84e5a0072e283b056e5b.jpg new file mode 100644 index 0000000..dec0f1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-24-_jpg.rf.24ef78180bfe84e5a0072e283b056e5b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-28-_jpg.rf.e9d86cf390b255e40b9ed403fe75c473.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-28-_jpg.rf.e9d86cf390b255e40b9ed403fe75c473.jpg new file mode 100644 index 0000000..03d42bb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-28-_jpg.rf.e9d86cf390b255e40b9ed403fe75c473.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-29-_jpg.rf.3af07cba355b946acb3fc81b745e1714.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-29-_jpg.rf.3af07cba355b946acb3fc81b745e1714.jpg new file mode 100644 index 0000000..8deebac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-29-_jpg.rf.3af07cba355b946acb3fc81b745e1714.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-29-_jpg.rf.45fbadd6f5f526d48a506c95a1ec3fb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-29-_jpg.rf.45fbadd6f5f526d48a506c95a1ec3fb5.jpg new file mode 100644 index 0000000..ecbeb8c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-29-_jpg.rf.45fbadd6f5f526d48a506c95a1ec3fb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-33-_jpg.rf.088c298302a7b32bd962c0ab3fd8f8a7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-33-_jpg.rf.088c298302a7b32bd962c0ab3fd8f8a7.jpg new file mode 100644 index 0000000..60853c8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-33-_jpg.rf.088c298302a7b32bd962c0ab3fd8f8a7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-33-_jpg.rf.11288bcf19b06457366d6b807ec8d63e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-33-_jpg.rf.11288bcf19b06457366d6b807ec8d63e.jpg new file mode 100644 index 0000000..08bd61f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-33-_jpg.rf.11288bcf19b06457366d6b807ec8d63e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-34-_jpg.rf.10fefc56c3bda209874d532e19b889b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-34-_jpg.rf.10fefc56c3bda209874d532e19b889b0.jpg new file mode 100644 index 0000000..8e3d205 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-34-_jpg.rf.10fefc56c3bda209874d532e19b889b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-38-_jpg.rf.15ff2af4b16d47848f56423253646ad4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-38-_jpg.rf.15ff2af4b16d47848f56423253646ad4.jpg new file mode 100644 index 0000000..95f09c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-38-_jpg.rf.15ff2af4b16d47848f56423253646ad4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-4-_jpg.rf.aebcfaf4d6c3242c36caf09912224e2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-4-_jpg.rf.aebcfaf4d6c3242c36caf09912224e2e.jpg new file mode 100644 index 0000000..70b2584 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-4-_jpg.rf.aebcfaf4d6c3242c36caf09912224e2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-44-_jpg.rf.4c0924810c8ffba5f4c34b60f344948e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-44-_jpg.rf.4c0924810c8ffba5f4c34b60f344948e.jpg new file mode 100644 index 0000000..2ae6978 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-44-_jpg.rf.4c0924810c8ffba5f4c34b60f344948e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-45-_jpg.rf.af30e60e061973081a20263abc582249.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-45-_jpg.rf.af30e60e061973081a20263abc582249.jpg new file mode 100644 index 0000000..73abaf3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-45-_jpg.rf.af30e60e061973081a20263abc582249.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-49-_jpg.rf.e6166850953edc65a8b697f109eca36a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-49-_jpg.rf.e6166850953edc65a8b697f109eca36a.jpg new file mode 100644 index 0000000..07784a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-49-_jpg.rf.e6166850953edc65a8b697f109eca36a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-5-_jpg.rf.496d6327afab53bf28aaf72397e82a05.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-5-_jpg.rf.496d6327afab53bf28aaf72397e82a05.jpg new file mode 100644 index 0000000..644990b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-5-_jpg.rf.496d6327afab53bf28aaf72397e82a05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-50-_jpg.rf.4df4dbeee91defa1a4fd7882a2104549.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-50-_jpg.rf.4df4dbeee91defa1a4fd7882a2104549.jpg new file mode 100644 index 0000000..9f3f1bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-50-_jpg.rf.4df4dbeee91defa1a4fd7882a2104549.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-50-_jpg.rf.b263de904511cb926348247113fe18ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-50-_jpg.rf.b263de904511cb926348247113fe18ca.jpg new file mode 100644 index 0000000..0964859 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-50-_jpg.rf.b263de904511cb926348247113fe18ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-51-_jpg.rf.eb89d209502f7e096e9c5d48139ca8fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-51-_jpg.rf.eb89d209502f7e096e9c5d48139ca8fe.jpg new file mode 100644 index 0000000..a9488aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-51-_jpg.rf.eb89d209502f7e096e9c5d48139ca8fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-52-_jpg.rf.4f2309c99e494a010343ca6b95392266.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-52-_jpg.rf.4f2309c99e494a010343ca6b95392266.jpg new file mode 100644 index 0000000..61453d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-52-_jpg.rf.4f2309c99e494a010343ca6b95392266.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-52-_jpg.rf.8ed2dabf0b414c7c2f3522e5204ecc94.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-52-_jpg.rf.8ed2dabf0b414c7c2f3522e5204ecc94.jpg new file mode 100644 index 0000000..b2955f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-52-_jpg.rf.8ed2dabf0b414c7c2f3522e5204ecc94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-53-_jpg.rf.3017f91907d344609a993d9033117bac.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-53-_jpg.rf.3017f91907d344609a993d9033117bac.jpg new file mode 100644 index 0000000..9e4c096 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-53-_jpg.rf.3017f91907d344609a993d9033117bac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-53-_jpg.rf.de2ed98e4589f1fa35424684682c1de9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-53-_jpg.rf.de2ed98e4589f1fa35424684682c1de9.jpg new file mode 100644 index 0000000..860c3a0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-53-_jpg.rf.de2ed98e4589f1fa35424684682c1de9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-57-_jpg.rf.17f640fb5a6b6f5a482b85055b871dfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-57-_jpg.rf.17f640fb5a6b6f5a482b85055b871dfc.jpg new file mode 100644 index 0000000..e1f320b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-57-_jpg.rf.17f640fb5a6b6f5a482b85055b871dfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-57-_jpg.rf.4228302b1b0223608a1f282d2ef952ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-57-_jpg.rf.4228302b1b0223608a1f282d2ef952ca.jpg new file mode 100644 index 0000000..5e49487 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-57-_jpg.rf.4228302b1b0223608a1f282d2ef952ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-58-_jpg.rf.b861b16cb6fdbaf764de85d5070c6f6a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-58-_jpg.rf.b861b16cb6fdbaf764de85d5070c6f6a.jpg new file mode 100644 index 0000000..ee5958a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-58-_jpg.rf.b861b16cb6fdbaf764de85d5070c6f6a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-59-_jpg.rf.d88187e8c1dd02f5dab3fae04727c486.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-59-_jpg.rf.d88187e8c1dd02f5dab3fae04727c486.jpg new file mode 100644 index 0000000..66bb318 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-59-_jpg.rf.d88187e8c1dd02f5dab3fae04727c486.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-60-_jpg.rf.5ea86860a9b0cef7d65ac35ecd33c214.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-60-_jpg.rf.5ea86860a9b0cef7d65ac35ecd33c214.jpg new file mode 100644 index 0000000..c6d8ed6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-60-_jpg.rf.5ea86860a9b0cef7d65ac35ecd33c214.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-64-_jpg.rf.2fd0f622076df925e6cb9cdc609f2153.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-64-_jpg.rf.2fd0f622076df925e6cb9cdc609f2153.jpg new file mode 100644 index 0000000..4ee9a33 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-64-_jpg.rf.2fd0f622076df925e6cb9cdc609f2153.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-64-_jpg.rf.e4063c576dc991ed4a9046c2d7f5e5c8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-64-_jpg.rf.e4063c576dc991ed4a9046c2d7f5e5c8.jpg new file mode 100644 index 0000000..91b8da5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-64-_jpg.rf.e4063c576dc991ed4a9046c2d7f5e5c8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-66-_jpg.rf.6785892bef1ad885981606bbb8ae56d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-66-_jpg.rf.6785892bef1ad885981606bbb8ae56d8.jpg new file mode 100644 index 0000000..2e835df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-66-_jpg.rf.6785892bef1ad885981606bbb8ae56d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-7-_jpg.rf.f659f10021381b913a1ce526fe16681b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-7-_jpg.rf.f659f10021381b913a1ce526fe16681b.jpg new file mode 100644 index 0000000..1ae9c46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-7-_jpg.rf.f659f10021381b913a1ce526fe16681b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-71-_jpg.rf.272ff3d769c9cb8e65d48026074fedc1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-71-_jpg.rf.272ff3d769c9cb8e65d48026074fedc1.jpg new file mode 100644 index 0000000..058ab51 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-71-_jpg.rf.272ff3d769c9cb8e65d48026074fedc1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-73-_jpg.rf.14295d99d1bedd47b32bba181ed2c797.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-73-_jpg.rf.14295d99d1bedd47b32bba181ed2c797.jpg new file mode 100644 index 0000000..f511f6e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-73-_jpg.rf.14295d99d1bedd47b32bba181ed2c797.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-80-_jpg.rf.7588ce282febad6c61bd5551cdd6c764.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-80-_jpg.rf.7588ce282febad6c61bd5551cdd6c764.jpg new file mode 100644 index 0000000..ea3857a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-80-_jpg.rf.7588ce282febad6c61bd5551cdd6c764.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-84-_jpg.rf.77406fbffd528d33d596c335719b66c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-84-_jpg.rf.77406fbffd528d33d596c335719b66c2.jpg new file mode 100644 index 0000000..e9e74b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-84-_jpg.rf.77406fbffd528d33d596c335719b66c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-87-_jpg.rf.0e5da108e3761b447302808fdd192445.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-87-_jpg.rf.0e5da108e3761b447302808fdd192445.jpg new file mode 100644 index 0000000..4c4979f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-87-_jpg.rf.0e5da108e3761b447302808fdd192445.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-87-_jpg.rf.ae0a816fcc04bd70a8e65adad6e668d8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-87-_jpg.rf.ae0a816fcc04bd70a8e65adad6e668d8.jpg new file mode 100644 index 0000000..d389979 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-87-_jpg.rf.ae0a816fcc04bd70a8e65adad6e668d8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-89-_jpg.rf.373edd66b153cec6cecc35417e640fff.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-89-_jpg.rf.373edd66b153cec6cecc35417e640fff.jpg new file mode 100644 index 0000000..59e7359 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-89-_jpg.rf.373edd66b153cec6cecc35417e640fff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-89-_jpg.rf.90ba91dfd42e9b0ad5952ffb452f78ed.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-89-_jpg.rf.90ba91dfd42e9b0ad5952ffb452f78ed.jpg new file mode 100644 index 0000000..5a03920 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ballcapman-89-_jpg.rf.90ba91dfd42e9b0ad5952ffb452f78ed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/c122774f90042f92d38185f4ef6e76237e396b24_jpg.rf.eab1f7b1eb53e3b7f12a85bbda8a652f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/c122774f90042f92d38185f4ef6e76237e396b24_jpg.rf.eab1f7b1eb53e3b7f12a85bbda8a652f.jpg new file mode 100644 index 0000000..371bec9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/c122774f90042f92d38185f4ef6e76237e396b24_jpg.rf.eab1f7b1eb53e3b7f12a85bbda8a652f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0HCC5TPEJ2T309WM_jpg.rf.6f019b898e9cdfca736b0cb56c613bc4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0HCC5TPEJ2T309WM_jpg.rf.6f019b898e9cdfca736b0cb56c613bc4.jpg new file mode 100644 index 0000000..136a205 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0HCC5TPEJ2T309WM_jpg.rf.6f019b898e9cdfca736b0cb56c613bc4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0IMUK5XCEKOZRP4K_jpg.rf.aa4248dcaa90f323a3028faf431297c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0IMUK5XCEKOZRP4K_jpg.rf.aa4248dcaa90f323a3028faf431297c1.jpg new file mode 100644 index 0000000..a892d8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0IMUK5XCEKOZRP4K_jpg.rf.aa4248dcaa90f323a3028faf431297c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0QRD5D3OQSJV7QRH_jpg.rf.4b566e6d6f2b3d7812d15cbb6bd53f3f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0QRD5D3OQSJV7QRH_jpg.rf.4b566e6d6f2b3d7812d15cbb6bd53f3f.jpg new file mode 100644 index 0000000..344c0c1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0QRD5D3OQSJV7QRH_jpg.rf.4b566e6d6f2b3d7812d15cbb6bd53f3f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0U7247J8H2DYVC39_jpg.rf.bfe616206317e51e22b8d57457c5c9de.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0U7247J8H2DYVC39_jpg.rf.bfe616206317e51e22b8d57457c5c9de.jpg new file mode 100644 index 0000000..cff14ee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0U7247J8H2DYVC39_jpg.rf.bfe616206317e51e22b8d57457c5c9de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0Z3C11Q8VZIXDXIJ_jpg.rf.eb8aac015a2963b1e9108a534cd442c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0Z3C11Q8VZIXDXIJ_jpg.rf.eb8aac015a2963b1e9108a534cd442c9.jpg new file mode 100644 index 0000000..c8dd8ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_0Z3C11Q8VZIXDXIJ_jpg.rf.eb8aac015a2963b1e9108a534cd442c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_14BX2TW4FZVQQ55Q_jpg.rf.e4ef252e280dafc4928167c41c0c8158.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_14BX2TW4FZVQQ55Q_jpg.rf.e4ef252e280dafc4928167c41c0c8158.jpg new file mode 100644 index 0000000..0c2602c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_14BX2TW4FZVQQ55Q_jpg.rf.e4ef252e280dafc4928167c41c0c8158.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_16XCW3U31GP68RJX_jpg.rf.2a0b37acec415d6913a6b91834e3c5c1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_16XCW3U31GP68RJX_jpg.rf.2a0b37acec415d6913a6b91834e3c5c1.jpg new file mode 100644 index 0000000..850030a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_16XCW3U31GP68RJX_jpg.rf.2a0b37acec415d6913a6b91834e3c5c1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_1TPFLB1VZ08TV62D_jpg.rf.7123f4927a29ead20cc8d3131c336a8f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_1TPFLB1VZ08TV62D_jpg.rf.7123f4927a29ead20cc8d3131c336a8f.jpg new file mode 100644 index 0000000..d958183 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_1TPFLB1VZ08TV62D_jpg.rf.7123f4927a29ead20cc8d3131c336a8f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_1VQL8U9BW9X3G8HV_jpg.rf.8036fef0a007f0d70589cafd5debc65d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_1VQL8U9BW9X3G8HV_jpg.rf.8036fef0a007f0d70589cafd5debc65d.jpg new file mode 100644 index 0000000..1a7dcc0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_1VQL8U9BW9X3G8HV_jpg.rf.8036fef0a007f0d70589cafd5debc65d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_21EMP7A4HTAHOOK7_jpg.rf.8d2ba0f6c923eb5687860cb0a45d82aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_21EMP7A4HTAHOOK7_jpg.rf.8d2ba0f6c923eb5687860cb0a45d82aa.jpg new file mode 100644 index 0000000..8313d50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_21EMP7A4HTAHOOK7_jpg.rf.8d2ba0f6c923eb5687860cb0a45d82aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2GFCSG8C3ZVL9UIK_jpg.rf.0c2672ce817a8290702f4ad25185520b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2GFCSG8C3ZVL9UIK_jpg.rf.0c2672ce817a8290702f4ad25185520b.jpg new file mode 100644 index 0000000..078cd2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2GFCSG8C3ZVL9UIK_jpg.rf.0c2672ce817a8290702f4ad25185520b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2ODL07UWIJMFKLBK_jpg.rf.e634700ec59b2f58bf14244e597937d9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2ODL07UWIJMFKLBK_jpg.rf.e634700ec59b2f58bf14244e597937d9.jpg new file mode 100644 index 0000000..e1d322b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2ODL07UWIJMFKLBK_jpg.rf.e634700ec59b2f58bf14244e597937d9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2Q8HDGLN23O2ITMH_jpg.rf.e71fdcb7a8d3732fc008c951484ffba1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2Q8HDGLN23O2ITMH_jpg.rf.e71fdcb7a8d3732fc008c951484ffba1.jpg new file mode 100644 index 0000000..7528c9e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2Q8HDGLN23O2ITMH_jpg.rf.e71fdcb7a8d3732fc008c951484ffba1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2UX7RL84SMK6DL4G_jpg.rf.a39890b284b248af594ca5b34ac405b2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2UX7RL84SMK6DL4G_jpg.rf.a39890b284b248af594ca5b34ac405b2.jpg new file mode 100644 index 0000000..34c2ab0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_2UX7RL84SMK6DL4G_jpg.rf.a39890b284b248af594ca5b34ac405b2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_35DS6RQ0K1LWZPHA_jpg.rf.78118f5a49c3e3cd0643203c5d12e006.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_35DS6RQ0K1LWZPHA_jpg.rf.78118f5a49c3e3cd0643203c5d12e006.jpg new file mode 100644 index 0000000..f09a2b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_35DS6RQ0K1LWZPHA_jpg.rf.78118f5a49c3e3cd0643203c5d12e006.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3946EACY89H6IAMD_jpg.rf.31a336ab9d6afff8ed3d53b211554b69.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3946EACY89H6IAMD_jpg.rf.31a336ab9d6afff8ed3d53b211554b69.jpg new file mode 100644 index 0000000..523f56a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3946EACY89H6IAMD_jpg.rf.31a336ab9d6afff8ed3d53b211554b69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3PBKO5YJBJNX7XY0_jpg.rf.2e70e2809552dd86b398a8af41f67292.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3PBKO5YJBJNX7XY0_jpg.rf.2e70e2809552dd86b398a8af41f67292.jpg new file mode 100644 index 0000000..d87b3ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3PBKO5YJBJNX7XY0_jpg.rf.2e70e2809552dd86b398a8af41f67292.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3QEVASZ78HHPEJ4M_jpg.rf.8550a77addc095d091d8e69c53cde17c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3QEVASZ78HHPEJ4M_jpg.rf.8550a77addc095d091d8e69c53cde17c.jpg new file mode 100644 index 0000000..b961c50 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3QEVASZ78HHPEJ4M_jpg.rf.8550a77addc095d091d8e69c53cde17c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3UA4TDS6BE0BM6BN_jpg.rf.dd706864414cc84db294ae2126ea5381.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3UA4TDS6BE0BM6BN_jpg.rf.dd706864414cc84db294ae2126ea5381.jpg new file mode 100644 index 0000000..0d5816c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3UA4TDS6BE0BM6BN_jpg.rf.dd706864414cc84db294ae2126ea5381.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3UCFO98N95L4TTYS_jpg.rf.81fad8799528b17efb2f4f8d2de0e7f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3UCFO98N95L4TTYS_jpg.rf.81fad8799528b17efb2f4f8d2de0e7f0.jpg new file mode 100644 index 0000000..64fb1b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_3UCFO98N95L4TTYS_jpg.rf.81fad8799528b17efb2f4f8d2de0e7f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4K5XX03APZGHOLJ5_jpg.rf.5f0f09fc81b02cbe88a2f612f16746ee.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4K5XX03APZGHOLJ5_jpg.rf.5f0f09fc81b02cbe88a2f612f16746ee.jpg new file mode 100644 index 0000000..266a0a9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4K5XX03APZGHOLJ5_jpg.rf.5f0f09fc81b02cbe88a2f612f16746ee.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4VVKBYT008DSTBU6_jpg.rf.00f1818e473a8e1d206c709c23fe6f66.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4VVKBYT008DSTBU6_jpg.rf.00f1818e473a8e1d206c709c23fe6f66.jpg new file mode 100644 index 0000000..3ec77ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4VVKBYT008DSTBU6_jpg.rf.00f1818e473a8e1d206c709c23fe6f66.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4ZRR7GMLZH68CGO4_jpg.rf.9f25c29446897c07d39ae0d39e9f2b31.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4ZRR7GMLZH68CGO4_jpg.rf.9f25c29446897c07d39ae0d39e9f2b31.jpg new file mode 100644 index 0000000..5fed8d7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_4ZRR7GMLZH68CGO4_jpg.rf.9f25c29446897c07d39ae0d39e9f2b31.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_557F25IZ82F8WK92_jpg.rf.656b0a29b839b296f0fda1f3e91640c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_557F25IZ82F8WK92_jpg.rf.656b0a29b839b296f0fda1f3e91640c4.jpg new file mode 100644 index 0000000..20abff6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_557F25IZ82F8WK92_jpg.rf.656b0a29b839b296f0fda1f3e91640c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5FZJ7TKAW9QVSHFX_jpg.rf.2698f231700eb3148173bf462cb1deb8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5FZJ7TKAW9QVSHFX_jpg.rf.2698f231700eb3148173bf462cb1deb8.jpg new file mode 100644 index 0000000..fc74f8c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5FZJ7TKAW9QVSHFX_jpg.rf.2698f231700eb3148173bf462cb1deb8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5GR64AVVX2HUJOXQ_jpg.rf.57c0b222b3f6e0691ed1ab15aaedf999.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5GR64AVVX2HUJOXQ_jpg.rf.57c0b222b3f6e0691ed1ab15aaedf999.jpg new file mode 100644 index 0000000..eba01b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5GR64AVVX2HUJOXQ_jpg.rf.57c0b222b3f6e0691ed1ab15aaedf999.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5L7PYM1Q5XN4D95T_jpg.rf.5306149bae2c602576663a992af9dfed.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5L7PYM1Q5XN4D95T_jpg.rf.5306149bae2c602576663a992af9dfed.jpg new file mode 100644 index 0000000..54f09b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_5L7PYM1Q5XN4D95T_jpg.rf.5306149bae2c602576663a992af9dfed.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_61R7R5TVXN00KOVF_jpg.rf.863d16420767020840e8ca7bbd2f335c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_61R7R5TVXN00KOVF_jpg.rf.863d16420767020840e8ca7bbd2f335c.jpg new file mode 100644 index 0000000..4b5deac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_61R7R5TVXN00KOVF_jpg.rf.863d16420767020840e8ca7bbd2f335c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6BZLL2IPAC60EK61_jpg.rf.9074c2332cd37dc4fe92648b049cd601.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6BZLL2IPAC60EK61_jpg.rf.9074c2332cd37dc4fe92648b049cd601.jpg new file mode 100644 index 0000000..b192f1f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6BZLL2IPAC60EK61_jpg.rf.9074c2332cd37dc4fe92648b049cd601.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6CQ4DJ7X34QXXBSM_jpg.rf.b458a33e525fa1fa5a3fd803f48a6d9e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6CQ4DJ7X34QXXBSM_jpg.rf.b458a33e525fa1fa5a3fd803f48a6d9e.jpg new file mode 100644 index 0000000..8248b79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6CQ4DJ7X34QXXBSM_jpg.rf.b458a33e525fa1fa5a3fd803f48a6d9e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6KXYRV48DTUIZ1DE_jpg.rf.92cd5a74384ecf7fab364f70037683c5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6KXYRV48DTUIZ1DE_jpg.rf.92cd5a74384ecf7fab364f70037683c5.jpg new file mode 100644 index 0000000..e418ec6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6KXYRV48DTUIZ1DE_jpg.rf.92cd5a74384ecf7fab364f70037683c5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6R98A4MN9KIRX8LN_jpg.rf.312c2b14eb869f7f6d6c21cfea620be4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6R98A4MN9KIRX8LN_jpg.rf.312c2b14eb869f7f6d6c21cfea620be4.jpg new file mode 100644 index 0000000..50e921d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6R98A4MN9KIRX8LN_jpg.rf.312c2b14eb869f7f6d6c21cfea620be4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6T7MFOQE2691I8UE_jpg.rf.1319c7f89979d07a605b5e4a4118519e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6T7MFOQE2691I8UE_jpg.rf.1319c7f89979d07a605b5e4a4118519e.jpg new file mode 100644 index 0000000..2b720b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_6T7MFOQE2691I8UE_jpg.rf.1319c7f89979d07a605b5e4a4118519e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_74CPVZ27H24G2KWG_jpg.rf.9eefeb4cf101f15aecb3b2a58f7c60dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_74CPVZ27H24G2KWG_jpg.rf.9eefeb4cf101f15aecb3b2a58f7c60dc.jpg new file mode 100644 index 0000000..b8db3da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_74CPVZ27H24G2KWG_jpg.rf.9eefeb4cf101f15aecb3b2a58f7c60dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_79QNX4NPRTQHVPL4_jpg.rf.2b048c224c4cf140d081603f39330e72.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_79QNX4NPRTQHVPL4_jpg.rf.2b048c224c4cf140d081603f39330e72.jpg new file mode 100644 index 0000000..cb0fd6a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_79QNX4NPRTQHVPL4_jpg.rf.2b048c224c4cf140d081603f39330e72.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7IHTBQBRIBAO3JRG_jpg.rf.d387ab07f8f61a6e30ca992a14887212.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7IHTBQBRIBAO3JRG_jpg.rf.d387ab07f8f61a6e30ca992a14887212.jpg new file mode 100644 index 0000000..c774c49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7IHTBQBRIBAO3JRG_jpg.rf.d387ab07f8f61a6e30ca992a14887212.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7P5C20L83KAZN5NM_jpg.rf.ddabaf8c6f9c1bd3af418614415f6e64.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7P5C20L83KAZN5NM_jpg.rf.ddabaf8c6f9c1bd3af418614415f6e64.jpg new file mode 100644 index 0000000..58dea04 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7P5C20L83KAZN5NM_jpg.rf.ddabaf8c6f9c1bd3af418614415f6e64.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7WW8UBR84F2Z465R_jpg.rf.e79d360796f593d5e255b006578c8063.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7WW8UBR84F2Z465R_jpg.rf.e79d360796f593d5e255b006578c8063.jpg new file mode 100644 index 0000000..171b98f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_7WW8UBR84F2Z465R_jpg.rf.e79d360796f593d5e255b006578c8063.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_80V03C14R3NV4TBD_jpg.rf.bebefcc0b279b1ec71bd0fc914b08e09.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_80V03C14R3NV4TBD_jpg.rf.bebefcc0b279b1ec71bd0fc914b08e09.jpg new file mode 100644 index 0000000..f04582b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_80V03C14R3NV4TBD_jpg.rf.bebefcc0b279b1ec71bd0fc914b08e09.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_82VW5UIZJP21SAXZ_jpg.rf.3a41ad10518b40290087da805298bc92.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_82VW5UIZJP21SAXZ_jpg.rf.3a41ad10518b40290087da805298bc92.jpg new file mode 100644 index 0000000..aa34039 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_82VW5UIZJP21SAXZ_jpg.rf.3a41ad10518b40290087da805298bc92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_87DI7U1J82GH1YS8_jpg.rf.52aade430176f9a510ee93189105b91c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_87DI7U1J82GH1YS8_jpg.rf.52aade430176f9a510ee93189105b91c.jpg new file mode 100644 index 0000000..4271a14 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_87DI7U1J82GH1YS8_jpg.rf.52aade430176f9a510ee93189105b91c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8A7KQ0AQO7C819QO_jpg.rf.95c79740fba90bf77c6f0a6eaba21a14.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8A7KQ0AQO7C819QO_jpg.rf.95c79740fba90bf77c6f0a6eaba21a14.jpg new file mode 100644 index 0000000..b93d73c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8A7KQ0AQO7C819QO_jpg.rf.95c79740fba90bf77c6f0a6eaba21a14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8CGQ7NH7ZQE80RH9_jpg.rf.8b7e5760d188cfab9a2969ccf994f96d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8CGQ7NH7ZQE80RH9_jpg.rf.8b7e5760d188cfab9a2969ccf994f96d.jpg new file mode 100644 index 0000000..cc9f9b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8CGQ7NH7ZQE80RH9_jpg.rf.8b7e5760d188cfab9a2969ccf994f96d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8IB7ULC1SFQ3HLK5_jpg.rf.9ef0579480f2b093580ceb56d4108861.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8IB7ULC1SFQ3HLK5_jpg.rf.9ef0579480f2b093580ceb56d4108861.jpg new file mode 100644 index 0000000..c0ee0e1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_8IB7ULC1SFQ3HLK5_jpg.rf.9ef0579480f2b093580ceb56d4108861.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_964LCKP7TAQSEWCC_jpg.rf.f5f04625d04fee377342224c25ad60e6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_964LCKP7TAQSEWCC_jpg.rf.f5f04625d04fee377342224c25ad60e6.jpg new file mode 100644 index 0000000..ff52f68 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_964LCKP7TAQSEWCC_jpg.rf.f5f04625d04fee377342224c25ad60e6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_967O36SYUP3R8406_jpg.rf.fa102a595dcef9095db09ec20a4ba3e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_967O36SYUP3R8406_jpg.rf.fa102a595dcef9095db09ec20a4ba3e8.jpg new file mode 100644 index 0000000..a31d4f2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_967O36SYUP3R8406_jpg.rf.fa102a595dcef9095db09ec20a4ba3e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9KF5FFRQTO5NDOVE_jpg.rf.1b8065cfdee1a798c1c537cc6018a72c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9KF5FFRQTO5NDOVE_jpg.rf.1b8065cfdee1a798c1c537cc6018a72c.jpg new file mode 100644 index 0000000..f68fd77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9KF5FFRQTO5NDOVE_jpg.rf.1b8065cfdee1a798c1c537cc6018a72c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9RL7XQ5SC7YFOAVY_jpg.rf.43f33c73bc8ab4c17dc62fee4da9b9b8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9RL7XQ5SC7YFOAVY_jpg.rf.43f33c73bc8ab4c17dc62fee4da9b9b8.jpg new file mode 100644 index 0000000..3844846 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9RL7XQ5SC7YFOAVY_jpg.rf.43f33c73bc8ab4c17dc62fee4da9b9b8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9XPVAICQ3CSE1EJN_jpg.rf.48e7c4fb2fb050d840a86570ffd560ea.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9XPVAICQ3CSE1EJN_jpg.rf.48e7c4fb2fb050d840a86570ffd560ea.jpg new file mode 100644 index 0000000..dec63ca Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9XPVAICQ3CSE1EJN_jpg.rf.48e7c4fb2fb050d840a86570ffd560ea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9YO70GQIO0339YCQ_jpg.rf.32b83587ecb9130e2019b9353f26a8ca.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9YO70GQIO0339YCQ_jpg.rf.32b83587ecb9130e2019b9353f26a8ca.jpg new file mode 100644 index 0000000..52259de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_9YO70GQIO0339YCQ_jpg.rf.32b83587ecb9130e2019b9353f26a8ca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_AAI0FXH7JL24KP3T_jpg.rf.ee3e3f913a15eec417f3ef8c27e5a4d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_AAI0FXH7JL24KP3T_jpg.rf.ee3e3f913a15eec417f3ef8c27e5a4d7.jpg new file mode 100644 index 0000000..fe859fe Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_AAI0FXH7JL24KP3T_jpg.rf.ee3e3f913a15eec417f3ef8c27e5a4d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_AURL1OPAL1WKY5C9_jpg.rf.13ff7c3f179642031b0ebe81d9a01b5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_AURL1OPAL1WKY5C9_jpg.rf.13ff7c3f179642031b0ebe81d9a01b5d.jpg new file mode 100644 index 0000000..cc7d3cc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_AURL1OPAL1WKY5C9_jpg.rf.13ff7c3f179642031b0ebe81d9a01b5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BDHMY3TPQ0RZ77M5_jpg.rf.37840403d704e0244b016373476b6313.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BDHMY3TPQ0RZ77M5_jpg.rf.37840403d704e0244b016373476b6313.jpg new file mode 100644 index 0000000..d1116c5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BDHMY3TPQ0RZ77M5_jpg.rf.37840403d704e0244b016373476b6313.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BFUTWKMGE6B18PB5_jpg.rf.ae8c793eb54b88c2625f35659d8ee956.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BFUTWKMGE6B18PB5_jpg.rf.ae8c793eb54b88c2625f35659d8ee956.jpg new file mode 100644 index 0000000..cc1541e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BFUTWKMGE6B18PB5_jpg.rf.ae8c793eb54b88c2625f35659d8ee956.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BLIMU2NNMO2BRB4Q_jpg.rf.59e0c34dd01ec11eaf6e07bb6d8a4c7a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BLIMU2NNMO2BRB4Q_jpg.rf.59e0c34dd01ec11eaf6e07bb6d8a4c7a.jpg new file mode 100644 index 0000000..bc8a90a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BLIMU2NNMO2BRB4Q_jpg.rf.59e0c34dd01ec11eaf6e07bb6d8a4c7a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BPFCXZOFYS7VL88W_jpg.rf.a1466e438e02450935414919136d3be5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BPFCXZOFYS7VL88W_jpg.rf.a1466e438e02450935414919136d3be5.jpg new file mode 100644 index 0000000..c079064 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_BPFCXZOFYS7VL88W_jpg.rf.a1466e438e02450935414919136d3be5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_C7BH6LXHXOKUJ4G4_jpg.rf.b3f41aeb71d0a3b3f7df81c9d38f7e29.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_C7BH6LXHXOKUJ4G4_jpg.rf.b3f41aeb71d0a3b3f7df81c9d38f7e29.jpg new file mode 100644 index 0000000..6821b41 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_C7BH6LXHXOKUJ4G4_jpg.rf.b3f41aeb71d0a3b3f7df81c9d38f7e29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_C7P1G1SXNB0QG5UH_jpg.rf.6278af0e345e0f57bcbf40cf7ebdcddb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_C7P1G1SXNB0QG5UH_jpg.rf.6278af0e345e0f57bcbf40cf7ebdcddb.jpg new file mode 100644 index 0000000..bec4466 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_C7P1G1SXNB0QG5UH_jpg.rf.6278af0e345e0f57bcbf40cf7ebdcddb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CG64NE8LNSMU178J_jpg.rf.f7a848880ff624d38720471effce5362.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CG64NE8LNSMU178J_jpg.rf.f7a848880ff624d38720471effce5362.jpg new file mode 100644 index 0000000..74dbf0d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CG64NE8LNSMU178J_jpg.rf.f7a848880ff624d38720471effce5362.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CSKOE9AL40H9T07K_jpg.rf.9f397b6fcd2a7dd3a77ddc88d02a766a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CSKOE9AL40H9T07K_jpg.rf.9f397b6fcd2a7dd3a77ddc88d02a766a.jpg new file mode 100644 index 0000000..23a1454 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CSKOE9AL40H9T07K_jpg.rf.9f397b6fcd2a7dd3a77ddc88d02a766a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CZM6DH8LPQOQK9JY_jpg.rf.6d782480ff2b1bb7f089f498907f9e3d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CZM6DH8LPQOQK9JY_jpg.rf.6d782480ff2b1bb7f089f498907f9e3d.jpg new file mode 100644 index 0000000..235674d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_CZM6DH8LPQOQK9JY_jpg.rf.6d782480ff2b1bb7f089f498907f9e3d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DDK1CA9ON87CJ938_jpg.rf.48762caf752ed2e08cde475d4ed395c0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DDK1CA9ON87CJ938_jpg.rf.48762caf752ed2e08cde475d4ed395c0.jpg new file mode 100644 index 0000000..31d007d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DDK1CA9ON87CJ938_jpg.rf.48762caf752ed2e08cde475d4ed395c0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DI383R1BHHE0LYN8_jpg.rf.94ab08d8481be41cdf62ab2021e5d1e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DI383R1BHHE0LYN8_jpg.rf.94ab08d8481be41cdf62ab2021e5d1e8.jpg new file mode 100644 index 0000000..630d54f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DI383R1BHHE0LYN8_jpg.rf.94ab08d8481be41cdf62ab2021e5d1e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DLBGCIBON65LAEQG_jpg.rf.44f33073c1ccace01d487e50cb919ba7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DLBGCIBON65LAEQG_jpg.rf.44f33073c1ccace01d487e50cb919ba7.jpg new file mode 100644 index 0000000..2688ea3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_DLBGCIBON65LAEQG_jpg.rf.44f33073c1ccace01d487e50cb919ba7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_E0084UBOSYS53CZO_jpg.rf.cc0af8528e315e060cd4e0f22e69c5c4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_E0084UBOSYS53CZO_jpg.rf.cc0af8528e315e060cd4e0f22e69c5c4.jpg new file mode 100644 index 0000000..af838b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_E0084UBOSYS53CZO_jpg.rf.cc0af8528e315e060cd4e0f22e69c5c4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EDBXJ3THGK6OO7GU_jpg.rf.0101b4659cd0409c28742dd407ea9f29.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EDBXJ3THGK6OO7GU_jpg.rf.0101b4659cd0409c28742dd407ea9f29.jpg new file mode 100644 index 0000000..4a1eb53 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EDBXJ3THGK6OO7GU_jpg.rf.0101b4659cd0409c28742dd407ea9f29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ETAZV43J4Z430O2A_jpg.rf.84a2c352e29b4a992150a12630191931.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ETAZV43J4Z430O2A_jpg.rf.84a2c352e29b4a992150a12630191931.jpg new file mode 100644 index 0000000..40388d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ETAZV43J4Z430O2A_jpg.rf.84a2c352e29b4a992150a12630191931.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EWWWOC2T19FF2VI3_jpg.rf.455769279fa92940497926edcda653e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EWWWOC2T19FF2VI3_jpg.rf.455769279fa92940497926edcda653e0.jpg new file mode 100644 index 0000000..32952b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EWWWOC2T19FF2VI3_jpg.rf.455769279fa92940497926edcda653e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EZ513GHNJWSTF2X9_jpg.rf.fcc8531143632aafc8e78df471ce5f74.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EZ513GHNJWSTF2X9_jpg.rf.fcc8531143632aafc8e78df471ce5f74.jpg new file mode 100644 index 0000000..e3f67c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_EZ513GHNJWSTF2X9_jpg.rf.fcc8531143632aafc8e78df471ce5f74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_FS90X0FFR5GPH2BH_jpg.rf.d117d9e64e885e53908bfaecb9763634.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_FS90X0FFR5GPH2BH_jpg.rf.d117d9e64e885e53908bfaecb9763634.jpg new file mode 100644 index 0000000..f0e67d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_FS90X0FFR5GPH2BH_jpg.rf.d117d9e64e885e53908bfaecb9763634.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_FSWHTYTDFARM42ON_jpg.rf.f4dbe02b01f8593c5cb600a4e5400910.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_FSWHTYTDFARM42ON_jpg.rf.f4dbe02b01f8593c5cb600a4e5400910.jpg new file mode 100644 index 0000000..c0340bc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_FSWHTYTDFARM42ON_jpg.rf.f4dbe02b01f8593c5cb600a4e5400910.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_G9RWDMDINJ7Z3XSF_jpg.rf.23ab9726835ab8dbe75c7c46e6c6442f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_G9RWDMDINJ7Z3XSF_jpg.rf.23ab9726835ab8dbe75c7c46e6c6442f.jpg new file mode 100644 index 0000000..b313992 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_G9RWDMDINJ7Z3XSF_jpg.rf.23ab9726835ab8dbe75c7c46e6c6442f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_G9VJ77I0RPQW1Z0O_jpg.rf.4e6ee0bf9f8a12c8c83af2737b775738.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_G9VJ77I0RPQW1Z0O_jpg.rf.4e6ee0bf9f8a12c8c83af2737b775738.jpg new file mode 100644 index 0000000..10403dd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_G9VJ77I0RPQW1Z0O_jpg.rf.4e6ee0bf9f8a12c8c83af2737b775738.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GEDKMN60NRR3CSEL_jpg.rf.a5d405d4cbb4155944db84630a0ceaae.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GEDKMN60NRR3CSEL_jpg.rf.a5d405d4cbb4155944db84630a0ceaae.jpg new file mode 100644 index 0000000..85fda1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GEDKMN60NRR3CSEL_jpg.rf.a5d405d4cbb4155944db84630a0ceaae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GOLAF1SKIWT00SCE_jpg.rf.268ad9b1f53e202d2f66da33f2f5e123.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GOLAF1SKIWT00SCE_jpg.rf.268ad9b1f53e202d2f66da33f2f5e123.jpg new file mode 100644 index 0000000..9d2c7b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GOLAF1SKIWT00SCE_jpg.rf.268ad9b1f53e202d2f66da33f2f5e123.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GOQMKEEX13QDUSEB_jpg.rf.44e3dd683401ccf5c892e78c6ce37678.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GOQMKEEX13QDUSEB_jpg.rf.44e3dd683401ccf5c892e78c6ce37678.jpg new file mode 100644 index 0000000..6d2ae4b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GOQMKEEX13QDUSEB_jpg.rf.44e3dd683401ccf5c892e78c6ce37678.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GRCZO2JYT7MVQ1QM_jpg.rf.3a5efc5ddacb20b458f9394a9c700617.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GRCZO2JYT7MVQ1QM_jpg.rf.3a5efc5ddacb20b458f9394a9c700617.jpg new file mode 100644 index 0000000..33dec57 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_GRCZO2JYT7MVQ1QM_jpg.rf.3a5efc5ddacb20b458f9394a9c700617.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_HNX27Y4FKJO5NEV8_jpg.rf.3b75fbf621a0110ab1501e16686037c2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_HNX27Y4FKJO5NEV8_jpg.rf.3b75fbf621a0110ab1501e16686037c2.jpg new file mode 100644 index 0000000..083c1d4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_HNX27Y4FKJO5NEV8_jpg.rf.3b75fbf621a0110ab1501e16686037c2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_I2RR6NCZLPKDO8ET_jpg.rf.7ad1f8470efbb59d1899c2841f77d59d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_I2RR6NCZLPKDO8ET_jpg.rf.7ad1f8470efbb59d1899c2841f77d59d.jpg new file mode 100644 index 0000000..33794e7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_I2RR6NCZLPKDO8ET_jpg.rf.7ad1f8470efbb59d1899c2841f77d59d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_IHYE06HJJ60MRRNK_jpg.rf.3bb43b1315af99df6150569f6710f73a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_IHYE06HJJ60MRRNK_jpg.rf.3bb43b1315af99df6150569f6710f73a.jpg new file mode 100644 index 0000000..45049d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_IHYE06HJJ60MRRNK_jpg.rf.3bb43b1315af99df6150569f6710f73a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_IVPGGP3X6YOC50E7_jpg.rf.e7aeecb954401ba39b051ef353837984.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_IVPGGP3X6YOC50E7_jpg.rf.e7aeecb954401ba39b051ef353837984.jpg new file mode 100644 index 0000000..9abecc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_IVPGGP3X6YOC50E7_jpg.rf.e7aeecb954401ba39b051ef353837984.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_J2KRPMHX3IXXBHH3_jpg.rf.ff8eaefa20c8f7a8ca2793afaf684d11.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_J2KRPMHX3IXXBHH3_jpg.rf.ff8eaefa20c8f7a8ca2793afaf684d11.jpg new file mode 100644 index 0000000..ed16b48 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_J2KRPMHX3IXXBHH3_jpg.rf.ff8eaefa20c8f7a8ca2793afaf684d11.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_JCYRFJC5ASC3HBGH_jpg.rf.b7e7d70dcd65bd6c74c8615ffabbf51f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_JCYRFJC5ASC3HBGH_jpg.rf.b7e7d70dcd65bd6c74c8615ffabbf51f.jpg new file mode 100644 index 0000000..1347397 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_JCYRFJC5ASC3HBGH_jpg.rf.b7e7d70dcd65bd6c74c8615ffabbf51f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_JTOUX25OR3838EQ0_jpg.rf.a1480f85fff52a2acdeadfa637267fcf.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_JTOUX25OR3838EQ0_jpg.rf.a1480f85fff52a2acdeadfa637267fcf.jpg new file mode 100644 index 0000000..dd081eb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_JTOUX25OR3838EQ0_jpg.rf.a1480f85fff52a2acdeadfa637267fcf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_K30PQM55E33I6ZQI_jpg.rf.c5d90567b45ca1c48b0884948ea64019.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_K30PQM55E33I6ZQI_jpg.rf.c5d90567b45ca1c48b0884948ea64019.jpg new file mode 100644 index 0000000..dfa87e5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_K30PQM55E33I6ZQI_jpg.rf.c5d90567b45ca1c48b0884948ea64019.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_K9KFHCSJG94BJ8ZX_jpg.rf.a80cdf84b80fc722ebaf0c3ec8d2b126.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_K9KFHCSJG94BJ8ZX_jpg.rf.a80cdf84b80fc722ebaf0c3ec8d2b126.jpg new file mode 100644 index 0000000..958c94b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_K9KFHCSJG94BJ8ZX_jpg.rf.a80cdf84b80fc722ebaf0c3ec8d2b126.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_KN44UC640BZUO4EK_jpg.rf.d515dfb8c6c7edeafdd31894f19f46f7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_KN44UC640BZUO4EK_jpg.rf.d515dfb8c6c7edeafdd31894f19f46f7.jpg new file mode 100644 index 0000000..4b19432 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_KN44UC640BZUO4EK_jpg.rf.d515dfb8c6c7edeafdd31894f19f46f7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_KY5O4G77G833ULJF_jpg.rf.4f839124c78702850587c6b2fa084a05.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_KY5O4G77G833ULJF_jpg.rf.4f839124c78702850587c6b2fa084a05.jpg new file mode 100644 index 0000000..4359135 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_KY5O4G77G833ULJF_jpg.rf.4f839124c78702850587c6b2fa084a05.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_LYFSQ7PJZNK3HM7T_jpg.rf.3acce6a02b2ab02db100cc18fcfa89e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_LYFSQ7PJZNK3HM7T_jpg.rf.3acce6a02b2ab02db100cc18fcfa89e2.jpg new file mode 100644 index 0000000..1c10b91 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_LYFSQ7PJZNK3HM7T_jpg.rf.3acce6a02b2ab02db100cc18fcfa89e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_M0H53O3BVTPGHVH3_jpg.rf.4f9ff903a52f09c2206ce4e048205861.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_M0H53O3BVTPGHVH3_jpg.rf.4f9ff903a52f09c2206ce4e048205861.jpg new file mode 100644 index 0000000..db702b7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_M0H53O3BVTPGHVH3_jpg.rf.4f9ff903a52f09c2206ce4e048205861.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_M7N4MXU81QCNAC7Q_jpg.rf.97719162ec20ffe0915e2ad75ec75e17.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_M7N4MXU81QCNAC7Q_jpg.rf.97719162ec20ffe0915e2ad75ec75e17.jpg new file mode 100644 index 0000000..fb21d28 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_M7N4MXU81QCNAC7Q_jpg.rf.97719162ec20ffe0915e2ad75ec75e17.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MFELVN9GC4EPPID4_jpg.rf.3f2eac5fca6ca30e4223b418b53aac40.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MFELVN9GC4EPPID4_jpg.rf.3f2eac5fca6ca30e4223b418b53aac40.jpg new file mode 100644 index 0000000..d9e0da4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MFELVN9GC4EPPID4_jpg.rf.3f2eac5fca6ca30e4223b418b53aac40.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MON49KP1XW4PCOOK_jpg.rf.57185101c98ed08fbe2d724b6e6c2b78.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MON49KP1XW4PCOOK_jpg.rf.57185101c98ed08fbe2d724b6e6c2b78.jpg new file mode 100644 index 0000000..d225acb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MON49KP1XW4PCOOK_jpg.rf.57185101c98ed08fbe2d724b6e6c2b78.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MOXNBDVJJB448Z36_jpg.rf.0b8171c2fc2dddad5ea2d257f0cd4e94.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MOXNBDVJJB448Z36_jpg.rf.0b8171c2fc2dddad5ea2d257f0cd4e94.jpg new file mode 100644 index 0000000..1dea6de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MOXNBDVJJB448Z36_jpg.rf.0b8171c2fc2dddad5ea2d257f0cd4e94.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MT3X1GRGPTA7SK9S_jpg.rf.a28f0604746420dab72d4a8fe524b63d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MT3X1GRGPTA7SK9S_jpg.rf.a28f0604746420dab72d4a8fe524b63d.jpg new file mode 100644 index 0000000..bba5eab Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MT3X1GRGPTA7SK9S_jpg.rf.a28f0604746420dab72d4a8fe524b63d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MTPDGHRPBMC05G9G_jpg.rf.9b86bd307cace54ccc318081b293270c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MTPDGHRPBMC05G9G_jpg.rf.9b86bd307cace54ccc318081b293270c.jpg new file mode 100644 index 0000000..b8b08e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MTPDGHRPBMC05G9G_jpg.rf.9b86bd307cace54ccc318081b293270c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MYFBBWJVK3CTUHUK_jpg.rf.786dd4621739a409bb421534c72a3efd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MYFBBWJVK3CTUHUK_jpg.rf.786dd4621739a409bb421534c72a3efd.jpg new file mode 100644 index 0000000..13ee93b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_MYFBBWJVK3CTUHUK_jpg.rf.786dd4621739a409bb421534c72a3efd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_NURWMV7DHGC9C2ET_jpg.rf.9609cbe3a1b16813892af495b82f2d5e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_NURWMV7DHGC9C2ET_jpg.rf.9609cbe3a1b16813892af495b82f2d5e.jpg new file mode 100644 index 0000000..e07baad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_NURWMV7DHGC9C2ET_jpg.rf.9609cbe3a1b16813892af495b82f2d5e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_NWD11PZVW0S3YMTX_jpg.rf.439d2b51fa5f723ff69e2714db4344e8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_NWD11PZVW0S3YMTX_jpg.rf.439d2b51fa5f723ff69e2714db4344e8.jpg new file mode 100644 index 0000000..9c866b4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_NWD11PZVW0S3YMTX_jpg.rf.439d2b51fa5f723ff69e2714db4344e8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_O3FIJ11IKM3SOLYG_jpg.rf.e2a06fdcce13681971e906eda9be56ae.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_O3FIJ11IKM3SOLYG_jpg.rf.e2a06fdcce13681971e906eda9be56ae.jpg new file mode 100644 index 0000000..08200bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_O3FIJ11IKM3SOLYG_jpg.rf.e2a06fdcce13681971e906eda9be56ae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OA90R87KT9F9Z7GT_jpg.rf.f06e9ce821931a018fca37caf996d24e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OA90R87KT9F9Z7GT_jpg.rf.f06e9ce821931a018fca37caf996d24e.jpg new file mode 100644 index 0000000..597448c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OA90R87KT9F9Z7GT_jpg.rf.f06e9ce821931a018fca37caf996d24e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OB093H2S65W40JAO_jpg.rf.3f84a13b06f5a9d76269d905fc7b1311.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OB093H2S65W40JAO_jpg.rf.3f84a13b06f5a9d76269d905fc7b1311.jpg new file mode 100644 index 0000000..12e9384 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OB093H2S65W40JAO_jpg.rf.3f84a13b06f5a9d76269d905fc7b1311.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ON7UHABIFJUKVLPO_jpg.rf.2fcae5f647814538fb727688183bf1fc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ON7UHABIFJUKVLPO_jpg.rf.2fcae5f647814538fb727688183bf1fc.jpg new file mode 100644 index 0000000..6b0f67b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ON7UHABIFJUKVLPO_jpg.rf.2fcae5f647814538fb727688183bf1fc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OPFOYD77NW3YNRWT_jpg.rf.c4ca35afc8059b2e724bbfe1a12c581d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OPFOYD77NW3YNRWT_jpg.rf.c4ca35afc8059b2e724bbfe1a12c581d.jpg new file mode 100644 index 0000000..96b9468 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OPFOYD77NW3YNRWT_jpg.rf.c4ca35afc8059b2e724bbfe1a12c581d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OSHWV9DQZ8QST70X_jpg.rf.9284832a6b3a85eac3a123628497a0d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OSHWV9DQZ8QST70X_jpg.rf.9284832a6b3a85eac3a123628497a0d7.jpg new file mode 100644 index 0000000..9fccbee Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OSHWV9DQZ8QST70X_jpg.rf.9284832a6b3a85eac3a123628497a0d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OSJFEHFGEMFTC743_jpg.rf.513043dee906fb9436073196aced43f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OSJFEHFGEMFTC743_jpg.rf.513043dee906fb9436073196aced43f9.jpg new file mode 100644 index 0000000..1d7802e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OSJFEHFGEMFTC743_jpg.rf.513043dee906fb9436073196aced43f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OW2RGAORQEDN3HXN_jpg.rf.27c9935275868a2ad285de596fc6c368.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OW2RGAORQEDN3HXN_jpg.rf.27c9935275868a2ad285de596fc6c368.jpg new file mode 100644 index 0000000..a6afae1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_OW2RGAORQEDN3HXN_jpg.rf.27c9935275868a2ad285de596fc6c368.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_P190L7RNOZ8EJE2S_jpg.rf.f1b6e0c29316b695154df5c8fb8c0627.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_P190L7RNOZ8EJE2S_jpg.rf.f1b6e0c29316b695154df5c8fb8c0627.jpg new file mode 100644 index 0000000..661046c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_P190L7RNOZ8EJE2S_jpg.rf.f1b6e0c29316b695154df5c8fb8c0627.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q18T8O25C5DH18TX_jpg.rf.e361172d13cf9d41b256047d10897378.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q18T8O25C5DH18TX_jpg.rf.e361172d13cf9d41b256047d10897378.jpg new file mode 100644 index 0000000..3b9d2e8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q18T8O25C5DH18TX_jpg.rf.e361172d13cf9d41b256047d10897378.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q44KDUO99Y1TYD2D_jpg.rf.218c23bf638f3bce76c49c503efb2bfc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q44KDUO99Y1TYD2D_jpg.rf.218c23bf638f3bce76c49c503efb2bfc.jpg new file mode 100644 index 0000000..70b7797 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q44KDUO99Y1TYD2D_jpg.rf.218c23bf638f3bce76c49c503efb2bfc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q8W7ZGTBU14UGURS_jpg.rf.c256ad155cef0b6885df1ede4006ec5f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q8W7ZGTBU14UGURS_jpg.rf.c256ad155cef0b6885df1ede4006ec5f.jpg new file mode 100644 index 0000000..86f0438 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Q8W7ZGTBU14UGURS_jpg.rf.c256ad155cef0b6885df1ede4006ec5f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_QOGSFSPQO1IH6D9A_jpg.rf.bfc2e9242fb1683a68b827ea2f6a226e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_QOGSFSPQO1IH6D9A_jpg.rf.bfc2e9242fb1683a68b827ea2f6a226e.jpg new file mode 100644 index 0000000..6dec1e8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_QOGSFSPQO1IH6D9A_jpg.rf.bfc2e9242fb1683a68b827ea2f6a226e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_R65AJ66FCUAAVMNU_jpg.rf.294de842af6be54ceaeb4531f9a32888.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_R65AJ66FCUAAVMNU_jpg.rf.294de842af6be54ceaeb4531f9a32888.jpg new file mode 100644 index 0000000..d07fdfc Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_R65AJ66FCUAAVMNU_jpg.rf.294de842af6be54ceaeb4531f9a32888.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_R8VOEAH7AUTCV29I_jpg.rf.abe7221f00dba325d123828ea7ba0e86.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_R8VOEAH7AUTCV29I_jpg.rf.abe7221f00dba325d123828ea7ba0e86.jpg new file mode 100644 index 0000000..83e76f7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_R8VOEAH7AUTCV29I_jpg.rf.abe7221f00dba325d123828ea7ba0e86.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_RSJJ8WMTQSOVZ7ZH_jpg.rf.29e4e37fa7ea3986c2b4f3da1a4b83dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_RSJJ8WMTQSOVZ7ZH_jpg.rf.29e4e37fa7ea3986c2b4f3da1a4b83dd.jpg new file mode 100644 index 0000000..914c5fa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_RSJJ8WMTQSOVZ7ZH_jpg.rf.29e4e37fa7ea3986c2b4f3da1a4b83dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_RXZCTFT7XIIH2207_jpg.rf.a2493a3095ad9c71deebcafb21ca6e73.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_RXZCTFT7XIIH2207_jpg.rf.a2493a3095ad9c71deebcafb21ca6e73.jpg new file mode 100644 index 0000000..494e852 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_RXZCTFT7XIIH2207_jpg.rf.a2493a3095ad9c71deebcafb21ca6e73.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_SDWTGDODJPX2S3XN_jpg.rf.dc9459a1185716143ab16d653ae6eed0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_SDWTGDODJPX2S3XN_jpg.rf.dc9459a1185716143ab16d653ae6eed0.jpg new file mode 100644 index 0000000..6ac922e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_SDWTGDODJPX2S3XN_jpg.rf.dc9459a1185716143ab16d653ae6eed0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TFFWGIND8ZR8GVZD_jpg.rf.c66d01169054090867dd52851d07fe29.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TFFWGIND8ZR8GVZD_jpg.rf.c66d01169054090867dd52851d07fe29.jpg new file mode 100644 index 0000000..9d5b7f8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TFFWGIND8ZR8GVZD_jpg.rf.c66d01169054090867dd52851d07fe29.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TFX8A9BWAKZKYOMY_jpg.rf.c64dce16a0a49fe52c52d31c6cd27693.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TFX8A9BWAKZKYOMY_jpg.rf.c64dce16a0a49fe52c52d31c6cd27693.jpg new file mode 100644 index 0000000..ee34722 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TFX8A9BWAKZKYOMY_jpg.rf.c64dce16a0a49fe52c52d31c6cd27693.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TGM7TQZKM14D2ZWZ_jpg.rf.47d6b2a23d764040cfe67cc0976e6676.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TGM7TQZKM14D2ZWZ_jpg.rf.47d6b2a23d764040cfe67cc0976e6676.jpg new file mode 100644 index 0000000..8d9ac6c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TGM7TQZKM14D2ZWZ_jpg.rf.47d6b2a23d764040cfe67cc0976e6676.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TXEVC99CUSA4CHWH_jpg.rf.ff573e2d6fd8b49084b898d51c5c4cc1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TXEVC99CUSA4CHWH_jpg.rf.ff573e2d6fd8b49084b898d51c5c4cc1.jpg new file mode 100644 index 0000000..75f14b6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_TXEVC99CUSA4CHWH_jpg.rf.ff573e2d6fd8b49084b898d51c5c4cc1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_U11TYYLSJ5H2GM0C_jpg.rf.3cf5082cefcc908b8ab0178e248e3143.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_U11TYYLSJ5H2GM0C_jpg.rf.3cf5082cefcc908b8ab0178e248e3143.jpg new file mode 100644 index 0000000..a4d7127 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_U11TYYLSJ5H2GM0C_jpg.rf.3cf5082cefcc908b8ab0178e248e3143.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_U3NETU3LEZNGZOK9_jpg.rf.bbd2b4164a938d572afbb3a861a99890.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_U3NETU3LEZNGZOK9_jpg.rf.bbd2b4164a938d572afbb3a861a99890.jpg new file mode 100644 index 0000000..775b379 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_U3NETU3LEZNGZOK9_jpg.rf.bbd2b4164a938d572afbb3a861a99890.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_UZXVK8T06FNICC0S_jpg.rf.2f50f4e921a3dd3d8b3a88295fea256c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_UZXVK8T06FNICC0S_jpg.rf.2f50f4e921a3dd3d8b3a88295fea256c.jpg new file mode 100644 index 0000000..1bd430c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_UZXVK8T06FNICC0S_jpg.rf.2f50f4e921a3dd3d8b3a88295fea256c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_V0PB3CYDW6AP0UNG_jpg.rf.742707c1a88da524a411bcc9bef748ab.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_V0PB3CYDW6AP0UNG_jpg.rf.742707c1a88da524a411bcc9bef748ab.jpg new file mode 100644 index 0000000..e3322b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_V0PB3CYDW6AP0UNG_jpg.rf.742707c1a88da524a411bcc9bef748ab.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W44XGXN4UDP2QMDM_jpg.rf.91c0d108249a234c26a7f0da64478084.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W44XGXN4UDP2QMDM_jpg.rf.91c0d108249a234c26a7f0da64478084.jpg new file mode 100644 index 0000000..429ea89 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W44XGXN4UDP2QMDM_jpg.rf.91c0d108249a234c26a7f0da64478084.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W5LJDZLLXR8ESWFB_jpg.rf.9a2a3400d7a3045a9477c477b8619dca.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W5LJDZLLXR8ESWFB_jpg.rf.9a2a3400d7a3045a9477c477b8619dca.jpg new file mode 100644 index 0000000..b4da3b1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W5LJDZLLXR8ESWFB_jpg.rf.9a2a3400d7a3045a9477c477b8619dca.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W7DH2J4O0RSEZX8S_jpg.rf.ee203f500c332852a86fa2cda228d928.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W7DH2J4O0RSEZX8S_jpg.rf.ee203f500c332852a86fa2cda228d928.jpg new file mode 100644 index 0000000..f64e12e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_W7DH2J4O0RSEZX8S_jpg.rf.ee203f500c332852a86fa2cda228d928.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WFGWUCJS01SK6RNM_jpg.rf.c513bc709b7f9a145d3b010b69302f9b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WFGWUCJS01SK6RNM_jpg.rf.c513bc709b7f9a145d3b010b69302f9b.jpg new file mode 100644 index 0000000..2b29f52 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WFGWUCJS01SK6RNM_jpg.rf.c513bc709b7f9a145d3b010b69302f9b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WIQVW5II6QM4B28D_jpg.rf.7f07b528a44fd33e73bd1506d84f4073.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WIQVW5II6QM4B28D_jpg.rf.7f07b528a44fd33e73bd1506d84f4073.jpg new file mode 100644 index 0000000..e0ca074 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WIQVW5II6QM4B28D_jpg.rf.7f07b528a44fd33e73bd1506d84f4073.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WKCV3LRFY9VGIET1_jpg.rf.c4077e66a1730f22fe32a013ad2853bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WKCV3LRFY9VGIET1_jpg.rf.c4077e66a1730f22fe32a013ad2853bd.jpg new file mode 100644 index 0000000..589db52 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WKCV3LRFY9VGIET1_jpg.rf.c4077e66a1730f22fe32a013ad2853bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WLCPAV6ZYWKRYM0C_jpg.rf.7b8761e0a672e800fdc3baaa3d604acb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WLCPAV6ZYWKRYM0C_jpg.rf.7b8761e0a672e800fdc3baaa3d604acb.jpg new file mode 100644 index 0000000..39266d6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WLCPAV6ZYWKRYM0C_jpg.rf.7b8761e0a672e800fdc3baaa3d604acb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WLGRME1QK7VSCJF8_jpg.rf.1f349dcdef64335eedab308dd24bbd80.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WLGRME1QK7VSCJF8_jpg.rf.1f349dcdef64335eedab308dd24bbd80.jpg new file mode 100644 index 0000000..a0c1454 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WLGRME1QK7VSCJF8_jpg.rf.1f349dcdef64335eedab308dd24bbd80.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WXTDCLRKQP1SWVYA_jpg.rf.2bacd525210b63b02a21284ccc069fea.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WXTDCLRKQP1SWVYA_jpg.rf.2bacd525210b63b02a21284ccc069fea.jpg new file mode 100644 index 0000000..b52bebd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_WXTDCLRKQP1SWVYA_jpg.rf.2bacd525210b63b02a21284ccc069fea.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XJG0AE7ZWL70WBWA_jpg.rf.5ef599b7416bb6b8b37da26d3cb42bae.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XJG0AE7ZWL70WBWA_jpg.rf.5ef599b7416bb6b8b37da26d3cb42bae.jpg new file mode 100644 index 0000000..8307cb8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XJG0AE7ZWL70WBWA_jpg.rf.5ef599b7416bb6b8b37da26d3cb42bae.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XLTLMAZEVM3KQS38_jpg.rf.a006a91d35b05bc04e52525961588761.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XLTLMAZEVM3KQS38_jpg.rf.a006a91d35b05bc04e52525961588761.jpg new file mode 100644 index 0000000..873287f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XLTLMAZEVM3KQS38_jpg.rf.a006a91d35b05bc04e52525961588761.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XO564N55B99IFJ6D_jpg.rf.e6b3561bfb947575095a49f1ddebd45b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XO564N55B99IFJ6D_jpg.rf.e6b3561bfb947575095a49f1ddebd45b.jpg new file mode 100644 index 0000000..9e3368c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_XO564N55B99IFJ6D_jpg.rf.e6b3561bfb947575095a49f1ddebd45b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_YK02JEW0XAH5VQBK_jpg.rf.d8d5b832a676a8d7266d7f9a324762d2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_YK02JEW0XAH5VQBK_jpg.rf.d8d5b832a676a8d7266d7f9a324762d2.jpg new file mode 100644 index 0000000..550fc82 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_YK02JEW0XAH5VQBK_jpg.rf.d8d5b832a676a8d7266d7f9a324762d2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_YLSDHF7BIOOQ346V_jpg.rf.82e922bd0be31c883f9013db66952532.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_YLSDHF7BIOOQ346V_jpg.rf.82e922bd0be31c883f9013db66952532.jpg new file mode 100644 index 0000000..f1336a6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_YLSDHF7BIOOQ346V_jpg.rf.82e922bd0be31c883f9013db66952532.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z1910K4AFTC2PRBY_jpg.rf.a2de479fef573402afdfd870cc41330f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z1910K4AFTC2PRBY_jpg.rf.a2de479fef573402afdfd870cc41330f.jpg new file mode 100644 index 0000000..e109951 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z1910K4AFTC2PRBY_jpg.rf.a2de479fef573402afdfd870cc41330f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z2ACOTEVKK3T5KXX_jpg.rf.1e713249123c6f92df1cc1f4e74516de.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z2ACOTEVKK3T5KXX_jpg.rf.1e713249123c6f92df1cc1f4e74516de.jpg new file mode 100644 index 0000000..81075f3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z2ACOTEVKK3T5KXX_jpg.rf.1e713249123c6f92df1cc1f4e74516de.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z2JWF59GU0P1RWXA_jpg.rf.a96e60afaf638c40f8e036c25072dbfb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z2JWF59GU0P1RWXA_jpg.rf.a96e60afaf638c40f8e036c25072dbfb.jpg new file mode 100644 index 0000000..0bf85d3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z2JWF59GU0P1RWXA_jpg.rf.a96e60afaf638c40f8e036c25072dbfb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z4HM8QPTYYHXCYXW_jpg.rf.bd9d6df25e5eddeb4f0f8c61a5f4f665.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z4HM8QPTYYHXCYXW_jpg.rf.bd9d6df25e5eddeb4f0f8c61a5f4f665.jpg new file mode 100644 index 0000000..03620be Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z4HM8QPTYYHXCYXW_jpg.rf.bd9d6df25e5eddeb4f0f8c61a5f4f665.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z4SKHBZFXVTGDRZP_jpg.rf.f80565176acab437c5e299f8dc17e044.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z4SKHBZFXVTGDRZP_jpg.rf.f80565176acab437c5e299f8dc17e044.jpg new file mode 100644 index 0000000..80a8f8f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_Z4SKHBZFXVTGDRZP_jpg.rf.f80565176acab437c5e299f8dc17e044.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZE6KY6F7N0CS2FHV_jpg.rf.3cf867f96a4f6b556b5c17d725ca534f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZE6KY6F7N0CS2FHV_jpg.rf.3cf867f96a4f6b556b5c17d725ca534f.jpg new file mode 100644 index 0000000..ad2d8ea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZE6KY6F7N0CS2FHV_jpg.rf.3cf867f96a4f6b556b5c17d725ca534f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZFVPLWBFFRQ9J6MD_jpg.rf.a02fa8cbde31b819521631291983e598.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZFVPLWBFFRQ9J6MD_jpg.rf.a02fa8cbde31b819521631291983e598.jpg new file mode 100644 index 0000000..a78bd14 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZFVPLWBFFRQ9J6MD_jpg.rf.a02fa8cbde31b819521631291983e598.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZHNGS041HG6A0UI8_jpg.rf.6eeee598f3aaf5dbad7ba9d299026f04.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZHNGS041HG6A0UI8_jpg.rf.6eeee598f3aaf5dbad7ba9d299026f04.jpg new file mode 100644 index 0000000..8d5dec3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZHNGS041HG6A0UI8_jpg.rf.6eeee598f3aaf5dbad7ba9d299026f04.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZJJN936P448GUBPQ_jpg.rf.175db8fb2b60a25bf22ba260b040db1d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZJJN936P448GUBPQ_jpg.rf.175db8fb2b60a25bf22ba260b040db1d.jpg new file mode 100644 index 0000000..527396b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZJJN936P448GUBPQ_jpg.rf.175db8fb2b60a25bf22ba260b040db1d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZLOCKJZWBT38ZLVL_jpg.rf.3d139757a52ead135cfcadc0ab48232a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZLOCKJZWBT38ZLVL_jpg.rf.3d139757a52ead135cfcadc0ab48232a.jpg new file mode 100644 index 0000000..2b15123 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/dc_luggage_batch_1_ZLOCKJZWBT38ZLVL_jpg.rf.3d139757a52ead135cfcadc0ab48232a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/e191e62ba495eb4fe62de84e71c40982ece39d05_jpg.rf.d5d171236155ed881c2b8c88777eef37.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/e191e62ba495eb4fe62de84e71c40982ece39d05_jpg.rf.d5d171236155ed881c2b8c88777eef37.jpg new file mode 100644 index 0000000..ca5643f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/e191e62ba495eb4fe62de84e71c40982ece39d05_jpg.rf.d5d171236155ed881c2b8c88777eef37.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/f545cc1def8a3c506129092634ccd361_jpg.rf.31dfd4b3158003d61166dd8937f46551.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/f545cc1def8a3c506129092634ccd361_jpg.rf.31dfd4b3158003d61166dd8937f46551.jpg new file mode 100644 index 0000000..623e670 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/f545cc1def8a3c506129092634ccd361_jpg.rf.31dfd4b3158003d61166dd8937f46551.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0000_jpg.rf.eda9825f7feb34d482b19ae71315b1dd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0000_jpg.rf.eda9825f7feb34d482b19ae71315b1dd.jpg new file mode 100644 index 0000000..5332b88 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0000_jpg.rf.eda9825f7feb34d482b19ae71315b1dd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0010_jpg.rf.dbd7f7f9e7d1027a2e3478064da18a7d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0010_jpg.rf.dbd7f7f9e7d1027a2e3478064da18a7d.jpg new file mode 100644 index 0000000..45d5a84 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0010_jpg.rf.dbd7f7f9e7d1027a2e3478064da18a7d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0073_jpg.rf.dd3f50ed187e3fa7ee0cf655eafa0f13.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0073_jpg.rf.dd3f50ed187e3fa7ee0cf655eafa0f13.jpg new file mode 100644 index 0000000..1337f29 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0073_jpg.rf.dd3f50ed187e3fa7ee0cf655eafa0f13.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0103_jpg.rf.6ec71dc0023d8e90eb1c978ed1991817.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0103_jpg.rf.6ec71dc0023d8e90eb1c978ed1991817.jpg new file mode 100644 index 0000000..2828ead Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0103_jpg.rf.6ec71dc0023d8e90eb1c978ed1991817.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0289_jpg.rf.3d21a8efa330c911ddb0b50f918bc2f9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0289_jpg.rf.3d21a8efa330c911ddb0b50f918bc2f9.jpg new file mode 100644 index 0000000..e2ca913 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0289_jpg.rf.3d21a8efa330c911ddb0b50f918bc2f9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0290_jpg.rf.61dd95e39110def88360fceeb498bd0a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0290_jpg.rf.61dd95e39110def88360fceeb498bd0a.jpg new file mode 100644 index 0000000..e5e667d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0290_jpg.rf.61dd95e39110def88360fceeb498bd0a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0293_jpg.rf.aa7a8c5887797f7a7fefb76ab585e6c6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0293_jpg.rf.aa7a8c5887797f7a7fefb76ab585e6c6.jpg new file mode 100644 index 0000000..ad4b014 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0293_jpg.rf.aa7a8c5887797f7a7fefb76ab585e6c6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0337_jpg.rf.27a6e249aba7fcb6466cece66043d00a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0337_jpg.rf.27a6e249aba7fcb6466cece66043d00a.jpg new file mode 100644 index 0000000..82b57b9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0337_jpg.rf.27a6e249aba7fcb6466cece66043d00a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0340_jpg.rf.18b36af46ca3d19756c98f32b939d93e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0340_jpg.rf.18b36af46ca3d19756c98f32b939d93e.jpg new file mode 100644 index 0000000..0c76630 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0340_jpg.rf.18b36af46ca3d19756c98f32b939d93e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0398_jpg.rf.e06d048354b6b02ab706523a35c0a059.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0398_jpg.rf.e06d048354b6b02ab706523a35c0a059.jpg new file mode 100644 index 0000000..f597b4b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0398_jpg.rf.e06d048354b6b02ab706523a35c0a059.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0538_jpg.rf.b9ff134e28c65ded00744a9167933ba0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0538_jpg.rf.b9ff134e28c65ded00744a9167933ba0.jpg new file mode 100644 index 0000000..119a089 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0538_jpg.rf.b9ff134e28c65ded00744a9167933ba0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0540_jpg.rf.73336c9b086c5e9fb452cd807c1d4658.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0540_jpg.rf.73336c9b086c5e9fb452cd807c1d4658.jpg new file mode 100644 index 0000000..8415e6b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0540_jpg.rf.73336c9b086c5e9fb452cd807c1d4658.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0542_jpg.rf.a4b5805b3dc283043985daa38a21210f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0542_jpg.rf.a4b5805b3dc283043985daa38a21210f.jpg new file mode 100644 index 0000000..cfebe79 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0542_jpg.rf.a4b5805b3dc283043985daa38a21210f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0583_jpg.rf.1474f3d16370986015c1620bc51c14bf.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0583_jpg.rf.1474f3d16370986015c1620bc51c14bf.jpg new file mode 100644 index 0000000..e1399aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0583_jpg.rf.1474f3d16370986015c1620bc51c14bf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0764_jpg.rf.92bf29160322e015e9c2ed49081c22c9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0764_jpg.rf.92bf29160322e015e9c2ed49081c22c9.jpg new file mode 100644 index 0000000..f414951 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0764_jpg.rf.92bf29160322e015e9c2ed49081c22c9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0765_jpg.rf.f253710ccb8746844fb73a555c0f62bb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0765_jpg.rf.f253710ccb8746844fb73a555c0f62bb.jpg new file mode 100644 index 0000000..d73a10d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0765_jpg.rf.f253710ccb8746844fb73a555c0f62bb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_0766_jpg.rf.7b953710c6d09731325c2abd5d154b03.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0766_jpg.rf.7b953710c6d09731325c2abd5d154b03.jpg new file mode 100644 index 0000000..750ac43 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_0766_jpg.rf.7b953710c6d09731325c2abd5d154b03.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/frame_1062_jpg.rf.aa269c53d5cb39a1a5c14f10b6bd8253.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/frame_1062_jpg.rf.aa269c53d5cb39a1a5c14f10b6bd8253.jpg new file mode 100644 index 0000000..bdcafe3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/frame_1062_jpg.rf.aa269c53d5cb39a1a5c14f10b6bd8253.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images149_jpg.rf.e25b49bf9b32743743b202806e2b1e38.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images149_jpg.rf.e25b49bf9b32743743b202806e2b1e38.jpg new file mode 100644 index 0000000..f11e005 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images149_jpg.rf.e25b49bf9b32743743b202806e2b1e38.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images181_jpg.rf.96c91178f2124797eca0b6becf76fbfd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images181_jpg.rf.96c91178f2124797eca0b6becf76fbfd.jpg new file mode 100644 index 0000000..259c126 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images181_jpg.rf.96c91178f2124797eca0b6becf76fbfd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images199_jpg.rf.4f9de2209725190816073a954c077bda.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images199_jpg.rf.4f9de2209725190816073a954c077bda.jpg new file mode 100644 index 0000000..b137607 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images199_jpg.rf.4f9de2209725190816073a954c077bda.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images215_jpg.rf.5a8c883a92ee314f86016351c84471b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images215_jpg.rf.5a8c883a92ee314f86016351c84471b6.jpg new file mode 100644 index 0000000..c681628 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images215_jpg.rf.5a8c883a92ee314f86016351c84471b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images227_jpg.rf.e14496bc915df6491a2056d2f2d66cb5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images227_jpg.rf.e14496bc915df6491a2056d2f2d66cb5.jpg new file mode 100644 index 0000000..d137748 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images227_jpg.rf.e14496bc915df6491a2056d2f2d66cb5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images260_jpg.rf.33be944c3f06b87a3c93cd6a7f4d6edf.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images260_jpg.rf.33be944c3f06b87a3c93cd6a7f4d6edf.jpg new file mode 100644 index 0000000..83cb695 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images260_jpg.rf.33be944c3f06b87a3c93cd6a7f4d6edf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images326_jpg.rf.d145bd491f6552755be228b80f5bc090.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images326_jpg.rf.d145bd491f6552755be228b80f5bc090.jpg new file mode 100644 index 0000000..c02bbf4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images326_jpg.rf.d145bd491f6552755be228b80f5bc090.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images430_jpg.rf.1756a4eb6e5a25b58ca0b7c00c2a7b2a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images430_jpg.rf.1756a4eb6e5a25b58ca0b7c00c2a7b2a.jpg new file mode 100644 index 0000000..c10410c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images430_jpg.rf.1756a4eb6e5a25b58ca0b7c00c2a7b2a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images431_jpg.rf.0ef22cd799832bd8a5862bc345aeb58f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images431_jpg.rf.0ef22cd799832bd8a5862bc345aeb58f.jpg new file mode 100644 index 0000000..0b975b8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images431_jpg.rf.0ef22cd799832bd8a5862bc345aeb58f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images454_jpg.rf.dfb186d20357966f4101112e23e3a899.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images454_jpg.rf.dfb186d20357966f4101112e23e3a899.jpg new file mode 100644 index 0000000..f6188b5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images454_jpg.rf.dfb186d20357966f4101112e23e3a899.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images52_jpg.rf.0c4ef2a4e2ee5c69197c5f6e63fceefc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images52_jpg.rf.0c4ef2a4e2ee5c69197c5f6e63fceefc.jpg new file mode 100644 index 0000000..f029aed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images52_jpg.rf.0c4ef2a4e2ee5c69197c5f6e63fceefc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images533_jpg.rf.5611cbbfca47b5dd723f9e926a13e0be.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images533_jpg.rf.5611cbbfca47b5dd723f9e926a13e0be.jpg new file mode 100644 index 0000000..5eced49 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images533_jpg.rf.5611cbbfca47b5dd723f9e926a13e0be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images598_jpg.rf.e94a7fc6ed8dc79882ec161cb2269da6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images598_jpg.rf.e94a7fc6ed8dc79882ec161cb2269da6.jpg new file mode 100644 index 0000000..2b86d57 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images598_jpg.rf.e94a7fc6ed8dc79882ec161cb2269da6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images5_jpg.rf.0cd14e73eafc2c80b6e076a69dffbb6b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images5_jpg.rf.0cd14e73eafc2c80b6e076a69dffbb6b.jpg new file mode 100644 index 0000000..530901a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images5_jpg.rf.0cd14e73eafc2c80b6e076a69dffbb6b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images610_jpg.rf.274a2d8095cf66840eeb0235106e7a33.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images610_jpg.rf.274a2d8095cf66840eeb0235106e7a33.jpg new file mode 100644 index 0000000..edfe015 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images610_jpg.rf.274a2d8095cf66840eeb0235106e7a33.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images622_jpg.rf.7fbfaffdbdc41ecf0bca1e089a02c5be.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images622_jpg.rf.7fbfaffdbdc41ecf0bca1e089a02c5be.jpg new file mode 100644 index 0000000..3b5ae89 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images622_jpg.rf.7fbfaffdbdc41ecf0bca1e089a02c5be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images65_jpg.rf.a8bb870a8a5b37d35448053a48301a56.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images65_jpg.rf.a8bb870a8a5b37d35448053a48301a56.jpg new file mode 100644 index 0000000..d96095b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images65_jpg.rf.a8bb870a8a5b37d35448053a48301a56.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images681_jpg.rf.d76faeb5d4935e61ed81fd6daf1948e2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images681_jpg.rf.d76faeb5d4935e61ed81fd6daf1948e2.jpg new file mode 100644 index 0000000..f712b7d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images681_jpg.rf.d76faeb5d4935e61ed81fd6daf1948e2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images853_jpg.rf.04f30d88ccce904fe8ef5ba905bf7eaa.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images853_jpg.rf.04f30d88ccce904fe8ef5ba905bf7eaa.jpg new file mode 100644 index 0000000..f076a39 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images853_jpg.rf.04f30d88ccce904fe8ef5ba905bf7eaa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images8_jpg.rf.b6945d3c68244a138d3100280a04d913.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images8_jpg.rf.b6945d3c68244a138d3100280a04d913.jpg new file mode 100644 index 0000000..b336fe5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images8_jpg.rf.b6945d3c68244a138d3100280a04d913.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images91_jpg.rf.8bd135da0c9819cc190bb16f7e813caf.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images91_jpg.rf.8bd135da0c9819cc190bb16f7e813caf.jpg new file mode 100644 index 0000000..4cfc91f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images91_jpg.rf.8bd135da0c9819cc190bb16f7e813caf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images922_jpg.rf.3111a670bd2b43d89bf910cb071a2441.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images922_jpg.rf.3111a670bd2b43d89bf910cb071a2441.jpg new file mode 100644 index 0000000..dfd2d71 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images922_jpg.rf.3111a670bd2b43d89bf910cb071a2441.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images932_jpg.rf.9b352caac83f1df7b294fc39e16e6995.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images932_jpg.rf.9b352caac83f1df7b294fc39e16e6995.jpg new file mode 100644 index 0000000..8f50a14 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images932_jpg.rf.9b352caac83f1df7b294fc39e16e6995.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images947_jpg.rf.22a2a20c12f7144923e283ada27d479c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images947_jpg.rf.22a2a20c12f7144923e283ada27d479c.jpg new file mode 100644 index 0000000..5598e3d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images947_jpg.rf.22a2a20c12f7144923e283ada27d479c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images987_jpg.rf.c2dc7c54e9f861e2aa67e5b96c5c81e0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images987_jpg.rf.c2dc7c54e9f861e2aa67e5b96c5c81e0.jpg new file mode 100644 index 0000000..2704a2b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images987_jpg.rf.c2dc7c54e9f861e2aa67e5b96c5c81e0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/images996_jpg.rf.6036740de4a80b62add90fbdc3d7aa14.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/images996_jpg.rf.6036740de4a80b62add90fbdc3d7aa14.jpg new file mode 100644 index 0000000..794fe10 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/images996_jpg.rf.6036740de4a80b62add90fbdc3d7aa14.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img170_jpg.rf.dfbe0cf6149a4a88681dae44e6ebadaf.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img170_jpg.rf.dfbe0cf6149a4a88681dae44e6ebadaf.jpg new file mode 100644 index 0000000..6f3a7f4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img170_jpg.rf.dfbe0cf6149a4a88681dae44e6ebadaf.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img576_jpg.rf.438566c8dd1b82550e463f4dbc442c93.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img576_jpg.rf.438566c8dd1b82550e463f4dbc442c93.jpg new file mode 100644 index 0000000..9fceb9d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img576_jpg.rf.438566c8dd1b82550e463f4dbc442c93.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0018_jpeg_jpg.rf.3baf0c7067d8cec746176ff45559a7f3.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0018_jpeg_jpg.rf.3baf0c7067d8cec746176ff45559a7f3.jpg new file mode 100644 index 0000000..bf27617 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0018_jpeg_jpg.rf.3baf0c7067d8cec746176ff45559a7f3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0019_jpeg_jpg.rf.248cf72932ef5bb73ea3a52b747375c3.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0019_jpeg_jpg.rf.248cf72932ef5bb73ea3a52b747375c3.jpg new file mode 100644 index 0000000..c2e1056 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0019_jpeg_jpg.rf.248cf72932ef5bb73ea3a52b747375c3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0028-1-_jpeg_jpg.rf.93ce92990209496c7fbc7fee8dd8ce74.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0028-1-_jpeg_jpg.rf.93ce92990209496c7fbc7fee8dd8ce74.jpg new file mode 100644 index 0000000..6e8de20 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0028-1-_jpeg_jpg.rf.93ce92990209496c7fbc7fee8dd8ce74.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0031-1-_jpeg_jpg.rf.e23f5fa3237c0d2368a7df345fc9305d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0031-1-_jpeg_jpg.rf.e23f5fa3237c0d2368a7df345fc9305d.jpg new file mode 100644 index 0000000..0edb839 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0031-1-_jpeg_jpg.rf.e23f5fa3237c0d2368a7df345fc9305d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0052_jpeg_jpg.rf.d1d58cd42b63691267aa4f4fe7eb262d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0052_jpeg_jpg.rf.d1d58cd42b63691267aa4f4fe7eb262d.jpg new file mode 100644 index 0000000..dff4c60 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0052_jpeg_jpg.rf.d1d58cd42b63691267aa4f4fe7eb262d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0053_jpeg_jpg.rf.ef84471ac972183702b87fa232c8b0e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0053_jpeg_jpg.rf.ef84471ac972183702b87fa232c8b0e7.jpg new file mode 100644 index 0000000..f72a66d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0053_jpeg_jpg.rf.ef84471ac972183702b87fa232c8b0e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0070_jpeg_jpg.rf.91b4834bca7557340694ab38916be1ac.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0070_jpeg_jpg.rf.91b4834bca7557340694ab38916be1ac.jpg new file mode 100644 index 0000000..3d7851d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0070_jpeg_jpg.rf.91b4834bca7557340694ab38916be1ac.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0082_jpeg_jpg.rf.939bf5341907297f1cd0fd09802005be.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0082_jpeg_jpg.rf.939bf5341907297f1cd0fd09802005be.jpg new file mode 100644 index 0000000..fac818f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0082_jpeg_jpg.rf.939bf5341907297f1cd0fd09802005be.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0083-1-_jpeg_jpg.rf.b05adf0128fcd95f0d8fbdf52ed8b30c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0083-1-_jpeg_jpg.rf.b05adf0128fcd95f0d8fbdf52ed8b30c.jpg new file mode 100644 index 0000000..5ce7a35 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0083-1-_jpeg_jpg.rf.b05adf0128fcd95f0d8fbdf52ed8b30c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0084_jpeg_jpg.rf.c7ef38ee86d5513498d8f08eb93952ef.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0084_jpeg_jpg.rf.c7ef38ee86d5513498d8f08eb93952ef.jpg new file mode 100644 index 0000000..3b61f1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0084_jpeg_jpg.rf.c7ef38ee86d5513498d8f08eb93952ef.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0092_jpeg_jpg.rf.d431b7bfcd4db7ce1d178a0408283d24.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0092_jpeg_jpg.rf.d431b7bfcd4db7ce1d178a0408283d24.jpg new file mode 100644 index 0000000..3e73ffb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0092_jpeg_jpg.rf.d431b7bfcd4db7ce1d178a0408283d24.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0099_jpeg_jpg.rf.429fa9daaf51ba069dfcfd6c56fa1d06.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0099_jpeg_jpg.rf.429fa9daaf51ba069dfcfd6c56fa1d06.jpg new file mode 100644 index 0000000..a3d87e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0099_jpeg_jpg.rf.429fa9daaf51ba069dfcfd6c56fa1d06.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0101-1-_jpeg_jpg.rf.25f6c108feeecbd54964eb2cd8f86e91.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0101-1-_jpeg_jpg.rf.25f6c108feeecbd54964eb2cd8f86e91.jpg new file mode 100644 index 0000000..1c12c94 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0101-1-_jpeg_jpg.rf.25f6c108feeecbd54964eb2cd8f86e91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0102_jpeg_jpg.rf.712c7317d1275c47330c236a8b81b94f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0102_jpeg_jpg.rf.712c7317d1275c47330c236a8b81b94f.jpg new file mode 100644 index 0000000..3a62a19 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0102_jpeg_jpg.rf.712c7317d1275c47330c236a8b81b94f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0104_jpeg_jpg.rf.8f6cd33ef7bf74b8ee7b2adac4ab8fbb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0104_jpeg_jpg.rf.8f6cd33ef7bf74b8ee7b2adac4ab8fbb.jpg new file mode 100644 index 0000000..bb7de7b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0104_jpeg_jpg.rf.8f6cd33ef7bf74b8ee7b2adac4ab8fbb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0116_jpeg_jpg.rf.6f41e812219de31c6de15819dd12f5cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0116_jpeg_jpg.rf.6f41e812219de31c6de15819dd12f5cd.jpg new file mode 100644 index 0000000..f090e2e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0116_jpeg_jpg.rf.6f41e812219de31c6de15819dd12f5cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0129_jpeg_jpg.rf.75109cfb42dc43d5d55335d64ba69b35.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0129_jpeg_jpg.rf.75109cfb42dc43d5d55335d64ba69b35.jpg new file mode 100644 index 0000000..f0bfdc6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0129_jpeg_jpg.rf.75109cfb42dc43d5d55335d64ba69b35.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0147_jpeg_jpg.rf.ffe4a6508086522a9765a6ddacb7a431.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0147_jpeg_jpg.rf.ffe4a6508086522a9765a6ddacb7a431.jpg new file mode 100644 index 0000000..40ea9bf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0147_jpeg_jpg.rf.ffe4a6508086522a9765a6ddacb7a431.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0157_jpeg_jpg.rf.cb5c8954fab33cf3d47354eeacbcc6cb.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0157_jpeg_jpg.rf.cb5c8954fab33cf3d47354eeacbcc6cb.jpg new file mode 100644 index 0000000..33ca948 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0157_jpeg_jpg.rf.cb5c8954fab33cf3d47354eeacbcc6cb.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0159_jpeg_jpg.rf.715605c18a1a3c641505bff43d8557fe.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0159_jpeg_jpg.rf.715605c18a1a3c641505bff43d8557fe.jpg new file mode 100644 index 0000000..6681d76 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0159_jpeg_jpg.rf.715605c18a1a3c641505bff43d8557fe.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0164-1-_jpeg_jpg.rf.8a2f28fec825a3747246c1e0743f9059.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0164-1-_jpeg_jpg.rf.8a2f28fec825a3747246c1e0743f9059.jpg new file mode 100644 index 0000000..5dd9ecf Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0164-1-_jpeg_jpg.rf.8a2f28fec825a3747246c1e0743f9059.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0185_jpeg_jpg.rf.4c8e8e8d592d7cae109d335f91bceba9.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0185_jpeg_jpg.rf.4c8e8e8d592d7cae109d335f91bceba9.jpg new file mode 100644 index 0000000..640bb3f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0185_jpeg_jpg.rf.4c8e8e8d592d7cae109d335f91bceba9.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0205_jpeg_jpg.rf.86dfd33c914bdb286580356763182cc0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0205_jpeg_jpg.rf.86dfd33c914bdb286580356763182cc0.jpg new file mode 100644 index 0000000..ae4a21c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0205_jpeg_jpg.rf.86dfd33c914bdb286580356763182cc0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0206_jpeg_jpg.rf.2a026f1b5f91d83108d0339dc1b54b79.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0206_jpeg_jpg.rf.2a026f1b5f91d83108d0339dc1b54b79.jpg new file mode 100644 index 0000000..c7ef6da Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0206_jpeg_jpg.rf.2a026f1b5f91d83108d0339dc1b54b79.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0214_jpeg_jpg.rf.a17c6e021d5fa58b453ef715f323a3b0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0214_jpeg_jpg.rf.a17c6e021d5fa58b453ef715f323a3b0.jpg new file mode 100644 index 0000000..344dabb Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0214_jpeg_jpg.rf.a17c6e021d5fa58b453ef715f323a3b0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0244-1-_jpeg_jpg.rf.3f0627312bd17f678ef04f50fb573fc3.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0244-1-_jpeg_jpg.rf.3f0627312bd17f678ef04f50fb573fc3.jpg new file mode 100644 index 0000000..7e2dc98 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0244-1-_jpeg_jpg.rf.3f0627312bd17f678ef04f50fb573fc3.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0245-1-_jpeg_jpg.rf.5253f7593f604e0d4c1260bc6e3f98df.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0245-1-_jpeg_jpg.rf.5253f7593f604e0d4c1260bc6e3f98df.jpg new file mode 100644 index 0000000..f68a6b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0245-1-_jpeg_jpg.rf.5253f7593f604e0d4c1260bc6e3f98df.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0251_jpeg_jpg.rf.fe48635e0397bac04e9f53014a1af15d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0251_jpeg_jpg.rf.fe48635e0397bac04e9f53014a1af15d.jpg new file mode 100644 index 0000000..30ffbaa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0251_jpeg_jpg.rf.fe48635e0397bac04e9f53014a1af15d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0254_jpeg_jpg.rf.bd5116807b1dbc50a9d959197e83645b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0254_jpeg_jpg.rf.bd5116807b1dbc50a9d959197e83645b.jpg new file mode 100644 index 0000000..b8e3afa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0254_jpeg_jpg.rf.bd5116807b1dbc50a9d959197e83645b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0256_jpeg_jpg.rf.01ed104cd380ab5cb1aa96bd86997f70.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0256_jpeg_jpg.rf.01ed104cd380ab5cb1aa96bd86997f70.jpg new file mode 100644 index 0000000..07c8df7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0256_jpeg_jpg.rf.01ed104cd380ab5cb1aa96bd86997f70.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0260_jpeg_jpg.rf.91f107d5c1d5c8559b09bcb8133877c8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0260_jpeg_jpg.rf.91f107d5c1d5c8559b09bcb8133877c8.jpg new file mode 100644 index 0000000..953e666 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0260_jpeg_jpg.rf.91f107d5c1d5c8559b09bcb8133877c8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0262_jpeg_jpg.rf.3a5750d2aac232b834e382e2da6f31f0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0262_jpeg_jpg.rf.3a5750d2aac232b834e382e2da6f31f0.jpg new file mode 100644 index 0000000..c315f77 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0262_jpeg_jpg.rf.3a5750d2aac232b834e382e2da6f31f0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0263_jpeg_jpg.rf.02fd80269fe97029c5d6487ac1277fe1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0263_jpeg_jpg.rf.02fd80269fe97029c5d6487ac1277fe1.jpg new file mode 100644 index 0000000..48264ac Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0263_jpeg_jpg.rf.02fd80269fe97029c5d6487ac1277fe1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0270_jpeg_jpg.rf.d2b87ff63d8cc073dd54d78ec62ee93a.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0270_jpeg_jpg.rf.d2b87ff63d8cc073dd54d78ec62ee93a.jpg new file mode 100644 index 0000000..83095d8 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0270_jpeg_jpg.rf.d2b87ff63d8cc073dd54d78ec62ee93a.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0279_jpeg_jpg.rf.767b5abe8bc6e85e7fa56af58754835c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0279_jpeg_jpg.rf.767b5abe8bc6e85e7fa56af58754835c.jpg new file mode 100644 index 0000000..78d0095 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0279_jpeg_jpg.rf.767b5abe8bc6e85e7fa56af58754835c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0287_jpeg_jpg.rf.bedc8bc9614b88481386ed76f16d9010.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0287_jpeg_jpg.rf.bedc8bc9614b88481386ed76f16d9010.jpg new file mode 100644 index 0000000..41732c9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0287_jpeg_jpg.rf.bedc8bc9614b88481386ed76f16d9010.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0292-1-_jpeg_jpg.rf.c8e88dedef62b29a6531d404d24acf9d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0292-1-_jpeg_jpg.rf.c8e88dedef62b29a6531d404d24acf9d.jpg new file mode 100644 index 0000000..04147c7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0292-1-_jpeg_jpg.rf.c8e88dedef62b29a6531d404d24acf9d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0302_jpeg_jpg.rf.b04bb4577b9776d8ae1b020ce7ca39fa.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0302_jpeg_jpg.rf.b04bb4577b9776d8ae1b020ce7ca39fa.jpg new file mode 100644 index 0000000..c277624 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0302_jpeg_jpg.rf.b04bb4577b9776d8ae1b020ce7ca39fa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0308-1-_jpeg_jpg.rf.4b24862df65f41919f1d96fc6f0bf2f8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0308-1-_jpeg_jpg.rf.4b24862df65f41919f1d96fc6f0bf2f8.jpg new file mode 100644 index 0000000..e5a0f03 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0308-1-_jpeg_jpg.rf.4b24862df65f41919f1d96fc6f0bf2f8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0309_jpeg_jpg.rf.1e97deda01f1f9ca3843576092311e3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0309_jpeg_jpg.rf.1e97deda01f1f9ca3843576092311e3e.jpg new file mode 100644 index 0000000..862efd5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0309_jpeg_jpg.rf.1e97deda01f1f9ca3843576092311e3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0334-1-_jpeg_jpg.rf.15c680ff752f63435aa018fd068238f6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0334-1-_jpeg_jpg.rf.15c680ff752f63435aa018fd068238f6.jpg new file mode 100644 index 0000000..5cdb297 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0334-1-_jpeg_jpg.rf.15c680ff752f63435aa018fd068238f6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0350_jpeg_jpg.rf.7449b32b7656f9f4ddc7188f1751a193.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0350_jpeg_jpg.rf.7449b32b7656f9f4ddc7188f1751a193.jpg new file mode 100644 index 0000000..85dc005 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0350_jpeg_jpg.rf.7449b32b7656f9f4ddc7188f1751a193.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0354_jpeg_jpg.rf.0faf041b7ead9198a6269bef3a9ca13c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0354_jpeg_jpg.rf.0faf041b7ead9198a6269bef3a9ca13c.jpg new file mode 100644 index 0000000..4095cd1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0354_jpeg_jpg.rf.0faf041b7ead9198a6269bef3a9ca13c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0383-1-_jpeg_jpg.rf.c5ec51a6f5dc4dc4e1ab5479f3c02166.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0383-1-_jpeg_jpg.rf.c5ec51a6f5dc4dc4e1ab5479f3c02166.jpg new file mode 100644 index 0000000..f7ab4ad Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0383-1-_jpeg_jpg.rf.c5ec51a6f5dc4dc4e1ab5479f3c02166.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0388_jpeg_jpg.rf.f413359783cb7d25bc3334cfe06eb4dc.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0388_jpeg_jpg.rf.f413359783cb7d25bc3334cfe06eb4dc.jpg new file mode 100644 index 0000000..edce670 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0388_jpeg_jpg.rf.f413359783cb7d25bc3334cfe06eb4dc.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0389-1-_jpeg_jpg.rf.86a466e7fa5c53adb24dfd891962d8b5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0389-1-_jpeg_jpg.rf.86a466e7fa5c53adb24dfd891962d8b5.jpg new file mode 100644 index 0000000..4d401f5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0389-1-_jpeg_jpg.rf.86a466e7fa5c53adb24dfd891962d8b5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0393-1-_jpeg_jpg.rf.7f39a9987523b3d92c6442960d16fd4c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0393-1-_jpeg_jpg.rf.7f39a9987523b3d92c6442960d16fd4c.jpg new file mode 100644 index 0000000..3bbcae2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0393-1-_jpeg_jpg.rf.7f39a9987523b3d92c6442960d16fd4c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0396-1-_jpeg_jpg.rf.92d48c535aad1a653d0c67c23042ec91.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0396-1-_jpeg_jpg.rf.92d48c535aad1a653d0c67c23042ec91.jpg new file mode 100644 index 0000000..f062b7b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0396-1-_jpeg_jpg.rf.92d48c535aad1a653d0c67c23042ec91.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0403_jpeg_jpg.rf.1fcf0f9276bec9ffeea2b83382f144bd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0403_jpeg_jpg.rf.1fcf0f9276bec9ffeea2b83382f144bd.jpg new file mode 100644 index 0000000..2a1fee0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0403_jpeg_jpg.rf.1fcf0f9276bec9ffeea2b83382f144bd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0413_jpeg_jpg.rf.1cbe37592ee790fb9a77117766598675.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0413_jpeg_jpg.rf.1cbe37592ee790fb9a77117766598675.jpg new file mode 100644 index 0000000..ce40d7a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0413_jpeg_jpg.rf.1cbe37592ee790fb9a77117766598675.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0416_jpeg_jpg.rf.d468f06f6e09f98d98dcf770af9a53d7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0416_jpeg_jpg.rf.d468f06f6e09f98d98dcf770af9a53d7.jpg new file mode 100644 index 0000000..faa22aa Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0416_jpeg_jpg.rf.d468f06f6e09f98d98dcf770af9a53d7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0423_jpeg_jpg.rf.51d7ae6c64d855c807cb4ce57cca8ce1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0423_jpeg_jpg.rf.51d7ae6c64d855c807cb4ce57cca8ce1.jpg new file mode 100644 index 0000000..ac7fce9 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0423_jpeg_jpg.rf.51d7ae6c64d855c807cb4ce57cca8ce1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0425_jpeg_jpg.rf.776ab63e3989bdfff4d592b845b7804e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0425_jpeg_jpg.rf.776ab63e3989bdfff4d592b845b7804e.jpg new file mode 100644 index 0000000..ed92fec Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0425_jpeg_jpg.rf.776ab63e3989bdfff4d592b845b7804e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0443-1-_jpeg_jpg.rf.e0eed831260adc1df12ea46557a16fb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0443-1-_jpeg_jpg.rf.e0eed831260adc1df12ea46557a16fb2.jpg new file mode 100644 index 0000000..5e7266d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0443-1-_jpeg_jpg.rf.e0eed831260adc1df12ea46557a16fb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0448_jpeg_jpg.rf.377f8f8872558a03b99d28fdf43b40ce.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0448_jpeg_jpg.rf.377f8f8872558a03b99d28fdf43b40ce.jpg new file mode 100644 index 0000000..6d07f5e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0448_jpeg_jpg.rf.377f8f8872558a03b99d28fdf43b40ce.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0453-1-_jpeg_jpg.rf.53335b8e4a1f774889236655ef6ac72c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0453-1-_jpeg_jpg.rf.53335b8e4a1f774889236655ef6ac72c.jpg new file mode 100644 index 0000000..ffcbb98 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0453-1-_jpeg_jpg.rf.53335b8e4a1f774889236655ef6ac72c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0456-1-_jpeg_jpg.rf.e8214cd920895012fce0c3972b4acc17.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0456-1-_jpeg_jpg.rf.e8214cd920895012fce0c3972b4acc17.jpg new file mode 100644 index 0000000..8c2d8b0 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0456-1-_jpeg_jpg.rf.e8214cd920895012fce0c3972b4acc17.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0467-1-_jpeg_jpg.rf.183b16294ea1a78f59b05697daead83d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0467-1-_jpeg_jpg.rf.183b16294ea1a78f59b05697daead83d.jpg new file mode 100644 index 0000000..88dddcd Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0467-1-_jpeg_jpg.rf.183b16294ea1a78f59b05697daead83d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0501-1-_jpeg_jpg.rf.40e910fa05388543aebe6544d48f8d2d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0501-1-_jpeg_jpg.rf.40e910fa05388543aebe6544d48f8d2d.jpg new file mode 100644 index 0000000..c210b1a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0501-1-_jpeg_jpg.rf.40e910fa05388543aebe6544d48f8d2d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0512-1-_jpeg_jpg.rf.8b7a9817e889ca852dd33221a099f0aa.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0512-1-_jpeg_jpg.rf.8b7a9817e889ca852dd33221a099f0aa.jpg new file mode 100644 index 0000000..22dd3ae Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0512-1-_jpeg_jpg.rf.8b7a9817e889ca852dd33221a099f0aa.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0513-1-_jpeg_jpg.rf.10d3e933d50edd410827f40868bdab63.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0513-1-_jpeg_jpg.rf.10d3e933d50edd410827f40868bdab63.jpg new file mode 100644 index 0000000..0cc67c6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0513-1-_jpeg_jpg.rf.10d3e933d50edd410827f40868bdab63.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0548-1-_jpeg_jpg.rf.7fbc14111bbc20ce01b663cca5c3414f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0548-1-_jpeg_jpg.rf.7fbc14111bbc20ce01b663cca5c3414f.jpg new file mode 100644 index 0000000..f615220 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0548-1-_jpeg_jpg.rf.7fbc14111bbc20ce01b663cca5c3414f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0552_jpeg_jpg.rf.327407c0d48ef4a9d9cc4a27be19fe2e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0552_jpeg_jpg.rf.327407c0d48ef4a9d9cc4a27be19fe2e.jpg new file mode 100644 index 0000000..a7adf6a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0552_jpeg_jpg.rf.327407c0d48ef4a9d9cc4a27be19fe2e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0558-1-_jpeg_jpg.rf.570681978889a26bcabf07f2c763ba32.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0558-1-_jpeg_jpg.rf.570681978889a26bcabf07f2c763ba32.jpg new file mode 100644 index 0000000..edc455f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0558-1-_jpeg_jpg.rf.570681978889a26bcabf07f2c763ba32.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0565_jpeg_jpg.rf.87343ef11a8664a4353a3dd1d58db7fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0565_jpeg_jpg.rf.87343ef11a8664a4353a3dd1d58db7fd.jpg new file mode 100644 index 0000000..271d53a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0565_jpeg_jpg.rf.87343ef11a8664a4353a3dd1d58db7fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0572-1-_jpeg_jpg.rf.4eb1c2a6aaa67e421be42a4041a6fcb2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0572-1-_jpeg_jpg.rf.4eb1c2a6aaa67e421be42a4041a6fcb2.jpg new file mode 100644 index 0000000..2ee8425 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0572-1-_jpeg_jpg.rf.4eb1c2a6aaa67e421be42a4041a6fcb2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0577-1-_jpeg_jpg.rf.d9a8655eb48c4570a1801c1a7a4a65b6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0577-1-_jpeg_jpg.rf.d9a8655eb48c4570a1801c1a7a4a65b6.jpg new file mode 100644 index 0000000..12dfb6d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0577-1-_jpeg_jpg.rf.d9a8655eb48c4570a1801c1a7a4a65b6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0580-1-_jpeg_jpg.rf.e8a2d44a5970f278933180d5577643cd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0580-1-_jpeg_jpg.rf.e8a2d44a5970f278933180d5577643cd.jpg new file mode 100644 index 0000000..d574498 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0580-1-_jpeg_jpg.rf.e8a2d44a5970f278933180d5577643cd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0584_jpeg_jpg.rf.f35b7ea9106e2987c714d277e341f1ff.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0584_jpeg_jpg.rf.f35b7ea9106e2987c714d277e341f1ff.jpg new file mode 100644 index 0000000..2dc6067 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0584_jpeg_jpg.rf.f35b7ea9106e2987c714d277e341f1ff.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0603-1-_jpeg_jpg.rf.7fd4d934d79b3285c6f1bc29910104d4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0603-1-_jpeg_jpg.rf.7fd4d934d79b3285c6f1bc29910104d4.jpg new file mode 100644 index 0000000..69dc8a4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0603-1-_jpeg_jpg.rf.7fd4d934d79b3285c6f1bc29910104d4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0606-1-_jpeg_jpg.rf.ac3792bd6ae4c918cad627bee56e5a04.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0606-1-_jpeg_jpg.rf.ac3792bd6ae4c918cad627bee56e5a04.jpg new file mode 100644 index 0000000..bfd2cf6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0606-1-_jpeg_jpg.rf.ac3792bd6ae4c918cad627bee56e5a04.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0608-1-_jpeg_jpg.rf.dc6818be53c6e3e8dd4d919d21de05e1.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0608-1-_jpeg_jpg.rf.dc6818be53c6e3e8dd4d919d21de05e1.jpg new file mode 100644 index 0000000..ac06328 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0608-1-_jpeg_jpg.rf.dc6818be53c6e3e8dd4d919d21de05e1.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0610_jpeg_jpg.rf.7395bb540b2014c631523bbf8b890491.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0610_jpeg_jpg.rf.7395bb540b2014c631523bbf8b890491.jpg new file mode 100644 index 0000000..05e55e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0610_jpeg_jpg.rf.7395bb540b2014c631523bbf8b890491.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0614-1-_jpeg_jpg.rf.d5541c58c71ac21ed28c371ccd891e5d.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0614-1-_jpeg_jpg.rf.d5541c58c71ac21ed28c371ccd891e5d.jpg new file mode 100644 index 0000000..d71ecd2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0614-1-_jpeg_jpg.rf.d5541c58c71ac21ed28c371ccd891e5d.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0616_jpeg_jpg.rf.f49c2bd84581636bb0c0a258adea2f44.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0616_jpeg_jpg.rf.f49c2bd84581636bb0c0a258adea2f44.jpg new file mode 100644 index 0000000..a2ef181 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0616_jpeg_jpg.rf.f49c2bd84581636bb0c0a258adea2f44.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0618-1-_jpeg_jpg.rf.3f3692beef79ca3f76078f33da303b4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0618-1-_jpeg_jpg.rf.3f3692beef79ca3f76078f33da303b4f.jpg new file mode 100644 index 0000000..d5eb24f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0618-1-_jpeg_jpg.rf.3f3692beef79ca3f76078f33da303b4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0626-1-_jpeg_jpg.rf.0c25a15356fa18d33b01e2130ce25691.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0626-1-_jpeg_jpg.rf.0c25a15356fa18d33b01e2130ce25691.jpg new file mode 100644 index 0000000..78ddaed Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0626-1-_jpeg_jpg.rf.0c25a15356fa18d33b01e2130ce25691.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0635_jpeg_jpg.rf.b0af7483f2370346ab8ba17a977e1bde.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0635_jpeg_jpg.rf.b0af7483f2370346ab8ba17a977e1bde.jpg new file mode 100644 index 0000000..e6d1450 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0635_jpeg_jpg.rf.b0af7483f2370346ab8ba17a977e1bde.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0637_jpeg_jpg.rf.898dcbaff4c0943cfc7ccf777bb9ff92.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0637_jpeg_jpg.rf.898dcbaff4c0943cfc7ccf777bb9ff92.jpg new file mode 100644 index 0000000..377cfd4 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0637_jpeg_jpg.rf.898dcbaff4c0943cfc7ccf777bb9ff92.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0638-1-_jpeg_jpg.rf.5150f635f5186caef9fecea472aca121.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0638-1-_jpeg_jpg.rf.5150f635f5186caef9fecea472aca121.jpg new file mode 100644 index 0000000..b51c271 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0638-1-_jpeg_jpg.rf.5150f635f5186caef9fecea472aca121.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0639-1-_jpeg_jpg.rf.c95d7196d48598b6feff0fc429dde4e7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0639-1-_jpeg_jpg.rf.c95d7196d48598b6feff0fc429dde4e7.jpg new file mode 100644 index 0000000..66b1b0f Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0639-1-_jpeg_jpg.rf.c95d7196d48598b6feff0fc429dde4e7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0651-1-_jpeg_jpg.rf.8553aa09dae7222e11ef150063163d7e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0651-1-_jpeg_jpg.rf.8553aa09dae7222e11ef150063163d7e.jpg new file mode 100644 index 0000000..cd23255 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0651-1-_jpeg_jpg.rf.8553aa09dae7222e11ef150063163d7e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0653_jpeg_jpg.rf.70d91cd9c407d42b639319b9c2b80d6c.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0653_jpeg_jpg.rf.70d91cd9c407d42b639319b9c2b80d6c.jpg new file mode 100644 index 0000000..99d4eb5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0653_jpeg_jpg.rf.70d91cd9c407d42b639319b9c2b80d6c.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0656_jpeg_jpg.rf.75f8d76ea7f5785d62d63311a720e694.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0656_jpeg_jpg.rf.75f8d76ea7f5785d62d63311a720e694.jpg new file mode 100644 index 0000000..ba1d5b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0656_jpeg_jpg.rf.75f8d76ea7f5785d62d63311a720e694.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0658_jpeg_jpg.rf.b46ffa7f31bd34fa9d43be3dfb6d7f11.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0658_jpeg_jpg.rf.b46ffa7f31bd34fa9d43be3dfb6d7f11.jpg new file mode 100644 index 0000000..646da8a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0658_jpeg_jpg.rf.b46ffa7f31bd34fa9d43be3dfb6d7f11.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0665-1-_jpeg_jpg.rf.415d7811798e81cb415dc72e358c9d3e.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0665-1-_jpeg_jpg.rf.415d7811798e81cb415dc72e358c9d3e.jpg new file mode 100644 index 0000000..b0050de Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0665-1-_jpeg_jpg.rf.415d7811798e81cb415dc72e358c9d3e.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0666-1-_jpeg_jpg.rf.8732f28f82a97e1c35daacd0f53690c7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0666-1-_jpeg_jpg.rf.8732f28f82a97e1c35daacd0f53690c7.jpg new file mode 100644 index 0000000..0c00d58 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0666-1-_jpeg_jpg.rf.8732f28f82a97e1c35daacd0f53690c7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0683_jpeg_jpg.rf.b33a007588316904febd1c0417b31543.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0683_jpeg_jpg.rf.b33a007588316904febd1c0417b31543.jpg new file mode 100644 index 0000000..5f69e30 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0683_jpeg_jpg.rf.b33a007588316904febd1c0417b31543.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0694_jpeg_jpg.rf.c892795522f4eef85043ca59acb17051.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0694_jpeg_jpg.rf.c892795522f4eef85043ca59acb17051.jpg new file mode 100644 index 0000000..feeef20 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0694_jpeg_jpg.rf.c892795522f4eef85043ca59acb17051.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0701-1-_jpeg_jpg.rf.df27c5a7c4012ae14709ddf47193152b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0701-1-_jpeg_jpg.rf.df27c5a7c4012ae14709ddf47193152b.jpg new file mode 100644 index 0000000..95c6e6e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0701-1-_jpeg_jpg.rf.df27c5a7c4012ae14709ddf47193152b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0704-1-_jpeg_jpg.rf.b21b4ef41b871c3dd4c571a78e11b3d6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0704-1-_jpeg_jpg.rf.b21b4ef41b871c3dd4c571a78e11b3d6.jpg new file mode 100644 index 0000000..df2f5f7 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0704-1-_jpeg_jpg.rf.b21b4ef41b871c3dd4c571a78e11b3d6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0708-1-_jpeg_jpg.rf.5e1a4bb5a268a40def220383cd233a4f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0708-1-_jpeg_jpg.rf.5e1a4bb5a268a40def220383cd233a4f.jpg new file mode 100644 index 0000000..10b61d5 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0708-1-_jpeg_jpg.rf.5e1a4bb5a268a40def220383cd233a4f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0713-1-_jpeg_jpg.rf.149df4dfa553476b682e26d9a991afb0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0713-1-_jpeg_jpg.rf.149df4dfa553476b682e26d9a991afb0.jpg new file mode 100644 index 0000000..b3575d1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0713-1-_jpeg_jpg.rf.149df4dfa553476b682e26d9a991afb0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0716_jpeg_jpg.rf.2eb3f2cbf18038005fc20b777e6da14f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0716_jpeg_jpg.rf.2eb3f2cbf18038005fc20b777e6da14f.jpg new file mode 100644 index 0000000..883b153 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0716_jpeg_jpg.rf.2eb3f2cbf18038005fc20b777e6da14f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0734-1-_jpeg_jpg.rf.edfbf96f06e5dbd5c1b425868a2a05fd.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0734-1-_jpeg_jpg.rf.edfbf96f06e5dbd5c1b425868a2a05fd.jpg new file mode 100644 index 0000000..107c427 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0734-1-_jpeg_jpg.rf.edfbf96f06e5dbd5c1b425868a2a05fd.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0744-1-_jpeg_jpg.rf.c4010ae2b55c0b4d86d862ecd2e49d4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0744-1-_jpeg_jpg.rf.c4010ae2b55c0b4d86d862ecd2e49d4b.jpg new file mode 100644 index 0000000..851f1c2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0744-1-_jpeg_jpg.rf.c4010ae2b55c0b4d86d862ecd2e49d4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0766-1-_jpeg_jpg.rf.3f960b12e83c6dfb1d61674e35414e4b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0766-1-_jpeg_jpg.rf.3f960b12e83c6dfb1d61674e35414e4b.jpg new file mode 100644 index 0000000..9799b46 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0766-1-_jpeg_jpg.rf.3f960b12e83c6dfb1d61674e35414e4b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0788-1-_jpeg_jpg.rf.6e5895396ea1c793a9c1b92e8ab16cc0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0788-1-_jpeg_jpg.rf.6e5895396ea1c793a9c1b92e8ab16cc0.jpg new file mode 100644 index 0000000..21f7d98 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0788-1-_jpeg_jpg.rf.6e5895396ea1c793a9c1b92e8ab16cc0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0793-1-_jpeg_jpg.rf.af61e6739452e82d9e4672d58f0e5100.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0793-1-_jpeg_jpg.rf.af61e6739452e82d9e4672d58f0e5100.jpg new file mode 100644 index 0000000..b4eb4e6 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0793-1-_jpeg_jpg.rf.af61e6739452e82d9e4672d58f0e5100.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0802-1-_jpeg_jpg.rf.cc1cdeedf8f77fb9c100f7053e67c858.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0802-1-_jpeg_jpg.rf.cc1cdeedf8f77fb9c100f7053e67c858.jpg new file mode 100644 index 0000000..90d894d Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0802-1-_jpeg_jpg.rf.cc1cdeedf8f77fb9c100f7053e67c858.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0810-1-_jpeg_jpg.rf.a2ace3799e79ce1945d628c0744c5e69.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0810-1-_jpeg_jpg.rf.a2ace3799e79ce1945d628c0744c5e69.jpg new file mode 100644 index 0000000..c313cea Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0810-1-_jpeg_jpg.rf.a2ace3799e79ce1945d628c0744c5e69.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0813-1-_jpeg_jpg.rf.78be4de88eeae0ad17a4dd85ef9120f2.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0813-1-_jpeg_jpg.rf.78be4de88eeae0ad17a4dd85ef9120f2.jpg new file mode 100644 index 0000000..55489b3 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0813-1-_jpeg_jpg.rf.78be4de88eeae0ad17a4dd85ef9120f2.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0815-1-_jpeg_jpg.rf.95cf867fec4c15ab591585c51cb7a682.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0815-1-_jpeg_jpg.rf.95cf867fec4c15ab591585c51cb7a682.jpg new file mode 100644 index 0000000..c28c608 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0815-1-_jpeg_jpg.rf.95cf867fec4c15ab591585c51cb7a682.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0840_jpeg_jpg.rf.660502903ca490810b6562518adccb8b.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0840_jpeg_jpg.rf.660502903ca490810b6562518adccb8b.jpg new file mode 100644 index 0000000..d5499e2 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0840_jpeg_jpg.rf.660502903ca490810b6562518adccb8b.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0844-1-_jpeg_jpg.rf.742cf92fe7d37ccce4706b92b4dd84a0.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0844-1-_jpeg_jpg.rf.742cf92fe7d37ccce4706b92b4dd84a0.jpg new file mode 100644 index 0000000..7756822 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0844-1-_jpeg_jpg.rf.742cf92fe7d37ccce4706b92b4dd84a0.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0854_jpeg_jpg.rf.a5803bac6b3fd0ecad09deb625e44794.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0854_jpeg_jpg.rf.a5803bac6b3fd0ecad09deb625e44794.jpg new file mode 100644 index 0000000..cf34af1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0854_jpeg_jpg.rf.a5803bac6b3fd0ecad09deb625e44794.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0903-1-_jpeg_jpg.rf.ad4f5a6d98276233437209d8bf1e4888.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0903-1-_jpeg_jpg.rf.ad4f5a6d98276233437209d8bf1e4888.jpg new file mode 100644 index 0000000..8457514 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0903-1-_jpeg_jpg.rf.ad4f5a6d98276233437209d8bf1e4888.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0909-1-_jpeg_jpg.rf.3fa6b546386f53f0e16fa62573b14a19.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0909-1-_jpeg_jpg.rf.3fa6b546386f53f0e16fa62573b14a19.jpg new file mode 100644 index 0000000..1313f4c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0909-1-_jpeg_jpg.rf.3fa6b546386f53f0e16fa62573b14a19.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0910-1-_jpeg_jpg.rf.e3b302122f24439e95e0822c63399be7.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0910-1-_jpeg_jpg.rf.e3b302122f24439e95e0822c63399be7.jpg new file mode 100644 index 0000000..f2c3735 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0910-1-_jpeg_jpg.rf.e3b302122f24439e95e0822c63399be7.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0939_jpeg_jpg.rf.ab7371679002b45c0d1730777fb38ab6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0939_jpeg_jpg.rf.ab7371679002b45c0d1730777fb38ab6.jpg new file mode 100644 index 0000000..d786867 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0939_jpeg_jpg.rf.ab7371679002b45c0d1730777fb38ab6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0950-1-_jpeg_jpg.rf.58a4e63fe3f07a0bfc61f653dc8d25a6.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0950-1-_jpeg_jpg.rf.58a4e63fe3f07a0bfc61f653dc8d25a6.jpg new file mode 100644 index 0000000..3b6dc5b Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0950-1-_jpeg_jpg.rf.58a4e63fe3f07a0bfc61f653dc8d25a6.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0952-1-_jpeg_jpg.rf.84465ea50f84206bbac04e4aa9b176e4.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0952-1-_jpeg_jpg.rf.84465ea50f84206bbac04e4aa9b176e4.jpg new file mode 100644 index 0000000..f8b7b5a Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0952-1-_jpeg_jpg.rf.84465ea50f84206bbac04e4aa9b176e4.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0953_jpeg_jpg.rf.e5cc533edc45c005e20461139b904e54.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0953_jpeg_jpg.rf.e5cc533edc45c005e20461139b904e54.jpg new file mode 100644 index 0000000..6de11df Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0953_jpeg_jpg.rf.e5cc533edc45c005e20461139b904e54.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0974_jpeg_jpg.rf.b7d4b615a5448733b1c67d413cc0f98f.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0974_jpeg_jpg.rf.b7d4b615a5448733b1c67d413cc0f98f.jpg new file mode 100644 index 0000000..da5422e Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0974_jpeg_jpg.rf.b7d4b615a5448733b1c67d413cc0f98f.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/img_0984-1-_jpeg_jpg.rf.62f19cf6ba8d764191f1226acb6ea071.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/img_0984-1-_jpeg_jpg.rf.62f19cf6ba8d764191f1226acb6ea071.jpg new file mode 100644 index 0000000..60ea195 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/img_0984-1-_jpeg_jpg.rf.62f19cf6ba8d764191f1226acb6ea071.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/pexels-athena-2081199_jpg.rf.3a4c302e89ec1072c60663a9797deca8.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/pexels-athena-2081199_jpg.rf.3a4c302e89ec1072c60663a9797deca8.jpg new file mode 100644 index 0000000..c1df2ba Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/pexels-athena-2081199_jpg.rf.3a4c302e89ec1072c60663a9797deca8.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/pexels-matheus-bertelli-20077361_jpg.rf.ad07e2d457455d3cc8234f39152ef828.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/pexels-matheus-bertelli-20077361_jpg.rf.ad07e2d457455d3cc8234f39152ef828.jpg new file mode 100644 index 0000000..ae2aa27 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/pexels-matheus-bertelli-20077361_jpg.rf.ad07e2d457455d3cc8234f39152ef828.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/uhuhu_jpg.rf.c52938b7758f6a4d83c52c6bc7fe5159.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/uhuhu_jpg.rf.c52938b7758f6a4d83c52c6bc7fe5159.jpg new file mode 100644 index 0000000..4923554 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/uhuhu_jpg.rf.c52938b7758f6a4d83c52c6bc7fe5159.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/images/val/ygugu_jpg.rf.1916406b222d9ffce5a6666186be02f5.jpg b/clothing_type_datasets/clothing_type_datasets/images/val/ygugu_jpg.rf.1916406b222d9ffce5a6666186be02f5.jpg new file mode 100644 index 0000000..7db158c Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/images/val/ygugu_jpg.rf.1916406b222d9ffce5a6666186be02f5.jpg differ diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/045e20b0592d4fb61d5a5f4b8a8ba6bf_jpg.rf.c3d9adcd79c1ef850018b685bd4dfbbe.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/045e20b0592d4fb61d5a5f4b8a8ba6bf_jpg.rf.c3d9adcd79c1ef850018b685bd4dfbbe.txt new file mode 100644 index 0000000..141b6b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/045e20b0592d4fb61d5a5f4b8a8ba6bf_jpg.rf.c3d9adcd79c1ef850018b685bd4dfbbe.txt @@ -0,0 +1 @@ +7 0.47824285714285714 0.5214 0.6724000000000001 0.9505571428571427 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1588753551723_7169ryxt2v4_png_jpg.rf.9c588941467c0819be39f6908dfdd8d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1588753551723_7169ryxt2v4_png_jpg.rf.9c588941467c0819be39f6908dfdd8d5.txt new file mode 100644 index 0000000..86643a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1588753551723_7169ryxt2v4_png_jpg.rf.9c588941467c0819be39f6908dfdd8d5.txt @@ -0,0 +1 @@ +0 0.5257777777777778 0.5270370370370371 0.7172962962962963 0.8355462962962962 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1590122676583_omcucvx5g5o_jpg.rf.7d0330d29119d51a1b8a745fcf4b0e4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1590122676583_omcucvx5g5o_jpg.rf.7d0330d29119d51a1b8a745fcf4b0e4a.txt new file mode 100644 index 0000000..5862f08 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1590122676583_omcucvx5g5o_jpg.rf.7d0330d29119d51a1b8a745fcf4b0e4a.txt @@ -0,0 +1,2 @@ +0 0.31016666666666665 0.5081333333333333 0.6203333333333333 0.9614416666666666 +0 0.7946166666666666 0.450475 0.4107666666666667 0.6849833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1605496729823_ci0o5aow9x_jpg.rf.cfc378a421a64ef0f52a49bfd8a636bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1605496729823_ci0o5aow9x_jpg.rf.cfc378a421a64ef0f52a49bfd8a636bd.txt new file mode 100644 index 0000000..349a0ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1605496729823_ci0o5aow9x_jpg.rf.cfc378a421a64ef0f52a49bfd8a636bd.txt @@ -0,0 +1 @@ +0 0.6556416666666667 0.5744624999999999 0.5159166666666666 0.7871125000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1607488651407_d2wyq3yi4z5_jpg.rf.074fcbaa6f78a353d0915be36f6551de.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1607488651407_d2wyq3yi4z5_jpg.rf.074fcbaa6f78a353d0915be36f6551de.txt new file mode 100644 index 0000000..8c4dc93 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1607488651407_d2wyq3yi4z5_jpg.rf.074fcbaa6f78a353d0915be36f6551de.txt @@ -0,0 +1 @@ +0 0.5340250000000001 0.5151666666666667 0.7838833333333334 0.8503416666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1607489149991_fqsr5i8qpxa_jpg.rf.27819baeeb7f202a70bec251200922eb.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1607489149991_fqsr5i8qpxa_jpg.rf.27819baeeb7f202a70bec251200922eb.txt new file mode 100644 index 0000000..3531164 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1607489149991_fqsr5i8qpxa_jpg.rf.27819baeeb7f202a70bec251200922eb.txt @@ -0,0 +1 @@ +0 0.5314666666666666 0.53875 0.7273833333333335 0.9225 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1607926577196_l0ky9882fbs_jpg.rf.efe1748dcdb224eddeffc55552ba2d8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1607926577196_l0ky9882fbs_jpg.rf.efe1748dcdb224eddeffc55552ba2d8f.txt new file mode 100644 index 0000000..3ca50a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1607926577196_l0ky9882fbs_jpg.rf.efe1748dcdb224eddeffc55552ba2d8f.txt @@ -0,0 +1 @@ +0 0.47268333333333334 0.5248083333333333 0.6814749999999999 0.9419833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1608108218503_391rtxt3115_jpg.rf.3f506d3ce824b7a195a1c3ea1074b814.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1608108218503_391rtxt3115_jpg.rf.3f506d3ce824b7a195a1c3ea1074b814.txt new file mode 100644 index 0000000..4ad477b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1608108218503_391rtxt3115_jpg.rf.3f506d3ce824b7a195a1c3ea1074b814.txt @@ -0,0 +1,2 @@ +0 0.2449 0.5639083333333333 0.45563333333333333 0.6394916666666666 +0 0.7077083333333334 0.56725 0.5104166666666666 0.6795000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1608181475246_19yegsx8i9i_jpg.rf.81c4fe51fca12bba77316658a0a29206.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1608181475246_19yegsx8i9i_jpg.rf.81c4fe51fca12bba77316658a0a29206.txt new file mode 100644 index 0000000..a4f0022 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1608181475246_19yegsx8i9i_jpg.rf.81c4fe51fca12bba77316658a0a29206.txt @@ -0,0 +1 @@ +0 0.5192962962962964 0.5798055555555556 0.7043333333333334 0.6818425925925925 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/1609220672482_kju3nde2bpb_jpg.rf.0f1bc9640e4ddabeef99bac4ff3faf3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/1609220672482_kju3nde2bpb_jpg.rf.0f1bc9640e4ddabeef99bac4ff3faf3d.txt new file mode 100644 index 0000000..47fe38a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/1609220672482_kju3nde2bpb_jpg.rf.0f1bc9640e4ddabeef99bac4ff3faf3d.txt @@ -0,0 +1,2 @@ +0 0.28863333333333335 0.5732333333333334 0.5772666666666667 0.6700833333333335 +0 0.7466999999999999 0.5477083333333334 0.5066 0.6711166666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/5e50d2b986acd39eb4c49acb99d07dc8_jpg.rf.c12db2a6f382be4836f0d09c0a41d789.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/5e50d2b986acd39eb4c49acb99d07dc8_jpg.rf.c12db2a6f382be4836f0d09c0a41d789.txt new file mode 100644 index 0000000..357d9f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/5e50d2b986acd39eb4c49acb99d07dc8_jpg.rf.c12db2a6f382be4836f0d09c0a41d789.txt @@ -0,0 +1 @@ +2 0.38166666666666665 0.5010666666666667 0.7633 0.9978666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/6fcf079f23e6f7328428c1122c010bb9_jpg.rf.41fc12514be71d044f7b55ff6ac5431e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/6fcf079f23e6f7328428c1122c010bb9_jpg.rf.41fc12514be71d044f7b55ff6ac5431e.txt new file mode 100644 index 0000000..3b06242 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/6fcf079f23e6f7328428c1122c010bb9_jpg.rf.41fc12514be71d044f7b55ff6ac5431e.txt @@ -0,0 +1 @@ +2 0.5290792079207921 0.5391980198019802 0.5286435643564357 0.6214851485148515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/98dfa8401ed96f829dbc808b28fd2699_jpg.rf.c4979c15f4d05d6b062c4cd0fd886b7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/98dfa8401ed96f829dbc808b28fd2699_jpg.rf.c4979c15f4d05d6b062c4cd0fd886b7c.txt new file mode 100644 index 0000000..3f8a844 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/98dfa8401ed96f829dbc808b28fd2699_jpg.rf.c4979c15f4d05d6b062c4cd0fd886b7c.txt @@ -0,0 +1 @@ +1 0.6264583333333333 0.6183779761904762 0.3120238095238096 0.677217261904762 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-100-_jpg.rf.678cffdf36df68c5cec281c1440aa16f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-100-_jpg.rf.678cffdf36df68c5cec281c1440aa16f.txt new file mode 100644 index 0000000..8abd764 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-100-_jpg.rf.678cffdf36df68c5cec281c1440aa16f.txt @@ -0,0 +1 @@ +9 0.50703125 0.52265625 0.60546875 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-115-_jpg.rf.2ce2b84d657e81c8589122411d96cb55.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-115-_jpg.rf.2ce2b84d657e81c8589122411d96cb55.txt new file mode 100644 index 0000000..2e77cd1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-115-_jpg.rf.2ce2b84d657e81c8589122411d96cb55.txt @@ -0,0 +1 @@ +9 0.73203125 0.6390625 0.50234375 0.60078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-137-_jpg.rf.6e9d9221c5c15d4e9c63f59929f94ad5.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-137-_jpg.rf.6e9d9221c5c15d4e9c63f59929f94ad5.txt new file mode 100644 index 0000000..70e33aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-137-_jpg.rf.6e9d9221c5c15d4e9c63f59929f94ad5.txt @@ -0,0 +1 @@ +9 0.4984375 0.4953125 0.87734375 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-14-_jpg.rf.0dfc950c63db50f7493151504d27d744.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-14-_jpg.rf.0dfc950c63db50f7493151504d27d744.txt new file mode 100644 index 0000000..58ea51a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-14-_jpg.rf.0dfc950c63db50f7493151504d27d744.txt @@ -0,0 +1 @@ +9 0.5109375 0.49765625 0.915625 0.40390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-142-_jpg.rf.7e89f1d2dea3140b4652bb457e3599d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-142-_jpg.rf.7e89f1d2dea3140b4652bb457e3599d3.txt new file mode 100644 index 0000000..3d8b63f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-142-_jpg.rf.7e89f1d2dea3140b4652bb457e3599d3.txt @@ -0,0 +1 @@ +9 0.5015625 0.52421875 0.94921875 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-186-_jpg.rf.6a7a591082f5317c254cf1d9b876cbf4.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-186-_jpg.rf.6a7a591082f5317c254cf1d9b876cbf4.txt new file mode 100644 index 0000000..809e693 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-186-_jpg.rf.6a7a591082f5317c254cf1d9b876cbf4.txt @@ -0,0 +1 @@ +9 0.50234375 0.5 0.77421875 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-190-_jpg.rf.70ff8f204b775fdc9657e3718ee3f099.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-190-_jpg.rf.70ff8f204b775fdc9657e3718ee3f099.txt new file mode 100644 index 0000000..51713ec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-190-_jpg.rf.70ff8f204b775fdc9657e3718ee3f099.txt @@ -0,0 +1 @@ +9 0.4953125 0.5 0.946875 0.72109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-208-_jpg.rf.0409c57045f884de06a171f99cbbada2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-208-_jpg.rf.0409c57045f884de06a171f99cbbada2.txt new file mode 100644 index 0000000..263f1fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-208-_jpg.rf.0409c57045f884de06a171f99cbbada2.txt @@ -0,0 +1 @@ +9 0.51953125 0.5 0.8265625 0.83671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-21-_jpg.rf.1d6d34203776a15fdf1caf640df371f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-21-_jpg.rf.1d6d34203776a15fdf1caf640df371f4.txt new file mode 100644 index 0000000..c2b19da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-21-_jpg.rf.1d6d34203776a15fdf1caf640df371f4.txt @@ -0,0 +1 @@ +9 0.49765625 0.49375 0.97109375 0.790625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-217-_jpg.rf.76e348ba5f0f72391918ac24a86457a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-217-_jpg.rf.76e348ba5f0f72391918ac24a86457a5.txt new file mode 100644 index 0000000..2f72bf7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-217-_jpg.rf.76e348ba5f0f72391918ac24a86457a5.txt @@ -0,0 +1 @@ +9 0.4984375 0.5015625 0.996875 0.51875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-222-_jpg.rf.14bea829d0aca44b68577b03f0c017c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-222-_jpg.rf.14bea829d0aca44b68577b03f0c017c3.txt new file mode 100644 index 0000000..e0f6aeb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-222-_jpg.rf.14bea829d0aca44b68577b03f0c017c3.txt @@ -0,0 +1 @@ +9 0.4421875 0.4796875 0.77890625 0.74296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-226-_jpg.rf.c8bb501314b57425002975cf0b6c7e3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-226-_jpg.rf.c8bb501314b57425002975cf0b6c7e3c.txt new file mode 100644 index 0000000..2b1305d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-226-_jpg.rf.c8bb501314b57425002975cf0b6c7e3c.txt @@ -0,0 +1 @@ +9 0.4953125 0.4984375 0.90859375 0.709375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-243-_jpg.rf.a9e35adf90269bef964de12365f1a69c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-243-_jpg.rf.a9e35adf90269bef964de12365f1a69c.txt new file mode 100644 index 0000000..f1ca0ba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-243-_jpg.rf.a9e35adf90269bef964de12365f1a69c.txt @@ -0,0 +1 @@ +9 0.2671875 0.46640625 0.4859375 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-267-_jpg.rf.dfcf8f06b9bf0d558336c38100f50252.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-267-_jpg.rf.dfcf8f06b9bf0d558336c38100f50252.txt new file mode 100644 index 0000000..1eb8849 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-267-_jpg.rf.dfcf8f06b9bf0d558336c38100f50252.txt @@ -0,0 +1 @@ +9 0.5015625 0.42421875 0.61328125 0.61328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-269-_jpg.rf.c8ba104c44a4446b831b89ee082cd868.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-269-_jpg.rf.c8ba104c44a4446b831b89ee082cd868.txt new file mode 100644 index 0000000..6c4cc76 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-269-_jpg.rf.c8ba104c44a4446b831b89ee082cd868.txt @@ -0,0 +1 @@ +9 0.42578125 0.69609375 0.53828125 0.36796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-271-_jpg.rf.eadedf7977075f78524ccbcbfeaa1136.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-271-_jpg.rf.eadedf7977075f78524ccbcbfeaa1136.txt new file mode 100644 index 0000000..ace870c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-271-_jpg.rf.eadedf7977075f78524ccbcbfeaa1136.txt @@ -0,0 +1 @@ +9 0.49609375 0.478125 0.790625 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-272-_jpg.rf.fdef8ff0086b7f971b7b0460d4fbcfd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-272-_jpg.rf.fdef8ff0086b7f971b7b0460d4fbcfd3.txt new file mode 100644 index 0000000..746e5a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-272-_jpg.rf.fdef8ff0086b7f971b7b0460d4fbcfd3.txt @@ -0,0 +1 @@ +9 0.4984375 0.49375 0.959375 0.709375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-292-_jpg.rf.19b5e331e0e5a06191a7d39f32152707.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-292-_jpg.rf.19b5e331e0e5a06191a7d39f32152707.txt new file mode 100644 index 0000000..3f3f783 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-292-_jpg.rf.19b5e331e0e5a06191a7d39f32152707.txt @@ -0,0 +1 @@ +9 0.5 0.49765625 0.821875 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-305-_jpg.rf.dd0d733db4d21704de4762ecef07fe28.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-305-_jpg.rf.dd0d733db4d21704de4762ecef07fe28.txt new file mode 100644 index 0000000..f0808c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-305-_jpg.rf.dd0d733db4d21704de4762ecef07fe28.txt @@ -0,0 +1 @@ +9 0.5 0.49375 0.95703125 0.68984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-318-_jpg.rf.0ce862e2575257a952f36bd01d5f4d67.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-318-_jpg.rf.0ce862e2575257a952f36bd01d5f4d67.txt new file mode 100644 index 0000000..0430e38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-318-_jpg.rf.0ce862e2575257a952f36bd01d5f4d67.txt @@ -0,0 +1 @@ +9 0.478125 0.484375 0.6921875 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-331-_jpg.rf.1a8901b6729a6f7f0ea6b7bc9c7cfc65.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-331-_jpg.rf.1a8901b6729a6f7f0ea6b7bc9c7cfc65.txt new file mode 100644 index 0000000..ba3aba1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-331-_jpg.rf.1a8901b6729a6f7f0ea6b7bc9c7cfc65.txt @@ -0,0 +1 @@ +9 0.50859375 0.5203125 0.896875 0.665625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-334-_jpg.rf.32872804f5a1d87aa9ec337c2989bd20.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-334-_jpg.rf.32872804f5a1d87aa9ec337c2989bd20.txt new file mode 100644 index 0000000..818a6fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-334-_jpg.rf.32872804f5a1d87aa9ec337c2989bd20.txt @@ -0,0 +1,4 @@ +9 0.24609375 0.25234375 0.3921875 0.33671875 +9 0.73828125 0.24375 0.4234375 0.32421875 +9 0.24375 0.74765625 0.4203125 0.3171875 +9 0.73828125 0.76171875 0.446875 0.3265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-337-_jpg.rf.c39dd00ce9f7d11bc0b54d47ab864709.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-337-_jpg.rf.c39dd00ce9f7d11bc0b54d47ab864709.txt new file mode 100644 index 0000000..f780771 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-337-_jpg.rf.c39dd00ce9f7d11bc0b54d47ab864709.txt @@ -0,0 +1,3 @@ +9 0.47265625 0.3109375 0.76171875 0.5984375 +9 0.24375 0.79921875 0.43984375 0.31015625 +9 0.709375 0.7953125 0.4328125 0.3125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-338-_jpg.rf.e05d1c2cabb28757bbad49fcd7e27a9e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-338-_jpg.rf.e05d1c2cabb28757bbad49fcd7e27a9e.txt new file mode 100644 index 0000000..8b4c66e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-338-_jpg.rf.e05d1c2cabb28757bbad49fcd7e27a9e.txt @@ -0,0 +1 @@ +9 0.50625 0.50390625 0.81015625 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-352-_jpg.rf.2ebe9ce7494fe2700186ea11e11dc4a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-352-_jpg.rf.2ebe9ce7494fe2700186ea11e11dc4a9.txt new file mode 100644 index 0000000..82b4eaa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-352-_jpg.rf.2ebe9ce7494fe2700186ea11e11dc4a9.txt @@ -0,0 +1 @@ +9 0.50703125 0.49296875 0.5 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-359-_jpg.rf.b7cd88ceb3f72fcd64b5bbb308a21677.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-359-_jpg.rf.b7cd88ceb3f72fcd64b5bbb308a21677.txt new file mode 100644 index 0000000..e8188da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-359-_jpg.rf.b7cd88ceb3f72fcd64b5bbb308a21677.txt @@ -0,0 +1 @@ +9 0.5015625 0.36875 0.62734375 0.646875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-365-_jpg.rf.52bf7cfb5364ce9890602f9827cf418c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-365-_jpg.rf.52bf7cfb5364ce9890602f9827cf418c.txt new file mode 100644 index 0000000..d090b61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-365-_jpg.rf.52bf7cfb5364ce9890602f9827cf418c.txt @@ -0,0 +1 @@ +9 0.4984375 0.51328125 0.76171875 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-382-_jpg.rf.dc78adab75dbeeee58b5c80cd7dbc224.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-382-_jpg.rf.dc78adab75dbeeee58b5c80cd7dbc224.txt new file mode 100644 index 0000000..6cfd52f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-382-_jpg.rf.dc78adab75dbeeee58b5c80cd7dbc224.txt @@ -0,0 +1 @@ +9 0.50234375 0.4984375 0.91796875 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-389-_jpg.rf.fba596c8c6de886a2c510fdca44b90e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-389-_jpg.rf.fba596c8c6de886a2c510fdca44b90e2.txt new file mode 100644 index 0000000..41ed9aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-389-_jpg.rf.fba596c8c6de886a2c510fdca44b90e2.txt @@ -0,0 +1 @@ +9 0.4796875 0.490625 0.94453125 0.9515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-4-_jpg.rf.3b57487e6760055109ebf69ec46336b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-4-_jpg.rf.3b57487e6760055109ebf69ec46336b7.txt new file mode 100644 index 0000000..626a322 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-4-_jpg.rf.3b57487e6760055109ebf69ec46336b7.txt @@ -0,0 +1 @@ +9 0.51171875 0.5015625 0.8890625 0.63671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-405-_jpg.rf.6285635f2cfc0fc0de3e02a59b9d2bdc.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-405-_jpg.rf.6285635f2cfc0fc0de3e02a59b9d2bdc.txt new file mode 100644 index 0000000..d7e16a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-405-_jpg.rf.6285635f2cfc0fc0de3e02a59b9d2bdc.txt @@ -0,0 +1 @@ +9 0.50703125 0.475 0.8078125 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-406-_jpg.rf.30b1c46c80d562c84afebdf749f893f3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-406-_jpg.rf.30b1c46c80d562c84afebdf749f893f3.txt new file mode 100644 index 0000000..b64c9ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-406-_jpg.rf.30b1c46c80d562c84afebdf749f893f3.txt @@ -0,0 +1 @@ +9 0.38359375 0.57109375 0.5265625 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-442-_jpg.rf.f243eea6d0ad4bb0b7ea9ceacfc96c0d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-442-_jpg.rf.f243eea6d0ad4bb0b7ea9ceacfc96c0d.txt new file mode 100644 index 0000000..57a82cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-442-_jpg.rf.f243eea6d0ad4bb0b7ea9ceacfc96c0d.txt @@ -0,0 +1 @@ +9 0.48046875 0.52890625 0.6734375 0.8703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-444-_jpg.rf.8620cb1542ffcb3fe070e06db080e25e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-444-_jpg.rf.8620cb1542ffcb3fe070e06db080e25e.txt new file mode 100644 index 0000000..1392c5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-444-_jpg.rf.8620cb1542ffcb3fe070e06db080e25e.txt @@ -0,0 +1 @@ +9 0.49296875 0.5046875 0.77421875 0.8265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-62-_jpg.rf.fecf18ce4f6f4cb9fd940739d65705cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-62-_jpg.rf.fecf18ce4f6f4cb9fd940739d65705cd.txt new file mode 100644 index 0000000..d16f1fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-62-_jpg.rf.fecf18ce4f6f4cb9fd940739d65705cd.txt @@ -0,0 +1 @@ +9 0.5015625 0.51171875 0.9828125 0.77421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-69-_jpg.rf.55f23a5d140681ac59d9d1d08441e9a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-69-_jpg.rf.55f23a5d140681ac59d9d1d08441e9a9.txt new file mode 100644 index 0000000..6d9cd86 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-69-_jpg.rf.55f23a5d140681ac59d9d1d08441e9a9.txt @@ -0,0 +1 @@ +9 0.5 0.48203125 0.84140625 0.71875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-74-_jpg.rf.15ed3dd6af7bc12c19ef7715f36f6afe.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-74-_jpg.rf.15ed3dd6af7bc12c19ef7715f36f6afe.txt new file mode 100644 index 0000000..cf3a495 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-74-_jpg.rf.15ed3dd6af7bc12c19ef7715f36f6afe.txt @@ -0,0 +1 @@ +9 0.5015625 0.49375 0.646875 0.7859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-82-_jpg.rf.b5ba2bdc421aee92a8f3e968d2bea846.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-82-_jpg.rf.b5ba2bdc421aee92a8f3e968d2bea846.txt new file mode 100644 index 0000000..da12af7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-82-_jpg.rf.b5ba2bdc421aee92a8f3e968d2bea846.txt @@ -0,0 +1 @@ +9 0.5046875 0.4984375 0.9859375 0.50703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-86-_jpg.rf.bf711398746cff77f0430f7c71681cfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-86-_jpg.rf.bf711398746cff77f0430f7c71681cfc.txt new file mode 100644 index 0000000..1e12f48 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-86-_jpg.rf.bf711398746cff77f0430f7c71681cfc.txt @@ -0,0 +1 @@ +9 0.50390625 0.51328125 0.93515625 0.5796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-93-_jpg.rf.bc3deef059b808e709fb1cf439dd9f8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-93-_jpg.rf.bc3deef059b808e709fb1cf439dd9f8c.txt new file mode 100644 index 0000000..cf97d13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-93-_jpg.rf.bc3deef059b808e709fb1cf439dd9f8c.txt @@ -0,0 +1 @@ +9 0.3765625 0.37890625 0.59375 0.43984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-99-_jpg.rf.67553201490e5af6b5023ccc1c73994c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-99-_jpg.rf.67553201490e5af6b5023ccc1c73994c.txt new file mode 100644 index 0000000..474acf5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/BallCap-99-_jpg.rf.67553201490e5af6b5023ccc1c73994c.txt @@ -0,0 +1 @@ +9 0.4890625 0.484375 0.7859375 0.7859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3209_jpg.rf.1dc3d21305e48c6f8aedebbc8b151594.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3209_jpg.rf.1dc3d21305e48c6f8aedebbc8b151594.txt new file mode 100644 index 0000000..0950bcd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3209_jpg.rf.1dc3d21305e48c6f8aedebbc8b151594.txt @@ -0,0 +1,2 @@ +1 0.34573333333333334 0.5866222222222223 0.32742222222222217 0.7956888888888888 +1 0.7476 0.5885333333333332 0.3003555555555555 0.8049777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3732_jpg.rf.755e1074c69fadbffb0a290aa490bda9.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3732_jpg.rf.755e1074c69fadbffb0a290aa490bda9.txt new file mode 100644 index 0000000..ac3ddc0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3732_jpg.rf.755e1074c69fadbffb0a290aa490bda9.txt @@ -0,0 +1 @@ +1 0.42400000000000004 0.6143555555555555 0.3773333333333334 0.719911111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3839_jpg.rf.4b6eaea0134ea7539dce2bd55ced738c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3839_jpg.rf.4b6eaea0134ea7539dce2bd55ced738c.txt new file mode 100644 index 0000000..56c0b76 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3839_jpg.rf.4b6eaea0134ea7539dce2bd55ced738c.txt @@ -0,0 +1 @@ +1 0.5006010928961748 0.5084 0.49852459016393436 0.7891999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3841_jpg.rf.daf56b06e48b65358f50db3f82bb93bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3841_jpg.rf.daf56b06e48b65358f50db3f82bb93bd.txt new file mode 100644 index 0000000..8abef71 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3841_jpg.rf.daf56b06e48b65358f50db3f82bb93bd.txt @@ -0,0 +1 @@ +1 0.49395555555555565 0.5463111111111111 0.6035555555555556 0.8724888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3876_jpg.rf.eaae5765982e338d77d939eb76f1d4f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3876_jpg.rf.eaae5765982e338d77d939eb76f1d4f9.txt new file mode 100644 index 0000000..5fe212d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage3876_jpg.rf.eaae5765982e338d77d939eb76f1d4f9.txt @@ -0,0 +1 @@ +1 0.5380888888888888 0.5720444444444445 0.3489777777777777 0.7537777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage395_jpg.rf.33e737f0cba7a6e58011dae4583ebb4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage395_jpg.rf.33e737f0cba7a6e58011dae4583ebb4f.txt new file mode 100644 index 0000000..838e921 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Dimage395_jpg.rf.33e737f0cba7a6e58011dae4583ebb4f.txt @@ -0,0 +1,2 @@ +1 0.36897777777777774 0.45684444444444455 0.3688888888888889 0.6250666666666667 +1 0.7592 0.6155555555555555 0.43822222222222224 0.7688888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9102_jpg.rf.1f53c05ea6970968838d1038ab06e448.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9102_jpg.rf.1f53c05ea6970968838d1038ab06e448.txt new file mode 100644 index 0000000..f2164c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9102_jpg.rf.1f53c05ea6970968838d1038ab06e448.txt @@ -0,0 +1 @@ +7 0.502311111111111 0.5112888888888889 0.8301777777777778 0.9497777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9141_jpg.rf.491451f9dfb414941bc612c5bf7876b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9141_jpg.rf.491451f9dfb414941bc612c5bf7876b2.txt new file mode 100644 index 0000000..71edc6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9141_jpg.rf.491451f9dfb414941bc612c5bf7876b2.txt @@ -0,0 +1,2 @@ +7 0.25853333333333334 0.4257333333333334 0.42728888888888894 0.5755111111111112 +7 0.7302222222222223 0.42235555555555554 0.45217777777777785 0.5687555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9154_jpg.rf.ed9576b3ce7df5ed087c0526a48797c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9154_jpg.rf.ed9576b3ce7df5ed087c0526a48797c1.txt new file mode 100644 index 0000000..c6434bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9154_jpg.rf.ed9576b3ce7df5ed087c0526a48797c1.txt @@ -0,0 +1,2 @@ +7 0.2621333333333333 0.5 0.44720000000000004 0.9999555555555556 +7 0.7435555555555556 0.5 0.4424888888888889 0.9999555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9197_jpg.rf.e77c2ae5d2a5ff52c368d8d6083fb4a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9197_jpg.rf.e77c2ae5d2a5ff52c368d8d6083fb4a9.txt new file mode 100644 index 0000000..548bb2e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9197_jpg.rf.e77c2ae5d2a5ff52c368d8d6083fb4a9.txt @@ -0,0 +1 @@ +7 0.5019555555555556 0.4821777777777778 0.642088888888889 0.8517333333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage919_jpg.rf.80be5cd7a2228a8e044782b148d6aaba.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage919_jpg.rf.80be5cd7a2228a8e044782b148d6aaba.txt new file mode 100644 index 0000000..790cb2c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage919_jpg.rf.80be5cd7a2228a8e044782b148d6aaba.txt @@ -0,0 +1 @@ +7 0.535511111111111 0.566711111111111 0.7569777777777777 0.6966222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9289_jpg.rf.d34a06035626486406342e350bf3cb8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9289_jpg.rf.d34a06035626486406342e350bf3cb8b.txt new file mode 100644 index 0000000..575868c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9289_jpg.rf.d34a06035626486406342e350bf3cb8b.txt @@ -0,0 +1,2 @@ +7 0.3605333333333334 0.49013333333333337 0.6566666666666666 0.8566222222222223 +7 0.7170222222222222 0.47479999999999994 0.5185333333333334 0.9022222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9297_jpg.rf.8211798448b872ab919210183ed041ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9297_jpg.rf.8211798448b872ab919210183ed041ea.txt new file mode 100644 index 0000000..8a855f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9297_jpg.rf.8211798448b872ab919210183ed041ea.txt @@ -0,0 +1 @@ +7 0.5153333333333333 0.4936 0.4372 0.9516888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9343_jpg.rf.8193fce554bda49232ef8d01e0aa782f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9343_jpg.rf.8193fce554bda49232ef8d01e0aa782f.txt new file mode 100644 index 0000000..29d2088 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9343_jpg.rf.8193fce554bda49232ef8d01e0aa782f.txt @@ -0,0 +1,2 @@ +7 0.49626666666666663 0.5411111111111111 0.4541333333333334 0.5480444444444444 +6 0.5001777777777778 0.8592444444444445 0.3942666666666667 0.2403555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage940C_jpeg_jpg.rf.734044e383cd28e6e2e2924f69a1e94e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage940C_jpeg_jpg.rf.734044e383cd28e6e2e2924f69a1e94e.txt new file mode 100644 index 0000000..d54d04c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage940C_jpeg_jpg.rf.734044e383cd28e6e2e2924f69a1e94e.txt @@ -0,0 +1 @@ +7 0.4989 0.5697 0.6 0.7356999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9619_jpg.rf.c4f52ddce8d03a122187932fac837eae.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9619_jpg.rf.c4f52ddce8d03a122187932fac837eae.txt new file mode 100644 index 0000000..a318357 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9619_jpg.rf.c4f52ddce8d03a122187932fac837eae.txt @@ -0,0 +1,3 @@ +7 0.23728888888888888 0.262 0.3504444444444444 0.4125333333333333 +7 0.2388888888888889 0.7784888888888889 0.3557333333333334 0.42960000000000004 +7 0.7384444444444445 0.5844444444444444 0.5231111111111111 0.7611555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9635_jpg.rf.e6aa83e53fb7da79d1b3c17fb1484866.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9635_jpg.rf.e6aa83e53fb7da79d1b3c17fb1484866.txt new file mode 100644 index 0000000..48b81b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9635_jpg.rf.e6aa83e53fb7da79d1b3c17fb1484866.txt @@ -0,0 +1 @@ +7 0.5101777777777777 0.5294222222222222 0.7247555555555555 0.9135555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9857_jpg.rf.2e23938d5a1af7ee6ab500d83fb0e169.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9857_jpg.rf.2e23938d5a1af7ee6ab500d83fb0e169.txt new file mode 100644 index 0000000..f536ccd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Himage9857_jpg.rf.2e23938d5a1af7ee6ab500d83fb0e169.txt @@ -0,0 +1 @@ +7 0.5288888888888889 0.5777777777777777 0.5866666666666667 0.8444444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3381_mp4-0002_jpg.rf.a5c8d26eb7bf74b676b2af0034b34e62.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3381_mp4-0002_jpg.rf.a5c8d26eb7bf74b676b2af0034b34e62.txt new file mode 100644 index 0000000..dd2189e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3381_mp4-0002_jpg.rf.a5c8d26eb7bf74b676b2af0034b34e62.txt @@ -0,0 +1 @@ +8 0.60859375 0.4609375 0.77578125 0.50234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0013_jpg.rf.40e4b34da610a8ab3cbdbe39f189092b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0013_jpg.rf.40e4b34da610a8ab3cbdbe39f189092b.txt new file mode 100644 index 0000000..e074b1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0013_jpg.rf.40e4b34da610a8ab3cbdbe39f189092b.txt @@ -0,0 +1 @@ +8 0.53203125 0.571875 0.3765625 0.31953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0016_jpg.rf.fb29691b2a5b4b0693811ff62d21f8f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0016_jpg.rf.fb29691b2a5b4b0693811ff62d21f8f0.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0020_jpg.rf.ccfd16ab9c5a77b5c7e46b493026ea9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0020_jpg.rf.ccfd16ab9c5a77b5c7e46b493026ea9d.txt new file mode 100644 index 0000000..288f39e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3382_mp4-0020_jpg.rf.ccfd16ab9c5a77b5c7e46b493026ea9d.txt @@ -0,0 +1 @@ +8 0.64921875 0.38515625 0.60234375 0.36875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3383_mp4-0013_jpg.rf.4b50b7659427ddab9e168c38113bd896.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3383_mp4-0013_jpg.rf.4b50b7659427ddab9e168c38113bd896.txt new file mode 100644 index 0000000..244d9c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/IMG_3383_mp4-0013_jpg.rf.4b50b7659427ddab9e168c38113bd896.txt @@ -0,0 +1 @@ +8 0.359375 0.34140625 0.18203125 0.090625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18102_jpg.rf.8186e2f4bfc190fc8b4ee6217e394463.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18102_jpg.rf.8186e2f4bfc190fc8b4ee6217e394463.txt new file mode 100644 index 0000000..be11a77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18102_jpg.rf.8186e2f4bfc190fc8b4ee6217e394463.txt @@ -0,0 +1 @@ +2 0.4777777777777778 0.45662222222222215 0.5449333333333334 0.6919111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18123_jpg.rf.899421b54ffd37ac1f8a3b12900f2407.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18123_jpg.rf.899421b54ffd37ac1f8a3b12900f2407.txt new file mode 100644 index 0000000..9280341 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18123_jpg.rf.899421b54ffd37ac1f8a3b12900f2407.txt @@ -0,0 +1,3 @@ +2 0.3058222222222222 0.6061333333333333 0.6065333333333335 0.7877333333333334 +2 0.8311111111111111 0.7822222222222223 0.3377777777777778 0.4266666666666667 +2 0.8237777777777777 0.2740888888888889 0.3429777777777778 0.4975111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18287_jpg.rf.29afe12b768c58d9ac0b3cdef93bbc50.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18287_jpg.rf.29afe12b768c58d9ac0b3cdef93bbc50.txt new file mode 100644 index 0000000..a8eacde --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18287_jpg.rf.29afe12b768c58d9ac0b3cdef93bbc50.txt @@ -0,0 +1 @@ +2 0.5188 0.6308444444444444 0.48226666666666673 0.6598222222222224 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage1840_jpg.rf.76825d0a1c77935ff59089cee97a87bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage1840_jpg.rf.76825d0a1c77935ff59089cee97a87bd.txt new file mode 100644 index 0000000..04ddfb7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage1840_jpg.rf.76825d0a1c77935ff59089cee97a87bd.txt @@ -0,0 +1 @@ +2 0.48684444444444447 0.6387111111111111 0.5157333333333333 0.6204444444444442 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18569_jpg.rf.da062c40cb51d8e423035d2e81b5584e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18569_jpg.rf.da062c40cb51d8e423035d2e81b5584e.txt new file mode 100644 index 0000000..19018fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage18569_jpg.rf.da062c40cb51d8e423035d2e81b5584e.txt @@ -0,0 +1 @@ +2 0.5112 0.5065333333333333 0.7887111111111111 0.9423555555555557 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage1889_jpg.rf.fefb748873c2eee37046208b2f2cdaee.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage1889_jpg.rf.fefb748873c2eee37046208b2f2cdaee.txt new file mode 100644 index 0000000..c2b2bf8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Jimage1889_jpg.rf.fefb748873c2eee37046208b2f2cdaee.txt @@ -0,0 +1 @@ +2 0.4710222222222222 0.5913333333333334 0.6252444444444445 0.7050666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-0_jpg.rf.88250add8a8ccfb74eb4ecf44f7ca2b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-0_jpg.rf.88250add8a8ccfb74eb4ecf44f7ca2b4.txt new file mode 100644 index 0000000..dff03b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-0_jpg.rf.88250add8a8ccfb74eb4ecf44f7ca2b4.txt @@ -0,0 +1 @@ +8 0.63359375 0.4640625 0.08984375 0.1640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-19_jpg.rf.3a85ec661f12e9e76327c0813a078b3f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-19_jpg.rf.3a85ec661f12e9e76327c0813a078b3f.txt new file mode 100644 index 0000000..0047d04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-19_jpg.rf.3a85ec661f12e9e76327c0813a078b3f.txt @@ -0,0 +1 @@ +8 0.14375 0.56953125 0.13125 0.2421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-24_jpg.rf.4c02818665c62364da91b7c211d5f449.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-24_jpg.rf.4c02818665c62364da91b7c211d5f449.txt new file mode 100644 index 0000000..f63fa06 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-24_jpg.rf.4c02818665c62364da91b7c211d5f449.txt @@ -0,0 +1 @@ +8 0.14921875 0.58203125 0.125 0.23828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-29_jpg.rf.08e9b47a21899703cc7ef8d06dd2302c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-29_jpg.rf.08e9b47a21899703cc7ef8d06dd2302c.txt new file mode 100644 index 0000000..b036e89 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-29_jpg.rf.08e9b47a21899703cc7ef8d06dd2302c.txt @@ -0,0 +1 @@ +8 0.14765625 0.57421875 0.134375 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-6_jpg.rf.c71be106657b234e1303e6d8463494c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-6_jpg.rf.c71be106657b234e1303e6d8463494c5.txt new file mode 100644 index 0000000..05bb5f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Metro_Bag_Abandoned_mp4-6_jpg.rf.c71be106657b234e1303e6d8463494c5.txt @@ -0,0 +1 @@ +8 0.15078125 0.57421875 0.1203125 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6207_jpg.rf.83cbb07d5b8fdcd0e096eaa0a2704906.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6207_jpg.rf.83cbb07d5b8fdcd0e096eaa0a2704906.txt new file mode 100644 index 0000000..8217fd2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6207_jpg.rf.83cbb07d5b8fdcd0e096eaa0a2704906.txt @@ -0,0 +1 @@ +3 0.41844444444444445 0.4976888888888889 0.3465777777777779 0.7823111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6242_jpg.rf.399cff466566428b3b29016647bf62a3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6242_jpg.rf.399cff466566428b3b29016647bf62a3.txt new file mode 100644 index 0000000..c7d5154 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6242_jpg.rf.399cff466566428b3b29016647bf62a3.txt @@ -0,0 +1,5 @@ +3 0.24577777777777776 0.46186666666666665 0.3504444444444444 0.7212444444444445 +3 0.6357333333333333 0.24382222222222222 0.1829333333333334 0.34439999999999993 +3 0.6182666666666667 0.7319111111111112 0.1896444444444445 0.38724444444444445 +3 0.8872444444444444 0.7507555555555555 0.20484444444444458 0.4313333333333334 +3 0.8685333333333333 0.2245777777777778 0.18013333333333348 0.3885333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6294_jpg.rf.1f373209b264db5423d2e8b8f6787d6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6294_jpg.rf.1f373209b264db5423d2e8b8f6787d6b.txt new file mode 100644 index 0000000..1b4f745 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6294_jpg.rf.1f373209b264db5423d2e8b8f6787d6b.txt @@ -0,0 +1,2 @@ +3 0.5018666666666666 0.47933333333333333 0.3208444444444444 0.7371555555555556 +0 0.5464888888888889 0.07111111111111111 0.5307555555555555 0.14222222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage630_jpg.rf.f36e8591db7e80fe12694de94ac56b76.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage630_jpg.rf.f36e8591db7e80fe12694de94ac56b76.txt new file mode 100644 index 0000000..3a649b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage630_jpg.rf.f36e8591db7e80fe12694de94ac56b76.txt @@ -0,0 +1 @@ +3 0.5092344497607656 0.5238755980861244 0.44339712918660296 0.9381818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6339_jpg.rf.d9d2ee649f93bc999fc47d1269f6113f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6339_jpg.rf.d9d2ee649f93bc999fc47d1269f6113f.txt new file mode 100644 index 0000000..b246a51 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6339_jpg.rf.d9d2ee649f93bc999fc47d1269f6113f.txt @@ -0,0 +1,5 @@ +3 0.13146666666666665 0.46942222222222224 0.2629333333333333 0.47182222222222214 +3 0.3485777777777778 0.4440444444444444 0.19839999999999997 0.4633777777777777 +3 0.5385333333333333 0.44986666666666664 0.18257777777777784 0.46017777777777785 +3 0.7255111111111111 0.4517777777777778 0.1924444444444445 0.4873777777777778 +3 0.9019111111111111 0.4567111111111111 0.17275555555555558 0.5056888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6342_jpg.rf.8a4e779b4569e5bd8235a4d6b7be09f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6342_jpg.rf.8a4e779b4569e5bd8235a4d6b7be09f6.txt new file mode 100644 index 0000000..47dee4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/Pimage6342_jpg.rf.8a4e779b4569e5bd8235a4d6b7be09f6.txt @@ -0,0 +1,2 @@ +3 0.5468444444444446 0.6627555555555555 0.2647555555555556 0.49448888888888887 +7 0.4964 0.3828 0.27533333333333326 0.24146666666666664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_2_mp4-2_jpg.rf.1db2a395aaa6392f639c10062c301baf.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_2_mp4-2_jpg.rf.1db2a395aaa6392f639c10062c301baf.txt new file mode 100644 index 0000000..4f5aa78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_2_mp4-2_jpg.rf.1db2a395aaa6392f639c10062c301baf.txt @@ -0,0 +1 @@ +8 0.371875 0.81015625 0.21640625 0.37890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_2_mp4-3_jpg.rf.2f39aeb30a4c7931b3d438991a3dba8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_2_mp4-3_jpg.rf.2f39aeb30a4c7931b3d438991a3dba8f.txt new file mode 100644 index 0000000..0efa9b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_2_mp4-3_jpg.rf.2f39aeb30a4c7931b3d438991a3dba8f.txt @@ -0,0 +1 @@ +8 0.36953125 0.803125 0.2171875 0.39296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_3_mp4-20_jpg.rf.73a5bc76818cff04106df73ff58fb6de.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_3_mp4-20_jpg.rf.73a5bc76818cff04106df73ff58fb6de.txt new file mode 100644 index 0000000..ad03559 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_3_mp4-20_jpg.rf.73a5bc76818cff04106df73ff58fb6de.txt @@ -0,0 +1 @@ +8 0.3953125 0.8140625 0.21796875 0.37109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_3_mp4-2_jpg.rf.1f782bd67fcdb89bda3e60c3acc50877.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_3_mp4-2_jpg.rf.1f782bd67fcdb89bda3e60c3acc50877.txt new file mode 100644 index 0000000..1db4a8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/abandonedbag_3_mp4-2_jpg.rf.1f782bd67fcdb89bda3e60c3acc50877.txt @@ -0,0 +1 @@ +8 0.42578125 0.7578125 0.1953125 0.484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-1-_jpg.rf.7c8d5b08f1a7a2f2d195cb88a260afab.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-1-_jpg.rf.7c8d5b08f1a7a2f2d195cb88a260afab.txt new file mode 100644 index 0000000..457e441 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-1-_jpg.rf.7c8d5b08f1a7a2f2d195cb88a260afab.txt @@ -0,0 +1 @@ +9 0.48203125 0.05859375 0.2328125 0.11328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-21-_jpg.rf.79c6580c25904a2e6338a208b5faf246.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-21-_jpg.rf.79c6580c25904a2e6338a208b5faf246.txt new file mode 100644 index 0000000..1aafa72 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-21-_jpg.rf.79c6580c25904a2e6338a208b5faf246.txt @@ -0,0 +1 @@ +9 0.13828125 0.44375 0.2671875 0.5890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-23-_jpg.rf.a1105de65ab0cca56376ab767964b1fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-23-_jpg.rf.a1105de65ab0cca56376ab767964b1fa.txt new file mode 100644 index 0000000..a6c73a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-23-_jpg.rf.a1105de65ab0cca56376ab767964b1fa.txt @@ -0,0 +1 @@ +9 0.5046875 0.134375 0.5046875 0.21640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-35-_jpg.rf.360b46c5535207808e843e41f7e4a584.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-35-_jpg.rf.360b46c5535207808e843e41f7e4a584.txt new file mode 100644 index 0000000..a72543c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-35-_jpg.rf.360b46c5535207808e843e41f7e4a584.txt @@ -0,0 +1 @@ +9 0.12109375 0.47109375 0.2328125 0.2359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-41-_jpg.rf.af1ed6f2de78dd95bfba02c09b1a5293.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-41-_jpg.rf.af1ed6f2de78dd95bfba02c09b1a5293.txt new file mode 100644 index 0000000..7edd19a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-41-_jpg.rf.af1ed6f2de78dd95bfba02c09b1a5293.txt @@ -0,0 +1 @@ +9 0.4515625 0.24375 0.6390625 0.26171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-41-_jpg.rf.f7dc3ded1e54591a9d256dc62a20bfb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-41-_jpg.rf.f7dc3ded1e54591a9d256dc62a20bfb5.txt new file mode 100644 index 0000000..48fe32f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-41-_jpg.rf.f7dc3ded1e54591a9d256dc62a20bfb5.txt @@ -0,0 +1 @@ +9 0.5484375 0.75859375 0.6390625 0.26171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-42-_jpg.rf.31cd218d5d5e7f92d242c65cbb457cce.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-42-_jpg.rf.31cd218d5d5e7f92d242c65cbb457cce.txt new file mode 100644 index 0000000..c720f68 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-42-_jpg.rf.31cd218d5d5e7f92d242c65cbb457cce.txt @@ -0,0 +1 @@ +9 0.66484375 0.1875 0.32421875 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-45-_jpg.rf.dcb6ccfa60c2cc4b62f2ed71899cd4a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-45-_jpg.rf.dcb6ccfa60c2cc4b62f2ed71899cd4a7.txt new file mode 100644 index 0000000..03c71e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-45-_jpg.rf.dcb6ccfa60c2cc4b62f2ed71899cd4a7.txt @@ -0,0 +1 @@ +9 0.4546875 0.09609375 0.28359375 0.1109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-48-_jpg.rf.e7693defe5cf9bf027a24e260e84221c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-48-_jpg.rf.e7693defe5cf9bf027a24e260e84221c.txt new file mode 100644 index 0000000..1ba63ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-48-_jpg.rf.e7693defe5cf9bf027a24e260e84221c.txt @@ -0,0 +1 @@ +9 0.22734375 0.3953125 0.2859375 0.7859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-51-_jpg.rf.b703a0d2109daf63f3d6c2e48a9f857b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-51-_jpg.rf.b703a0d2109daf63f3d6c2e48a9f857b.txt new file mode 100644 index 0000000..b3bd63d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-51-_jpg.rf.b703a0d2109daf63f3d6c2e48a9f857b.txt @@ -0,0 +1 @@ +9 0.19921875 0.47109375 0.365625 0.5484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-54-_jpg.rf.250108fb77419e7a15e762e2a3740403.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-54-_jpg.rf.250108fb77419e7a15e762e2a3740403.txt new file mode 100644 index 0000000..0062034 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-54-_jpg.rf.250108fb77419e7a15e762e2a3740403.txt @@ -0,0 +1 @@ +9 0.603125 0.2515625 0.4859375 0.334375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-63-_jpg.rf.e5d5c1c22e3a47024894de8201d72bf8.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-63-_jpg.rf.e5d5c1c22e3a47024894de8201d72bf8.txt new file mode 100644 index 0000000..6912520 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-63-_jpg.rf.e5d5c1c22e3a47024894de8201d72bf8.txt @@ -0,0 +1 @@ +9 0.384375 0.759375 0.625 0.321875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-71-_jpg.rf.bf8ec4b87f5882adba91eecb254f2f02.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-71-_jpg.rf.bf8ec4b87f5882adba91eecb254f2f02.txt new file mode 100644 index 0000000..398ba25 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-71-_jpg.rf.bf8ec4b87f5882adba91eecb254f2f02.txt @@ -0,0 +1 @@ +9 0.1734375 0.51171875 0.28828125 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-75-_jpg.rf.0c3f93e67f449d2f903ac70a9b100f80.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-75-_jpg.rf.0c3f93e67f449d2f903ac70a9b100f80.txt new file mode 100644 index 0000000..d78af1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-75-_jpg.rf.0c3f93e67f449d2f903ac70a9b100f80.txt @@ -0,0 +1 @@ +9 0.55859375 0.78359375 0.6703125 0.22109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-8-_jpg.rf.005a9c542917121dc2cb36f95ad3fcb8.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-8-_jpg.rf.005a9c542917121dc2cb36f95ad3fcb8.txt new file mode 100644 index 0000000..36689c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-8-_jpg.rf.005a9c542917121dc2cb36f95ad3fcb8.txt @@ -0,0 +1 @@ +9 0.6625 0.2984375 0.26171875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-83-_jpg.rf.c61b1832b071bb00f6e8f5a4c544205c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-83-_jpg.rf.c61b1832b071bb00f6e8f5a4c544205c.txt new file mode 100644 index 0000000..77050a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-83-_jpg.rf.c61b1832b071bb00f6e8f5a4c544205c.txt @@ -0,0 +1 @@ +9 0.78359375 0.54296875 0.303125 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-91-_jpg.rf.63bdc42253aa0454f4e86d2a0f3c2232.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-91-_jpg.rf.63bdc42253aa0454f4e86d2a0f3c2232.txt new file mode 100644 index 0000000..c916ee7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ballcapman-91-_jpg.rf.63bdc42253aa0454f4e86d2a0f3c2232.txt @@ -0,0 +1 @@ +9 0.8609375 0.42890625 0.27421875 0.32421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/c19a1c0f902cc3e6dc6ef3332ffd46b5_jpg.rf.9d33986162f7cd873d7c591c96faffae.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/c19a1c0f902cc3e6dc6ef3332ffd46b5_jpg.rf.9d33986162f7cd873d7c591c96faffae.txt new file mode 100644 index 0000000..4724683 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/c19a1c0f902cc3e6dc6ef3332ffd46b5_jpg.rf.9d33986162f7cd873d7c591c96faffae.txt @@ -0,0 +1 @@ +6 0.5058250000000001 0.7549125 0.4097625000000001 0.4235749999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/d1d2daff64c64e1826df355272bead5f4b8c9085_jpg.rf.fcddb9f7c2caa26ebd5340257d3cf21b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/d1d2daff64c64e1826df355272bead5f4b8c9085_jpg.rf.fcddb9f7c2caa26ebd5340257d3cf21b.txt new file mode 100644 index 0000000..8a19e22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/d1d2daff64c64e1826df355272bead5f4b8c9085_jpg.rf.fcddb9f7c2caa26ebd5340257d3cf21b.txt @@ -0,0 +1 @@ +5 0.49683544303797467 0.2835820895522388 0.3691983122362869 0.4560530679933665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_2ABAJDJY2IJ8U2B3_jpg.rf.b5b9b2f33c3be8ea39765a2e0d1d88b9.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_2ABAJDJY2IJ8U2B3_jpg.rf.b5b9b2f33c3be8ea39765a2e0d1d88b9.txt new file mode 100644 index 0000000..9412c39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_2ABAJDJY2IJ8U2B3_jpg.rf.b5b9b2f33c3be8ea39765a2e0d1d88b9.txt @@ -0,0 +1,2 @@ +8 0.4359375 0.51171875 0.6546875 0.5078125 +8 0.39921875 0.2828125 0.58828125 0.43359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_2NQ6QNMX082SJSI6_jpg.rf.60af151f9954027b5bf4abf69ebc8dd4.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_2NQ6QNMX082SJSI6_jpg.rf.60af151f9954027b5bf4abf69ebc8dd4.txt new file mode 100644 index 0000000..532f6e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_2NQ6QNMX082SJSI6_jpg.rf.60af151f9954027b5bf4abf69ebc8dd4.txt @@ -0,0 +1 @@ +8 0.46796875 0.5140625 0.78359375 0.66328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3HGJNKFI6XYDXEQ5_jpg.rf.4ba4755c847a0806a57001d60ee08014.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3HGJNKFI6XYDXEQ5_jpg.rf.4ba4755c847a0806a57001d60ee08014.txt new file mode 100644 index 0000000..5fb2a7e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3HGJNKFI6XYDXEQ5_jpg.rf.4ba4755c847a0806a57001d60ee08014.txt @@ -0,0 +1 @@ +8 0.49296875 0.475 0.69375 0.778125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3KQQEZX41PZH0PWN_jpg.rf.8733bd82d02a7dd94d0c970a65ab2ad0.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3KQQEZX41PZH0PWN_jpg.rf.8733bd82d02a7dd94d0c970a65ab2ad0.txt new file mode 100644 index 0000000..6ba91f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3KQQEZX41PZH0PWN_jpg.rf.8733bd82d02a7dd94d0c970a65ab2ad0.txt @@ -0,0 +1 @@ +8 0.49296875 0.5203125 0.65 0.57421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3Y7OT31L83VA42Y2_jpg.rf.f742faf9fc2d6f2ebe63bda019679f02.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3Y7OT31L83VA42Y2_jpg.rf.f742faf9fc2d6f2ebe63bda019679f02.txt new file mode 100644 index 0000000..a5b170d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_3Y7OT31L83VA42Y2_jpg.rf.f742faf9fc2d6f2ebe63bda019679f02.txt @@ -0,0 +1 @@ +8 0.5203125 0.30703125 0.58046875 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_4AXD6EE3YD83QU8E_jpg.rf.3e505ada01fbcb6f928018b12ac0905d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_4AXD6EE3YD83QU8E_jpg.rf.3e505ada01fbcb6f928018b12ac0905d.txt new file mode 100644 index 0000000..5ce6443 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_4AXD6EE3YD83QU8E_jpg.rf.3e505ada01fbcb6f928018b12ac0905d.txt @@ -0,0 +1 @@ +8 0.45390625 0.465625 0.81328125 0.7703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_4WH9I3622043HCUS_jpg.rf.e41cc969df4d535cd04fa54d182bf78e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_4WH9I3622043HCUS_jpg.rf.e41cc969df4d535cd04fa54d182bf78e.txt new file mode 100644 index 0000000..4e27aa9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_4WH9I3622043HCUS_jpg.rf.e41cc969df4d535cd04fa54d182bf78e.txt @@ -0,0 +1 @@ +8 0.534375 0.50390625 0.73515625 0.6171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_66725OWRNQKD7HIH_jpg.rf.dc3c3ebfae442e9f8fc25d4b0d5a2809.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_66725OWRNQKD7HIH_jpg.rf.dc3c3ebfae442e9f8fc25d4b0d5a2809.txt new file mode 100644 index 0000000..29c8ac7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_66725OWRNQKD7HIH_jpg.rf.dc3c3ebfae442e9f8fc25d4b0d5a2809.txt @@ -0,0 +1 @@ +8 0.54921875 0.33125 0.55546875 0.58203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_6855A0PUFCRW3XYX_jpg.rf.5a7945f4246ec40511ad15100630da37.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_6855A0PUFCRW3XYX_jpg.rf.5a7945f4246ec40511ad15100630da37.txt new file mode 100644 index 0000000..80debc4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_6855A0PUFCRW3XYX_jpg.rf.5a7945f4246ec40511ad15100630da37.txt @@ -0,0 +1 @@ +8 0.51953125 0.4625 0.63203125 0.66484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_6SVUSEZ1S2RUA0CT_jpg.rf.ea5f240892a3448f84cb62f0b20fa7d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_6SVUSEZ1S2RUA0CT_jpg.rf.ea5f240892a3448f84cb62f0b20fa7d1.txt new file mode 100644 index 0000000..6ea06fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_6SVUSEZ1S2RUA0CT_jpg.rf.ea5f240892a3448f84cb62f0b20fa7d1.txt @@ -0,0 +1 @@ +8 0.5 0.54140625 1 0.84296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_8OB4EYVS2LKU3YO9_jpg.rf.0c8abcdad7b325f7ace8974313876ff2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_8OB4EYVS2LKU3YO9_jpg.rf.0c8abcdad7b325f7ace8974313876ff2.txt new file mode 100644 index 0000000..f1737f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_8OB4EYVS2LKU3YO9_jpg.rf.0c8abcdad7b325f7ace8974313876ff2.txt @@ -0,0 +1 @@ +8 0.5 0.58515625 1 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_8TLYJ1EA13OP03QT_jpg.rf.9aaeab28809d3df1d6130cee4c5174a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_8TLYJ1EA13OP03QT_jpg.rf.9aaeab28809d3df1d6130cee4c5174a7.txt new file mode 100644 index 0000000..03d0dbc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_8TLYJ1EA13OP03QT_jpg.rf.9aaeab28809d3df1d6130cee4c5174a7.txt @@ -0,0 +1 @@ +8 0.48125 0.48984375 0.728125 0.40859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_A0KFTC0CZ73B6O5B_jpg.rf.1ee1c2bb429b2ba81b326c7262b80565.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_A0KFTC0CZ73B6O5B_jpg.rf.1ee1c2bb429b2ba81b326c7262b80565.txt new file mode 100644 index 0000000..514db62 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_A0KFTC0CZ73B6O5B_jpg.rf.1ee1c2bb429b2ba81b326c7262b80565.txt @@ -0,0 +1 @@ +8 0.44140625 0.4671875 0.5625 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_AZ69NPEIO2VY6LXC_jpg.rf.c6582f8920371e1ba63be2f4db2adf84.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_AZ69NPEIO2VY6LXC_jpg.rf.c6582f8920371e1ba63be2f4db2adf84.txt new file mode 100644 index 0000000..29b9e09 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_AZ69NPEIO2VY6LXC_jpg.rf.c6582f8920371e1ba63be2f4db2adf84.txt @@ -0,0 +1 @@ +8 0.484375 0.5609375 0.771875 0.7515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B0SLFJ8A820I24WP_jpg.rf.831fe6e216b8f58b96bb553f1ba6bc8a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B0SLFJ8A820I24WP_jpg.rf.831fe6e216b8f58b96bb553f1ba6bc8a.txt new file mode 100644 index 0000000..78c849a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B0SLFJ8A820I24WP_jpg.rf.831fe6e216b8f58b96bb553f1ba6bc8a.txt @@ -0,0 +1 @@ +8 0.515625 0.5 0.79765625 1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B6XER6VSF1LPSVFR_jpg.rf.1906b450ef494ecb959427a8b8bf3165.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B6XER6VSF1LPSVFR_jpg.rf.1906b450ef494ecb959427a8b8bf3165.txt new file mode 100644 index 0000000..22cad70 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B6XER6VSF1LPSVFR_jpg.rf.1906b450ef494ecb959427a8b8bf3165.txt @@ -0,0 +1 @@ +8 0.51875 0.4328125 0.64609375 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B8O9ECI23PNSBT2T_jpg.rf.89bcc0e4f7d85b3a8e9ca6d161fbccbb.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B8O9ECI23PNSBT2T_jpg.rf.89bcc0e4f7d85b3a8e9ca6d161fbccbb.txt new file mode 100644 index 0000000..2235b34 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_B8O9ECI23PNSBT2T_jpg.rf.89bcc0e4f7d85b3a8e9ca6d161fbccbb.txt @@ -0,0 +1 @@ +8 0.51640625 0.38984375 0.60625 0.584375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_BSXR1BYLA6XHKK3B_jpg.rf.3dda594a6112b5903f2bfe9725e31528.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_BSXR1BYLA6XHKK3B_jpg.rf.3dda594a6112b5903f2bfe9725e31528.txt new file mode 100644 index 0000000..eb579c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_BSXR1BYLA6XHKK3B_jpg.rf.3dda594a6112b5903f2bfe9725e31528.txt @@ -0,0 +1 @@ +8 0.49296875 0.45703125 0.34765625 0.56796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CAOAZOKTOKCFWMTU_jpg.rf.2f86926d2e412a68f4d1eaf8c6b1ea2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CAOAZOKTOKCFWMTU_jpg.rf.2f86926d2e412a68f4d1eaf8c6b1ea2e.txt new file mode 100644 index 0000000..3b7dcfc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CAOAZOKTOKCFWMTU_jpg.rf.2f86926d2e412a68f4d1eaf8c6b1ea2e.txt @@ -0,0 +1,3 @@ +8 0.0953125 0.43984375 0.18671875 0.32578125 +8 0.42265625 0.72578125 0.278125 0.1484375 +8 0.04609375 0.35546875 0.0921875 0.2359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CHELH3GPKXQY9NZV_jpg.rf.146d390fdb6d99d29fd0bea9f4a6b754.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CHELH3GPKXQY9NZV_jpg.rf.146d390fdb6d99d29fd0bea9f4a6b754.txt new file mode 100644 index 0000000..8c8ac1e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CHELH3GPKXQY9NZV_jpg.rf.146d390fdb6d99d29fd0bea9f4a6b754.txt @@ -0,0 +1 @@ +8 0.44375 0.52890625 0.88671875 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CII8O8YQHIH7WX07_jpg.rf.d7d861faf61c28bc6c27234f9b37240d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CII8O8YQHIH7WX07_jpg.rf.d7d861faf61c28bc6c27234f9b37240d.txt new file mode 100644 index 0000000..ede135d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CII8O8YQHIH7WX07_jpg.rf.d7d861faf61c28bc6c27234f9b37240d.txt @@ -0,0 +1 @@ +8 0.52421875 0.4515625 0.409375 0.503125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CLIXBSWMW5CNIN2S_jpg.rf.7dc8d95d283db4f9c41eff1f9ec1855a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CLIXBSWMW5CNIN2S_jpg.rf.7dc8d95d283db4f9c41eff1f9ec1855a.txt new file mode 100644 index 0000000..d94f2d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_CLIXBSWMW5CNIN2S_jpg.rf.7dc8d95d283db4f9c41eff1f9ec1855a.txt @@ -0,0 +1 @@ +8 0.48671875 0.4203125 0.40546875 0.45703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_DZ9PTNESE54RPE3V_jpg.rf.985bccb5ff39aeb3e131d42bffe27611.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_DZ9PTNESE54RPE3V_jpg.rf.985bccb5ff39aeb3e131d42bffe27611.txt new file mode 100644 index 0000000..9037930 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_DZ9PTNESE54RPE3V_jpg.rf.985bccb5ff39aeb3e131d42bffe27611.txt @@ -0,0 +1 @@ +8 0.53828125 0.40625 0.64765625 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_EQF080VV51SQGR61_jpg.rf.996b42d810aa2f497dce12745e6018f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_EQF080VV51SQGR61_jpg.rf.996b42d810aa2f497dce12745e6018f0.txt new file mode 100644 index 0000000..c29dc56 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_EQF080VV51SQGR61_jpg.rf.996b42d810aa2f497dce12745e6018f0.txt @@ -0,0 +1 @@ +8 0.4234375 0.4546875 0.62734375 0.67109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_EZ7X4USQN8WL2W4Q_jpg.rf.cfd163e36c71e3b407df54f12130020c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_EZ7X4USQN8WL2W4Q_jpg.rf.cfd163e36c71e3b407df54f12130020c.txt new file mode 100644 index 0000000..8a946e1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_EZ7X4USQN8WL2W4Q_jpg.rf.cfd163e36c71e3b407df54f12130020c.txt @@ -0,0 +1,3 @@ +8 0.39296875 0.596875 0.64609375 0.32578125 +8 0.79609375 0.49453125 0.3625 0.2703125 +8 0.9 0.6640625 0.19921875 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_F3FKH7WLL68QZAKS_jpg.rf.acd8b001e968d39758d21af51b65cd1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_F3FKH7WLL68QZAKS_jpg.rf.acd8b001e968d39758d21af51b65cd1f.txt new file mode 100644 index 0000000..5fa94b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_F3FKH7WLL68QZAKS_jpg.rf.acd8b001e968d39758d21af51b65cd1f.txt @@ -0,0 +1 @@ +8 0.378125 0.5328125 0.75390625 0.86640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_F5UDPNCM4O7874L0_jpg.rf.ad5cdce0a5f7270623b37584ed3d3354.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_F5UDPNCM4O7874L0_jpg.rf.ad5cdce0a5f7270623b37584ed3d3354.txt new file mode 100644 index 0000000..3870009 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_F5UDPNCM4O7874L0_jpg.rf.ad5cdce0a5f7270623b37584ed3d3354.txt @@ -0,0 +1 @@ +8 0.45859375 0.43046875 0.7078125 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_GRBU982DEZEKNEVM_jpg.rf.89c1775cdcea03d7ddde4ef900f2fbea.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_GRBU982DEZEKNEVM_jpg.rf.89c1775cdcea03d7ddde4ef900f2fbea.txt new file mode 100644 index 0000000..7660934 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_GRBU982DEZEKNEVM_jpg.rf.89c1775cdcea03d7ddde4ef900f2fbea.txt @@ -0,0 +1 @@ +8 0.459375 0.56484375 0.81484375 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_GV3C7UL5R2TO8OWK_jpg.rf.5f732103c696b6661f6292eafa302d4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_GV3C7UL5R2TO8OWK_jpg.rf.5f732103c696b6661f6292eafa302d4f.txt new file mode 100644 index 0000000..a1950a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_GV3C7UL5R2TO8OWK_jpg.rf.5f732103c696b6661f6292eafa302d4f.txt @@ -0,0 +1 @@ +8 0.34453125 0.4453125 0.6890625 0.8625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_H0W8ZFDKDRKFB70B_jpg.rf.35703b12dc53d3712f92fb95712e487c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_H0W8ZFDKDRKFB70B_jpg.rf.35703b12dc53d3712f92fb95712e487c.txt new file mode 100644 index 0000000..ae31779 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_H0W8ZFDKDRKFB70B_jpg.rf.35703b12dc53d3712f92fb95712e487c.txt @@ -0,0 +1 @@ +8 0.515625 0.50625 0.565625 0.496875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_HFK0UPJGQ66PHB28_jpg.rf.ada7ba9029f127673bf1f8bc661109e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_HFK0UPJGQ66PHB28_jpg.rf.ada7ba9029f127673bf1f8bc661109e5.txt new file mode 100644 index 0000000..be144df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_HFK0UPJGQ66PHB28_jpg.rf.ada7ba9029f127673bf1f8bc661109e5.txt @@ -0,0 +1 @@ +8 0.50546875 0.44609375 0.7265625 0.70078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_I21W0X6ASR3RMIG2_jpg.rf.0794c4d52f95e60e011c05f60b558c1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_I21W0X6ASR3RMIG2_jpg.rf.0794c4d52f95e60e011c05f60b558c1f.txt new file mode 100644 index 0000000..a25a6da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_I21W0X6ASR3RMIG2_jpg.rf.0794c4d52f95e60e011c05f60b558c1f.txt @@ -0,0 +1 @@ +8 0.51640625 0.425 0.76484375 0.66484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_I53EFPZJFAEU2G8P_jpg.rf.c2cd78718180f14ad317dce3bb2be6ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_I53EFPZJFAEU2G8P_jpg.rf.c2cd78718180f14ad317dce3bb2be6ca.txt new file mode 100644 index 0000000..cc0d48c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_I53EFPZJFAEU2G8P_jpg.rf.c2cd78718180f14ad317dce3bb2be6ca.txt @@ -0,0 +1 @@ +8 0.41328125 0.490625 0.721875 0.7703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_IXN4VUAWNUXR0EEQ_jpg.rf.bb1fcde362a5eff3d9477ea42c9b5877.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_IXN4VUAWNUXR0EEQ_jpg.rf.bb1fcde362a5eff3d9477ea42c9b5877.txt new file mode 100644 index 0000000..1db2423 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_IXN4VUAWNUXR0EEQ_jpg.rf.bb1fcde362a5eff3d9477ea42c9b5877.txt @@ -0,0 +1 @@ +8 0.5515625 0.4875 0.19375 0.19765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JCZYT50DKBAQR16J_jpg.rf.2852016d9f33a32c56eed701691edbe6.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JCZYT50DKBAQR16J_jpg.rf.2852016d9f33a32c56eed701691edbe6.txt new file mode 100644 index 0000000..679007b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JCZYT50DKBAQR16J_jpg.rf.2852016d9f33a32c56eed701691edbe6.txt @@ -0,0 +1 @@ +8 0.5078125 0.43828125 0.60703125 0.7203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JGOO88TSWI900QIB_jpg.rf.a8559fc1934e245abda5f71e0f57cc9b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JGOO88TSWI900QIB_jpg.rf.a8559fc1934e245abda5f71e0f57cc9b.txt new file mode 100644 index 0000000..9114774 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JGOO88TSWI900QIB_jpg.rf.a8559fc1934e245abda5f71e0f57cc9b.txt @@ -0,0 +1,2 @@ +8 0.1015625 0.40390625 0.203125 0.4015625 +8 0.4578125 0.26953125 0.4859375 0.53828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JLLTPXRFYX78NB30_jpg.rf.9f6c674d0c9dc65b7b97cc4b0c8ade26.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JLLTPXRFYX78NB30_jpg.rf.9f6c674d0c9dc65b7b97cc4b0c8ade26.txt new file mode 100644 index 0000000..dd49db2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_JLLTPXRFYX78NB30_jpg.rf.9f6c674d0c9dc65b7b97cc4b0c8ade26.txt @@ -0,0 +1 @@ +8 0.465625 0.5609375 0.74296875 0.5046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_KE828U1MT0VJNQ17_jpg.rf.7c94b6bd693b3e2fe0b55088a1d67dd7.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_KE828U1MT0VJNQ17_jpg.rf.7c94b6bd693b3e2fe0b55088a1d67dd7.txt new file mode 100644 index 0000000..e6f2ab6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_KE828U1MT0VJNQ17_jpg.rf.7c94b6bd693b3e2fe0b55088a1d67dd7.txt @@ -0,0 +1 @@ +8 0.45703125 0.521875 0.73828125 0.81875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_KL0THCJ5Y7E3EF7K_jpg.rf.fa08179a78ee056bea904f31d3259881.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_KL0THCJ5Y7E3EF7K_jpg.rf.fa08179a78ee056bea904f31d3259881.txt new file mode 100644 index 0000000..9371906 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_KL0THCJ5Y7E3EF7K_jpg.rf.fa08179a78ee056bea904f31d3259881.txt @@ -0,0 +1 @@ +8 0.40546875 0.47578125 0.5703125 0.56875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_LP5I3HHCOMYIVVVK_jpg.rf.79f50277e061149ad8b8ba0838656d09.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_LP5I3HHCOMYIVVVK_jpg.rf.79f50277e061149ad8b8ba0838656d09.txt new file mode 100644 index 0000000..bf05f48 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_LP5I3HHCOMYIVVVK_jpg.rf.79f50277e061149ad8b8ba0838656d09.txt @@ -0,0 +1 @@ +8 0.525 0.440625 0.61640625 0.51328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_MDAGAK4QDC5QT8GS_jpg.rf.1dd0f072ec32d54753f56e52054f1980.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_MDAGAK4QDC5QT8GS_jpg.rf.1dd0f072ec32d54753f56e52054f1980.txt new file mode 100644 index 0000000..3bae08d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_MDAGAK4QDC5QT8GS_jpg.rf.1dd0f072ec32d54753f56e52054f1980.txt @@ -0,0 +1 @@ +8 0.4125 0.475 0.6109375 0.80234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_MZ4692VF9HNNJVYT_jpg.rf.13ec1ebfe2d40f2e76c69a8877bce288.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_MZ4692VF9HNNJVYT_jpg.rf.13ec1ebfe2d40f2e76c69a8877bce288.txt new file mode 100644 index 0000000..a880fed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_MZ4692VF9HNNJVYT_jpg.rf.13ec1ebfe2d40f2e76c69a8877bce288.txt @@ -0,0 +1 @@ +8 0.4796875 0.50078125 0.5265625 0.4703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_OXPBNCOQ1WA2MHO9_jpg.rf.322f7d3359d7654eb70b3099845afe8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_OXPBNCOQ1WA2MHO9_jpg.rf.322f7d3359d7654eb70b3099845afe8b.txt new file mode 100644 index 0000000..f984542 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_OXPBNCOQ1WA2MHO9_jpg.rf.322f7d3359d7654eb70b3099845afe8b.txt @@ -0,0 +1 @@ +8 0.690625 0.46953125 0.61796875 0.70546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PDDPO2T6TI5WPYSG_jpg.rf.f4c5f3931bd95fcc7d2da71cd3bff821.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PDDPO2T6TI5WPYSG_jpg.rf.f4c5f3931bd95fcc7d2da71cd3bff821.txt new file mode 100644 index 0000000..4243964 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PDDPO2T6TI5WPYSG_jpg.rf.f4c5f3931bd95fcc7d2da71cd3bff821.txt @@ -0,0 +1 @@ +8 0.49921875 0.4828125 0.9984375 0.965625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PE25N1ZME7JFZ8HM_jpg.rf.df693fa4c494f56b9869754d486ee193.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PE25N1ZME7JFZ8HM_jpg.rf.df693fa4c494f56b9869754d486ee193.txt new file mode 100644 index 0000000..aab7312 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PE25N1ZME7JFZ8HM_jpg.rf.df693fa4c494f56b9869754d486ee193.txt @@ -0,0 +1 @@ +8 0.55546875 0.559375 0.6625 0.69296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PQV7CUNO350MDLSC_jpg.rf.1b585f8ed9a3a4c470c985807e9031c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PQV7CUNO350MDLSC_jpg.rf.1b585f8ed9a3a4c470c985807e9031c3.txt new file mode 100644 index 0000000..d038279 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_PQV7CUNO350MDLSC_jpg.rf.1b585f8ed9a3a4c470c985807e9031c3.txt @@ -0,0 +1 @@ +8 0.6125 0.51953125 0.590625 0.5453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Q45N48583HHBGTIF_jpg.rf.f6984f72b0eb01f3058bad0e6ea2dd46.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Q45N48583HHBGTIF_jpg.rf.f6984f72b0eb01f3058bad0e6ea2dd46.txt new file mode 100644 index 0000000..a48934c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Q45N48583HHBGTIF_jpg.rf.f6984f72b0eb01f3058bad0e6ea2dd46.txt @@ -0,0 +1 @@ +8 0.4859375 0.384375 0.6734375 0.76875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Q4B1RYFD5MRDH75H_jpg.rf.ed327c7f3028c97495758187d1bbe877.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Q4B1RYFD5MRDH75H_jpg.rf.ed327c7f3028c97495758187d1bbe877.txt new file mode 100644 index 0000000..dde5341 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Q4B1RYFD5MRDH75H_jpg.rf.ed327c7f3028c97495758187d1bbe877.txt @@ -0,0 +1 @@ +8 0.4578125 0.45859375 0.7390625 0.68828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_QC4ZNJL506JQT771_jpg.rf.5a77fd47daf3eda7a9241cc6330c3a47.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_QC4ZNJL506JQT771_jpg.rf.5a77fd47daf3eda7a9241cc6330c3a47.txt new file mode 100644 index 0000000..640de75 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_QC4ZNJL506JQT771_jpg.rf.5a77fd47daf3eda7a9241cc6330c3a47.txt @@ -0,0 +1 @@ +8 0.51640625 0.4484375 0.29609375 0.38125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_QV4AWFI1G59PERCL_jpg.rf.81cad255f587fd0e668cb2e681fc1bfb.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_QV4AWFI1G59PERCL_jpg.rf.81cad255f587fd0e668cb2e681fc1bfb.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RPE75MGBN0WRJVIO_jpg.rf.bd74fa16b3114a22a1748822eb32e624.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RPE75MGBN0WRJVIO_jpg.rf.bd74fa16b3114a22a1748822eb32e624.txt new file mode 100644 index 0000000..625d94c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RPE75MGBN0WRJVIO_jpg.rf.bd74fa16b3114a22a1748822eb32e624.txt @@ -0,0 +1 @@ +8 0.5390625 0.50703125 0.765625 0.69296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RPZMDC0SY9OX5J3Q_jpg.rf.f982fa5c11d769da7f6b285335af926b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RPZMDC0SY9OX5J3Q_jpg.rf.f982fa5c11d769da7f6b285335af926b.txt new file mode 100644 index 0000000..1df8798 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RPZMDC0SY9OX5J3Q_jpg.rf.f982fa5c11d769da7f6b285335af926b.txt @@ -0,0 +1 @@ +8 0.56171875 0.2703125 0.66640625 0.5375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RS3R7NS6FHEAG8AY_jpg.rf.900118b14bdfa058096b3ab63c4d9d2f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RS3R7NS6FHEAG8AY_jpg.rf.900118b14bdfa058096b3ab63c4d9d2f.txt new file mode 100644 index 0000000..5e7e723 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RS3R7NS6FHEAG8AY_jpg.rf.900118b14bdfa058096b3ab63c4d9d2f.txt @@ -0,0 +1 @@ +8 0.46015625 0.5015625 0.50546875 0.57734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RZCOR1216B2XY008_jpg.rf.c4a2259489680c53791257ccf8c370d6.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RZCOR1216B2XY008_jpg.rf.c4a2259489680c53791257ccf8c370d6.txt new file mode 100644 index 0000000..f6b5bdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_RZCOR1216B2XY008_jpg.rf.c4a2259489680c53791257ccf8c370d6.txt @@ -0,0 +1 @@ +8 0.4890625 0.4375 0.76875 0.875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SQFC3OV1WPIMKX3S_jpg.rf.3a758d445d77ee721d5e57ea681cdb07.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SQFC3OV1WPIMKX3S_jpg.rf.3a758d445d77ee721d5e57ea681cdb07.txt new file mode 100644 index 0000000..ac95258 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SQFC3OV1WPIMKX3S_jpg.rf.3a758d445d77ee721d5e57ea681cdb07.txt @@ -0,0 +1 @@ +8 0.65234375 0.65390625 0.6296875 0.61875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SWXKXNUSH3HVL5YV_jpg.rf.3d23a927dd9470dadea1be0a7ecfac20.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SWXKXNUSH3HVL5YV_jpg.rf.3d23a927dd9470dadea1be0a7ecfac20.txt new file mode 100644 index 0000000..00a4f64 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SWXKXNUSH3HVL5YV_jpg.rf.3d23a927dd9470dadea1be0a7ecfac20.txt @@ -0,0 +1,2 @@ +8 0.828125 0.353125 0.34375 0.70625 +8 0.465625 0.4484375 0.553125 0.60625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SYS59Q1AP7E63L86_jpg.rf.6fd38403f39a9a968f4ae5df565541ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SYS59Q1AP7E63L86_jpg.rf.6fd38403f39a9a968f4ae5df565541ad.txt new file mode 100644 index 0000000..c949a11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_SYS59Q1AP7E63L86_jpg.rf.6fd38403f39a9a968f4ae5df565541ad.txt @@ -0,0 +1 @@ +8 0.48203125 0.5 0.690625 0.68203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_T329GAEZQ97HBLI5_jpg.rf.edab99f67c15b77e819227473b083586.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_T329GAEZQ97HBLI5_jpg.rf.edab99f67c15b77e819227473b083586.txt new file mode 100644 index 0000000..69374f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_T329GAEZQ97HBLI5_jpg.rf.edab99f67c15b77e819227473b083586.txt @@ -0,0 +1,2 @@ +8 0.62578125 0.5421875 0.4625 0.66796875 +8 0.35078125 0.51953125 0.70078125 0.459375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_TDR1GO5WIOTGEYTR_jpg.rf.683c57d1c7ef2154323bcf7f08fc71cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_TDR1GO5WIOTGEYTR_jpg.rf.683c57d1c7ef2154323bcf7f08fc71cb.txt new file mode 100644 index 0000000..ff4f16a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_TDR1GO5WIOTGEYTR_jpg.rf.683c57d1c7ef2154323bcf7f08fc71cb.txt @@ -0,0 +1 @@ +8 0.4328125 0.434375 0.53203125 0.67421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_TLSCH8A826QLUSEH_jpg.rf.79eb7f947540d2712800508f420781c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_TLSCH8A826QLUSEH_jpg.rf.79eb7f947540d2712800508f420781c3.txt new file mode 100644 index 0000000..8b4cf72 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_TLSCH8A826QLUSEH_jpg.rf.79eb7f947540d2712800508f420781c3.txt @@ -0,0 +1 @@ +8 0.49765625 0.44609375 0.3796875 0.3765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_U15NGKPVXPZLJSTS_jpg.rf.92ba9ad33809f905f4c309e8cd8c29bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_U15NGKPVXPZLJSTS_jpg.rf.92ba9ad33809f905f4c309e8cd8c29bb.txt new file mode 100644 index 0000000..b1be8b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_U15NGKPVXPZLJSTS_jpg.rf.92ba9ad33809f905f4c309e8cd8c29bb.txt @@ -0,0 +1 @@ +8 0.51015625 0.48515625 0.97890625 0.7734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_UINAS6QJLQNGQUG6_jpg.rf.8ce7918bcf6ad9140f009106d7de8266.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_UINAS6QJLQNGQUG6_jpg.rf.8ce7918bcf6ad9140f009106d7de8266.txt new file mode 100644 index 0000000..7634795 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_UINAS6QJLQNGQUG6_jpg.rf.8ce7918bcf6ad9140f009106d7de8266.txt @@ -0,0 +1 @@ +8 0.49453125 0.5 0.9890625 0.54609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_VJNLJET4MOKXBYDI_jpg.rf.320097c472afeb7d02a0341f25bf8ef2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_VJNLJET4MOKXBYDI_jpg.rf.320097c472afeb7d02a0341f25bf8ef2.txt new file mode 100644 index 0000000..e6813e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_VJNLJET4MOKXBYDI_jpg.rf.320097c472afeb7d02a0341f25bf8ef2.txt @@ -0,0 +1 @@ +8 0.49921875 0.4953125 0.78671875 0.75390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_VRZYKTX1AKRP5XE2_jpg.rf.50bdecad346ce136a992c444d2d37a52.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_VRZYKTX1AKRP5XE2_jpg.rf.50bdecad346ce136a992c444d2d37a52.txt new file mode 100644 index 0000000..648e17a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_VRZYKTX1AKRP5XE2_jpg.rf.50bdecad346ce136a992c444d2d37a52.txt @@ -0,0 +1 @@ +8 0.49453125 0.4921875 0.6828125 0.6171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_W98XPBK8AFXM7TLR_jpg.rf.70a8f1535a8097a7c019d46cb37e511e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_W98XPBK8AFXM7TLR_jpg.rf.70a8f1535a8097a7c019d46cb37e511e.txt new file mode 100644 index 0000000..c1b0382 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_W98XPBK8AFXM7TLR_jpg.rf.70a8f1535a8097a7c019d46cb37e511e.txt @@ -0,0 +1 @@ +8 0.4796875 0.51796875 0.7328125 0.95546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Y48FJG330TF6J1YT_jpg.rf.bdbb6daeca9ea0a7a57dea6184360ebc.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Y48FJG330TF6J1YT_jpg.rf.bdbb6daeca9ea0a7a57dea6184360ebc.txt new file mode 100644 index 0000000..2d90302 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_Y48FJG330TF6J1YT_jpg.rf.bdbb6daeca9ea0a7a57dea6184360ebc.txt @@ -0,0 +1 @@ +8 0.43125 0.615625 0.5453125 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_YMJUR8ZK53C8DDON_jpg.rf.eb1ad17ecc48a13021b578ee482643d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_YMJUR8ZK53C8DDON_jpg.rf.eb1ad17ecc48a13021b578ee482643d8.txt new file mode 100644 index 0000000..35af650 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_YMJUR8ZK53C8DDON_jpg.rf.eb1ad17ecc48a13021b578ee482643d8.txt @@ -0,0 +1 @@ +8 0.4734375 0.59765625 0.6625 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_ZE405N24TGWMEJOZ_jpg.rf.ec633d4d39162fa453fe7b30373f5660.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_ZE405N24TGWMEJOZ_jpg.rf.ec633d4d39162fa453fe7b30373f5660.txt new file mode 100644 index 0000000..d7e47a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_ZE405N24TGWMEJOZ_jpg.rf.ec633d4d39162fa453fe7b30373f5660.txt @@ -0,0 +1 @@ +8 0.5140625 0.51328125 0.84453125 0.9734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_ZVJYQS4JSPBWTN55_jpg.rf.3dd7209c78f89f400fdce98bd0066096.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_ZVJYQS4JSPBWTN55_jpg.rf.3dd7209c78f89f400fdce98bd0066096.txt new file mode 100644 index 0000000..f06bf0b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/dc_luggage_batch_1_ZVJYQS4JSPBWTN55_jpg.rf.3dd7209c78f89f400fdce98bd0066096.txt @@ -0,0 +1 @@ +8 0.5203125 0.47734375 0.6328125 0.69140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/e26f19884338f05fb0166367cc97591a098a90de_jpg.rf.cac7ce9f12c8f6fa84ae7636185a9e09.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/e26f19884338f05fb0166367cc97591a098a90de_jpg.rf.cac7ce9f12c8f6fa84ae7636185a9e09.txt new file mode 100644 index 0000000..c56f001 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/e26f19884338f05fb0166367cc97591a098a90de_jpg.rf.cac7ce9f12c8f6fa84ae7636185a9e09.txt @@ -0,0 +1 @@ +5 0.5411392405063291 0.25248344370860926 0.4704641350210971 0.36920529801324503 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/eb0887d35ada8c331622fe3b7333d115a8c51777_jpg.rf.47ef339f178455ddb3fd3b622b8d7b5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/eb0887d35ada8c331622fe3b7333d115a8c51777_jpg.rf.47ef339f178455ddb3fd3b622b8d7b5e.txt new file mode 100644 index 0000000..9f8c7e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/eb0887d35ada8c331622fe3b7333d115a8c51777_jpg.rf.47ef339f178455ddb3fd3b622b8d7b5e.txt @@ -0,0 +1 @@ +5 0.4989451476793249 0.24405705229793978 0.4219409282700422 0.4437400950871632 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/ef21b9d0f27e7da9f76b6605b8bed06d5472a2eb_jpg.rf.881ffc7e49f7e9801e8199dc05fc0a15.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/ef21b9d0f27e7da9f76b6605b8bed06d5472a2eb_jpg.rf.881ffc7e49f7e9801e8199dc05fc0a15.txt new file mode 100644 index 0000000..2992ab1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/ef21b9d0f27e7da9f76b6605b8bed06d5472a2eb_jpg.rf.881ffc7e49f7e9801e8199dc05fc0a15.txt @@ -0,0 +1 @@ +5 0.5168776371308017 0.1540084388185654 0.3628691983122363 0.3080168776371308 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/f9f508136d8899d05ec671df0e7416ca6f661227_jpg.rf.edb0eb54a2d4591181f992da033395f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/f9f508136d8899d05ec671df0e7416ca6f661227_jpg.rf.edb0eb54a2d4591181f992da033395f8.txt new file mode 100644 index 0000000..f74f744 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/f9f508136d8899d05ec671df0e7416ca6f661227_jpg.rf.edb0eb54a2d4591181f992da033395f8.txt @@ -0,0 +1 @@ +5 0.5021097046413502 0.3770343580470163 0.5210970464135021 0.6600361663652803 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0006_jpg.rf.211d5b5c1e48e13d028114b0776b1ca5.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0006_jpg.rf.211d5b5c1e48e13d028114b0776b1ca5.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0006_jpg.rf.211d5b5c1e48e13d028114b0776b1ca5.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0292_jpg.rf.bb3e59c05c57dd73fbad1e2d3730af3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0292_jpg.rf.bb3e59c05c57dd73fbad1e2d3730af3b.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0292_jpg.rf.bb3e59c05c57dd73fbad1e2d3730af3b.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0767_jpg.rf.5dd036e1183124a477fcdb4b55346b1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0767_jpg.rf.5dd036e1183124a477fcdb4b55346b1b.txt new file mode 100644 index 0000000..15e2c9d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_0767_jpg.rf.5dd036e1183124a477fcdb4b55346b1b.txt @@ -0,0 +1 @@ +8 0.5140625 0.6625 0.603125 0.675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1067_jpg.rf.215f013eb0acc29911443ac4d4b6f89f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1067_jpg.rf.215f013eb0acc29911443ac4d4b6f89f.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1067_jpg.rf.215f013eb0acc29911443ac4d4b6f89f.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1068_jpg.rf.45f80c30f8f219e8e468770fadd82d9a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1068_jpg.rf.45f80c30f8f219e8e468770fadd82d9a.txt new file mode 100644 index 0000000..0c8ac2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1068_jpg.rf.45f80c30f8f219e8e468770fadd82d9a.txt @@ -0,0 +1 @@ +8 0.4890625 0.621875 0.54140625 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1549_jpg.rf.59343cff34af7d2a6a19aace4a03e9aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1549_jpg.rf.59343cff34af7d2a6a19aace4a03e9aa.txt new file mode 100644 index 0000000..3fb806f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1549_jpg.rf.59343cff34af7d2a6a19aace4a03e9aa.txt @@ -0,0 +1 @@ +8 0.459375 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1648_jpg.rf.e1d900d8937849a5f4c6e06d14d52453.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1648_jpg.rf.e1d900d8937849a5f4c6e06d14d52453.txt new file mode 100644 index 0000000..8a7eb6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1648_jpg.rf.e1d900d8937849a5f4c6e06d14d52453.txt @@ -0,0 +1 @@ +8 0.4421875 0.421875 0.45234375 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1650_jpg.rf.061e14ae3a44c825b7332e128ef6db7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1650_jpg.rf.061e14ae3a44c825b7332e128ef6db7f.txt new file mode 100644 index 0000000..8a7eb6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1650_jpg.rf.061e14ae3a44c825b7332e128ef6db7f.txt @@ -0,0 +1 @@ +8 0.4421875 0.421875 0.45234375 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1702_jpg.rf.76658d94947c96bb31ec2878b08abac3.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1702_jpg.rf.76658d94947c96bb31ec2878b08abac3.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frame_1702_jpg.rf.76658d94947c96bb31ec2878b08abac3.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/frerger_jpg.rf.6450fd16400ea91d9b7cfed4d5d1038e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/frerger_jpg.rf.6450fd16400ea91d9b7cfed4d5d1038e.txt new file mode 100644 index 0000000..757bbc7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/frerger_jpg.rf.6450fd16400ea91d9b7cfed4d5d1038e.txt @@ -0,0 +1 @@ +7 0.5078125 0.455078125 0.671875 0.859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/gyigiuh_jpg.rf.28040bf32a2e11571661d06fe0fbb000.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/gyigiuh_jpg.rf.28040bf32a2e11571661d06fe0fbb000.txt new file mode 100644 index 0000000..d3e5208 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/gyigiuh_jpg.rf.28040bf32a2e11571661d06fe0fbb000.txt @@ -0,0 +1 @@ +6 0.5078125 0.3515625 0.4375 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images125_jpg.rf.4c4a936c96bde9069e7c653b6be033eb.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images125_jpg.rf.4c4a936c96bde9069e7c653b6be033eb.txt new file mode 100644 index 0000000..5e73d35 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images125_jpg.rf.4c4a936c96bde9069e7c653b6be033eb.txt @@ -0,0 +1 @@ +1 0.3368 0.5055111111111111 0.6397333333333334 0.9889777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images164_jpg.rf.bc5d73d8694e28254d0a2d0f5afecab9.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images164_jpg.rf.bc5d73d8694e28254d0a2d0f5afecab9.txt new file mode 100644 index 0000000..715d923 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images164_jpg.rf.bc5d73d8694e28254d0a2d0f5afecab9.txt @@ -0,0 +1 @@ +6 0.5668 0.4496888888888889 0.631288888888889 0.7032444444444446 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images170_jpg.rf.02876382a73819a034bd209f3b625ed4.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images170_jpg.rf.02876382a73819a034bd209f3b625ed4.txt new file mode 100644 index 0000000..d18db55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images170_jpg.rf.02876382a73819a034bd209f3b625ed4.txt @@ -0,0 +1 @@ +6 0.4169333333333333 0.4075555555555556 0.37800000000000006 0.6830222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images211_jpg.rf.05e77e23a2e4828e6dc13bcea0cc6d49.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images211_jpg.rf.05e77e23a2e4828e6dc13bcea0cc6d49.txt new file mode 100644 index 0000000..6e232bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images211_jpg.rf.05e77e23a2e4828e6dc13bcea0cc6d49.txt @@ -0,0 +1,2 @@ +7 0.49288888888888893 0.39022222222222225 0.33035555555555546 0.4044444444444445 +6 0.4935555555555555 0.6481333333333333 0.29506666666666675 0.32617777777777773 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images30_jpg.rf.91b1c10b7afdf0479257793f823ac0be.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images30_jpg.rf.91b1c10b7afdf0479257793f823ac0be.txt new file mode 100644 index 0000000..44a4386 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images30_jpg.rf.91b1c10b7afdf0479257793f823ac0be.txt @@ -0,0 +1,2 @@ +6 0.5004444444444445 0.4808888888888889 0.4365333333333333 0.6323555555555556 +4 0.5228444444444444 0.17786666666666667 0.34377777777777774 0.35217777777777776 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images330_jpg.rf.915ee0e6447d290a086c321b43e0a038.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images330_jpg.rf.915ee0e6447d290a086c321b43e0a038.txt new file mode 100644 index 0000000..413a8e1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images330_jpg.rf.915ee0e6447d290a086c321b43e0a038.txt @@ -0,0 +1 @@ +6 0.4496444444444445 0.5105777777777778 0.6905333333333333 0.8948444444444446 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images361_jpg.rf.c2c67f91b96cb431affe9ba5e3a56b6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images361_jpg.rf.c2c67f91b96cb431affe9ba5e3a56b6d.txt new file mode 100644 index 0000000..6c658b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images361_jpg.rf.c2c67f91b96cb431affe9ba5e3a56b6d.txt @@ -0,0 +1 @@ +6 0.4989333333333334 0.39271111111111107 0.2647555555555556 0.5941333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images368_jpg.rf.bdb8bfe1fe874747982c40e17d310d1d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images368_jpg.rf.bdb8bfe1fe874747982c40e17d310d1d.txt new file mode 100644 index 0000000..98443c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images368_jpg.rf.bdb8bfe1fe874747982c40e17d310d1d.txt @@ -0,0 +1,2 @@ +6 0.26235555555555556 0.4030666666666667 0.22328888888888893 0.45822222222222225 +6 0.7823111111111112 0.41919999999999996 0.20924444444444437 0.5242666666666665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images468_jpg.rf.8b473defa3a7fc651954181faf78dd29.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images468_jpg.rf.8b473defa3a7fc651954181faf78dd29.txt new file mode 100644 index 0000000..c00114a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images468_jpg.rf.8b473defa3a7fc651954181faf78dd29.txt @@ -0,0 +1 @@ +6 0.45759999999999995 0.46662222222222216 0.2767555555555556 0.5847111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images508_jpg.rf.5426846eb85484a34be3ee2f9af71b90.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images508_jpg.rf.5426846eb85484a34be3ee2f9af71b90.txt new file mode 100644 index 0000000..2956e6b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images508_jpg.rf.5426846eb85484a34be3ee2f9af71b90.txt @@ -0,0 +1 @@ +6 0.5320444444444444 0.5815555555555555 0.5286666666666667 0.7097777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images567_jpg.rf.478959ba9aa13455ca5b2e8e8de7a304.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images567_jpg.rf.478959ba9aa13455ca5b2e8e8de7a304.txt new file mode 100644 index 0000000..9b983a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images567_jpg.rf.478959ba9aa13455ca5b2e8e8de7a304.txt @@ -0,0 +1,3 @@ +6 0.2822222222222222 0.2773777777777778 0.28848888888888885 0.52 +6 0.7456888888888888 0.47631111111111113 0.20800000000000005 0.3422666666666668 +0 0.81 0.2502666666666667 0.2011999999999999 0.1779111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images707_jpg.rf.2f22f6b6aa5efbc08c0d3d739758500d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images707_jpg.rf.2f22f6b6aa5efbc08c0d3d739758500d.txt new file mode 100644 index 0000000..185a8d5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images707_jpg.rf.2f22f6b6aa5efbc08c0d3d739758500d.txt @@ -0,0 +1,2 @@ +6 0.4840888888888889 0.5740000000000001 0.3193333333333333 0.42039999999999994 +7 0.48844444444444446 0.24315555555555554 0.4681333333333333 0.44653333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images734_jpg.rf.0cac27af37a828449296026179ef5537.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images734_jpg.rf.0cac27af37a828449296026179ef5537.txt new file mode 100644 index 0000000..1087236 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images734_jpg.rf.0cac27af37a828449296026179ef5537.txt @@ -0,0 +1,3 @@ +6 0.25720000000000004 0.7135555555555556 0.24000000000000002 0.40982222222222214 +6 0.7535555555555556 0.7184888888888888 0.22102222222222231 0.4112444444444445 +6 0.49426666666666663 0.21240000000000003 0.22595555555555558 0.38182222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images835_jpg.rf.026e79b91a240f065fbdf126722c2f9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images835_jpg.rf.026e79b91a240f065fbdf126722c2f9d.txt new file mode 100644 index 0000000..6e0e051 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images835_jpg.rf.026e79b91a240f065fbdf126722c2f9d.txt @@ -0,0 +1,2 @@ +6 0.4567111111111111 0.5447555555555555 0.5466222222222221 0.6711999999999999 +0 0.5253333333333333 0.1192888888888889 0.2682666666666666 0.22653333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images887_jpg.rf.6ccb80f6b1e35d51ddfbb06a68e44dda.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images887_jpg.rf.6ccb80f6b1e35d51ddfbb06a68e44dda.txt new file mode 100644 index 0000000..e594944 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images887_jpg.rf.6ccb80f6b1e35d51ddfbb06a68e44dda.txt @@ -0,0 +1 @@ +6 0.5286666666666666 0.3237333333333334 0.3716444444444444 0.6474666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images895_jpg.rf.6465eb749a1e089f09e1b2ed19e1be4e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images895_jpg.rf.6465eb749a1e089f09e1b2ed19e1be4e.txt new file mode 100644 index 0000000..2ff81b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images895_jpg.rf.6465eb749a1e089f09e1b2ed19e1be4e.txt @@ -0,0 +1,2 @@ +6 0.43564444444444445 0.5057333333333333 0.26262222222222226 0.4730666666666666 +0 0.41471111111111114 0.15773333333333334 0.25715555555555564 0.20035555555555554 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images970_jpg.rf.f70fe49497c80e615dbe54fe46629d64.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images970_jpg.rf.f70fe49497c80e615dbe54fe46629d64.txt new file mode 100644 index 0000000..80fd6ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images970_jpg.rf.f70fe49497c80e615dbe54fe46629d64.txt @@ -0,0 +1,2 @@ +4 0.5154222222222222 0.1280888888888889 0.25542222222222216 0.19186666666666669 +6 0.5036 0.3999111111111111 0.21817777777777786 0.3460444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images978_jpg.rf.ae9671ce3d53ac1f3cde08485583dabe.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images978_jpg.rf.ae9671ce3d53ac1f3cde08485583dabe.txt new file mode 100644 index 0000000..2a6279b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images978_jpg.rf.ae9671ce3d53ac1f3cde08485583dabe.txt @@ -0,0 +1,2 @@ +6 0.38 0.4674666666666667 0.28928888888888893 0.5700444444444444 +6 0.6813333333333333 0.4839555555555556 0.24862222222222222 0.5945777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/images99_jpg.rf.f48db268932cbad8c8b69940cb903385.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/images99_jpg.rf.f48db268932cbad8c8b69940cb903385.txt new file mode 100644 index 0000000..856f314 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/images99_jpg.rf.f48db268932cbad8c8b69940cb903385.txt @@ -0,0 +1,2 @@ +1 0.1599111111111111 0.3959111111111111 0.27240000000000003 0.45231111111111116 +1 0.6751999999999999 0.5303111111111111 0.4606666666666668 0.8270222222222224 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img163_jpg.rf.03d6b19a2413044d77f71b3fdb33543c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img163_jpg.rf.03d6b19a2413044d77f71b3fdb33543c.txt new file mode 100644 index 0000000..91c3e43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img163_jpg.rf.03d6b19a2413044d77f71b3fdb33543c.txt @@ -0,0 +1,2 @@ +6 0.49903125 0.65890625 0.13884375000000002 0.21075 +0 0.49362500000000004 0.5230937499999999 0.11512499999999992 0.08568750000000006 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0014_jpeg_jpg.rf.03ff46b9fa1c44c2a6efd0c83fef2b62.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0014_jpeg_jpg.rf.03ff46b9fa1c44c2a6efd0c83fef2b62.txt new file mode 100644 index 0000000..73bf70c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0014_jpeg_jpg.rf.03ff46b9fa1c44c2a6efd0c83fef2b62.txt @@ -0,0 +1 @@ +1 0.46545454545454545 0.3878787878787879 0.26545454545454544 0.4581818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0029_jpeg_jpg.rf.70830cbfeff00c14982ebcef7a44e8dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0029_jpeg_jpg.rf.70830cbfeff00c14982ebcef7a44e8dd.txt new file mode 100644 index 0000000..b8376b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0029_jpeg_jpg.rf.70830cbfeff00c14982ebcef7a44e8dd.txt @@ -0,0 +1 @@ +1 0.4172727272727273 0.4193939393939394 0.34363636363636363 0.47515151515151516 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0037_jpeg_jpg.rf.6ab7f63817690f694b31d4c9a35dbfa7.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0037_jpeg_jpg.rf.6ab7f63817690f694b31d4c9a35dbfa7.txt new file mode 100644 index 0000000..248d8fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0037_jpeg_jpg.rf.6ab7f63817690f694b31d4c9a35dbfa7.txt @@ -0,0 +1,2 @@ +7 0.4781818181818182 0.36848484848484847 0.37454545454545457 0.33575757575757575 +3 0.4772727272727273 0.6521212121212121 0.2381818181818182 0.3612121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0042-1-_jpeg_jpg.rf.22a9899652ebccf62e41cf1c4ee5d0a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0042-1-_jpeg_jpg.rf.22a9899652ebccf62e41cf1c4ee5d0a1.txt new file mode 100644 index 0000000..3729b18 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0042-1-_jpeg_jpg.rf.22a9899652ebccf62e41cf1c4ee5d0a1.txt @@ -0,0 +1,2 @@ +7 0.46545454545454545 0.33151515151515154 0.3527272727272727 0.2824242424242424 +6 0.40636363636363637 0.5733333333333334 0.3327272727272727 0.40969696969696967 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0048_jpeg_jpg.rf.868ad3c7f07f8f9d1a154eb771dc6e4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0048_jpeg_jpg.rf.868ad3c7f07f8f9d1a154eb771dc6e4b.txt new file mode 100644 index 0000000..dec79b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0048_jpeg_jpg.rf.868ad3c7f07f8f9d1a154eb771dc6e4b.txt @@ -0,0 +1,2 @@ +4 0.47363636363636363 0.31636363636363635 0.41818181818181815 0.296969696969697 +5 0.5 0.6072727272727273 0.3472727272727273 0.30666666666666664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0055-1-_jpeg_jpg.rf.cde3ca8d680d0986f0b49783f737314b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0055-1-_jpeg_jpg.rf.cde3ca8d680d0986f0b49783f737314b.txt new file mode 100644 index 0000000..415a3e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0055-1-_jpeg_jpg.rf.cde3ca8d680d0986f0b49783f737314b.txt @@ -0,0 +1,2 @@ +5 0.4172727272727273 0.6642424242424242 0.3090909090909091 0.3503030303030303 +0 0.45181818181818184 0.3793939393939394 0.3981818181818182 0.29818181818181816 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0059-1-_jpeg_jpg.rf.967ecc53fece9f40d366f8501794ff62.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0059-1-_jpeg_jpg.rf.967ecc53fece9f40d366f8501794ff62.txt new file mode 100644 index 0000000..61f78e0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0059-1-_jpeg_jpg.rf.967ecc53fece9f40d366f8501794ff62.txt @@ -0,0 +1,2 @@ +7 0.5845454545454546 0.38242424242424244 0.4690909090909091 0.42787878787878786 +3 0.5236363636363637 0.6963636363636364 0.22363636363636363 0.3709090909090909 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0061-1-_jpeg_jpg.rf.b009fe9ea1c8fea28d6f3a05c696df77.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0061-1-_jpeg_jpg.rf.b009fe9ea1c8fea28d6f3a05c696df77.txt new file mode 100644 index 0000000..6034e1a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0061-1-_jpeg_jpg.rf.b009fe9ea1c8fea28d6f3a05c696df77.txt @@ -0,0 +1,2 @@ +5 0.4490909090909091 0.5490909090909091 0.30727272727272725 0.18181818181818182 +0 0.4636363636363636 0.3412121212121212 0.3527272727272727 0.3018181818181818 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0071_jpeg_jpg.rf.98f1a58f70cbd8800c1ee3318cf4b15d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0071_jpeg_jpg.rf.98f1a58f70cbd8800c1ee3318cf4b15d.txt new file mode 100644 index 0000000..da04069 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0071_jpeg_jpg.rf.98f1a58f70cbd8800c1ee3318cf4b15d.txt @@ -0,0 +1,2 @@ +3 0.48454545454545456 0.6709090909090909 0.32545454545454544 0.40484848484848485 +4 0.4690909090909091 0.3387878787878788 0.46545454545454545 0.30666666666666664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0078-1-_jpeg_jpg.rf.8c1720aa46fbd4aa646ba2e07985f330.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0078-1-_jpeg_jpg.rf.8c1720aa46fbd4aa646ba2e07985f330.txt new file mode 100644 index 0000000..31d64ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0078-1-_jpeg_jpg.rf.8c1720aa46fbd4aa646ba2e07985f330.txt @@ -0,0 +1,2 @@ +3 0.4818181818181818 0.6642424242424242 0.28363636363636363 0.5672727272727273 +4 0.5063636363636363 0.32484848484848483 0.33636363636363636 0.3018181818181818 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0079_jpeg_jpg.rf.0db0a361dcc1d2b4dafb13d944366f0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0079_jpeg_jpg.rf.0db0a361dcc1d2b4dafb13d944366f0e.txt new file mode 100644 index 0000000..c679cfc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0079_jpeg_jpg.rf.0db0a361dcc1d2b4dafb13d944366f0e.txt @@ -0,0 +1,2 @@ +4 0.4781818181818182 0.32181818181818184 0.44 0.31393939393939396 +6 0.46636363636363637 0.5951515151515151 0.2818181818181818 0.2957575757575758 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0080-1-_jpeg_jpg.rf.5d3c65825ec5b994e7eb322cb2de2eb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0080-1-_jpeg_jpg.rf.5d3c65825ec5b994e7eb322cb2de2eb2.txt new file mode 100644 index 0000000..2fdd316 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0080-1-_jpeg_jpg.rf.5d3c65825ec5b994e7eb322cb2de2eb2.txt @@ -0,0 +1,2 @@ +4 0.4572727272727273 0.336969696969697 0.4490909090909091 0.32606060606060605 +3 0.4309090909090909 0.6763636363636364 0.3109090909090909 0.4727272727272727 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0081-1-_jpeg_jpg.rf.9c8ae1ef4fb552a87b28542de8bc2d72.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0081-1-_jpeg_jpg.rf.9c8ae1ef4fb552a87b28542de8bc2d72.txt new file mode 100644 index 0000000..ae92a9a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0081-1-_jpeg_jpg.rf.9c8ae1ef4fb552a87b28542de8bc2d72.txt @@ -0,0 +1,2 @@ +4 0.46 0.35393939393939394 0.3981818181818182 0.38666666666666666 +3 0.4218181818181818 0.6818181818181818 0.3709090909090909 0.3878787878787879 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0093-1-_jpeg_jpg.rf.a8e034a1309f9ef1c9406c23c2375e68.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0093-1-_jpeg_jpg.rf.a8e034a1309f9ef1c9406c23c2375e68.txt new file mode 100644 index 0000000..a3ae5c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0093-1-_jpeg_jpg.rf.a8e034a1309f9ef1c9406c23c2375e68.txt @@ -0,0 +1,2 @@ +7 0.5063636363636363 0.33454545454545453 0.43272727272727274 0.35515151515151516 +6 0.5145454545454545 0.6018181818181818 0.34363636363636363 0.38545454545454544 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0106_jpeg_jpg.rf.6ab52fe43b99dd9ca7c7b0a183785f64.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0106_jpeg_jpg.rf.6ab52fe43b99dd9ca7c7b0a183785f64.txt new file mode 100644 index 0000000..f6c76a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0106_jpeg_jpg.rf.6ab52fe43b99dd9ca7c7b0a183785f64.txt @@ -0,0 +1,2 @@ +7 0.4763636363636364 0.3787878787878788 0.46 0.3406060606060606 +3 0.47 0.673939393939394 0.25636363636363635 0.4266666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0108_jpeg_jpg.rf.69bd3f6782430cbfc3aa205ac6aa6982.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0108_jpeg_jpg.rf.69bd3f6782430cbfc3aa205ac6aa6982.txt new file mode 100644 index 0000000..ef0fcc4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0108_jpeg_jpg.rf.69bd3f6782430cbfc3aa205ac6aa6982.txt @@ -0,0 +1,5 @@ +0 0.21818181818181817 0.41393939393939394 0.24909090909090909 0.22424242424242424 +3 0.22181818181818183 0.6709090909090909 0.19090909090909092 0.33090909090909093 +3 0.8772727272727273 0.5993939393939394 0.18727272727272729 0.17333333333333334 +4 0.8918181818181818 0.4303030303030303 0.21636363636363637 0.2290909090909091 +1 0.49727272727272726 0.41393939393939394 0.3381818181818182 0.463030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0118_jpeg_jpg.rf.4ea7600acea053290e32416635a3876a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0118_jpeg_jpg.rf.4ea7600acea053290e32416635a3876a.txt new file mode 100644 index 0000000..316df39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0118_jpeg_jpg.rf.4ea7600acea053290e32416635a3876a.txt @@ -0,0 +1,2 @@ +7 0.48 0.36666666666666664 0.4581818181818182 0.4387878787878788 +3 0.4318181818181818 0.6727272727272727 0.33454545454545453 0.3939393939393939 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0122-1-_jpeg_jpg.rf.7a204e793a3a871eb0dffec87f37ff2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0122-1-_jpeg_jpg.rf.7a204e793a3a871eb0dffec87f37ff2e.txt new file mode 100644 index 0000000..a979c52 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0122-1-_jpeg_jpg.rf.7a204e793a3a871eb0dffec87f37ff2e.txt @@ -0,0 +1,2 @@ +3 0.4954545454545455 0.6587878787878788 0.34 0.4666666666666667 +4 0.47 0.3084848484848485 0.4036363636363636 0.263030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0136_jpeg_jpg.rf.4b093a1a4fbb8c739c64d450443a2886.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0136_jpeg_jpg.rf.4b093a1a4fbb8c739c64d450443a2886.txt new file mode 100644 index 0000000..4f37cce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0136_jpeg_jpg.rf.4b093a1a4fbb8c739c64d450443a2886.txt @@ -0,0 +1,2 @@ +7 0.5154545454545455 0.31333333333333335 0.3618181818181818 0.2593939393939394 +6 0.4718181818181818 0.6103030303030303 0.3527272727272727 0.36363636363636365 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0144-1-_jpeg_jpg.rf.1025a0a5d0c2c00fd3bf25819f9a8581.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0144-1-_jpeg_jpg.rf.1025a0a5d0c2c00fd3bf25819f9a8581.txt new file mode 100644 index 0000000..ad8488f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0144-1-_jpeg_jpg.rf.1025a0a5d0c2c00fd3bf25819f9a8581.txt @@ -0,0 +1,2 @@ +3 0.54 0.6654545454545454 0.28545454545454546 0.41818181818181815 +7 0.5 0.3290909090909091 0.3472727272727273 0.33090909090909093 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0148_jpeg_jpg.rf.855687637afb7b57a2e5c49d9d1f4031.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0148_jpeg_jpg.rf.855687637afb7b57a2e5c49d9d1f4031.txt new file mode 100644 index 0000000..e0ed57a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0148_jpeg_jpg.rf.855687637afb7b57a2e5c49d9d1f4031.txt @@ -0,0 +1,2 @@ +6 0.4081818181818182 0.563030303030303 0.36363636363636365 0.33575757575757575 +0 0.5036363636363637 0.29878787878787877 0.38 0.30787878787878786 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0153_jpeg_jpg.rf.3434b72923bb04668429bd54fb214b6f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0153_jpeg_jpg.rf.3434b72923bb04668429bd54fb214b6f.txt new file mode 100644 index 0000000..f70751a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0153_jpeg_jpg.rf.3434b72923bb04668429bd54fb214b6f.txt @@ -0,0 +1 @@ +1 0.49272727272727274 0.42424242424242425 0.4036363636363636 0.5187878787878788 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0165_jpeg_jpg.rf.63756bf3027aec3c91b7904a76d3d2f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0165_jpeg_jpg.rf.63756bf3027aec3c91b7904a76d3d2f6.txt new file mode 100644 index 0000000..93dc52c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0165_jpeg_jpg.rf.63756bf3027aec3c91b7904a76d3d2f6.txt @@ -0,0 +1,2 @@ +7 0.45636363636363636 0.37636363636363634 0.4581818181818182 0.3333333333333333 +6 0.4445454545454545 0.5575757575757576 0.26545454545454544 0.15151515151515152 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0181_jpeg_jpg.rf.acdb8054b2ff594046dd2bd9a2742590.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0181_jpeg_jpg.rf.acdb8054b2ff594046dd2bd9a2742590.txt new file mode 100644 index 0000000..62b25b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0181_jpeg_jpg.rf.acdb8054b2ff594046dd2bd9a2742590.txt @@ -0,0 +1,2 @@ +7 0.4954545454545455 0.3563636363636364 0.3490909090909091 0.3660606060606061 +3 0.46545454545454545 0.6527272727272727 0.2545454545454545 0.37696969696969695 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0183_jpeg_jpg.rf.b861bb4ac91a5465bf300378b91ea61a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0183_jpeg_jpg.rf.b861bb4ac91a5465bf300378b91ea61a.txt new file mode 100644 index 0000000..099ec7b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0183_jpeg_jpg.rf.b861bb4ac91a5465bf300378b91ea61a.txt @@ -0,0 +1 @@ +1 0.4509090909090909 0.5563636363636364 0.49636363636363634 0.7236363636363636 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0184-1-_jpeg_jpg.rf.d5fb59b2dc6989f89129c0d0c99cbe8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0184-1-_jpeg_jpg.rf.d5fb59b2dc6989f89129c0d0c99cbe8e.txt new file mode 100644 index 0000000..31bfe54 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0184-1-_jpeg_jpg.rf.d5fb59b2dc6989f89129c0d0c99cbe8e.txt @@ -0,0 +1,2 @@ +6 0.4209090909090909 0.6060606060606061 0.3527272727272727 0.44727272727272727 +4 0.4672727272727273 0.34606060606060607 0.38181818181818183 0.34424242424242424 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0190_jpeg_jpg.rf.3bd2b132b7137d74ec3641cd27fb2733.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0190_jpeg_jpg.rf.3bd2b132b7137d74ec3641cd27fb2733.txt new file mode 100644 index 0000000..87536bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0190_jpeg_jpg.rf.3bd2b132b7137d74ec3641cd27fb2733.txt @@ -0,0 +1,2 @@ +6 0.4990909090909091 0.48727272727272725 0.26181818181818184 0.24242424242424243 +0 0.5372727272727272 0.2793939393939394 0.32545454545454544 0.2096969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0191-1-_jpeg_jpg.rf.90e07f93483b21f7aef361387ab22006.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0191-1-_jpeg_jpg.rf.90e07f93483b21f7aef361387ab22006.txt new file mode 100644 index 0000000..04c30b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0191-1-_jpeg_jpg.rf.90e07f93483b21f7aef361387ab22006.txt @@ -0,0 +1,2 @@ +3 0.4309090909090909 0.6551515151515152 0.2872727272727273 0.42424242424242425 +4 0.4318181818181818 0.3527272727272727 0.4254545454545455 0.3406060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0192_jpeg_jpg.rf.761ecfbdaa5aaefad133a7ae77976ca4.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0192_jpeg_jpg.rf.761ecfbdaa5aaefad133a7ae77976ca4.txt new file mode 100644 index 0000000..73a91c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0192_jpeg_jpg.rf.761ecfbdaa5aaefad133a7ae77976ca4.txt @@ -0,0 +1 @@ +3 0.4481818181818182 0.6696969696969697 0.48363636363636364 0.4727272727272727 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0200_jpeg_jpg.rf.575dfaf89ec849df1b10c12394f3e913.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0200_jpeg_jpg.rf.575dfaf89ec849df1b10c12394f3e913.txt new file mode 100644 index 0000000..94741a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0200_jpeg_jpg.rf.575dfaf89ec849df1b10c12394f3e913.txt @@ -0,0 +1 @@ +1 0.4090909090909091 0.3842424242424242 0.4036363636363636 0.4036363636363636 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0210_jpeg_jpg.rf.47da430479acf51e376422d18070c63e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0210_jpeg_jpg.rf.47da430479acf51e376422d18070c63e.txt new file mode 100644 index 0000000..a91472b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0210_jpeg_jpg.rf.47da430479acf51e376422d18070c63e.txt @@ -0,0 +1,2 @@ +0 0.4572727272727273 0.31333333333333335 0.3109090909090909 0.28 +3 0.4354545454545454 0.6442424242424243 0.26181818181818184 0.4036363636363636 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0211_jpeg_jpg.rf.0d1b310f5c42549c3a3ecf6097509460.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0211_jpeg_jpg.rf.0d1b310f5c42549c3a3ecf6097509460.txt new file mode 100644 index 0000000..324ea38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0211_jpeg_jpg.rf.0d1b310f5c42549c3a3ecf6097509460.txt @@ -0,0 +1,2 @@ +7 0.4727272727272727 0.3496969696969697 0.39454545454545453 0.31636363636363635 +6 0.41818181818181815 0.4775757575757576 0.4090909090909091 0.2387878787878788 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0212-1-_jpeg_jpg.rf.9426e3793fdff96b1e10693fd55ecc57.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0212-1-_jpeg_jpg.rf.9426e3793fdff96b1e10693fd55ecc57.txt new file mode 100644 index 0000000..c54a1d5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0212-1-_jpeg_jpg.rf.9426e3793fdff96b1e10693fd55ecc57.txt @@ -0,0 +1,2 @@ +6 0.4909090909090909 0.5763636363636364 0.33090909090909093 0.3660606060606061 +0 0.49272727272727274 0.30242424242424243 0.4163636363636364 0.21212121212121213 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0223_jpeg_jpg.rf.b328ab8c6947d5d2b8b09d32950f0895.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0223_jpeg_jpg.rf.b328ab8c6947d5d2b8b09d32950f0895.txt new file mode 100644 index 0000000..3bdd654 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0223_jpeg_jpg.rf.b328ab8c6947d5d2b8b09d32950f0895.txt @@ -0,0 +1 @@ +1 0.4390909090909091 0.47575757575757577 0.3 0.5648484848484848 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0226_jpeg_jpg.rf.8888b4f877ed7dbea5a58984195a8ab8.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0226_jpeg_jpg.rf.8888b4f877ed7dbea5a58984195a8ab8.txt new file mode 100644 index 0000000..b542cac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0226_jpeg_jpg.rf.8888b4f877ed7dbea5a58984195a8ab8.txt @@ -0,0 +1,2 @@ +6 0.42363636363636364 0.5636363636363636 0.3709090909090909 0.36727272727272725 +7 0.4781818181818182 0.32242424242424245 0.37454545454545457 0.30666666666666664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0228_jpeg_jpg.rf.80fb9f6652921aa74f5eb3256ece210f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0228_jpeg_jpg.rf.80fb9f6652921aa74f5eb3256ece210f.txt new file mode 100644 index 0000000..2edac00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0228_jpeg_jpg.rf.80fb9f6652921aa74f5eb3256ece210f.txt @@ -0,0 +1,2 @@ +4 0.4209090909090909 0.3278787878787879 0.4036363636363636 0.3103030303030303 +3 0.3990909090909091 0.6678787878787878 0.2927272727272727 0.5503030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0230_jpeg_jpg.rf.dd1e5d7578c992d63cee61a9c5c65c4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0230_jpeg_jpg.rf.dd1e5d7578c992d63cee61a9c5c65c4f.txt new file mode 100644 index 0000000..4f90196 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0230_jpeg_jpg.rf.dd1e5d7578c992d63cee61a9c5c65c4f.txt @@ -0,0 +1 @@ +1 0.44363636363636366 0.44666666666666666 0.44181818181818183 0.4896969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0246-1-_jpeg_jpg.rf.eb3cc396bc2e3b577f975f2cd139f27d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0246-1-_jpeg_jpg.rf.eb3cc396bc2e3b577f975f2cd139f27d.txt new file mode 100644 index 0000000..efceb53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0246-1-_jpeg_jpg.rf.eb3cc396bc2e3b577f975f2cd139f27d.txt @@ -0,0 +1,2 @@ +0 0.4863636363636364 0.263030303030303 0.35454545454545455 0.18424242424242424 +6 0.49 0.5466666666666666 0.27090909090909093 0.3939393939393939 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0252_jpeg_jpg.rf.83ddc6d0b17d73a07aeccf5d81134923.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0252_jpeg_jpg.rf.83ddc6d0b17d73a07aeccf5d81134923.txt new file mode 100644 index 0000000..043fe18 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0252_jpeg_jpg.rf.83ddc6d0b17d73a07aeccf5d81134923.txt @@ -0,0 +1,2 @@ +7 0.4718181818181818 0.3381818181818182 0.44363636363636366 0.3406060606060606 +3 0.48 0.6951515151515152 0.2927272727272727 0.4254545454545455 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0261_jpeg_jpg.rf.597ed83c22b0a53e35a6b9c4cbde2b6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0261_jpeg_jpg.rf.597ed83c22b0a53e35a6b9c4cbde2b6e.txt new file mode 100644 index 0000000..beae3b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0261_jpeg_jpg.rf.597ed83c22b0a53e35a6b9c4cbde2b6e.txt @@ -0,0 +1,2 @@ +3 0.46636363636363637 0.6806060606060607 0.3109090909090909 0.4909090909090909 +4 0.43272727272727274 0.30606060606060603 0.3527272727272727 0.2872727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0333_jpeg_jpg.rf.cf4325ead9e307d454d079cd1698d974.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0333_jpeg_jpg.rf.cf4325ead9e307d454d079cd1698d974.txt new file mode 100644 index 0000000..3ee3d6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0333_jpeg_jpg.rf.cf4325ead9e307d454d079cd1698d974.txt @@ -0,0 +1,2 @@ +4 0.3981818181818182 0.3296969696969697 0.37454545454545457 0.27151515151515154 +5 0.42727272727272725 0.4812121212121212 0.29454545454545455 0.22545454545454546 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0394-1-_jpeg_jpg.rf.9732f9e45eb9eba981a3d9bc7446f49f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0394-1-_jpeg_jpg.rf.9732f9e45eb9eba981a3d9bc7446f49f.txt new file mode 100644 index 0000000..1dab076 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0394-1-_jpeg_jpg.rf.9732f9e45eb9eba981a3d9bc7446f49f.txt @@ -0,0 +1,2 @@ +6 0.44272727272727275 0.5060606060606061 0.3290909090909091 0.27515151515151515 +4 0.44 0.29454545454545455 0.3709090909090909 0.22181818181818183 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0427-1-_jpeg_jpg.rf.c158e3489f277f0840ad1038f569209e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0427-1-_jpeg_jpg.rf.c158e3489f277f0840ad1038f569209e.txt new file mode 100644 index 0000000..78eb743 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0427-1-_jpeg_jpg.rf.c158e3489f277f0840ad1038f569209e.txt @@ -0,0 +1,2 @@ +3 0.4572727272727273 0.6684848484848485 0.24545454545454545 0.45454545454545453 +4 0.4581818181818182 0.3212121212121212 0.38181818181818183 0.2690909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0429-1-_jpeg_jpg.rf.d261156d0cff1c6cdde650661e15c804.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0429-1-_jpeg_jpg.rf.d261156d0cff1c6cdde650661e15c804.txt new file mode 100644 index 0000000..073ef01 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0429-1-_jpeg_jpg.rf.d261156d0cff1c6cdde650661e15c804.txt @@ -0,0 +1,2 @@ +7 0.4127272727272727 0.3563636363636364 0.3836363636363636 0.3527272727272727 +6 0.46090909090909093 0.6836363636363636 0.52 0.44 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0446-1-_jpeg_jpg.rf.7f2277f93c78fe19ae7eb483ba4b7311.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0446-1-_jpeg_jpg.rf.7f2277f93c78fe19ae7eb483ba4b7311.txt new file mode 100644 index 0000000..8666dca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0446-1-_jpeg_jpg.rf.7f2277f93c78fe19ae7eb483ba4b7311.txt @@ -0,0 +1,2 @@ +0 0.44363636363636366 0.3575757575757576 0.4036363636363636 0.3151515151515151 +3 0.4409090909090909 0.6915151515151515 0.27636363636363637 0.41818181818181815 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0459-1-_jpeg_jpg.rf.1daacdb6ed7582d20ac7a90da9d33f8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0459-1-_jpeg_jpg.rf.1daacdb6ed7582d20ac7a90da9d33f8e.txt new file mode 100644 index 0000000..cf22666 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0459-1-_jpeg_jpg.rf.1daacdb6ed7582d20ac7a90da9d33f8e.txt @@ -0,0 +1,2 @@ +3 0.5063636363636363 0.6478787878787878 0.2727272727272727 0.463030303030303 +4 0.5327272727272727 0.31212121212121213 0.36 0.2290909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0472-1-_jpeg_jpg.rf.0662048f8b9349ff11e6be577dc5cf31.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0472-1-_jpeg_jpg.rf.0662048f8b9349ff11e6be577dc5cf31.txt new file mode 100644 index 0000000..406af0a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0472-1-_jpeg_jpg.rf.0662048f8b9349ff11e6be577dc5cf31.txt @@ -0,0 +1,2 @@ +6 0.43454545454545457 0.6006060606060606 0.41818181818181815 0.4315151515151515 +7 0.5018181818181818 0.33454545454545453 0.35818181818181816 0.2581818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0515-1-_jpeg_jpg.rf.79adb19b225c7eb0e366dd8570149a2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0515-1-_jpeg_jpg.rf.79adb19b225c7eb0e366dd8570149a2c.txt new file mode 100644 index 0000000..422c056 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0515-1-_jpeg_jpg.rf.79adb19b225c7eb0e366dd8570149a2c.txt @@ -0,0 +1,2 @@ +3 0.4918181818181818 0.6515151515151515 0.30727272727272725 0.5430303030303031 +7 0.5727272727272728 0.336969696969697 0.3145454545454546 0.30787878787878786 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0679_jpeg_jpg.rf.4f7b3fdea07c363e1394752e9849c4d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0679_jpeg_jpg.rf.4f7b3fdea07c363e1394752e9849c4d2.txt new file mode 100644 index 0000000..d9ee7c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0679_jpeg_jpg.rf.4f7b3fdea07c363e1394752e9849c4d2.txt @@ -0,0 +1 @@ +1 0.5136363636363637 0.44 0.2672727272727273 0.5272727272727272 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0689_jpeg_jpg.rf.4f9ba78c7f7c2db94f41355ea4316c21.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0689_jpeg_jpg.rf.4f9ba78c7f7c2db94f41355ea4316c21.txt new file mode 100644 index 0000000..6eac40a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0689_jpeg_jpg.rf.4f9ba78c7f7c2db94f41355ea4316c21.txt @@ -0,0 +1 @@ +1 0.4590909090909091 0.403030303030303 0.37636363636363634 0.45454545454545453 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0805-1-_jpeg_jpg.rf.a99282889cd5164803a6f80d188e867e.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0805-1-_jpeg_jpg.rf.a99282889cd5164803a6f80d188e867e.txt new file mode 100644 index 0000000..43ceaaf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0805-1-_jpeg_jpg.rf.a99282889cd5164803a6f80d188e867e.txt @@ -0,0 +1,2 @@ +4 0.5018181818181818 0.2872727272727273 0.3472727272727273 0.23757575757575758 +6 0.46454545454545454 0.48545454545454547 0.30363636363636365 0.24484848484848484 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0818-1-_jpeg_jpg.rf.9c6c70fa49956c372e69cc8e0639ff3a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0818-1-_jpeg_jpg.rf.9c6c70fa49956c372e69cc8e0639ff3a.txt new file mode 100644 index 0000000..0453e52 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0818-1-_jpeg_jpg.rf.9c6c70fa49956c372e69cc8e0639ff3a.txt @@ -0,0 +1,2 @@ +4 0.4863636363636364 0.33454545454545453 0.4090909090909091 0.30303030303030304 +3 0.49363636363636365 0.6678787878787878 0.2672727272727273 0.39515151515151514 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0827-1-_jpeg_jpg.rf.d5268a04a8ca7c92ceefdfa3f7c74e5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0827-1-_jpeg_jpg.rf.d5268a04a8ca7c92ceefdfa3f7c74e5d.txt new file mode 100644 index 0000000..04c1805 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0827-1-_jpeg_jpg.rf.d5268a04a8ca7c92ceefdfa3f7c74e5d.txt @@ -0,0 +1,2 @@ +7 0.5163636363636364 0.32727272727272727 0.38 0.2678787878787879 +3 0.47 0.6393939393939394 0.35818181818181816 0.41454545454545455 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0828_jpeg_jpg.rf.20da2d0f9643ee97417268376726bcd8.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0828_jpeg_jpg.rf.20da2d0f9643ee97417268376726bcd8.txt new file mode 100644 index 0000000..4012bec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0828_jpeg_jpg.rf.20da2d0f9643ee97417268376726bcd8.txt @@ -0,0 +1,2 @@ +4 0.4763636363636364 0.32303030303030306 0.4127272727272727 0.3333333333333333 +3 0.47454545454545455 0.6593939393939394 0.25272727272727274 0.5587878787878788 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0830_jpeg_jpg.rf.005e1797cfebab26244ac8100821f738.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0830_jpeg_jpg.rf.005e1797cfebab26244ac8100821f738.txt new file mode 100644 index 0000000..7caa5c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0830_jpeg_jpg.rf.005e1797cfebab26244ac8100821f738.txt @@ -0,0 +1 @@ +1 0.46454545454545454 0.3878787878787879 0.3563636363636364 0.4012121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0835_jpeg_jpg.rf.4d28fc481cfa86528fcb1e1df0abae9b.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0835_jpeg_jpg.rf.4d28fc481cfa86528fcb1e1df0abae9b.txt new file mode 100644 index 0000000..7e2a138 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0835_jpeg_jpg.rf.4d28fc481cfa86528fcb1e1df0abae9b.txt @@ -0,0 +1 @@ +1 0.49727272727272726 0.49696969696969695 0.2727272727272727 0.6654545454545454 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0849-1-_jpeg_jpg.rf.21150e5f4371b51a44d81d881270ae19.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0849-1-_jpeg_jpg.rf.21150e5f4371b51a44d81d881270ae19.txt new file mode 100644 index 0000000..29003fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0849-1-_jpeg_jpg.rf.21150e5f4371b51a44d81d881270ae19.txt @@ -0,0 +1,2 @@ +7 0.5172727272727272 0.3406060606060606 0.4490909090909091 0.3115151515151515 +3 0.5136363636363637 0.6539393939393939 0.3418181818181818 0.4703030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0870_jpeg_jpg.rf.697a4f694d120e70737851ea059bc9ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0870_jpeg_jpg.rf.697a4f694d120e70737851ea059bc9ab.txt new file mode 100644 index 0000000..3fbe10f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0870_jpeg_jpg.rf.697a4f694d120e70737851ea059bc9ab.txt @@ -0,0 +1 @@ +1 0.5318181818181819 0.4024242424242424 0.33090909090909093 0.41333333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0878-1-_jpeg_jpg.rf.94ef70b17b08876aa4c0c9213d97056a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0878-1-_jpeg_jpg.rf.94ef70b17b08876aa4c0c9213d97056a.txt new file mode 100644 index 0000000..80babd9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0878-1-_jpeg_jpg.rf.94ef70b17b08876aa4c0c9213d97056a.txt @@ -0,0 +1,2 @@ +4 0.45454545454545453 0.28606060606060607 0.39454545454545453 0.2739393939393939 +3 0.4445454545454545 0.6533333333333333 0.32727272727272727 0.4812121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0896_jpeg_jpg.rf.7138bd04a700a9e650a39b7eb3f1b6f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0896_jpeg_jpg.rf.7138bd04a700a9e650a39b7eb3f1b6f1.txt new file mode 100644 index 0000000..f8c98fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0896_jpeg_jpg.rf.7138bd04a700a9e650a39b7eb3f1b6f1.txt @@ -0,0 +1 @@ +1 0.44 0.39575757575757575 0.42363636363636364 0.44242424242424244 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0911-1-_jpeg_jpg.rf.7c5d08e0a2a5064bce36824e0e97e251.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0911-1-_jpeg_jpg.rf.7c5d08e0a2a5064bce36824e0e97e251.txt new file mode 100644 index 0000000..cf47c78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0911-1-_jpeg_jpg.rf.7c5d08e0a2a5064bce36824e0e97e251.txt @@ -0,0 +1,2 @@ +6 0.4681818181818182 0.4993939393939394 0.3981818181818182 0.24242424242424243 +0 0.4381818181818182 0.2921212121212121 0.3290909090909091 0.23515151515151514 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0915-1-_jpeg_jpg.rf.a8f1cdeb2d08149371e4b086b2e44b54.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0915-1-_jpeg_jpg.rf.a8f1cdeb2d08149371e4b086b2e44b54.txt new file mode 100644 index 0000000..db4fbcb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0915-1-_jpeg_jpg.rf.a8f1cdeb2d08149371e4b086b2e44b54.txt @@ -0,0 +1,2 @@ +7 0.5009090909090909 0.37272727272727274 0.4109090909090909 0.37575757575757573 +3 0.4990909090909091 0.6957575757575758 0.2781818181818182 0.3284848484848485 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0921_jpeg_jpg.rf.ec33e528d38ec0b70f2b676bc03f75ac.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0921_jpeg_jpg.rf.ec33e528d38ec0b70f2b676bc03f75ac.txt new file mode 100644 index 0000000..cff152b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0921_jpeg_jpg.rf.ec33e528d38ec0b70f2b676bc03f75ac.txt @@ -0,0 +1 @@ +1 0.47363636363636363 0.41878787878787876 0.4036363636363636 0.5381818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0929_jpeg_jpg.rf.1097ebd4aaf31b6795c150426f72f71a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0929_jpeg_jpg.rf.1097ebd4aaf31b6795c150426f72f71a.txt new file mode 100644 index 0000000..201b8f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0929_jpeg_jpg.rf.1097ebd4aaf31b6795c150426f72f71a.txt @@ -0,0 +1 @@ +1 0.5154545454545455 0.5818181818181818 0.3109090909090909 0.6303030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0930-1-_jpeg_jpg.rf.be4aab6f3d7da8ae34e31ac006de960f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0930-1-_jpeg_jpg.rf.be4aab6f3d7da8ae34e31ac006de960f.txt new file mode 100644 index 0000000..4c063d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0930-1-_jpeg_jpg.rf.be4aab6f3d7da8ae34e31ac006de960f.txt @@ -0,0 +1,2 @@ +3 0.46545454545454545 0.32666666666666666 0.37636363636363634 0.20363636363636364 +4 0.4072727272727273 0.6963636363636364 0.3654545454545455 0.5575757575757576 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0931-1-_jpeg_jpg.rf.48a5de072adfece29505b71d33b2d8d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0931-1-_jpeg_jpg.rf.48a5de072adfece29505b71d33b2d8d8.txt new file mode 100644 index 0000000..00aa22e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0931-1-_jpeg_jpg.rf.48a5de072adfece29505b71d33b2d8d8.txt @@ -0,0 +1,2 @@ +0 0.5109090909090909 0.27636363636363637 0.4072727272727273 0.2193939393939394 +6 0.4781818181818182 0.47393939393939394 0.3145454545454546 0.2 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0940_jpeg_jpg.rf.fa50eea0278b4753f5b3a821b76836d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0940_jpeg_jpg.rf.fa50eea0278b4753f5b3a821b76836d0.txt new file mode 100644 index 0000000..ad1cb09 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0940_jpeg_jpg.rf.fa50eea0278b4753f5b3a821b76836d0.txt @@ -0,0 +1,2 @@ +1 0.73 0.4018181818181818 0.3109090909090909 0.4509090909090909 +1 0.47363636363636363 0.38666666666666666 0.45454545454545453 0.44 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0946-1-_jpeg_jpg.rf.eb2d81098686408f2f6f3f8ac2b15e1c.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0946-1-_jpeg_jpg.rf.eb2d81098686408f2f6f3f8ac2b15e1c.txt new file mode 100644 index 0000000..46e5ca9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0946-1-_jpeg_jpg.rf.eb2d81098686408f2f6f3f8ac2b15e1c.txt @@ -0,0 +1,2 @@ +6 0.4909090909090909 0.66 0.42 0.5006060606060606 +0 0.49727272727272726 0.296969696969697 0.3490909090909091 0.2727272727272727 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0959_jpeg_jpg.rf.be3af2f02aacf54d7bde2c7f0e9f0dfb.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0959_jpeg_jpg.rf.be3af2f02aacf54d7bde2c7f0e9f0dfb.txt new file mode 100644 index 0000000..e6b0ead --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0959_jpeg_jpg.rf.be3af2f02aacf54d7bde2c7f0e9f0dfb.txt @@ -0,0 +1 @@ +1 0.44727272727272727 0.38545454545454544 0.4309090909090909 0.5054545454545455 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0961-1-_jpeg_jpg.rf.360b2af2421da2e46553dd64e6edd11a.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0961-1-_jpeg_jpg.rf.360b2af2421da2e46553dd64e6edd11a.txt new file mode 100644 index 0000000..a45f8ce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0961-1-_jpeg_jpg.rf.360b2af2421da2e46553dd64e6edd11a.txt @@ -0,0 +1,2 @@ +7 0.5 0.32727272727272727 0.3654545454545455 0.2909090909090909 +6 0.4763636363636364 0.4993939393939394 0.2909090909090909 0.25575757575757574 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0967-1-_jpeg_jpg.rf.4218d55f55d22fefbe0747e4f0ff98d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0967-1-_jpeg_jpg.rf.4218d55f55d22fefbe0747e4f0ff98d2.txt new file mode 100644 index 0000000..4936b01 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0967-1-_jpeg_jpg.rf.4218d55f55d22fefbe0747e4f0ff98d2.txt @@ -0,0 +1,2 @@ +0 0.42 0.3612121212121212 0.3490909090909091 0.296969696969697 +6 0.4263636363636364 0.5121212121212121 0.2963636363636364 0.2412121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/img_0993_jpeg_jpg.rf.34c0c2ff69cc11e7354ef2ae9276393f.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0993_jpeg_jpg.rf.34c0c2ff69cc11e7354ef2ae9276393f.txt new file mode 100644 index 0000000..8c0c7a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/img_0993_jpeg_jpg.rf.34c0c2ff69cc11e7354ef2ae9276393f.txt @@ -0,0 +1,2 @@ +1 0.40454545454545454 0.3896969696969697 0.39090909090909093 0.3793939393939394 +7 0.4290909090909091 0.2896969696969697 0.4727272727272727 0.20363636363636364 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/test/pexels-matheus-bertelli-2905238_jpg.rf.ad66e35f995553d20d3ed0b6f7790765.txt b/clothing_type_datasets/clothing_type_datasets/labels/test/pexels-matheus-bertelli-2905238_jpg.rf.ad66e35f995553d20d3ed0b6f7790765.txt new file mode 100644 index 0000000..da68d9e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/test/pexels-matheus-bertelli-2905238_jpg.rf.ad66e35f995553d20d3ed0b6f7790765.txt @@ -0,0 +1 @@ +8 0.4875 0.5609375 0.6421875 0.52421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train.cache b/clothing_type_datasets/clothing_type_datasets/labels/train.cache new file mode 100644 index 0000000..74009b1 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/labels/train.cache differ diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000002_jpg.rf.f8b2e230eb590d83535125af91b3b0e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000002_jpg.rf.f8b2e230eb590d83535125af91b3b0e5.txt new file mode 100644 index 0000000..89b5359 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000002_jpg.rf.f8b2e230eb590d83535125af91b3b0e5.txt @@ -0,0 +1,2 @@ +0 0.4921875 0.25 0.14453125 0.1875 +6 0.490234375 0.541015625 0.28125 0.40234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000004_jpg.rf.6b8e5982501686adcf81be93341e2d38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000004_jpg.rf.6b8e5982501686adcf81be93341e2d38.txt new file mode 100644 index 0000000..538bd69 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000004_jpg.rf.6b8e5982501686adcf81be93341e2d38.txt @@ -0,0 +1 @@ +7 0.5 0.509765625 0.69921875 0.89453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000005_jpg.rf.e76a59218aa0d4f587d93afed46b5263.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000005_jpg.rf.e76a59218aa0d4f587d93afed46b5263.txt new file mode 100644 index 0000000..012d504 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000005_jpg.rf.e76a59218aa0d4f587d93afed46b5263.txt @@ -0,0 +1,2 @@ +6 0.505859375 0.529296875 0.2734375 0.3515625 +0 0.48828125 0.26171875 0.25 0.18359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000006_jpg.rf.6cbb0360982768fe44fcedfea1af03ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000006_jpg.rf.6cbb0360982768fe44fcedfea1af03ca.txt new file mode 100644 index 0000000..4d1f0df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000006_jpg.rf.6cbb0360982768fe44fcedfea1af03ca.txt @@ -0,0 +1,2 @@ +0 0.453125 0.203125 0.19921875 0.21875 +6 0.421875 0.49609375 0.390625 0.421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000007_jpg.rf.f3c835d654f2e9ec58ef282e8a3cdc35.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000007_jpg.rf.f3c835d654f2e9ec58ef282e8a3cdc35.txt new file mode 100644 index 0000000..2132a68 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000007_jpg.rf.f3c835d654f2e9ec58ef282e8a3cdc35.txt @@ -0,0 +1,2 @@ +6 0.5 0.64453125 0.55078125 0.37109375 +0 0.40234375 0.333984375 0.359375 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000010_jpg.rf.351ee4a9c4cf6a27ecb48caa8085f1f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000010_jpg.rf.351ee4a9c4cf6a27ecb48caa8085f1f8.txt new file mode 100644 index 0000000..e4f2862 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000010_jpg.rf.351ee4a9c4cf6a27ecb48caa8085f1f8.txt @@ -0,0 +1,2 @@ +0 0.501953125 0.294921875 0.12109375 0.18359375 +6 0.482421875 0.59375 0.3984375 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000011_jpg.rf.626bc489be7702da0b0e72e199a3d801.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000011_jpg.rf.626bc489be7702da0b0e72e199a3d801.txt new file mode 100644 index 0000000..e3f8a22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000011_jpg.rf.626bc489be7702da0b0e72e199a3d801.txt @@ -0,0 +1,2 @@ +6 0.498046875 0.5234375 0.328125 0.29296875 +4 0.505859375 0.306640625 0.17578125 0.18359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000012_jpg.rf.171a4a72a59e6fa117381923272a0d53.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000012_jpg.rf.171a4a72a59e6fa117381923272a0d53.txt new file mode 100644 index 0000000..f513805 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000012_jpg.rf.171a4a72a59e6fa117381923272a0d53.txt @@ -0,0 +1 @@ +1 0.513671875 0.38671875 0.2734375 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000013_jpg.rf.9889a6ba06bb67c27d0ba9f74c1fdbd6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000013_jpg.rf.9889a6ba06bb67c27d0ba9f74c1fdbd6.txt new file mode 100644 index 0000000..3aabd89 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000013_jpg.rf.9889a6ba06bb67c27d0ba9f74c1fdbd6.txt @@ -0,0 +1,2 @@ +6 0.478515625 0.69140625 0.31640625 0.6171875 +0 0.48828125 0.279296875 0.16796875 0.22265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000014_jpg.rf.1ff7630e00cfb4a309bedb30bc947523.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000014_jpg.rf.1ff7630e00cfb4a309bedb30bc947523.txt new file mode 100644 index 0000000..5e00c03 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000014_jpg.rf.1ff7630e00cfb4a309bedb30bc947523.txt @@ -0,0 +1 @@ +7 0.5234375 0.572265625 0.515625 0.85546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000016_jpg.rf.9bdb3adf823524db520424b416179ef5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000016_jpg.rf.9bdb3adf823524db520424b416179ef5.txt new file mode 100644 index 0000000..aec5e9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000016_jpg.rf.9bdb3adf823524db520424b416179ef5.txt @@ -0,0 +1 @@ +7 0.49609375 0.494140625 0.69140625 0.9296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000018_jpg.rf.d4794c19c4d8253dc0ce52ba4cf9133a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000018_jpg.rf.d4794c19c4d8253dc0ce52ba4cf9133a.txt new file mode 100644 index 0000000..268bf0a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000018_jpg.rf.d4794c19c4d8253dc0ce52ba4cf9133a.txt @@ -0,0 +1 @@ +7 0.501953125 0.5 0.7265625 0.92578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000019_jpg.rf.71b1083b22554aafe2ba966a4e440db9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000019_jpg.rf.71b1083b22554aafe2ba966a4e440db9.txt new file mode 100644 index 0000000..154187f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000019_jpg.rf.71b1083b22554aafe2ba966a4e440db9.txt @@ -0,0 +1,2 @@ +6 0.478515625 0.552734375 0.31640625 0.47265625 +0 0.50390625 0.240234375 0.18359375 0.1953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000020_jpg.rf.ea9f874635f7b48ea0ab618e9fb9934d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000020_jpg.rf.ea9f874635f7b48ea0ab618e9fb9934d.txt new file mode 100644 index 0000000..943a96f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000020_jpg.rf.ea9f874635f7b48ea0ab618e9fb9934d.txt @@ -0,0 +1,2 @@ +0 0.537109375 0.30859375 0.1640625 0.19921875 +6 0.51171875 0.685546875 0.34765625 0.578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000021_jpg.rf.cf647fe55b79ba6918ccf3a3751bfc72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000021_jpg.rf.cf647fe55b79ba6918ccf3a3751bfc72.txt new file mode 100644 index 0000000..5d4fc12 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000021_jpg.rf.cf647fe55b79ba6918ccf3a3751bfc72.txt @@ -0,0 +1 @@ +5 0.478515625 0.5234375 0.65234375 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000022_jpg.rf.afae2fd4b9e716617ab7d9a96534ddd5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000022_jpg.rf.afae2fd4b9e716617ab7d9a96534ddd5.txt new file mode 100644 index 0000000..b9b355e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000022_jpg.rf.afae2fd4b9e716617ab7d9a96534ddd5.txt @@ -0,0 +1,2 @@ +6 0.501953125 0.634765625 0.30859375 0.5390625 +0 0.53515625 0.271484375 0.19921875 0.203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000023_jpg.rf.2f5949001d9e9cf7223e59a611a2be49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000023_jpg.rf.2f5949001d9e9cf7223e59a611a2be49.txt new file mode 100644 index 0000000..fc2c7e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000023_jpg.rf.2f5949001d9e9cf7223e59a611a2be49.txt @@ -0,0 +1 @@ +7 0.498046875 0.5234375 0.6015625 0.81640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000025_jpg.rf.f140b06fd42f724ba0e237e048d35637.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000025_jpg.rf.f140b06fd42f724ba0e237e048d35637.txt new file mode 100644 index 0000000..bc3bc26 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000025_jpg.rf.f140b06fd42f724ba0e237e048d35637.txt @@ -0,0 +1 @@ +6 0.501953125 0.36328125 0.640625 0.5234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000026_jpg.rf.55a4dc603aa3dc6e2fef46195c55c842.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000026_jpg.rf.55a4dc603aa3dc6e2fef46195c55c842.txt new file mode 100644 index 0000000..911ca05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000026_jpg.rf.55a4dc603aa3dc6e2fef46195c55c842.txt @@ -0,0 +1 @@ +5 0.45703125 0.328125 0.3359375 0.3515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000027_jpg.rf.d36ab7ed8043ea17e75bf229787d9047.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000027_jpg.rf.d36ab7ed8043ea17e75bf229787d9047.txt new file mode 100644 index 0000000..9cb13bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000027_jpg.rf.d36ab7ed8043ea17e75bf229787d9047.txt @@ -0,0 +1 @@ +5 0.46875 0.296875 0.32421875 0.37109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000028_jpg.rf.268eacdd6496131caaf43d78ce6f867d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000028_jpg.rf.268eacdd6496131caaf43d78ce6f867d.txt new file mode 100644 index 0000000..3e9274a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000028_jpg.rf.268eacdd6496131caaf43d78ce6f867d.txt @@ -0,0 +1 @@ +7 0.50390625 0.455078125 0.54296875 0.71484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000029_jpg.rf.2df258f963ca4fb33f4c55bbadd22553.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000029_jpg.rf.2df258f963ca4fb33f4c55bbadd22553.txt new file mode 100644 index 0000000..f68d3a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000029_jpg.rf.2df258f963ca4fb33f4c55bbadd22553.txt @@ -0,0 +1 @@ +7 0.501953125 0.482421875 0.6875 0.89453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000032_jpg.rf.a99dbb2d7c57eae72b23f3c88904e294.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000032_jpg.rf.a99dbb2d7c57eae72b23f3c88904e294.txt new file mode 100644 index 0000000..74d3831 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000032_jpg.rf.a99dbb2d7c57eae72b23f3c88904e294.txt @@ -0,0 +1,2 @@ +5 0.48046875 0.55859375 0.19921875 0.18359375 +0 0.484375 0.3515625 0.2421875 0.27734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000038_jpg.rf.ff7cae4faefd766ee4d37146ee958f9f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000038_jpg.rf.ff7cae4faefd766ee4d37146ee958f9f.txt new file mode 100644 index 0000000..a24a47a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000038_jpg.rf.ff7cae4faefd766ee4d37146ee958f9f.txt @@ -0,0 +1,2 @@ +0 0.572265625 0.302734375 0.25 0.2578125 +5 0.572265625 0.48828125 0.19921875 0.11328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000039_jpg.rf.38d980096c9cca117cdef978958008e9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000039_jpg.rf.38d980096c9cca117cdef978958008e9.txt new file mode 100644 index 0000000..bcdb324 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000039_jpg.rf.38d980096c9cca117cdef978958008e9.txt @@ -0,0 +1 @@ +6 0.484375 0.25 0.4140625 0.33203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000041_jpg.rf.73967fefef500ec68f0a3a0aa96f3373.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000041_jpg.rf.73967fefef500ec68f0a3a0aa96f3373.txt new file mode 100644 index 0000000..93ac6e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000041_jpg.rf.73967fefef500ec68f0a3a0aa96f3373.txt @@ -0,0 +1 @@ +6 0.541015625 0.193359375 0.296875 0.36328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000043_jpg.rf.c33eac51c0ac3a41bf91fa6ad04000fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000043_jpg.rf.c33eac51c0ac3a41bf91fa6ad04000fd.txt new file mode 100644 index 0000000..4553921 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000043_jpg.rf.c33eac51c0ac3a41bf91fa6ad04000fd.txt @@ -0,0 +1 @@ +7 0.4453125 0.515625 0.41015625 0.5390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000047_jpg.rf.90e957880220bcec00a4c9d348822d22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000047_jpg.rf.90e957880220bcec00a4c9d348822d22.txt new file mode 100644 index 0000000..c212d85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000047_jpg.rf.90e957880220bcec00a4c9d348822d22.txt @@ -0,0 +1 @@ +7 0.498046875 0.505859375 0.56640625 0.76171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000048_jpg.rf.34f794fb36fe2bb72c034f044dad1fdb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000048_jpg.rf.34f794fb36fe2bb72c034f044dad1fdb.txt new file mode 100644 index 0000000..8242eea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000048_jpg.rf.34f794fb36fe2bb72c034f044dad1fdb.txt @@ -0,0 +1 @@ +6 0.494140625 0.482421875 0.58203125 0.5859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000049_jpg.rf.ab83f561e2d3a72eed8b9c68a9616266.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000049_jpg.rf.ab83f561e2d3a72eed8b9c68a9616266.txt new file mode 100644 index 0000000..ac1a28f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000049_jpg.rf.ab83f561e2d3a72eed8b9c68a9616266.txt @@ -0,0 +1,2 @@ +5 0.525390625 0.80078125 0.30078125 0.1953125 +0 0.494140625 0.484375 0.38671875 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000050_jpg.rf.27576f7d21361e21304c4ca9c4c9ee8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000050_jpg.rf.27576f7d21361e21304c4ca9c4c9ee8e.txt new file mode 100644 index 0000000..eb6477f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000050_jpg.rf.27576f7d21361e21304c4ca9c4c9ee8e.txt @@ -0,0 +1 @@ +7 0.505859375 0.470703125 0.66015625 0.859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000051_jpg.rf.c33a46b3ec6c009b19c0c1bfc0867fc9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000051_jpg.rf.c33a46b3ec6c009b19c0c1bfc0867fc9.txt new file mode 100644 index 0000000..10f0052 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000051_jpg.rf.c33a46b3ec6c009b19c0c1bfc0867fc9.txt @@ -0,0 +1,2 @@ +6 0.50390625 0.681640625 0.23828125 0.625 +0 0.533203125 0.29296875 0.1875 0.1953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000052_jpg.rf.22b593cb14aa53f33b7796f391be84af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000052_jpg.rf.22b593cb14aa53f33b7796f391be84af.txt new file mode 100644 index 0000000..3541971 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000052_jpg.rf.22b593cb14aa53f33b7796f391be84af.txt @@ -0,0 +1 @@ +7 0.49609375 0.56640625 0.5234375 0.640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000056_jpg.rf.7cfc81ee2be19dee39b8b8e5b81b1114.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000056_jpg.rf.7cfc81ee2be19dee39b8b8e5b81b1114.txt new file mode 100644 index 0000000..5e18303 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000056_jpg.rf.7cfc81ee2be19dee39b8b8e5b81b1114.txt @@ -0,0 +1,2 @@ +6 0.521484375 0.53125 0.28125 0.39453125 +0 0.513671875 0.248046875 0.26171875 0.1875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000058_jpg.rf.65c547e3f9edee40ff2b06f93ca7353d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000058_jpg.rf.65c547e3f9edee40ff2b06f93ca7353d.txt new file mode 100644 index 0000000..926ca58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000058_jpg.rf.65c547e3f9edee40ff2b06f93ca7353d.txt @@ -0,0 +1 @@ +6 0.498046875 0.341796875 0.42578125 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000060_jpg.rf.9e4ee655f64cfb284db4a08bf8de2127.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000060_jpg.rf.9e4ee655f64cfb284db4a08bf8de2127.txt new file mode 100644 index 0000000..dc545d5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000060_jpg.rf.9e4ee655f64cfb284db4a08bf8de2127.txt @@ -0,0 +1,2 @@ +6 0.458984375 0.576171875 0.34765625 0.44921875 +0 0.458984375 0.26953125 0.20703125 0.17578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000063_jpg.rf.d795424455bc674586e87d77b358e272.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000063_jpg.rf.d795424455bc674586e87d77b358e272.txt new file mode 100644 index 0000000..988d97d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000063_jpg.rf.d795424455bc674586e87d77b358e272.txt @@ -0,0 +1 @@ +7 0.501953125 0.451171875 0.59375 0.7109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000064_jpg.rf.a686b866476dfa56a258ff232cbb743f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000064_jpg.rf.a686b866476dfa56a258ff232cbb743f.txt new file mode 100644 index 0000000..c215641 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000064_jpg.rf.a686b866476dfa56a258ff232cbb743f.txt @@ -0,0 +1,2 @@ +6 0.5 0.658203125 0.34765625 0.609375 +0 0.486328125 0.2890625 0.21875 0.125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000066_jpg.rf.0abcefcaeed91a8233ad4e14252a5dc2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000066_jpg.rf.0abcefcaeed91a8233ad4e14252a5dc2.txt new file mode 100644 index 0000000..057d91d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000066_jpg.rf.0abcefcaeed91a8233ad4e14252a5dc2.txt @@ -0,0 +1,2 @@ +7 0.498046875 0.447265625 0.51953125 0.6875 +3 0.525390625 0.876953125 0.4375 0.24609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000068_jpg.rf.cf71760fff49f280fd194b6898d420e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000068_jpg.rf.cf71760fff49f280fd194b6898d420e1.txt new file mode 100644 index 0000000..1edbe89 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000068_jpg.rf.cf71760fff49f280fd194b6898d420e1.txt @@ -0,0 +1,2 @@ +6 0.5078125 0.568359375 0.26953125 0.41015625 +0 0.4921875 0.28125 0.17578125 0.21875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000076_jpg.rf.1e821d2714bdae9777affb6a7e1e3d35.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000076_jpg.rf.1e821d2714bdae9777affb6a7e1e3d35.txt new file mode 100644 index 0000000..5b1f72b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000076_jpg.rf.1e821d2714bdae9777affb6a7e1e3d35.txt @@ -0,0 +1,2 @@ +0 0.509765625 0.267578125 0.15234375 0.203125 +6 0.4921875 0.640625 0.265625 0.5703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000077_jpg.rf.1f917a7539cfb52ec3f848fbb60b16b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000077_jpg.rf.1f917a7539cfb52ec3f848fbb60b16b1.txt new file mode 100644 index 0000000..466f397 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000077_jpg.rf.1f917a7539cfb52ec3f848fbb60b16b1.txt @@ -0,0 +1 @@ +6 0.419921875 0.337890625 0.65625 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000080_jpg.rf.73f1858a4f2e002e522aa3ed1fdb8172.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000080_jpg.rf.73f1858a4f2e002e522aa3ed1fdb8172.txt new file mode 100644 index 0000000..9914454 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000080_jpg.rf.73f1858a4f2e002e522aa3ed1fdb8172.txt @@ -0,0 +1,2 @@ +6 0.515625 0.47265625 0.21875 0.23828125 +0 0.529296875 0.26953125 0.2578125 0.1953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000081_jpg.rf.e7615d4c9e28b276bc68b6835b1eb24f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000081_jpg.rf.e7615d4c9e28b276bc68b6835b1eb24f.txt new file mode 100644 index 0000000..41dc80f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000081_jpg.rf.e7615d4c9e28b276bc68b6835b1eb24f.txt @@ -0,0 +1 @@ +1 0.599609375 0.453125 0.3046875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000082_jpg.rf.35d96ddb6f104012c05ee90b0c2b0f99.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000082_jpg.rf.35d96ddb6f104012c05ee90b0c2b0f99.txt new file mode 100644 index 0000000..de31a43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000082_jpg.rf.35d96ddb6f104012c05ee90b0c2b0f99.txt @@ -0,0 +1,2 @@ +4 0.46484375 0.326171875 0.1484375 0.13671875 +6 0.451171875 0.5390625 0.16796875 0.30078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000084_jpg.rf.58f28a7597bbc354893e6d4abedc08d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000084_jpg.rf.58f28a7597bbc354893e6d4abedc08d9.txt new file mode 100644 index 0000000..41233b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000084_jpg.rf.58f28a7597bbc354893e6d4abedc08d9.txt @@ -0,0 +1,2 @@ +6 0.4453125 0.5390625 0.22265625 0.25390625 +0 0.447265625 0.341796875 0.16015625 0.1875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000086_jpg.rf.684507221b94c6a62a23334dfd059fa1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000086_jpg.rf.684507221b94c6a62a23334dfd059fa1.txt new file mode 100644 index 0000000..6a73053 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000086_jpg.rf.684507221b94c6a62a23334dfd059fa1.txt @@ -0,0 +1 @@ +7 0.505859375 0.52734375 0.5 0.59765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000087_jpg.rf.495589c2a142561b6d5167bd5fb561a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000087_jpg.rf.495589c2a142561b6d5167bd5fb561a9.txt new file mode 100644 index 0000000..986d7b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000087_jpg.rf.495589c2a142561b6d5167bd5fb561a9.txt @@ -0,0 +1,2 @@ +4 0.47265625 0.26953125 0.25390625 0.28515625 +5 0.482421875 0.51953125 0.20703125 0.22265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000089_jpg.rf.bdc8e58623c8b0e831beee36d58033f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000089_jpg.rf.bdc8e58623c8b0e831beee36d58033f1.txt new file mode 100644 index 0000000..25753f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000089_jpg.rf.bdc8e58623c8b0e831beee36d58033f1.txt @@ -0,0 +1 @@ +7 0.501953125 0.470703125 0.53515625 0.69140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000091_jpg.rf.986a33551e4e7ecd8f3c0ee473055c8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000091_jpg.rf.986a33551e4e7ecd8f3c0ee473055c8f.txt new file mode 100644 index 0000000..5bb6448 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000091_jpg.rf.986a33551e4e7ecd8f3c0ee473055c8f.txt @@ -0,0 +1,2 @@ +5 0.482421875 0.529296875 0.1875 0.1875 +4 0.513671875 0.318359375 0.22265625 0.26953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000093_jpg.rf.99d73b5800e4bdb53da38c5365e6e7ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000093_jpg.rf.99d73b5800e4bdb53da38c5365e6e7ca.txt new file mode 100644 index 0000000..1477001 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000093_jpg.rf.99d73b5800e4bdb53da38c5365e6e7ca.txt @@ -0,0 +1,2 @@ +6 0.498046875 0.470703125 0.234375 0.15234375 +0 0.509765625 0.287109375 0.25390625 0.26171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000095_jpg.rf.fb2ff1f2afe1f8cd1ca92859215fd66c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000095_jpg.rf.fb2ff1f2afe1f8cd1ca92859215fd66c.txt new file mode 100644 index 0000000..b6ccee6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000095_jpg.rf.fb2ff1f2afe1f8cd1ca92859215fd66c.txt @@ -0,0 +1,2 @@ +0 0.484375 0.251953125 0.234375 0.1953125 +6 0.484375 0.556640625 0.19140625 0.421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000099_jpg.rf.1c004f0b5a640b1fab4d6ad3e165c64a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000099_jpg.rf.1c004f0b5a640b1fab4d6ad3e165c64a.txt new file mode 100644 index 0000000..bd1ed65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000099_jpg.rf.1c004f0b5a640b1fab4d6ad3e165c64a.txt @@ -0,0 +1 @@ +7 0.45703125 0.599609375 0.55859375 0.77734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000105_jpg.rf.23c5cde51e05ebb1fa74379e878a0a05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000105_jpg.rf.23c5cde51e05ebb1fa74379e878a0a05.txt new file mode 100644 index 0000000..fc11879 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000105_jpg.rf.23c5cde51e05ebb1fa74379e878a0a05.txt @@ -0,0 +1 @@ +6 0.54296875 0.431640625 0.38671875 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000108_jpg.rf.d8c619caf79a88c9da76dd791cfd7e6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000108_jpg.rf.d8c619caf79a88c9da76dd791cfd7e6d.txt new file mode 100644 index 0000000..a57cd54 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000108_jpg.rf.d8c619caf79a88c9da76dd791cfd7e6d.txt @@ -0,0 +1 @@ +5 0.486328125 0.455078125 0.44921875 0.5390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000110_jpg.rf.50d83d36e102904c00e02a4d2080b344.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000110_jpg.rf.50d83d36e102904c00e02a4d2080b344.txt new file mode 100644 index 0000000..e25124f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000110_jpg.rf.50d83d36e102904c00e02a4d2080b344.txt @@ -0,0 +1,2 @@ +6 0.5234375 0.453125 0.1796875 0.1875 +0 0.52734375 0.259765625 0.21484375 0.18359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000113_jpg.rf.af0d6160e60e3e16fbf16f78b9ec4195.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000113_jpg.rf.af0d6160e60e3e16fbf16f78b9ec4195.txt new file mode 100644 index 0000000..7474e92 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000113_jpg.rf.af0d6160e60e3e16fbf16f78b9ec4195.txt @@ -0,0 +1 @@ +5 0.48828125 0.2890625 0.39453125 0.3203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000115_jpg.rf.df14328cddcedb6ffb11fe3cb16ca035.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000115_jpg.rf.df14328cddcedb6ffb11fe3cb16ca035.txt new file mode 100644 index 0000000..eb9f9cd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000115_jpg.rf.df14328cddcedb6ffb11fe3cb16ca035.txt @@ -0,0 +1 @@ +1 0.470703125 0.4296875 0.234375 0.5390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000116_jpg.rf.c5b13bb32e0f369e20b77d3ffdd4067f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000116_jpg.rf.c5b13bb32e0f369e20b77d3ffdd4067f.txt new file mode 100644 index 0000000..7afb3a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000116_jpg.rf.c5b13bb32e0f369e20b77d3ffdd4067f.txt @@ -0,0 +1 @@ +5 0.513671875 0.208984375 0.328125 0.203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000121_jpg.rf.fa8837cbf7ab7e51cb60f22aa9fb5d5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000121_jpg.rf.fa8837cbf7ab7e51cb60f22aa9fb5d5d.txt new file mode 100644 index 0000000..4ccf5aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000121_jpg.rf.fa8837cbf7ab7e51cb60f22aa9fb5d5d.txt @@ -0,0 +1,2 @@ +6 0.462890625 0.57421875 0.33203125 0.4296875 +4 0.517578125 0.28125 0.25 0.20703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000124_jpg.rf.3e9ef4437cf499bb03432ef8b3b5c576.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000124_jpg.rf.3e9ef4437cf499bb03432ef8b3b5c576.txt new file mode 100644 index 0000000..3713547 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000124_jpg.rf.3e9ef4437cf499bb03432ef8b3b5c576.txt @@ -0,0 +1 @@ +7 0.5 0.576171875 0.50390625 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000141_jpg.rf.d49d10710bda92ac0ec8be507bf62543.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000141_jpg.rf.d49d10710bda92ac0ec8be507bf62543.txt new file mode 100644 index 0000000..031ebd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000141_jpg.rf.d49d10710bda92ac0ec8be507bf62543.txt @@ -0,0 +1,2 @@ +0 0.55078125 0.341796875 0.2578125 0.17578125 +6 0.55859375 0.529296875 0.25390625 0.21484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000143_jpg.rf.78ec8526a24b9591a6ed2ee36545979e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000143_jpg.rf.78ec8526a24b9591a6ed2ee36545979e.txt new file mode 100644 index 0000000..c17edfb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000143_jpg.rf.78ec8526a24b9591a6ed2ee36545979e.txt @@ -0,0 +1,2 @@ +6 0.509765625 0.513671875 0.265625 0.38671875 +4 0.5078125 0.3203125 0.28515625 0.328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000145_jpg.rf.2838232b7986749ac8381290b4cd9d4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000145_jpg.rf.2838232b7986749ac8381290b4cd9d4a.txt new file mode 100644 index 0000000..027e096 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000145_jpg.rf.2838232b7986749ac8381290b4cd9d4a.txt @@ -0,0 +1 @@ +7 0.505859375 0.576171875 0.52734375 0.68359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000146_jpg.rf.3d5cc102b4ec9fef05e94abd15e87a31.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000146_jpg.rf.3d5cc102b4ec9fef05e94abd15e87a31.txt new file mode 100644 index 0000000..f938b79 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000146_jpg.rf.3d5cc102b4ec9fef05e94abd15e87a31.txt @@ -0,0 +1 @@ +7 0.509765625 0.408203125 0.61328125 0.76953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000151_jpg.rf.3708f8c6852435e07ab3fcfd714fd547.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000151_jpg.rf.3708f8c6852435e07ab3fcfd714fd547.txt new file mode 100644 index 0000000..22f46ce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000151_jpg.rf.3708f8c6852435e07ab3fcfd714fd547.txt @@ -0,0 +1,2 @@ +6 0.51171875 0.43359375 0.19921875 0.20703125 +0 0.486328125 0.271484375 0.25 0.16796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000156_jpg.rf.8eb6498ee7f8d4362fae709475535337.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000156_jpg.rf.8eb6498ee7f8d4362fae709475535337.txt new file mode 100644 index 0000000..a7eb28b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000156_jpg.rf.8eb6498ee7f8d4362fae709475535337.txt @@ -0,0 +1,2 @@ +6 0.50390625 0.671875 0.40234375 0.58203125 +0 0.443359375 0.271484375 0.15234375 0.2265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000158_jpg.rf.66fed0a79af1e55e306557ff9013041d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000158_jpg.rf.66fed0a79af1e55e306557ff9013041d.txt new file mode 100644 index 0000000..83e4f10 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000158_jpg.rf.66fed0a79af1e55e306557ff9013041d.txt @@ -0,0 +1 @@ +7 0.494140625 0.61328125 0.61328125 0.71484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000162_jpg.rf.d3c96a33bc0d89f68dac6208a7b19f40.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000162_jpg.rf.d3c96a33bc0d89f68dac6208a7b19f40.txt new file mode 100644 index 0000000..75b10c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000162_jpg.rf.d3c96a33bc0d89f68dac6208a7b19f40.txt @@ -0,0 +1 @@ +5 0.490234375 0.375 0.38671875 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000178_jpg.rf.22fd42561ecfb3c7d665a818f1069447.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000178_jpg.rf.22fd42561ecfb3c7d665a818f1069447.txt new file mode 100644 index 0000000..768148d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000178_jpg.rf.22fd42561ecfb3c7d665a818f1069447.txt @@ -0,0 +1,2 @@ +6 0.48046875 0.455078125 0.30859375 0.2265625 +4 0.494140625 0.259765625 0.234375 0.171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000181_jpg.rf.4b58d291026602f3ee91904f48f07061.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000181_jpg.rf.4b58d291026602f3ee91904f48f07061.txt new file mode 100644 index 0000000..ae81162 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000181_jpg.rf.4b58d291026602f3ee91904f48f07061.txt @@ -0,0 +1 @@ +1 0.5 0.365234375 0.23828125 0.44140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000186_jpg.rf.64070965ea4da7ca7083a5960d46d7e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000186_jpg.rf.64070965ea4da7ca7083a5960d46d7e4.txt new file mode 100644 index 0000000..6fc58b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000186_jpg.rf.64070965ea4da7ca7083a5960d46d7e4.txt @@ -0,0 +1 @@ +1 0.501953125 0.572265625 0.30078125 0.73828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000188_jpg.rf.918be487680d93868e0d33d5662322b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000188_jpg.rf.918be487680d93868e0d33d5662322b2.txt new file mode 100644 index 0000000..32207a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000188_jpg.rf.918be487680d93868e0d33d5662322b2.txt @@ -0,0 +1,2 @@ +6 0.537109375 0.65234375 0.55078125 0.4921875 +7 0.5 0.33203125 0.203125 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000189_jpg.rf.94ce624deda6774c4409dd19a6526d96.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000189_jpg.rf.94ce624deda6774c4409dd19a6526d96.txt new file mode 100644 index 0000000..41f0d16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000189_jpg.rf.94ce624deda6774c4409dd19a6526d96.txt @@ -0,0 +1 @@ +7 0.5078125 0.48046875 0.78125 0.93359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000190_jpg.rf.ddcb0dec94524b390b73c562fce22585.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000190_jpg.rf.ddcb0dec94524b390b73c562fce22585.txt new file mode 100644 index 0000000..a5345c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000190_jpg.rf.ddcb0dec94524b390b73c562fce22585.txt @@ -0,0 +1 @@ +7 0.501953125 0.50390625 0.703125 0.90234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000191_jpg.rf.79911cf11ec730671a0583796657d7bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000191_jpg.rf.79911cf11ec730671a0583796657d7bb.txt new file mode 100644 index 0000000..459c2e0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000191_jpg.rf.79911cf11ec730671a0583796657d7bb.txt @@ -0,0 +1 @@ +1 0.4921875 0.57421875 0.28125 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000194_jpg.rf.62ad89706e6fb022d33ec0f58269112f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000194_jpg.rf.62ad89706e6fb022d33ec0f58269112f.txt new file mode 100644 index 0000000..b9cf94b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000194_jpg.rf.62ad89706e6fb022d33ec0f58269112f.txt @@ -0,0 +1 @@ +7 0.494140625 0.484375 0.6796875 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000196_jpg.rf.7102439f8866585de1b6ee7e70b01986.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000196_jpg.rf.7102439f8866585de1b6ee7e70b01986.txt new file mode 100644 index 0000000..ecb75a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000196_jpg.rf.7102439f8866585de1b6ee7e70b01986.txt @@ -0,0 +1 @@ +7 0.486328125 0.505859375 0.58203125 0.7578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000206_jpg.rf.01884ff8e8c01247c73be782f8683832.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000206_jpg.rf.01884ff8e8c01247c73be782f8683832.txt new file mode 100644 index 0000000..eeae85f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000206_jpg.rf.01884ff8e8c01247c73be782f8683832.txt @@ -0,0 +1,2 @@ +6 0.54296875 0.703125 0.5703125 0.546875 +0 0.4453125 0.326171875 0.20703125 0.25390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000207_jpg.rf.7ec32e56f2bbaeb6e02544cc3111279f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000207_jpg.rf.7ec32e56f2bbaeb6e02544cc3111279f.txt new file mode 100644 index 0000000..3a35d00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000207_jpg.rf.7ec32e56f2bbaeb6e02544cc3111279f.txt @@ -0,0 +1 @@ +1 0.5234375 0.505859375 0.23828125 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000211_jpg.rf.558eb962be049fb9f4ffcafd0201b2ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000211_jpg.rf.558eb962be049fb9f4ffcafd0201b2ae.txt new file mode 100644 index 0000000..f650b0c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000211_jpg.rf.558eb962be049fb9f4ffcafd0201b2ae.txt @@ -0,0 +1 @@ +6 0.537109375 0.390625 0.4140625 0.58203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000215_jpg.rf.47063376116e951f26b5af049432af29.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000215_jpg.rf.47063376116e951f26b5af049432af29.txt new file mode 100644 index 0000000..4df27b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000215_jpg.rf.47063376116e951f26b5af049432af29.txt @@ -0,0 +1,2 @@ +6 0.494140625 0.498046875 0.25390625 0.24609375 +4 0.49609375 0.29296875 0.23828125 0.22265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000219_jpg.rf.96e225a4d1d186c99d9fa24c2c9c3d2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000219_jpg.rf.96e225a4d1d186c99d9fa24c2c9c3d2a.txt new file mode 100644 index 0000000..c14d767 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000219_jpg.rf.96e225a4d1d186c99d9fa24c2c9c3d2a.txt @@ -0,0 +1 @@ +7 0.49609375 0.490234375 0.5546875 0.78515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000232_jpg.rf.1f320e8c74b24099da90067414f12d0d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000232_jpg.rf.1f320e8c74b24099da90067414f12d0d.txt new file mode 100644 index 0000000..47b6252 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000232_jpg.rf.1f320e8c74b24099da90067414f12d0d.txt @@ -0,0 +1 @@ +1 0.48046875 0.431640625 0.2578125 0.51171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000244_jpg.rf.36d80d4dd3487e6ae16c60e826c392e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000244_jpg.rf.36d80d4dd3487e6ae16c60e826c392e8.txt new file mode 100644 index 0000000..2ea428e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000244_jpg.rf.36d80d4dd3487e6ae16c60e826c392e8.txt @@ -0,0 +1 @@ +1 0.517578125 0.404296875 0.2421875 0.3671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000259_jpg.rf.6324c4edb862f8fcc948f893290bdff8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000259_jpg.rf.6324c4edb862f8fcc948f893290bdff8.txt new file mode 100644 index 0000000..5f874e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000259_jpg.rf.6324c4edb862f8fcc948f893290bdff8.txt @@ -0,0 +1 @@ +1 0.49609375 0.451171875 0.27734375 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000269_jpg.rf.c646890506a31d2875c00174abb81fa7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000269_jpg.rf.c646890506a31d2875c00174abb81fa7.txt new file mode 100644 index 0000000..642d0fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000269_jpg.rf.c646890506a31d2875c00174abb81fa7.txt @@ -0,0 +1 @@ +6 0.498046875 0.240234375 0.28125 0.30859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000285_jpg.rf.ea5288e5c3761bc3a3fcb9ca4b54d1cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000285_jpg.rf.ea5288e5c3761bc3a3fcb9ca4b54d1cf.txt new file mode 100644 index 0000000..67c41ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000285_jpg.rf.ea5288e5c3761bc3a3fcb9ca4b54d1cf.txt @@ -0,0 +1,2 @@ +6 0.521484375 0.6484375 0.33984375 0.44921875 +0 0.484375 0.328125 0.234375 0.18359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000306_jpg.rf.b2f0761008abb773e7bb950e4986c1b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000306_jpg.rf.b2f0761008abb773e7bb950e4986c1b7.txt new file mode 100644 index 0000000..25cdd50 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000306_jpg.rf.b2f0761008abb773e7bb950e4986c1b7.txt @@ -0,0 +1,2 @@ +4 0.49609375 0.3671875 0.2578125 0.30859375 +6 0.4765625 0.515625 0.24609375 0.22265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000346_jpg.rf.854029e7e3d9b8a3f24b141bee07b6a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000346_jpg.rf.854029e7e3d9b8a3f24b141bee07b6a7.txt new file mode 100644 index 0000000..7a670a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000346_jpg.rf.854029e7e3d9b8a3f24b141bee07b6a7.txt @@ -0,0 +1 @@ +1 0.533203125 0.421875 0.3125 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000347_jpg.rf.13e8cfb59665121ff4c0a4492243fc0d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000347_jpg.rf.13e8cfb59665121ff4c0a4492243fc0d.txt new file mode 100644 index 0000000..7138c08 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000347_jpg.rf.13e8cfb59665121ff4c0a4492243fc0d.txt @@ -0,0 +1 @@ +6 0.51171875 0.23828125 0.29296875 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000348_jpg.rf.c2843d7ae1e74022749795511216ed84.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000348_jpg.rf.c2843d7ae1e74022749795511216ed84.txt new file mode 100644 index 0000000..21d15f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000348_jpg.rf.c2843d7ae1e74022749795511216ed84.txt @@ -0,0 +1 @@ +3 0.51953125 0.412109375 0.32421875 0.78515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000363_jpg.rf.dbd81862e012957b62beb2c1e434955d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000363_jpg.rf.dbd81862e012957b62beb2c1e434955d.txt new file mode 100644 index 0000000..d993633 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000363_jpg.rf.dbd81862e012957b62beb2c1e434955d.txt @@ -0,0 +1 @@ +1 0.5078125 0.41015625 0.25 0.40625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000364_jpg.rf.c5d0f1bfbcb04d4d7830059780331c24.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000364_jpg.rf.c5d0f1bfbcb04d4d7830059780331c24.txt new file mode 100644 index 0000000..e84b3a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000364_jpg.rf.c5d0f1bfbcb04d4d7830059780331c24.txt @@ -0,0 +1 @@ +1 0.517578125 0.404296875 0.33984375 0.38671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000371_jpg.rf.80a156ab7bc05342aa896268890a4619.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000371_jpg.rf.80a156ab7bc05342aa896268890a4619.txt new file mode 100644 index 0000000..f678d5f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000371_jpg.rf.80a156ab7bc05342aa896268890a4619.txt @@ -0,0 +1 @@ +1 0.439453125 0.5859375 0.5625 0.796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000374_jpg.rf.405d896899e2baa7cd8cb076ed37e4b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000374_jpg.rf.405d896899e2baa7cd8cb076ed37e4b1.txt new file mode 100644 index 0000000..59ef6ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000374_jpg.rf.405d896899e2baa7cd8cb076ed37e4b1.txt @@ -0,0 +1,2 @@ +6 0.48046875 0.69140625 0.3046875 0.6171875 +0 0.486328125 0.296875 0.1640625 0.203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000419_jpg.rf.f264dcd503bd679fe66995f85555f5e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000419_jpg.rf.f264dcd503bd679fe66995f85555f5e1.txt new file mode 100644 index 0000000..642ed4e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000419_jpg.rf.f264dcd503bd679fe66995f85555f5e1.txt @@ -0,0 +1 @@ +6 0.509765625 0.171875 0.26171875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000444_jpg.rf.6883035c27bfd2332fdca3c72979225d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000444_jpg.rf.6883035c27bfd2332fdca3c72979225d.txt new file mode 100644 index 0000000..d46ac20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000444_jpg.rf.6883035c27bfd2332fdca3c72979225d.txt @@ -0,0 +1 @@ +1 0.474609375 0.447265625 0.3125 0.57421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000446_jpg.rf.95d2a41d28c58db9b54f00efebd2cc19.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000446_jpg.rf.95d2a41d28c58db9b54f00efebd2cc19.txt new file mode 100644 index 0000000..3b5bb27 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000446_jpg.rf.95d2a41d28c58db9b54f00efebd2cc19.txt @@ -0,0 +1,2 @@ +7 0.48046875 0.3671875 0.2578125 0.40625 +6 0.4921875 0.607421875 0.21875 0.3671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000473_jpg.rf.91ebb3efe8414af919b6e06febf80627.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000473_jpg.rf.91ebb3efe8414af919b6e06febf80627.txt new file mode 100644 index 0000000..5b643c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000473_jpg.rf.91ebb3efe8414af919b6e06febf80627.txt @@ -0,0 +1 @@ +1 0.4765625 0.447265625 0.296875 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000523_jpg.rf.12a3375488193babe57271051ac7a9c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000523_jpg.rf.12a3375488193babe57271051ac7a9c7.txt new file mode 100644 index 0000000..79bc8bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000523_jpg.rf.12a3375488193babe57271051ac7a9c7.txt @@ -0,0 +1,2 @@ +6 0.453125 0.564453125 0.265625 0.5703125 +0 0.453125 0.181640625 0.25 0.2265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000544_jpg.rf.167f10a3bdf8422fbc114a91557ee9b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000544_jpg.rf.167f10a3bdf8422fbc114a91557ee9b2.txt new file mode 100644 index 0000000..8dd18f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000544_jpg.rf.167f10a3bdf8422fbc114a91557ee9b2.txt @@ -0,0 +1,2 @@ +6 0.474609375 0.5546875 0.2265625 0.390625 +4 0.498046875 0.283203125 0.234375 0.13671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/000557_jpg.rf.a9b16fcfa23d76e55cb6c866d488b4ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/000557_jpg.rf.a9b16fcfa23d76e55cb6c866d488b4ff.txt new file mode 100644 index 0000000..aa00304 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/000557_jpg.rf.a9b16fcfa23d76e55cb6c866d488b4ff.txt @@ -0,0 +1,2 @@ +6 0.482421875 0.515625 0.171875 0.2734375 +0 0.470703125 0.298828125 0.23046875 0.1953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/002a0cdce4049f5eb13cecebe46f276eb123ff14_jpg.rf.4de7c3dfa51afed9d3fdc011e3aa7896.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/002a0cdce4049f5eb13cecebe46f276eb123ff14_jpg.rf.4de7c3dfa51afed9d3fdc011e3aa7896.txt new file mode 100644 index 0000000..870ce9a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/002a0cdce4049f5eb13cecebe46f276eb123ff14_jpg.rf.4de7c3dfa51afed9d3fdc011e3aa7896.txt @@ -0,0 +1 @@ +3 0.46835443037974683 0.45500725689404936 0.5843881856540084 0.7213352685050798 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/00874f5fcab39c74fb118717421d04296e9e2eac_jpg.rf.a2e663643d980ea28f878e2f0e2edc06.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/00874f5fcab39c74fb118717421d04296e9e2eac_jpg.rf.a2e663643d980ea28f878e2f0e2edc06.txt new file mode 100644 index 0000000..76ec331 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/00874f5fcab39c74fb118717421d04296e9e2eac_jpg.rf.a2e663643d980ea28f878e2f0e2edc06.txt @@ -0,0 +1 @@ +3 0.5063291139240507 0.4630801687763713 0.3860759493670886 0.8649789029535865 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0097960878307e559459d98c9f9eaeeea0db1f94_jpg.rf.433877c68256a33a27a4ef68993241c8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0097960878307e559459d98c9f9eaeeea0db1f94_jpg.rf.433877c68256a33a27a4ef68993241c8.txt new file mode 100644 index 0000000..b86d226 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0097960878307e559459d98c9f9eaeeea0db1f94_jpg.rf.433877c68256a33a27a4ef68993241c8.txt @@ -0,0 +1,2 @@ +1 0.5189873417721519 0.5773558368495078 0.9493670886075949 0.8452883263009845 +1 0.7816455696202531 0.4444444444444444 0.23628691983122363 0.5471167369901547 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/00c14cb27c2530d2d1f26b566cc204521b62cfb6_jpg.rf.ca509055d44dc6b160759b35e7f94974.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/00c14cb27c2530d2d1f26b566cc204521b62cfb6_jpg.rf.ca509055d44dc6b160759b35e7f94974.txt new file mode 100644 index 0000000..2fe7ee6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/00c14cb27c2530d2d1f26b566cc204521b62cfb6_jpg.rf.ca509055d44dc6b160759b35e7f94974.txt @@ -0,0 +1 @@ +4 0.5137130801687764 0.5475382003395586 0.8375527426160337 0.9049235993208828 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/00d1bca363d4846f83e117c3f03ed7823dd193ca_jpg.rf.362a894c9c8472f0c85014933502d808.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/00d1bca363d4846f83e117c3f03ed7823dd193ca_jpg.rf.362a894c9c8472f0c85014933502d808.txt new file mode 100644 index 0000000..ae222f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/00d1bca363d4846f83e117c3f03ed7823dd193ca_jpg.rf.362a894c9c8472f0c85014933502d808.txt @@ -0,0 +1 @@ +3 0.5337552742616034 0.4278996865203762 0.4578059071729958 0.8526645768025078 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/011a1213ff68595caed129353dd5cfe93a1e814f_jpg.rf.3fa8d1e147f946e7eefeb4d553baeff2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/011a1213ff68595caed129353dd5cfe93a1e814f_jpg.rf.3fa8d1e147f946e7eefeb4d553baeff2.txt new file mode 100644 index 0000000..9e28250 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/011a1213ff68595caed129353dd5cfe93a1e814f_jpg.rf.3fa8d1e147f946e7eefeb4d553baeff2.txt @@ -0,0 +1 @@ +5 0.5221518987341772 0.2230769230769231 0.5506329113924051 0.26573426573426573 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/014080ad12368a0dfe64d2b29b2a196eecfcdcd1_jpg.rf.a308d073e72e34127768531852a0b39a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/014080ad12368a0dfe64d2b29b2a196eecfcdcd1_jpg.rf.a308d073e72e34127768531852a0b39a.txt new file mode 100644 index 0000000..30cf1bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/014080ad12368a0dfe64d2b29b2a196eecfcdcd1_jpg.rf.a308d073e72e34127768531852a0b39a.txt @@ -0,0 +1 @@ +3 0.5643459915611815 0.42967651195499296 0.4936708860759494 0.8157524613220816 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/01553d10275a342f17045ed21674b72f63e86bbd_jpg.rf.3a552562f46d7a3cf3ee6d393a14fb37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/01553d10275a342f17045ed21674b72f63e86bbd_jpg.rf.3a552562f46d7a3cf3ee6d393a14fb37.txt new file mode 100644 index 0000000..3cb4349 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/01553d10275a342f17045ed21674b72f63e86bbd_jpg.rf.3a552562f46d7a3cf3ee6d393a14fb37.txt @@ -0,0 +1 @@ +1 0.5970464135021097 0.56158940397351 0.33122362869198313 0.8066225165562914 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/01ce31f297f8dad80b5ce0984d3b31f8dd40b9a3_jpg.rf.c285608ce98f26d137a11cecf012b200.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/01ce31f297f8dad80b5ce0984d3b31f8dd40b9a3_jpg.rf.c285608ce98f26d137a11cecf012b200.txt new file mode 100644 index 0000000..7c0bb6b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/01ce31f297f8dad80b5ce0984d3b31f8dd40b9a3_jpg.rf.c285608ce98f26d137a11cecf012b200.txt @@ -0,0 +1 @@ +1 0.5010548523206751 0.43655589123867067 0.33544303797468356 0.5453172205438066 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/024716a375d39b7af52b0a8b53d09d7df5706f55_jpg.rf.a1611506cc81a554597cdbb53da6dc19.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/024716a375d39b7af52b0a8b53d09d7df5706f55_jpg.rf.a1611506cc81a554597cdbb53da6dc19.txt new file mode 100644 index 0000000..042f415 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/024716a375d39b7af52b0a8b53d09d7df5706f55_jpg.rf.a1611506cc81a554597cdbb53da6dc19.txt @@ -0,0 +1 @@ +3 0.5116033755274262 0.4607977991746905 0.5126582278481012 0.7744154057771664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/02510dcbded24e4b72fa406f1d1537f1e288941f_jpg.rf.6c91e74a041531fda576593c0afe7f0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/02510dcbded24e4b72fa406f1d1537f1e288941f_jpg.rf.6c91e74a041531fda576593c0afe7f0e.txt new file mode 100644 index 0000000..aa77cce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/02510dcbded24e4b72fa406f1d1537f1e288941f_jpg.rf.6c91e74a041531fda576593c0afe7f0e.txt @@ -0,0 +1 @@ +1 0.5221518987341772 0.5314569536423841 0.7088607594936709 0.9370860927152318 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/033bc42853ada494d0772a59c923d0d11e987bfd_jpg.rf.8580f9b1a038249951e4c8d90d0083d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/033bc42853ada494d0772a59c923d0d11e987bfd_jpg.rf.8580f9b1a038249951e4c8d90d0083d4.txt new file mode 100644 index 0000000..402c368 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/033bc42853ada494d0772a59c923d0d11e987bfd_jpg.rf.8580f9b1a038249951e4c8d90d0083d4.txt @@ -0,0 +1 @@ +1 0.5443037974683544 0.4711673699015471 0.6392405063291139 0.6047819971870605 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/034ad13b29091fba1ffef3eb467b91c41c8fd67d_jpg.rf.6bc2aca5fae1235d3083a3509839cf33.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/034ad13b29091fba1ffef3eb467b91c41c8fd67d_jpg.rf.6bc2aca5fae1235d3083a3509839cf33.txt new file mode 100644 index 0000000..bc4e692 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/034ad13b29091fba1ffef3eb467b91c41c8fd67d_jpg.rf.6bc2aca5fae1235d3083a3509839cf33.txt @@ -0,0 +1 @@ +0 0.4957805907172996 0.45408163265306123 0.9915611814345991 0.8741496598639455 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/03660484b7b9282283f3988297af1acd250f78d4_jpg.rf.d5c27fb5802be0ba3474db0a964d6824.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/03660484b7b9282283f3988297af1acd250f78d4_jpg.rf.d5c27fb5802be0ba3474db0a964d6824.txt new file mode 100644 index 0000000..6ad6584 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/03660484b7b9282283f3988297af1acd250f78d4_jpg.rf.d5c27fb5802be0ba3474db0a964d6824.txt @@ -0,0 +1 @@ +3 0.4525316455696203 0.4650711513583441 0.6708860759493671 0.8434670116429496 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/03a4118a57838a3a55013d1955322e3de37605cb_jpg.rf.70005b8ef474f1f322b157b3f9a4cb75.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/03a4118a57838a3a55013d1955322e3de37605cb_jpg.rf.70005b8ef474f1f322b157b3f9a4cb75.txt new file mode 100644 index 0000000..4e0172f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/03a4118a57838a3a55013d1955322e3de37605cb_jpg.rf.70005b8ef474f1f322b157b3f9a4cb75.txt @@ -0,0 +1 @@ +3 0.5023041474654378 0.45768566493955093 0.4078341013824885 0.844559585492228 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/03d8e81b264cc294f80a3ccd9bd64db61198d331_jpg.rf.8123dd682d9ac014d49efe569ebb1398.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/03d8e81b264cc294f80a3ccd9bd64db61198d331_jpg.rf.8123dd682d9ac014d49efe569ebb1398.txt new file mode 100644 index 0000000..8d12c44 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/03d8e81b264cc294f80a3ccd9bd64db61198d331_jpg.rf.8123dd682d9ac014d49efe569ebb1398.txt @@ -0,0 +1 @@ +3 0.5031645569620253 0.4620253164556962 0.33544303797468356 0.7573839662447257 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/03dc17892eef83c234d2dc7a0665c214e4711612_jpg.rf.25895779fcc94ef75f8e282dda6003d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/03dc17892eef83c234d2dc7a0665c214e4711612_jpg.rf.25895779fcc94ef75f8e282dda6003d5.txt new file mode 100644 index 0000000..996f6ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/03dc17892eef83c234d2dc7a0665c214e4711612_jpg.rf.25895779fcc94ef75f8e282dda6003d5.txt @@ -0,0 +1 @@ +5 0.509493670886076 0.2064873417721519 0.4641350210970464 0.36550632911392406 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/045beafd9bae936e372f6ba913ff0244313efd2b_jpg.rf.04b57fecb49d1bc3a4e6c70803a7b42d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/045beafd9bae936e372f6ba913ff0244313efd2b_jpg.rf.04b57fecb49d1bc3a4e6c70803a7b42d.txt new file mode 100644 index 0000000..150a96e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/045beafd9bae936e372f6ba913ff0244313efd2b_jpg.rf.04b57fecb49d1bc3a4e6c70803a7b42d.txt @@ -0,0 +1 @@ +3 0.4936708860759494 0.4937106918238994 0.47257383966244726 0.7783018867924528 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/047120369b64d1430fac95e30971a941bfbdf1db_jpg.rf.8de4ce75922a8fd626fe0bbda775dd91.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/047120369b64d1430fac95e30971a941bfbdf1db_jpg.rf.8de4ce75922a8fd626fe0bbda775dd91.txt new file mode 100644 index 0000000..cd51f84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/047120369b64d1430fac95e30971a941bfbdf1db_jpg.rf.8de4ce75922a8fd626fe0bbda775dd91.txt @@ -0,0 +1,2 @@ +5 0.4873417721518987 0.673216885007278 0.4957805907172996 0.28966521106259097 +0 0.4409282700421941 0.38427947598253276 0.5654008438818565 0.2925764192139738 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/04bec730ec87ffd1105d271c89f18c7432d1cedc_jpg.rf.947fd62816854b4657929299ba7fbd2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/04bec730ec87ffd1105d271c89f18c7432d1cedc_jpg.rf.947fd62816854b4657929299ba7fbd2a.txt new file mode 100644 index 0000000..ad15d72 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/04bec730ec87ffd1105d271c89f18c7432d1cedc_jpg.rf.947fd62816854b4657929299ba7fbd2a.txt @@ -0,0 +1 @@ +3 0.49156118143459915 0.44936708860759494 0.2848101265822785 0.8037974683544303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/05399102b07e4e6adad8d89a99493a4154d77b6e_jpg.rf.bf29f8771aec63008d7ce4c660a55206.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/05399102b07e4e6adad8d89a99493a4154d77b6e_jpg.rf.bf29f8771aec63008d7ce4c660a55206.txt new file mode 100644 index 0000000..fb3f701 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/05399102b07e4e6adad8d89a99493a4154d77b6e_jpg.rf.bf29f8771aec63008d7ce4c660a55206.txt @@ -0,0 +1 @@ +3 0.5010548523206751 0.4703856749311295 0.5063291139240507 0.8760330578512396 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/053d7581d2e060a2fcfb4abc45d621cb55119f87_jpg.rf.b00aeda0f2b5953255af50bb59096c0b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/053d7581d2e060a2fcfb4abc45d621cb55119f87_jpg.rf.b00aeda0f2b5953255af50bb59096c0b.txt new file mode 100644 index 0000000..b0fe8ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/053d7581d2e060a2fcfb4abc45d621cb55119f87_jpg.rf.b00aeda0f2b5953255af50bb59096c0b.txt @@ -0,0 +1 @@ +1 0.4873417721518987 0.45821529745042494 0.3227848101265823 0.5609065155807366 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/05605a98da1959f950ad99e868f311db_jpg.rf.2d6ed40662a60d947e50be659721e840.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/05605a98da1959f950ad99e868f311db_jpg.rf.2d6ed40662a60d947e50be659721e840.txt new file mode 100644 index 0000000..269cdc1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/05605a98da1959f950ad99e868f311db_jpg.rf.2d6ed40662a60d947e50be659721e840.txt @@ -0,0 +1 @@ +7 0.5070219966159052 0.4901522842639595 0.8371065989847716 0.9788832487309644 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0561718aec3cca983c7397d03204c20d641f02b9_jpg.rf.4a5d810e940b98c36c2e33d517850002.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0561718aec3cca983c7397d03204c20d641f02b9_jpg.rf.4a5d810e940b98c36c2e33d517850002.txt new file mode 100644 index 0000000..a640dbe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0561718aec3cca983c7397d03204c20d641f02b9_jpg.rf.4a5d810e940b98c36c2e33d517850002.txt @@ -0,0 +1 @@ +1 0.49683544303797467 0.5154411764705882 0.42616033755274263 0.5617647058823529 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/05932e7eb85dafb9b93e3f7b626b3bcb1c75f746_jpg.rf.f06141587f2206fb5becb9e6117e2db6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/05932e7eb85dafb9b93e3f7b626b3bcb1c75f746_jpg.rf.f06141587f2206fb5becb9e6117e2db6.txt new file mode 100644 index 0000000..eafc5d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/05932e7eb85dafb9b93e3f7b626b3bcb1c75f746_jpg.rf.f06141587f2206fb5becb9e6117e2db6.txt @@ -0,0 +1,2 @@ +3 0.49050632911392406 0.6244725738396625 0.37763713080168776 0.49226441631504925 +0 0.4778481012658228 0.2841068917018284 0.34810126582278483 0.22925457102672292 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/05c2efd68c86ec211f5fd44245846968e351a950_jpg.rf.97fc0bbacc54df017111ee81988825d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/05c2efd68c86ec211f5fd44245846968e351a950_jpg.rf.97fc0bbacc54df017111ee81988825d4.txt new file mode 100644 index 0000000..21e5355 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/05c2efd68c86ec211f5fd44245846968e351a950_jpg.rf.97fc0bbacc54df017111ee81988825d4.txt @@ -0,0 +1 @@ +5 0.5559071729957806 0.170182841068917 0.47468354430379744 0.28270042194092826 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/05e90f40bd9de2058a89b8ff057be27ef0661538_jpg.rf.2f32c7e93b8449ea9400d56fb28f8209.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/05e90f40bd9de2058a89b8ff057be27ef0661538_jpg.rf.2f32c7e93b8449ea9400d56fb28f8209.txt new file mode 100644 index 0000000..dfc0918 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/05e90f40bd9de2058a89b8ff057be27ef0661538_jpg.rf.2f32c7e93b8449ea9400d56fb28f8209.txt @@ -0,0 +1 @@ +1 0.5158227848101266 0.2968253968253968 0.38396624472573837 0.4523809523809524 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/06130b80c92914dcccb56634594b4aeab7db5944_jpg.rf.d202d240f37ae311e1131043c8a28ae5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/06130b80c92914dcccb56634594b4aeab7db5944_jpg.rf.d202d240f37ae311e1131043c8a28ae5.txt new file mode 100644 index 0000000..c613005 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/06130b80c92914dcccb56634594b4aeab7db5944_jpg.rf.d202d240f37ae311e1131043c8a28ae5.txt @@ -0,0 +1 @@ +1 0.509493670886076 0.5453237410071943 0.3143459915611814 0.7913669064748201 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/062a74db6a9fb43fbf2d1e1bdb5d47819146a6bf_jpg.rf.7af39670cc142eb566871d47f7186dba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/062a74db6a9fb43fbf2d1e1bdb5d47819146a6bf_jpg.rf.7af39670cc142eb566871d47f7186dba.txt new file mode 100644 index 0000000..d768688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/062a74db6a9fb43fbf2d1e1bdb5d47819146a6bf_jpg.rf.7af39670cc142eb566871d47f7186dba.txt @@ -0,0 +1 @@ +5 0.4757383966244726 0.2643581081081081 0.4472573839662447 0.47635135135135137 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0630b9a4fb88b11e450be2885969b280bfcb78d5_jpg.rf.b1af937d5c514f8fb04b05eeb00a0430.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0630b9a4fb88b11e450be2885969b280bfcb78d5_jpg.rf.b1af937d5c514f8fb04b05eeb00a0430.txt new file mode 100644 index 0000000..884bb61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0630b9a4fb88b11e450be2885969b280bfcb78d5_jpg.rf.b1af937d5c514f8fb04b05eeb00a0430.txt @@ -0,0 +1 @@ +1 0.5390295358649789 0.573943661971831 0.5632911392405063 0.852112676056338 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/075819a4bd3afa0ffdec1c00386775247e7de524_jpg.rf.bf4d71d8aa25f89c564ef99a82077270.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/075819a4bd3afa0ffdec1c00386775247e7de524_jpg.rf.bf4d71d8aa25f89c564ef99a82077270.txt new file mode 100644 index 0000000..cd7025c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/075819a4bd3afa0ffdec1c00386775247e7de524_jpg.rf.bf4d71d8aa25f89c564ef99a82077270.txt @@ -0,0 +1 @@ +1 0.5042194092827004 0.5601351351351351 0.3649789029535865 0.8121621621621622 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/075bb2b7ed2e0bdba784cb89c5d3672c529d8a5d_jpg.rf.a135c59de40177919550cd2dab8ee9ac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/075bb2b7ed2e0bdba784cb89c5d3672c529d8a5d_jpg.rf.a135c59de40177919550cd2dab8ee9ac.txt new file mode 100644 index 0000000..0275dc2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/075bb2b7ed2e0bdba784cb89c5d3672c529d8a5d_jpg.rf.a135c59de40177919550cd2dab8ee9ac.txt @@ -0,0 +1 @@ +1 0.510548523206751 0.5007911392405063 0.2911392405063291 0.6977848101265823 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/079393f74ec556f44be169dc1c72af4f135c1fbd_jpg.rf.bd9d73f2b03c37320247165d2234518f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/079393f74ec556f44be169dc1c72af4f135c1fbd_jpg.rf.bd9d73f2b03c37320247165d2234518f.txt new file mode 100644 index 0000000..918c261 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/079393f74ec556f44be169dc1c72af4f135c1fbd_jpg.rf.bd9d73f2b03c37320247165d2234518f.txt @@ -0,0 +1 @@ +3 0.5 0.4541139240506329 0.4388185654008439 0.805379746835443 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/079c3fe0248fa4861ae6f3dc61b7e0eed30478a7_jpg.rf.d61df93156b3934dd57b54e6353f0205.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/079c3fe0248fa4861ae6f3dc61b7e0eed30478a7_jpg.rf.d61df93156b3934dd57b54e6353f0205.txt new file mode 100644 index 0000000..43c8aae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/079c3fe0248fa4861ae6f3dc61b7e0eed30478a7_jpg.rf.d61df93156b3934dd57b54e6353f0205.txt @@ -0,0 +1 @@ +3 0.5675105485232067 0.49859353023909986 0.5991561181434599 0.9634317862165963 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/080583169f3f63c5d5b29272f2f066ea241417e3_jpg.rf.53e573bd64f7baf7f438f170dab879c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/080583169f3f63c5d5b29272f2f066ea241417e3_jpg.rf.53e573bd64f7baf7f438f170dab879c3.txt new file mode 100644 index 0000000..bbe5cdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/080583169f3f63c5d5b29272f2f066ea241417e3_jpg.rf.53e573bd64f7baf7f438f170dab879c3.txt @@ -0,0 +1 @@ +1 0.48545454545454547 0.5659090909090909 0.48 0.8545454545454545 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0815310c2b8fcb7f5123439c80cae8668d4ecd7a_jpg.rf.8024f992609e139f9ff08cd980e3c5c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0815310c2b8fcb7f5123439c80cae8668d4ecd7a_jpg.rf.8024f992609e139f9ff08cd980e3c5c4.txt new file mode 100644 index 0000000..4ba7896 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0815310c2b8fcb7f5123439c80cae8668d4ecd7a_jpg.rf.8024f992609e139f9ff08cd980e3c5c4.txt @@ -0,0 +1 @@ +1 0.5263713080168776 0.4353023909985935 0.4029535864978903 0.3459915611814346 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0826699312414b4c3838f016e9804c9d7c0e5e61_jpg.rf.df9b5440362f1a91ff93049748da6367.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0826699312414b4c3838f016e9804c9d7c0e5e61_jpg.rf.df9b5440362f1a91ff93049748da6367.txt new file mode 100644 index 0000000..91d76a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0826699312414b4c3838f016e9804c9d7c0e5e61_jpg.rf.df9b5440362f1a91ff93049748da6367.txt @@ -0,0 +1 @@ +7 0.49156118143459915 0.4857397504456328 0.740506329113924 0.8894830659536542 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0877039cbf77350d288ae4443c01a2d4d179bdb1_jpg.rf.c2d24e4ae7923417d7ba167bf2a2a895.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0877039cbf77350d288ae4443c01a2d4d179bdb1_jpg.rf.c2d24e4ae7923417d7ba167bf2a2a895.txt new file mode 100644 index 0000000..aef4a5f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0877039cbf77350d288ae4443c01a2d4d179bdb1_jpg.rf.c2d24e4ae7923417d7ba167bf2a2a895.txt @@ -0,0 +1 @@ +1 0.5358649789029536 0.4826158940397351 0.3670886075949367 0.6490066225165563 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/08c4516d15a0a0306492d9c4d751824f022654ae_jpg.rf.227f6f67ec42c067d05f682b84be475f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/08c4516d15a0a0306492d9c4d751824f022654ae_jpg.rf.227f6f67ec42c067d05f682b84be475f.txt new file mode 100644 index 0000000..d91d798 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/08c4516d15a0a0306492d9c4d751824f022654ae_jpg.rf.227f6f67ec42c067d05f682b84be475f.txt @@ -0,0 +1 @@ +3 0.5210970464135021 0.4050632911392405 0.5021097046413502 0.7763713080168776 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/08c635aba2509158488575d9496d4634febc3331_jpg.rf.b0d4cf698192ef3f964496fa3fd51c8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/08c635aba2509158488575d9496d4634febc3331_jpg.rf.b0d4cf698192ef3f964496fa3fd51c8b.txt new file mode 100644 index 0000000..f89ea64 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/08c635aba2509158488575d9496d4634febc3331_jpg.rf.b0d4cf698192ef3f964496fa3fd51c8b.txt @@ -0,0 +1 @@ +3 0.49683544303797467 0.45698924731182794 0.43248945147679324 0.8294930875576036 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/090d1f1556a95a8218129450b5cdc465b4007788_jpg.rf.e7ca87a65c58a490d283bc1cf8b2c562.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/090d1f1556a95a8218129450b5cdc465b4007788_jpg.rf.e7ca87a65c58a490d283bc1cf8b2c562.txt new file mode 100644 index 0000000..f3a35bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/090d1f1556a95a8218129450b5cdc465b4007788_jpg.rf.e7ca87a65c58a490d283bc1cf8b2c562.txt @@ -0,0 +1 @@ +0 0.5116033755274262 0.5084033613445378 0.9514767932489452 0.8974789915966387 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/092ca4a089b544da7dae077471b38eee173fe529_jpg.rf.f56e69b8c2b3cfb64ba23a6b090517ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/092ca4a089b544da7dae077471b38eee173fe529_jpg.rf.f56e69b8c2b3cfb64ba23a6b090517ad.txt new file mode 100644 index 0000000..8fa6401 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/092ca4a089b544da7dae077471b38eee173fe529_jpg.rf.f56e69b8c2b3cfb64ba23a6b090517ad.txt @@ -0,0 +1 @@ +3 0.4875 0.46375 0.3725 0.8075 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/094183a4f3f0bf583831db8cec83d8ebe9d4dd13_jpg.rf.a686e77bffc32e0d49603815f51c366d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/094183a4f3f0bf583831db8cec83d8ebe9d4dd13_jpg.rf.a686e77bffc32e0d49603815f51c366d.txt new file mode 100644 index 0000000..e935529 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/094183a4f3f0bf583831db8cec83d8ebe9d4dd13_jpg.rf.a686e77bffc32e0d49603815f51c366d.txt @@ -0,0 +1 @@ +1 0.5464135021097046 0.5843881856540084 0.37341772151898733 0.8129395218002813 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0952682bf8d2e6c976720a08a708c4fa38b1bd1c_jpg.rf.6c51109087a7896d0392530ba70564d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0952682bf8d2e6c976720a08a708c4fa38b1bd1c_jpg.rf.6c51109087a7896d0392530ba70564d9.txt new file mode 100644 index 0000000..cad94b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0952682bf8d2e6c976720a08a708c4fa38b1bd1c_jpg.rf.6c51109087a7896d0392530ba70564d9.txt @@ -0,0 +1 @@ +1 0.4831223628691983 0.46607669616519176 0.4810126582278481 0.6194690265486725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/09ca08a588e34ebedafe68314ddf1e0c19611b9d_jpg.rf.f7ab32be20867f7b033340f735522813.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/09ca08a588e34ebedafe68314ddf1e0c19611b9d_jpg.rf.f7ab32be20867f7b033340f735522813.txt new file mode 100644 index 0000000..bba8ee3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/09ca08a588e34ebedafe68314ddf1e0c19611b9d_jpg.rf.f7ab32be20867f7b033340f735522813.txt @@ -0,0 +1 @@ +1 0.5791139240506329 0.3841726618705036 0.4957805907172996 0.4273381294964029 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0aa7e751abe73015129b796f3d5f8000c38b3c95_jpg.rf.fa6428d0bb5794c4e655f9b8d39a2d72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0aa7e751abe73015129b796f3d5f8000c38b3c95_jpg.rf.fa6428d0bb5794c4e655f9b8d39a2d72.txt new file mode 100644 index 0000000..7fca044 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0aa7e751abe73015129b796f3d5f8000c38b3c95_jpg.rf.fa6428d0bb5794c4e655f9b8d39a2d72.txt @@ -0,0 +1 @@ +3 0.5 0.48063380281690143 0.431924882629108 0.7183098591549296 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0b647894d894b756379f4d5bcd0c893703879f57_jpg.rf.fea89e0715fc2abb9ac9774f21a26ade.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0b647894d894b756379f4d5bcd0c893703879f57_jpg.rf.fea89e0715fc2abb9ac9774f21a26ade.txt new file mode 100644 index 0000000..ee432f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0b647894d894b756379f4d5bcd0c893703879f57_jpg.rf.fea89e0715fc2abb9ac9774f21a26ade.txt @@ -0,0 +1 @@ +1 0.6540084388185654 0.589527027027027 0.6286919831223629 0.8209459459459459 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0ba342960c114c6a3257e2881a4602b60d197c62_jpg.rf.5ff33e6fbcee978340abe01ad8006666.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0ba342960c114c6a3257e2881a4602b60d197c62_jpg.rf.5ff33e6fbcee978340abe01ad8006666.txt new file mode 100644 index 0000000..1bf0f1e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0ba342960c114c6a3257e2881a4602b60d197c62_jpg.rf.5ff33e6fbcee978340abe01ad8006666.txt @@ -0,0 +1 @@ +1 0.49261603375527424 0.5955056179775281 0.41139240506329117 0.7570224719101124 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0c589d85b776c5e1f971e2f91ac27bed_jpg.rf.7af2a95e0de6819810a506d8d8f2388f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0c589d85b776c5e1f971e2f91ac27bed_jpg.rf.7af2a95e0de6819810a506d8d8f2388f.txt new file mode 100644 index 0000000..e1939d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0c589d85b776c5e1f971e2f91ac27bed_jpg.rf.7af2a95e0de6819810a506d8d8f2388f.txt @@ -0,0 +1,2 @@ +7 0.39677083333333335 0.4510565476190476 0.7935267857142857 0.9012648809523808 +7 0.8467261904761905 0.7752678571428572 0.30654761904761907 0.3889583333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0c801d80ff53caae872f7b3df236ac778f47cd38_jpg.rf.fda6b36899e7ca7e234d74d596210650.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0c801d80ff53caae872f7b3df236ac778f47cd38_jpg.rf.fda6b36899e7ca7e234d74d596210650.txt new file mode 100644 index 0000000..5af701d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0c801d80ff53caae872f7b3df236ac778f47cd38_jpg.rf.fda6b36899e7ca7e234d74d596210650.txt @@ -0,0 +1 @@ +5 0.5158227848101266 0.4272151898734177 0.9050632911392406 0.6281645569620253 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0d0089863be79afb85bb00a45ff6ba1af84d4800_jpg.rf.f49197a0de0ab674f67cc31e601491d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0d0089863be79afb85bb00a45ff6ba1af84d4800_jpg.rf.f49197a0de0ab674f67cc31e601491d9.txt new file mode 100644 index 0000000..2b88d1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0d0089863be79afb85bb00a45ff6ba1af84d4800_jpg.rf.f49197a0de0ab674f67cc31e601491d9.txt @@ -0,0 +1 @@ +3 0.48945147679324896 0.47362869198312235 0.31856540084388185 0.8227848101265823 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0da2cb5bb8fe473225245445eafcaf2b79afca9f_jpg.rf.54db9d84280ea429180a31940a7c98be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0da2cb5bb8fe473225245445eafcaf2b79afca9f_jpg.rf.54db9d84280ea429180a31940a7c98be.txt new file mode 100644 index 0000000..04990a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0da2cb5bb8fe473225245445eafcaf2b79afca9f_jpg.rf.54db9d84280ea429180a31940a7c98be.txt @@ -0,0 +1 @@ +5 0.5421940928270043 0.4311708860759494 0.7151898734177216 0.6012658227848101 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0e1c005860ec3a58da8eb10a8f5b92ee0b0653ab_jpg.rf.b7317b8d4c21e51721b31c365c881450.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0e1c005860ec3a58da8eb10a8f5b92ee0b0653ab_jpg.rf.b7317b8d4c21e51721b31c365c881450.txt new file mode 100644 index 0000000..a6b2c20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0e1c005860ec3a58da8eb10a8f5b92ee0b0653ab_jpg.rf.b7317b8d4c21e51721b31c365c881450.txt @@ -0,0 +1 @@ +3 0.4778481012658228 0.4445364238410596 0.4240506329113924 0.8211920529801324 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0e1c537fbdc3c9b33897c808ebe36f8aafec3e78_jpg.rf.d755dd94e0d42d8513c3b291b13e7d7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0e1c537fbdc3c9b33897c808ebe36f8aafec3e78_jpg.rf.d755dd94e0d42d8513c3b291b13e7d7c.txt new file mode 100644 index 0000000..f01c413 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0e1c537fbdc3c9b33897c808ebe36f8aafec3e78_jpg.rf.d755dd94e0d42d8513c3b291b13e7d7c.txt @@ -0,0 +1 @@ +1 0.4704641350210971 0.5717299578059072 0.39451476793248946 0.759493670886076 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0e46d96fa7b070d17ccbcf4a3a4581217d783291_jpg.rf.8e09db98745b38ec56b02ac248aee11f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0e46d96fa7b070d17ccbcf4a3a4581217d783291_jpg.rf.8e09db98745b38ec56b02ac248aee11f.txt new file mode 100644 index 0000000..19c6d69 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0e46d96fa7b070d17ccbcf4a3a4581217d783291_jpg.rf.8e09db98745b38ec56b02ac248aee11f.txt @@ -0,0 +1 @@ +3 0.509493670886076 0.4353023909985935 0.5780590717299579 0.7974683544303798 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0ec3f7000d9083cb6afb1e9551cf52cb8917fcc5_jpg.rf.ce45b2d241ba395d41ed3ca15ab397e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0ec3f7000d9083cb6afb1e9551cf52cb8917fcc5_jpg.rf.ce45b2d241ba395d41ed3ca15ab397e8.txt new file mode 100644 index 0000000..0687f3d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0ec3f7000d9083cb6afb1e9551cf52cb8917fcc5_jpg.rf.ce45b2d241ba395d41ed3ca15ab397e8.txt @@ -0,0 +1 @@ +1 0.5727848101265823 0.3931082981715893 0.3755274261603376 0.4219409282700422 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0f3610659409f42581f56e374cda618626ba1223_jpg.rf.d5b43a0edb64cdfdcb0d871e194b7a6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0f3610659409f42581f56e374cda618626ba1223_jpg.rf.d5b43a0edb64cdfdcb0d871e194b7a6d.txt new file mode 100644 index 0000000..443e9ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0f3610659409f42581f56e374cda618626ba1223_jpg.rf.d5b43a0edb64cdfdcb0d871e194b7a6d.txt @@ -0,0 +1 @@ +1 0.5411392405063291 0.4947257383966245 0.33544303797468356 0.6434599156118144 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0fe47ef85fa283d40ba47e9fbeb33bafa9fc6f27_jpg.rf.45098ca06472fe8c163022668d1f38fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0fe47ef85fa283d40ba47e9fbeb33bafa9fc6f27_jpg.rf.45098ca06472fe8c163022668d1f38fe.txt new file mode 100644 index 0000000..6b6ff5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0fe47ef85fa283d40ba47e9fbeb33bafa9fc6f27_jpg.rf.45098ca06472fe8c163022668d1f38fe.txt @@ -0,0 +1 @@ +3 0.4502487562189055 0.4909090909090909 0.5422885572139303 0.7272727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0ff223667e6a578233daeec5309ced80b8aad8e0_jpg.rf.87ba3d8151c38f9e71b292264458cc28.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0ff223667e6a578233daeec5309ced80b8aad8e0_jpg.rf.87ba3d8151c38f9e71b292264458cc28.txt new file mode 100644 index 0000000..0c6c9e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0ff223667e6a578233daeec5309ced80b8aad8e0_jpg.rf.87ba3d8151c38f9e71b292264458cc28.txt @@ -0,0 +1 @@ +1 0.47362869198312235 0.35133333333333333 0.3987341772151899 0.628 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/0ff8b2a2fa2b112b0336677c3cff2f0f2a89a72d_jpg.rf.b19660b171e5ddd36d0d1bdcd4058b83.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/0ff8b2a2fa2b112b0336677c3cff2f0f2a89a72d_jpg.rf.b19660b171e5ddd36d0d1bdcd4058b83.txt new file mode 100644 index 0000000..1d193d4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/0ff8b2a2fa2b112b0336677c3cff2f0f2a89a72d_jpg.rf.b19660b171e5ddd36d0d1bdcd4058b83.txt @@ -0,0 +1 @@ +4 0.5379746835443038 0.6007905138339921 0.6877637130801688 0.766798418972332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/100_jpg.rf.1c5aff0c155e88f83cc2ea768d91a65d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/100_jpg.rf.1c5aff0c155e88f83cc2ea768d91a65d.txt new file mode 100644 index 0000000..ea0805f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/100_jpg.rf.1c5aff0c155e88f83cc2ea768d91a65d.txt @@ -0,0 +1 @@ +0 0.5163398692810458 0.6181818181818182 0.34967320261437906 0.6666666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/100_jpg.rf.ea6fa2cd663047459cfde01c4d131c71.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/100_jpg.rf.ea6fa2cd663047459cfde01c4d131c71.txt new file mode 100644 index 0000000..17606c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/100_jpg.rf.ea6fa2cd663047459cfde01c4d131c71.txt @@ -0,0 +1 @@ +7 0.4882075471698113 0.6139240506329114 0.4811320754716981 0.6624472573839663 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/101_jpg.rf.6c3af77589b96efed583699bc342fba0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/101_jpg.rf.6c3af77589b96efed583699bc342fba0.txt new file mode 100644 index 0000000..4255866 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/101_jpg.rf.6c3af77589b96efed583699bc342fba0.txt @@ -0,0 +1 @@ +0 0.48633879781420764 0.5 0.7213114754098361 0.5963636363636363 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/102_jpg.rf.096fcc71166c0a6d04b881f60dc91688.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/102_jpg.rf.096fcc71166c0a6d04b881f60dc91688.txt new file mode 100644 index 0000000..21777a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/102_jpg.rf.096fcc71166c0a6d04b881f60dc91688.txt @@ -0,0 +1 @@ +0 0.5710382513661202 0.5018181818181818 0.6994535519125683 0.6436363636363637 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1037da95d1ecde772ba1f63d51f2fcecbf8ffefc_jpg.rf.26bd98cbadefcbd0aec942bf7c37d2ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1037da95d1ecde772ba1f63d51f2fcecbf8ffefc_jpg.rf.26bd98cbadefcbd0aec942bf7c37d2ea.txt new file mode 100644 index 0000000..d65b6ba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1037da95d1ecde772ba1f63d51f2fcecbf8ffefc_jpg.rf.26bd98cbadefcbd0aec942bf7c37d2ea.txt @@ -0,0 +1 @@ +3 0.5042194092827004 0.5026385224274407 0.48945147679324896 0.7229551451187335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/103_jpg.rf.6eb85affdb8af728c7a4d45aabd5c628.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/103_jpg.rf.6eb85affdb8af728c7a4d45aabd5c628.txt new file mode 100644 index 0000000..96ddaaf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/103_jpg.rf.6eb85affdb8af728c7a4d45aabd5c628.txt @@ -0,0 +1,2 @@ +0 0.5901639344262295 0.5618181818181818 0.819672131147541 0.64 +5 0.6010928961748634 0.9036363636363637 0.5409836065573771 0.09090909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/104_jpg.rf.b7970c01f76f8ae214e293c8521d96e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/104_jpg.rf.b7970c01f76f8ae214e293c8521d96e1.txt new file mode 100644 index 0000000..9943c56 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/104_jpg.rf.b7970c01f76f8ae214e293c8521d96e1.txt @@ -0,0 +1 @@ +0 0.4825 0.6414342629482072 0.88 0.7171314741035857 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/105_jpg.rf.57b5668cf38b7bd955b17c6fc9377b2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/105_jpg.rf.57b5668cf38b7bd955b17c6fc9377b2e.txt new file mode 100644 index 0000000..342c9d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/105_jpg.rf.57b5668cf38b7bd955b17c6fc9377b2e.txt @@ -0,0 +1 @@ +0 0.49453551912568305 0.4527272727272727 0.7978142076502732 0.6909090909090909 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/106_jpg.rf.0ca23f9616f2ce0c0fa078b318a31ecd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/106_jpg.rf.0ca23f9616f2ce0c0fa078b318a31ecd.txt new file mode 100644 index 0000000..7e9d270 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/106_jpg.rf.0ca23f9616f2ce0c0fa078b318a31ecd.txt @@ -0,0 +1 @@ +0 0.5569948186528497 0.6398467432950191 0.8290155440414507 0.7203065134099617 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/107_jpg.rf.f156dcf828ec2efd4757da5b20adc5b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/107_jpg.rf.f156dcf828ec2efd4757da5b20adc5b4.txt new file mode 100644 index 0000000..9696fc2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/107_jpg.rf.f156dcf828ec2efd4757da5b20adc5b4.txt @@ -0,0 +1 @@ +0 0.5 0.4791666666666667 0.41 0.6845238095238095 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/108ee7fab3799ddd07798f798465f46025f76a6d_jpg.rf.c90a3c7987f3a191f4c240617b5f1f6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/108ee7fab3799ddd07798f798465f46025f76a6d_jpg.rf.c90a3c7987f3a191f4c240617b5f1f6d.txt new file mode 100644 index 0000000..d6a3ebc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/108ee7fab3799ddd07798f798465f46025f76a6d_jpg.rf.c90a3c7987f3a191f4c240617b5f1f6d.txt @@ -0,0 +1 @@ +1 0.399789029535865 0.580370942812983 0.3270042194092827 0.794435857805255 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/109697358e435e9413a5e97af73cc9c2b3221a43_jpg.rf.dd9823650188262feb1f38c190a9c938.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/109697358e435e9413a5e97af73cc9c2b3221a43_jpg.rf.dd9823650188262feb1f38c190a9c938.txt new file mode 100644 index 0000000..78ab4d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/109697358e435e9413a5e97af73cc9c2b3221a43_jpg.rf.dd9823650188262feb1f38c190a9c938.txt @@ -0,0 +1 @@ +3 0.48628691983122363 0.5118243243243243 0.4050632911392405 0.7719594594594594 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/10_jpg.rf.267bce8c91c96eda2d719fe2ca9d1ed1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/10_jpg.rf.267bce8c91c96eda2d719fe2ca9d1ed1.txt new file mode 100644 index 0000000..618d5a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/10_jpg.rf.267bce8c91c96eda2d719fe2ca9d1ed1.txt @@ -0,0 +1 @@ +7 0.6222222222222222 0.6555555555555556 0.7511111111111111 0.6888888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/10_jpg.rf.f41854d7e7ddeb75a0b4f3ce9bdf3dd7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/10_jpg.rf.f41854d7e7ddeb75a0b4f3ce9bdf3dd7.txt new file mode 100644 index 0000000..f56f017 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/10_jpg.rf.f41854d7e7ddeb75a0b4f3ce9bdf3dd7.txt @@ -0,0 +1 @@ +0 0.515 0.5731225296442688 0.585 0.6047430830039525 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/110_jpg.rf.ae4223a661cf8b3ea2f0de906eb4e672.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/110_jpg.rf.ae4223a661cf8b3ea2f0de906eb4e672.txt new file mode 100644 index 0000000..2e34af2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/110_jpg.rf.ae4223a661cf8b3ea2f0de906eb4e672.txt @@ -0,0 +1,2 @@ +0 0.5136612021857924 0.33090909090909093 0.46994535519125685 0.3709090909090909 +3 0.5027322404371585 0.7054545454545454 0.39344262295081966 0.4690909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/111_jpg.rf.5554122c15ae65fa33b3b56d3fd718ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/111_jpg.rf.5554122c15ae65fa33b3b56d3fd718ea.txt new file mode 100644 index 0000000..4b785b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/111_jpg.rf.5554122c15ae65fa33b3b56d3fd718ea.txt @@ -0,0 +1 @@ +0 0.5024875621890548 0.547808764940239 0.5870646766169154 0.5737051792828686 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/112_jpg.rf.123c46cc9b6f9f13e230e6f2a308bf97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/112_jpg.rf.123c46cc9b6f9f13e230e6f2a308bf97.txt new file mode 100644 index 0000000..3554bc0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/112_jpg.rf.123c46cc9b6f9f13e230e6f2a308bf97.txt @@ -0,0 +1 @@ +0 0.49453551912568305 0.5872727272727273 0.9836065573770492 0.8254545454545454 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/112a84eade67c6bccb794575afcec5d7d2df327d_jpg.rf.17361e960ffec0b2e485b4a74cfde2f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/112a84eade67c6bccb794575afcec5d7d2df327d_jpg.rf.17361e960ffec0b2e485b4a74cfde2f5.txt new file mode 100644 index 0000000..9d8f174 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/112a84eade67c6bccb794575afcec5d7d2df327d_jpg.rf.17361e960ffec0b2e485b4a74cfde2f5.txt @@ -0,0 +1 @@ +5 0.5511111111111111 0.17833333333333334 0.48444444444444446 0.3333333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/113_jpg.rf.0a57da21bd38d7b073368192d4d6bcc3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/113_jpg.rf.0a57da21bd38d7b073368192d4d6bcc3.txt new file mode 100644 index 0000000..13a2129 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/113_jpg.rf.0a57da21bd38d7b073368192d4d6bcc3.txt @@ -0,0 +1 @@ +0 0.565 0.6374501992031872 0.72 0.6772908366533864 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/114_jpg.rf.59c231d92e9434d832c9824f3a7ae872.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/114_jpg.rf.59c231d92e9434d832c9824f3a7ae872.txt new file mode 100644 index 0000000..14c667f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/114_jpg.rf.59c231d92e9434d832c9824f3a7ae872.txt @@ -0,0 +1 @@ +0 0.4777777777777778 0.5333333333333333 0.48444444444444446 0.5733333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1157ce46a9d5b369f2be2cf80350dad7a2bfa144_jpg.rf.af569312987f21ed6f11a6264fd003cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1157ce46a9d5b369f2be2cf80350dad7a2bfa144_jpg.rf.af569312987f21ed6f11a6264fd003cb.txt new file mode 100644 index 0000000..b98e5a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1157ce46a9d5b369f2be2cf80350dad7a2bfa144_jpg.rf.af569312987f21ed6f11a6264fd003cb.txt @@ -0,0 +1 @@ +1 0.4873417721518987 0.4267810026385224 0.3206751054852321 0.3258575197889182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/115_jpg.rf.afd32f2d4b25da59e89169eddef64516.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/115_jpg.rf.afd32f2d4b25da59e89169eddef64516.txt new file mode 100644 index 0000000..bc66437 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/115_jpg.rf.afd32f2d4b25da59e89169eddef64516.txt @@ -0,0 +1 @@ +0 0.5072463768115942 0.6851851851851852 0.8695652173913043 0.6296296296296297 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/116_jpg.rf.498c956d48e2f157b48694955c481d1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/116_jpg.rf.498c956d48e2f157b48694955c481d1f.txt new file mode 100644 index 0000000..aee1ed9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/116_jpg.rf.498c956d48e2f157b48694955c481d1f.txt @@ -0,0 +1 @@ +0 0.5025773195876289 0.5192307692307693 0.7061855670103093 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/11720919d46ce4c73f34fdb35638cd34a407e14d_jpg.rf.734d0482b98ca444250907922f16694c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/11720919d46ce4c73f34fdb35638cd34a407e14d_jpg.rf.734d0482b98ca444250907922f16694c.txt new file mode 100644 index 0000000..90cbe4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/11720919d46ce4c73f34fdb35638cd34a407e14d_jpg.rf.734d0482b98ca444250907922f16694c.txt @@ -0,0 +1 @@ +3 0.5042194092827004 0.40031645569620256 0.39662447257383965 0.7515822784810127 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/117_jpg.rf.30f5ee0ffdb5b97c422d03c28aa6df79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/117_jpg.rf.30f5ee0ffdb5b97c422d03c28aa6df79.txt new file mode 100644 index 0000000..1bdcc1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/117_jpg.rf.30f5ee0ffdb5b97c422d03c28aa6df79.txt @@ -0,0 +1 @@ +0 0.551219512195122 0.5408163265306123 0.6536585365853659 0.6122448979591837 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/118_jpg.rf.9c4295c43dab848b7bdc632ce0eee418.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/118_jpg.rf.9c4295c43dab848b7bdc632ce0eee418.txt new file mode 100644 index 0000000..0f28527 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/118_jpg.rf.9c4295c43dab848b7bdc632ce0eee418.txt @@ -0,0 +1,2 @@ +0 0.4022140221402214 0.41397849462365593 0.43911439114391143 0.7096774193548387 +0 0.6623616236162362 0.6559139784946236 0.33210332103321033 0.6075268817204301 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/11_jpg.rf.0a4e8727e5b7252328a88d1b2530377a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/11_jpg.rf.0a4e8727e5b7252328a88d1b2530377a.txt new file mode 100644 index 0000000..eeb2529 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/11_jpg.rf.0a4e8727e5b7252328a88d1b2530377a.txt @@ -0,0 +1 @@ +7 0.5472636815920398 0.4860557768924303 0.4626865671641791 0.5258964143426295 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/11_jpg.rf.31d9fdf3a45d44fa9964a41d0e6d0461.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/11_jpg.rf.31d9fdf3a45d44fa9964a41d0e6d0461.txt new file mode 100644 index 0000000..7986677 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/11_jpg.rf.31d9fdf3a45d44fa9964a41d0e6d0461.txt @@ -0,0 +1,3 @@ +0 0.22629969418960244 0.6915584415584416 0.27522935779816515 0.6168831168831169 +0 0.4969418960244648 0.6785714285714286 0.2324159021406728 0.6103896103896104 +0 0.7767584097859327 0.6883116883116883 0.27522935779816515 0.6233766233766234 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/11d5fd4203b08f26dac2e7fa2294c6f01babee15_jpg.rf.34d0e604600e226c81f5065c20eb3302.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/11d5fd4203b08f26dac2e7fa2294c6f01babee15_jpg.rf.34d0e604600e226c81f5065c20eb3302.txt new file mode 100644 index 0000000..1d85100 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/11d5fd4203b08f26dac2e7fa2294c6f01babee15_jpg.rf.34d0e604600e226c81f5065c20eb3302.txt @@ -0,0 +1 @@ +1 0.5010548523206751 0.6085578446909667 0.7046413502109705 0.7496038034865293 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/120_jpg.rf.56792f9cc9daf0b6f02cbe5ab6781370.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/120_jpg.rf.56792f9cc9daf0b6f02cbe5ab6781370.txt new file mode 100644 index 0000000..035861d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/120_jpg.rf.56792f9cc9daf0b6f02cbe5ab6781370.txt @@ -0,0 +1,3 @@ +0 0.16774193548387098 0.40797546012269936 0.33548387096774196 0.8159509202453987 +0 0.5048387096774194 0.34049079754601225 0.33225806451612905 0.6809815950920245 +0 0.8338709677419355 0.3343558282208589 0.33225806451612905 0.656441717791411 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/121_jpg.rf.759a8de1c0550bc9004abb7a54278fb0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/121_jpg.rf.759a8de1c0550bc9004abb7a54278fb0.txt new file mode 100644 index 0000000..2afe976 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/121_jpg.rf.759a8de1c0550bc9004abb7a54278fb0.txt @@ -0,0 +1 @@ +0 0.49777777777777776 0.4688888888888889 0.7022222222222222 0.8222222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/121c63fea9574fe7ee9480d253473b48bf87851e_jpg.rf.39f655316f455ceb6806bd9130e1f542.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/121c63fea9574fe7ee9480d253473b48bf87851e_jpg.rf.39f655316f455ceb6806bd9130e1f542.txt new file mode 100644 index 0000000..e513d70 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/121c63fea9574fe7ee9480d253473b48bf87851e_jpg.rf.39f655316f455ceb6806bd9130e1f542.txt @@ -0,0 +1 @@ +1 0.5369198312236287 0.4022503516174402 0.3438818565400844 0.35864978902953587 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/122_jpg.rf.058f4efc89edcd3afe23d104ac50be95.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/122_jpg.rf.058f4efc89edcd3afe23d104ac50be95.txt new file mode 100644 index 0000000..6710c18 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/122_jpg.rf.058f4efc89edcd3afe23d104ac50be95.txt @@ -0,0 +1 @@ +0 0.4955555555555556 0.5622222222222222 0.4666666666666667 0.6 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/123_jpg.rf.52601a8f799e45a110fb3ba8293f3745.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/123_jpg.rf.52601a8f799e45a110fb3ba8293f3745.txt new file mode 100644 index 0000000..eb0183c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/123_jpg.rf.52601a8f799e45a110fb3ba8293f3745.txt @@ -0,0 +1 @@ +0 0.509765625 0.642578125 0.46875 0.63671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/123_jpg.rf.f09d3af90d977264acc264a816112b3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/123_jpg.rf.f09d3af90d977264acc264a816112b3e.txt new file mode 100644 index 0000000..f4d5bab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/123_jpg.rf.f09d3af90d977264acc264a816112b3e.txt @@ -0,0 +1 @@ +0 0.46134020618556704 0.5714285714285714 0.7783505154639175 0.7335907335907336 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/124_jpg.rf.e586c73cae0cd5422114c3033f6e8315.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/124_jpg.rf.e586c73cae0cd5422114c3033f6e8315.txt new file mode 100644 index 0000000..73e322e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/124_jpg.rf.e586c73cae0cd5422114c3033f6e8315.txt @@ -0,0 +1 @@ +0 0.4780564263322884 0.6265822784810127 0.4482758620689655 0.7468354430379747 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/125_jpg.rf.7e7a8a03c67941ce509d1510ba7eb91f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/125_jpg.rf.7e7a8a03c67941ce509d1510ba7eb91f.txt new file mode 100644 index 0000000..5ab07f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/125_jpg.rf.7e7a8a03c67941ce509d1510ba7eb91f.txt @@ -0,0 +1 @@ +0 0.5023474178403756 0.6518987341772152 0.6995305164319249 0.6962025316455697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/126_jpg.rf.0f68be47cdc14037f6774b5d810fc855.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/126_jpg.rf.0f68be47cdc14037f6774b5d810fc855.txt new file mode 100644 index 0000000..7481be9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/126_jpg.rf.0f68be47cdc14037f6774b5d810fc855.txt @@ -0,0 +1 @@ +0 0.49333333333333335 0.5711111111111111 0.5111111111111111 0.6711111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/126aacb8318014ddfaec34f7453f25f552c781f9_jpg.rf.2f124ba406a839a59cb03fc98ceb9bd1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/126aacb8318014ddfaec34f7453f25f552c781f9_jpg.rf.2f124ba406a839a59cb03fc98ceb9bd1.txt new file mode 100644 index 0000000..345a6ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/126aacb8318014ddfaec34f7453f25f552c781f9_jpg.rf.2f124ba406a839a59cb03fc98ceb9bd1.txt @@ -0,0 +1 @@ +3 0.46624472573839665 0.4282700421940928 0.4578059071729958 0.8171589310829818 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/127_jpg.rf.804df3713e90175da2cf572514b8ea79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/127_jpg.rf.804df3713e90175da2cf572514b8ea79.txt new file mode 100644 index 0000000..bdb5d88 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/127_jpg.rf.804df3713e90175da2cf572514b8ea79.txt @@ -0,0 +1 @@ +0 0.49743589743589745 0.5328185328185329 0.676923076923077 0.5675675675675675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1280320189876ce2d5a8d550137f69136f72ed46_jpg.rf.1c10f7aaaeee3e8c1a3ce1416dcc9de5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1280320189876ce2d5a8d550137f69136f72ed46_jpg.rf.1c10f7aaaeee3e8c1a3ce1416dcc9de5.txt new file mode 100644 index 0000000..32a3c80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1280320189876ce2d5a8d550137f69136f72ed46_jpg.rf.1c10f7aaaeee3e8c1a3ce1416dcc9de5.txt @@ -0,0 +1,3 @@ +1 0.47362869198312235 0.40226628895184136 0.21518987341772153 0.41359773371104813 +1 0.12869198312236288 0.42492917847025496 0.14135021097046413 0.37393767705382436 +1 0.8016877637130801 0.415014164305949 0.1518987341772152 0.34277620396600567 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/128_jpg.rf.f985bc8cea9a7c19097531d8c8c96fb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/128_jpg.rf.f985bc8cea9a7c19097531d8c8c96fb2.txt new file mode 100644 index 0000000..c79c817 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/128_jpg.rf.f985bc8cea9a7c19097531d8c8c96fb2.txt @@ -0,0 +1 @@ +0 0.5180412371134021 0.5347490347490348 0.6597938144329897 0.6177606177606177 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/128cadbc27002b5e6524628c69bc6b4b90ab84d8_jpg.rf.b57ce3d181ecc409b1239d7ba68c2c41.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/128cadbc27002b5e6524628c69bc6b4b90ab84d8_jpg.rf.b57ce3d181ecc409b1239d7ba68c2c41.txt new file mode 100644 index 0000000..ea1c1b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/128cadbc27002b5e6524628c69bc6b4b90ab84d8_jpg.rf.b57ce3d181ecc409b1239d7ba68c2c41.txt @@ -0,0 +1 @@ +1 0.47257383966244726 0.5342205323193916 0.47890295358649787 0.6286438529784537 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/12_jpg.rf.661ae7f57a2514fabb688e6710f5ec1c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/12_jpg.rf.661ae7f57a2514fabb688e6710f5ec1c.txt new file mode 100644 index 0000000..2bcf494 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/12_jpg.rf.661ae7f57a2514fabb688e6710f5ec1c.txt @@ -0,0 +1 @@ +0 0.5 0.6555944055944056 1 0.6888111888111889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/12_jpg.rf.c61aeb82cad17ffaccfe85ac8c38c981.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/12_jpg.rf.c61aeb82cad17ffaccfe85ac8c38c981.txt new file mode 100644 index 0000000..62b71fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/12_jpg.rf.c61aeb82cad17ffaccfe85ac8c38c981.txt @@ -0,0 +1,4 @@ +7 0.17088607594936708 0.38207547169811323 0.34177215189873417 0.37264150943396224 +7 0.7468354430379747 0.3490566037735849 0.33755274261603374 0.3632075471698113 +3 0.15822784810126583 0.7028301886792453 0.14345991561181434 0.3915094339622642 +3 0.7383966244725738 0.6933962264150944 0.1729957805907173 0.38207547169811323 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/12b54a1a21cdd2c7efc5497bfd65420428948557_jpg.rf.f122b1867d48dd614abd251243d10ad9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/12b54a1a21cdd2c7efc5497bfd65420428948557_jpg.rf.f122b1867d48dd614abd251243d10ad9.txt new file mode 100644 index 0000000..7a25b59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/12b54a1a21cdd2c7efc5497bfd65420428948557_jpg.rf.f122b1867d48dd614abd251243d10ad9.txt @@ -0,0 +1 @@ +3 0.4957805907172996 0.4757383966244726 0.339662447257384 0.7827004219409283 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/130_jpg.rf.83a8b5296f77fbd0912166cbd919a7d6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/130_jpg.rf.83a8b5296f77fbd0912166cbd919a7d6.txt new file mode 100644 index 0000000..1b15781 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/130_jpg.rf.83a8b5296f77fbd0912166cbd919a7d6.txt @@ -0,0 +1 @@ +0 0.6527272727272727 0.5382513661202186 0.3927272727272727 0.5081967213114754 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/131_jpg.rf.e6eac5e443d2501f23de65b08ba61056.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/131_jpg.rf.e6eac5e443d2501f23de65b08ba61056.txt new file mode 100644 index 0000000..14d64e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/131_jpg.rf.e6eac5e443d2501f23de65b08ba61056.txt @@ -0,0 +1 @@ +0 0.4890710382513661 0.5709090909090909 0.6338797814207651 0.5745454545454546 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/132_jpg.rf.91ad53869944daf24627b40c1d663ea7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/132_jpg.rf.91ad53869944daf24627b40c1d663ea7.txt new file mode 100644 index 0000000..5389eb8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/132_jpg.rf.91ad53869944daf24627b40c1d663ea7.txt @@ -0,0 +1 @@ +0 0.5 0.5888888888888889 1 0.8222222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/132cdb165756106e5ac7f0ef3d90667f573a491b_jpg.rf.4c6a7727d5de28d6ffbe897dd5f3fff6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/132cdb165756106e5ac7f0ef3d90667f573a491b_jpg.rf.4c6a7727d5de28d6ffbe897dd5f3fff6.txt new file mode 100644 index 0000000..2ffa3f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/132cdb165756106e5ac7f0ef3d90667f573a491b_jpg.rf.4c6a7727d5de28d6ffbe897dd5f3fff6.txt @@ -0,0 +1 @@ +3 0.49683544303797467 0.5042194092827004 0.3037974683544304 0.9831223628691983 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/133_jpg.rf.01c8690e97e40c17d18e9db3d90804c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/133_jpg.rf.01c8690e97e40c17d18e9db3d90804c9.txt new file mode 100644 index 0000000..6fe989d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/133_jpg.rf.01c8690e97e40c17d18e9db3d90804c9.txt @@ -0,0 +1,2 @@ +0 0.2885572139303483 0.599601593625498 0.5621890547263682 0.6613545816733067 +0 0.7562189054726368 0.6055776892430279 0.48756218905472637 0.6892430278884463 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/134_jpg.rf.e79697d06f562fd6cadc560825e24414.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/134_jpg.rf.e79697d06f562fd6cadc560825e24414.txt new file mode 100644 index 0000000..fe2545a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/134_jpg.rf.e79697d06f562fd6cadc560825e24414.txt @@ -0,0 +1 @@ +0 0.4822222222222222 0.6111111111111112 0.48 0.6888888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/135_jpg.rf.1a87d2d6d9c45c8d8e2d6d02662a4248.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/135_jpg.rf.1a87d2d6d9c45c8d8e2d6d02662a4248.txt new file mode 100644 index 0000000..c576075 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/135_jpg.rf.1a87d2d6d9c45c8d8e2d6d02662a4248.txt @@ -0,0 +1 @@ +0 0.5207253886010362 0.5229885057471264 0.7409326424870466 0.6551724137931034 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1369f6c8fcf9ea05e3b5733929197ca233fc5296_jpg.rf.785a69e8151bee1a5f345abcfb98cfc0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1369f6c8fcf9ea05e3b5733929197ca233fc5296_jpg.rf.785a69e8151bee1a5f345abcfb98cfc0.txt new file mode 100644 index 0000000..2f9a81e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1369f6c8fcf9ea05e3b5733929197ca233fc5296_jpg.rf.785a69e8151bee1a5f345abcfb98cfc0.txt @@ -0,0 +1 @@ +1 0.42510548523206754 0.4635093167701863 0.2616033755274262 0.4611801242236025 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1387c6616dd053506ad849e72eef60d600cc5047_jpg.rf.91d0ca1603457d41a0a0987beb8376b3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1387c6616dd053506ad849e72eef60d600cc5047_jpg.rf.91d0ca1603457d41a0a0987beb8376b3.txt new file mode 100644 index 0000000..3e45672 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1387c6616dd053506ad849e72eef60d600cc5047_jpg.rf.91d0ca1603457d41a0a0987beb8376b3.txt @@ -0,0 +1 @@ +1 0.5116033755274262 0.4833860759493671 0.41139240506329117 0.8259493670886076 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/139_jpg.rf.a543c614d42addb0aa0bc37f7d812225.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/139_jpg.rf.a543c614d42addb0aa0bc37f7d812225.txt new file mode 100644 index 0000000..087eef3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/139_jpg.rf.a543c614d42addb0aa0bc37f7d812225.txt @@ -0,0 +1 @@ +0 0.5343137254901961 0.41700404858299595 0.8480392156862745 0.8097165991902834 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/13_jpg.rf.336cea3cb3083a574a443bedae361d7a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/13_jpg.rf.336cea3cb3083a574a443bedae361d7a.txt new file mode 100644 index 0000000..5017c9c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/13_jpg.rf.336cea3cb3083a574a443bedae361d7a.txt @@ -0,0 +1 @@ +7 0.4656084656084656 0.6240601503759399 0.8148148148148148 0.6954887218045113 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/13_jpg.rf.975df1183bb71bea204a6e8fc7eb1cfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/13_jpg.rf.975df1183bb71bea204a6e8fc7eb1cfc.txt new file mode 100644 index 0000000..7daf7b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/13_jpg.rf.975df1183bb71bea204a6e8fc7eb1cfc.txt @@ -0,0 +1 @@ +0 0.5 0.532520325203252 0.8439024390243902 0.8373983739837398 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/13a6715185bee70799c67cfbde53fc03_jpg.rf.9fe4f055d7a7fb76d0ec89b498d6beee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/13a6715185bee70799c67cfbde53fc03_jpg.rf.9fe4f055d7a7fb76d0ec89b498d6beee.txt new file mode 100644 index 0000000..8b7ca38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/13a6715185bee70799c67cfbde53fc03_jpg.rf.9fe4f055d7a7fb76d0ec89b498d6beee.txt @@ -0,0 +1 @@ +1 0.4982125 0.52475 0.4414125 0.8445125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/13aefa2b0c952219d78eb01bf4c698ba7639ae63_jpg.rf.a205f8dd649b44fae61ad798019d6524.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/13aefa2b0c952219d78eb01bf4c698ba7639ae63_jpg.rf.a205f8dd649b44fae61ad798019d6524.txt new file mode 100644 index 0000000..8982aa9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/13aefa2b0c952219d78eb01bf4c698ba7639ae63_jpg.rf.a205f8dd649b44fae61ad798019d6524.txt @@ -0,0 +1 @@ +1 0.5506329113924051 0.37584459459459457 0.379746835443038 0.46959459459459457 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/140_jpg.rf.a14b15a265cc736dec65ae67bbc85dbd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/140_jpg.rf.a14b15a265cc736dec65ae67bbc85dbd.txt new file mode 100644 index 0000000..727f79a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/140_jpg.rf.a14b15a265cc736dec65ae67bbc85dbd.txt @@ -0,0 +1 @@ +0 0.5696517412935324 0.603585657370518 0.6517412935323383 0.6733067729083665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/141_jpg.rf.d015fedc58bb77859826f8d1c7326a46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/141_jpg.rf.d015fedc58bb77859826f8d1c7326a46.txt new file mode 100644 index 0000000..d1b7138 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/141_jpg.rf.d015fedc58bb77859826f8d1c7326a46.txt @@ -0,0 +1 @@ +0 0.4911111111111111 0.56 0.5155555555555555 0.6577777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1423c6b00d2736ffda95eb8ab1ac80971d94c94c_jpg.rf.67d3eae7ed70efb689067ce45af5755b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1423c6b00d2736ffda95eb8ab1ac80971d94c94c_jpg.rf.67d3eae7ed70efb689067ce45af5755b.txt new file mode 100644 index 0000000..ff8d1db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1423c6b00d2736ffda95eb8ab1ac80971d94c94c_jpg.rf.67d3eae7ed70efb689067ce45af5755b.txt @@ -0,0 +1,2 @@ +4 0.5632911392405063 0.3009845288326301 0.49156118143459915 0.3924050632911392 +3 0.5411392405063291 0.6392405063291139 0.30168776371308015 0.4838255977496484 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/142_jpg.rf.8be4acb7f53b6437ff924889e548e24f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/142_jpg.rf.8be4acb7f53b6437ff924889e548e24f.txt new file mode 100644 index 0000000..b074edc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/142_jpg.rf.8be4acb7f53b6437ff924889e548e24f.txt @@ -0,0 +1 @@ +0 0.5027322404371585 0.4818181818181818 0.9726775956284153 0.7272727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/143_jpg.rf.f0c33d617744366caf4fdfe982d0bc1c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/143_jpg.rf.f0c33d617744366caf4fdfe982d0bc1c.txt new file mode 100644 index 0000000..8ac6254 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/143_jpg.rf.f0c33d617744366caf4fdfe982d0bc1c.txt @@ -0,0 +1 @@ +0 0.5088888888888888 0.5933333333333334 0.5466666666666666 0.47555555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/144_jpg.rf.e6d8384dcd28c081200982327e5fe6ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/144_jpg.rf.e6d8384dcd28c081200982327e5fe6ce.txt new file mode 100644 index 0000000..6e7364f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/144_jpg.rf.e6d8384dcd28c081200982327e5fe6ce.txt @@ -0,0 +1 @@ +0 0.5327272727272727 0.5628415300546448 0.7236363636363636 0.8743169398907104 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/145_jpg.rf.03dbb56c3fa401b9d7b4e715d2b88dcf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/145_jpg.rf.03dbb56c3fa401b9d7b4e715d2b88dcf.txt new file mode 100644 index 0000000..3830c70 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/145_jpg.rf.03dbb56c3fa401b9d7b4e715d2b88dcf.txt @@ -0,0 +1,2 @@ +0 0.4911111111111111 0.5266666666666666 0.48444444444444446 0.6 +5 0.5133333333333333 0.8644444444444445 0.3511111111111111 0.23555555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/146_jpg.rf.0fbef61c55a61692deecc329e69a0fd0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/146_jpg.rf.0fbef61c55a61692deecc329e69a0fd0.txt new file mode 100644 index 0000000..5e2d0e9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/146_jpg.rf.0fbef61c55a61692deecc329e69a0fd0.txt @@ -0,0 +1 @@ +0 0.5022222222222222 0.52 0.48 0.5422222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/147_jpg.rf.ca03501512114cf245b2783a9a126d23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/147_jpg.rf.ca03501512114cf245b2783a9a126d23.txt new file mode 100644 index 0000000..7c23b58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/147_jpg.rf.ca03501512114cf245b2783a9a126d23.txt @@ -0,0 +1 @@ +0 0.5675 0.6115537848605578 0.735 0.7450199203187251 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/14823b89e3426a1668b29b92851401dedd7aa7ec_jpg.rf.a48a2be79fffb4e257e7c3cc8cbf6009.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/14823b89e3426a1668b29b92851401dedd7aa7ec_jpg.rf.a48a2be79fffb4e257e7c3cc8cbf6009.txt new file mode 100644 index 0000000..b9acfe5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/14823b89e3426a1668b29b92851401dedd7aa7ec_jpg.rf.a48a2be79fffb4e257e7c3cc8cbf6009.txt @@ -0,0 +1 @@ +3 0.5042194092827004 0.46783216783216786 0.4810126582278481 0.8475524475524475 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/148_jpg.rf.b2f768c0dead194730b6096c2ba1f0b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/148_jpg.rf.b2f768c0dead194730b6096c2ba1f0b4.txt new file mode 100644 index 0000000..8b01e8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/148_jpg.rf.b2f768c0dead194730b6096c2ba1f0b4.txt @@ -0,0 +1,2 @@ +0 0.34153005464480873 0.6563636363636364 0.6830601092896175 0.6545454545454545 +0 0.8169398907103825 0.7018181818181818 0.366120218579235 0.5527272727272727 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/149_jpg.rf.199a06678f8ee40b02783650efe5f0a8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/149_jpg.rf.199a06678f8ee40b02783650efe5f0a8.txt new file mode 100644 index 0000000..9640b29 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/149_jpg.rf.199a06678f8ee40b02783650efe5f0a8.txt @@ -0,0 +1 @@ +0 0.48936170212765956 0.6343283582089553 0.8297872340425532 0.7052238805970149 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/14_jpg.rf.3b8c8c810aadea47332450ae79b01393.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/14_jpg.rf.3b8c8c810aadea47332450ae79b01393.txt new file mode 100644 index 0000000..73ad665 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/14_jpg.rf.3b8c8c810aadea47332450ae79b01393.txt @@ -0,0 +1 @@ +0 0.49473684210526314 0.5939849624060151 0.6789473684210526 0.6691729323308271 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/14_jpg.rf.cc1984ef3d524b59853fd1c18f8225af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/14_jpg.rf.cc1984ef3d524b59853fd1c18f8225af.txt new file mode 100644 index 0000000..dd9a5a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/14_jpg.rf.cc1984ef3d524b59853fd1c18f8225af.txt @@ -0,0 +1,2 @@ +7 0.4828571428571429 0.34256055363321797 0.46285714285714286 0.3494809688581315 +3 0.4942857142857143 0.7006920415224913 0.30857142857142855 0.41522491349480967 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/14e77b688e3b491167f2c18544779f485d374747_jpg.rf.e5ee645bff21e75c17a3257d7f25ac79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/14e77b688e3b491167f2c18544779f485d374747_jpg.rf.e5ee645bff21e75c17a3257d7f25ac79.txt new file mode 100644 index 0000000..586b412 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/14e77b688e3b491167f2c18544779f485d374747_jpg.rf.e5ee645bff21e75c17a3257d7f25ac79.txt @@ -0,0 +1 @@ +1 0.41350210970464135 0.4745269286754003 0.35232067510548526 0.6259097525473072 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/150_jpg.rf.c78177affa92e10f85b653d563783d84.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/150_jpg.rf.c78177affa92e10f85b653d563783d84.txt new file mode 100644 index 0000000..6617b84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/150_jpg.rf.c78177affa92e10f85b653d563783d84.txt @@ -0,0 +1 @@ +0 0.654639175257732 0.6428571428571429 0.6907216494845361 0.7142857142857143 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/151_jpg.rf.26f5b54b8d1f9026979dc6ae439a314f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/151_jpg.rf.26f5b54b8d1f9026979dc6ae439a314f.txt new file mode 100644 index 0000000..dffe1ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/151_jpg.rf.26f5b54b8d1f9026979dc6ae439a314f.txt @@ -0,0 +1 @@ +0 0.4975124378109453 0.5976095617529881 0.6318407960199005 0.6573705179282868 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/152_jpg.rf.ba09814a8df01949172cd366593dda55.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/152_jpg.rf.ba09814a8df01949172cd366593dda55.txt new file mode 100644 index 0000000..7895452 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/152_jpg.rf.ba09814a8df01949172cd366593dda55.txt @@ -0,0 +1 @@ +0 0.5491803278688525 0.5545454545454546 0.7595628415300546 0.6072727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/153_jpg.rf.cac4bf1627e04720ad7f59d24eb4bf38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/153_jpg.rf.cac4bf1627e04720ad7f59d24eb4bf38.txt new file mode 100644 index 0000000..fa02268 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/153_jpg.rf.cac4bf1627e04720ad7f59d24eb4bf38.txt @@ -0,0 +1 @@ +0 0.5177777777777778 0.6066666666666667 0.6222222222222222 0.5955555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/154_jpg.rf.0e6b1c85a34b834d0e14a7e04a5c37fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/154_jpg.rf.0e6b1c85a34b834d0e14a7e04a5c37fe.txt new file mode 100644 index 0000000..da725ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/154_jpg.rf.0e6b1c85a34b834d0e14a7e04a5c37fe.txt @@ -0,0 +1 @@ +0 0.48 0.5688888888888889 0.5733333333333334 0.7288888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1555b50f8dce6e2bd33a22c95dbdd5a0733d569b_jpg.rf.633b2f7c91e50bb8e17e42b18d796a30.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1555b50f8dce6e2bd33a22c95dbdd5a0733d569b_jpg.rf.633b2f7c91e50bb8e17e42b18d796a30.txt new file mode 100644 index 0000000..c3ffafa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1555b50f8dce6e2bd33a22c95dbdd5a0733d569b_jpg.rf.633b2f7c91e50bb8e17e42b18d796a30.txt @@ -0,0 +1,2 @@ +0 0.5169014084507042 0.26407766990291265 0.23380281690140844 0.24271844660194175 +3 0.49295774647887325 0.5980582524271845 0.43661971830985913 0.5242718446601942 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/155_jpg.rf.1bdf0de93bf116309c757c316a743def.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/155_jpg.rf.1bdf0de93bf116309c757c316a743def.txt new file mode 100644 index 0000000..25d4fc7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/155_jpg.rf.1bdf0de93bf116309c757c316a743def.txt @@ -0,0 +1 @@ +0 0.5191256830601093 0.6218181818181818 0.8852459016393442 0.5381818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/156-1-_jpg.rf.b603c210381e0bc60414a4b5bd17b818.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/156-1-_jpg.rf.b603c210381e0bc60414a4b5bd17b818.txt new file mode 100644 index 0000000..c24bd51 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/156-1-_jpg.rf.b603c210381e0bc60414a4b5bd17b818.txt @@ -0,0 +1 @@ +0 0.5307692307692308 0.5231660231660231 0.6717948717948717 0.42084942084942084 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/15712e9b2c7ee403a9409ef48321f827cf3f8229_jpg.rf.2112fe883aa65d953d38f2301ba44d7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/15712e9b2c7ee403a9409ef48321f827cf3f8229_jpg.rf.2112fe883aa65d953d38f2301ba44d7f.txt new file mode 100644 index 0000000..45407f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/15712e9b2c7ee403a9409ef48321f827cf3f8229_jpg.rf.2112fe883aa65d953d38f2301ba44d7f.txt @@ -0,0 +1 @@ +3 0.5137130801687764 0.4607438016528926 0.5675105485232067 0.8154269972451791 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652178_tvec3ldgo18_jpg.rf.d620f50b7ab1a0516d1dc4c8edd3d8c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652178_tvec3ldgo18_jpg.rf.d620f50b7ab1a0516d1dc4c8edd3d8c6.txt new file mode 100644 index 0000000..c5393b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652178_tvec3ldgo18_jpg.rf.d620f50b7ab1a0516d1dc4c8edd3d8c6.txt @@ -0,0 +1 @@ +0 0.5069479166666667 0.49879166666666663 0.7213958333333333 0.6842604166666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652180_ffh8tj2x7id_jpg.rf.735be46a505d0e0eb9df208bb000a286.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652180_ffh8tj2x7id_jpg.rf.735be46a505d0e0eb9df208bb000a286.txt new file mode 100644 index 0000000..ab748e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652180_ffh8tj2x7id_jpg.rf.735be46a505d0e0eb9df208bb000a286.txt @@ -0,0 +1 @@ +0 0.49734375000000003 0.5176770833333334 0.8182916666666666 0.7673020833333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652182_qou0nzpzgp_jpg.rf.9ddaf7e815ef7b890a06bc4a3616f495.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652182_qou0nzpzgp_jpg.rf.9ddaf7e815ef7b890a06bc4a3616f495.txt new file mode 100644 index 0000000..28fcd45 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652182_qou0nzpzgp_jpg.rf.9ddaf7e815ef7b890a06bc4a3616f495.txt @@ -0,0 +1,2 @@ +0 0.263625 0.5176770833333334 0.4633645833333333 0.7173020833333335 +0 0.7159166666666666 0.5716770833333332 0.47836458333333337 0.7815624999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652183_ea2f5kdzdh7_jpg.rf.7d8b5f57cf44fd7b37f30507e54c0915.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652183_ea2f5kdzdh7_jpg.rf.7d8b5f57cf44fd7b37f30507e54c0915.txt new file mode 100644 index 0000000..a492aed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652183_ea2f5kdzdh7_jpg.rf.7d8b5f57cf44fd7b37f30507e54c0915.txt @@ -0,0 +1,2 @@ +0 0.697 0.530875 0.4801041666666666 0.7436979166666667 +0 0.3046041666666667 0.5065624999999999 0.4453125 0.7450729166666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652184_9eav1i7ldc8_jpg.rf.17aec3b1b2d1d6d99de965da6a3686eb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652184_9eav1i7ldc8_jpg.rf.17aec3b1b2d1d6d99de965da6a3686eb.txt new file mode 100644 index 0000000..c396184 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652184_9eav1i7ldc8_jpg.rf.17aec3b1b2d1d6d99de965da6a3686eb.txt @@ -0,0 +1 @@ +0 0.4600833333333333 0.5401770833333334 0.6484895833333333 0.8336770833333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652185_odfgfjh8fq_jpg.rf.ab55fb55d38c6a70dcb46f73de0fe6ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652185_odfgfjh8fq_jpg.rf.ab55fb55d38c6a70dcb46f73de0fe6ba.txt new file mode 100644 index 0000000..707cddf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1577080652185_odfgfjh8fq_jpg.rf.ab55fb55d38c6a70dcb46f73de0fe6ba.txt @@ -0,0 +1 @@ +0 0.5613229166666667 0.5414166666666667 0.6593125000000001 0.71115625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1579963704676_ahqgnijrpht_jpg.rf.11cc4ddf8be472ed5eec736efed0dd79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1579963704676_ahqgnijrpht_jpg.rf.11cc4ddf8be472ed5eec736efed0dd79.txt new file mode 100644 index 0000000..c45d7ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1579963704676_ahqgnijrpht_jpg.rf.11cc4ddf8be472ed5eec736efed0dd79.txt @@ -0,0 +1,2 @@ +0 0.2566833333333333 0.5532666666666667 0.49948333333333345 0.6405583333333332 +0 0.7041166666666667 0.5899083333333334 0.521425 0.6867583333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/157_jpg.rf.473a29a362a47d68a588dc649f76c4c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/157_jpg.rf.473a29a362a47d68a588dc649f76c4c0.txt new file mode 100644 index 0000000..93313d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/157_jpg.rf.473a29a362a47d68a588dc649f76c4c0.txt @@ -0,0 +1 @@ +0 0.46174863387978143 0.5454545454545454 0.8469945355191257 0.64 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1583166706655_puke206gdi_jpg.rf.9783f7bcb37d0985f9274c7a8a2c6872.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1583166706655_puke206gdi_jpg.rf.9783f7bcb37d0985f9274c7a8a2c6872.txt new file mode 100644 index 0000000..fb1c27b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1583166706655_puke206gdi_jpg.rf.9783f7bcb37d0985f9274c7a8a2c6872.txt @@ -0,0 +1 @@ +4 0.49056640625000003 0.494580078125 0.83720703125 0.775029296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1583984722924_13ubgbrs6xd_jpg.rf.eb13cb80505303a758424687740371a4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1583984722924_13ubgbrs6xd_jpg.rf.eb13cb80505303a758424687740371a4.txt new file mode 100644 index 0000000..b182683 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1583984722924_13ubgbrs6xd_jpg.rf.eb13cb80505303a758424687740371a4.txt @@ -0,0 +1 @@ +0 0.498 0.5418416666666667 0.546 0.787 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1584170238467_50f5v6gilbr_jpg.rf.175e411ddbc16c0aa6f3a297d5c39f81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1584170238467_50f5v6gilbr_jpg.rf.175e411ddbc16c0aa6f3a297d5c39f81.txt new file mode 100644 index 0000000..b0b8386 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1584170238467_50f5v6gilbr_jpg.rf.175e411ddbc16c0aa6f3a297d5c39f81.txt @@ -0,0 +1 @@ +0 0.4994166666666666 0.5581416666666666 0.7141166666666667 0.8669833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1584512642566_f7nu58nt214_png_jpg.rf.ad625d244563ffb5d0f5f3eda11a536a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1584512642566_f7nu58nt214_png_jpg.rf.ad625d244563ffb5d0f5f3eda11a536a.txt new file mode 100644 index 0000000..e221f5e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1584512642566_f7nu58nt214_png_jpg.rf.ad625d244563ffb5d0f5f3eda11a536a.txt @@ -0,0 +1 @@ +0 0.4733611111111111 0.5483333333333333 0.6531666666666668 0.7701851851851852 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1584591505072_0ebgdz9xtu3e_jpg.rf.aae7ffeb360c940ae57262c9ed8b2584.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1584591505072_0ebgdz9xtu3e_jpg.rf.aae7ffeb360c940ae57262c9ed8b2584.txt new file mode 100644 index 0000000..ddc76ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1584591505072_0ebgdz9xtu3e_jpg.rf.aae7ffeb360c940ae57262c9ed8b2584.txt @@ -0,0 +1 @@ +0 0.3600916666666667 0.5601499999999999 0.6318416666666667 0.5403083333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1587614911122_74h43sird8n_jpg.rf.b94ed92f8de6dbc642a0484f97a2a09e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1587614911122_74h43sird8n_jpg.rf.b94ed92f8de6dbc642a0484f97a2a09e.txt new file mode 100644 index 0000000..0e7c7b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1587614911122_74h43sird8n_jpg.rf.b94ed92f8de6dbc642a0484f97a2a09e.txt @@ -0,0 +1 @@ +0 0.3198916666666667 0.4063916666666667 0.48895 0.6077666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1587614911123_8i4dmndmvr8_jpg.rf.5288e792c8cb7ede1a115855fc8d4a3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1587614911123_8i4dmndmvr8_jpg.rf.5288e792c8cb7ede1a115855fc8d4a3d.txt new file mode 100644 index 0000000..0d99ca0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1587614911123_8i4dmndmvr8_jpg.rf.5288e792c8cb7ede1a115855fc8d4a3d.txt @@ -0,0 +1 @@ +0 0.30530833333333335 0.41534166666666666 0.5014500000000001 0.5965250000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009616_offxnh78bmq_jpg.rf.08057eeb08bc2ead0f5631eb9edd3a42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009616_offxnh78bmq_jpg.rf.08057eeb08bc2ead0f5631eb9edd3a42.txt new file mode 100644 index 0000000..1c079c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009616_offxnh78bmq_jpg.rf.08057eeb08bc2ead0f5631eb9edd3a42.txt @@ -0,0 +1 @@ +0 0.511552346570397 0.5618957345971564 0.7932581227436821 0.6805551794177387 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009620_p50nssg9i9_jpg.rf.39e7dac259ac8bc47d79505c65f95e7a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009620_p50nssg9i9_jpg.rf.39e7dac259ac8bc47d79505c65f95e7a.txt new file mode 100644 index 0000000..5610424 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009620_p50nssg9i9_jpg.rf.39e7dac259ac8bc47d79505c65f95e7a.txt @@ -0,0 +1 @@ +0 0.45499999999999996 0.5535477318889641 0.6560920577617328 0.6683615436696004 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009624_whf316utqch_jpg.rf.ba74c62dd76a00d45181e30fb1903c9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009624_whf316utqch_jpg.rf.ba74c62dd76a00d45181e30fb1903c9d.txt new file mode 100644 index 0000000..bdd060f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1588740009624_whf316utqch_jpg.rf.ba74c62dd76a00d45181e30fb1903c9d.txt @@ -0,0 +1 @@ +0 0.5229873646209386 0.5763439404197698 0.7078158844765343 0.6733378469871361 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1588753551727_8g3897hwip3_png_jpg.rf.0e4b72c9921705883427664c48b72af8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1588753551727_8g3897hwip3_png_jpg.rf.0e4b72c9921705883427664c48b72af8.txt new file mode 100644 index 0000000..9f9d47a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1588753551727_8g3897hwip3_png_jpg.rf.0e4b72c9921705883427664c48b72af8.txt @@ -0,0 +1 @@ +0 0.4972037037037037 0.5399537037037037 0.756398148148148 0.9200925925925927 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1588753551733_a4t60twd2n_png_jpg.rf.4e9b345b5e3087c8a9556d72ff17b331.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1588753551733_a4t60twd2n_png_jpg.rf.4e9b345b5e3087c8a9556d72ff17b331.txt new file mode 100644 index 0000000..aaec4d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1588753551733_a4t60twd2n_png_jpg.rf.4e9b345b5e3087c8a9556d72ff17b331.txt @@ -0,0 +1 @@ +0 0.453324074074074 0.5485648148148149 0.8066574074074074 0.8554722222222221 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/158_jpg.rf.501b4740970db8a7146fee7018d56737.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/158_jpg.rf.501b4740970db8a7146fee7018d56737.txt new file mode 100644 index 0000000..f9b52db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/158_jpg.rf.501b4740970db8a7146fee7018d56737.txt @@ -0,0 +1 @@ +0 0.69 0.603585657370518 0.62 0.7290836653386454 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1590122154175_isk60km29ja_jpg.rf.caa2212453ee10d2730238f5d2901f48.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1590122154175_isk60km29ja_jpg.rf.caa2212453ee10d2730238f5d2901f48.txt new file mode 100644 index 0000000..c8951b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1590122154175_isk60km29ja_jpg.rf.caa2212453ee10d2730238f5d2901f48.txt @@ -0,0 +1 @@ +0 0.34675833333333334 0.573125 0.6885083333333334 0.85375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1590122154223_draz6wrqhw9_jpg.rf.eafb67e1f605e99e6c0696118b89f19a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1590122154223_draz6wrqhw9_jpg.rf.eafb67e1f605e99e6c0696118b89f19a.txt new file mode 100644 index 0000000..f3a0291 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1590122154223_draz6wrqhw9_jpg.rf.eafb67e1f605e99e6c0696118b89f19a.txt @@ -0,0 +1,2 @@ +0 0.32509166666666667 0.5116166666666667 0.6451833333333333 0.7307416666666665 +3 0.7881916666666667 0.5618333333333334 0.2755500000000001 0.7436749999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1590456436918_u1vuul7cuq_jpg.rf.933a84e54397cbdccd9dce234773eebd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1590456436918_u1vuul7cuq_jpg.rf.933a84e54397cbdccd9dce234773eebd.txt new file mode 100644 index 0000000..4e90ae1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1590456436918_u1vuul7cuq_jpg.rf.933a84e54397cbdccd9dce234773eebd.txt @@ -0,0 +1 @@ +0 0.5307000000000001 0.501625 0.6272333333333334 0.7274 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1590456436919_5lrt24hy0gm_jpg.rf.5ad3507be408dad084c1b1084912de22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1590456436919_5lrt24hy0gm_jpg.rf.5ad3507be408dad084c1b1084912de22.txt new file mode 100644 index 0000000..006c11d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1590456436919_5lrt24hy0gm_jpg.rf.5ad3507be408dad084c1b1084912de22.txt @@ -0,0 +1 @@ +0 0.5165333333333334 0.5374583333333334 0.5822416666666667 0.7990916666666665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1590757714167_j2i9oe1m76c_jpg.rf.25d3d9375ac5de16b64c23ed827ea68c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1590757714167_j2i9oe1m76c_jpg.rf.25d3d9375ac5de16b64c23ed827ea68c.txt new file mode 100644 index 0000000..fdbf68f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1590757714167_j2i9oe1m76c_jpg.rf.25d3d9375ac5de16b64c23ed827ea68c.txt @@ -0,0 +1 @@ +0 0.47029166666666666 0.5562083333333334 0.5980833333333334 0.7282500000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1591364980361_59muw9g3gvb_jpg.rf.27c4c854da09dd47b36719f2d5a58aa4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1591364980361_59muw9g3gvb_jpg.rf.27c4c854da09dd47b36719f2d5a58aa4.txt new file mode 100644 index 0000000..0318f3a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1591364980361_59muw9g3gvb_jpg.rf.27c4c854da09dd47b36719f2d5a58aa4.txt @@ -0,0 +1,2 @@ +4 0.27927083333333336 0.5107916666666666 0.43687499999999996 0.7624062500000001 +4 0.6919479166666667 0.5084895833333333 0.39139583333333333 0.7036458333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1591366244820_jwlmmoj4p2m_jpg.rf.b008f976441326fd9e039a5f2aef23d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1591366244820_jwlmmoj4p2m_jpg.rf.b008f976441326fd9e039a5f2aef23d5.txt new file mode 100644 index 0000000..1ee315a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1591366244820_jwlmmoj4p2m_jpg.rf.b008f976441326fd9e039a5f2aef23d5.txt @@ -0,0 +1,2 @@ +3 0.3173958333333333 0.544125 0.4506145833333334 0.77909375 +0 0.6919479166666667 0.42702083333333335 0.3580625 0.6365312500000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1591366279743_3cm9a4jtl4y_jpg.rf.8935308907426b72fd383f214ab93f4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1591366279743_3cm9a4jtl4y_jpg.rf.8935308907426b72fd383f214ab93f4f.txt new file mode 100644 index 0000000..d6cd2c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1591366279743_3cm9a4jtl4y_jpg.rf.8935308907426b72fd383f214ab93f4f.txt @@ -0,0 +1,2 @@ +0 0.29661458333333335 0.5275729166666667 0.4501770833333334 0.6808333333333333 +0 0.743 0.5461458333333333 0.4575416666666667 0.64090625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1592193676472_ugojz9a0kd_jpg.rf.abd83b78f002db57f1e58059ce2fa307.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1592193676472_ugojz9a0kd_jpg.rf.abd83b78f002db57f1e58059ce2fa307.txt new file mode 100644 index 0000000..0ad8cea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1592193676472_ugojz9a0kd_jpg.rf.abd83b78f002db57f1e58059ce2fa307.txt @@ -0,0 +1,2 @@ +0 0.3389791666666666 0.49753125 0.4099062499999999 0.6714583333333335 +0 0.6811979166666667 0.5350416666666666 0.49224999999999997 0.7853645833333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1592230465891_z9esfkf7i4o_jpg.rf.6bf4f45d4d3eb5d2332279bbe0a91470.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1592230465891_z9esfkf7i4o_jpg.rf.6bf4f45d4d3eb5d2332279bbe0a91470.txt new file mode 100644 index 0000000..9c9dddf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1592230465891_z9esfkf7i4o_jpg.rf.6bf4f45d4d3eb5d2332279bbe0a91470.txt @@ -0,0 +1,2 @@ +0 0.2838583333333333 0.5685 0.404375 0.6569916666666665 +0 0.6798583333333333 0.5582916666666667 0.45889166666666653 0.7074166666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1592542816914_9i3uxgdbyae_jpg.rf.b09684cae658db63da79c0802abd8a8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1592542816914_9i3uxgdbyae_jpg.rf.b09684cae658db63da79c0802abd8a8b.txt new file mode 100644 index 0000000..05d7911 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1592542816914_9i3uxgdbyae_jpg.rf.b09684cae658db63da79c0802abd8a8b.txt @@ -0,0 +1,2 @@ +2 0.2755166666666667 0.5905750000000001 0.4710416666666667 0.5594833333333334 +0 0.6981916666666667 0.5234749999999999 0.5122166666666668 0.45028333333333326 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1593406629170_4xw2ntzlma9_jpg.rf.75cadbda766a44bb9f60dab7be7f5759.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1593406629170_4xw2ntzlma9_jpg.rf.75cadbda766a44bb9f60dab7be7f5759.txt new file mode 100644 index 0000000..066e370 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1593406629170_4xw2ntzlma9_jpg.rf.75cadbda766a44bb9f60dab7be7f5759.txt @@ -0,0 +1,2 @@ +4 0.2651 0.5489166666666667 0.47520833333333334 0.6594916666666666 +4 0.6969416666666667 0.5607916666666667 0.5013833333333334 0.6557333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1593408099073_88h851ez3gu_jpg.rf.076abe65dabbd5d591d3a20ba9fa5ca8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1593408099073_88h851ez3gu_jpg.rf.076abe65dabbd5d591d3a20ba9fa5ca8.txt new file mode 100644 index 0000000..5208078 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1593408099073_88h851ez3gu_jpg.rf.076abe65dabbd5d591d3a20ba9fa5ca8.txt @@ -0,0 +1 @@ +4 0.46465833333333334 0.5582916666666667 0.73265 0.7574249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1593758564820_z48mlzjc1v_jpg.rf.0b59e91e29950f0988ea1ed5d421d09c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1593758564820_z48mlzjc1v_jpg.rf.0b59e91e29950f0988ea1ed5d421d09c.txt new file mode 100644 index 0000000..b333fc5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1593758564820_z48mlzjc1v_jpg.rf.0b59e91e29950f0988ea1ed5d421d09c.txt @@ -0,0 +1,2 @@ +0 0.2872416666666667 0.4480583333333333 0.46615 0.8009666666666667 +0 0.6943916666666666 0.4727166666666667 0.4936416666666666 0.8711249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1593758603292_lap2beb9dkq_jpg.rf.2db48509a54f2bc6bc87ed7122476c05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1593758603292_lap2beb9dkq_jpg.rf.2db48509a54f2bc6bc87ed7122476c05.txt new file mode 100644 index 0000000..409f096 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1593758603292_lap2beb9dkq_jpg.rf.2db48509a54f2bc6bc87ed7122476c05.txt @@ -0,0 +1,2 @@ +0 0.2911416666666667 0.5407916666666667 0.45645833333333335 0.7724166666666668 +0 0.7256916666666667 0.46327499999999994 0.5005416666666666 0.7340583333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1593758994858_omfvcxe1hfe_jpg.rf.9f351d11e8b343cd38425c8738e7971f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1593758994858_omfvcxe1hfe_jpg.rf.9f351d11e8b343cd38425c8738e7971f.txt new file mode 100644 index 0000000..bd944a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1593758994858_omfvcxe1hfe_jpg.rf.9f351d11e8b343cd38425c8738e7971f.txt @@ -0,0 +1,2 @@ +0 0.25343333333333334 0.5189250000000001 0.501875 0.88285 +0 0.734025 0.419525 0.5172083333333333 0.7382083333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1593872959874_3jts6l31chv_jpg.rf.1c171098888dfea8b84548791ebd48dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1593872959874_3jts6l31chv_jpg.rf.1c171098888dfea8b84548791ebd48dc.txt new file mode 100644 index 0000000..e82d24b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1593872959874_3jts6l31chv_jpg.rf.1c171098888dfea8b84548791ebd48dc.txt @@ -0,0 +1 @@ +0 0.5087999999999999 0.5357416666666666 0.7453749999999999 0.8534333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1595652102294_inkp54dpib_jpg.rf.ebfa8f96842278f14abc5049ffa11a6f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1595652102294_inkp54dpib_jpg.rf.ebfa8f96842278f14abc5049ffa11a6f.txt new file mode 100644 index 0000000..256c01e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1595652102294_inkp54dpib_jpg.rf.ebfa8f96842278f14abc5049ffa11a6f.txt @@ -0,0 +1 @@ +0 0.5042833333333333 0.5109166666666667 0.7655083333333332 0.8391916666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1596078158455_12h6112ibzd_jpg.rf.300bff7083455954c95bb10c035fc56d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1596078158455_12h6112ibzd_jpg.rf.300bff7083455954c95bb10c035fc56d.txt new file mode 100644 index 0000000..dd84bc5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1596078158455_12h6112ibzd_jpg.rf.300bff7083455954c95bb10c035fc56d.txt @@ -0,0 +1,2 @@ +0 0.24448333333333333 0.48765 0.4298 0.6286333333333333 +0 0.7221500000000001 0.5184916666666667 0.5309583333333332 0.6736500000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1596989000928_n6uabvbfmwl_jpg.rf.112aca17a6f89588ae3c9c5092213a71.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1596989000928_n6uabvbfmwl_jpg.rf.112aca17a6f89588ae3c9c5092213a71.txt new file mode 100644 index 0000000..5280e92 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1596989000928_n6uabvbfmwl_jpg.rf.112aca17a6f89588ae3c9c5092213a71.txt @@ -0,0 +1,2 @@ +0 0.28365 0.4943166666666666 0.4214583333333333 0.6253 +0 0.6877833333333333 0.5159916666666667 0.41639166666666666 0.6853166666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1597288700606_52cfld07z2n_jpg.rf.d8cab35e562b4ee5502566d1c4e0b979.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1597288700606_52cfld07z2n_jpg.rf.d8cab35e562b4ee5502566d1c4e0b979.txt new file mode 100644 index 0000000..ac22223 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1597288700606_52cfld07z2n_jpg.rf.d8cab35e562b4ee5502566d1c4e0b979.txt @@ -0,0 +1 @@ +0 0.5402916666666667 0.3659666666666667 0.4714083333333334 0.6019249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1597480361591_whm3wldrcn_jpg.rf.f9b1b71841fc520dd91167bf4e88e332.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1597480361591_whm3wldrcn_jpg.rf.f9b1b71841fc520dd91167bf4e88e332.txt new file mode 100644 index 0000000..605f1b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1597480361591_whm3wldrcn_jpg.rf.f9b1b71841fc520dd91167bf4e88e332.txt @@ -0,0 +1,2 @@ +4 0.2896916666666667 0.5451583333333334 0.37271666666666664 0.5936416666666666 +4 0.6365333333333334 0.5441166666666667 0.43890000000000007 0.595725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1598849023229_uoasbazohw_jpg.rf.69de016d1d576b8f4c146c31e0815b3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1598849023229_uoasbazohw_jpg.rf.69de016d1d576b8f4c146c31e0815b3e.txt new file mode 100644 index 0000000..14672cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1598849023229_uoasbazohw_jpg.rf.69de016d1d576b8f4c146c31e0815b3e.txt @@ -0,0 +1 @@ +0 0.5122666666666666 0.5501499999999999 0.6606416666666667 0.8135 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1598854526355_84y33litxq8_jpg.rf.58eebfe9cb17c5b0028e04f3d06db600.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1598854526355_84y33litxq8_jpg.rf.58eebfe9cb17c5b0028e04f3d06db600.txt new file mode 100644 index 0000000..5fc8070 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1598854526355_84y33litxq8_jpg.rf.58eebfe9cb17c5b0028e04f3d06db600.txt @@ -0,0 +1 @@ +0 0.5146583333333333 0.5430750000000001 0.6993166666666667 0.6478166666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1599980590635_6uuofneo9ge_jpg.rf.3ea5ea585a8cd4e69e45d4b6c5177b5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1599980590635_6uuofneo9ge_jpg.rf.3ea5ea585a8cd4e69e45d4b6c5177b5d.txt new file mode 100644 index 0000000..bb3ad86 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1599980590635_6uuofneo9ge_jpg.rf.3ea5ea585a8cd4e69e45d4b6c5177b5d.txt @@ -0,0 +1 @@ +0 0.5034166666666667 0.5209833333333334 0.9033749999999999 0.8301583333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/159_jpg.rf.dcd8dd81841b13c0fdc52c66934541f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/159_jpg.rf.dcd8dd81841b13c0fdc52c66934541f0.txt new file mode 100644 index 0000000..6b4342f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/159_jpg.rf.dcd8dd81841b13c0fdc52c66934541f0.txt @@ -0,0 +1 @@ +0 0.48731884057971014 0.4972677595628415 0.5905797101449275 0.994535519125683 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/15_jpg.rf.4f42305b2dd8781d110c421bafe9feaa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/15_jpg.rf.4f42305b2dd8781d110c421bafe9feaa.txt new file mode 100644 index 0000000..329a25d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/15_jpg.rf.4f42305b2dd8781d110c421bafe9feaa.txt @@ -0,0 +1 @@ +0 0.5111111111111111 0.6222222222222222 0.6444444444444445 0.7555555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/15_jpg.rf.56cee003819f2fda52420fb8deed4ed8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/15_jpg.rf.56cee003819f2fda52420fb8deed4ed8.txt new file mode 100644 index 0000000..1500a26 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/15_jpg.rf.56cee003819f2fda52420fb8deed4ed8.txt @@ -0,0 +1 @@ +7 0.4948453608247423 0.6403846153846153 0.711340206185567 0.7192307692307692 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/15e195f6f2753ecab158c947647124f68cb9e075_jpg.rf.a34b1d8c43c0edf5a5596e8d3a583c34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/15e195f6f2753ecab158c947647124f68cb9e075_jpg.rf.a34b1d8c43c0edf5a5596e8d3a583c34.txt new file mode 100644 index 0000000..2773aa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/15e195f6f2753ecab158c947647124f68cb9e075_jpg.rf.a34b1d8c43c0edf5a5596e8d3a583c34.txt @@ -0,0 +1 @@ +3 0.4873417721518987 0.44936708860759494 0.45147679324894513 0.8765822784810127 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1600405507899_eiahmvx9ds_jpg.rf.101a4167d850e92004586e32096bf06e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1600405507899_eiahmvx9ds_jpg.rf.101a4167d850e92004586e32096bf06e.txt new file mode 100644 index 0000000..6cb3df9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1600405507899_eiahmvx9ds_jpg.rf.101a4167d850e92004586e32096bf06e.txt @@ -0,0 +1 @@ +0 0.4785833333333333 0.51995 0.69745 0.8822499999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1600405773213_o36qvpmhgoj_jpg.rf.be9a4694e21c7af4a0cd08eb9bfae743.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1600405773213_o36qvpmhgoj_jpg.rf.be9a4694e21c7af4a0cd08eb9bfae743.txt new file mode 100644 index 0000000..603c5be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1600405773213_o36qvpmhgoj_jpg.rf.be9a4694e21c7af4a0cd08eb9bfae743.txt @@ -0,0 +1 @@ +0 0.47652500000000003 0.49183333333333334 0.9022166666666668 0.8370000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1601894125353_yvd6wqui6ek_jpg.rf.a1e547580b0bde8e74bcf165d06b2acb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1601894125353_yvd6wqui6ek_jpg.rf.a1e547580b0bde8e74bcf165d06b2acb.txt new file mode 100644 index 0000000..625bc41 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1601894125353_yvd6wqui6ek_jpg.rf.a1e547580b0bde8e74bcf165d06b2acb.txt @@ -0,0 +1,3 @@ +0 0.6160833333333333 0.660225 0.4752333333333334 0.579475 +0 0.27925833333333333 0.519575 0.46545 0.5356749999999999 +0 0.6771999999999999 0.250425 0.5141333333333332 0.340425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1603458756713_kn8scqyws5a_jpg.rf.63c6d1a6d0fb13d5bcc70690a5fa9a4d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1603458756713_kn8scqyws5a_jpg.rf.63c6d1a6d0fb13d5bcc70690a5fa9a4d.txt new file mode 100644 index 0000000..80c76f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1603458756713_kn8scqyws5a_jpg.rf.63c6d1a6d0fb13d5bcc70690a5fa9a4d.txt @@ -0,0 +1,2 @@ +0 0.29488333333333333 0.5190583333333333 0.5175416666666667 0.6534000000000001 +0 0.7094916666666666 0.49475 0.4634333333333334 0.6547833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1605256394459_854cl6j0sf4_jpg.rf.6979b0dc01881efd16dcbed6cb8943da.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1605256394459_854cl6j0sf4_jpg.rf.6979b0dc01881efd16dcbed6cb8943da.txt new file mode 100644 index 0000000..4a68eea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1605256394459_854cl6j0sf4_jpg.rf.6979b0dc01881efd16dcbed6cb8943da.txt @@ -0,0 +1,2 @@ +0 0.2520833333333333 0.4625 0.5041666666666667 0.625 +0 0.75125 0.5218250000000001 0.4975 0.6969833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1605670267491_0mc85v6bhj9_jpg.rf.963a4f943a5501bd16b044805edf8117.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1605670267491_0mc85v6bhj9_jpg.rf.963a4f943a5501bd16b044805edf8117.txt new file mode 100644 index 0000000..9023ff0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1605670267491_0mc85v6bhj9_jpg.rf.963a4f943a5501bd16b044805edf8117.txt @@ -0,0 +1,2 @@ +0 0.23698333333333332 0.6293416666666667 0.4148 0.6620083333333332 +0 0.7056916666666667 0.5074500000000001 0.5105500000000001 0.6723916666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1605685267427_1ijaf1qs5vo_jpg.rf.fb81badac8e077a20a298947234e729c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1605685267427_1ijaf1qs5vo_jpg.rf.fb81badac8e077a20a298947234e729c.txt new file mode 100644 index 0000000..f6af4bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1605685267427_1ijaf1qs5vo_jpg.rf.fb81badac8e077a20a298947234e729c.txt @@ -0,0 +1 @@ +0 0.48152500000000004 0.5143333333333334 0.9122166666666668 0.782 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1606190191821_akyz0v96ljl_jpg.rf.120b0fae6880e9fd88ea02c7d99c7e72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1606190191821_akyz0v96ljl_jpg.rf.120b0fae6880e9fd88ea02c7d99c7e72.txt new file mode 100644 index 0000000..cfea499 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1606190191821_akyz0v96ljl_jpg.rf.120b0fae6880e9fd88ea02c7d99c7e72.txt @@ -0,0 +1 @@ +0 0.4923 0.5074416666666667 0.7644666666666667 0.8739166666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1606317786879_zqkjtfxgzlg_jpg.rf.250cca11eb5021336ab663c5796cb184.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1606317786879_zqkjtfxgzlg_jpg.rf.250cca11eb5021336ab663c5796cb184.txt new file mode 100644 index 0000000..336683b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1606317786879_zqkjtfxgzlg_jpg.rf.250cca11eb5021336ab663c5796cb184.txt @@ -0,0 +1,2 @@ +0 0.29510000000000003 0.5757916666666667 0.41854166666666665 0.6757500000000001 +0 0.6977833333333333 0.5520333333333334 0.36972499999999997 0.6365666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1606461478341_ayn5hroroh_jpg.rf.de3c5d556d0b6dc6f01f103f6ab3e711.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1606461478341_ayn5hroroh_jpg.rf.de3c5d556d0b6dc6f01f103f6ab3e711.txt new file mode 100644 index 0000000..ea3cdaf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1606461478341_ayn5hroroh_jpg.rf.de3c5d556d0b6dc6f01f103f6ab3e711.txt @@ -0,0 +1 @@ +0 0.45715833333333333 0.5051666666666667 0.7176583333333334 0.8470083333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1606542661993_xsg0vwcpr0b_jpg.rf.7d0cbeda9828b40c58bb8d2465a35c5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1606542661993_xsg0vwcpr0b_jpg.rf.7d0cbeda9828b40c58bb8d2465a35c5e.txt new file mode 100644 index 0000000..5976cd9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1606542661993_xsg0vwcpr0b_jpg.rf.7d0cbeda9828b40c58bb8d2465a35c5e.txt @@ -0,0 +1,2 @@ +0 0.28379629629629627 0.4185185185185185 0.5675925925925925 0.5351851851851852 +0 0.6720648148148148 0.6277129629629629 0.5948425925925926 0.5318333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1606698349689_rmyrqcauxnt_jpg.rf.d7f61a991cd74733f1e331d85c4d7e03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1606698349689_rmyrqcauxnt_jpg.rf.d7f61a991cd74733f1e331d85c4d7e03.txt new file mode 100644 index 0000000..b03d526 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1606698349689_rmyrqcauxnt_jpg.rf.d7f61a991cd74733f1e331d85c4d7e03.txt @@ -0,0 +1,2 @@ +4 0.26189166666666663 0.5584749999999999 0.5057333333333335 0.6301416666666665 +4 0.7027249999999999 0.5629916666666667 0.5353166666666668 0.6600083333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1606809931200_8abi690aw6k_jpg.rf.5a30f9ce9fc821ce843fb1644c1c2fbd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1606809931200_8abi690aw6k_jpg.rf.5a30f9ce9fc821ce843fb1644c1c2fbd.txt new file mode 100644 index 0000000..be68879 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1606809931200_8abi690aw6k_jpg.rf.5a30f9ce9fc821ce843fb1644c1c2fbd.txt @@ -0,0 +1,2 @@ +0 0.26675 0.5121249999999999 0.5210104166666666 0.7089583333333335 +0 0.7202604166666667 0.5072604166666667 0.48080208333333324 0.6881249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1606979891693_w3k6sonvrns_jpg.rf.9b1d0dc27e4afe3a846d6c30ac16d7b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1606979891693_w3k6sonvrns_jpg.rf.9b1d0dc27e4afe3a846d6c30ac16d7b0.txt new file mode 100644 index 0000000..42b8688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1606979891693_w3k6sonvrns_jpg.rf.9b1d0dc27e4afe3a846d6c30ac16d7b0.txt @@ -0,0 +1,2 @@ +0 0.2853333333333333 0.5036166666666667 0.45607499999999995 0.76765 +0 0.711575 0.4886833333333333 0.45926666666666677 0.7197166666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607053450012_ggkcuvozhq_jpg.rf.9826b6dd72b8820a7ad90998972c8717.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607053450012_ggkcuvozhq_jpg.rf.9826b6dd72b8820a7ad90998972c8717.txt new file mode 100644 index 0000000..43b9d91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607053450012_ggkcuvozhq_jpg.rf.9826b6dd72b8820a7ad90998972c8717.txt @@ -0,0 +1,2 @@ +0 0.285525 0.559125 0.40770833333333334 0.6924166666666668 +0 0.668825 0.5455833333333334 0.45764166666666656 0.7028249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607054024313_mzgoncg4cvp_jpg.rf.39cfca95ca15b9c0d492aa1cac4014e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607054024313_mzgoncg4cvp_jpg.rf.39cfca95ca15b9c0d492aa1cac4014e7.txt new file mode 100644 index 0000000..5782078 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607054024313_mzgoncg4cvp_jpg.rf.39cfca95ca15b9c0d492aa1cac4014e7.txt @@ -0,0 +1 @@ +0 0.5060083333333334 0.5751583333333333 0.6175833333333333 0.7829499999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607054038521_hmxbdcjpgac_jpg.rf.9e00548659fb5b9919e07bce5094b102.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607054038521_hmxbdcjpgac_jpg.rf.9e00548659fb5b9919e07bce5094b102.txt new file mode 100644 index 0000000..d003d74 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607054038521_hmxbdcjpgac_jpg.rf.9e00548659fb5b9919e07bce5094b102.txt @@ -0,0 +1,2 @@ +0 0.31015833333333337 0.60085 0.49254999999999993 0.7065583333333333 +0 0.700775 0.6116166666666667 0.5387333333333334 0.704475 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607487809932_r7ntj612zbk_jpg.rf.ece38690c1d7d994827f7078228d3c39.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607487809932_r7ntj612zbk_jpg.rf.ece38690c1d7d994827f7078228d3c39.txt new file mode 100644 index 0000000..13d680a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607487809932_r7ntj612zbk_jpg.rf.ece38690c1d7d994827f7078228d3c39.txt @@ -0,0 +1 @@ +0 0.48028333333333334 0.4970416666666667 0.6680750000000001 0.84325 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607487817142_pgsvbk66r8b_jpg.rf.9afe96e4aabfc6e20ecf1096ed170791.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607487817142_pgsvbk66r8b_jpg.rf.9afe96e4aabfc6e20ecf1096ed170791.txt new file mode 100644 index 0000000..22f3c62 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607487817142_pgsvbk66r8b_jpg.rf.9afe96e4aabfc6e20ecf1096ed170791.txt @@ -0,0 +1 @@ +0 0.49109166666666665 0.538525 0.8307916666666666 0.867325 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607488659771_4vb377w87wd_jpg.rf.9221bc2e15ad483757ccc93cfa9c81c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607488659771_4vb377w87wd_jpg.rf.9221bc2e15ad483757ccc93cfa9c81c3.txt new file mode 100644 index 0000000..b5c4895 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607488659771_4vb377w87wd_jpg.rf.9221bc2e15ad483757ccc93cfa9c81c3.txt @@ -0,0 +1 @@ +0 0.5061166666666667 0.49100000000000005 0.7697249999999999 0.8353333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607488905845_98zkx8n5yn_jpg.rf.2cab0ce67b94439490fddbd73ec233c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607488905845_98zkx8n5yn_jpg.rf.2cab0ce67b94439490fddbd73ec233c5.txt new file mode 100644 index 0000000..c2f34c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607488905845_98zkx8n5yn_jpg.rf.2cab0ce67b94439490fddbd73ec233c5.txt @@ -0,0 +1 @@ +0 0.47445000000000004 0.4801666666666667 0.6897416666666667 0.8303249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1607926568953_56geijyoso_jpg.rf.4b4ed21327314d65f28229b5acfc2e35.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1607926568953_56geijyoso_jpg.rf.4b4ed21327314d65f28229b5acfc2e35.txt new file mode 100644 index 0000000..ec27f03 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1607926568953_56geijyoso_jpg.rf.4b4ed21327314d65f28229b5acfc2e35.txt @@ -0,0 +1 @@ +0 0.47300000000000003 0.5228833333333334 0.5826666666666667 0.8782666666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1608107641404_89hnqigyod6_jpg.rf.e03bbc186750d038477c8a5993d127b9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1608107641404_89hnqigyod6_jpg.rf.e03bbc186750d038477c8a5993d127b9.txt new file mode 100644 index 0000000..85d5266 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1608107641404_89hnqigyod6_jpg.rf.e03bbc186750d038477c8a5993d127b9.txt @@ -0,0 +1,2 @@ +4 0.32280833333333336 0.6430916666666667 0.4031166666666667 0.6978583333333332 +4 0.7079833333333333 0.6176750000000001 0.38597499999999996 0.6720166666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1608268190146_f158uctc22_jpg.rf.a26269408cd2cfae9afe8491e605a928.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1608268190146_f158uctc22_jpg.rf.a26269408cd2cfae9afe8491e605a928.txt new file mode 100644 index 0000000..28379b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1608268190146_f158uctc22_jpg.rf.a26269408cd2cfae9afe8491e605a928.txt @@ -0,0 +1,2 @@ +0 0.3423833333333333 0.5368166666666666 0.6006 0.4936250000000001 +1 0.8048583333333333 0.5859916666666667 0.3422083333333332 0.5919916666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1608438028038_aocdhtiedgf_jpg.rf.5db225c1cecb6ecec93c1d4db8a8295b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1608438028038_aocdhtiedgf_jpg.rf.5db225c1cecb6ecec93c1d4db8a8295b.txt new file mode 100644 index 0000000..565feb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1608438028038_aocdhtiedgf_jpg.rf.5db225c1cecb6ecec93c1d4db8a8295b.txt @@ -0,0 +1,2 @@ +0 0.24841659610499575 0.5101016088060965 0.42401354784081285 0.6510330228619815 +0 0.7204318374259103 0.45484335309060114 0.49590177815410674 0.6294242167654531 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1608525081578_kisj204s5yk_jpg.rf.a4ea1ecddd185dc607b82b07ce2df760.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1608525081578_kisj204s5yk_jpg.rf.a4ea1ecddd185dc607b82b07ce2df760.txt new file mode 100644 index 0000000..f795420 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1608525081578_kisj204s5yk_jpg.rf.a4ea1ecddd185dc607b82b07ce2df760.txt @@ -0,0 +1,2 @@ +0 0.2434074074074074 0.5844351851851852 0.4118148148148148 0.6540555555555556 +0 0.6535555555555556 0.5654537037037037 0.528398148148148 0.6809074074074075 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1608877185971_kz448x0x1xn_jpg.rf.f316f8ef2f289a1a934c5080057f9821.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1608877185971_kz448x0x1xn_jpg.rf.f316f8ef2f289a1a934c5080057f9821.txt new file mode 100644 index 0000000..c203e47 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1608877185971_kz448x0x1xn_jpg.rf.f316f8ef2f289a1a934c5080057f9821.txt @@ -0,0 +1,2 @@ +0 0.29505833333333337 0.5386833333333333 0.5199750000000001 0.6697249999999999 +0 0.7414416666666667 0.5445833333333333 0.5023333333333334 0.6440333333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1609212189577_tshxhr7ab7_jpg.rf.97c60b3569e73409b8805604e87a3127.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1609212189577_tshxhr7ab7_jpg.rf.97c60b3569e73409b8805604e87a3127.txt new file mode 100644 index 0000000..dcfff7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1609212189577_tshxhr7ab7_jpg.rf.97c60b3569e73409b8805604e87a3127.txt @@ -0,0 +1,2 @@ +0 0.30885 0.2801 0.47103333333333336 0.41354166666666664 +3 0.6519499999999999 0.5976750000000001 0.42472499999999996 0.6653416666666665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1609326658361_xf9u7kuze9c_jpg.rf.cfad593a55ea6e243ed92c11daf9f031.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1609326658361_xf9u7kuze9c_jpg.rf.cfad593a55ea6e243ed92c11daf9f031.txt new file mode 100644 index 0000000..998ffae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1609326658361_xf9u7kuze9c_jpg.rf.cfad593a55ea6e243ed92c11daf9f031.txt @@ -0,0 +1,2 @@ +0 0.2986416666666667 0.5559916666666667 0.48145 0.5819749999999999 +0 0.74515 0.5701583333333334 0.44305000000000005 0.5569833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1609518529494fb764950687caa4c36059094d39_jpg.rf.876a8155ac5553c359d950481bee5150.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1609518529494fb764950687caa4c36059094d39_jpg.rf.876a8155ac5553c359d950481bee5150.txt new file mode 100644 index 0000000..3fe14c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1609518529494fb764950687caa4c36059094d39_jpg.rf.876a8155ac5553c359d950481bee5150.txt @@ -0,0 +1 @@ +5 0.4989451476793249 0.4841726618705036 0.7721518987341772 0.4460431654676259 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1609737293401_sqns8dgkzg_jpg.rf.80d12d2fbd9e245b62a50c2c4b01391d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1609737293401_sqns8dgkzg_jpg.rf.80d12d2fbd9e245b62a50c2c4b01391d.txt new file mode 100644 index 0000000..13f21d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1609737293401_sqns8dgkzg_jpg.rf.80d12d2fbd9e245b62a50c2c4b01391d.txt @@ -0,0 +1,2 @@ +4 0.33794166666666664 0.5267083333333333 0.5203249999999999 0.7020166666666667 +4 0.6650083333333333 0.5355583333333332 0.5171999999999999 0.7093166666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1609843286229_lcr2j94p13p_jpg.rf.0ffab5d1a337c61a18f057bd06f545ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1609843286229_lcr2j94p13p_jpg.rf.0ffab5d1a337c61a18f057bd06f545ec.txt new file mode 100644 index 0000000..ad5c7d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1609843286229_lcr2j94p13p_jpg.rf.0ffab5d1a337c61a18f057bd06f545ec.txt @@ -0,0 +1,2 @@ +4 0.2911416666666667 0.49389999999999995 0.45645833333333335 0.6494750000000001 +4 0.7219416666666667 0.5266166666666667 0.4180500000000001 0.6607333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/160_jpg.rf.cc874057507ce713f72df6ac6bbb5aff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/160_jpg.rf.cc874057507ce713f72df6ac6bbb5aff.txt new file mode 100644 index 0000000..b7e28ba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/160_jpg.rf.cc874057507ce713f72df6ac6bbb5aff.txt @@ -0,0 +1 @@ +0 0.5 0.6111111111111112 0.5288888888888889 0.68 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1610161585853_vwrrabh51cd_jpg.rf.09bb9d4160229e826d6ba7be10d87dd5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1610161585853_vwrrabh51cd_jpg.rf.09bb9d4160229e826d6ba7be10d87dd5.txt new file mode 100644 index 0000000..f0793b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1610161585853_vwrrabh51cd_jpg.rf.09bb9d4160229e826d6ba7be10d87dd5.txt @@ -0,0 +1,2 @@ +0 0.26614166666666667 0.5120333333333333 0.4897916666666667 0.6732333333333335 +0 0.7411083333333334 0.5462083333333334 0.4563833333333334 0.7415833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1610161924890_zdtc8xyrj3i_jpg.rf.d77ef5ed327189e14d6f6a66c25c3f6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1610161924890_zdtc8xyrj3i_jpg.rf.d77ef5ed327189e14d6f6a66c25c3f6c.txt new file mode 100644 index 0000000..ea2c227 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1610161924890_zdtc8xyrj3i_jpg.rf.d77ef5ed327189e14d6f6a66c25c3f6c.txt @@ -0,0 +1,2 @@ +0 0.26698333333333335 0.5089083333333334 0.44145833333333334 0.6461416666666666 +0 0.7086083333333334 0.5328666666666667 0.45805000000000007 0.6982416666666665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1610593789608_uy9qanjbr6p_jpg.rf.0ab29a95048557a83b1956070a664c4d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1610593789608_uy9qanjbr6p_jpg.rf.0ab29a95048557a83b1956070a664c4d.txt new file mode 100644 index 0000000..f70d9f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1610593789608_uy9qanjbr6p_jpg.rf.0ab29a95048557a83b1956070a664c4d.txt @@ -0,0 +1,2 @@ +2 0.3277350427350427 0.5238205128205128 0.6056153846153847 0.5675726495726495 +0 0.7350427350427351 0.523931623931624 0.5299145299145299 0.5948717948717949 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/161542aa3eaa45733f19567e9deba42f10f5d253_jpg.rf.86bf8474ac07bcbc18a2f0d905a1944e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/161542aa3eaa45733f19567e9deba42f10f5d253_jpg.rf.86bf8474ac07bcbc18a2f0d905a1944e.txt new file mode 100644 index 0000000..076f17e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/161542aa3eaa45733f19567e9deba42f10f5d253_jpg.rf.86bf8474ac07bcbc18a2f0d905a1944e.txt @@ -0,0 +1 @@ +1 0.4831223628691983 0.5330520393811533 0.31223628691983124 0.7665260196905767 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/161_jpg.rf.6d7ff669ee63e12187355f972c0d8203.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/161_jpg.rf.6d7ff669ee63e12187355f972c0d8203.txt new file mode 100644 index 0000000..1ab8a36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/161_jpg.rf.6d7ff669ee63e12187355f972c0d8203.txt @@ -0,0 +1 @@ +0 0.47074468085106386 0.5652985074626866 0.7074468085106383 0.5559701492537313 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1621226826524_xcpdkl1vdyl_jpg.rf.91724aa93c989098df615b5679bfa18a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1621226826524_xcpdkl1vdyl_jpg.rf.91724aa93c989098df615b5679bfa18a.txt new file mode 100644 index 0000000..d53ebc0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1621226826524_xcpdkl1vdyl_jpg.rf.91724aa93c989098df615b5679bfa18a.txt @@ -0,0 +1,2 @@ +5 0.28280833333333333 0.6251666666666668 0.4831166666666667 0.49030833333333323 +4 0.7294416666666667 0.5668333333333334 0.5163749999999999 0.6303083333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1621397148942_2ahqrak9ujb_jpg.rf.b837f3e9f73692a0a7bef8d6e9e31724.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1621397148942_2ahqrak9ujb_jpg.rf.b837f3e9f73692a0a7bef8d6e9e31724.txt new file mode 100644 index 0000000..e60373d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1621397148942_2ahqrak9ujb_jpg.rf.b837f3e9f73692a0a7bef8d6e9e31724.txt @@ -0,0 +1 @@ +0 0.3674583333333334 0.5428583333333333 0.5418583333333333 0.7447416666666669 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1622003788281_o6j4m9vlded_jpg.rf.753163697ef4fc9d87b89c28ace7dd37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1622003788281_o6j4m9vlded_jpg.rf.753163697ef4fc9d87b89c28ace7dd37.txt new file mode 100644 index 0000000..a227ba5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1622003788281_o6j4m9vlded_jpg.rf.753163697ef4fc9d87b89c28ace7dd37.txt @@ -0,0 +1,2 @@ +0 0.264475 0.5568333333333334 0.46979166666666666 0.6836583333333333 +0 0.6792333333333334 0.6037083333333334 0.5034666666666667 0.6732583333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1622542496547_unnfqfmbkwi_jpg.rf.f09f66fa553151436576ac8b555e16c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1622542496547_unnfqfmbkwi_jpg.rf.f09f66fa553151436576ac8b555e16c0.txt new file mode 100644 index 0000000..61e33ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1622542496547_unnfqfmbkwi_jpg.rf.f09f66fa553151436576ac8b555e16c0.txt @@ -0,0 +1,2 @@ +4 0.2778083333333333 0.5443166666666667 0.5131166666666667 0.5419666666666666 +4 0.739025 0.41284166666666666 0.46055000000000007 0.5581833333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1622597993501_k2wk1tdww6_jpg.rf.a401e3938d3c63cf89ec6dec0d2c6c99.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1622597993501_k2wk1tdww6_jpg.rf.a401e3938d3c63cf89ec6dec0d2c6c99.txt new file mode 100644 index 0000000..8023656 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1622597993501_k2wk1tdww6_jpg.rf.a401e3938d3c63cf89ec6dec0d2c6c99.txt @@ -0,0 +1,2 @@ +0 0.33481666666666665 0.6218583333333334 0.4765749999999999 0.7256666666666667 +0 0.7068916666666667 0.5800166666666666 0.4436416666666666 0.7315500000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1622630702535_zsutoej9je_jpg.rf.b7ff9680cb90cf447abfabefb77d45d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1622630702535_zsutoej9je_jpg.rf.b7ff9680cb90cf447abfabefb77d45d0.txt new file mode 100644 index 0000000..2dda79f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1622630702535_zsutoej9je_jpg.rf.b7ff9680cb90cf447abfabefb77d45d0.txt @@ -0,0 +1,2 @@ +5 0.6962999999999999 0.651875 0.53705 0.4294500000000001 +0 0.31675833333333336 0.5303583333333334 0.5654666666666667 0.7697416666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1623919444230_7ks1id6nbte_jpg.rf.7d1ac562cbb4de97665eb3c9e2b8626a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1623919444230_7ks1id6nbte_jpg.rf.7d1ac562cbb4de97665eb3c9e2b8626a.txt new file mode 100644 index 0000000..72036b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1623919444230_7ks1id6nbte_jpg.rf.7d1ac562cbb4de97665eb3c9e2b8626a.txt @@ -0,0 +1 @@ +0 0.3442 0.5399083333333333 0.6884 0.7534166666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1623921978447_d7cwbv7fmpm_jpg.rf.e320e737e4625d9a6388c3c46dd345d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1623921978447_d7cwbv7fmpm_jpg.rf.e320e737e4625d9a6388c3c46dd345d4.txt new file mode 100644 index 0000000..934a513 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1623921978447_d7cwbv7fmpm_jpg.rf.e320e737e4625d9a6388c3c46dd345d4.txt @@ -0,0 +1,2 @@ +4 0.7304916666666667 0.6739083333333333 0.33097499999999996 0.4094916666666666 +4 0.18136666666666665 0.615775 0.28273333333333334 0.40572500000000006 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1623987576277_v5cecg4io7d_jpg.rf.af04857b9bba2727e285278d1e6fbe69.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1623987576277_v5cecg4io7d_jpg.rf.af04857b9bba2727e285278d1e6fbe69.txt new file mode 100644 index 0000000..3b3afac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1623987576277_v5cecg4io7d_jpg.rf.af04857b9bba2727e285278d1e6fbe69.txt @@ -0,0 +1,2 @@ +0 0.22885833333333333 0.6157833333333333 0.45771666666666666 0.5224083333333333 +0 0.7329833333333333 0.6205750000000001 0.4759583333333332 0.5028166666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1624598573484_m4hs6ytmntj_jpg.rf.2bc577c644496f75ad8726592e6197ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1624598573484_m4hs6ytmntj_jpg.rf.2bc577c644496f75ad8726592e6197ff.txt new file mode 100644 index 0000000..10f1f0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1624598573484_m4hs6ytmntj_jpg.rf.2bc577c644496f75ad8726592e6197ff.txt @@ -0,0 +1,2 @@ +0 0.3303083333333333 0.4161 0.6606166666666666 0.7370583333333334 +0 0.7241666666666666 0.6125 0.5516666666666666 0.775 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1625195514859_og5064p8wbl_jpg.rf.f359bd5f71fe314f210ebaa97f9469e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1625195514859_og5064p8wbl_jpg.rf.f359bd5f71fe314f210ebaa97f9469e1.txt new file mode 100644 index 0000000..b44a989 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1625195514859_og5064p8wbl_jpg.rf.f359bd5f71fe314f210ebaa97f9469e1.txt @@ -0,0 +1,2 @@ +0 0.266775 0.5014 0.461875 0.6311333333333332 +0 0.719025 0.5324500000000001 0.48721666666666674 0.6890749999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1625796436867_y478g55xobs_jpg.rf.c3bf93cb77d0c70fcb3250efb0ec98de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1625796436867_y478g55xobs_jpg.rf.c3bf93cb77d0c70fcb3250efb0ec98de.txt new file mode 100644 index 0000000..abe971f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1625796436867_y478g55xobs_jpg.rf.c3bf93cb77d0c70fcb3250efb0ec98de.txt @@ -0,0 +1 @@ +0 0.7477750000000001 0.5961625 0.4650083333333333 0.7909375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/162_jpg.rf.ee5c0ff6cf6e5a66b4ef0af0b467c9f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/162_jpg.rf.ee5c0ff6cf6e5a66b4ef0af0b467c9f2.txt new file mode 100644 index 0000000..e43abcd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/162_jpg.rf.ee5c0ff6cf6e5a66b4ef0af0b467c9f2.txt @@ -0,0 +1 @@ +0 0.5622222222222222 0.5577777777777778 0.4311111111111111 0.64 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/162db86208926194b00b30f20bbaa6b677d13b44_jpg.rf.da59b07b437169f82a4458d7ed13a2e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/162db86208926194b00b30f20bbaa6b677d13b44_jpg.rf.da59b07b437169f82a4458d7ed13a2e7.txt new file mode 100644 index 0000000..0ba2efb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/162db86208926194b00b30f20bbaa6b677d13b44_jpg.rf.da59b07b437169f82a4458d7ed13a2e7.txt @@ -0,0 +1 @@ +3 0.4883966244725738 0.41350210970464135 0.4810126582278481 0.7791842475386779 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1637908252131_xhwnqajbsx_jpg.rf.5efe799e1de932ec9d95f67ec0c8b193.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1637908252131_xhwnqajbsx_jpg.rf.5efe799e1de932ec9d95f67ec0c8b193.txt new file mode 100644 index 0000000..503b7b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1637908252131_xhwnqajbsx_jpg.rf.5efe799e1de932ec9d95f67ec0c8b193.txt @@ -0,0 +1,5 @@ +0 0.12537037037037038 0.39387962962962964 0.24055555555555558 0.36089814814814813 +0 0.4290462962962963 0.8018055555555555 0.18125 0.3712129629629629 +7 0.3901574074074074 0.40938888888888886 0.23310185185185187 0.30395370370370367 +7 0.579037037037037 0.43346296296296294 0.16640740740740742 0.2965555555555555 +0 0.7419907407407408 0.41262037037037036 0.14045370370370375 0.2456111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1637919549314_r1ckpz4qid_jpg.rf.9ae6bc251b86c9c71904c1c246f81d8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1637919549314_r1ckpz4qid_jpg.rf.9ae6bc251b86c9c71904c1c246f81d8f.txt new file mode 100644 index 0000000..f92cb9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1637919549314_r1ckpz4qid_jpg.rf.9ae6bc251b86c9c71904c1c246f81d8f.txt @@ -0,0 +1,3 @@ +0 0.3938611111111111 0.6117407407407407 0.42567592592592596 0.4957129629629631 +3 0.6950000000000001 0.7247685185185185 0.26036111111111115 0.5504629629629629 +4 0.3716388888888889 0.2010185185185185 0.4182777777777778 0.3131481481481481 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1637921247895_zgceqkw0exb_jpg.rf.9bab6fdde2a7d6de39d969f2bb5f8494.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1637921247895_zgceqkw0exb_jpg.rf.9bab6fdde2a7d6de39d969f2bb5f8494.txt new file mode 100644 index 0000000..904db4e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1637921247895_zgceqkw0exb_jpg.rf.9bab6fdde2a7d6de39d969f2bb5f8494.txt @@ -0,0 +1,2 @@ +0 0.301962962962963 0.49437037037037035 0.4095 0.5155833333333335 +0 0.7072592592592593 0.49737037037037035 0.4321018518518519 0.5169814814814814 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1638241930779_449lw8lczj9_jpg.rf.7bd47bbbf9a06e39a3d7b87ef713961f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1638241930779_449lw8lczj9_jpg.rf.7bd47bbbf9a06e39a3d7b87ef713961f.txt new file mode 100644 index 0000000..752e6ee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1638241930779_449lw8lczj9_jpg.rf.7bd47bbbf9a06e39a3d7b87ef713961f.txt @@ -0,0 +1 @@ +0 0.49065529622980253 0.5084560143626571 0.7217414721723519 0.8336445242369839 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1638417099750_4e5nwjb8nm2_jpg.rf.7ea39b4b62647043f356c152d4cf8f59.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1638417099750_4e5nwjb8nm2_jpg.rf.7ea39b4b62647043f356c152d4cf8f59.txt new file mode 100644 index 0000000..ddb6f8d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1638417099750_4e5nwjb8nm2_jpg.rf.7ea39b4b62647043f356c152d4cf8f59.txt @@ -0,0 +1 @@ +0 0.5113166666666668 0.4833 0.8593000000000001 0.9574333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1638417099752_c8ucuwfslg5_jpg.rf.97147775e3161d4722a3bf1a67150410.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1638417099752_c8ucuwfslg5_jpg.rf.97147775e3161d4722a3bf1a67150410.txt new file mode 100644 index 0000000..1eb342e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1638417099752_c8ucuwfslg5_jpg.rf.97147775e3161d4722a3bf1a67150410.txt @@ -0,0 +1 @@ +0 0.5029 0.5352416666666666 0.8794083333333333 0.9295166666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1638933371511_1k6h6cxzq7b_jpg.rf.ff015f3b4fd6b1dec91242092097f469.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1638933371511_1k6h6cxzq7b_jpg.rf.ff015f3b4fd6b1dec91242092097f469.txt new file mode 100644 index 0000000..15b05e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1638933371511_1k6h6cxzq7b_jpg.rf.ff015f3b4fd6b1dec91242092097f469.txt @@ -0,0 +1,2 @@ +0 0.2847264957264957 0.5907692307692308 0.419017094017094 0.6635897435897437 +0 0.7261367521367522 0.5867094017094018 0.4556923076923078 0.6853846153846155 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/163_jpg.rf.db7bd6766d15064ec5f33c5a053a811f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/163_jpg.rf.db7bd6766d15064ec5f33c5a053a811f.txt new file mode 100644 index 0000000..ea10c83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/163_jpg.rf.db7bd6766d15064ec5f33c5a053a811f.txt @@ -0,0 +1 @@ +0 0.5283505154639175 0.5868725868725869 0.8350515463917526 0.7104247104247104 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1640681986315_lr1ek6p122h_jpg.rf.fd42457f2d8118e2ea0d1bee78ace93a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1640681986315_lr1ek6p122h_jpg.rf.fd42457f2d8118e2ea0d1bee78ace93a.txt new file mode 100644 index 0000000..cf8cb16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1640681986315_lr1ek6p122h_jpg.rf.fd42457f2d8118e2ea0d1bee78ace93a.txt @@ -0,0 +1 @@ +0 0.5636583333333334 0.5213333333333333 0.7134333333333335 0.8433583333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1640681986318_ivystc9w1p_jpg.rf.c3af0baa6d291c11e6f22ef691349176.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1640681986318_ivystc9w1p_jpg.rf.c3af0baa6d291c11e6f22ef691349176.txt new file mode 100644 index 0000000..5e3816b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1640681986318_ivystc9w1p_jpg.rf.c3af0baa6d291c11e6f22ef691349176.txt @@ -0,0 +1,4 @@ +0 0.26115 0.24364166666666667 0.3298 0.40310833333333335 +0 0.26198333333333335 0.7622583333333334 0.33146666666666663 0.43618333333333337 +0 0.7417416666666667 0.26405833333333334 0.2618166666666667 0.4022833333333333 +0 0.7513249999999999 0.7691333333333333 0.2726416666666666 0.4124333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1640748288869_ms7uv2l1hfo_jpg.rf.1a15dfbec3a5fe7034fd1c25907ba58c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1640748288869_ms7uv2l1hfo_jpg.rf.1a15dfbec3a5fe7034fd1c25907ba58c.txt new file mode 100644 index 0000000..0df0755 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1640748288869_ms7uv2l1hfo_jpg.rf.1a15dfbec3a5fe7034fd1c25907ba58c.txt @@ -0,0 +1,2 @@ +0 0.291775 0.530575 0.40521666666666667 0.6894916666666666 +0 0.7196416666666667 0.5684 0.5026416666666665 0.6965499999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1640748288872_atjkm1zn5t_jpg.rf.f72b04d5ae8ba72ea1de43e2ee29d2a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1640748288872_atjkm1zn5t_jpg.rf.f72b04d5ae8ba72ea1de43e2ee29d2a5.txt new file mode 100644 index 0000000..b41c98e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1640748288872_atjkm1zn5t_jpg.rf.f72b04d5ae8ba72ea1de43e2ee29d2a5.txt @@ -0,0 +1,2 @@ +0 0.24031666666666665 0.4591083333333333 0.4148 0.6757083333333335 +0 0.6546500000000001 0.5039083333333334 0.4959749999999999 0.7028166666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/164_jpg.rf.ead0243151c419361daddae76f544d31.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/164_jpg.rf.ead0243151c419361daddae76f544d31.txt new file mode 100644 index 0000000..a190a82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/164_jpg.rf.ead0243151c419361daddae76f544d31.txt @@ -0,0 +1,2 @@ +0 0.5136612021857924 0.33090909090909093 0.4262295081967213 0.3709090909090909 +3 0.48360655737704916 0.6963636363636364 0.4262295081967213 0.4290909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/165_jpg.rf.a65c124770dfcec3d1d508cf22fd906f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/165_jpg.rf.a65c124770dfcec3d1d508cf22fd906f.txt new file mode 100644 index 0000000..d6a4941 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/165_jpg.rf.a65c124770dfcec3d1d508cf22fd906f.txt @@ -0,0 +1 @@ +0 0.5288888888888889 0.5733333333333334 0.5466666666666666 0.6488888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/166_jpg.rf.e20fe5aaeec7ee4964f4d355425467cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/166_jpg.rf.e20fe5aaeec7ee4964f4d355425467cc.txt new file mode 100644 index 0000000..a297034 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/166_jpg.rf.e20fe5aaeec7ee4964f4d355425467cc.txt @@ -0,0 +1,4 @@ +0 0.20411985018726592 0.5925925925925926 0.3258426966292135 0.544973544973545 +0 0.40823970037453183 0.582010582010582 0.2397003745318352 0.5343915343915344 +0 0.6722846441947565 0.6534391534391535 0.33707865168539325 0.35978835978835977 +0 0.7902621722846442 0.4973544973544973 0.33707865168539325 0.48148148148148145 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/167_jpg.rf.3e2addf5187a1aa0d52f62b4375f8805.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/167_jpg.rf.3e2addf5187a1aa0d52f62b4375f8805.txt new file mode 100644 index 0000000..1b69f34 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/167_jpg.rf.3e2addf5187a1aa0d52f62b4375f8805.txt @@ -0,0 +1 @@ +0 0.5218579234972678 0.5018181818181818 0.912568306010929 0.7672727272727272 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/167b96bf213439a78df6974ee5bdc415a27c26d0_jpg.rf.75b0623366dc9849a16bdc465a369562.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/167b96bf213439a78df6974ee5bdc415a27c26d0_jpg.rf.75b0623366dc9849a16bdc465a369562.txt new file mode 100644 index 0000000..a308d35 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/167b96bf213439a78df6974ee5bdc415a27c26d0_jpg.rf.75b0623366dc9849a16bdc465a369562.txt @@ -0,0 +1 @@ +1 0.5189873417721519 0.5672082717872969 0.26371308016877637 0.7843426883308715 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/168_jpg.rf.66f589af14be0a41500bb2a9997e1924.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/168_jpg.rf.66f589af14be0a41500bb2a9997e1924.txt new file mode 100644 index 0000000..c9e7390 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/168_jpg.rf.66f589af14be0a41500bb2a9997e1924.txt @@ -0,0 +1 @@ +0 0.49246231155778897 0.4881889763779528 0.8391959798994975 0.9133858267716536 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/169_jpg.rf.c644225035d6583111debb831016630e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/169_jpg.rf.c644225035d6583111debb831016630e.txt new file mode 100644 index 0000000..70d1070 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/169_jpg.rf.c644225035d6583111debb831016630e.txt @@ -0,0 +1 @@ +0 0.4837837837837838 0.5349264705882353 0.6486486486486487 0.5330882352941176 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/16_jpg.rf.44d77b46a875594de09bcc3b0fb46fa5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/16_jpg.rf.44d77b46a875594de09bcc3b0fb46fa5.txt new file mode 100644 index 0000000..d605a36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/16_jpg.rf.44d77b46a875594de09bcc3b0fb46fa5.txt @@ -0,0 +1,2 @@ +0 0.27111111111111114 0.6622222222222223 0.49777777777777776 0.6755555555555556 +0 0.72 0.7533333333333333 0.56 0.49333333333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/16_jpg.rf.7368548b95f4e9f19692c41cbbc2065e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/16_jpg.rf.7368548b95f4e9f19692c41cbbc2065e.txt new file mode 100644 index 0000000..a954bd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/16_jpg.rf.7368548b95f4e9f19692c41cbbc2065e.txt @@ -0,0 +1 @@ +7 0.5133333333333333 0.6866666666666666 0.5777777777777777 0.6266666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/170_jpg.rf.2ef7352d37a0ce6d8c10408b28064150.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/170_jpg.rf.2ef7352d37a0ce6d8c10408b28064150.txt new file mode 100644 index 0000000..2a319f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/170_jpg.rf.2ef7352d37a0ce6d8c10408b28064150.txt @@ -0,0 +1 @@ +0 0.4781420765027322 0.4818181818181818 0.6885245901639344 0.5272727272727272 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/171_jpg.rf.2802824436931191359c31743a8638c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/171_jpg.rf.2802824436931191359c31743a8638c0.txt new file mode 100644 index 0000000..1ef74f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/171_jpg.rf.2802824436931191359c31743a8638c0.txt @@ -0,0 +1 @@ +0 0.48444444444444446 0.5 0.7777777777777778 0.9466666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/172_jpg.rf.3ec52a8411e98c208d20ccce80b25f2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/172_jpg.rf.3ec52a8411e98c208d20ccce80b25f2c.txt new file mode 100644 index 0000000..a4ca742 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/172_jpg.rf.3ec52a8411e98c208d20ccce80b25f2c.txt @@ -0,0 +1,2 @@ +0 0.5233160621761658 0.5019157088122606 0.694300518134715 0.5478927203065134 +5 0.40932642487046633 0.7835249042145593 0.5233160621761658 0.4061302681992337 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/173_jpg.rf.091f264faaf2ec81a6edce3c13a3f5d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/173_jpg.rf.091f264faaf2ec81a6edce3c13a3f5d0.txt new file mode 100644 index 0000000..e529e65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/173_jpg.rf.091f264faaf2ec81a6edce3c13a3f5d0.txt @@ -0,0 +1 @@ +0 0.5026595744680851 0.5970149253731343 0.7180851063829787 0.6007462686567164 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/174_jpg.rf.b8309a74bb52348d45e55850878ec7dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/174_jpg.rf.b8309a74bb52348d45e55850878ec7dd.txt new file mode 100644 index 0000000..f095e67 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/174_jpg.rf.b8309a74bb52348d45e55850878ec7dd.txt @@ -0,0 +1 @@ +0 0.5174129353233831 0.5577689243027888 0.6467661691542289 0.5896414342629482 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/17689c7fe9e26e692c5ea8aba33104fbc350799c_jpg.rf.bb1313e38e704d6d72157376a5e0d3e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/17689c7fe9e26e692c5ea8aba33104fbc350799c_jpg.rf.bb1313e38e704d6d72157376a5e0d3e5.txt new file mode 100644 index 0000000..c9ac046 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/17689c7fe9e26e692c5ea8aba33104fbc350799c_jpg.rf.bb1313e38e704d6d72157376a5e0d3e5.txt @@ -0,0 +1 @@ +1 0.6582278481012658 0.34366925064599485 0.5337552742616034 0.3785529715762274 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/176_jpg.rf.c50bfb20b998fdaeef0fa44576d02ce9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/176_jpg.rf.c50bfb20b998fdaeef0fa44576d02ce9.txt new file mode 100644 index 0000000..99e7a69 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/176_jpg.rf.c50bfb20b998fdaeef0fa44576d02ce9.txt @@ -0,0 +1 @@ +0 0.5283505154639175 0.6081081081081081 0.7680412371134021 0.6177606177606177 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/177_jpg.rf.dbd2cb244f7f5d02adb15d2fcf1cc7d6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/177_jpg.rf.dbd2cb244f7f5d02adb15d2fcf1cc7d6.txt new file mode 100644 index 0000000..3f082b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/177_jpg.rf.dbd2cb244f7f5d02adb15d2fcf1cc7d6.txt @@ -0,0 +1 @@ +0 0.4911111111111111 0.45555555555555555 0.5911111111111111 0.7111111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/178_jpg.rf.c602f7232059de2edff2b1f370e5f312.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/178_jpg.rf.c602f7232059de2edff2b1f370e5f312.txt new file mode 100644 index 0000000..be8d5e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/178_jpg.rf.c602f7232059de2edff2b1f370e5f312.txt @@ -0,0 +1 @@ +0 0.471563981042654 0.3619246861924686 0.7298578199052133 0.5857740585774058 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/179_jpg.rf.0c77c397f964f698f7c9ae932d861335.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/179_jpg.rf.0c77c397f964f698f7c9ae932d861335.txt new file mode 100644 index 0000000..ee5a6af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/179_jpg.rf.0c77c397f964f698f7c9ae932d861335.txt @@ -0,0 +1 @@ +0 0.47836538461538464 0.4588477366255144 0.7403846153846154 0.7078189300411523 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/17_jpg.rf.c9b0938606a1b17fb0a1dee1716c9429.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/17_jpg.rf.c9b0938606a1b17fb0a1dee1716c9429.txt new file mode 100644 index 0000000..e8f043d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/17_jpg.rf.c9b0938606a1b17fb0a1dee1716c9429.txt @@ -0,0 +1 @@ +0 0.54 0.3111111111111111 0.8133333333333334 0.5733333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/17_jpg.rf.cc04cfbb8215d310db039439bdb67104.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/17_jpg.rf.cc04cfbb8215d310db039439bdb67104.txt new file mode 100644 index 0000000..6382d93 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/17_jpg.rf.cc04cfbb8215d310db039439bdb67104.txt @@ -0,0 +1,2 @@ +7 0.19444444444444445 0.62 0.38095238095238093 0.6 +7 0.7599206349206349 0.49 0.40476190476190477 0.47 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/17cbc6a0987da814d1b2dcb4d0ca0aef0748f940_jpg.rf.57e665212bcccabfabeea240ada387e9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/17cbc6a0987da814d1b2dcb4d0ca0aef0748f940_jpg.rf.57e665212bcccabfabeea240ada387e9.txt new file mode 100644 index 0000000..c0faf5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/17cbc6a0987da814d1b2dcb4d0ca0aef0748f940_jpg.rf.57e665212bcccabfabeea240ada387e9.txt @@ -0,0 +1 @@ +5 0.5108225108225108 0.45950155763239875 0.7142857142857143 0.5077881619937694 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/180_jpg.rf.cc9d7bcf4ae49d2fcce75f84b1bdfcad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/180_jpg.rf.cc9d7bcf4ae49d2fcce75f84b1bdfcad.txt new file mode 100644 index 0000000..a9fed27 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/180_jpg.rf.cc9d7bcf4ae49d2fcce75f84b1bdfcad.txt @@ -0,0 +1 @@ +0 0.4975845410628019 0.48148148148148145 0.855072463768116 0.9135802469135802 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/181_jpg.rf.af583e143822e335f2e403e0b01dee4e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/181_jpg.rf.af583e143822e335f2e403e0b01dee4e.txt new file mode 100644 index 0000000..ce7afee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/181_jpg.rf.af583e143822e335f2e403e0b01dee4e.txt @@ -0,0 +1 @@ +0 0.48360655737704916 0.56 0.6557377049180327 0.5854545454545454 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/182_jpg.rf.60ab12001b313090a7cc93e9f500e7f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/182_jpg.rf.60ab12001b313090a7cc93e9f500e7f6.txt new file mode 100644 index 0000000..cb8861b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/182_jpg.rf.60ab12001b313090a7cc93e9f500e7f6.txt @@ -0,0 +1 @@ +0 0.5024875621890548 0.4860557768924303 0.9950248756218906 0.9721115537848606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/183_jpg.rf.7bf8fe651f4d0314da30f4c2cfc62b07.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/183_jpg.rf.7bf8fe651f4d0314da30f4c2cfc62b07.txt new file mode 100644 index 0000000..61eb275 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/183_jpg.rf.7bf8fe651f4d0314da30f4c2cfc62b07.txt @@ -0,0 +1 @@ +0 0.6507462686567164 0.6233333333333333 0.46865671641791046 0.7533333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1847896ff6db170f2ac624d70bd5a8afd195fb4c_jpg.rf.eb052838927df0ddc43a722d34169745.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1847896ff6db170f2ac624d70bd5a8afd195fb4c_jpg.rf.eb052838927df0ddc43a722d34169745.txt new file mode 100644 index 0000000..cd768eb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1847896ff6db170f2ac624d70bd5a8afd195fb4c_jpg.rf.eb052838927df0ddc43a722d34169745.txt @@ -0,0 +1 @@ +5 0.5411392405063291 0.16385372714486637 0.46835443037974683 0.32770745428973275 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/184_jpg.rf.3174ca473d74457ad4a3b953c399676c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/184_jpg.rf.3174ca473d74457ad4a3b953c399676c.txt new file mode 100644 index 0000000..0672d03 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/184_jpg.rf.3174ca473d74457ad4a3b953c399676c.txt @@ -0,0 +1 @@ +0 0.5335051546391752 0.49613899613899615 0.5567010309278351 0.44787644787644787 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/185_jpg.rf.0c9c870c5bae1b16b7c8d845625ea36f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/185_jpg.rf.0c9c870c5bae1b16b7c8d845625ea36f.txt new file mode 100644 index 0000000..b45e48e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/185_jpg.rf.0c9c870c5bae1b16b7c8d845625ea36f.txt @@ -0,0 +1 @@ +0 0.5 0.5101626016260162 0.8529411764705882 0.9308943089430894 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/186_jpg.rf.b03d4f16fd72abd268d2910fe9b9c697.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/186_jpg.rf.b03d4f16fd72abd268d2910fe9b9c697.txt new file mode 100644 index 0000000..1375daf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/186_jpg.rf.b03d4f16fd72abd268d2910fe9b9c697.txt @@ -0,0 +1 @@ +0 0.5022222222222222 0.5066666666666667 0.7555555555555555 0.9866666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1870f77ade6b8f2587673ebad1137bfcdb8c85ce_jpg.rf.d1840401a45a8517882632a7e09ad21a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1870f77ade6b8f2587673ebad1137bfcdb8c85ce_jpg.rf.d1840401a45a8517882632a7e09ad21a.txt new file mode 100644 index 0000000..e3b9435 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1870f77ade6b8f2587673ebad1137bfcdb8c85ce_jpg.rf.d1840401a45a8517882632a7e09ad21a.txt @@ -0,0 +1 @@ +1 0.515625 0.3602251407129456 0.553125 0.42213883677298314 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/187_jpg.rf.d4b8705d38f21fb1993ddedfc0c5ae34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/187_jpg.rf.d4b8705d38f21fb1993ddedfc0c5ae34.txt new file mode 100644 index 0000000..74c84b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/187_jpg.rf.d4b8705d38f21fb1993ddedfc0c5ae34.txt @@ -0,0 +1 @@ +0 0.4562841530054645 0.5636363636363636 0.6120218579234973 0.5927272727272728 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/188_jpg.rf.de62f226148ac3ec707b77299791a760.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/188_jpg.rf.de62f226148ac3ec707b77299791a760.txt new file mode 100644 index 0000000..b5926e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/188_jpg.rf.de62f226148ac3ec707b77299791a760.txt @@ -0,0 +1 @@ +0 0.4775 0.5956175298804781 0.745 0.6932270916334662 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/189_jpg.rf.6b86975f9d5dd1ac4c41ef1032cde69c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/189_jpg.rf.6b86975f9d5dd1ac4c41ef1032cde69c.txt new file mode 100644 index 0000000..ebba4af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/189_jpg.rf.6b86975f9d5dd1ac4c41ef1032cde69c.txt @@ -0,0 +1 @@ +0 0.6345454545454545 0.680327868852459 0.5309090909090909 0.639344262295082 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/189d2ca1107828994e7d08090f381b990d5910f9_jpg.rf.40b2c66fc137ca940af8fc49844b4745.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/189d2ca1107828994e7d08090f381b990d5910f9_jpg.rf.40b2c66fc137ca940af8fc49844b4745.txt new file mode 100644 index 0000000..428e2ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/189d2ca1107828994e7d08090f381b990d5910f9_jpg.rf.40b2c66fc137ca940af8fc49844b4745.txt @@ -0,0 +1 @@ +3 0.4989130434782609 0.45 0.41739130434782606 0.8326086956521739 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/18_jpg.rf.192e71bde5e0553044af79aeca2fca72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/18_jpg.rf.192e71bde5e0553044af79aeca2fca72.txt new file mode 100644 index 0000000..299224e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/18_jpg.rf.192e71bde5e0553044af79aeca2fca72.txt @@ -0,0 +1,6 @@ +7 0.34 0.5 0.6133333333333333 0.8711111111111111 +7 0.8555555555555555 0.10222222222222223 0.16 0.17777777777777778 +7 0.86 0.29333333333333333 0.1288888888888889 0.1688888888888889 +7 0.8555555555555555 0.49777777777777776 0.12444444444444444 0.17333333333333334 +7 0.8622222222222222 0.6911111111111111 0.14222222222222222 0.17333333333333334 +7 0.8577777777777778 0.8977777777777778 0.1288888888888889 0.18222222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/18_jpg.rf.b398f4d787cd22e9e8cb1499a4df9e2f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/18_jpg.rf.b398f4d787cd22e9e8cb1499a4df9e2f.txt new file mode 100644 index 0000000..5b3fc58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/18_jpg.rf.b398f4d787cd22e9e8cb1499a4df9e2f.txt @@ -0,0 +1 @@ +0 0.5026315789473684 0.5770676691729323 0.8421052631578947 0.6729323308270677 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/190_jpg.rf.4ff71c132f15c1a1359be34210d51c2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/190_jpg.rf.4ff71c132f15c1a1359be34210d51c2c.txt new file mode 100644 index 0000000..9ab189d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/190_jpg.rf.4ff71c132f15c1a1359be34210d51c2c.txt @@ -0,0 +1 @@ +0 0.5093896713615024 0.6329113924050633 0.5633802816901409 0.6835443037974683 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/191_jpg.rf.90ff0cd6264b28e36dc922d484907612.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/191_jpg.rf.90ff0cd6264b28e36dc922d484907612.txt new file mode 100644 index 0000000..846e8cf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/191_jpg.rf.90ff0cd6264b28e36dc922d484907612.txt @@ -0,0 +1 @@ +0 0.4949238578680203 0.6875 0.6649746192893401 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/192_jpg.rf.7e0451b2e596325c78767714db93be38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/192_jpg.rf.7e0451b2e596325c78767714db93be38.txt new file mode 100644 index 0000000..8a0b312 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/192_jpg.rf.7e0451b2e596325c78767714db93be38.txt @@ -0,0 +1 @@ +0 0.6988416988416989 0.5773195876288659 0.5714285714285714 0.845360824742268 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/193_jpg.rf.76be7715e24357426032b83f6834e560.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/193_jpg.rf.76be7715e24357426032b83f6834e560.txt new file mode 100644 index 0000000..8036dd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/193_jpg.rf.76be7715e24357426032b83f6834e560.txt @@ -0,0 +1 @@ +0 0.5163934426229508 0.5618181818181818 0.7049180327868853 0.6872727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/194_jpg.rf.ea40e4130e3202ff8772d8b9903a819f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/194_jpg.rf.ea40e4130e3202ff8772d8b9903a819f.txt new file mode 100644 index 0000000..d6fe623 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/194_jpg.rf.ea40e4130e3202ff8772d8b9903a819f.txt @@ -0,0 +1 @@ +0 0.45073891625615764 0.5846774193548387 0.6699507389162561 0.6370967741935484 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1954cc1d63b87aa2d459dca4075812cf106f915c_jpg.rf.2a25e8d85e3cd8a33a8cf1da23dc5c5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1954cc1d63b87aa2d459dca4075812cf106f915c_jpg.rf.2a25e8d85e3cd8a33a8cf1da23dc5c5d.txt new file mode 100644 index 0000000..a74d5c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1954cc1d63b87aa2d459dca4075812cf106f915c_jpg.rf.2a25e8d85e3cd8a33a8cf1da23dc5c5d.txt @@ -0,0 +1 @@ +0 0.4989451476793249 0.5298507462686567 0.759493670886076 0.8763326226012793 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/195_jpg.rf.5d5824a3d67fa49ef858824d22481f8a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/195_jpg.rf.5d5824a3d67fa49ef858824d22481f8a.txt new file mode 100644 index 0000000..1177bdd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/195_jpg.rf.5d5824a3d67fa49ef858824d22481f8a.txt @@ -0,0 +1 @@ +0 0.5488888888888889 0.44 0.5555555555555556 0.6933333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/195feae84fa4964f726c79b47f89c87aa345f11f_jpg.rf.3b34da18fb111e4530b7f26e79903dc3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/195feae84fa4964f726c79b47f89c87aa345f11f_jpg.rf.3b34da18fb111e4530b7f26e79903dc3.txt new file mode 100644 index 0000000..ead5e73 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/195feae84fa4964f726c79b47f89c87aa345f11f_jpg.rf.3b34da18fb111e4530b7f26e79903dc3.txt @@ -0,0 +1 @@ +1 0.4978902953586498 0.44585091420534456 0.33755274261603374 0.5752461322081576 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/196_jpg.rf.4a45efcf40d2c5e6ebc71dac73ca0341.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/196_jpg.rf.4a45efcf40d2c5e6ebc71dac73ca0341.txt new file mode 100644 index 0000000..7314cdb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/196_jpg.rf.4a45efcf40d2c5e6ebc71dac73ca0341.txt @@ -0,0 +1 @@ +0 0.5601092896174863 0.5818181818181818 0.8797814207650273 0.8363636363636363 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/197_jpg.rf.881282c749afedea2946f0c55ee34623.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/197_jpg.rf.881282c749afedea2946f0c55ee34623.txt new file mode 100644 index 0000000..bfcd629 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/197_jpg.rf.881282c749afedea2946f0c55ee34623.txt @@ -0,0 +1 @@ +0 0.5133333333333333 0.5844444444444444 0.6444444444444445 0.76 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/198449d52c6628dc7318ae190d31c2f5d2170491_jpg.rf.cfe37cc1c1d5e8c7a6e55e6552a4ec81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/198449d52c6628dc7318ae190d31c2f5d2170491_jpg.rf.cfe37cc1c1d5e8c7a6e55e6552a4ec81.txt new file mode 100644 index 0000000..7ee9f35 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/198449d52c6628dc7318ae190d31c2f5d2170491_jpg.rf.cfe37cc1c1d5e8c7a6e55e6552a4ec81.txt @@ -0,0 +1 @@ +1 0.5042194092827004 0.42967651195499296 0.29324894514767935 0.5583684950773559 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1985f5d7bbe98b597e7e013020842e97f64553fb_jpg.rf.c58727775ba78b071b7955e34d713d52.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1985f5d7bbe98b597e7e013020842e97f64553fb_jpg.rf.c58727775ba78b071b7955e34d713d52.txt new file mode 100644 index 0000000..1516e45 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1985f5d7bbe98b597e7e013020842e97f64553fb_jpg.rf.c58727775ba78b071b7955e34d713d52.txt @@ -0,0 +1 @@ +3 0.47468354430379744 0.45800316957210774 0.4767932489451477 0.8874801901743264 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/198_jpg.rf.da282aad7fa86c007446f0e32817fbfd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/198_jpg.rf.da282aad7fa86c007446f0e32817fbfd.txt new file mode 100644 index 0000000..b3f3b46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/198_jpg.rf.da282aad7fa86c007446f0e32817fbfd.txt @@ -0,0 +1,2 @@ +0 0.536 0.5149253731343284 0.364 0.5870646766169154 +5 0.514 0.8805970149253731 0.288 0.21393034825870647 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/199_jpg.rf.3721627c6b0e98a974c3bd3d23359f40.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/199_jpg.rf.3721627c6b0e98a974c3bd3d23359f40.txt new file mode 100644 index 0000000..37b285a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/199_jpg.rf.3721627c6b0e98a974c3bd3d23359f40.txt @@ -0,0 +1 @@ +0 0.4890909090909091 0.366120218579235 0.33454545454545453 0.5191256830601093 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/19_jpg.rf.2594095776fd59299ce5937c1c804a83.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/19_jpg.rf.2594095776fd59299ce5937c1c804a83.txt new file mode 100644 index 0000000..51670df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/19_jpg.rf.2594095776fd59299ce5937c1c804a83.txt @@ -0,0 +1,2 @@ +7 0.2733333333333333 0.5357142857142857 0.23666666666666666 0.5119047619047619 +7 0.7633333333333333 0.5625 0.25 0.5833333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/19_jpg.rf.ddbaecb8ee8850f60701e04c5f31babb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/19_jpg.rf.ddbaecb8ee8850f60701e04c5f31babb.txt new file mode 100644 index 0000000..6f805df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/19_jpg.rf.ddbaecb8ee8850f60701e04c5f31babb.txt @@ -0,0 +1,3 @@ +0 0.2958715596330275 0.4827586206896552 0.47706422018348627 0.5603448275862069 +0 0.8096330275229358 0.5603448275862069 0.38073394495412843 0.5905172413793104 +5 0.3463302752293578 0.8491379310344828 0.3302752293577982 0.22844827586206898 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/19ed1dd7b4cf01b301b2f6e970eb90edfdbb7951_jpg.rf.5f24d0ae955d0492c84cc74b718374d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/19ed1dd7b4cf01b301b2f6e970eb90edfdbb7951_jpg.rf.5f24d0ae955d0492c84cc74b718374d8.txt new file mode 100644 index 0000000..83196c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/19ed1dd7b4cf01b301b2f6e970eb90edfdbb7951_jpg.rf.5f24d0ae955d0492c84cc74b718374d8.txt @@ -0,0 +1 @@ +0 0.5073839662447257 0.5147679324894515 0.5421940928270043 0.79957805907173 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1_jpg.rf.e808a5ff8cab8f37784592abc1db757a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1_jpg.rf.e808a5ff8cab8f37784592abc1db757a.txt new file mode 100644 index 0000000..d75df49 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1_jpg.rf.e808a5ff8cab8f37784592abc1db757a.txt @@ -0,0 +1,2 @@ +7 0.2495 0.697 0.499 0.606 +7 0.7825 0.636 0.435 0.675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1_jpg.rf.fe2d0a68debef7999713d12c9cce7051.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1_jpg.rf.fe2d0a68debef7999713d12c9cce7051.txt new file mode 100644 index 0000000..21c2408 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1_jpg.rf.fe2d0a68debef7999713d12c9cce7051.txt @@ -0,0 +1 @@ +0 0.4951219512195122 0.5467479674796748 0.8146341463414634 0.8617886178861789 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1a0dffac753d060223b702075b17415ce320c297_jpg.rf.83e6c675249f29815dca36408a66c8f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1a0dffac753d060223b702075b17415ce320c297_jpg.rf.83e6c675249f29815dca36408a66c8f6.txt new file mode 100644 index 0000000..af5b7ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1a0dffac753d060223b702075b17415ce320c297_jpg.rf.83e6c675249f29815dca36408a66c8f6.txt @@ -0,0 +1 @@ +1 0.5 0.4120956399437412 0.2510548523206751 0.3628691983122363 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1a2024562302f5338316db56ca876e0e17cf742f_jpg.rf.9fec59932c5c9381279073592b6b883d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1a2024562302f5338316db56ca876e0e17cf742f_jpg.rf.9fec59932c5c9381279073592b6b883d.txt new file mode 100644 index 0000000..59863ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1a2024562302f5338316db56ca876e0e17cf742f_jpg.rf.9fec59932c5c9381279073592b6b883d.txt @@ -0,0 +1 @@ +1 0.4282700421940928 0.5309423347398031 0.45569620253164556 0.7116736990154712 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1b9f40d045a90505b52dd370b69aaca9dbb4303a_jpg.rf.f4c149aff01e665d0363148afded1e26.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1b9f40d045a90505b52dd370b69aaca9dbb4303a_jpg.rf.f4c149aff01e665d0363148afded1e26.txt new file mode 100644 index 0000000..62e174f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1b9f40d045a90505b52dd370b69aaca9dbb4303a_jpg.rf.f4c149aff01e665d0363148afded1e26.txt @@ -0,0 +1 @@ +5 0.5042194092827004 0.29535864978902954 0.4451476793248945 0.4936708860759494 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1dc5bb201a5944640f165b4e0c24bafa14c7d43c_jpg.rf.b2ce5366a1612771f48b378c977e3b6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1dc5bb201a5944640f165b4e0c24bafa14c7d43c_jpg.rf.b2ce5366a1612771f48b378c977e3b6d.txt new file mode 100644 index 0000000..429f7dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1dc5bb201a5944640f165b4e0c24bafa14c7d43c_jpg.rf.b2ce5366a1612771f48b378c977e3b6d.txt @@ -0,0 +1 @@ +4 0.5042194092827004 0.6482142857142857 0.7215189873417721 0.7035714285714286 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1e361a658f1a3811189549a3adc3ca71e5218816_jpg.rf.a23e940e54c75f0f43ddfab4bb693cea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1e361a658f1a3811189549a3adc3ca71e5218816_jpg.rf.a23e940e54c75f0f43ddfab4bb693cea.txt new file mode 100644 index 0000000..4116a95 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1e361a658f1a3811189549a3adc3ca71e5218816_jpg.rf.a23e940e54c75f0f43ddfab4bb693cea.txt @@ -0,0 +1 @@ +3 0.5116033755274262 0.4462025316455696 0.4430379746835443 0.8575949367088608 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1e7c14c24c522f8caa54d262846b21bd212a6818_jpg.rf.f9f95478ffe4ad62a3c9f23fb2cf2a4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1e7c14c24c522f8caa54d262846b21bd212a6818_jpg.rf.f9f95478ffe4ad62a3c9f23fb2cf2a4a.txt new file mode 100644 index 0000000..14eabdb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1e7c14c24c522f8caa54d262846b21bd212a6818_jpg.rf.f9f95478ffe4ad62a3c9f23fb2cf2a4a.txt @@ -0,0 +1 @@ +3 0.5010548523206751 0.41455696202531644 0.39029535864978904 0.7943037974683544 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1ec871cdfe41ff2093fff53f11f315f2027396cc_jpg.rf.069422a422789f292b711231a9c7fab0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1ec871cdfe41ff2093fff53f11f315f2027396cc_jpg.rf.069422a422789f292b711231a9c7fab0.txt new file mode 100644 index 0000000..0830ee5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1ec871cdfe41ff2093fff53f11f315f2027396cc_jpg.rf.069422a422789f292b711231a9c7fab0.txt @@ -0,0 +1 @@ +5 0.47362869198312235 0.25037707390648567 0.5147679324894515 0.36048265460030166 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/1f92a611866af3496de242fccebb922c1adba862_jpg.rf.cc869f9df3f3fd7dfefb364c28b3759b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/1f92a611866af3496de242fccebb922c1adba862_jpg.rf.cc869f9df3f3fd7dfefb364c28b3759b.txt new file mode 100644 index 0000000..d682fe2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/1f92a611866af3496de242fccebb922c1adba862_jpg.rf.cc869f9df3f3fd7dfefb364c28b3759b.txt @@ -0,0 +1 @@ +5 0.5052742616033755 0.4248417721518987 0.5421940928270043 0.5427215189873418 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/200_jpg.rf.b973678521f8351db635bf27d14ac39a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/200_jpg.rf.b973678521f8351db635bf27d14ac39a.txt new file mode 100644 index 0000000..4366fc1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/200_jpg.rf.b973678521f8351db635bf27d14ac39a.txt @@ -0,0 +1 @@ +0 0.5024752475247525 0.666 0.995049504950495 0.668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/201_jpg.rf.dd72c69d040740d75f20999341364923.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/201_jpg.rf.dd72c69d040740d75f20999341364923.txt new file mode 100644 index 0000000..92535c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/201_jpg.rf.dd72c69d040740d75f20999341364923.txt @@ -0,0 +1 @@ +0 0.644808743169399 0.6963636363636364 0.7103825136612022 0.5490909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160205_jpg.rf.0dfdddb7194884fa9bfd808859517e98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160205_jpg.rf.0dfdddb7194884fa9bfd808859517e98.txt new file mode 100644 index 0000000..c5f2c86 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160205_jpg.rf.0dfdddb7194884fa9bfd808859517e98.txt @@ -0,0 +1 @@ +1 0.4673202614379085 0.4783088235294118 0.5179738562091504 0.4321078431372549 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160309_jpg.rf.3d45d5b4e0313aafcc5cf657a1c57de6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160309_jpg.rf.3d45d5b4e0313aafcc5cf657a1c57de6.txt new file mode 100644 index 0000000..08b88ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160309_jpg.rf.3d45d5b4e0313aafcc5cf657a1c57de6.txt @@ -0,0 +1 @@ +1 0.4934640522875817 0.5095588235294117 0.5234204793028322 0.4519607843137255 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160310_jpg.rf.25c59ad1d6c1e7aaf1a5b86ecf272b05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160310_jpg.rf.25c59ad1d6c1e7aaf1a5b86ecf272b05.txt new file mode 100644 index 0000000..59f37b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160310_jpg.rf.25c59ad1d6c1e7aaf1a5b86ecf272b05.txt @@ -0,0 +1 @@ +1 0.49673202614379086 0.5145833333333333 0.5604575163398693 0.4571078431372549 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160647_jpg.rf.ed5b743cb0285dbd28689bb022760d91.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160647_jpg.rf.ed5b743cb0285dbd28689bb022760d91.txt new file mode 100644 index 0000000..185b8a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160647_jpg.rf.ed5b743cb0285dbd28689bb022760d91.txt @@ -0,0 +1 @@ +1 0.5373093681917211 0.49865196078431373 0.6241830065359477 0.45416666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160649_jpg.rf.ef6990f2533d686fea150494b73f6609.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160649_jpg.rf.ef6990f2533d686fea150494b73f6609.txt new file mode 100644 index 0000000..49ebf65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160649_jpg.rf.ef6990f2533d686fea150494b73f6609.txt @@ -0,0 +1 @@ +1 0.531318082788671 0.5430147058823529 0.6023965141612201 0.4549019607843137 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160700_jpg.rf.44c7598ffd02d62316c955aa1d1aafa9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160700_jpg.rf.44c7598ffd02d62316c955aa1d1aafa9.txt new file mode 100644 index 0000000..2e988c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_160700_jpg.rf.44c7598ffd02d62316c955aa1d1aafa9.txt @@ -0,0 +1 @@ +1 0.5168845315904139 0.5050245098039216 0.5348583877995643 0.44583333333333336 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161152_jpg.rf.f12e6edf6c895f13794e81dca58f3a39.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161152_jpg.rf.f12e6edf6c895f13794e81dca58f3a39.txt new file mode 100644 index 0000000..8112128 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161152_jpg.rf.f12e6edf6c895f13794e81dca58f3a39.txt @@ -0,0 +1 @@ +1 0.49836601307189543 0.44865196078431374 0.4793028322440087 0.42916666666666664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161204_jpg.rf.9466b20b9e5aa6d3b5836b1ec68177ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161204_jpg.rf.9466b20b9e5aa6d3b5836b1ec68177ab.txt new file mode 100644 index 0000000..cc87145 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161204_jpg.rf.9466b20b9e5aa6d3b5836b1ec68177ab.txt @@ -0,0 +1 @@ +1 0.5381263616557734 0.4776960784313726 0.47766884531590414 0.4245098039215686 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161209_jpg.rf.815c58f5f05729f25ad1dad647946be9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161209_jpg.rf.815c58f5f05729f25ad1dad647946be9.txt new file mode 100644 index 0000000..930a257 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161209_jpg.rf.815c58f5f05729f25ad1dad647946be9.txt @@ -0,0 +1 @@ +1 0.409041394335512 0.4910539215686274 0.4422657952069717 0.46176470588235297 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161649_jpg.rf.4a526e8650b7f3281e3347ce4404e3c8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161649_jpg.rf.4a526e8650b7f3281e3347ce4404e3c8.txt new file mode 100644 index 0000000..c1f86ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_161649_jpg.rf.4a526e8650b7f3281e3347ce4404e3c8.txt @@ -0,0 +1 @@ +1 0.5059912854030502 0.40012254901960786 0.8186274509803921 0.43970588235294117 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_163951_jpg.rf.8e1735fbacd6c51b0dc54d38d4aada1e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_163951_jpg.rf.8e1735fbacd6c51b0dc54d38d4aada1e.txt new file mode 100644 index 0000000..f06f416 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_163951_jpg.rf.8e1735fbacd6c51b0dc54d38d4aada1e.txt @@ -0,0 +1 @@ +1 0.5 0.4875 0.5435729847494554 0.45784313725490194 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_163954_jpg.rf.0f0da7008bc77e4d3c2fec22fff52345.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_163954_jpg.rf.0f0da7008bc77e4d3c2fec22fff52345.txt new file mode 100644 index 0000000..6795604 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_163954_jpg.rf.0f0da7008bc77e4d3c2fec22fff52345.txt @@ -0,0 +1 @@ +1 0.4798474945533769 0.492156862745098 0.5027233115468409 0.4534313725490196 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_164836_jpg.rf.455a59b14563516c7438f36e7481ca13.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_164836_jpg.rf.455a59b14563516c7438f36e7481ca13.txt new file mode 100644 index 0000000..b23481b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_164836_jpg.rf.455a59b14563516c7438f36e7481ca13.txt @@ -0,0 +1 @@ +1 0.49155773420479304 0.46286764705882355 0.6546840958605664 0.408578431372549 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_164847_jpg.rf.d0a0f39dc0619f3e046010d40605709f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_164847_jpg.rf.d0a0f39dc0619f3e046010d40605709f.txt new file mode 100644 index 0000000..4bcf0c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_164847_jpg.rf.d0a0f39dc0619f3e046010d40605709f.txt @@ -0,0 +1 @@ +1 0.5751633986928104 0.4583333333333333 0.6296296296296297 0.4100490196078431 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_165718_jpg.rf.eaaeea27c4e74345397c597b8c12e796.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_165718_jpg.rf.eaaeea27c4e74345397c597b8c12e796.txt new file mode 100644 index 0000000..747eea5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_165718_jpg.rf.eaaeea27c4e74345397c597b8c12e796.txt @@ -0,0 +1 @@ +1 0.548202614379085 0.540563725490196 0.6938997821350763 0.6063725490196078 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_165723_jpg.rf.9553063e6215332fc6f06dd0aa781f3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_165723_jpg.rf.9553063e6215332fc6f06dd0aa781f3c.txt new file mode 100644 index 0000000..0b7dc58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_165723_jpg.rf.9553063e6215332fc6f06dd0aa781f3c.txt @@ -0,0 +1 @@ +1 0.5223311546840959 0.5678921568627451 0.7903050108932462 0.6311274509803921 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170003_jpg.rf.d4f6f18d80b68d66f377849040b8dc27.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170003_jpg.rf.d4f6f18d80b68d66f377849040b8dc27.txt new file mode 100644 index 0000000..a740fe0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170003_jpg.rf.d4f6f18d80b68d66f377849040b8dc27.txt @@ -0,0 +1 @@ +1 0.6089324618736384 0.5258578431372549 0.7821350762527233 0.6259803921568627 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170005_jpg.rf.dc9401deb702b2323378043bc1516398.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170005_jpg.rf.dc9401deb702b2323378043bc1516398.txt new file mode 100644 index 0000000..7f6da43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170005_jpg.rf.dc9401deb702b2323378043bc1516398.txt @@ -0,0 +1 @@ +1 0.4477124183006536 0.5248774509803922 0.8447712418300654 0.6134803921568628 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170702_jpg.rf.13f505e2702f901407f302303ef6a527.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170702_jpg.rf.13f505e2702f901407f302303ef6a527.txt new file mode 100644 index 0000000..22d0eeb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170702_jpg.rf.13f505e2702f901407f302303ef6a527.txt @@ -0,0 +1 @@ +1 0.4820261437908497 0.4196078431372549 0.9640522875816994 0.42426470588235293 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170709_jpg.rf.a2e7cd9c1f4a5d66358e16b4a5b639b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170709_jpg.rf.a2e7cd9c1f4a5d66358e16b4a5b639b8.txt new file mode 100644 index 0000000..bc529d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_170709_jpg.rf.a2e7cd9c1f4a5d66358e16b4a5b639b8.txt @@ -0,0 +1 @@ +1 0.5917755991285403 0.43333333333333335 0.6318082788671024 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_175158_jpg.rf.608c081198c29acb1d049436a187a730.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_175158_jpg.rf.608c081198c29acb1d049436a187a730.txt new file mode 100644 index 0000000..bbff9fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_175158_jpg.rf.608c081198c29acb1d049436a187a730.txt @@ -0,0 +1,2 @@ +0 0.5236928104575164 0.32941176470588235 0.5686274509803921 0.27769607843137256 +6 0.5541938997821351 0.6088235294117647 0.6437908496732027 0.2985294117647059 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184018_jpg.rf.57198c3f8b7be3c65ef854a72dd43318.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184018_jpg.rf.57198c3f8b7be3c65ef854a72dd43318.txt new file mode 100644 index 0000000..d2fdbd0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184018_jpg.rf.57198c3f8b7be3c65ef854a72dd43318.txt @@ -0,0 +1,2 @@ +0 0.5383986928104575 0.37892156862745097 0.5490196078431373 0.23676470588235293 +6 0.5566448801742919 0.6329656862745098 0.5757080610021786 0.2855392156862745 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184020_jpg.rf.e2b86f2e71ab5e9e78f38bdc8452b7bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184020_jpg.rf.e2b86f2e71ab5e9e78f38bdc8452b7bb.txt new file mode 100644 index 0000000..6e15dab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184020_jpg.rf.e2b86f2e71ab5e9e78f38bdc8452b7bb.txt @@ -0,0 +1,2 @@ +0 0.5503812636165577 0.3712009803921569 0.5724400871459695 0.23284313725490197 +6 0.5623638344226579 0.623406862745098 0.5713507625272332 0.3017156862745098 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184202_jpg.rf.e1469bd5ced796d1e8e2877a4172fc01.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184202_jpg.rf.e1469bd5ced796d1e8e2877a4172fc01.txt new file mode 100644 index 0000000..2fe4ea2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184202_jpg.rf.e1469bd5ced796d1e8e2877a4172fc01.txt @@ -0,0 +1,2 @@ +0 0.5612745098039216 0.44010695187165777 0.5234204793028322 0.30320855614973263 +6 0.5452069716775599 0.7312834224598931 0.4934640522875817 0.3064171122994652 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184205_jpg.rf.0f6d1ca23577f33dc4b9043f2b06ba76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184205_jpg.rf.0f6d1ca23577f33dc4b9043f2b06ba76.txt new file mode 100644 index 0000000..a65e009 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184205_jpg.rf.0f6d1ca23577f33dc4b9043f2b06ba76.txt @@ -0,0 +1,2 @@ +0 0.3828976034858388 0.41041666666666665 0.6361655773420479 0.27156862745098037 +6 0.36955337690631807 0.6759803921568628 0.5424836601307189 0.2784313725490196 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184544_jpg.rf.79f7492c8abaed98b93427cef7e497ac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184544_jpg.rf.79f7492c8abaed98b93427cef7e497ac.txt new file mode 100644 index 0000000..478b00c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184544_jpg.rf.79f7492c8abaed98b93427cef7e497ac.txt @@ -0,0 +1,2 @@ +0 0.3918845315904139 0.3352941176470588 0.4863834422657952 0.2036764705882353 +6 0.39760348583877997 0.5345588235294118 0.41938997821350765 0.23308823529411765 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184749_jpg.rf.0816758207f73449354f67de7dd9b2f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184749_jpg.rf.0816758207f73449354f67de7dd9b2f1.txt new file mode 100644 index 0000000..088652e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184749_jpg.rf.0816758207f73449354f67de7dd9b2f1.txt @@ -0,0 +1,2 @@ +0 0.43709150326797386 0.39276960784313725 0.47657952069716775 0.19681372549019607 +6 0.45070806100217864 0.5818627450980393 0.39869281045751637 0.2034313725490196 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184753_jpg.rf.4c861bf78eaaca4ca6ca5b7b25f108cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184753_jpg.rf.4c861bf78eaaca4ca6ca5b7b25f108cb.txt new file mode 100644 index 0000000..8da1884 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184753_jpg.rf.4c861bf78eaaca4ca6ca5b7b25f108cb.txt @@ -0,0 +1,2 @@ +0 0.27450980392156865 0.3943627450980392 0.5403050108932462 0.20980392156862746 +6 0.2608932461873638 0.5871323529411765 0.4477124183006536 0.2105392156862745 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184858_jpg.rf.89e00e555c5613e821cf8237124bc49c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184858_jpg.rf.89e00e555c5613e821cf8237124bc49c.txt new file mode 100644 index 0000000..1e130d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_184858_jpg.rf.89e00e555c5613e821cf8237124bc49c.txt @@ -0,0 +1,2 @@ +0 0.5364923747276689 0.38063725490196076 0.5076252723311547 0.21446078431372548 +6 0.508442265795207 0.5819852941176471 0.41013071895424835 0.24044117647058824 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_185230_jpg.rf.70856bd0e4ebf46b10957535ee5d9c38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_185230_jpg.rf.70856bd0e4ebf46b10957535ee5d9c38.txt new file mode 100644 index 0000000..71c5d36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_185230_jpg.rf.70856bd0e4ebf46b10957535ee5d9c38.txt @@ -0,0 +1,2 @@ +0 0.5659041394335512 0.4238970588235294 0.4335511982570806 0.28161764705882353 +6 0.5688997821350763 0.672671568627451 0.5648148148148148 0.29068627450980394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_185237_jpg.rf.7e9410a6934fc9a365f4d0d3c014b8a6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_185237_jpg.rf.7e9410a6934fc9a365f4d0d3c014b8a6.txt new file mode 100644 index 0000000..dfa2f4a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_185237_jpg.rf.7e9410a6934fc9a365f4d0d3c014b8a6.txt @@ -0,0 +1,2 @@ +0 0.5187908496732027 0.37769607843137254 0.4286492374727669 0.2916666666666667 +6 0.5059912854030502 0.6425245098039216 0.5179738562091504 0.2833333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192158_jpg.rf.d00afe2b408bf88d1efba5139a01c681.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192158_jpg.rf.d00afe2b408bf88d1efba5139a01c681.txt new file mode 100644 index 0000000..125b433 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192158_jpg.rf.d00afe2b408bf88d1efba5139a01c681.txt @@ -0,0 +1,2 @@ +0 0.5043572984749455 0.40955882352941175 0.6802832244008714 0.2855392156862745 +6 0.4338235294117647 0.7535539215686274 0.6868191721132898 0.4311274509803922 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192438_jpg.rf.e3c47596117dac5d0413a0145ad06014.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192438_jpg.rf.e3c47596117dac5d0413a0145ad06014.txt new file mode 100644 index 0000000..7cd4bdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192438_jpg.rf.e3c47596117dac5d0413a0145ad06014.txt @@ -0,0 +1,2 @@ +0 0.4866557734204793 0.35661764705882354 0.5953159041394336 0.2678921568627451 +3 0.4923747276688453 0.7018382352941176 0.6328976034858388 0.45416666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192442_jpg.rf.696423b66fbabe7aa90b76be81c1b4ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192442_jpg.rf.696423b66fbabe7aa90b76be81c1b4ee.txt new file mode 100644 index 0000000..38584de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192442_jpg.rf.696423b66fbabe7aa90b76be81c1b4ee.txt @@ -0,0 +1,2 @@ +0 0.5174291938997821 0.3292892156862745 0.5980392156862745 0.2676470588235294 +3 0.37145969498910675 0.7051470588235295 0.6998910675381264 0.4764705882352941 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192646_jpg.rf.be2b30f2ca004c63b5c31a108bb0c2b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192646_jpg.rf.be2b30f2ca004c63b5c31a108bb0c2b4.txt new file mode 100644 index 0000000..1d6fa1a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192646_jpg.rf.be2b30f2ca004c63b5c31a108bb0c2b4.txt @@ -0,0 +1,2 @@ +0 0.5819716775599129 0.3564950980392157 0.49455337690631807 0.21274509803921568 +3 0.46868191721132896 0.6976715686274509 0.6416122004357299 0.5215686274509804 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192649_jpg.rf.94e6c6d82edcdff0d310da603f9cec16.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192649_jpg.rf.94e6c6d82edcdff0d310da603f9cec16.txt new file mode 100644 index 0000000..88d6bd1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192649_jpg.rf.94e6c6d82edcdff0d310da603f9cec16.txt @@ -0,0 +1,2 @@ +0 0.43300653594771243 0.36348039215686273 0.5364923747276689 0.24142156862745098 +3 0.42429193899782136 0.6919117647058823 0.6094771241830066 0.4857843137254902 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192827_jpg.rf.78f1e25be0fc61d7071a5c0a7dee814e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192827_jpg.rf.78f1e25be0fc61d7071a5c0a7dee814e.txt new file mode 100644 index 0000000..6632db0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192827_jpg.rf.78f1e25be0fc61d7071a5c0a7dee814e.txt @@ -0,0 +1,2 @@ +0 0.4166666666666667 0.3588235294117647 0.6944444444444444 0.26348039215686275 +3 0.43681917211328974 0.69375 0.6481481481481481 0.45294117647058824 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192830_jpg.rf.bbc9066142ae71f531780da5fcb8bc3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192830_jpg.rf.bbc9066142ae71f531780da5fcb8bc3d.txt new file mode 100644 index 0000000..b56bc6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_192830_jpg.rf.bbc9066142ae71f531780da5fcb8bc3d.txt @@ -0,0 +1,2 @@ +0 0.4632352941176471 0.3656862745098039 0.585511982570806 0.25882352941176473 +3 0.4125816993464052 0.6827205882352941 0.656318082788671 0.44191176470588234 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193050_jpg.rf.d0da183bada3348374abc38261007ff8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193050_jpg.rf.d0da183bada3348374abc38261007ff8.txt new file mode 100644 index 0000000..389b665 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193050_jpg.rf.d0da183bada3348374abc38261007ff8.txt @@ -0,0 +1,2 @@ +0 0.5081699346405228 0.4227941176470588 0.5468409586056645 0.28799019607843135 +3 0.5098039215686274 0.6935049019607843 0.43191721132897604 0.3105392156862745 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193052_jpg.rf.a25ea9bf21dfce1d13fbc8148c700ba8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193052_jpg.rf.a25ea9bf21dfce1d13fbc8148c700ba8.txt new file mode 100644 index 0000000..cb9d3de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193052_jpg.rf.a25ea9bf21dfce1d13fbc8148c700ba8.txt @@ -0,0 +1,2 @@ +0 0.5177015250544662 0.41875 0.6530501089324618 0.2870098039215686 +3 0.4874727668845316 0.6912990196078431 0.43028322440087147 0.3144607843137255 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193059_jpg.rf.7033e28f17719b4a8d90f470c2edf000.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193059_jpg.rf.7033e28f17719b4a8d90f470c2edf000.txt new file mode 100644 index 0000000..9524d4c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_193059_jpg.rf.7033e28f17719b4a8d90f470c2edf000.txt @@ -0,0 +1,2 @@ +0 0.3488562091503268 0.37720588235294117 0.5315904139433552 0.27794117647058825 +3 0.4406318082788671 0.6361519607843137 0.5332244008714597 0.2977941176470588 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194030_jpg.rf.ffd1e7704cefcd5af611cc167a7d6b6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194030_jpg.rf.ffd1e7704cefcd5af611cc167a7d6b6c.txt new file mode 100644 index 0000000..9c61f21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194030_jpg.rf.ffd1e7704cefcd5af611cc167a7d6b6c.txt @@ -0,0 +1,2 @@ +0 0.38425925925925924 0.3316176470588235 0.49455337690631807 0.21862745098039216 +5 0.36655773420479304 0.5241421568627451 0.41830065359477125 0.18308823529411763 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194041_jpg.rf.cfdc0682e93d3a0e355c80216d587942.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194041_jpg.rf.cfdc0682e93d3a0e355c80216d587942.txt new file mode 100644 index 0000000..44241a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194041_jpg.rf.cfdc0682e93d3a0e355c80216d587942.txt @@ -0,0 +1,2 @@ +0 0.5580065359477124 0.3509803921568627 0.5179738562091504 0.20269607843137255 +5 0.5201525054466231 0.5431372549019607 0.4591503267973856 0.1892156862745098 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194121_jpg.rf.a3c97eed9f6f468e8fb92a8e891c6c82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194121_jpg.rf.a3c97eed9f6f468e8fb92a8e891c6c82.txt new file mode 100644 index 0000000..a4acbad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194121_jpg.rf.a3c97eed9f6f468e8fb92a8e891c6c82.txt @@ -0,0 +1,2 @@ +0 0.38425925925925924 0.4340686274509804 0.4166666666666667 0.18823529411764706 +3 0.38425925925925924 0.7156862745098039 0.3420479302832244 0.38995098039215687 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194132_jpg.rf.bd0ed16c88dd87c52d614479922b549f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194132_jpg.rf.bd0ed16c88dd87c52d614479922b549f.txt new file mode 100644 index 0000000..79a4e22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194132_jpg.rf.bd0ed16c88dd87c52d614479922b549f.txt @@ -0,0 +1,2 @@ +0 0.49618736383442263 0.39080882352941176 0.6034858387799564 0.19877450980392156 +3 0.47276688453159044 0.6610294117647059 0.3545751633986928 0.3654411764705882 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194137_jpg.rf.f7d281c0e0961f9bec470e92d95a50e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194137_jpg.rf.f7d281c0e0961f9bec470e92d95a50e2.txt new file mode 100644 index 0000000..f7c4baf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194137_jpg.rf.f7d281c0e0961f9bec470e92d95a50e2.txt @@ -0,0 +1,2 @@ +0 0.6236383442265795 0.364828431372549 0.32788671023965144 0.2122549019607843 +3 0.4980936819172113 0.6524509803921569 0.4335511982570806 0.39558823529411763 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194405_jpg.rf.decbe9e22d1f7ee3c6f3887a7c56d5e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194405_jpg.rf.decbe9e22d1f7ee3c6f3887a7c56d5e0.txt new file mode 100644 index 0000000..1e13336 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194405_jpg.rf.decbe9e22d1f7ee3c6f3887a7c56d5e0.txt @@ -0,0 +1,2 @@ +0 0.40604575163398693 0.4022058823529412 0.528322440087146 0.23431372549019608 +5 0.37145969498910675 0.5959558823529412 0.46350762527233114 0.191421568627451 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194651_jpg.rf.eb66247f637e58eb510491c65b797ed8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194651_jpg.rf.eb66247f637e58eb510491c65b797ed8.txt new file mode 100644 index 0000000..126453f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194651_jpg.rf.eb66247f637e58eb510491c65b797ed8.txt @@ -0,0 +1,2 @@ +0 0.3148148148148148 0.4196078431372549 0.5125272331154684 0.27622549019607845 +3 0.3401416122004357 0.7111519607843138 0.5468409586056645 0.3654411764705882 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194654_jpg.rf.2a026b498006851b64157ec2217d03bc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194654_jpg.rf.2a026b498006851b64157ec2217d03bc.txt new file mode 100644 index 0000000..b032294 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194654_jpg.rf.2a026b498006851b64157ec2217d03bc.txt @@ -0,0 +1,2 @@ +0 0.5405773420479303 0.4236519607843137 0.5751633986928104 0.2769607843137255 +3 0.4596949891067538 0.7307598039215686 0.5871459694989106 0.35171568627450983 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194936_jpg.rf.57b50c15b61f3633114760d96f9aba9f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194936_jpg.rf.57b50c15b61f3633114760d96f9aba9f.txt new file mode 100644 index 0000000..107ed11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194936_jpg.rf.57b50c15b61f3633114760d96f9aba9f.txt @@ -0,0 +1,2 @@ +5 0.4596949891067538 0.6286764705882353 0.5021786492374728 0.14583333333333334 +0 0.4738562091503268 0.4446078431372549 0.514161220043573 0.2571078431372549 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194945_jpg.rf.28b05b41e876ac1dabf7f717b6b4de6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194945_jpg.rf.28b05b41e876ac1dabf7f717b6b4de6e.txt new file mode 100644 index 0000000..02f1e90 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_194945_jpg.rf.28b05b41e876ac1dabf7f717b6b4de6e.txt @@ -0,0 +1,2 @@ +0 0.3877995642701525 0.4732843137254902 0.5163398692810458 0.26691176470588235 +5 0.36764705882352944 0.6446078431372549 0.5446623093681917 0.1303921568627451 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195238_jpg.rf.b12e0b79d2af993aa94efbbaeddc29f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195238_jpg.rf.b12e0b79d2af993aa94efbbaeddc29f9.txt new file mode 100644 index 0000000..28c72a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195238_jpg.rf.b12e0b79d2af993aa94efbbaeddc29f9.txt @@ -0,0 +1,2 @@ +0 0.5108932461873639 0.34154411764705883 0.4133986928104575 0.21593137254901962 +5 0.4991830065359477 0.5284313725490196 0.45588235294117646 0.1860294117647059 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195240_jpg.rf.0d4c4a6df8e9f1c37f78c9ae5b90abae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195240_jpg.rf.0d4c4a6df8e9f1c37f78c9ae5b90abae.txt new file mode 100644 index 0000000..303d5e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195240_jpg.rf.0d4c4a6df8e9f1c37f78c9ae5b90abae.txt @@ -0,0 +1,2 @@ +0 0.394880174291939 0.3348039215686274 0.42538126361655776 0.2122549019607843 +5 0.3826252723311547 0.5248774509803922 0.40522875816993464 0.191421568627451 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195530_jpg.rf.8f982f2b045414d7502d83610baf7881.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195530_jpg.rf.8f982f2b045414d7502d83610baf7881.txt new file mode 100644 index 0000000..6f1cf41 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195530_jpg.rf.8f982f2b045414d7502d83610baf7881.txt @@ -0,0 +1,2 @@ +0 0.3897058823529412 0.41678921568627453 0.5364923747276689 0.26691176470588235 +3 0.4065904139433551 0.725735294117647 0.4068627450980392 0.3590686274509804 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195535_jpg.rf.c8735363cab9fe7db16d331df86a4f13.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195535_jpg.rf.c8735363cab9fe7db16d331df86a4f13.txt new file mode 100644 index 0000000..9a9a4ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_195535_jpg.rf.c8735363cab9fe7db16d331df86a4f13.txt @@ -0,0 +1,2 @@ +0 0.5138888888888888 0.3926470588235294 0.49618736383442263 0.26691176470588235 +3 0.47086056644880175 0.6888480392156863 0.5729847494553377 0.33725490196078434 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200410_jpg.rf.10f495066f9521f6575d0529ff29ed14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200410_jpg.rf.10f495066f9521f6575d0529ff29ed14.txt new file mode 100644 index 0000000..13fd63e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200410_jpg.rf.10f495066f9521f6575d0529ff29ed14.txt @@ -0,0 +1,2 @@ +0 0.46868191721132896 0.40588235294117647 0.5364923747276689 0.2997549019607843 +3 0.394880174291939 0.7362745098039216 0.5996732026143791 0.38651960784313727 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200413_jpg.rf.9d6e9b595159e6a43c304fb07e9da87e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200413_jpg.rf.9d6e9b595159e6a43c304fb07e9da87e.txt new file mode 100644 index 0000000..4142740 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200413_jpg.rf.9d6e9b595159e6a43c304fb07e9da87e.txt @@ -0,0 +1,2 @@ +0 0.3017429193899782 0.3963235294117647 0.5631808278867102 0.28627450980392155 +3 0.2995642701525055 0.7084558823529412 0.5669934640522876 0.3818627450980392 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200741_jpg.rf.d281fe192072757cb33523458129eeb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200741_jpg.rf.d281fe192072757cb33523458129eeb5.txt new file mode 100644 index 0000000..f525a82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200741_jpg.rf.d281fe192072757cb33523458129eeb5.txt @@ -0,0 +1,2 @@ +0 0.47685185185185186 0.3375 0.5893246187363834 0.3071078431372549 +3 0.37772331154684097 0.6866421568627451 0.5648148148148148 0.4147058823529412 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200748_jpg.rf.e5be147d51eb20933b8ff9fed4eecf17.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200748_jpg.rf.e5be147d51eb20933b8ff9fed4eecf17.txt new file mode 100644 index 0000000..e3d2f63 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_200748_jpg.rf.e5be147d51eb20933b8ff9fed4eecf17.txt @@ -0,0 +1,2 @@ +0 0.3918845315904139 0.3375 0.5364923747276689 0.29068627450980394 +3 0.380718954248366 0.674264705882353 0.4455337690631808 0.40465686274509804 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201206_jpg.rf.a45eeadef56a202205221c24266bf7ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201206_jpg.rf.a45eeadef56a202205221c24266bf7ad.txt new file mode 100644 index 0000000..6976127 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201206_jpg.rf.a45eeadef56a202205221c24266bf7ad.txt @@ -0,0 +1,2 @@ +0 0.3959694989106754 0.42144607843137255 0.4596949891067538 0.2232843137254902 +6 0.41612200435729846 0.5931372549019608 0.5043572984749455 0.191421568627451 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201549_jpg.rf.d976f3e509cf299a3f80bc15b99dc206.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201549_jpg.rf.d976f3e509cf299a3f80bc15b99dc206.txt new file mode 100644 index 0000000..6613dc8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201549_jpg.rf.d976f3e509cf299a3f80bc15b99dc206.txt @@ -0,0 +1,2 @@ +0 0.4150326797385621 0.37450980392156863 0.5588235294117647 0.2933823529411765 +3 0.37554466230936817 0.6801470588235294 0.43137254901960786 0.3637254901960784 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201917_jpg.rf.6694a4aa992382e41a2c7753fbbda89c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201917_jpg.rf.6694a4aa992382e41a2c7753fbbda89c.txt new file mode 100644 index 0000000..50b2548 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201917_jpg.rf.6694a4aa992382e41a2c7753fbbda89c.txt @@ -0,0 +1,2 @@ +7 0.41639433551198257 0.41102941176470587 0.5430283224400871 0.30686274509803924 +3 0.409041394335512 0.696813725490196 0.3937908496732026 0.36004901960784313 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201920_jpg.rf.9e1e5f504f3a72c7f09f6c2e0f103b6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201920_jpg.rf.9e1e5f504f3a72c7f09f6c2e0f103b6b.txt new file mode 100644 index 0000000..f473265 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_201920_jpg.rf.9e1e5f504f3a72c7f09f6c2e0f103b6b.txt @@ -0,0 +1,2 @@ +7 0.4918300653594771 0.4262254901960784 0.5403050108932462 0.29754901960784313 +3 0.41748366013071897 0.7068627450980393 0.5626361655773421 0.35 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202608_jpg.rf.53f6cba1d5018f6f3031adec116ec904.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202608_jpg.rf.53f6cba1d5018f6f3031adec116ec904.txt new file mode 100644 index 0000000..960ad4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202608_jpg.rf.53f6cba1d5018f6f3031adec116ec904.txt @@ -0,0 +1,2 @@ +7 0.43818082788671026 0.4050245098039216 0.6230936819172114 0.3443627450980392 +3 0.39351851851851855 0.729656862745098 0.5430283224400871 0.3845588235294118 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202609_jpg.rf.9b3c6528dfb1acce433b836f0d45effb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202609_jpg.rf.9b3c6528dfb1acce433b836f0d45effb.txt new file mode 100644 index 0000000..ba2217d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202609_jpg.rf.9b3c6528dfb1acce433b836f0d45effb.txt @@ -0,0 +1,2 @@ +7 0.39242919389978215 0.3801470588235294 0.775599128540305 0.31985294117647056 +3 0.31236383442265797 0.7246323529411764 0.46568627450980393 0.4036764705882353 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202809_jpg.rf.a82ce67445ffe48778c8479a8ad7a011.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202809_jpg.rf.a82ce67445ffe48778c8479a8ad7a011.txt new file mode 100644 index 0000000..9cba3a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202809_jpg.rf.a82ce67445ffe48778c8479a8ad7a011.txt @@ -0,0 +1,2 @@ +7 0.39651416122004357 0.47401960784313724 0.5490196078431373 0.33259803921568626 +3 0.32979302832244006 0.7446078431372549 0.5206971677559913 0.3781862745098039 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202821_jpg.rf.e91fd38705f52ec7854c952bbeece5b3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202821_jpg.rf.e91fd38705f52ec7854c952bbeece5b3.txt new file mode 100644 index 0000000..e1d22a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_202821_jpg.rf.e91fd38705f52ec7854c952bbeece5b3.txt @@ -0,0 +1,2 @@ +7 0.3104575163398693 0.44019607843137254 0.5631808278867102 0.3252450980392157 +3 0.30038126361655776 0.7154411764705882 0.4210239651416122 0.38357843137254904 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203014_jpg.rf.b307e0c785fe5b9596533b54234b919d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203014_jpg.rf.b307e0c785fe5b9596533b54234b919d.txt new file mode 100644 index 0000000..7262b72 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203014_jpg.rf.b307e0c785fe5b9596533b54234b919d.txt @@ -0,0 +1,2 @@ +7 0.4542483660130719 0.41066176470588234 0.5506535947712419 0.31176470588235294 +3 0.457244008714597 0.6981617647058823 0.4068627450980392 0.37450980392156863 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203019_jpg.rf.7d2f71014db668b475fbd60c99180a86.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203019_jpg.rf.7d2f71014db668b475fbd60c99180a86.txt new file mode 100644 index 0000000..9ea4b79 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203019_jpg.rf.7d2f71014db668b475fbd60c99180a86.txt @@ -0,0 +1,2 @@ +7 0.35974945533769065 0.3928921568627451 0.7194989106753813 0.26348039215686275 +3 0.37935729847494554 0.694485294117647 0.5103485838779956 0.3764705882352941 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203024_jpg.rf.6e0950aee3fe8ee866637a701e37649d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203024_jpg.rf.6e0950aee3fe8ee866637a701e37649d.txt new file mode 100644 index 0000000..2ed6b79 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203024_jpg.rf.6e0950aee3fe8ee866637a701e37649d.txt @@ -0,0 +1,2 @@ +7 0.30010893246187365 0.4245098039215686 0.6002178649237473 0.3218137254901961 +3 0.3488562091503268 0.685906862745098 0.5506535947712419 0.382843137254902 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203950_jpg.rf.df25aee2dbdfe5a641bd23340642eb5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203950_jpg.rf.df25aee2dbdfe5a641bd23340642eb5b.txt new file mode 100644 index 0000000..c5499f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203950_jpg.rf.df25aee2dbdfe5a641bd23340642eb5b.txt @@ -0,0 +1,2 @@ +7 0.37227668845315903 0.4917892156862745 0.5571895424836601 0.28431372549019607 +3 0.3681917211328976 0.796936274509804 0.41122004357298475 0.40612745098039216 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203955_jpg.rf.463c9ac49daafd6ee3ad0aaab5cf1b9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203955_jpg.rf.463c9ac49daafd6ee3ad0aaab5cf1b9d.txt new file mode 100644 index 0000000..c3f0bd9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_203955_jpg.rf.463c9ac49daafd6ee3ad0aaab5cf1b9d.txt @@ -0,0 +1,2 @@ +7 0.5119825708061002 0.4944852941176471 0.7391067538126361 0.24975490196078431 +3 0.4400871459694989 0.8051470588235294 0.5223311546840959 0.3897058823529412 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204221_jpg.rf.08327d5bc0b0662fe667630c62af4b7b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204221_jpg.rf.08327d5bc0b0662fe667630c62af4b7b.txt new file mode 100644 index 0000000..228cc38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204221_jpg.rf.08327d5bc0b0662fe667630c62af4b7b.txt @@ -0,0 +1,2 @@ +7 0.43191721132897604 0.4571078431372549 0.5588235294117647 0.29705882352941176 +3 0.3660130718954248 0.7583333333333333 0.5326797385620915 0.4019607843137255 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204228_jpg.rf.9eb7954dc7f1ab08a58ad78f02bbbd6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204228_jpg.rf.9eb7954dc7f1ab08a58ad78f02bbbd6d.txt new file mode 100644 index 0000000..727dc57 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204228_jpg.rf.9eb7954dc7f1ab08a58ad78f02bbbd6d.txt @@ -0,0 +1,2 @@ +7 0.5098039215686274 0.42291666666666666 0.7510893246187363 0.25245098039215685 +3 0.4106753812636166 0.727328431372549 0.5648148148148148 0.3801470588235294 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204455_jpg.rf.3efe390627b470b7e89f2dcd662d50cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204455_jpg.rf.3efe390627b470b7e89f2dcd662d50cb.txt new file mode 100644 index 0000000..99fab82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204455_jpg.rf.3efe390627b470b7e89f2dcd662d50cb.txt @@ -0,0 +1,2 @@ +7 0.3540305010893246 0.5231617647058824 0.5610021786492375 0.33259803921568626 +3 0.35893246187363836 0.8229166666666666 0.4455337690631808 0.3541666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204456_jpg.rf.a640613120bbe56782fb09a79596ce82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204456_jpg.rf.a640613120bbe56782fb09a79596ce82.txt new file mode 100644 index 0000000..bcca715 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204456_jpg.rf.a640613120bbe56782fb09a79596ce82.txt @@ -0,0 +1,2 @@ +7 0.39242919389978215 0.5028186274509804 0.7510893246187363 0.2870098039215686 +3 0.35893246187363836 0.821078431372549 0.4493464052287582 0.35784313725490197 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204726_jpg.rf.598181d108e72ef603be885bd1893fe9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204726_jpg.rf.598181d108e72ef603be885bd1893fe9.txt new file mode 100644 index 0000000..84306a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204726_jpg.rf.598181d108e72ef603be885bd1893fe9.txt @@ -0,0 +1,2 @@ +7 0.3235294117647059 0.5122549019607843 0.5648148148148148 0.3125 +3 0.2739651416122004 0.8160539215686274 0.5266884531590414 0.3678921568627451 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204730_jpg.rf.a7159eb2ff1085c08d2e7d46a7fecf97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204730_jpg.rf.a7159eb2ff1085c08d2e7d46a7fecf97.txt new file mode 100644 index 0000000..bfa3ab0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_204730_jpg.rf.a7159eb2ff1085c08d2e7d46a7fecf97.txt @@ -0,0 +1,2 @@ +7 0.5008169934640523 0.4849264705882353 0.6802832244008714 0.27794117647058825 +3 0.34586056644880175 0.8002450980392157 0.6176470588235294 0.3801470588235294 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205017_jpg.rf.694003cf655adcb82f4e430c3b93420e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205017_jpg.rf.694003cf655adcb82f4e430c3b93420e.txt new file mode 100644 index 0000000..735f775 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205017_jpg.rf.694003cf655adcb82f4e430c3b93420e.txt @@ -0,0 +1,2 @@ +7 0.3074618736383442 0.5209558823529412 0.5528322440087146 0.2933823529411765 +3 0.30528322440087147 0.821078431372549 0.394880174291939 0.35784313725490197 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205019_jpg.rf.7f213d4420726d65f1d4a32e747665a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205019_jpg.rf.7f213d4420726d65f1d4a32e747665a5.txt new file mode 100644 index 0000000..39a4d82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205019_jpg.rf.7f213d4420726d65f1d4a32e747665a5.txt @@ -0,0 +1,2 @@ +7 0.417755991285403 0.5204656862745098 0.7734204793028322 0.27058823529411763 +3 0.34068627450980393 0.8219362745098039 0.5713507625272332 0.35612745098039217 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205224_jpg.rf.29e7af072e4fad727cca4e22eb2abf63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205224_jpg.rf.29e7af072e4fad727cca4e22eb2abf63.txt new file mode 100644 index 0000000..95bba87 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205224_jpg.rf.29e7af072e4fad727cca4e22eb2abf63.txt @@ -0,0 +1,2 @@ +7 0.39814814814814814 0.5078431372549019 0.5370370370370371 0.2857843137254902 +6 0.375 0.7294117647058823 0.44880174291938996 0.2301470588235294 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205230_jpg.rf.ed6d6ccbd624bb078ff605a3ad5b1c58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205230_jpg.rf.ed6d6ccbd624bb078ff605a3ad5b1c58.txt new file mode 100644 index 0000000..b9e0756 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205230_jpg.rf.ed6d6ccbd624bb078ff605a3ad5b1c58.txt @@ -0,0 +1,2 @@ +7 0.5800653594771242 0.473406862745098 0.6633986928104575 0.26348039215686275 +6 0.4997276688453159 0.69375 0.49618736383442263 0.25441176470588234 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205441_jpg.rf.fd63012198623ac34eee2286c5339b24.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205441_jpg.rf.fd63012198623ac34eee2286c5339b24.txt new file mode 100644 index 0000000..ea9851b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205441_jpg.rf.fd63012198623ac34eee2286c5339b24.txt @@ -0,0 +1,2 @@ +7 0.5103485838779956 0.539828431372549 0.6917211328976035 0.2833333333333333 +6 0.40441176470588236 0.7802696078431373 0.49455337690631807 0.23774509803921567 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205448_jpg.rf.44b8192ec8797b37bfd617352d9dd029.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205448_jpg.rf.44b8192ec8797b37bfd617352d9dd029.txt new file mode 100644 index 0000000..482d3f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_205448_jpg.rf.44b8192ec8797b37bfd617352d9dd029.txt @@ -0,0 +1,2 @@ +7 0.289760348583878 0.553186274509804 0.5789760348583878 0.29534313725490197 +6 0.2845860566448802 0.790563725490196 0.4068627450980392 0.25980392156862747 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210228_jpg.rf.27347bc9023648008ec2cf3965d7ced8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210228_jpg.rf.27347bc9023648008ec2cf3965d7ced8.txt new file mode 100644 index 0000000..20cb701 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210228_jpg.rf.27347bc9023648008ec2cf3965d7ced8.txt @@ -0,0 +1,2 @@ +0 0.34368191721132896 0.5178921568627451 0.5179738562091504 0.27181372549019606 +6 0.3235294117647059 0.6823529411764706 0.42701525054466233 0.17401960784313725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210237_jpg.rf.444618b637753a10a9f527a8cb06d3a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210237_jpg.rf.444618b637753a10a9f527a8cb06d3a2.txt new file mode 100644 index 0000000..b4caa3c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210237_jpg.rf.444618b637753a10a9f527a8cb06d3a2.txt @@ -0,0 +1,2 @@ +0 0.5639978213507625 0.5102941176470588 0.6176470588235294 0.2323529411764706 +6 0.4482570806100218 0.7069852941176471 0.43736383442265797 0.18235294117647058 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210553_jpg.rf.783712b8981d101b72b64953c4a816f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210553_jpg.rf.783712b8981d101b72b64953c4a816f7.txt new file mode 100644 index 0000000..7ae7571 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210553_jpg.rf.783712b8981d101b72b64953c4a816f7.txt @@ -0,0 +1,2 @@ +7 0.42510893246187365 0.47757352941176473 0.6160130718954249 0.3365196078431373 +6 0.3883442265795207 0.7198529411764706 0.6176470588235294 0.30980392156862746 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210559_jpg.rf.073ef3c29cba417b0812d79e7cb326fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210559_jpg.rf.073ef3c29cba417b0812d79e7cb326fd.txt new file mode 100644 index 0000000..ed473df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210559_jpg.rf.073ef3c29cba417b0812d79e7cb326fd.txt @@ -0,0 +1,2 @@ +7 0.46377995642701525 0.42634803921568626 0.7510893246187363 0.275 +6 0.4128540305010893 0.7017156862745098 0.5081699346405228 0.3112745098039216 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210742_jpg.rf.e85ba6ec43f8ab8a562077b0c7775d0b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210742_jpg.rf.e85ba6ec43f8ab8a562077b0c7775d0b.txt new file mode 100644 index 0000000..c1e35ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_210742_jpg.rf.e85ba6ec43f8ab8a562077b0c7775d0b.txt @@ -0,0 +1,2 @@ +7 0.30010893246187365 0.49497549019607845 0.5550108932461874 0.29705882352941176 +3 0.3006535947712418 0.7757352941176471 0.42538126361655776 0.38651960784313727 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211117_jpg.rf.7bfc6a524cc2b7a1d9310a7a9f4016e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211117_jpg.rf.7bfc6a524cc2b7a1d9310a7a9f4016e8.txt new file mode 100644 index 0000000..8bd8329 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211117_jpg.rf.7bfc6a524cc2b7a1d9310a7a9f4016e8.txt @@ -0,0 +1,2 @@ +4 0.2636165577342048 0.4818627450980392 0.43899782135076254 0.24534313725490195 +3 0.3006535947712418 0.7958333333333333 0.5027233115468409 0.4083333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211119_jpg.rf.5793f5addb03b7c418a25c63f49efe2b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211119_jpg.rf.5793f5addb03b7c418a25c63f49efe2b.txt new file mode 100644 index 0000000..79222bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211119_jpg.rf.5793f5addb03b7c418a25c63f49efe2b.txt @@ -0,0 +1,2 @@ +4 0.3758169934640523 0.47610294117647056 0.5315904139433552 0.2642156862745098 +3 0.3022875816993464 0.7886029411764706 0.5702614379084967 0.4227941176470588 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211125_jpg.rf.3b968331005bc21f7e78e9555b84629f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211125_jpg.rf.3b968331005bc21f7e78e9555b84629f.txt new file mode 100644 index 0000000..44c5a50 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211125_jpg.rf.3b968331005bc21f7e78e9555b84629f.txt @@ -0,0 +1,2 @@ +4 0.37064270152505446 0.5144607843137254 0.44389978213507625 0.25441176470588234 +3 0.31399782135076254 0.8056372549019608 0.5435729847494554 0.38872549019607844 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211342_jpg.rf.50c93b1fe2c51b6f90963ebada90394e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211342_jpg.rf.50c93b1fe2c51b6f90963ebada90394e.txt new file mode 100644 index 0000000..c38b4cf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_211342_jpg.rf.50c93b1fe2c51b6f90963ebada90394e.txt @@ -0,0 +1,2 @@ +4 0.31236383442265797 0.4970588235294118 0.5163398692810458 0.23455882352941176 +3 0.2668845315904139 0.8011029411764706 0.5332244008714597 0.3977941176470588 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212325_jpg.rf.919aa6fbf23f16df7322ce7582151214.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212325_jpg.rf.919aa6fbf23f16df7322ce7582151214.txt new file mode 100644 index 0000000..69ca3b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212325_jpg.rf.919aa6fbf23f16df7322ce7582151214.txt @@ -0,0 +1,2 @@ +0 0.352124183006536 0.6018382352941176 0.44389978213507625 0.2681372549019608 +5 0.3175381263616558 0.7977941176470589 0.4351851851851852 0.1480392156862745 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212331_jpg.rf.e8cbb416e6bdf38da80c8b6e4b3f4909.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212331_jpg.rf.e8cbb416e6bdf38da80c8b6e4b3f4909.txt new file mode 100644 index 0000000..e608101 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212331_jpg.rf.e8cbb416e6bdf38da80c8b6e4b3f4909.txt @@ -0,0 +1,2 @@ +0 0.41122004357298475 0.5873774509803922 0.4673202614379085 0.25735294117647056 +5 0.35294117647058826 0.7780637254901961 0.44880174291938996 0.14950980392156862 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212557_jpg.rf.7cf2aa3497db631cc7c9c570550ae5d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212557_jpg.rf.7cf2aa3497db631cc7c9c570550ae5d1.txt new file mode 100644 index 0000000..06475d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212557_jpg.rf.7cf2aa3497db631cc7c9c570550ae5d1.txt @@ -0,0 +1,2 @@ +0 0.32625272331154687 0.5933823529411765 0.4624183006535948 0.2551470588235294 +5 0.30310457516339867 0.7936274509803921 0.43028322440087147 0.18995098039215685 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212601_jpg.rf.ad467c9c6706e2fa8703b35218a47251.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212601_jpg.rf.ad467c9c6706e2fa8703b35218a47251.txt new file mode 100644 index 0000000..1394a6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20230514_212601_jpg.rf.ad467c9c6706e2fa8703b35218a47251.txt @@ -0,0 +1,2 @@ +0 0.3918845315904139 0.5938725490196078 0.4422657952069717 0.2551470588235294 +5 0.33278867102396514 0.7943627450980392 0.4351851851851852 0.19754901960784313 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/202_jpg.rf.076db419063807f01999ef2e871ac2a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/202_jpg.rf.076db419063807f01999ef2e871ac2a7.txt new file mode 100644 index 0000000..3178795 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/202_jpg.rf.076db419063807f01999ef2e871ac2a7.txt @@ -0,0 +1 @@ +0 0.5053763440860215 0.5845588235294118 0.7419354838709677 0.5698529411764706 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/203_jpg.rf.19181b8b20b1b64354911640b12fba24.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/203_jpg.rf.19181b8b20b1b64354911640b12fba24.txt new file mode 100644 index 0000000..5476daa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/203_jpg.rf.19181b8b20b1b64354911640b12fba24.txt @@ -0,0 +1 @@ +0 0.5088888888888888 0.6844444444444444 0.6888888888888889 0.6311111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/204_jpg.rf.b7878bf4b9415212a624d113bbb7ace7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/204_jpg.rf.b7878bf4b9415212a624d113bbb7ace7.txt new file mode 100644 index 0000000..3c40972 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/204_jpg.rf.b7878bf4b9415212a624d113bbb7ace7.txt @@ -0,0 +1 @@ +0 0.5798969072164949 0.694980694980695 0.8402061855670103 0.61003861003861 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/205_jpg.rf.4d1beac3f752e11e34e1dab184bb70c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/205_jpg.rf.4d1beac3f752e11e34e1dab184bb70c5.txt new file mode 100644 index 0000000..c9001aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/205_jpg.rf.4d1beac3f752e11e34e1dab184bb70c5.txt @@ -0,0 +1,2 @@ +0 0.4808743169398907 0.5654545454545454 0.7377049180327869 0.64 +3 0.49453551912568305 0.9345454545454546 0.4918032786885246 0.13090909090909092 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/206_jpg.rf.a7346c95220b18bf8e6bf27e8940b6da.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/206_jpg.rf.a7346c95220b18bf8e6bf27e8940b6da.txt new file mode 100644 index 0000000..c60dee2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/206_jpg.rf.a7346c95220b18bf8e6bf27e8940b6da.txt @@ -0,0 +1 @@ +0 0.5177777777777778 0.4888888888888889 0.7511111111111111 0.96 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/207_jpg.rf.78ad572a0507d7ac7c2a4eef93682e43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/207_jpg.rf.78ad572a0507d7ac7c2a4eef93682e43.txt new file mode 100644 index 0000000..bde8ee0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/207_jpg.rf.78ad572a0507d7ac7c2a4eef93682e43.txt @@ -0,0 +1,2 @@ +0 0.49333333333333335 0.4822222222222222 0.37333333333333335 0.4666666666666667 +5 0.5133333333333333 0.8222222222222222 0.29333333333333333 0.24 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/208_jpg.rf.7a6d5ce9aa7884a4dab729d58aa177b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/208_jpg.rf.7a6d5ce9aa7884a4dab729d58aa177b5.txt new file mode 100644 index 0000000..b4bb070 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/208_jpg.rf.7a6d5ce9aa7884a4dab729d58aa177b5.txt @@ -0,0 +1 @@ +0 0.4888888888888889 0.5088888888888888 0.5733333333333334 0.72 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20_jpg.rf.55ac378a112accd99b0110c06388c1dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20_jpg.rf.55ac378a112accd99b0110c06388c1dd.txt new file mode 100644 index 0000000..d2b8421 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20_jpg.rf.55ac378a112accd99b0110c06388c1dd.txt @@ -0,0 +1 @@ +0 0.5 0.6866666666666666 0.5733333333333334 0.6266666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20_jpg.rf.7bb2aee68bc21daa881f03f2f5093c13.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20_jpg.rf.7bb2aee68bc21daa881f03f2f5093c13.txt new file mode 100644 index 0000000..96ce0f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20_jpg.rf.7bb2aee68bc21daa881f03f2f5093c13.txt @@ -0,0 +1 @@ +7 0.46176470588235297 0.38006756756756754 0.6176470588235294 0.44594594594594594 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/20bd708c385c33bbe96af7f190d05669e0b523e5_jpg.rf.5286fa334eebc33f3e0313286442b034.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/20bd708c385c33bbe96af7f190d05669e0b523e5_jpg.rf.5286fa334eebc33f3e0313286442b034.txt new file mode 100644 index 0000000..456aae3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/20bd708c385c33bbe96af7f190d05669e0b523e5_jpg.rf.5286fa334eebc33f3e0313286442b034.txt @@ -0,0 +1 @@ +1 0.5453586497890295 0.363901018922853 0.4704641350210971 0.4366812227074236 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/210_jpg.rf.27dcd010e107cf64f05412fb2b5bb827.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/210_jpg.rf.27dcd010e107cf64f05412fb2b5bb827.txt new file mode 100644 index 0000000..b88cf96 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/210_jpg.rf.27dcd010e107cf64f05412fb2b5bb827.txt @@ -0,0 +1 @@ +0 0.5133333333333333 0.49776785714285715 0.9022222222222223 0.9508928571428571 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/212_jpg.rf.a7f2636af16b7489c0a8c61ed4b2a4de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/212_jpg.rf.a7f2636af16b7489c0a8c61ed4b2a4de.txt new file mode 100644 index 0000000..005618b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/212_jpg.rf.a7f2636af16b7489c0a8c61ed4b2a4de.txt @@ -0,0 +1,2 @@ +0 0.28415300546448086 0.6981818181818182 0.5573770491803278 0.6 +0 0.7158469945355191 0.6854545454545454 0.5683060109289617 0.6290909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/213_jpg.rf.1981df864ddfbc22532980e53e93134c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/213_jpg.rf.1981df864ddfbc22532980e53e93134c.txt new file mode 100644 index 0000000..38b3414 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/213_jpg.rf.1981df864ddfbc22532980e53e93134c.txt @@ -0,0 +1 @@ +0 0.5327868852459017 0.7181818181818181 0.8415300546448088 0.5636363636363636 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/213fb0c8abb4c4c48e0d910562956736aa8c7a85_jpg.rf.60eaafbfd64394f1b3f7ef3753b08912.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/213fb0c8abb4c4c48e0d910562956736aa8c7a85_jpg.rf.60eaafbfd64394f1b3f7ef3753b08912.txt new file mode 100644 index 0000000..b18fab0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/213fb0c8abb4c4c48e0d910562956736aa8c7a85_jpg.rf.60eaafbfd64394f1b3f7ef3753b08912.txt @@ -0,0 +1 @@ +5 0.5189873417721519 0.16218354430379747 0.38396624472573837 0.2626582278481013 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/214_jpg.rf.f2ec197d0980a36d551ce2b7d1ac9678.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/214_jpg.rf.f2ec197d0980a36d551ce2b7d1ac9678.txt new file mode 100644 index 0000000..d4f03b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/214_jpg.rf.f2ec197d0980a36d551ce2b7d1ac9678.txt @@ -0,0 +1,3 @@ +0 0.3160377358490566 0.5440251572327044 0.5345911949685535 0.8805031446540881 +0 0.7924528301886793 0.5786163522012578 0.24213836477987422 0.31446540880503143 +3 0.8034591194968553 0.7987421383647799 0.2861635220125786 0.29559748427672955 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2151c6dc9e32c64bb470667210014870a2f80628_jpg.rf.0da69d9bc2c16b455a40a39f1a00a735.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2151c6dc9e32c64bb470667210014870a2f80628_jpg.rf.0da69d9bc2c16b455a40a39f1a00a735.txt new file mode 100644 index 0000000..f32b50f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2151c6dc9e32c64bb470667210014870a2f80628_jpg.rf.0da69d9bc2c16b455a40a39f1a00a735.txt @@ -0,0 +1 @@ +1 0.5084388185654009 0.5938803894297635 0.7320675105485233 0.7760778859527121 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/215_jpg.rf.35759af8db5077a8f0f062509969c846.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/215_jpg.rf.35759af8db5077a8f0f062509969c846.txt new file mode 100644 index 0000000..48ce6a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/215_jpg.rf.35759af8db5077a8f0f062509969c846.txt @@ -0,0 +1,2 @@ +0 0.34536082474226804 0.667953667953668 0.6752577319587629 0.6640926640926641 +0 0.8118556701030928 0.7181467181467182 0.37628865979381443 0.5637065637065637 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/216_jpg.rf.76d510f0520d283e8d8500ec39725855.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/216_jpg.rf.76d510f0520d283e8d8500ec39725855.txt new file mode 100644 index 0000000..8132ba0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/216_jpg.rf.76d510f0520d283e8d8500ec39725855.txt @@ -0,0 +1,4 @@ +0 0.15777777777777777 0.6533333333333333 0.3022222222222222 0.6088888888888889 +0 0.4822222222222222 0.6311111111111111 0.3377777777777778 0.6488888888888888 +0 0.8288888888888889 0.6711111111111111 0.3422222222222222 0.6044444444444445 +3 0.4822222222222222 0.9044444444444445 0.3466666666666667 0.19111111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/217_jpg.rf.a29b48ce94fb2632831d7fac5f93da11.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/217_jpg.rf.a29b48ce94fb2632831d7fac5f93da11.txt new file mode 100644 index 0000000..42e50e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/217_jpg.rf.a29b48ce94fb2632831d7fac5f93da11.txt @@ -0,0 +1,2 @@ +0 0.5114942528735632 0.6833910034602076 0.9022988505747126 0.5363321799307958 +0 0.5718390804597702 0.4429065743944637 0.8563218390804598 0.4913494809688581 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/218_jpg.rf.0647018dbdd0be5fc24b00b541740a19.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/218_jpg.rf.0647018dbdd0be5fc24b00b541740a19.txt new file mode 100644 index 0000000..4081033 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/218_jpg.rf.0647018dbdd0be5fc24b00b541740a19.txt @@ -0,0 +1 @@ +0 0.24842767295597484 0.6635220125786163 0.4968553459119497 0.6729559748427673 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/21_jpg.rf.8ed7639519278ace5ef7f7c6b07907cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/21_jpg.rf.8ed7639519278ace5ef7f7c6b07907cb.txt new file mode 100644 index 0000000..6585b14 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/21_jpg.rf.8ed7639519278ace5ef7f7c6b07907cb.txt @@ -0,0 +1,4 @@ +7 0.24666666666666667 0.2511111111111111 0.3688888888888889 0.49777777777777776 +7 0.7377777777777778 0.2577777777777778 0.3377777777777778 0.47555555555555556 +3 0.2577777777777778 0.66 0.21333333333333335 0.41333333333333333 +3 0.7466666666666667 0.6755555555555556 0.22666666666666666 0.38222222222222224 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/21_jpg.rf.fae6c8d7035ea42afed09ba2e370ca5c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/21_jpg.rf.fae6c8d7035ea42afed09ba2e370ca5c.txt new file mode 100644 index 0000000..7d16e8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/21_jpg.rf.fae6c8d7035ea42afed09ba2e370ca5c.txt @@ -0,0 +1,2 @@ +0 0.27555555555555555 0.6133333333333333 0.48 0.6088888888888889 +0 0.74 0.5555555555555556 0.4444444444444444 0.5822222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/21b402fb9d95e1d069c71859e8d4298ecf691799_jpg.rf.5e3c9487aa9aeb52dc0a168943391aab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/21b402fb9d95e1d069c71859e8d4298ecf691799_jpg.rf.5e3c9487aa9aeb52dc0a168943391aab.txt new file mode 100644 index 0000000..4c7a761 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/21b402fb9d95e1d069c71859e8d4298ecf691799_jpg.rf.5e3c9487aa9aeb52dc0a168943391aab.txt @@ -0,0 +1 @@ +3 0.5073839662447257 0.484994640943194 0.6160337552742616 0.8370846730975349 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/220_jpg.rf.d13dc10125d6f5ef20965a5ab401b638.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/220_jpg.rf.d13dc10125d6f5ef20965a5ab401b638.txt new file mode 100644 index 0000000..bf4b4fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/220_jpg.rf.d13dc10125d6f5ef20965a5ab401b638.txt @@ -0,0 +1 @@ +0 0.5377777777777778 0.5288888888888889 0.6133333333333333 0.7955555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/222_jpg.rf.0682250a0be2d7ddaaaf65f4ac8509bc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/222_jpg.rf.0682250a0be2d7ddaaaf65f4ac8509bc.txt new file mode 100644 index 0000000..0945083 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/222_jpg.rf.0682250a0be2d7ddaaaf65f4ac8509bc.txt @@ -0,0 +1 @@ +0 0.45813953488372094 0.6324786324786325 0.7534883720930232 0.7350427350427351 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/223_jpg.rf.aa16b2f087bd75ff26b1daeed91242d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/223_jpg.rf.aa16b2f087bd75ff26b1daeed91242d0.txt new file mode 100644 index 0000000..cb8d6f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/223_jpg.rf.aa16b2f087bd75ff26b1daeed91242d0.txt @@ -0,0 +1 @@ +0 0.4911111111111111 0.5844444444444444 0.7111111111111111 0.8311111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/224_jpg.rf.345bf7c2c6e9a62e310bdbcee4098cc9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/224_jpg.rf.345bf7c2c6e9a62e310bdbcee4098cc9.txt new file mode 100644 index 0000000..ddccfc2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/224_jpg.rf.345bf7c2c6e9a62e310bdbcee4098cc9.txt @@ -0,0 +1,4 @@ +0 0.1709090909090909 0.8005464480874317 0.26545454545454544 0.3989071038251366 +0 0.4290909090909091 0.8142076502732241 0.23636363636363636 0.36065573770491804 +0 0.6709090909090909 0.819672131147541 0.21818181818181817 0.36065573770491804 +0 0.82 0.7896174863387978 0.22181818181818183 0.4207650273224044 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/225_jpg.rf.3f1470e43c03a04edb2b5791f1b4dc34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/225_jpg.rf.3f1470e43c03a04edb2b5791f1b4dc34.txt new file mode 100644 index 0000000..99a2a6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/225_jpg.rf.3f1470e43c03a04edb2b5791f1b4dc34.txt @@ -0,0 +1 @@ +0 0.27232142857142855 0.6333333333333333 0.40625 0.4088888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/226_jpg.rf.6408d8f5c02254468bec85257e228337.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/226_jpg.rf.6408d8f5c02254468bec85257e228337.txt new file mode 100644 index 0000000..396110d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/226_jpg.rf.6408d8f5c02254468bec85257e228337.txt @@ -0,0 +1,2 @@ +0 0.5580110497237569 0.2751798561151079 0.281767955801105 0.26258992805755393 +3 0.5441988950276243 0.6366906474820144 0.2430939226519337 0.5143884892086331 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/227064b2d3b8234276a3fb1a2a70209dad04ef80_jpg.rf.9b602ef9d86fa6c77121599049c68cc8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/227064b2d3b8234276a3fb1a2a70209dad04ef80_jpg.rf.9b602ef9d86fa6c77121599049c68cc8.txt new file mode 100644 index 0000000..1826646 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/227064b2d3b8234276a3fb1a2a70209dad04ef80_jpg.rf.9b602ef9d86fa6c77121599049c68cc8.txt @@ -0,0 +1 @@ +1 0.4936708860759494 0.43277945619335345 0.379746835443038 0.5604229607250756 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/227_jpg.rf.dec486b209eba9bf54ef3198e71a7e55.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/227_jpg.rf.dec486b209eba9bf54ef3198e71a7e55.txt new file mode 100644 index 0000000..7d1f973 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/227_jpg.rf.dec486b209eba9bf54ef3198e71a7e55.txt @@ -0,0 +1,2 @@ +0 0.2688888888888889 0.6666666666666666 0.5377777777777778 0.6666666666666666 +0 0.7911111111111111 0.5955555555555555 0.4177777777777778 0.4711111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/228_jpg.rf.ff2ed8b464d0d2690d05ec950caf3e84.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/228_jpg.rf.ff2ed8b464d0d2690d05ec950caf3e84.txt new file mode 100644 index 0000000..f19dc78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/228_jpg.rf.ff2ed8b464d0d2690d05ec950caf3e84.txt @@ -0,0 +1,6 @@ +0 0.14262295081967213 0.6878787878787879 0.28524590163934427 0.6242424242424243 +0 0.43278688524590164 0.4303030303030303 0.18032786885245902 0.503030303030303 +0 0.7557377049180328 0.3606060606060606 0.11475409836065574 0.3090909090909091 +0 0.8622950819672132 0.44242424242424244 0.10491803278688525 0.41818181818181815 +3 0.8672131147540983 0.7424242424242424 0.20655737704918034 0.3393939393939394 +3 0.7491803278688525 0.6575757575757576 0.14098360655737704 0.3575757575757576 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/229_jpg.rf.9a4b84ae2e10f20be70cdef8412afde2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/229_jpg.rf.9a4b84ae2e10f20be70cdef8412afde2.txt new file mode 100644 index 0000000..154a790 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/229_jpg.rf.9a4b84ae2e10f20be70cdef8412afde2.txt @@ -0,0 +1 @@ +0 0.5044444444444445 0.6361607142857143 0.4577777777777778 0.7276785714285714 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/22_jpg.rf.a903130eae73e5cb49a97d7bdafabefa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/22_jpg.rf.a903130eae73e5cb49a97d7bdafabefa.txt new file mode 100644 index 0000000..91b88e5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/22_jpg.rf.a903130eae73e5cb49a97d7bdafabefa.txt @@ -0,0 +1,3 @@ +0 0.15601503759398497 0.42894736842105263 0.2932330827067669 0.7157894736842105 +0 0.5018796992481203 0.42894736842105263 0.42857142857142855 0.6526315789473685 +0 0.8308270676691729 0.4473684210526316 0.3383458646616541 0.7631578947368421 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/22_jpg.rf.d17efcba215717add6d5e4acdf16c830.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/22_jpg.rf.d17efcba215717add6d5e4acdf16c830.txt new file mode 100644 index 0000000..fe52150 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/22_jpg.rf.d17efcba215717add6d5e4acdf16c830.txt @@ -0,0 +1,4 @@ +7 0.23983739837398374 0.32439024390243903 0.2804878048780488 0.35609756097560974 +7 0.7703252032520326 0.36585365853658536 0.23983739837398374 0.34146341463414637 +3 0.23577235772357724 0.6707317073170732 0.16666666666666666 0.4146341463414634 +3 0.7601626016260162 0.6829268292682927 0.18699186991869918 0.4097560975609756 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/22d42cae99a586ca540f80323e06b3c845ef98dd_jpg.rf.93198bb79d52d7f21805fe451c4925d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/22d42cae99a586ca540f80323e06b3c845ef98dd_jpg.rf.93198bb79d52d7f21805fe451c4925d4.txt new file mode 100644 index 0000000..da49f08 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/22d42cae99a586ca540f80323e06b3c845ef98dd_jpg.rf.93198bb79d52d7f21805fe451c4925d4.txt @@ -0,0 +1 @@ +1 0.5063291139240507 0.3860759493670886 0.3037974683544304 0.4177215189873418 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/231_jpg.rf.31b142511a50d690ef04eae01edd1950.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/231_jpg.rf.31b142511a50d690ef04eae01edd1950.txt new file mode 100644 index 0000000..6d516ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/231_jpg.rf.31b142511a50d690ef04eae01edd1950.txt @@ -0,0 +1,2 @@ +0 0.49777777777777776 0.3466666666666667 0.24888888888888888 0.3333333333333333 +3 0.4955555555555556 0.6622222222222223 0.18222222222222223 0.36 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/233_jpg.rf.9641befcd77b3bc6ea445cbf792d1d6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/233_jpg.rf.9641befcd77b3bc6ea445cbf792d1d6e.txt new file mode 100644 index 0000000..7a85a42 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/233_jpg.rf.9641befcd77b3bc6ea445cbf792d1d6e.txt @@ -0,0 +1,2 @@ +0 0.5133333333333333 0.31555555555555553 0.24444444444444444 0.28444444444444444 +5 0.48444444444444446 0.5222222222222223 0.2088888888888889 0.16 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2346f06dd5068ab947e595f135dd08f8adb90c92_jpg.rf.9b15fe04adc161cb1ced4c4f549da03c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2346f06dd5068ab947e595f135dd08f8adb90c92_jpg.rf.9b15fe04adc161cb1ced4c4f549da03c.txt new file mode 100644 index 0000000..6de3cd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2346f06dd5068ab947e595f135dd08f8adb90c92_jpg.rf.9b15fe04adc161cb1ced4c4f549da03c.txt @@ -0,0 +1 @@ +1 0.5833333333333334 0.47187060478199716 0.4620253164556962 0.6230661040787623 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/239665499a97bb870149086176991c4a7e88fdb2_jpg.rf.f57cbb08ce2a08708192dc4fd2ab9a37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/239665499a97bb870149086176991c4a7e88fdb2_jpg.rf.f57cbb08ce2a08708192dc4fd2ab9a37.txt new file mode 100644 index 0000000..66be45e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/239665499a97bb870149086176991c4a7e88fdb2_jpg.rf.f57cbb08ce2a08708192dc4fd2ab9a37.txt @@ -0,0 +1 @@ +3 0.48628691983122363 0.45147679324894513 0.3143459915611814 0.9029535864978903 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/23_jpg.rf.56864e4d9a0e8b061cbd77ddbf100ab7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/23_jpg.rf.56864e4d9a0e8b061cbd77ddbf100ab7.txt new file mode 100644 index 0000000..4eba2dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/23_jpg.rf.56864e4d9a0e8b061cbd77ddbf100ab7.txt @@ -0,0 +1,2 @@ +0 0.4972972972972973 0.4413919413919414 0.5567567567567567 0.5091575091575091 +5 0.47297297297297297 0.7948717948717948 0.5027027027027027 0.26373626373626374 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/244883f544b02bc84a82d6ef3de15873de7e598b_jpg.rf.9ffdc43526093a4d4ee484b1e096a45b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/244883f544b02bc84a82d6ef3de15873de7e598b_jpg.rf.9ffdc43526093a4d4ee484b1e096a45b.txt new file mode 100644 index 0000000..7367f0a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/244883f544b02bc84a82d6ef3de15873de7e598b_jpg.rf.9ffdc43526093a4d4ee484b1e096a45b.txt @@ -0,0 +1 @@ +3 0.5145413870246085 0.4977645305514158 0.4966442953020134 0.6780923994038748 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/24_jpg.rf.e305084c61f7e6f3e02d0a4796539628.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/24_jpg.rf.e305084c61f7e6f3e02d0a4796539628.txt new file mode 100644 index 0000000..150b284 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/24_jpg.rf.e305084c61f7e6f3e02d0a4796539628.txt @@ -0,0 +1 @@ +7 0.4527363184079602 0.7290836653386454 0.7014925373134329 0.5298804780876494 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/24_jpg.rf.f3d694da2e6700cb769de31f4435de1c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/24_jpg.rf.f3d694da2e6700cb769de31f4435de1c.txt new file mode 100644 index 0000000..3f884d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/24_jpg.rf.f3d694da2e6700cb769de31f4435de1c.txt @@ -0,0 +1,3 @@ +0 0.20444444444444446 0.24222222222222223 0.3333333333333333 0.4444444444444444 +0 0.2 0.7644444444444445 0.36444444444444446 0.44 +0 0.6933333333333334 0.5688888888888889 0.5911111111111111 0.7066666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/256d854b55ac32ea4d0d6398dffccc4d8909a388_jpg.rf.f4ea8da6369ba77c8fa083c6d17e3bac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/256d854b55ac32ea4d0d6398dffccc4d8909a388_jpg.rf.f4ea8da6369ba77c8fa083c6d17e3bac.txt new file mode 100644 index 0000000..d28d3aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/256d854b55ac32ea4d0d6398dffccc4d8909a388_jpg.rf.f4ea8da6369ba77c8fa083c6d17e3bac.txt @@ -0,0 +1 @@ +5 0.5147679324894515 0.34968354430379744 0.7046413502109705 0.3876582278481013 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/25_jpg.rf.560991b6f25a780fee8078651b536a4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/25_jpg.rf.560991b6f25a780fee8078651b536a4f.txt new file mode 100644 index 0000000..4b3d857 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/25_jpg.rf.560991b6f25a780fee8078651b536a4f.txt @@ -0,0 +1 @@ +0 0.4951219512195122 0.5121951219512195 0.8097560975609757 0.8373983739837398 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/25_jpg.rf.733f0b4e625f8936a64be700bb021676.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/25_jpg.rf.733f0b4e625f8936a64be700bb021676.txt new file mode 100644 index 0000000..7e56080 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/25_jpg.rf.733f0b4e625f8936a64be700bb021676.txt @@ -0,0 +1,8 @@ +7 0.11553784860557768 0.32587064676616917 0.20717131474103587 0.3781094527363184 +7 0.3784860557768924 0.3283582089552239 0.24302788844621515 0.3582089552238806 +7 0.6294820717131474 0.2935323383084577 0.2788844621513944 0.35323383084577115 +7 0.8705179282868526 0.3383084577114428 0.250996015936255 0.3781094527363184 +3 0.1394422310756972 0.6840796019900498 0.19123505976095617 0.4577114427860697 +3 0.3665338645418327 0.6965174129353234 0.16334661354581673 0.4577114427860697 +3 0.6235059760956175 0.6865671641791045 0.1952191235059761 0.46766169154228854 +3 0.8745019920318725 0.7014925373134329 0.21912350597609562 0.43781094527363185 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/25d90d90b56f6e43412fd7277ab387f2620e2abf_jpg.rf.47bfd6603ce5d698336ea2dd8040b55d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/25d90d90b56f6e43412fd7277ab387f2620e2abf_jpg.rf.47bfd6603ce5d698336ea2dd8040b55d.txt new file mode 100644 index 0000000..cbeb348 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/25d90d90b56f6e43412fd7277ab387f2620e2abf_jpg.rf.47bfd6603ce5d698336ea2dd8040b55d.txt @@ -0,0 +1 @@ +3 0.4778481012658228 0.43248945147679324 0.3206751054852321 0.7616033755274262 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/269e5176bde313d9c53ace391c11df86916bab61_jpg.rf.8c59d4535db453d884a53c77107dfe30.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/269e5176bde313d9c53ace391c11df86916bab61_jpg.rf.8c59d4535db453d884a53c77107dfe30.txt new file mode 100644 index 0000000..a277f61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/269e5176bde313d9c53ace391c11df86916bab61_jpg.rf.8c59d4535db453d884a53c77107dfe30.txt @@ -0,0 +1 @@ +5 0.5021097046413502 0.4074367088607595 0.6687763713080169 0.3291139240506329 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/26_jpg.rf.ad1c811ed1620b1bbaf897b13428654c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/26_jpg.rf.ad1c811ed1620b1bbaf897b13428654c.txt new file mode 100644 index 0000000..43f9ce3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/26_jpg.rf.ad1c811ed1620b1bbaf897b13428654c.txt @@ -0,0 +1 @@ +0 0.5022222222222222 0.5555555555555556 0.4577777777777778 0.6355555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2793df020525179c01e163f876e032ebe994e802_jpg.rf.cec01bdfbea1ff5134eb53b0fd5ef8b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2793df020525179c01e163f876e032ebe994e802_jpg.rf.cec01bdfbea1ff5134eb53b0fd5ef8b7.txt new file mode 100644 index 0000000..5a9f7ec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2793df020525179c01e163f876e032ebe994e802_jpg.rf.cec01bdfbea1ff5134eb53b0fd5ef8b7.txt @@ -0,0 +1 @@ +1 0.4240506329113924 0.3508005822416303 0.29535864978902954 0.4032023289665211 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/27_jpg.rf.6746e19179605d23a7c562f9f455664e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/27_jpg.rf.6746e19179605d23a7c562f9f455664e.txt new file mode 100644 index 0000000..b9bb0ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/27_jpg.rf.6746e19179605d23a7c562f9f455664e.txt @@ -0,0 +1,4 @@ +7 0.3879781420765027 0.3327272727272727 0.46994535519125685 0.2581818181818182 +7 0.7486338797814208 0.34545454545454546 0.366120218579235 0.3236363636363636 +3 0.30601092896174864 0.6527272727272727 0.34972677595628415 0.44 +3 0.09016393442622951 0.6290909090909091 0.18032786885245902 0.48727272727272725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/27_jpg.rf.9679bf36191de2e61993a9d40c10677d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/27_jpg.rf.9679bf36191de2e61993a9d40c10677d.txt new file mode 100644 index 0000000..431e74e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/27_jpg.rf.9679bf36191de2e61993a9d40c10677d.txt @@ -0,0 +1,2 @@ +0 0.23777777777777778 0.41333333333333333 0.47555555555555556 0.7555555555555555 +0 0.7733333333333333 0.4822222222222222 0.4533333333333333 0.9022222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/281c2e8bd606c79bce2fca745411d9f901a74bcf_jpg.rf.804c8d136ce96b15a6340b5041a16b2b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/281c2e8bd606c79bce2fca745411d9f901a74bcf_jpg.rf.804c8d136ce96b15a6340b5041a16b2b.txt new file mode 100644 index 0000000..bed5b4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/281c2e8bd606c79bce2fca745411d9f901a74bcf_jpg.rf.804c8d136ce96b15a6340b5041a16b2b.txt @@ -0,0 +1 @@ +1 0.6107594936708861 0.3900316455696203 0.5042194092827004 0.4477848101265823 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/28_jpg.rf.4aa14084ea32c1202bfeeb20cde909c8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/28_jpg.rf.4aa14084ea32c1202bfeeb20cde909c8.txt new file mode 100644 index 0000000..5d9da21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/28_jpg.rf.4aa14084ea32c1202bfeeb20cde909c8.txt @@ -0,0 +1 @@ +0 0.5155555555555555 0.6444444444444445 0.5377777777777778 0.6933333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/28_jpg.rf.7ea85371e81f4313ea8d97f3ee127d53.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/28_jpg.rf.7ea85371e81f4313ea8d97f3ee127d53.txt new file mode 100644 index 0000000..09cb339 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/28_jpg.rf.7ea85371e81f4313ea8d97f3ee127d53.txt @@ -0,0 +1,4 @@ +7 0.3403141361256545 0.42045454545454547 0.2356020942408377 0.3106060606060606 +7 0.5759162303664922 0.36174242424242425 0.39267015706806285 0.29924242424242425 +3 0.3193717277486911 0.6893939393939394 0.24083769633507854 0.36363636363636365 +3 0.5837696335078534 0.6761363636363636 0.25654450261780104 0.3787878787878788 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/28ab04a4e4af7ce0040e0de81ce98255378be1fd_jpg.rf.76dc24104ccf616215bf9fc7d597b2ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/28ab04a4e4af7ce0040e0de81ce98255378be1fd_jpg.rf.76dc24104ccf616215bf9fc7d597b2ae.txt new file mode 100644 index 0000000..4eb21a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/28ab04a4e4af7ce0040e0de81ce98255378be1fd_jpg.rf.76dc24104ccf616215bf9fc7d597b2ae.txt @@ -0,0 +1 @@ +5 0.5147679324894515 0.2109704641350211 0.350210970464135 0.3881856540084388 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/28e7294a099015df73ee0597e56685a91897566b_jpg.rf.0bb0ec5c2588ffd3798f29cd1a38b854.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/28e7294a099015df73ee0597e56685a91897566b_jpg.rf.0bb0ec5c2588ffd3798f29cd1a38b854.txt new file mode 100644 index 0000000..b7a9300 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/28e7294a099015df73ee0597e56685a91897566b_jpg.rf.0bb0ec5c2588ffd3798f29cd1a38b854.txt @@ -0,0 +1 @@ +5 0.5042194092827004 0.17456896551724138 0.4978902953586498 0.2859195402298851 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/294ba29040c76080aed0196b386787c1a1a5db2b_jpg.rf.4e82022ffb6aa9545049f09e60d4fab8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/294ba29040c76080aed0196b386787c1a1a5db2b_jpg.rf.4e82022ffb6aa9545049f09e60d4fab8.txt new file mode 100644 index 0000000..c4de1af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/294ba29040c76080aed0196b386787c1a1a5db2b_jpg.rf.4e82022ffb6aa9545049f09e60d4fab8.txt @@ -0,0 +1 @@ +5 0.553475935828877 0.20166666666666666 0.5080213903743316 0.4033333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/297c76b374972fdbbfd71c09a3e98c56_jpg.rf.549bcfda09b17f61abfcd3e4945f5121.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/297c76b374972fdbbfd71c09a3e98c56_jpg.rf.549bcfda09b17f61abfcd3e4945f5121.txt new file mode 100644 index 0000000..8bbace1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/297c76b374972fdbbfd71c09a3e98c56_jpg.rf.549bcfda09b17f61abfcd3e4945f5121.txt @@ -0,0 +1 @@ +7 0.4993118756936737 0.3612985571587125 0.6603218645948946 0.7039511653718091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/29_jpg.rf.6525af93bcbb7572cf5e900e49346b29.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/29_jpg.rf.6525af93bcbb7572cf5e900e49346b29.txt new file mode 100644 index 0000000..7db3833 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/29_jpg.rf.6525af93bcbb7572cf5e900e49346b29.txt @@ -0,0 +1 @@ +7 0.5131578947368421 0.5225563909774437 0.6684210526315789 0.6052631578947368 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/29_jpg.rf.c277634854883a944be6e942810a3988.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/29_jpg.rf.c277634854883a944be6e942810a3988.txt new file mode 100644 index 0000000..349c1c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/29_jpg.rf.c277634854883a944be6e942810a3988.txt @@ -0,0 +1 @@ +0 0.49330357142857145 0.5647321428571429 0.5491071428571429 0.6205357142857143 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/29b0a53028413ba064ce13f03880a7d26e90c57d_jpg.rf.f0fb3027518b63bc0b2b77b7c8e557ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/29b0a53028413ba064ce13f03880a7d26e90c57d_jpg.rf.f0fb3027518b63bc0b2b77b7c8e557ce.txt new file mode 100644 index 0000000..622cbf3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/29b0a53028413ba064ce13f03880a7d26e90c57d_jpg.rf.f0fb3027518b63bc0b2b77b7c8e557ce.txt @@ -0,0 +1 @@ +3 0.4229957805907173 0.42216687422166876 0.4873417721518987 0.7471980074719801 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2_jpg.rf.6f1170da1c59edbb2108e49fb74b2436.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2_jpg.rf.6f1170da1c59edbb2108e49fb74b2436.txt new file mode 100644 index 0000000..4dc5e04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2_jpg.rf.6f1170da1c59edbb2108e49fb74b2436.txt @@ -0,0 +1 @@ +0 0.5335051546391752 0.6158301158301158 0.6701030927835051 0.6988416988416989 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2_jpg.rf.fd71699b6e94ed003f0f57b04b41f747.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2_jpg.rf.fd71699b6e94ed003f0f57b04b41f747.txt new file mode 100644 index 0000000..d126b87 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2_jpg.rf.fd71699b6e94ed003f0f57b04b41f747.txt @@ -0,0 +1,3 @@ +7 0.25889328063241107 0.5804020100502513 0.3952569169960474 0.628140703517588 +7 0.8260869565217391 0.3492462311557789 0.25691699604743085 0.38190954773869346 +3 0.8162055335968379 0.7311557788944724 0.17391304347826086 0.49246231155778897 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2a29fbe2d3b3400864e156d405d9432bf8f248c6_jpg.rf.77dd1a4973a8ae2f8e5b7cf3fac2e86f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2a29fbe2d3b3400864e156d405d9432bf8f248c6_jpg.rf.77dd1a4973a8ae2f8e5b7cf3fac2e86f.txt new file mode 100644 index 0000000..fa3376f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2a29fbe2d3b3400864e156d405d9432bf8f248c6_jpg.rf.77dd1a4973a8ae2f8e5b7cf3fac2e86f.txt @@ -0,0 +1 @@ +3 0.5718884120171673 0.4249201277955272 0.4034334763948498 0.7428115015974441 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2a53e89126878f8d84e6bd2eaa360e00_jpg.rf.03cb153832b2a930d69a8ff1e4b7d885.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2a53e89126878f8d84e6bd2eaa360e00_jpg.rf.03cb153832b2a930d69a8ff1e4b7d885.txt new file mode 100644 index 0000000..8678bdb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2a53e89126878f8d84e6bd2eaa360e00_jpg.rf.03cb153832b2a930d69a8ff1e4b7d885.txt @@ -0,0 +1,2 @@ +2 0.5117375 0.359825 0.5700125 0.6745624999999998 +3 0.4985375000000001 0.79045 0.4852750000000001 0.4191 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2c072825749a07f9dcf00262598fd5b4c040d356_jpg.rf.ae67e4308f386f5a69d10c488973fcba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2c072825749a07f9dcf00262598fd5b4c040d356_jpg.rf.ae67e4308f386f5a69d10c488973fcba.txt new file mode 100644 index 0000000..062f0d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2c072825749a07f9dcf00262598fd5b4c040d356_jpg.rf.ae67e4308f386f5a69d10c488973fcba.txt @@ -0,0 +1 @@ +3 0.4947257383966245 0.4474452554744526 0.47257383966244726 0.8087591240875912 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2cf8816fc30ba3c456502b3dc23695c092638e12_jpg.rf.414645613ae82ae8ccece20049b678cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2cf8816fc30ba3c456502b3dc23695c092638e12_jpg.rf.414645613ae82ae8ccece20049b678cc.txt new file mode 100644 index 0000000..6dca899 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2cf8816fc30ba3c456502b3dc23695c092638e12_jpg.rf.414645613ae82ae8ccece20049b678cc.txt @@ -0,0 +1 @@ +3 0.5369198312236287 0.4289732770745429 0.4978902953586498 0.720112517580872 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2e264c4a6fdefc365ffe92d56540ca3bdb0f0a0b_jpg.rf.56cebf433121fb1445f2fccd99cf3ad8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2e264c4a6fdefc365ffe92d56540ca3bdb0f0a0b_jpg.rf.56cebf433121fb1445f2fccd99cf3ad8.txt new file mode 100644 index 0000000..9c8a273 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2e264c4a6fdefc365ffe92d56540ca3bdb0f0a0b_jpg.rf.56cebf433121fb1445f2fccd99cf3ad8.txt @@ -0,0 +1 @@ +1 0.48523206751054854 0.40224032586558045 0.4388185654008439 0.38085539714867617 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2f29af961f0154eaa121d3aaa0e187a95921c83d_jpg.rf.223579a9dc612b33991db855d53f1fa4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2f29af961f0154eaa121d3aaa0e187a95921c83d_jpg.rf.223579a9dc612b33991db855d53f1fa4.txt new file mode 100644 index 0000000..dbcd958 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2f29af961f0154eaa121d3aaa0e187a95921c83d_jpg.rf.223579a9dc612b33991db855d53f1fa4.txt @@ -0,0 +1 @@ +5 0.5464135021097046 0.2897350993377483 0.5147679324894515 0.44867549668874174 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/2f53a2d59b43af4580fa99fe0c3a66c5202e1b43_jpg.rf.c001eb051759998e9c7830b223dcf161.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/2f53a2d59b43af4580fa99fe0c3a66c5202e1b43_jpg.rf.c001eb051759998e9c7830b223dcf161.txt new file mode 100644 index 0000000..72fc03d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/2f53a2d59b43af4580fa99fe0c3a66c5202e1b43_jpg.rf.c001eb051759998e9c7830b223dcf161.txt @@ -0,0 +1 @@ +3 0.5031645569620253 0.4609704641350211 0.31223628691983124 0.8649789029535865 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3063fe35538c0d2ead3c0037830c698526582655_jpg.rf.7a7438798a066fc9e3277162873e7ce6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3063fe35538c0d2ead3c0037830c698526582655_jpg.rf.7a7438798a066fc9e3277162873e7ce6.txt new file mode 100644 index 0000000..ccc0cd3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3063fe35538c0d2ead3c0037830c698526582655_jpg.rf.7a7438798a066fc9e3277162873e7ce6.txt @@ -0,0 +1 @@ +1 0.4757383966244726 0.4153225806451613 0.41983122362869196 0.4327956989247312 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/30_jpg.rf.546040b0156ae4d38f7ccc0c0810e241.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/30_jpg.rf.546040b0156ae4d38f7ccc0c0810e241.txt new file mode 100644 index 0000000..8f747f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/30_jpg.rf.546040b0156ae4d38f7ccc0c0810e241.txt @@ -0,0 +1 @@ +7 0.5511111111111111 0.4822222222222222 0.6222222222222222 0.8444444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/30_jpg.rf.8c1829f8fee62a6f1d71a76a10e7ebf8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/30_jpg.rf.8c1829f8fee62a6f1d71a76a10e7ebf8.txt new file mode 100644 index 0000000..de2fdb5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/30_jpg.rf.8c1829f8fee62a6f1d71a76a10e7ebf8.txt @@ -0,0 +1 @@ +0 0.5631313131313131 0.5295275590551181 0.6111111111111112 0.5433070866141733 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/31_jpg.rf.94feee0f8270fc99f751a1c6198f3bda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/31_jpg.rf.94feee0f8270fc99f751a1c6198f3bda.txt new file mode 100644 index 0000000..f34d72c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/31_jpg.rf.94feee0f8270fc99f751a1c6198f3bda.txt @@ -0,0 +1 @@ +7 0.5466666666666666 0.7488888888888889 0.6844444444444444 0.5022222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/31_jpg.rf.c88c3a2fb34b23165b0109e64b5af141.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/31_jpg.rf.c88c3a2fb34b23165b0109e64b5af141.txt new file mode 100644 index 0000000..8572ae6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/31_jpg.rf.c88c3a2fb34b23165b0109e64b5af141.txt @@ -0,0 +1,4 @@ +0 0.12691131498470948 0.6038961038961039 0.24770642201834864 0.7922077922077922 +0 0.3746177370030581 0.6201298701298701 0.24770642201834864 0.7597402597402597 +0 0.6314984709480123 0.6168831168831169 0.2415902140672783 0.7662337662337663 +0 0.8761467889908257 0.6103896103896104 0.24770642201834864 0.7792207792207793 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/32_jpg.rf.310e66efe7e25d6bca04ba3cb46f7891.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/32_jpg.rf.310e66efe7e25d6bca04ba3cb46f7891.txt new file mode 100644 index 0000000..54cd10f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/32_jpg.rf.310e66efe7e25d6bca04ba3cb46f7891.txt @@ -0,0 +1,2 @@ +7 0.4634146341463415 0.49390243902439024 0.8341463414634146 0.508130081300813 +5 0.3975609756097561 0.6727642276422764 0.36585365853658536 0.16666666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/32_jpg.rf.b8ef84a5dc55f09c62e583205798935d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/32_jpg.rf.b8ef84a5dc55f09c62e583205798935d.txt new file mode 100644 index 0000000..a68995b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/32_jpg.rf.b8ef84a5dc55f09c62e583205798935d.txt @@ -0,0 +1 @@ +0 0.4888888888888889 0.5422222222222223 0.48444444444444446 0.5688888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/33_jpg.rf.2602889b5595cd36cbbb9912eeb108d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/33_jpg.rf.2602889b5595cd36cbbb9912eeb108d1.txt new file mode 100644 index 0000000..bc178af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/33_jpg.rf.2602889b5595cd36cbbb9912eeb108d1.txt @@ -0,0 +1,4 @@ +7 0.2574468085106383 0.3325581395348837 0.2680851063829787 0.3581395348837209 +7 0.7382978723404255 0.3372093023255814 0.23404255319148937 0.3767441860465116 +3 0.24893617021276596 0.6930232558139535 0.2723404255319149 0.4232558139534884 +3 0.7531914893617021 0.6744186046511628 0.28936170212765955 0.4186046511627907 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/33f7222b0816e501ed230bb6e46c78e8_jpg.rf.15afd8712a042cdf75e1d964be442db9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/33f7222b0816e501ed230bb6e46c78e8_jpg.rf.15afd8712a042cdf75e1d964be442db9.txt new file mode 100644 index 0000000..71f5577 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/33f7222b0816e501ed230bb6e46c78e8_jpg.rf.15afd8712a042cdf75e1d964be442db9.txt @@ -0,0 +1 @@ +7 0.35641000000000006 0.4144 0.7128099999999999 0.8288 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344298874_958339355171161_7762581317312906500_n_jpg.rf.a8841d57042707e3a4c363af43d17c11.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344298874_958339355171161_7762581317312906500_n_jpg.rf.a8841d57042707e3a4c363af43d17c11.txt new file mode 100644 index 0000000..b262cd3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344298874_958339355171161_7762581317312906500_n_jpg.rf.a8841d57042707e3a4c363af43d17c11.txt @@ -0,0 +1 @@ +1 0.6082175925925926 0.5294270833333333 0.27546296296296297 0.3380208333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344299257_783621419877173_166422525893670878_n_jpg.rf.961a26505207efc0a0aab349dd663cfd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344299257_783621419877173_166422525893670878_n_jpg.rf.961a26505207efc0a0aab349dd663cfd.txt new file mode 100644 index 0000000..bb8dbff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344299257_783621419877173_166422525893670878_n_jpg.rf.961a26505207efc0a0aab349dd663cfd.txt @@ -0,0 +1,2 @@ +0 0.4300130208333333 0.3310546875 0.3177083333333333 0.212890625 +6 0.4072265625 0.665771484375 0.314453125 0.45263671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344299771_163117590023880_9139455239203781486_n_jpg.rf.3050cbb93cdf40736f631490686027e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344299771_163117590023880_9139455239203781486_n_jpg.rf.3050cbb93cdf40736f631490686027e0.txt new file mode 100644 index 0000000..6d8f2e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344299771_163117590023880_9139455239203781486_n_jpg.rf.3050cbb93cdf40736f631490686027e0.txt @@ -0,0 +1,2 @@ +0 0.4671223958333333 0.27392578125 0.3209635416666667 0.21435546875 +6 0.4427083333333333 0.60546875 0.3053385416666667 0.44189453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344299800_212906234833936_7054180795176716017_n_jpg.rf.82324ad343b1253d5a1b24a6ffc2761d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344299800_212906234833936_7054180795176716017_n_jpg.rf.82324ad343b1253d5a1b24a6ffc2761d.txt new file mode 100644 index 0000000..fe8d42f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344299800_212906234833936_7054180795176716017_n_jpg.rf.82324ad343b1253d5a1b24a6ffc2761d.txt @@ -0,0 +1 @@ +1 0.7163934426229508 0.6411695215593621 0.48032786885245904 0.4666272888363851 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344299808_904752560597976_8891503319082939622_n_jpg.rf.d635b550244cfea5d5165223d8f6b219.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344299808_904752560597976_8891503319082939622_n_jpg.rf.d635b550244cfea5d5165223d8f6b219.txt new file mode 100644 index 0000000..bbdf9df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344299808_904752560597976_8891503319082939622_n_jpg.rf.d635b550244cfea5d5165223d8f6b219.txt @@ -0,0 +1 @@ +1 0.5595054095826894 0.5544117647058824 0.758887171561051 0.5426470588235294 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344300720_790184389348131_5425397760490939210_n_jpg.rf.8b2ee2191cb14c40efacb5c27b4fcb52.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344300720_790184389348131_5425397760490939210_n_jpg.rf.8b2ee2191cb14c40efacb5c27b4fcb52.txt new file mode 100644 index 0000000..8619e53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344300720_790184389348131_5425397760490939210_n_jpg.rf.8b2ee2191cb14c40efacb5c27b4fcb52.txt @@ -0,0 +1 @@ +1 0.5016339869281046 0.4987745098039216 0.4891067538126362 0.5426470588235294 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344300781_1290768838484819_6513734079337067474_n_jpg.rf.a9f87749c68a4a558ba794acbd25eb81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344300781_1290768838484819_6513734079337067474_n_jpg.rf.a9f87749c68a4a558ba794acbd25eb81.txt new file mode 100644 index 0000000..bdeaa5f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344300781_1290768838484819_6513734079337067474_n_jpg.rf.a9f87749c68a4a558ba794acbd25eb81.txt @@ -0,0 +1 @@ +1 0.46702453987730064 0.5843137254901961 0.7530674846625767 0.6269607843137255 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344301662_746955767212617_4649774882564265670_n_jpg.rf.1ef79034fc111d9360ee43e8843f4849.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344301662_746955767212617_4649774882564265670_n_jpg.rf.1ef79034fc111d9360ee43e8843f4849.txt new file mode 100644 index 0000000..b4efed5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344301662_746955767212617_4649774882564265670_n_jpg.rf.1ef79034fc111d9360ee43e8843f4849.txt @@ -0,0 +1,2 @@ +0 0.4970703125 0.31640625 0.2740885416666667 0.21630859375 +6 0.5107421875 0.524169921875 0.2845052083333333 0.22412109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344302832_1004057880602226_2201591769062819186_n_jpg.rf.00cdd6e78446050bca8afc2ae5bcc141.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344302832_1004057880602226_2201591769062819186_n_jpg.rf.00cdd6e78446050bca8afc2ae5bcc141.txt new file mode 100644 index 0000000..6e493f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344302832_1004057880602226_2201591769062819186_n_jpg.rf.00cdd6e78446050bca8afc2ae5bcc141.txt @@ -0,0 +1,2 @@ +0 0.4371744791666667 0.3818359375 0.2936197916666667 0.2041015625 +6 0.4609375 0.575439453125 0.2936197916666667 0.21435546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344302903_3542561089355638_2805087573088442940_n_jpg.rf.8e68a3a8abd090e8c17203d15da9464f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344302903_3542561089355638_2805087573088442940_n_jpg.rf.8e68a3a8abd090e8c17203d15da9464f.txt new file mode 100644 index 0000000..3477d8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344302903_3542561089355638_2805087573088442940_n_jpg.rf.8e68a3a8abd090e8c17203d15da9464f.txt @@ -0,0 +1 @@ +1 0.5212418300653595 0.5612745098039216 0.4803921568627451 0.6504901960784314 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344307996_233555582697565_1541202193707430279_n_jpg.rf.a482a1b31aefe39f4daa63a226fd84df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344307996_233555582697565_1541202193707430279_n_jpg.rf.a482a1b31aefe39f4daa63a226fd84df.txt new file mode 100644 index 0000000..ef6c8af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344307996_233555582697565_1541202193707430279_n_jpg.rf.a482a1b31aefe39f4daa63a226fd84df.txt @@ -0,0 +1 @@ +1 0.6486928104575164 0.49387254901960786 0.4912854030501089 0.5142156862745098 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344310600_1267156350601231_6789246526122338899_n_jpg.rf.1f8e2e18b2b290e6f9a557be878ad763.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344310600_1267156350601231_6789246526122338899_n_jpg.rf.1f8e2e18b2b290e6f9a557be878ad763.txt new file mode 100644 index 0000000..d7878a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344310600_1267156350601231_6789246526122338899_n_jpg.rf.1f8e2e18b2b290e6f9a557be878ad763.txt @@ -0,0 +1 @@ +1 0.5430283224400871 0.5825980392156863 0.8333333333333334 0.6034313725490196 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344374505_778053800427764_741760149842368062_n_jpg.rf.f1ac58637a6a85bcb89fad737c7a8aaa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344374505_778053800427764_741760149842368062_n_jpg.rf.f1ac58637a6a85bcb89fad737c7a8aaa.txt new file mode 100644 index 0000000..96e56cf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344374505_778053800427764_741760149842368062_n_jpg.rf.f1ac58637a6a85bcb89fad737c7a8aaa.txt @@ -0,0 +1 @@ +1 0.5483630952380952 0.5904411764705882 0.8526785714285714 0.6352941176470588 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344779351_907590993877712_7996488706433189835_n_jpg.rf.039d544e4faa5167138175fe89204bce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344779351_907590993877712_7996488706433189835_n_jpg.rf.039d544e4faa5167138175fe89204bce.txt new file mode 100644 index 0000000..687c13f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344779351_907590993877712_7996488706433189835_n_jpg.rf.039d544e4faa5167138175fe89204bce.txt @@ -0,0 +1 @@ +1 0.6813725490196079 0.5477941176470589 0.6372549019607843 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/344787548_1600207147132343_3200059931132635821_n_jpg.rf.e5f431256d3b2b61f759907209cf57a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/344787548_1600207147132343_3200059931132635821_n_jpg.rf.e5f431256d3b2b61f759907209cf57a2.txt new file mode 100644 index 0000000..085005a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/344787548_1600207147132343_3200059931132635821_n_jpg.rf.e5f431256d3b2b61f759907209cf57a2.txt @@ -0,0 +1 @@ +1 0.552665799739922 0.6306372549019608 0.6384915474642393 0.6588235294117647 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/34598f75723207f25f4c4c0782f1aadbbf130feb_jpg.rf.407ba4246b24487b6fb4d24fa5ae97b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/34598f75723207f25f4c4c0782f1aadbbf130feb_jpg.rf.407ba4246b24487b6fb4d24fa5ae97b2.txt new file mode 100644 index 0000000..8db323c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/34598f75723207f25f4c4c0782f1aadbbf130feb_jpg.rf.407ba4246b24487b6fb4d24fa5ae97b2.txt @@ -0,0 +1 @@ +3 0.46729957805907174 0.4831223628691983 0.33544303797468356 0.879746835443038 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/34_jpg.rf.c29b60803501fded290c849cf016e9fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/34_jpg.rf.c29b60803501fded290c849cf016e9fe.txt new file mode 100644 index 0000000..2839b36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/34_jpg.rf.c29b60803501fded290c849cf016e9fe.txt @@ -0,0 +1,2 @@ +0 0.25 0.6505376344086021 0.4889705882352941 0.6989247311827957 +0 0.8143382352941176 0.6505376344086021 0.3713235294117647 0.6989247311827957 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/35001e1e6c991e6e20bdd85cc7bc2469_jpg.rf.c105cad158a200cdc8fcf4b8fcdf09fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/35001e1e6c991e6e20bdd85cc7bc2469_jpg.rf.c105cad158a200cdc8fcf4b8fcdf09fd.txt new file mode 100644 index 0000000..d628e9f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/35001e1e6c991e6e20bdd85cc7bc2469_jpg.rf.c105cad158a200cdc8fcf4b8fcdf09fd.txt @@ -0,0 +1,2 @@ +2 0.15881615598885793 0.2429108635097493 0.2561977715877437 0.3087047353760446 +2 0.6288300835654597 0.4915459610027856 0.7191364902506966 0.8945264623955431 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/35541a75dd90dd7c23c5fe9bf7696703490991fa_jpg.rf.d987b38cb2aec925f58a706c339f4cc8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/35541a75dd90dd7c23c5fe9bf7696703490991fa_jpg.rf.d987b38cb2aec925f58a706c339f4cc8.txt new file mode 100644 index 0000000..6b8e637 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/35541a75dd90dd7c23c5fe9bf7696703490991fa_jpg.rf.d987b38cb2aec925f58a706c339f4cc8.txt @@ -0,0 +1 @@ +3 0.5147679324894515 0.46452702702702703 0.5443037974683544 0.8361486486486487 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/35_jpg.rf.503698adad0b2f14828a41d0f4defc03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/35_jpg.rf.503698adad0b2f14828a41d0f4defc03.txt new file mode 100644 index 0000000..bb1661d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/35_jpg.rf.503698adad0b2f14828a41d0f4defc03.txt @@ -0,0 +1 @@ +7 0.5444444444444444 0.5355555555555556 0.5466666666666666 0.5555555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/35_jpg.rf.ca4d4825b37835fa08492b2223a84974.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/35_jpg.rf.ca4d4825b37835fa08492b2223a84974.txt new file mode 100644 index 0000000..cecbf22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/35_jpg.rf.ca4d4825b37835fa08492b2223a84974.txt @@ -0,0 +1 @@ +0 0.4888888888888889 0.6444444444444445 0.7555555555555555 0.7111111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/36_jpg.rf.3561319bfe33db7dcf0af4982e9447d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/36_jpg.rf.3561319bfe33db7dcf0af4982e9447d8.txt new file mode 100644 index 0000000..a1f3202 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/36_jpg.rf.3561319bfe33db7dcf0af4982e9447d8.txt @@ -0,0 +1,2 @@ +7 0.23333333333333334 0.6220238095238095 0.34 0.7559523809523809 +7 0.74 0.4494047619047619 0.16666666666666666 0.5297619047619048 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/36_jpg.rf.c42814feca2aac108e0fe2c68ce3ae9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/36_jpg.rf.c42814feca2aac108e0fe2c68ce3ae9d.txt new file mode 100644 index 0000000..0520151 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/36_jpg.rf.c42814feca2aac108e0fe2c68ce3ae9d.txt @@ -0,0 +1 @@ +0 0.49333333333333335 0.5111111111111111 0.4888888888888889 0.5511111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/378d97ce89412b1596b3aace22693f9a9b0a2d85_jpg.rf.2e2758c9bef7e958bf6aaab9330c64ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/378d97ce89412b1596b3aace22693f9a9b0a2d85_jpg.rf.2e2758c9bef7e958bf6aaab9330c64ae.txt new file mode 100644 index 0000000..6ea45c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/378d97ce89412b1596b3aace22693f9a9b0a2d85_jpg.rf.2e2758c9bef7e958bf6aaab9330c64ae.txt @@ -0,0 +1 @@ +5 0.5126582278481012 0.48523206751054854 0.7130801687763713 0.5344585091420534 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/37_jpg.rf.777d4b5454127ecf6ebde3359abb6629.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/37_jpg.rf.777d4b5454127ecf6ebde3359abb6629.txt new file mode 100644 index 0000000..30eeeee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/37_jpg.rf.777d4b5454127ecf6ebde3359abb6629.txt @@ -0,0 +1 @@ +7 0.5 0.74 0.9234972677595629 0.52 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/37b0119b9c7e573faaa976cc2e3fdd9f5412fa08_jpg.rf.cdb80d249b03934190bd817a688c2e69.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/37b0119b9c7e573faaa976cc2e3fdd9f5412fa08_jpg.rf.cdb80d249b03934190bd817a688c2e69.txt new file mode 100644 index 0000000..c711afe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/37b0119b9c7e573faaa976cc2e3fdd9f5412fa08_jpg.rf.cdb80d249b03934190bd817a688c2e69.txt @@ -0,0 +1 @@ +5 0.5390295358649789 0.17432646592709986 0.4620253164556962 0.3090332805071315 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/37d7da9d0b22e8b7e06bc73cbf67204583312d69_jpg.rf.287aa8cd9f8e2b16561b3fa4f9a79f2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/37d7da9d0b22e8b7e06bc73cbf67204583312d69_jpg.rf.287aa8cd9f8e2b16561b3fa4f9a79f2c.txt new file mode 100644 index 0000000..831867c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/37d7da9d0b22e8b7e06bc73cbf67204583312d69_jpg.rf.287aa8cd9f8e2b16561b3fa4f9a79f2c.txt @@ -0,0 +1 @@ +3 0.4831223628691983 0.3860759493670886 0.3227848101265823 0.729957805907173 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/37fba7f5408aa4ad4679333820231bfa789f6afd_jpg.rf.a7e2362dea621056ada573e533e06de9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/37fba7f5408aa4ad4679333820231bfa789f6afd_jpg.rf.a7e2362dea621056ada573e533e06de9.txt new file mode 100644 index 0000000..2986bd7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/37fba7f5408aa4ad4679333820231bfa789f6afd_jpg.rf.a7e2362dea621056ada573e533e06de9.txt @@ -0,0 +1 @@ +1 0.4978902953586498 0.5704113924050633 0.42616033755274263 0.8275316455696202 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/37fef83760d7e16127957705e1db5655_jpg.rf.6caead1e92e13690789aa12c01c61df3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/37fef83760d7e16127957705e1db5655_jpg.rf.6caead1e92e13690789aa12c01c61df3.txt new file mode 100644 index 0000000..0cc246b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/37fef83760d7e16127957705e1db5655_jpg.rf.6caead1e92e13690789aa12c01c61df3.txt @@ -0,0 +1,3 @@ +2 0.21889400921658986 0.29838709677419356 0.4377880184331797 0.5092165898617511 +2 0.5475691244239631 0.6220391705069124 0.29420506912442396 0.3353456221198156 +2 0.8288824884792627 0.6206682027649769 0.28816820276497707 0.3602304147465438 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/38206fb5f56d775e8bc4410ed8b47e7af0983eb7_jpg.rf.b80c4a8b8ce4c87c41b4e031c494f907.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/38206fb5f56d775e8bc4410ed8b47e7af0983eb7_jpg.rf.b80c4a8b8ce4c87c41b4e031c494f907.txt new file mode 100644 index 0000000..2b6d4f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/38206fb5f56d775e8bc4410ed8b47e7af0983eb7_jpg.rf.b80c4a8b8ce4c87c41b4e031c494f907.txt @@ -0,0 +1 @@ +1 0.5274261603375527 0.5049226441631505 0.4029535864978903 0.7285513361462729 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3829d9a2cb237ebd0e2c7a86b587597c3f98ea50_jpg.rf.31589d8ae83e50efc59d52c1b9478611.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3829d9a2cb237ebd0e2c7a86b587597c3f98ea50_jpg.rf.31589d8ae83e50efc59d52c1b9478611.txt new file mode 100644 index 0000000..bb7863f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3829d9a2cb237ebd0e2c7a86b587597c3f98ea50_jpg.rf.31589d8ae83e50efc59d52c1b9478611.txt @@ -0,0 +1 @@ +5 0.4947257383966245 0.4009508716323296 0.7489451476793249 0.4358161648177496 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/38_jpg.rf.79d9820c548f9de3033078153e63d70d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/38_jpg.rf.79d9820c548f9de3033078153e63d70d.txt new file mode 100644 index 0000000..dfed066 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/38_jpg.rf.79d9820c548f9de3033078153e63d70d.txt @@ -0,0 +1 @@ +0 0.48 0.6111111111111112 0.7333333333333333 0.7022222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/38_jpg.rf.c1ab4702725e2a4e83040e266b7a9e04.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/38_jpg.rf.c1ab4702725e2a4e83040e266b7a9e04.txt new file mode 100644 index 0000000..24b8baf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/38_jpg.rf.c1ab4702725e2a4e83040e266b7a9e04.txt @@ -0,0 +1 @@ +7 0.4977578475336323 0.4314159292035398 0.7040358744394619 0.8185840707964602 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/38bc4fcb910aa246e67d86b9b58b2eda2c1a16a5_jpg.rf.2918accfc85ae343db66b9aa286b3479.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/38bc4fcb910aa246e67d86b9b58b2eda2c1a16a5_jpg.rf.2918accfc85ae343db66b9aa286b3479.txt new file mode 100644 index 0000000..f20e0e1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/38bc4fcb910aa246e67d86b9b58b2eda2c1a16a5_jpg.rf.2918accfc85ae343db66b9aa286b3479.txt @@ -0,0 +1 @@ +3 0.48523206751054854 0.439873417721519 0.4029535864978903 0.8523206751054853 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/39777f99a971f7de4df9de4c8a2e395e4d5b7555_jpg.rf.21890a3cd9556f6d846652e7f94c1ebb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/39777f99a971f7de4df9de4c8a2e395e4d5b7555_jpg.rf.21890a3cd9556f6d846652e7f94c1ebb.txt new file mode 100644 index 0000000..8874d96 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/39777f99a971f7de4df9de4c8a2e395e4d5b7555_jpg.rf.21890a3cd9556f6d846652e7f94c1ebb.txt @@ -0,0 +1 @@ +5 0.5073839662447257 0.25158227848101267 0.47890295358649787 0.43354430379746833 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/39_jpg.rf.adb4d389d73c33d4a5a1ff9389bb2f67.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/39_jpg.rf.adb4d389d73c33d4a5a1ff9389bb2f67.txt new file mode 100644 index 0000000..285710f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/39_jpg.rf.adb4d389d73c33d4a5a1ff9389bb2f67.txt @@ -0,0 +1 @@ +0 0.5288888888888889 0.4533333333333333 0.5777777777777777 0.76 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/39_jpg.rf.ff22a6f1cf342f1ae5a910de703f02d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/39_jpg.rf.ff22a6f1cf342f1ae5a910de703f02d4.txt new file mode 100644 index 0000000..3273ecf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/39_jpg.rf.ff22a6f1cf342f1ae5a910de703f02d4.txt @@ -0,0 +1 @@ +7 0.4688888888888889 0.6022222222222222 0.8177777777777778 0.7955555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3_jpg.rf.ba72f8576bc3ee77e8e96c535dc4e644.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3_jpg.rf.ba72f8576bc3ee77e8e96c535dc4e644.txt new file mode 100644 index 0000000..df9a2d4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3_jpg.rf.ba72f8576bc3ee77e8e96c535dc4e644.txt @@ -0,0 +1,6 @@ +7 0.1390728476821192 0.4251497005988024 0.2052980132450331 0.3473053892215569 +7 0.3162251655629139 0.39221556886227543 0.2052980132450331 0.46107784431137727 +7 0.609271523178808 0.5508982035928144 0.2682119205298013 0.6287425149700598 +7 0.8708609271523179 0.6437125748502994 0.2185430463576159 0.5988023952095808 +6 0.1605960264900662 0.6916167664670658 0.17880794701986755 0.281437125748503 +3 0.326158940397351 0.7994011976047904 0.15562913907284767 0.40119760479041916 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3_jpg.rf.fa131732911a0a9411f11e5b6ccb29b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3_jpg.rf.fa131732911a0a9411f11e5b6ccb29b7.txt new file mode 100644 index 0000000..f8420ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3_jpg.rf.fa131732911a0a9411f11e5b6ccb29b7.txt @@ -0,0 +1 @@ +0 0.5219512195121951 0.48577235772357724 0.8097560975609757 0.7642276422764228 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3a367872737c74355dc26bc2014d4ff173973a49_jpg.rf.cae47305cdd274385e8e33c86c43dc88.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3a367872737c74355dc26bc2014d4ff173973a49_jpg.rf.cae47305cdd274385e8e33c86c43dc88.txt new file mode 100644 index 0000000..72d2584 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3a367872737c74355dc26bc2014d4ff173973a49_jpg.rf.cae47305cdd274385e8e33c86c43dc88.txt @@ -0,0 +1 @@ +5 0.5137130801687764 0.6009389671361502 0.9261603375527426 0.5289514866979655 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3b503291ecf4cd56a6ec39bd21e7d6b9_jpg.rf.11e20acb36695c00d627293fda111124.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3b503291ecf4cd56a6ec39bd21e7d6b9_jpg.rf.11e20acb36695c00d627293fda111124.txt new file mode 100644 index 0000000..c22cf66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3b503291ecf4cd56a6ec39bd21e7d6b9_jpg.rf.11e20acb36695c00d627293fda111124.txt @@ -0,0 +1 @@ +2 0.50287109375 0.581201171875 0.8849414062499998 0.83759765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3b5fa39feafe9452d6430dab513beb102fbdfaeb_jpg.rf.5c33922151e6742c8aa512c951336853.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3b5fa39feafe9452d6430dab513beb102fbdfaeb_jpg.rf.5c33922151e6742c8aa512c951336853.txt new file mode 100644 index 0000000..ad3a272 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3b5fa39feafe9452d6430dab513beb102fbdfaeb_jpg.rf.5c33922151e6742c8aa512c951336853.txt @@ -0,0 +1 @@ +1 0.4978902953586498 0.3821752265861027 0.6139240506329114 0.4471299093655589 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3bdddd9e91c09eaa39ec526178f4c57943352f42_jpg.rf.81aa8785a2c186b5a6c1ba4d22146fd1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3bdddd9e91c09eaa39ec526178f4c57943352f42_jpg.rf.81aa8785a2c186b5a6c1ba4d22146fd1.txt new file mode 100644 index 0000000..8f52cda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3bdddd9e91c09eaa39ec526178f4c57943352f42_jpg.rf.81aa8785a2c186b5a6c1ba4d22146fd1.txt @@ -0,0 +1 @@ +3 0.5759493670886076 0.43740095087163233 0.379746835443038 0.7432646592709984 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3c4ac2d852c0c36818cb79a7f71c20e0_jpg.rf.ee7a6a2e71870df00206d0b6c79fdb46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3c4ac2d852c0c36818cb79a7f71c20e0_jpg.rf.ee7a6a2e71870df00206d0b6c79fdb46.txt new file mode 100644 index 0000000..3ace267 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3c4ac2d852c0c36818cb79a7f71c20e0_jpg.rf.ee7a6a2e71870df00206d0b6c79fdb46.txt @@ -0,0 +1 @@ +2 0.48206249999999995 0.6295000000000001 0.6210416666666667 0.6826041666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3cb253b87b27744e93f81c237241a9b10cecf7fc_jpg.rf.ef34038c682f5b3fd2089ddedf70aef5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3cb253b87b27744e93f81c237241a9b10cecf7fc_jpg.rf.ef34038c682f5b3fd2089ddedf70aef5.txt new file mode 100644 index 0000000..76f1856 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3cb253b87b27744e93f81c237241a9b10cecf7fc_jpg.rf.ef34038c682f5b3fd2089ddedf70aef5.txt @@ -0,0 +1 @@ +5 0.4978902953586498 0.2542194092827004 0.3649789029535865 0.4345991561181435 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3e6d13c547d1df54abd25622fd3c84e649d6c091_jpg.rf.59c83839dee2b9a155f915ad51a049cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3e6d13c547d1df54abd25622fd3c84e649d6c091_jpg.rf.59c83839dee2b9a155f915ad51a049cf.txt new file mode 100644 index 0000000..1c56f32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3e6d13c547d1df54abd25622fd3c84e649d6c091_jpg.rf.59c83839dee2b9a155f915ad51a049cf.txt @@ -0,0 +1 @@ +1 0.4757383966244726 0.5635036496350365 0.5126582278481012 0.7854014598540145 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/3ff21c1ee21c230c6c73a02c455caeceb9b85b94_jpg.rf.2b8cf9a79c82597f3697b951b5352e4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/3ff21c1ee21c230c6c73a02c455caeceb9b85b94_jpg.rf.2b8cf9a79c82597f3697b951b5352e4a.txt new file mode 100644 index 0000000..d2d201a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/3ff21c1ee21c230c6c73a02c455caeceb9b85b94_jpg.rf.2b8cf9a79c82597f3697b951b5352e4a.txt @@ -0,0 +1 @@ +0 0.5010548523206751 0.47593582887700536 0.7805907172995781 0.8520499108734403 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4070b4440edf8ee5ddac6356ec0655088e68cc56_jpg.rf.852e9772eba72d7d8433950345a3e969.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4070b4440edf8ee5ddac6356ec0655088e68cc56_jpg.rf.852e9772eba72d7d8433950345a3e969.txt new file mode 100644 index 0000000..18bf37d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4070b4440edf8ee5ddac6356ec0655088e68cc56_jpg.rf.852e9772eba72d7d8433950345a3e969.txt @@ -0,0 +1 @@ +1 0.4573529411764706 0.5718503937007874 0.37058823529411766 0.4940944881889764 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/40721dd761cd259edc10b0bf837c1442b140498f_jpg.rf.e31d3db2d7a230c717750cd47d8e89c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/40721dd761cd259edc10b0bf837c1442b140498f_jpg.rf.e31d3db2d7a230c717750cd47d8e89c9.txt new file mode 100644 index 0000000..2aa8ff8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/40721dd761cd259edc10b0bf837c1442b140498f_jpg.rf.e31d3db2d7a230c717750cd47d8e89c9.txt @@ -0,0 +1 @@ +1 0.4778481012658228 0.37767379679144386 0.35654008438818563 0.43716577540106955 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/40_jpg.rf.4eac985df8f535d3c7593434f4e8ced9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/40_jpg.rf.4eac985df8f535d3c7593434f4e8ced9.txt new file mode 100644 index 0000000..f1a2e51 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/40_jpg.rf.4eac985df8f535d3c7593434f4e8ced9.txt @@ -0,0 +1 @@ +7 0.5022222222222222 0.5133333333333333 0.7111111111111111 0.9066666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/40_jpg.rf.93974c2a668749390fda9635eea3ff38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/40_jpg.rf.93974c2a668749390fda9635eea3ff38.txt new file mode 100644 index 0000000..0bae887 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/40_jpg.rf.93974c2a668749390fda9635eea3ff38.txt @@ -0,0 +1,3 @@ +0 0.1752873563218391 0.6068965517241379 0.23563218390804597 0.6689655172413793 +0 0.4956896551724138 0.6344827586206897 0.23563218390804597 0.6896551724137931 +0 0.8132183908045977 0.6172413793103448 0.2471264367816092 0.7103448275862069 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/40a62c6f9543f107fb9ff627958388b869ab57e3_jpg.rf.f66e468f01ff526c83ea425322a8764d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/40a62c6f9543f107fb9ff627958388b869ab57e3_jpg.rf.f66e468f01ff526c83ea425322a8764d.txt new file mode 100644 index 0000000..e1939fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/40a62c6f9543f107fb9ff627958388b869ab57e3_jpg.rf.f66e468f01ff526c83ea425322a8764d.txt @@ -0,0 +1 @@ +1 0.45042194092827004 0.4062103929024081 0.679324894514768 0.514575411913815 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4166dd6ad9eadf37ff10ea0ac01c7d1c17510869_jpg.rf.db9e9ff498bf628090c4435c7bfbf1e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4166dd6ad9eadf37ff10ea0ac01c7d1c17510869_jpg.rf.db9e9ff498bf628090c4435c7bfbf1e7.txt new file mode 100644 index 0000000..dfbe16c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4166dd6ad9eadf37ff10ea0ac01c7d1c17510869_jpg.rf.db9e9ff498bf628090c4435c7bfbf1e7.txt @@ -0,0 +1 @@ +1 0.45147679324894513 0.4732770745428973 0.33122362869198313 0.5386779184247539 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/41_jpg.rf.29afca75e7bb4a2325cbe3f548aa1f9c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/41_jpg.rf.29afca75e7bb4a2325cbe3f548aa1f9c.txt new file mode 100644 index 0000000..286e5c8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/41_jpg.rf.29afca75e7bb4a2325cbe3f548aa1f9c.txt @@ -0,0 +1 @@ +0 0.5181347150259067 0.601145038167939 0.7772020725388601 0.6526717557251909 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/41_jpg.rf.8a78c6bcc4f5e656e8f557296cb2dde8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/41_jpg.rf.8a78c6bcc4f5e656e8f557296cb2dde8.txt new file mode 100644 index 0000000..95c8b84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/41_jpg.rf.8a78c6bcc4f5e656e8f557296cb2dde8.txt @@ -0,0 +1,2 @@ +7 0.5597826086956522 0.33211678832116787 0.43478260869565216 0.2846715328467153 +6 0.5434782608695652 0.6459854014598541 0.29347826086956524 0.4197080291970803 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/42_jpg.rf.1ff29b7c4f9afe9919bf95f92937e619.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/42_jpg.rf.1ff29b7c4f9afe9919bf95f92937e619.txt new file mode 100644 index 0000000..9fed074 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/42_jpg.rf.1ff29b7c4f9afe9919bf95f92937e619.txt @@ -0,0 +1 @@ +7 0.5196629213483146 0.607773851590106 0.9606741573033708 0.5795053003533569 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/42_jpg.rf.6f5c0035b1bad0d14818c07e83e7344f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/42_jpg.rf.6f5c0035b1bad0d14818c07e83e7344f.txt new file mode 100644 index 0000000..a545e97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/42_jpg.rf.6f5c0035b1bad0d14818c07e83e7344f.txt @@ -0,0 +1,3 @@ +0 0.3888888888888889 0.49777777777777776 0.7288888888888889 0.9111111111111111 +0 0.8888888888888888 0.18 0.2 0.2311111111111111 +0 0.8866666666666667 0.49777777777777776 0.13777777777777778 0.25333333333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/433019122ca23a59a35b83caafc703afac137cba_jpg.rf.6db560cf083d78e9c8573b832e623b82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/433019122ca23a59a35b83caafc703afac137cba_jpg.rf.6db560cf083d78e9c8573b832e623b82.txt new file mode 100644 index 0000000..6c931f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/433019122ca23a59a35b83caafc703afac137cba_jpg.rf.6db560cf083d78e9c8573b832e623b82.txt @@ -0,0 +1 @@ +1 0.4641350210970464 0.4220505617977528 0.40717299578059074 0.4339887640449438 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4347161ab5dbb914b8ace7cac6568eacadead311_jpg.rf.a981cdd1ffef3ca18bdbf3c3203fca28.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4347161ab5dbb914b8ace7cac6568eacadead311_jpg.rf.a981cdd1ffef3ca18bdbf3c3203fca28.txt new file mode 100644 index 0000000..b31ef43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4347161ab5dbb914b8ace7cac6568eacadead311_jpg.rf.a981cdd1ffef3ca18bdbf3c3203fca28.txt @@ -0,0 +1 @@ +1 0.5137130801687764 0.5917366946778712 0.5717299578059072 0.803921568627451 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/43_jpg.rf.be8ce53cdfc9fc372f7aa3e8f63e13d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/43_jpg.rf.be8ce53cdfc9fc372f7aa3e8f63e13d4.txt new file mode 100644 index 0000000..a5057d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/43_jpg.rf.be8ce53cdfc9fc372f7aa3e8f63e13d4.txt @@ -0,0 +1,2 @@ +7 0.48444444444444446 0.33111111111111113 0.21333333333333335 0.32 +3 0.5044444444444445 0.6644444444444444 0.19555555555555557 0.4222222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/43bcbf006e2327c8fc2ac3fef528310c8fdddfd7_jpg.rf.58f989e377201ebbcf0045a13b96bad6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/43bcbf006e2327c8fc2ac3fef528310c8fdddfd7_jpg.rf.58f989e377201ebbcf0045a13b96bad6.txt new file mode 100644 index 0000000..2cd5bb6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/43bcbf006e2327c8fc2ac3fef528310c8fdddfd7_jpg.rf.58f989e377201ebbcf0045a13b96bad6.txt @@ -0,0 +1 @@ +1 0.5073839662447257 0.36317567567567566 0.2510548523206751 0.42736486486486486 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/44_jpg.rf.642962d9bb1ad2aa42b0abfd9d4a0adb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/44_jpg.rf.642962d9bb1ad2aa42b0abfd9d4a0adb.txt new file mode 100644 index 0000000..19f0285 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/44_jpg.rf.642962d9bb1ad2aa42b0abfd9d4a0adb.txt @@ -0,0 +1,2 @@ +0 0.2490974729241877 0.6895604395604396 0.4981949458483754 0.6208791208791209 +0 0.7563176895306859 0.6758241758241759 0.48375451263537905 0.6483516483516484 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/44_jpg.rf.a74bfc4b6663b5b8d02535376e18edb8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/44_jpg.rf.a74bfc4b6663b5b8d02535376e18edb8.txt new file mode 100644 index 0000000..e116720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/44_jpg.rf.a74bfc4b6663b5b8d02535376e18edb8.txt @@ -0,0 +1,3 @@ +7 0.18888888888888888 0.3288888888888889 0.26666666666666666 0.44 +7 0.5844444444444444 0.5266666666666666 0.6266666666666667 0.8977777777777778 +5 0.2222222222222222 0.6377777777777778 0.22666666666666666 0.28444444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/45_jpg.rf.2f57831996489a2d47a863af0a0f070d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/45_jpg.rf.2f57831996489a2d47a863af0a0f070d.txt new file mode 100644 index 0000000..65e12f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/45_jpg.rf.2f57831996489a2d47a863af0a0f070d.txt @@ -0,0 +1 @@ +0 0.5227272727272727 0.6003937007874016 0.7474747474747475 0.5866141732283464 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/45_jpg.rf.3162dd5ebca2906cc77cadfe9bfb2bf5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/45_jpg.rf.3162dd5ebca2906cc77cadfe9bfb2bf5.txt new file mode 100644 index 0000000..9386524 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/45_jpg.rf.3162dd5ebca2906cc77cadfe9bfb2bf5.txt @@ -0,0 +1 @@ +7 0.45111111111111113 0.68 0.6844444444444444 0.64 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/45c3b61b7b6dbe65fa0ba61ceb3f7783b250d4ce_jpg.rf.1c2ef0267578b168d6b1b6ba9e2b2a28.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/45c3b61b7b6dbe65fa0ba61ceb3f7783b250d4ce_jpg.rf.1c2ef0267578b168d6b1b6ba9e2b2a28.txt new file mode 100644 index 0000000..268afee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/45c3b61b7b6dbe65fa0ba61ceb3f7783b250d4ce_jpg.rf.1c2ef0267578b168d6b1b6ba9e2b2a28.txt @@ -0,0 +1 @@ +5 0.620253164556962 0.1493411420204978 0.5042194092827004 0.23572474377745242 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/46_jpg.rf.9de41036079d308fa1096c4e04ddc134.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/46_jpg.rf.9de41036079d308fa1096c4e04ddc134.txt new file mode 100644 index 0000000..885a25c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/46_jpg.rf.9de41036079d308fa1096c4e04ddc134.txt @@ -0,0 +1 @@ +7 0.5549738219895288 0.6553030303030303 0.7486910994764397 0.6893939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/46_jpg.rf.b2980a0d280bc650e3acc82d4732fac3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/46_jpg.rf.b2980a0d280bc650e3acc82d4732fac3.txt new file mode 100644 index 0000000..7a122f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/46_jpg.rf.b2980a0d280bc650e3acc82d4732fac3.txt @@ -0,0 +1,2 @@ +0 0.546448087431694 0.3690909090909091 0.32786885245901637 0.3018181818181818 +5 0.5273224043715847 0.5745454545454546 0.24043715846994534 0.14909090909090908 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/47612ed804caa49dbe43bd4fb2896a425de5894f_jpg.rf.7983e6c26ecb055d5214b5fbcf2b93e3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/47612ed804caa49dbe43bd4fb2896a425de5894f_jpg.rf.7983e6c26ecb055d5214b5fbcf2b93e3.txt new file mode 100644 index 0000000..198a473 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/47612ed804caa49dbe43bd4fb2896a425de5894f_jpg.rf.7983e6c26ecb055d5214b5fbcf2b93e3.txt @@ -0,0 +1 @@ +3 0.5464135021097046 0.509142053445851 0.5949367088607594 0.8157524613220816 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/47_jpg.rf.1ed551c9d4ceb49411e55447cd1932e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/47_jpg.rf.1ed551c9d4ceb49411e55447cd1932e5.txt new file mode 100644 index 0000000..bdf2927 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/47_jpg.rf.1ed551c9d4ceb49411e55447cd1932e5.txt @@ -0,0 +1 @@ +0 0.5 0.2672727272727273 1 0.5236363636363637 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/47_jpg.rf.994c31fdf84142709252775ea1b46e30.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/47_jpg.rf.994c31fdf84142709252775ea1b46e30.txt new file mode 100644 index 0000000..c4109dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/47_jpg.rf.994c31fdf84142709252775ea1b46e30.txt @@ -0,0 +1 @@ +7 0.4972677595628415 0.5727272727272728 0.907103825136612 0.6654545454545454 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/47fceb85c379462b9e58aad82bcff5fb04ce8db1_jpg.rf.2bae7c961831b1c24de8d08a8bdf2424.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/47fceb85c379462b9e58aad82bcff5fb04ce8db1_jpg.rf.2bae7c961831b1c24de8d08a8bdf2424.txt new file mode 100644 index 0000000..4a3b4a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/47fceb85c379462b9e58aad82bcff5fb04ce8db1_jpg.rf.2bae7c961831b1c24de8d08a8bdf2424.txt @@ -0,0 +1 @@ +1 0.48417721518987344 0.45454545454545453 0.3987341772151899 0.5986013986013986 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/48_jpg.rf.3f3e502b48605457b8226e9cb6e17e88.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/48_jpg.rf.3f3e502b48605457b8226e9cb6e17e88.txt new file mode 100644 index 0000000..9d9ab4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/48_jpg.rf.3f3e502b48605457b8226e9cb6e17e88.txt @@ -0,0 +1 @@ +7 0.4421052631578947 0.5695488721804511 0.7157894736842105 0.6015037593984962 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/48_jpg.rf.6e54ad6107b0de6951226c64f4c686df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/48_jpg.rf.6e54ad6107b0de6951226c64f4c686df.txt new file mode 100644 index 0000000..639eae1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/48_jpg.rf.6e54ad6107b0de6951226c64f4c686df.txt @@ -0,0 +1 @@ +0 0.5088888888888888 0.4866666666666667 0.8222222222222222 0.9288888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/49_jpg.rf.d7114e74a9b4254acd76061aa22c9233.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/49_jpg.rf.d7114e74a9b4254acd76061aa22c9233.txt new file mode 100644 index 0000000..31e43d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/49_jpg.rf.d7114e74a9b4254acd76061aa22c9233.txt @@ -0,0 +1 @@ +0 0.4806763285024155 0.6152263374485597 0.5845410628019324 0.6831275720164609 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/49f742d7856ae6c5709d39486cd6f22749c4d15b_jpg.rf.3222c55f2cfa8ffcd5393ddc2dfd5d27.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/49f742d7856ae6c5709d39486cd6f22749c4d15b_jpg.rf.3222c55f2cfa8ffcd5393ddc2dfd5d27.txt new file mode 100644 index 0000000..fa6d5b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/49f742d7856ae6c5709d39486cd6f22749c4d15b_jpg.rf.3222c55f2cfa8ffcd5393ddc2dfd5d27.txt @@ -0,0 +1,2 @@ +4 0.4272151898734177 0.1940928270042194 0.5506329113924051 0.3881856540084388 +5 0.5305907172995781 0.4310829817158931 0.42616033755274263 0.25316455696202533 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/49ff222dfe0600d8d401cf5bff95d1581a5b5eb3_jpg.rf.a55016bc6799bfc5e46e04eb1cb9875e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/49ff222dfe0600d8d401cf5bff95d1581a5b5eb3_jpg.rf.a55016bc6799bfc5e46e04eb1cb9875e.txt new file mode 100644 index 0000000..a09356c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/49ff222dfe0600d8d401cf5bff95d1581a5b5eb3_jpg.rf.a55016bc6799bfc5e46e04eb1cb9875e.txt @@ -0,0 +1 @@ +5 0.5126582278481012 0.26476793248945146 0.3227848101265823 0.35443037974683544 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4_jpg.rf.3da99bf6a8406f67ecdbdd187caacd40.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4_jpg.rf.3da99bf6a8406f67ecdbdd187caacd40.txt new file mode 100644 index 0000000..b3d967f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4_jpg.rf.3da99bf6a8406f67ecdbdd187caacd40.txt @@ -0,0 +1,2 @@ +7 0.4868421052631579 0.6221804511278195 0.6631578947368421 0.2593984962406015 +3 0.3815789473684211 0.8759398496240601 0.26842105263157895 0.24812030075187969 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4_jpg.rf.45e1dd65ef42f6531c4cc67ddd4bca0c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4_jpg.rf.45e1dd65ef42f6531c4cc67ddd4bca0c.txt new file mode 100644 index 0000000..39614a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4_jpg.rf.45e1dd65ef42f6531c4cc67ddd4bca0c.txt @@ -0,0 +1 @@ +0 0.4888888888888889 0.62 0.5422222222222223 0.6977777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4b5d9b8ed532be6aa415a651114f5fa26a35cd16_jpg.rf.dd7416ff699ac0b195c737b5a25864db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4b5d9b8ed532be6aa415a651114f5fa26a35cd16_jpg.rf.dd7416ff699ac0b195c737b5a25864db.txt new file mode 100644 index 0000000..62cbf0e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4b5d9b8ed532be6aa415a651114f5fa26a35cd16_jpg.rf.dd7416ff699ac0b195c737b5a25864db.txt @@ -0,0 +1 @@ +1 0.5166666666666667 0.38666666666666666 0.38 0.4222222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4c0066897eff1ab805a9cc48ab20581e83306b33_jpg.rf.622e475be219b7464598abacb6d6c885.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4c0066897eff1ab805a9cc48ab20581e83306b33_jpg.rf.622e475be219b7464598abacb6d6c885.txt new file mode 100644 index 0000000..9ec4e96 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4c0066897eff1ab805a9cc48ab20581e83306b33_jpg.rf.622e475be219b7464598abacb6d6c885.txt @@ -0,0 +1 @@ +3 0.5042194092827004 0.47705696202531644 0.4345991561181435 0.810126582278481 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4c0f5669ea5943df49afbc844eb7c0b3_jpg.rf.2c7565e6801349c3257bf4b0acde9f2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4c0f5669ea5943df49afbc844eb7c0b3_jpg.rf.2c7565e6801349c3257bf4b0acde9f2e.txt new file mode 100644 index 0000000..023b738 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4c0f5669ea5943df49afbc844eb7c0b3_jpg.rf.2c7565e6801349c3257bf4b0acde9f2e.txt @@ -0,0 +1 @@ +2 0.451203125 0.47896875000000005 0.767578125 0.867765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4cb7a426a54bb839ad491dc0deadd424_jpg.rf.3a3659405dfda44e79f0603cfb758d73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4cb7a426a54bb839ad491dc0deadd424_jpg.rf.3a3659405dfda44e79f0603cfb758d73.txt new file mode 100644 index 0000000..139af6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4cb7a426a54bb839ad491dc0deadd424_jpg.rf.3a3659405dfda44e79f0603cfb758d73.txt @@ -0,0 +1,3 @@ +7 0.24632352941176472 0.5224117647058824 0.4792058823529412 0.5440000000000002 +7 0.7691911764705882 0.2923235294117647 0.27702941176470597 0.3317058823529412 +7 0.7528088235294119 0.807735294117647 0.3198823529411765 0.3499411764705883 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4d843b09b1acb930dd599cb935f33207d6864ca4_jpg.rf.a83e0936876e8e2078aed84b25594ed7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4d843b09b1acb930dd599cb935f33207d6864ca4_jpg.rf.a83e0936876e8e2078aed84b25594ed7.txt new file mode 100644 index 0000000..760f15f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4d843b09b1acb930dd599cb935f33207d6864ca4_jpg.rf.a83e0936876e8e2078aed84b25594ed7.txt @@ -0,0 +1 @@ +5 0.5031645569620253 0.2694394213381555 0.41350210970464135 0.3508137432188065 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4e1857c38361f03612913731acc6a1ee_jpg.rf.2ade1e5b2757991758b0095b5dd7dad0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4e1857c38361f03612913731acc6a1ee_jpg.rf.2ade1e5b2757991758b0095b5dd7dad0.txt new file mode 100644 index 0000000..27c9248 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4e1857c38361f03612913731acc6a1ee_jpg.rf.2ade1e5b2757991758b0095b5dd7dad0.txt @@ -0,0 +1 @@ +2 0.461982421875 0.532001953125 0.712255859375 0.899169921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/4edafec8d798760fdba6892f0b23880225bfc393_jpg.rf.5d85bc01264fd4d6dac762d3c75cf0e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/4edafec8d798760fdba6892f0b23880225bfc393_jpg.rf.5d85bc01264fd4d6dac762d3c75cf0e5.txt new file mode 100644 index 0000000..13bc848 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/4edafec8d798760fdba6892f0b23880225bfc393_jpg.rf.5d85bc01264fd4d6dac762d3c75cf0e5.txt @@ -0,0 +1 @@ +1 0.2626582278481013 0.5202797202797202 0.2869198312236287 0.3174825174825175 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/50_jpg.rf.3b9656209b99202dae4cc11b83684861.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/50_jpg.rf.3b9656209b99202dae4cc11b83684861.txt new file mode 100644 index 0000000..1b9e333 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/50_jpg.rf.3b9656209b99202dae4cc11b83684861.txt @@ -0,0 +1,3 @@ +7 0.2529411764705882 0.3813131313131313 0.29411764705882354 0.40404040404040403 +7 0.7450980392156863 0.6338383838383839 0.3215686274509804 0.6565656565656566 +1 0.09803921568627451 0.35858585858585856 0.19607843137254902 0.4494949494949495 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/50_jpg.rf.fd4672eb3f1549509002b83cb229d551.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/50_jpg.rf.fd4672eb3f1549509002b83cb229d551.txt new file mode 100644 index 0000000..50fe694 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/50_jpg.rf.fd4672eb3f1549509002b83cb229d551.txt @@ -0,0 +1 @@ +0 0.4777777777777778 0.4822222222222222 0.6488888888888888 0.9333333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/512cab3f46792d5dccc201bf5bcbfd54b4cbb1ad_jpg.rf.59e2a4806f26c89ff307943be1acf968.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/512cab3f46792d5dccc201bf5bcbfd54b4cbb1ad_jpg.rf.59e2a4806f26c89ff307943be1acf968.txt new file mode 100644 index 0000000..6e5918f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/512cab3f46792d5dccc201bf5bcbfd54b4cbb1ad_jpg.rf.59e2a4806f26c89ff307943be1acf968.txt @@ -0,0 +1 @@ +5 0.5063291139240507 0.25997248968363135 0.5337552742616034 0.46354883081155435 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/51_jpg.rf.f40b6cba8c778c1c2d4e3db5f08ecb97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/51_jpg.rf.f40b6cba8c778c1c2d4e3db5f08ecb97.txt new file mode 100644 index 0000000..cc3aafa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/51_jpg.rf.f40b6cba8c778c1c2d4e3db5f08ecb97.txt @@ -0,0 +1,2 @@ +0 0.464 0.46766169154228854 0.308 0.5522388059701493 +5 0.492 0.7985074626865671 0.272 0.1890547263681592 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/52_jpg.rf.8f30bf29ca4f061d7e443299284880cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/52_jpg.rf.8f30bf29ca4f061d7e443299284880cc.txt new file mode 100644 index 0000000..4e30464 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/52_jpg.rf.8f30bf29ca4f061d7e443299284880cc.txt @@ -0,0 +1 @@ +0 0.49390243902439024 0.7024390243902439 0.7479674796747967 0.5951219512195122 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/52_jpg.rf.f57932b96bad648a14c215c43b0febd8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/52_jpg.rf.f57932b96bad648a14c215c43b0febd8.txt new file mode 100644 index 0000000..c4f7ffa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/52_jpg.rf.f57932b96bad648a14c215c43b0febd8.txt @@ -0,0 +1 @@ +7 0.42452830188679247 0.6624472573839663 0.7830188679245284 0.6751054852320675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/52acaf5c03994bff6b68803577382b47f118a7e0_jpg.rf.1b1d599ec19e0a4349427cdca434265e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/52acaf5c03994bff6b68803577382b47f118a7e0_jpg.rf.1b1d599ec19e0a4349427cdca434265e.txt new file mode 100644 index 0000000..5ab7a9a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/52acaf5c03994bff6b68803577382b47f118a7e0_jpg.rf.1b1d599ec19e0a4349427cdca434265e.txt @@ -0,0 +1 @@ +3 0.4609704641350211 0.4122448979591837 0.5928270042194093 0.7646258503401361 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/52b88626283e336bc71c4694b41b45ec29510b1b_jpg.rf.27a3442313ad1cbc4fe711789729aa22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/52b88626283e336bc71c4694b41b45ec29510b1b_jpg.rf.27a3442313ad1cbc4fe711789729aa22.txt new file mode 100644 index 0000000..3edc65b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/52b88626283e336bc71c4694b41b45ec29510b1b_jpg.rf.27a3442313ad1cbc4fe711789729aa22.txt @@ -0,0 +1 @@ +3 0.4796137339055794 0.42884990253411304 0.3626609442060086 0.8401559454191033 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/532b64d7fab3702507f1fdc7412d24a1b61d9d47_jpg.rf.2d20e8fd3a4fd2909e32a93582f44e04.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/532b64d7fab3702507f1fdc7412d24a1b61d9d47_jpg.rf.2d20e8fd3a4fd2909e32a93582f44e04.txt new file mode 100644 index 0000000..5538d81 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/532b64d7fab3702507f1fdc7412d24a1b61d9d47_jpg.rf.2d20e8fd3a4fd2909e32a93582f44e04.txt @@ -0,0 +1 @@ +1 0.4957805907172996 0.4880450070323488 0.42616033755274263 0.6272855133614628 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/53745e9157b4b81a054b4cc1f28647c4ba9a6270_jpg.rf.3de8f07eec9ee6530ad0b1e970a96fa7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/53745e9157b4b81a054b4cc1f28647c4ba9a6270_jpg.rf.3de8f07eec9ee6530ad0b1e970a96fa7.txt new file mode 100644 index 0000000..db4cf92 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/53745e9157b4b81a054b4cc1f28647c4ba9a6270_jpg.rf.3de8f07eec9ee6530ad0b1e970a96fa7.txt @@ -0,0 +1 @@ +1 0.49050632911392406 0.45468277945619334 0.3438818565400844 0.6087613293051359 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/53_jpg.rf.83cf48e040a0f4a80bb144f15b067f6f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/53_jpg.rf.83cf48e040a0f4a80bb144f15b067f6f.txt new file mode 100644 index 0000000..7de051b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/53_jpg.rf.83cf48e040a0f4a80bb144f15b067f6f.txt @@ -0,0 +1,3 @@ +0 0.18371212121212122 0.6387434554973822 0.36742424242424243 0.7225130890052356 +0 0.5189393939393939 0.7146596858638743 0.3484848484848485 0.4973821989528796 +0 0.8106060606060606 0.6780104712041884 0.3787878787878788 0.643979057591623 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/53_jpg.rf.8dd7b904db846194115505d695129a58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/53_jpg.rf.8dd7b904db846194115505d695129a58.txt new file mode 100644 index 0000000..eb6bb0d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/53_jpg.rf.8dd7b904db846194115505d695129a58.txt @@ -0,0 +1,3 @@ +7 0.2866666666666667 0.76 0.4311111111111111 0.48 +7 0.24666666666666667 0.25555555555555554 0.3288888888888889 0.37333333333333335 +7 0.7222222222222222 0.5933333333333334 0.5288888888888889 0.6444444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/542460d73c362d52e5bd31c99fc89e31e884934b_jpg.rf.88ddd75f712f5007abe514f448519f14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/542460d73c362d52e5bd31c99fc89e31e884934b_jpg.rf.88ddd75f712f5007abe514f448519f14.txt new file mode 100644 index 0000000..bf4e1db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/542460d73c362d52e5bd31c99fc89e31e884934b_jpg.rf.88ddd75f712f5007abe514f448519f14.txt @@ -0,0 +1 @@ +1 0.5211111111111111 0.3925 0.2222222222222222 0.3616666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/54272f4e114dfc83bd38179d253207545da67afd_jpg.rf.483a8cc9c569759bb3d40bf39570b002.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/54272f4e114dfc83bd38179d253207545da67afd_jpg.rf.483a8cc9c569759bb3d40bf39570b002.txt new file mode 100644 index 0000000..ff27c37 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/54272f4e114dfc83bd38179d253207545da67afd_jpg.rf.483a8cc9c569759bb3d40bf39570b002.txt @@ -0,0 +1 @@ +1 0.43248945147679324 0.452027027027027 0.4092827004219409 0.5513513513513514 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/54_jpg.rf.64ef1148005f389d2167777f3b94cde5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/54_jpg.rf.64ef1148005f389d2167777f3b94cde5.txt new file mode 100644 index 0000000..b7d2773 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/54_jpg.rf.64ef1148005f389d2167777f3b94cde5.txt @@ -0,0 +1 @@ +0 0.5149253731343284 0.5816733067729084 0.6666666666666666 0.6733067729083665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/54_jpg.rf.748be66c9d8c5f8bd9a4d3a8a6992df2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/54_jpg.rf.748be66c9d8c5f8bd9a4d3a8a6992df2.txt new file mode 100644 index 0000000..65a84ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/54_jpg.rf.748be66c9d8c5f8bd9a4d3a8a6992df2.txt @@ -0,0 +1 @@ +7 0.5464285714285714 0.6777777777777778 0.32857142857142857 0.6111111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/553bdc3f6333853a5a85e3bbc4093ea5_jpg.rf.636dc5f6c59930200c24b53ba1f7a429.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/553bdc3f6333853a5a85e3bbc4093ea5_jpg.rf.636dc5f6c59930200c24b53ba1f7a429.txt new file mode 100644 index 0000000..4362201 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/553bdc3f6333853a5a85e3bbc4093ea5_jpg.rf.636dc5f6c59930200c24b53ba1f7a429.txt @@ -0,0 +1 @@ +2 0.6283285714285715 0.4314571428571428 0.7123428571428572 0.7493571428571428 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/559e43dc6493b547100e00df4ce19e1f4bd0e842_jpg.rf.65b83e74886b1d123cf3ebcda023f627.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/559e43dc6493b547100e00df4ce19e1f4bd0e842_jpg.rf.65b83e74886b1d123cf3ebcda023f627.txt new file mode 100644 index 0000000..8de34b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/559e43dc6493b547100e00df4ce19e1f4bd0e842_jpg.rf.65b83e74886b1d123cf3ebcda023f627.txt @@ -0,0 +1 @@ +1 0.43143459915611815 0.6053882725832013 0.38396624472573837 0.7337559429477021 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/55_jpg.rf.345b0026c92ec9837bbbd40136b4ebe1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/55_jpg.rf.345b0026c92ec9837bbbd40136b4ebe1.txt new file mode 100644 index 0000000..3209229 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/55_jpg.rf.345b0026c92ec9837bbbd40136b4ebe1.txt @@ -0,0 +1 @@ +7 0.38063063063063063 0.7004405286343612 0.7432432432432432 0.5991189427312775 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/55_jpg.rf.fd75d67a44c696d9902279b3f0c9f904.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/55_jpg.rf.fd75d67a44c696d9902279b3f0c9f904.txt new file mode 100644 index 0000000..79aeee1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/55_jpg.rf.fd75d67a44c696d9902279b3f0c9f904.txt @@ -0,0 +1 @@ +0 0.5349264705882353 0.5027027027027027 0.7830882352941176 0.972972972972973 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/565b67158a42843207caf5b89ebd52100e72b1c7_jpg.rf.b8ecfc1f10e2d0ac6b907842664a9d1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/565b67158a42843207caf5b89ebd52100e72b1c7_jpg.rf.b8ecfc1f10e2d0ac6b907842664a9d1a.txt new file mode 100644 index 0000000..4b02b8f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/565b67158a42843207caf5b89ebd52100e72b1c7_jpg.rf.b8ecfc1f10e2d0ac6b907842664a9d1a.txt @@ -0,0 +1 @@ +3 0.4778481012658228 0.43503649635036495 0.42616033755274263 0.8277372262773722 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/56_jpg.rf.b5c2a14b6960c576a7bb807d5fc81116.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/56_jpg.rf.b5c2a14b6960c576a7bb807d5fc81116.txt new file mode 100644 index 0000000..a6ab838 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/56_jpg.rf.b5c2a14b6960c576a7bb807d5fc81116.txt @@ -0,0 +1 @@ +7 0.5026178010471204 0.7870722433460076 0.6178010471204188 0.42585551330798477 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/56_jpg.rf.eb3d104442794451655ce854e9f19f4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/56_jpg.rf.eb3d104442794451655ce854e9f19f4c.txt new file mode 100644 index 0000000..1e69e9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/56_jpg.rf.eb3d104442794451655ce854e9f19f4c.txt @@ -0,0 +1 @@ +0 0.5533333333333333 0.44 0.5911111111111111 0.7866666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/57_jpg.rf.a79f8217f430079de2f618e943ea5348.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/57_jpg.rf.a79f8217f430079de2f618e943ea5348.txt new file mode 100644 index 0000000..60a47dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/57_jpg.rf.a79f8217f430079de2f618e943ea5348.txt @@ -0,0 +1,2 @@ +0 0.24632352941176472 0.7243243243243244 0.4889705882352941 0.5513513513513514 +5 0.6691176470588235 0.5351351351351351 0.3014705882352941 0.6162162162162163 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/57_jpg.rf.ab57a0b27383913abad455952c061d53.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/57_jpg.rf.ab57a0b27383913abad455952c061d53.txt new file mode 100644 index 0000000..0761184 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/57_jpg.rf.ab57a0b27383913abad455952c061d53.txt @@ -0,0 +1,2 @@ +7 0.5246305418719212 0.6975806451612904 0.8669950738916257 0.5685483870967742 +7 0.15024630541871922 0.4798387096774194 0.28078817733990147 0.49193548387096775 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/57f5c686d34cf0cfd46e5d7717e154c2892234fb_jpg.rf.50995f6bcec1502b74a9a16f3c1751cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/57f5c686d34cf0cfd46e5d7717e154c2892234fb_jpg.rf.50995f6bcec1502b74a9a16f3c1751cf.txt new file mode 100644 index 0000000..ed00b63 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/57f5c686d34cf0cfd46e5d7717e154c2892234fb_jpg.rf.50995f6bcec1502b74a9a16f3c1751cf.txt @@ -0,0 +1 @@ +5 0.520042194092827 0.2721518987341772 0.41983122362869196 0.45569620253164556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/57f6a2e0ba06df835a42207aa39df9bc3e4179dd_jpg.rf.65cf8d858f304e4a1e2f796daf9d9ebe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/57f6a2e0ba06df835a42207aa39df9bc3e4179dd_jpg.rf.65cf8d858f304e4a1e2f796daf9d9ebe.txt new file mode 100644 index 0000000..5f69527 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/57f6a2e0ba06df835a42207aa39df9bc3e4179dd_jpg.rf.65cf8d858f304e4a1e2f796daf9d9ebe.txt @@ -0,0 +1 @@ +3 0.5073839662447257 0.45675105485232065 0.31223628691983124 0.7531645569620253 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/582bf1841627e8b966abda9702033e4fa38ab0fe_jpg.rf.5f68dc5f1398e1ac5993119a8f1d2c97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/582bf1841627e8b966abda9702033e4fa38ab0fe_jpg.rf.5f68dc5f1398e1ac5993119a8f1d2c97.txt new file mode 100644 index 0000000..920eae1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/582bf1841627e8b966abda9702033e4fa38ab0fe_jpg.rf.5f68dc5f1398e1ac5993119a8f1d2c97.txt @@ -0,0 +1 @@ +1 0.5210970464135021 0.4569209039548023 0.33544303797468356 0.5254237288135594 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/58_jpg.rf.12712b2ff296d2f3dd713c595e94f6e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/58_jpg.rf.12712b2ff296d2f3dd713c595e94f6e4.txt new file mode 100644 index 0000000..9e36a5a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/58_jpg.rf.12712b2ff296d2f3dd713c595e94f6e4.txt @@ -0,0 +1,2 @@ +7 0.5290909090909091 0.5983606557377049 0.45454545454545453 0.6775956284153005 +3 0.35818181818181816 0.7349726775956285 0.38181818181818183 0.5300546448087432 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/58_jpg.rf.a412efe818b81805e33a23a6a6a4ba6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/58_jpg.rf.a412efe818b81805e33a23a6a6a4ba6c.txt new file mode 100644 index 0000000..2c83f3c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/58_jpg.rf.a412efe818b81805e33a23a6a6a4ba6c.txt @@ -0,0 +1 @@ +0 0.5177777777777778 0.4911111111111111 0.7777777777777778 0.8711111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/59681476afb0f25b54dbed8f75163be8_jpg.rf.0a379ef3b88c377dae74b9e10e990644.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/59681476afb0f25b54dbed8f75163be8_jpg.rf.0a379ef3b88c377dae74b9e10e990644.txt new file mode 100644 index 0000000..44f0ba1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/59681476afb0f25b54dbed8f75163be8_jpg.rf.0a379ef3b88c377dae74b9e10e990644.txt @@ -0,0 +1 @@ +7 0.2615 0.4915400000000001 0.45020000000000004 0.57428 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/59_jpg.rf.2ae18c9ec37e1d701591993e606dd008.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/59_jpg.rf.2ae18c9ec37e1d701591993e606dd008.txt new file mode 100644 index 0000000..4fd6ea2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/59_jpg.rf.2ae18c9ec37e1d701591993e606dd008.txt @@ -0,0 +1,4 @@ +7 0.78 0.66 0.39111111111111113 0.6266666666666667 +1 0.14888888888888888 0.6777777777777778 0.27111111111111114 0.6444444444444445 +0 0.3 0.3111111111111111 0.3288888888888889 0.43555555555555553 +1 0.42444444444444446 0.7288888888888889 0.29777777777777775 0.5422222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/59_jpg.rf.31bffecfa36e60d960b9770b3eed72aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/59_jpg.rf.31bffecfa36e60d960b9770b3eed72aa.txt new file mode 100644 index 0000000..6a32ee5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/59_jpg.rf.31bffecfa36e60d960b9770b3eed72aa.txt @@ -0,0 +1 @@ +0 0.4672131147540984 0.5781818181818181 0.819672131147541 0.5672727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/5_jpg.rf.011ea961673f7828b1e0706e70fb616c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/5_jpg.rf.011ea961673f7828b1e0706e70fb616c.txt new file mode 100644 index 0000000..0bac201 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/5_jpg.rf.011ea961673f7828b1e0706e70fb616c.txt @@ -0,0 +1,3 @@ +7 0.25675675675675674 0.4889867841409692 0.44594594594594594 0.43612334801762115 +7 0.7792792792792793 0.3303964757709251 0.3063063063063063 0.33480176211453744 +3 0.759009009009009 0.7136563876651982 0.22972972972972974 0.4713656387665198 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/5_jpg.rf.2069d163e6a09fa9ce17e69f48d71ee1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/5_jpg.rf.2069d163e6a09fa9ce17e69f48d71ee1.txt new file mode 100644 index 0000000..518d8bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/5_jpg.rf.2069d163e6a09fa9ce17e69f48d71ee1.txt @@ -0,0 +1 @@ +0 0.4955555555555556 0.5422222222222223 0.4177777777777778 0.5466666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/5b3caf9b8d4aeec5002e59cd7017babab2365ee8_jpg.rf.a216cc78bb977d2f3ca323b1345eed90.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/5b3caf9b8d4aeec5002e59cd7017babab2365ee8_jpg.rf.a216cc78bb977d2f3ca323b1345eed90.txt new file mode 100644 index 0000000..e868f52 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/5b3caf9b8d4aeec5002e59cd7017babab2365ee8_jpg.rf.a216cc78bb977d2f3ca323b1345eed90.txt @@ -0,0 +1 @@ +1 0.4936708860759494 0.2987249544626594 0.3291139240506329 0.4772313296903461 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/5cbd665023d19ab03014d2ba795feb4fbb4236a6_jpg.rf.b880cd6b7a4661a3260a5d0ec6c5bc58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/5cbd665023d19ab03014d2ba795feb4fbb4236a6_jpg.rf.b880cd6b7a4661a3260a5d0ec6c5bc58.txt new file mode 100644 index 0000000..d5c5879 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/5cbd665023d19ab03014d2ba795feb4fbb4236a6_jpg.rf.b880cd6b7a4661a3260a5d0ec6c5bc58.txt @@ -0,0 +1 @@ +3 0.49156118143459915 0.5077355836849508 0.5464135021097046 0.6751054852320675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/5d2ad7b16f148a6d6424b43120abb18649858131_jpg.rf.39641bccb5cdc53eb42760303eaaf9c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/5d2ad7b16f148a6d6424b43120abb18649858131_jpg.rf.39641bccb5cdc53eb42760303eaaf9c3.txt new file mode 100644 index 0000000..e6a77f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/5d2ad7b16f148a6d6424b43120abb18649858131_jpg.rf.39641bccb5cdc53eb42760303eaaf9c3.txt @@ -0,0 +1 @@ +5 0.4820675105485232 0.5010845986984815 0.8565400843881856 0.6811279826464208 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/5f97f7b10b5a9509100520e0f0b2fabd8c0aaf41_jpg.rf.4a570c156b9fe3b903c4f019ee9b5b26.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/5f97f7b10b5a9509100520e0f0b2fabd8c0aaf41_jpg.rf.4a570c156b9fe3b903c4f019ee9b5b26.txt new file mode 100644 index 0000000..573dd27 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/5f97f7b10b5a9509100520e0f0b2fabd8c0aaf41_jpg.rf.4a570c156b9fe3b903c4f019ee9b5b26.txt @@ -0,0 +1 @@ +5 0.5474683544303798 0.14556962025316456 0.45569620253164556 0.254746835443038 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/5fbee223975d7e0baf8a7cfc1ddf9c093155ac58_jpg.rf.a231dc6cd8b7191a5599719697eed77c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/5fbee223975d7e0baf8a7cfc1ddf9c093155ac58_jpg.rf.a231dc6cd8b7191a5599719697eed77c.txt new file mode 100644 index 0000000..2cd81d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/5fbee223975d7e0baf8a7cfc1ddf9c093155ac58_jpg.rf.a231dc6cd8b7191a5599719697eed77c.txt @@ -0,0 +1,2 @@ +4 0.39767932489451474 0.1829971181556196 0.3924050632911392 0.3530259365994236 +3 0.4419831223628692 0.55835734870317 0.48523206751054854 0.5432276657060519 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/600ebdf85de4e22422c3fbec6b936811_jpg.rf.bfeccd3173e2bbfb31acfe94d6b15c3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/600ebdf85de4e22422c3fbec6b936811_jpg.rf.bfeccd3173e2bbfb31acfe94d6b15c3d.txt new file mode 100644 index 0000000..d37b20e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/600ebdf85de4e22422c3fbec6b936811_jpg.rf.bfeccd3173e2bbfb31acfe94d6b15c3d.txt @@ -0,0 +1,2 @@ +7 0.2384897360703813 0.5087390029325513 0.4426099706744868 0.6144574780058651 +7 0.7195894428152493 0.5077126099706745 0.35162756598240463 0.935 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/608055788987a7b49f7fdb50592fb98d4543bcc5_jpg.rf.5e1d045fb7b91ebd1ae95d542e089004.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/608055788987a7b49f7fdb50592fb98d4543bcc5_jpg.rf.5e1d045fb7b91ebd1ae95d542e089004.txt new file mode 100644 index 0000000..c1833ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/608055788987a7b49f7fdb50592fb98d4543bcc5_jpg.rf.5e1d045fb7b91ebd1ae95d542e089004.txt @@ -0,0 +1 @@ +1 0.4440928270042194 0.4244712990936556 0.2679324894514768 0.3776435045317221 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6088604e21721e6bab26ee743626c7972cc611d7_jpg.rf.c91326d98cdcd8aa66b3599e2f515078.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6088604e21721e6bab26ee743626c7972cc611d7_jpg.rf.c91326d98cdcd8aa66b3599e2f515078.txt new file mode 100644 index 0000000..ba1fcdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6088604e21721e6bab26ee743626c7972cc611d7_jpg.rf.c91326d98cdcd8aa66b3599e2f515078.txt @@ -0,0 +1 @@ +1 0.44831223628691985 0.569620253164557 0.7637130801687764 0.8607594936708861 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/60_jpg.rf.3506cabef20f3f7e8ae9978c4afb5dbb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/60_jpg.rf.3506cabef20f3f7e8ae9978c4afb5dbb.txt new file mode 100644 index 0000000..ba15adb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/60_jpg.rf.3506cabef20f3f7e8ae9978c4afb5dbb.txt @@ -0,0 +1 @@ +0 0.5 0.7044444444444444 1 0.5911111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6150df8ed8423abdd91190c401260139df02868f_jpg.rf.2c8b041fe87409815fd93be9656023cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6150df8ed8423abdd91190c401260139df02868f_jpg.rf.2c8b041fe87409815fd93be9656023cb.txt new file mode 100644 index 0000000..86c06e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6150df8ed8423abdd91190c401260139df02868f_jpg.rf.2c8b041fe87409815fd93be9656023cb.txt @@ -0,0 +1 @@ +5 0.5021097046413502 0.38924050632911394 0.7046413502109705 0.5759493670886076 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/61_jpg.rf.439b78b7f4c49b60f9e7fcfd7b458f29.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/61_jpg.rf.439b78b7f4c49b60f9e7fcfd7b458f29.txt new file mode 100644 index 0000000..0257f0c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/61_jpg.rf.439b78b7f4c49b60f9e7fcfd7b458f29.txt @@ -0,0 +1 @@ +0 0.5088888888888888 0.5688888888888889 0.47555555555555556 0.6711111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/61_jpg.rf.69046d5d371d19de0ed97bb96c69d165.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/61_jpg.rf.69046d5d371d19de0ed97bb96c69d165.txt new file mode 100644 index 0000000..2428b6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/61_jpg.rf.69046d5d371d19de0ed97bb96c69d165.txt @@ -0,0 +1,2 @@ +7 0.23333333333333334 0.5244444444444445 0.4266666666666667 0.5733333333333334 +7 0.7466666666666667 0.5355555555555556 0.37333333333333335 0.6577777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/61dbe9a4ffcd95b1ea587541b1e473342cb68314_jpg.rf.3002ff26ab4dbc1dadcffa179992a1c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/61dbe9a4ffcd95b1ea587541b1e473342cb68314_jpg.rf.3002ff26ab4dbc1dadcffa179992a1c4.txt new file mode 100644 index 0000000..49c91fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/61dbe9a4ffcd95b1ea587541b1e473342cb68314_jpg.rf.3002ff26ab4dbc1dadcffa179992a1c4.txt @@ -0,0 +1 @@ +5 0.49156118143459915 0.254746835443038 0.5443037974683544 0.3670886075949367 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/62_jpg.rf.3bdf3331bc8b663413d6deaeecbdef08.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/62_jpg.rf.3bdf3331bc8b663413d6deaeecbdef08.txt new file mode 100644 index 0000000..d7a502f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/62_jpg.rf.3bdf3331bc8b663413d6deaeecbdef08.txt @@ -0,0 +1,4 @@ +7 0.28125 0.5380710659898477 0.32421875 0.5736040609137056 +7 0.705078125 0.5482233502538071 0.24609375 0.6192893401015228 +6 0.306640625 0.8401015228426396 0.33203125 0.20304568527918782 +6 0.70703125 0.868020304568528 0.3671875 0.2182741116751269 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/62_jpg.rf.820719096e502dd74a9e7fc23137bad8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/62_jpg.rf.820719096e502dd74a9e7fc23137bad8.txt new file mode 100644 index 0000000..6197b7e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/62_jpg.rf.820719096e502dd74a9e7fc23137bad8.txt @@ -0,0 +1,2 @@ +0 0.3488888888888889 0.6266666666666667 0.5155555555555555 0.6133333333333333 +0 0.7444444444444445 0.6688888888888889 0.37333333333333335 0.39555555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6317257f8e16416b614d7693a9055968f96316f6_jpg.rf.768757be2ec67ecb59d58f4493b4c6fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6317257f8e16416b614d7693a9055968f96316f6_jpg.rf.768757be2ec67ecb59d58f4493b4c6fe.txt new file mode 100644 index 0000000..1831533 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6317257f8e16416b614d7693a9055968f96316f6_jpg.rf.768757be2ec67ecb59d58f4493b4c6fe.txt @@ -0,0 +1 @@ +1 0.6487341772151899 0.38466947960618847 0.42616033755274263 0.42616033755274263 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/63_jpg.rf.a71884c385cad3b3f2614fa97ca28556.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/63_jpg.rf.a71884c385cad3b3f2614fa97ca28556.txt new file mode 100644 index 0000000..c31a50e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/63_jpg.rf.a71884c385cad3b3f2614fa97ca28556.txt @@ -0,0 +1 @@ +7 0.490625 0.471875 0.6625 0.79375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/63_jpg.rf.fc4184e7f4c3139a4bc642d818339dee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/63_jpg.rf.fc4184e7f4c3139a4bc642d818339dee.txt new file mode 100644 index 0000000..3e0881d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/63_jpg.rf.fc4184e7f4c3139a4bc642d818339dee.txt @@ -0,0 +1,4 @@ +0 0.2688888888888889 0.3466666666666667 0.4266666666666667 0.3377777777777778 +0 0.27111111111111114 0.8311111111111111 0.4311111111111111 0.3377777777777778 +0 0.7466666666666667 0.34 0.4711111111111111 0.3244444444444444 +0 0.7444444444444445 0.8155555555555556 0.4577777777777778 0.3688888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/642aa9f0aaac259dfd9c6211a1da563e58a7cad2_jpg.rf.c8270075d1f89d5239a97e337edd0443.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/642aa9f0aaac259dfd9c6211a1da563e58a7cad2_jpg.rf.c8270075d1f89d5239a97e337edd0443.txt new file mode 100644 index 0000000..fb714d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/642aa9f0aaac259dfd9c6211a1da563e58a7cad2_jpg.rf.c8270075d1f89d5239a97e337edd0443.txt @@ -0,0 +1 @@ +1 0.509493670886076 0.4309859154929577 0.35864978902953587 0.5309859154929577 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/646f1540b7426a82fcb0629f7c55ae062eaf0742_jpg.rf.b6120ea4f47d94b8bdc05f30cec79c2d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/646f1540b7426a82fcb0629f7c55ae062eaf0742_jpg.rf.b6120ea4f47d94b8bdc05f30cec79c2d.txt new file mode 100644 index 0000000..289c000 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/646f1540b7426a82fcb0629f7c55ae062eaf0742_jpg.rf.b6120ea4f47d94b8bdc05f30cec79c2d.txt @@ -0,0 +1 @@ +5 0.4873417721518987 0.4685430463576159 0.8016877637130801 0.6341059602649006 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/64_jpg.rf.9bb275e5e0396841e2024a68d3d6eb09.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/64_jpg.rf.9bb275e5e0396841e2024a68d3d6eb09.txt new file mode 100644 index 0000000..57289bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/64_jpg.rf.9bb275e5e0396841e2024a68d3d6eb09.txt @@ -0,0 +1,2 @@ +0 0.5489690721649485 0.43822393822393824 0.7371134020618557 0.7297297297297297 +3 0.5154639175257731 0.8667953667953668 0.4639175257731959 0.26640926640926643 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/64_jpg.rf.c994fcab3f197c0cc124a3b9b267b7a6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/64_jpg.rf.c994fcab3f197c0cc124a3b9b267b7a6.txt new file mode 100644 index 0000000..2cebb65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/64_jpg.rf.c994fcab3f197c0cc124a3b9b267b7a6.txt @@ -0,0 +1 @@ +7 0.5088888888888888 0.47555555555555556 0.6888888888888889 0.8488888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/658e34444ad2e0487d186fab468b407834acc909_jpg.rf.9edc91596989c9f516c87b50f38f62fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/658e34444ad2e0487d186fab468b407834acc909_jpg.rf.9edc91596989c9f516c87b50f38f62fd.txt new file mode 100644 index 0000000..7b33aa0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/658e34444ad2e0487d186fab468b407834acc909_jpg.rf.9edc91596989c9f516c87b50f38f62fd.txt @@ -0,0 +1 @@ +1 0.47890295358649787 0.5619718309859155 0.31645569620253167 0.7774647887323943 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/65_jpg.rf.bf114c905e19038cc34ec16a1257d93e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/65_jpg.rf.bf114c905e19038cc34ec16a1257d93e.txt new file mode 100644 index 0000000..010519b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/65_jpg.rf.bf114c905e19038cc34ec16a1257d93e.txt @@ -0,0 +1 @@ +0 0.5088888888888888 0.4888888888888889 0.7511111111111111 0.9511111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/65_jpg.rf.dde9a0bf7986b9ba1cf734d3e546d8ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/65_jpg.rf.dde9a0bf7986b9ba1cf734d3e546d8ec.txt new file mode 100644 index 0000000..c9af511 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/65_jpg.rf.dde9a0bf7986b9ba1cf734d3e546d8ec.txt @@ -0,0 +1 @@ +7 0.5177777777777778 0.4444444444444444 0.7555555555555555 0.7777777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/66_jpg.rf.075fbbd58d0e99066df9a2a2e7fdb0ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/66_jpg.rf.075fbbd58d0e99066df9a2a2e7fdb0ea.txt new file mode 100644 index 0000000..fcbe62e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/66_jpg.rf.075fbbd58d0e99066df9a2a2e7fdb0ea.txt @@ -0,0 +1 @@ +7 0.471875 0.5125 0.5125 0.75 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/66_jpg.rf.e36f5498b7695a3edeb50e45c2b908f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/66_jpg.rf.e36f5498b7695a3edeb50e45c2b908f6.txt new file mode 100644 index 0000000..c12cab5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/66_jpg.rf.e36f5498b7695a3edeb50e45c2b908f6.txt @@ -0,0 +1 @@ +0 0.5044444444444445 0.5822222222222222 0.6711111111111111 0.6044444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/66c942314064842b6b3b509d8116b71784b42a8b_jpg.rf.d6d0410f163fe16547aa502f74aca2f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/66c942314064842b6b3b509d8116b71784b42a8b_jpg.rf.d6d0410f163fe16547aa502f74aca2f1.txt new file mode 100644 index 0000000..0092b4e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/66c942314064842b6b3b509d8116b71784b42a8b_jpg.rf.d6d0410f163fe16547aa502f74aca2f1.txt @@ -0,0 +1 @@ +5 0.6371308016877637 0.2582781456953642 0.4810126582278481 0.40894039735099336 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/67_jpg.rf.2c0da5b30f613ad103ed3c05e30e6e95.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/67_jpg.rf.2c0da5b30f613ad103ed3c05e30e6e95.txt new file mode 100644 index 0000000..ace2454 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/67_jpg.rf.2c0da5b30f613ad103ed3c05e30e6e95.txt @@ -0,0 +1 @@ +0 0.5133333333333333 0.6511111111111111 0.9644444444444444 0.6977777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/67_jpg.rf.3af4291394eb48653cd505cbc5c26efc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/67_jpg.rf.3af4291394eb48653cd505cbc5c26efc.txt new file mode 100644 index 0000000..58e1b59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/67_jpg.rf.3af4291394eb48653cd505cbc5c26efc.txt @@ -0,0 +1 @@ +7 0.4866666666666667 0.5355555555555556 0.7911111111111111 0.9288888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/67b6a26e9c091a3fbfa516277f95a0eb2a42b213_jpg.rf.b43f58626c387724f1eddd70c66c0d4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/67b6a26e9c091a3fbfa516277f95a0eb2a42b213_jpg.rf.b43f58626c387724f1eddd70c66c0d4a.txt new file mode 100644 index 0000000..4fd1c91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/67b6a26e9c091a3fbfa516277f95a0eb2a42b213_jpg.rf.b43f58626c387724f1eddd70c66c0d4a.txt @@ -0,0 +1 @@ +1 0.5854430379746836 0.6075949367088608 0.6286919831223629 0.7116736990154712 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/681c6aaf3bb95a0d68baa26bdc7e809f8bc62fa5_jpg.rf.08bb415861859bd84c5803646c025502.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/681c6aaf3bb95a0d68baa26bdc7e809f8bc62fa5_jpg.rf.08bb415861859bd84c5803646c025502.txt new file mode 100644 index 0000000..f72c6a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/681c6aaf3bb95a0d68baa26bdc7e809f8bc62fa5_jpg.rf.08bb415861859bd84c5803646c025502.txt @@ -0,0 +1 @@ +1 0.509493670886076 0.38729198184568836 0.5485232067510548 0.7110438729198184 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6837d108221c3e75fe44bf4a6c13f5b2c7f728b8_jpg.rf.22a670cb32f46ebf80dcc139669c9b37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6837d108221c3e75fe44bf4a6c13f5b2c7f728b8_jpg.rf.22a670cb32f46ebf80dcc139669c9b37.txt new file mode 100644 index 0000000..9ae006e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6837d108221c3e75fe44bf4a6c13f5b2c7f728b8_jpg.rf.22a670cb32f46ebf80dcc139669c9b37.txt @@ -0,0 +1 @@ +1 0.4989451476793249 0.38183161004431315 0.21940928270042195 0.36336779911373707 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/688aa023b645e146b3491cca938fd5fed747946e_jpg.rf.f2e766dafa0471246c8423ef95b2e012.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/688aa023b645e146b3491cca938fd5fed747946e_jpg.rf.f2e766dafa0471246c8423ef95b2e012.txt new file mode 100644 index 0000000..00a4305 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/688aa023b645e146b3491cca938fd5fed747946e_jpg.rf.f2e766dafa0471246c8423ef95b2e012.txt @@ -0,0 +1 @@ +3 0.4820675105485232 0.42005610098176716 0.48523206751054854 0.8176718092566619 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/68_jpg.rf.13b34801397c2f26cc45b2ec43ac442a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/68_jpg.rf.13b34801397c2f26cc45b2ec43ac442a.txt new file mode 100644 index 0000000..a41dc57 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/68_jpg.rf.13b34801397c2f26cc45b2ec43ac442a.txt @@ -0,0 +1 @@ +7 0.37777777777777777 0.6222222222222222 0.5555555555555556 0.6755555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/68_jpg.rf.81061c83b5a09736e44e87a044258c5c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/68_jpg.rf.81061c83b5a09736e44e87a044258c5c.txt new file mode 100644 index 0000000..fe2492f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/68_jpg.rf.81061c83b5a09736e44e87a044258c5c.txt @@ -0,0 +1 @@ +0 0.5157894736842106 0.5808270676691729 0.7368421052631579 0.6992481203007519 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/68fbd17aa53aa0de809365d0812f520201f57c08_jpg.rf.d8616f1d8000d515c07ed1eff2e2744a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/68fbd17aa53aa0de809365d0812f520201f57c08_jpg.rf.d8616f1d8000d515c07ed1eff2e2744a.txt new file mode 100644 index 0000000..1e1fb8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/68fbd17aa53aa0de809365d0812f520201f57c08_jpg.rf.d8616f1d8000d515c07ed1eff2e2744a.txt @@ -0,0 +1 @@ +3 0.47468354430379744 0.4491279069767442 0.5590717299578059 0.8590116279069767 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/69_jpg.rf.395ccbd5f2ded896a7af1b5fac4bd510.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/69_jpg.rf.395ccbd5f2ded896a7af1b5fac4bd510.txt new file mode 100644 index 0000000..5db2f25 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/69_jpg.rf.395ccbd5f2ded896a7af1b5fac4bd510.txt @@ -0,0 +1 @@ +7 0.509375 0.571875 0.7 0.85 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/69_jpg.rf.a6cfda57bd812d515bb72665a02500c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/69_jpg.rf.a6cfda57bd812d515bb72665a02500c9.txt new file mode 100644 index 0000000..9737573 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/69_jpg.rf.a6cfda57bd812d515bb72665a02500c9.txt @@ -0,0 +1 @@ +0 0.4955555555555556 0.5711111111111111 0.4444444444444444 0.5466666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6_jpg.rf.55b32488661273f41ad300d5da6b74c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6_jpg.rf.55b32488661273f41ad300d5da6b74c6.txt new file mode 100644 index 0000000..9f8abf4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6_jpg.rf.55b32488661273f41ad300d5da6b74c6.txt @@ -0,0 +1 @@ +7 0.5111111111111111 0.5177777777777778 0.7022222222222222 0.7155555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6_jpg.rf.567b4c79bd9c771054d0124501105395.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6_jpg.rf.567b4c79bd9c771054d0124501105395.txt new file mode 100644 index 0000000..6a7d98f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6_jpg.rf.567b4c79bd9c771054d0124501105395.txt @@ -0,0 +1 @@ +0 0.52 0.4488888888888889 0.96 0.7288888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6b79e34e15e744cbe4620f36e406d7d7d3ce9033_jpg.rf.d330a4e21220d87cd68c6a1771913667.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6b79e34e15e744cbe4620f36e406d7d7d3ce9033_jpg.rf.d330a4e21220d87cd68c6a1771913667.txt new file mode 100644 index 0000000..89ef632 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6b79e34e15e744cbe4620f36e406d7d7d3ce9033_jpg.rf.d330a4e21220d87cd68c6a1771913667.txt @@ -0,0 +1 @@ +1 0.510548523206751 0.4394366197183099 0.3291139240506329 0.5154929577464789 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6dffeed92988ee809d49fb8e58e88392_jpg.rf.6fb89d8a60928514d56e0a7184e4b756.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6dffeed92988ee809d49fb8e58e88392_jpg.rf.6fb89d8a60928514d56e0a7184e4b756.txt new file mode 100644 index 0000000..d70c619 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6dffeed92988ee809d49fb8e58e88392_jpg.rf.6fb89d8a60928514d56e0a7184e4b756.txt @@ -0,0 +1 @@ +2 0.41526562499999997 0.46178125000000003 0.789453125 0.8735625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/6e17ef7edfe8c50ccd3bd9a3426edd2a23adf2fd_jpg.rf.69e0184eef4fb8c61669fcb3eef417a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/6e17ef7edfe8c50ccd3bd9a3426edd2a23adf2fd_jpg.rf.69e0184eef4fb8c61669fcb3eef417a7.txt new file mode 100644 index 0000000..3d3d1a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/6e17ef7edfe8c50ccd3bd9a3426edd2a23adf2fd_jpg.rf.69e0184eef4fb8c61669fcb3eef417a7.txt @@ -0,0 +1 @@ +5 0.5189873417721519 0.34539473684210525 0.5759493670886076 0.6491228070175439 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/704ed8bc6d6d1715243d69e0c07ce9c1da433339_jpg.rf.4e64ac89d68daa430cf2755320d830be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/704ed8bc6d6d1715243d69e0c07ce9c1da433339_jpg.rf.4e64ac89d68daa430cf2755320d830be.txt new file mode 100644 index 0000000..da35d8c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/704ed8bc6d6d1715243d69e0c07ce9c1da433339_jpg.rf.4e64ac89d68daa430cf2755320d830be.txt @@ -0,0 +1 @@ +1 0.50125 0.3908333333333333 0.365 0.445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/70_jpg.rf.024668ac7194856f160e2ce93eb3425d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/70_jpg.rf.024668ac7194856f160e2ce93eb3425d.txt new file mode 100644 index 0000000..fe1f067 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/70_jpg.rf.024668ac7194856f160e2ce93eb3425d.txt @@ -0,0 +1 @@ +0 0.49777777777777776 0.32222222222222224 0.7555555555555555 0.5955555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/70ad7d8ef6d6091155b69875377b24733b3fccb9_jpg.rf.aa2dffcf0111d6cc975152ea6f52b6c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/70ad7d8ef6d6091155b69875377b24733b3fccb9_jpg.rf.aa2dffcf0111d6cc975152ea6f52b6c2.txt new file mode 100644 index 0000000..a661a32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/70ad7d8ef6d6091155b69875377b24733b3fccb9_jpg.rf.aa2dffcf0111d6cc975152ea6f52b6c2.txt @@ -0,0 +1 @@ +1 0.5 0.5459587955625991 0.6413502109704642 0.820919175911252 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/71_jpg.rf.6792b68324eed4bbbc5f21fb95d517db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/71_jpg.rf.6792b68324eed4bbbc5f21fb95d517db.txt new file mode 100644 index 0000000..c7f1e7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/71_jpg.rf.6792b68324eed4bbbc5f21fb95d517db.txt @@ -0,0 +1 @@ +0 0.5126903553299492 0.59765625 0.7614213197969543 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/71_jpg.rf.a899b75fb969d413ab398274b6437e02.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/71_jpg.rf.a899b75fb969d413ab398274b6437e02.txt new file mode 100644 index 0000000..f6f612c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/71_jpg.rf.a899b75fb969d413ab398274b6437e02.txt @@ -0,0 +1 @@ +7 0.47435897435897434 0.3142414860681115 0.6794871794871795 0.5263157894736842 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/725bb353c6ab8f2663b779565356d8ed0f0d1321_jpg.rf.70a91993aaa2e1578b2fb794541f06ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/725bb353c6ab8f2663b779565356d8ed0f0d1321_jpg.rf.70a91993aaa2e1578b2fb794541f06ba.txt new file mode 100644 index 0000000..214bdfe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/725bb353c6ab8f2663b779565356d8ed0f0d1321_jpg.rf.70a91993aaa2e1578b2fb794541f06ba.txt @@ -0,0 +1 @@ +1 0.5021097046413502 0.3909985935302391 0.34810126582278483 0.7482419127988749 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/72_jpg.rf.6886b9c3f66eadb3d9bceef3a592ef3a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/72_jpg.rf.6886b9c3f66eadb3d9bceef3a592ef3a.txt new file mode 100644 index 0000000..e6cd209 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/72_jpg.rf.6886b9c3f66eadb3d9bceef3a592ef3a.txt @@ -0,0 +1 @@ +7 0.5222222222222223 0.6244444444444445 0.7155555555555555 0.7511111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/72_jpg.rf.f2002cfd7a94acf61d29389205c6ba23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/72_jpg.rf.f2002cfd7a94acf61d29389205c6ba23.txt new file mode 100644 index 0000000..4712107 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/72_jpg.rf.f2002cfd7a94acf61d29389205c6ba23.txt @@ -0,0 +1 @@ +0 0.4866666666666667 0.6533333333333333 0.5377777777777778 0.6488888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/73_jpg.rf.1ea0257d5fe77fcdb15d6e765cebfd90.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/73_jpg.rf.1ea0257d5fe77fcdb15d6e765cebfd90.txt new file mode 100644 index 0000000..4faba0c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/73_jpg.rf.1ea0257d5fe77fcdb15d6e765cebfd90.txt @@ -0,0 +1 @@ +7 0.4266666666666667 0.6288888888888889 0.7733333333333333 0.7422222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/73_jpg.rf.f9df66ed167371c89fdb818bd103d725.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/73_jpg.rf.f9df66ed167371c89fdb818bd103d725.txt new file mode 100644 index 0000000..e4e910f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/73_jpg.rf.f9df66ed167371c89fdb818bd103d725.txt @@ -0,0 +1 @@ +0 0.5222222222222223 0.64 0.6844444444444444 0.72 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/744c4ae170537a29bda40d49413940901bd868e1_jpg.rf.635570ce9e5ed23353fbf0f46da39cce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/744c4ae170537a29bda40d49413940901bd868e1_jpg.rf.635570ce9e5ed23353fbf0f46da39cce.txt new file mode 100644 index 0000000..ee61b58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/744c4ae170537a29bda40d49413940901bd868e1_jpg.rf.635570ce9e5ed23353fbf0f46da39cce.txt @@ -0,0 +1 @@ +3 0.4881720430107527 0.5057283142389526 0.7182795698924731 0.9819967266775778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7460f2a000905453c23401701fdaa754_jpg.rf.d3375c468eafe0173746cce403111ace.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7460f2a000905453c23401701fdaa754_jpg.rf.d3375c468eafe0173746cce403111ace.txt new file mode 100644 index 0000000..0623def --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7460f2a000905453c23401701fdaa754_jpg.rf.d3375c468eafe0173746cce403111ace.txt @@ -0,0 +1 @@ +7 0.5070673076923077 0.4785336538461538 0.6636298076923078 0.9256250000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7493e8ef3afdeec927a187e639a2dd32a832eb2c_jpg.rf.6645c88f84e0bb6890033b352065a318.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7493e8ef3afdeec927a187e639a2dd32a832eb2c_jpg.rf.6645c88f84e0bb6890033b352065a318.txt new file mode 100644 index 0000000..f2cc84f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7493e8ef3afdeec927a187e639a2dd32a832eb2c_jpg.rf.6645c88f84e0bb6890033b352065a318.txt @@ -0,0 +1,2 @@ +6 0.5263713080168776 0.6621417797888386 0.5548523206751055 0.6757164404223228 +0 0.5063291139240507 0.23227752639517346 0.18565400843881857 0.167420814479638 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/74_jpg.rf.ca2632202abb8b0bd349af0ea2752a8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/74_jpg.rf.ca2632202abb8b0bd349af0ea2752a8c.txt new file mode 100644 index 0000000..66f241e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/74_jpg.rf.ca2632202abb8b0bd349af0ea2752a8c.txt @@ -0,0 +1,2 @@ +0 0.4918918918918919 0.41025641025641024 0.6864864864864865 0.3626373626373626 +5 0.5243243243243243 0.7380952380952381 0.5081081081081081 0.32234432234432236 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/74aed21f09e7aadbe29191852fb8c8973ebec269_jpg.rf.5715b1dea39cf8c8a87a9caa36698a2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/74aed21f09e7aadbe29191852fb8c8973ebec269_jpg.rf.5715b1dea39cf8c8a87a9caa36698a2e.txt new file mode 100644 index 0000000..ad882a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/74aed21f09e7aadbe29191852fb8c8973ebec269_jpg.rf.5715b1dea39cf8c8a87a9caa36698a2e.txt @@ -0,0 +1 @@ +1 0.5738396624472574 0.5806451612903226 0.5759493670886076 0.6732117812061711 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7591e1d05d6f3ee677da116393113ae2_jpg.rf.ff6a230b40ce979fc02e7c6dd90331ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7591e1d05d6f3ee677da116393113ae2_jpg.rf.ff6a230b40ce979fc02e7c6dd90331ee.txt new file mode 100644 index 0000000..3669b1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7591e1d05d6f3ee677da116393113ae2_jpg.rf.ff6a230b40ce979fc02e7c6dd90331ee.txt @@ -0,0 +1 @@ +1 0.4851666666666667 0.46193333333333336 0.30645 0.7204 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/75_jpg.rf.d822476a87d55913031570be593e7b76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/75_jpg.rf.d822476a87d55913031570be593e7b76.txt new file mode 100644 index 0000000..76b00ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/75_jpg.rf.d822476a87d55913031570be593e7b76.txt @@ -0,0 +1,2 @@ +0 0.2822222222222222 0.37333333333333335 0.49777777777777776 0.6933333333333334 +0 0.7422222222222222 0.3888888888888889 0.5155555555555555 0.7466666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/75_jpg.rf.e0b66738e71f53c330175b72ad464af4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/75_jpg.rf.e0b66738e71f53c330175b72ad464af4.txt new file mode 100644 index 0000000..f685663 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/75_jpg.rf.e0b66738e71f53c330175b72ad464af4.txt @@ -0,0 +1 @@ +7 0.5 0.5 0.6888888888888889 0.5377777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/75c96877fa19468eca2f585492da9fdc59026489_jpg.rf.434849bfeed5278009c0bb9ccd4a09d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/75c96877fa19468eca2f585492da9fdc59026489_jpg.rf.434849bfeed5278009c0bb9ccd4a09d8.txt new file mode 100644 index 0000000..bf46cf5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/75c96877fa19468eca2f585492da9fdc59026489_jpg.rf.434849bfeed5278009c0bb9ccd4a09d8.txt @@ -0,0 +1,2 @@ +7 0.42616033755274263 0.12517580872011252 0.5759493670886076 0.25035161744022505 +3 0.41983122362869196 0.48874824191279886 0.35654008438818563 0.5822784810126582 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7651d7c94f66e724a3a3fe18bc7e824b7036e32a_jpg.rf.130bb05270eb0741d46a2a31b25d4669.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7651d7c94f66e724a3a3fe18bc7e824b7036e32a_jpg.rf.130bb05270eb0741d46a2a31b25d4669.txt new file mode 100644 index 0000000..ee70720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7651d7c94f66e724a3a3fe18bc7e824b7036e32a_jpg.rf.130bb05270eb0741d46a2a31b25d4669.txt @@ -0,0 +1 @@ +1 0.49050632911392406 0.34543010752688175 0.310126582278481 0.3817204301075269 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/76_jpg.rf.cb23daa078dcec2a3e06a41fdbdd7480.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/76_jpg.rf.cb23daa078dcec2a3e06a41fdbdd7480.txt new file mode 100644 index 0000000..884b983 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/76_jpg.rf.cb23daa078dcec2a3e06a41fdbdd7480.txt @@ -0,0 +1 @@ +0 0.5244444444444445 0.5755555555555556 0.9466666666666667 0.8488888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/77_jpg.rf.0be73c60c73bbd46395bc146d35a41a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/77_jpg.rf.0be73c60c73bbd46395bc146d35a41a9.txt new file mode 100644 index 0000000..f38d0cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/77_jpg.rf.0be73c60c73bbd46395bc146d35a41a9.txt @@ -0,0 +1 @@ +0 0.5111111111111111 0.4177777777777778 0.6533333333333333 0.7955555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/77_jpg.rf.3593c95d502b1c721498fc12b7d3e639.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/77_jpg.rf.3593c95d502b1c721498fc12b7d3e639.txt new file mode 100644 index 0000000..1bbced0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/77_jpg.rf.3593c95d502b1c721498fc12b7d3e639.txt @@ -0,0 +1 @@ +7 0.5577777777777778 0.7155555555555555 0.7422222222222222 0.5688888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/77e41de0bdd76cd375ce517e01d79b29_jpg.rf.5ff3e42943df0de2fa96ced4016e1b49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/77e41de0bdd76cd375ce517e01d79b29_jpg.rf.5ff3e42943df0de2fa96ced4016e1b49.txt new file mode 100644 index 0000000..a228f4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/77e41de0bdd76cd375ce517e01d79b29_jpg.rf.5ff3e42943df0de2fa96ced4016e1b49.txt @@ -0,0 +1 @@ +2 0.48401162790697677 0.5050872093023255 0.752906976744186 0.9898255813953488 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/78_jpg.rf.9930fdaac36b249cf2ab28c0cdc5c4f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/78_jpg.rf.9930fdaac36b249cf2ab28c0cdc5c4f6.txt new file mode 100644 index 0000000..acc44f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/78_jpg.rf.9930fdaac36b249cf2ab28c0cdc5c4f6.txt @@ -0,0 +1 @@ +7 0.4822222222222222 0.5622222222222222 0.7244444444444444 0.8622222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/78_jpg.rf.fcd4aab3ea74dc0b55f34a1daa94796a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/78_jpg.rf.fcd4aab3ea74dc0b55f34a1daa94796a.txt new file mode 100644 index 0000000..ee6856b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/78_jpg.rf.fcd4aab3ea74dc0b55f34a1daa94796a.txt @@ -0,0 +1 @@ +0 0.4911111111111111 0.4577777777777778 0.68 0.7866666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/793ebcd57b9e5d36f4ff2b2603311f12081a4ab8_jpg.rf.2ae90d037238487fd112a8dec1ba376b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/793ebcd57b9e5d36f4ff2b2603311f12081a4ab8_jpg.rf.2ae90d037238487fd112a8dec1ba376b.txt new file mode 100644 index 0000000..c75b09e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/793ebcd57b9e5d36f4ff2b2603311f12081a4ab8_jpg.rf.2ae90d037238487fd112a8dec1ba376b.txt @@ -0,0 +1 @@ +1 0.4630801687763713 0.4732770745428973 0.3818565400843882 0.6188466947960619 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/79_jpg.rf.af0a0a1476033b99d5a259650e32a6a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/79_jpg.rf.af0a0a1476033b99d5a259650e32a6a0.txt new file mode 100644 index 0000000..dab98bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/79_jpg.rf.af0a0a1476033b99d5a259650e32a6a0.txt @@ -0,0 +1 @@ +7 0.5311111111111111 0.4955555555555556 0.6844444444444444 0.8311111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7_jpg.rf.83894bb4e938406f590299dececa7f8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7_jpg.rf.83894bb4e938406f590299dececa7f8b.txt new file mode 100644 index 0000000..9a58829 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7_jpg.rf.83894bb4e938406f590299dececa7f8b.txt @@ -0,0 +1,2 @@ +0 0.30666666666666664 0.5822222222222222 0.4666666666666667 0.5377777777777778 +0 0.7488888888888889 0.68 0.39111111111111113 0.4888888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7_jpg.rf.b0e79c26489e07b5214ac962baefa8aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7_jpg.rf.b0e79c26489e07b5214ac962baefa8aa.txt new file mode 100644 index 0000000..b4632d5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7_jpg.rf.b0e79c26489e07b5214ac962baefa8aa.txt @@ -0,0 +1 @@ +7 0.6273584905660378 0.7584033613445378 0.5754716981132075 0.453781512605042 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7cd070c5d4659b5324ea4f683e6ea9d3_jpg.rf.07579c304130fd6663a2bb0eff3dd1d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7cd070c5d4659b5324ea4f683e6ea9d3_jpg.rf.07579c304130fd6663a2bb0eff3dd1d7.txt new file mode 100644 index 0000000..3a184e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7cd070c5d4659b5324ea4f683e6ea9d3_jpg.rf.07579c304130fd6663a2bb0eff3dd1d7.txt @@ -0,0 +1 @@ +2 0.5012009803921569 0.5345833333333334 0.5394240196078433 0.6695343137254903 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/7f427c3e1f6d29cb0b34307f78894df7cf2d3866_jpg.rf.e95c491a589f7d4c7c6c61caad9b9372.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/7f427c3e1f6d29cb0b34307f78894df7cf2d3866_jpg.rf.e95c491a589f7d4c7c6c61caad9b9372.txt new file mode 100644 index 0000000..70cc5c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/7f427c3e1f6d29cb0b34307f78894df7cf2d3866_jpg.rf.e95c491a589f7d4c7c6c61caad9b9372.txt @@ -0,0 +1 @@ +1 0.5210970464135021 0.4571026722925457 0.4219409282700422 0.5864978902953587 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8039e5c96757bc2b88275f66edd3009ba531c01a_jpg.rf.6a31bda2ed902f26406bd7f42cf1aebf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8039e5c96757bc2b88275f66edd3009ba531c01a_jpg.rf.6a31bda2ed902f26406bd7f42cf1aebf.txt new file mode 100644 index 0000000..dd16933 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8039e5c96757bc2b88275f66edd3009ba531c01a_jpg.rf.6a31bda2ed902f26406bd7f42cf1aebf.txt @@ -0,0 +1 @@ +7 0.5031645569620253 0.5008403361344538 0.9493670886075949 0.9529411764705882 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/80_jpg.rf.9ad94aa427f64baca42259d04da0fa88.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/80_jpg.rf.9ad94aa427f64baca42259d04da0fa88.txt new file mode 100644 index 0000000..9955b69 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/80_jpg.rf.9ad94aa427f64baca42259d04da0fa88.txt @@ -0,0 +1,2 @@ +7 0.4945652173913043 0.34065934065934067 0.375 0.358974358974359 +3 0.4592391304347826 0.6996336996336996 0.3695652173913043 0.4652014652014652 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/815575a8e2ae251846ff01a6872435e00826a1a3_jpg.rf.9af8c6a4e15b5a665b72e8f5b8779103.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/815575a8e2ae251846ff01a6872435e00826a1a3_jpg.rf.9af8c6a4e15b5a665b72e8f5b8779103.txt new file mode 100644 index 0000000..781bfda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/815575a8e2ae251846ff01a6872435e00826a1a3_jpg.rf.9af8c6a4e15b5a665b72e8f5b8779103.txt @@ -0,0 +1 @@ +1 0.47151898734177217 0.5711920529801324 0.36075949367088606 0.8261589403973509 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/81_jpg.rf.41944b9a3b732f39680a7bb33c5b8916.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/81_jpg.rf.41944b9a3b732f39680a7bb33c5b8916.txt new file mode 100644 index 0000000..fef02a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/81_jpg.rf.41944b9a3b732f39680a7bb33c5b8916.txt @@ -0,0 +1 @@ +7 0.5733333333333334 0.6622222222222223 0.5111111111111111 0.6533333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/81_jpg.rf.d29809652eb10a85210117dfdbdfc75c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/81_jpg.rf.d29809652eb10a85210117dfdbdfc75c.txt new file mode 100644 index 0000000..8f0f918 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/81_jpg.rf.d29809652eb10a85210117dfdbdfc75c.txt @@ -0,0 +1,2 @@ +0 0.25333333333333335 0.38666666666666666 0.5066666666666667 0.7466666666666667 +0 0.7377777777777778 0.4622222222222222 0.5244444444444445 0.8444444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8209f261d369d687919b9cd33eded89c_jpg.rf.8f583867e4135cf62a26373d236319ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8209f261d369d687919b9cd33eded89c_jpg.rf.8f583867e4135cf62a26373d236319ed.txt new file mode 100644 index 0000000..0e6e433 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8209f261d369d687919b9cd33eded89c_jpg.rf.8f583867e4135cf62a26373d236319ed.txt @@ -0,0 +1,4 @@ +1 0.245 0.40066176470588233 0.25120588235294117 0.41967647058823526 +1 0.5204117647058824 0.40575000000000006 0.2691176470588235 0.4403382352941176 +1 0.806485294117647 0.32222058823529415 0.23763235294117643 0.3636176470588235 +1 0.8551617647058823 0.6944705882352942 0.1963235294117647 0.3308088235294118 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/82_jpg.rf.790880ae5c04c9234b810aec820eb7e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/82_jpg.rf.790880ae5c04c9234b810aec820eb7e1.txt new file mode 100644 index 0000000..2515545 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/82_jpg.rf.790880ae5c04c9234b810aec820eb7e1.txt @@ -0,0 +1,2 @@ +7 0.3333333333333333 0.6533864541832669 0.38308457711442784 0.3665338645418327 +6 0.3656716417910448 0.8944223107569721 0.31343283582089554 0.21115537848605578 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/82_jpg.rf.a3954ca014404b87b1fab0986531db2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/82_jpg.rf.a3954ca014404b87b1fab0986531db2a.txt new file mode 100644 index 0000000..05802de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/82_jpg.rf.a3954ca014404b87b1fab0986531db2a.txt @@ -0,0 +1 @@ +0 0.4888888888888889 0.6377777777777778 0.7288888888888889 0.6666666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/83_jpg.rf.e4a62afb7f486ace702bc60673c38da6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/83_jpg.rf.e4a62afb7f486ace702bc60673c38da6.txt new file mode 100644 index 0000000..deabc71 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/83_jpg.rf.e4a62afb7f486ace702bc60673c38da6.txt @@ -0,0 +1 @@ +0 0.49586776859504134 0.4519230769230769 0.5909090909090909 0.8221153846153846 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/83_jpg.rf.e55cb4c499b1d9999b7a90504b4430af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/83_jpg.rf.e55cb4c499b1d9999b7a90504b4430af.txt new file mode 100644 index 0000000..7bbcf6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/83_jpg.rf.e55cb4c499b1d9999b7a90504b4430af.txt @@ -0,0 +1 @@ +7 0.516728624535316 0.45454545454545453 0.5539033457249071 0.7914438502673797 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/84_jpg.rf.7c53e12f64203f21fe8b5674e6f387c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/84_jpg.rf.7c53e12f64203f21fe8b5674e6f387c5.txt new file mode 100644 index 0000000..ad46d8c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/84_jpg.rf.7c53e12f64203f21fe8b5674e6f387c5.txt @@ -0,0 +1 @@ +7 0.5223880597014925 0.5916334661354582 0.9552238805970149 0.5179282868525896 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8544183afbd3d48f1c898b4893079cc2da323610_jpg.rf.84678010e440fd2cdb7fb06f36a7630f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8544183afbd3d48f1c898b4893079cc2da323610_jpg.rf.84678010e440fd2cdb7fb06f36a7630f.txt new file mode 100644 index 0000000..78dc1ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8544183afbd3d48f1c898b4893079cc2da323610_jpg.rf.84678010e440fd2cdb7fb06f36a7630f.txt @@ -0,0 +1 @@ +4 0.41350210970464135 0.6110154905335629 0.6286919831223629 0.7521514629948365 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/85_jpg.rf.792f2e06ae607747f448957a5c9002b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/85_jpg.rf.792f2e06ae607747f448957a5c9002b5.txt new file mode 100644 index 0000000..b84e495 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/85_jpg.rf.792f2e06ae607747f448957a5c9002b5.txt @@ -0,0 +1,2 @@ +0 0.5245901639344263 0.37454545454545457 0.9234972677595629 0.6436363636363637 +5 0.48633879781420764 0.7 0.644808743169399 0.3563636363636364 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/85_jpg.rf.f694cff41634a89213c3c2c564782ff5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/85_jpg.rf.f694cff41634a89213c3c2c564782ff5.txt new file mode 100644 index 0000000..5ea630e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/85_jpg.rf.f694cff41634a89213c3c2c564782ff5.txt @@ -0,0 +1 @@ +7 0.5044444444444445 0.6466666666666666 0.7377777777777778 0.7066666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/863583c4eafc94c41e5a83c8261f9d5430e0981f_jpg.rf.8394c2462f0b088074d6b5c00c8d0f63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/863583c4eafc94c41e5a83c8261f9d5430e0981f_jpg.rf.8394c2462f0b088074d6b5c00c8d0f63.txt new file mode 100644 index 0000000..2534217 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/863583c4eafc94c41e5a83c8261f9d5430e0981f_jpg.rf.8394c2462f0b088074d6b5c00c8d0f63.txt @@ -0,0 +1 @@ +1 0.4989451476793249 0.40189873417721517 0.3143459915611814 0.5791139240506329 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/86_jpg.rf.04d306d3119a86762dbdc74919a0eb1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/86_jpg.rf.04d306d3119a86762dbdc74919a0eb1b.txt new file mode 100644 index 0000000..410de8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/86_jpg.rf.04d306d3119a86762dbdc74919a0eb1b.txt @@ -0,0 +1,4 @@ +0 0.28888888888888886 0.45555555555555555 0.3466666666666667 0.38222222222222224 +0 0.6666666666666666 0.45111111111111113 0.4311111111111111 0.4888888888888889 +5 0.3244444444444444 0.7066666666666667 0.32 0.24444444444444444 +3 0.6288888888888889 0.7866666666666666 0.31555555555555553 0.4266666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/86_jpg.rf.e13f8ca049911f7b2814bf8421b078e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/86_jpg.rf.e13f8ca049911f7b2814bf8421b078e5.txt new file mode 100644 index 0000000..cf6e774 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/86_jpg.rf.e13f8ca049911f7b2814bf8421b078e5.txt @@ -0,0 +1 @@ +7 0.46 0.6844444444444444 0.7555555555555555 0.6177777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/86a578a8453cc94f760fe8e2508447619563aaf5_jpg.rf.2f7806746435631977d5448bcb9d282d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/86a578a8453cc94f760fe8e2508447619563aaf5_jpg.rf.2f7806746435631977d5448bcb9d282d.txt new file mode 100644 index 0000000..f21bad2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/86a578a8453cc94f760fe8e2508447619563aaf5_jpg.rf.2f7806746435631977d5448bcb9d282d.txt @@ -0,0 +1 @@ +1 0.4936708860759494 0.38193343898573695 0.24050632911392406 0.4865293185419968 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/87201030b6211bad8acc648554962909b1911c3f_jpg.rf.b27cbd8e3741128f06825b3239f56b4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/87201030b6211bad8acc648554962909b1911c3f_jpg.rf.b27cbd8e3741128f06825b3239f56b4f.txt new file mode 100644 index 0000000..74f0c03 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/87201030b6211bad8acc648554962909b1911c3f_jpg.rf.b27cbd8e3741128f06825b3239f56b4f.txt @@ -0,0 +1 @@ +4 0.5035971223021583 0.6141666666666666 0.6091127098321343 0.7283333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/87_jpg.rf.6df17cc7b952c02ee8363380992d5170.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/87_jpg.rf.6df17cc7b952c02ee8363380992d5170.txt new file mode 100644 index 0000000..a1ae04c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/87_jpg.rf.6df17cc7b952c02ee8363380992d5170.txt @@ -0,0 +1,2 @@ +0 0.2931937172774869 0.6098484848484849 0.5549738219895288 0.678030303030303 +0 0.7460732984293194 0.6117424242424242 0.5078534031413613 0.6401515151515151 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/87_jpg.rf.be8a27439a78caed0df134d94cb35c49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/87_jpg.rf.be8a27439a78caed0df134d94cb35c49.txt new file mode 100644 index 0000000..d3f4bcb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/87_jpg.rf.be8a27439a78caed0df134d94cb35c49.txt @@ -0,0 +1 @@ +7 0.4533333333333333 0.7022222222222222 0.8044444444444444 0.5066666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/87f7cb79c1279a4326b0f59861917320ca5130d9_jpg.rf.309e2b1ba85624c92928b231743a43cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/87f7cb79c1279a4326b0f59861917320ca5130d9_jpg.rf.309e2b1ba85624c92928b231743a43cc.txt new file mode 100644 index 0000000..aebc086 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/87f7cb79c1279a4326b0f59861917320ca5130d9_jpg.rf.309e2b1ba85624c92928b231743a43cc.txt @@ -0,0 +1 @@ +5 0.4883966244725738 0.18670886075949367 0.28270042194092826 0.26582278481012656 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/88_jpg.rf.6f45a2e86e4fdd11f4d705e7e158dec6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/88_jpg.rf.6f45a2e86e4fdd11f4d705e7e158dec6.txt new file mode 100644 index 0000000..7609482 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/88_jpg.rf.6f45a2e86e4fdd11f4d705e7e158dec6.txt @@ -0,0 +1,2 @@ +0 0.25555555555555554 0.7022222222222222 0.5111111111111111 0.5777777777777777 +0 0.7377777777777778 0.6777777777777778 0.5155555555555555 0.6355555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/88_png_jpg.rf.51bb17a7fdf483f7e3ce148a2f0f6f9a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/88_png_jpg.rf.51bb17a7fdf483f7e3ce148a2f0f6f9a.txt new file mode 100644 index 0000000..7b3900d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/88_png_jpg.rf.51bb17a7fdf483f7e3ce148a2f0f6f9a.txt @@ -0,0 +1 @@ +7 0.40497737556561086 0.6638078902229846 0.6832579185520362 0.6037735849056604 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/88fb1837a72c35b6335704f72bacee590504f43e_jpg.rf.5447a3d3818975bdecc96205497280de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/88fb1837a72c35b6335704f72bacee590504f43e_jpg.rf.5447a3d3818975bdecc96205497280de.txt new file mode 100644 index 0000000..0915b23 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/88fb1837a72c35b6335704f72bacee590504f43e_jpg.rf.5447a3d3818975bdecc96205497280de.txt @@ -0,0 +1 @@ +1 0.5168776371308017 0.3860759493670886 0.37130801687763715 0.4219409282700422 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/89053b8c26445d11975d4dccf7d48b03470e1fc0_jpg.rf.2f9fc53aac9774a46b8384adb1cfb90b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/89053b8c26445d11975d4dccf7d48b03470e1fc0_jpg.rf.2f9fc53aac9774a46b8384adb1cfb90b.txt new file mode 100644 index 0000000..1de739d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/89053b8c26445d11975d4dccf7d48b03470e1fc0_jpg.rf.2f9fc53aac9774a46b8384adb1cfb90b.txt @@ -0,0 +1 @@ +3 0.49156118143459915 0.4472573839662447 0.339662447257384 0.8565400843881856 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/89_jpg.rf.7d62722ed489c566129d6156333351ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/89_jpg.rf.7d62722ed489c566129d6156333351ea.txt new file mode 100644 index 0000000..b96c70b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/89_jpg.rf.7d62722ed489c566129d6156333351ea.txt @@ -0,0 +1,2 @@ +0 0.5391705069124424 0.46120689655172414 0.42857142857142855 0.375 +3 0.5069124423963134 0.8081896551724138 0.3225806451612903 0.38362068965517243 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/89_jpg.rf.efa1ab03e03b9d4fc0c06bc285523249.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/89_jpg.rf.efa1ab03e03b9d4fc0c06bc285523249.txt new file mode 100644 index 0000000..908d2c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/89_jpg.rf.efa1ab03e03b9d4fc0c06bc285523249.txt @@ -0,0 +1,2 @@ +7 0.3975 0.5496031746031746 0.715 0.5873015873015873 +3 0.5575 0.8392857142857143 0.405 0.32142857142857145 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8_jpg.rf.27316a75c245b3ecf52d437442aaf623.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8_jpg.rf.27316a75c245b3ecf52d437442aaf623.txt new file mode 100644 index 0000000..663b370 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8_jpg.rf.27316a75c245b3ecf52d437442aaf623.txt @@ -0,0 +1 @@ +0 0.5422222222222223 0.5177777777777778 0.39111111111111113 0.52 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8_jpg.rf.ef03bf31bc05a73429430d02f955b3de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8_jpg.rf.ef03bf31bc05a73429430d02f955b3de.txt new file mode 100644 index 0000000..6eb4b76 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8_jpg.rf.ef03bf31bc05a73429430d02f955b3de.txt @@ -0,0 +1 @@ +7 0.5185185185185185 0.5674157303370787 0.7195767195767195 0.5880149812734082 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8a046ad13011f85a7937696dbb40952c_jpg.rf.8afa0c0136b819d8a0552c013f6f3ade.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8a046ad13011f85a7937696dbb40952c_jpg.rf.8afa0c0136b819d8a0552c013f6f3ade.txt new file mode 100644 index 0000000..8f7ac10 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8a046ad13011f85a7937696dbb40952c_jpg.rf.8afa0c0136b819d8a0552c013f6f3ade.txt @@ -0,0 +1 @@ +7 0.5213654096228869 0.5062288686605982 0.815890767230169 0.954668400520156 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8d89b208d17039452ffbc2125194466a41172159_jpg.rf.98e626cef2f2203534d2f00aa91e8747.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8d89b208d17039452ffbc2125194466a41172159_jpg.rf.98e626cef2f2203534d2f00aa91e8747.txt new file mode 100644 index 0000000..99cf0e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8d89b208d17039452ffbc2125194466a41172159_jpg.rf.98e626cef2f2203534d2f00aa91e8747.txt @@ -0,0 +1 @@ +0 0.49261603375527424 0.4978902953586498 0.7215189873417721 0.9261603375527426 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8e83e330e9ae55b69e9bc58f13eb1e1c9bb4b0ed_jpg.rf.b27e71f9d6e0d7b9e1e8ca6d3d29885c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8e83e330e9ae55b69e9bc58f13eb1e1c9bb4b0ed_jpg.rf.b27e71f9d6e0d7b9e1e8ca6d3d29885c.txt new file mode 100644 index 0000000..9e795f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8e83e330e9ae55b69e9bc58f13eb1e1c9bb4b0ed_jpg.rf.b27e71f9d6e0d7b9e1e8ca6d3d29885c.txt @@ -0,0 +1 @@ +0 0.5021097046413502 0.5025210084033613 0.7257383966244726 0.6789915966386555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8f5c4c73c8fbf6b9ed1ab6a09dbabb4a7fc4561c_jpg.rf.f94210124119ac1da078ee3d0180f4b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8f5c4c73c8fbf6b9ed1ab6a09dbabb4a7fc4561c_jpg.rf.f94210124119ac1da078ee3d0180f4b7.txt new file mode 100644 index 0000000..5e545c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8f5c4c73c8fbf6b9ed1ab6a09dbabb4a7fc4561c_jpg.rf.f94210124119ac1da078ee3d0180f4b7.txt @@ -0,0 +1 @@ +0 0.5 0.5305907172995781 0.7637130801687764 0.8734177215189873 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/8fda7b8f48fda5fc523bf159dc8d45e5_jpg.rf.ce0fc974551f26dbab55d942d647d9cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/8fda7b8f48fda5fc523bf159dc8d45e5_jpg.rf.ce0fc974551f26dbab55d942d647d9cf.txt new file mode 100644 index 0000000..d8a2856 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/8fda7b8f48fda5fc523bf159dc8d45e5_jpg.rf.ce0fc974551f26dbab55d942d647d9cf.txt @@ -0,0 +1 @@ +2 0.49205714285714275 0.5102571428571429 0.7650714285714285 0.9794857142857143 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9063503f1f4b88e176b63f0d0338be8e72e03078_jpg.rf.307dc6e1cac50c807cb0856549598eaf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9063503f1f4b88e176b63f0d0338be8e72e03078_jpg.rf.307dc6e1cac50c807cb0856549598eaf.txt new file mode 100644 index 0000000..ff4b2cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9063503f1f4b88e176b63f0d0338be8e72e03078_jpg.rf.307dc6e1cac50c807cb0856549598eaf.txt @@ -0,0 +1 @@ +5 0.47125 0.32 0.605 0.4166666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/90_jpg.rf.24afa09b7dcab8b089a0d4c908d45e59.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/90_jpg.rf.24afa09b7dcab8b089a0d4c908d45e59.txt new file mode 100644 index 0000000..231ca22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/90_jpg.rf.24afa09b7dcab8b089a0d4c908d45e59.txt @@ -0,0 +1 @@ +7 0.5497512437810945 0.6155378486055777 0.6865671641791045 0.6334661354581673 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/90_jpg.rf.565596fc8479354dc7ed1a1065886117.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/90_jpg.rf.565596fc8479354dc7ed1a1065886117.txt new file mode 100644 index 0000000..6a6d588 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/90_jpg.rf.565596fc8479354dc7ed1a1065886117.txt @@ -0,0 +1 @@ +0 0.5192307692307693 0.4375 0.5897435897435898 0.875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/90a25dc69f42ffdeeaf3900a9d8565250b2932bc_jpg.rf.ae3dff03b4096faac189b25b3a96792a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/90a25dc69f42ffdeeaf3900a9d8565250b2932bc_jpg.rf.ae3dff03b4096faac189b25b3a96792a.txt new file mode 100644 index 0000000..1d9838e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/90a25dc69f42ffdeeaf3900a9d8565250b2932bc_jpg.rf.ae3dff03b4096faac189b25b3a96792a.txt @@ -0,0 +1 @@ +1 0.5654008438818565 0.4268635724331927 0.4240506329113924 0.43741209563994377 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9108fbd65d1008f48edc34966e3ec8fae7a9f2d0_jpg.rf.457cf338a0f861e3c90ac837091aa946.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9108fbd65d1008f48edc34966e3ec8fae7a9f2d0_jpg.rf.457cf338a0f861e3c90ac837091aa946.txt new file mode 100644 index 0000000..42e709b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9108fbd65d1008f48edc34966e3ec8fae7a9f2d0_jpg.rf.457cf338a0f861e3c90ac837091aa946.txt @@ -0,0 +1 @@ +1 0.4767932489451477 0.4430379746835443 0.37763713080168776 0.5710267229254571 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/91_jpg.rf.2d9301c8764121e6ecea5db6f8d30638.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/91_jpg.rf.2d9301c8764121e6ecea5db6f8d30638.txt new file mode 100644 index 0000000..5d5640e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/91_jpg.rf.2d9301c8764121e6ecea5db6f8d30638.txt @@ -0,0 +1,4 @@ +0 0.11782477341389729 0.5986842105263158 0.23564954682779457 0.631578947368421 +0 0.37009063444108764 0.6151315789473685 0.23564954682779457 0.6907894736842105 +0 0.6283987915407855 0.5888157894736842 0.22658610271903323 0.5592105263157895 +0 0.8806646525679759 0.6776315789473685 0.23867069486404835 0.6447368421052632 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/91_jpg.rf.e84d1680b1aa50cd411c5b7f6a88707a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/91_jpg.rf.e84d1680b1aa50cd411c5b7f6a88707a.txt new file mode 100644 index 0000000..ae840cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/91_jpg.rf.e84d1680b1aa50cd411c5b7f6a88707a.txt @@ -0,0 +1 @@ +7 0.2960199004975124 0.7629482071713147 0.5920398009950248 0.46215139442231074 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/927630693bf38d32dec482d947846cc64179de61_jpg.rf.fe3ae6d925a604cc43b688af12f8e053.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/927630693bf38d32dec482d947846cc64179de61_jpg.rf.fe3ae6d925a604cc43b688af12f8e053.txt new file mode 100644 index 0000000..ea8c1f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/927630693bf38d32dec482d947846cc64179de61_jpg.rf.fe3ae6d925a604cc43b688af12f8e053.txt @@ -0,0 +1 @@ +1 0.5348101265822784 0.3762306610407876 0.3691983122362869 0.36146272855133615 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/92854874e957cc6432029d7b14beb8c083fb5543_jpg.rf.dc048f3da3aa3074e9b12ea3383ad3db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/92854874e957cc6432029d7b14beb8c083fb5543_jpg.rf.dc048f3da3aa3074e9b12ea3383ad3db.txt new file mode 100644 index 0000000..1fe6233 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/92854874e957cc6432029d7b14beb8c083fb5543_jpg.rf.dc048f3da3aa3074e9b12ea3383ad3db.txt @@ -0,0 +1 @@ +1 0.619198312236287 0.3456953642384106 0.4978902953586498 0.4596026490066225 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/92_jpg.rf.7e97e551975d9b4d508a4f18d65ab93f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/92_jpg.rf.7e97e551975d9b4d508a4f18d65ab93f.txt new file mode 100644 index 0000000..fa947af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/92_jpg.rf.7e97e551975d9b4d508a4f18d65ab93f.txt @@ -0,0 +1 @@ +0 0.4777777777777778 0.5466666666666666 0.5155555555555555 0.5511111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/92_jpg.rf.a49fb8266de2a32602f5b973aa325517.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/92_jpg.rf.a49fb8266de2a32602f5b973aa325517.txt new file mode 100644 index 0000000..5172835 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/92_jpg.rf.a49fb8266de2a32602f5b973aa325517.txt @@ -0,0 +1 @@ +7 0.4622356495468278 0.6217105263157895 0.2628398791540785 0.6381578947368421 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9331e5d966ae76dab777ce07904583b1c13d0466_jpg.rf.830552986dbc259dcd4383827c8abce1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9331e5d966ae76dab777ce07904583b1c13d0466_jpg.rf.830552986dbc259dcd4383827c8abce1.txt new file mode 100644 index 0000000..24fa453 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9331e5d966ae76dab777ce07904583b1c13d0466_jpg.rf.830552986dbc259dcd4383827c8abce1.txt @@ -0,0 +1 @@ +1 0.5928270042194093 0.46677215189873417 0.7510548523206751 0.7689873417721519 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/93_jpg.rf.970590b78930e05dd558b9b1fd9536a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/93_jpg.rf.970590b78930e05dd558b9b1fd9536a0.txt new file mode 100644 index 0000000..c80a359 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/93_jpg.rf.970590b78930e05dd558b9b1fd9536a0.txt @@ -0,0 +1 @@ +0 0.4822222222222222 0.5 0.76 1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/947848012b862f374509f119d2e45f9898733056_jpg.rf.eedc4f3518e8bd5a2982a4d3264f5353.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/947848012b862f374509f119d2e45f9898733056_jpg.rf.eedc4f3518e8bd5a2982a4d3264f5353.txt new file mode 100644 index 0000000..d098511 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/947848012b862f374509f119d2e45f9898733056_jpg.rf.eedc4f3518e8bd5a2982a4d3264f5353.txt @@ -0,0 +1 @@ +1 0.479957805907173 0.3963337547408344 0.31856540084388185 0.4134007585335019 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/94_jpg.rf.76df26177da7d8f5f44ac11464b6f483.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/94_jpg.rf.76df26177da7d8f5f44ac11464b6f483.txt new file mode 100644 index 0000000..653589a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/94_jpg.rf.76df26177da7d8f5f44ac11464b6f483.txt @@ -0,0 +1 @@ +7 0.4409090909090909 0.5555555555555556 0.7242424242424242 0.8235294117647058 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/94_jpg.rf.7c84b467e86536cf690b355bcca3c61b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/94_jpg.rf.7c84b467e86536cf690b355bcca3c61b.txt new file mode 100644 index 0000000..e87cdf6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/94_jpg.rf.7c84b467e86536cf690b355bcca3c61b.txt @@ -0,0 +1,4 @@ +0 0.24888888888888888 0.35777777777777775 0.49777777777777776 0.26666666666666666 +0 0.7555555555555555 0.36 0.48444444444444446 0.27555555555555555 +0 0.24222222222222223 0.8711111111111111 0.4666666666666667 0.2577777777777778 +0 0.7466666666666667 0.78 0.49777777777777776 0.44 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/94b0338d536d10db62cbca802962f20916a6f141_jpg.rf.4e768b50a1e07ca1ff8091d10d1507d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/94b0338d536d10db62cbca802962f20916a6f141_jpg.rf.4e768b50a1e07ca1ff8091d10d1507d8.txt new file mode 100644 index 0000000..4cafb44 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/94b0338d536d10db62cbca802962f20916a6f141_jpg.rf.4e768b50a1e07ca1ff8091d10d1507d8.txt @@ -0,0 +1 @@ +5 0.5042194092827004 0.21415929203539824 0.3755274261603376 0.336283185840708 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/95055ba78c4232a25918482b264ce366_jpg.rf.52c2abde488108d927c2b8d130bc513a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/95055ba78c4232a25918482b264ce366_jpg.rf.52c2abde488108d927c2b8d130bc513a.txt new file mode 100644 index 0000000..110d6a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/95055ba78c4232a25918482b264ce366_jpg.rf.52c2abde488108d927c2b8d130bc513a.txt @@ -0,0 +1 @@ +7 0.5084428571428571 0.48628571428571427 0.7589142857142858 0.9064571428571429 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/95_jpg.rf.1576cdae46c7c2bc80229730ca43d3cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/95_jpg.rf.1576cdae46c7c2bc80229730ca43d3cd.txt new file mode 100644 index 0000000..483f609 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/95_jpg.rf.1576cdae46c7c2bc80229730ca43d3cd.txt @@ -0,0 +1 @@ +0 0.5334821428571429 0.5044642857142857 0.6428571428571429 0.8169642857142857 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/95_jpg.rf.b6b5f01b54c08fcf0d92a165f3219171.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/95_jpg.rf.b6b5f01b54c08fcf0d92a165f3219171.txt new file mode 100644 index 0000000..97e3f6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/95_jpg.rf.b6b5f01b54c08fcf0d92a165f3219171.txt @@ -0,0 +1 @@ +7 0.5183333333333333 0.6607142857142857 0.65 0.5059523809523809 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/95b3b30443ec86172afb25d63c19ce76180073c2_jpg.rf.eb8189a910811e6a45cf131e6c73e61c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/95b3b30443ec86172afb25d63c19ce76180073c2_jpg.rf.eb8189a910811e6a45cf131e6c73e61c.txt new file mode 100644 index 0000000..20f9aad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/95b3b30443ec86172afb25d63c19ce76180073c2_jpg.rf.eb8189a910811e6a45cf131e6c73e61c.txt @@ -0,0 +1 @@ +3 0.4523809523809524 0.40784982935153585 0.43073593073593075 0.7372013651877133 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/968336f792ec9c0991e1d405807c0ae20b6582bf_jpg.rf.c6662ab75dc4243ec02bb2f08c2e5b27.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/968336f792ec9c0991e1d405807c0ae20b6582bf_jpg.rf.c6662ab75dc4243ec02bb2f08c2e5b27.txt new file mode 100644 index 0000000..e7faa61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/968336f792ec9c0991e1d405807c0ae20b6582bf_jpg.rf.c6662ab75dc4243ec02bb2f08c2e5b27.txt @@ -0,0 +1 @@ +1 0.49683544303797467 0.4759284731774415 0.29957805907172996 0.4924346629986245 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/96_jpg.rf.b1ef5ee77dd2743fbd0eda979db15165.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/96_jpg.rf.b1ef5ee77dd2743fbd0eda979db15165.txt new file mode 100644 index 0000000..7b07866 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/96_jpg.rf.b1ef5ee77dd2743fbd0eda979db15165.txt @@ -0,0 +1 @@ +7 0.5314136125654451 0.6330798479087453 0.3089005235602094 0.17490494296577946 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/96_jpg.rf.f25c7dff6f9e6b9b6ccf682c267fddb1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/96_jpg.rf.f25c7dff6f9e6b9b6ccf682c267fddb1.txt new file mode 100644 index 0000000..06a6761 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/96_jpg.rf.f25c7dff6f9e6b9b6ccf682c267fddb1.txt @@ -0,0 +1 @@ +0 0.5 0.7053571428571429 1 0.5892857142857143 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/977c8319261aa034d736a088c29caf136d7cf2f1_jpg.rf.046c488939061632d3c0fcfcabdb40b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/977c8319261aa034d736a088c29caf136d7cf2f1_jpg.rf.046c488939061632d3c0fcfcabdb40b8.txt new file mode 100644 index 0000000..b33a571 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/977c8319261aa034d736a088c29caf136d7cf2f1_jpg.rf.046c488939061632d3c0fcfcabdb40b8.txt @@ -0,0 +1 @@ +3 0.4947257383966245 0.4293248945147679 0.3438818565400844 0.8122362869198312 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/977d24b314a1e22c9ef51f6b5cc8fb02b0e9a504_jpg.rf.024be8f9432bab1c80356fabbe5e5387.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/977d24b314a1e22c9ef51f6b5cc8fb02b0e9a504_jpg.rf.024be8f9432bab1c80356fabbe5e5387.txt new file mode 100644 index 0000000..6213edf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/977d24b314a1e22c9ef51f6b5cc8fb02b0e9a504_jpg.rf.024be8f9432bab1c80356fabbe5e5387.txt @@ -0,0 +1 @@ +1 0.49261603375527424 0.3859011627906977 0.35443037974683544 0.4578488372093023 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/97_jpg.rf.17a19520d2cb333230329063795e4782.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/97_jpg.rf.17a19520d2cb333230329063795e4782.txt new file mode 100644 index 0000000..fbd3ff6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/97_jpg.rf.17a19520d2cb333230329063795e4782.txt @@ -0,0 +1,2 @@ +7 0.48578199052132703 0.5627615062761506 0.22274881516587677 0.23430962343096234 +3 0.533175355450237 0.7573221757322176 0.21800947867298578 0.3054393305439331 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/97_jpg.rf.f6d4566c3bd8a81121aac38ee431539e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/97_jpg.rf.f6d4566c3bd8a81121aac38ee431539e.txt new file mode 100644 index 0000000..41047a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/97_jpg.rf.f6d4566c3bd8a81121aac38ee431539e.txt @@ -0,0 +1 @@ +0 0.5 0.48841698841698844 1 0.9768339768339769 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/98_jpg.rf.427f7e3dea41e3a3626b4d1807958907.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/98_jpg.rf.427f7e3dea41e3a3626b4d1807958907.txt new file mode 100644 index 0000000..8e46447 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/98_jpg.rf.427f7e3dea41e3a3626b4d1807958907.txt @@ -0,0 +1 @@ +0 0.4086294416243655 0.66796875 0.8071065989847716 0.6640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/98_jpg.rf.e672218f585a886bbf83fb2c6c43035f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/98_jpg.rf.e672218f585a886bbf83fb2c6c43035f.txt new file mode 100644 index 0000000..5b3dfba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/98_jpg.rf.e672218f585a886bbf83fb2c6c43035f.txt @@ -0,0 +1 @@ +7 0.4927536231884058 0.6008230452674898 0.5120772946859904 0.6213991769547325 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/99_jpg.rf.5d2aae8d1ed6a5ccd1978b9e981d0c37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/99_jpg.rf.5d2aae8d1ed6a5ccd1978b9e981d0c37.txt new file mode 100644 index 0000000..2e9007f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/99_jpg.rf.5d2aae8d1ed6a5ccd1978b9e981d0c37.txt @@ -0,0 +1 @@ +0 0.48444444444444446 0.54 0.48 0.64 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/99_jpg.rf.97bc2248aea2d6d59bf29097ea60086e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/99_jpg.rf.97bc2248aea2d6d59bf29097ea60086e.txt new file mode 100644 index 0000000..03c8794 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/99_jpg.rf.97bc2248aea2d6d59bf29097ea60086e.txt @@ -0,0 +1,2 @@ +7 0.5398009950248757 0.6812749003984063 0.527363184079602 0.4701195219123506 +3 0.527363184079602 0.9183266932270916 0.3383084577114428 0.16334661354581673 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/99b1136a8f755e7dc43066de7469e7489e272bdf_jpg.rf.dbea1797b6fe283bcf32be5d99fcbbe8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/99b1136a8f755e7dc43066de7469e7489e272bdf_jpg.rf.dbea1797b6fe283bcf32be5d99fcbbe8.txt new file mode 100644 index 0000000..e63f9dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/99b1136a8f755e7dc43066de7469e7489e272bdf_jpg.rf.dbea1797b6fe283bcf32be5d99fcbbe8.txt @@ -0,0 +1 @@ +5 0.4767932489451477 0.3069620253164557 0.4430379746835443 0.3876582278481013 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9_jpg.rf.7576b1992f859884d2f0878b9ce3cc15.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9_jpg.rf.7576b1992f859884d2f0878b9ce3cc15.txt new file mode 100644 index 0000000..b81dd70 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9_jpg.rf.7576b1992f859884d2f0878b9ce3cc15.txt @@ -0,0 +1,2 @@ +7 0.505464480874317 0.41818181818181815 0.45901639344262296 0.2872727272727273 +3 0.4453551912568306 0.7363636363636363 0.2568306010928962 0.39636363636363636 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9_jpg.rf.a89b50f4a9af6e81b1fb909ccb718996.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9_jpg.rf.a89b50f4a9af6e81b1fb909ccb718996.txt new file mode 100644 index 0000000..a38974f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9_jpg.rf.a89b50f4a9af6e81b1fb909ccb718996.txt @@ -0,0 +1 @@ +0 0.5226130653266332 0.6161417322834646 0.6733668341708543 0.65748031496063 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9a3c5e755f8aabae999f47c631bda8c7cf5d7e07_jpg.rf.b08523cca79e8d10cd6ed0148761e509.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9a3c5e755f8aabae999f47c631bda8c7cf5d7e07_jpg.rf.b08523cca79e8d10cd6ed0148761e509.txt new file mode 100644 index 0000000..f96f492 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9a3c5e755f8aabae999f47c631bda8c7cf5d7e07_jpg.rf.b08523cca79e8d10cd6ed0148761e509.txt @@ -0,0 +1 @@ +5 0.49156118143459915 0.2955298013245033 0.43248945147679324 0.3923841059602649 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9c5458736e808316b9757e84398850d1994db697_jpg.rf.072120b0e45be572a705fd37079ad2a4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9c5458736e808316b9757e84398850d1994db697_jpg.rf.072120b0e45be572a705fd37079ad2a4.txt new file mode 100644 index 0000000..d8e299d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9c5458736e808316b9757e84398850d1994db697_jpg.rf.072120b0e45be572a705fd37079ad2a4.txt @@ -0,0 +1 @@ +4 0.4831223628691983 0.5 0.8333333333333334 1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/9cd3a4c79350968817a6146c5ba6bfec5c780b8a_jpg.rf.f216952e821301637ddd12d65643e834.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/9cd3a4c79350968817a6146c5ba6bfec5c780b8a_jpg.rf.f216952e821301637ddd12d65643e834.txt new file mode 100644 index 0000000..7003e1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/9cd3a4c79350968817a6146c5ba6bfec5c780b8a_jpg.rf.f216952e821301637ddd12d65643e834.txt @@ -0,0 +1 @@ +1 0.479957805907173 0.38095238095238093 0.5590717299578059 0.44761904761904764 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-1-_jpg.rf.da2812901bc6fb7be88321948e01fff4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-1-_jpg.rf.da2812901bc6fb7be88321948e01fff4.txt new file mode 100644 index 0000000..f331a3a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-1-_jpg.rf.da2812901bc6fb7be88321948e01fff4.txt @@ -0,0 +1 @@ +9 0.49375 0.5328125 0.69453125 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-101-_jpg.rf.4bd98c35032468370c61638dfd0e1286.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-101-_jpg.rf.4bd98c35032468370c61638dfd0e1286.txt new file mode 100644 index 0000000..08dae72 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-101-_jpg.rf.4bd98c35032468370c61638dfd0e1286.txt @@ -0,0 +1 @@ +9 0.49296875 0.5015625 0.821875 0.51171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-103-_jpg.rf.d297f37383b6405e70cd94af7198c13e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-103-_jpg.rf.d297f37383b6405e70cd94af7198c13e.txt new file mode 100644 index 0000000..20af99c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-103-_jpg.rf.d297f37383b6405e70cd94af7198c13e.txt @@ -0,0 +1 @@ +9 0.49296875 0.51796875 0.875 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-105-_jpg.rf.d3e8675f3b87b05f5ce297cc55ec2fa2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-105-_jpg.rf.d3e8675f3b87b05f5ce297cc55ec2fa2.txt new file mode 100644 index 0000000..6d63d58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-105-_jpg.rf.d3e8675f3b87b05f5ce297cc55ec2fa2.txt @@ -0,0 +1 @@ +9 0.5 0.68046875 0.72578125 0.34140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-110-_jpg.rf.5b499803bebaef263682f56d0efbcdf7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-110-_jpg.rf.5b499803bebaef263682f56d0efbcdf7.txt new file mode 100644 index 0000000..db4a401 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-110-_jpg.rf.5b499803bebaef263682f56d0efbcdf7.txt @@ -0,0 +1 @@ +9 0.36640625 0.5671875 0.44921875 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-111-_jpg.rf.f3cdc57732a89444f2e5b71341802750.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-111-_jpg.rf.f3cdc57732a89444f2e5b71341802750.txt new file mode 100644 index 0000000..b3ae920 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-111-_jpg.rf.f3cdc57732a89444f2e5b71341802750.txt @@ -0,0 +1 @@ +9 0.515625 0.5265625 0.56484375 0.53359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-112-_jpg.rf.44bbe5f3a632c45a8cf9dcca90882d58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-112-_jpg.rf.44bbe5f3a632c45a8cf9dcca90882d58.txt new file mode 100644 index 0000000..3f57733 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-112-_jpg.rf.44bbe5f3a632c45a8cf9dcca90882d58.txt @@ -0,0 +1 @@ +9 0.49609375 0.49375 0.5796875 0.5796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-113-_jpg.rf.a0426d4cfe81e14bf1e32c512800d533.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-113-_jpg.rf.a0426d4cfe81e14bf1e32c512800d533.txt new file mode 100644 index 0000000..2c6b4a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-113-_jpg.rf.a0426d4cfe81e14bf1e32c512800d533.txt @@ -0,0 +1 @@ +9 0.49140625 0.46875 0.82421875 0.5484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-114-_jpg.rf.c9120f4355cc74bb6a18e9881066ea77.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-114-_jpg.rf.c9120f4355cc74bb6a18e9881066ea77.txt new file mode 100644 index 0000000..20ca22b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-114-_jpg.rf.c9120f4355cc74bb6a18e9881066ea77.txt @@ -0,0 +1 @@ +9 0.7296875 0.4859375 0.4734375 0.5625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-116-_jpg.rf.7f699d75d4f908c6e622e45af97bae8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-116-_jpg.rf.7f699d75d4f908c6e622e45af97bae8b.txt new file mode 100644 index 0000000..4b44fd3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-116-_jpg.rf.7f699d75d4f908c6e622e45af97bae8b.txt @@ -0,0 +1 @@ +9 0.46015625 0.490625 0.7859375 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-12-_jpg.rf.752ae49d9d9431cf6eacec4e8360ada1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-12-_jpg.rf.752ae49d9d9431cf6eacec4e8360ada1.txt new file mode 100644 index 0000000..eae3bc3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-12-_jpg.rf.752ae49d9d9431cf6eacec4e8360ada1.txt @@ -0,0 +1 @@ +9 0.47578125 0.50859375 0.84140625 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-120-_jpg.rf.cd6601beda1530430a44a103112560a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-120-_jpg.rf.cd6601beda1530430a44a103112560a1.txt new file mode 100644 index 0000000..bc32935 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-120-_jpg.rf.cd6601beda1530430a44a103112560a1.txt @@ -0,0 +1 @@ +9 0.2546875 0.259375 0.428125 0.28359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-121-_jpg.rf.fab5a62613f407bede5297136af206b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-121-_jpg.rf.fab5a62613f407bede5297136af206b8.txt new file mode 100644 index 0000000..4c07024 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-121-_jpg.rf.fab5a62613f407bede5297136af206b8.txt @@ -0,0 +1 @@ +9 0.5046875 0.49375 0.77890625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-122-_jpg.rf.c9ce3b4509682f55d27fbebb66cbd573.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-122-_jpg.rf.c9ce3b4509682f55d27fbebb66cbd573.txt new file mode 100644 index 0000000..16980a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-122-_jpg.rf.c9ce3b4509682f55d27fbebb66cbd573.txt @@ -0,0 +1 @@ +9 0.5 0.50234375 0.9953125 0.45703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-123-_jpg.rf.e2eb167044aa882f02cd8d9d51d9357c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-123-_jpg.rf.e2eb167044aa882f02cd8d9d51d9357c.txt new file mode 100644 index 0000000..da8f7bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-123-_jpg.rf.e2eb167044aa882f02cd8d9d51d9357c.txt @@ -0,0 +1 @@ +9 0.5046875 0.4890625 0.9859375 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-124-_jpg.rf.ef5796325d91ef5b2875e8732d4f0c78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-124-_jpg.rf.ef5796325d91ef5b2875e8732d4f0c78.txt new file mode 100644 index 0000000..6b9a0f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-124-_jpg.rf.ef5796325d91ef5b2875e8732d4f0c78.txt @@ -0,0 +1 @@ +9 0.5 0.5046875 0.6296875 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-125-_jpg.rf.34148475e88ead78cb7936060becf363.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-125-_jpg.rf.34148475e88ead78cb7936060becf363.txt new file mode 100644 index 0000000..e92579c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-125-_jpg.rf.34148475e88ead78cb7936060becf363.txt @@ -0,0 +1 @@ +9 0.50234375 0.50625 0.9421875 0.8921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-127-_jpg.rf.2de10bda762f589948ef4a8689e6ffd9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-127-_jpg.rf.2de10bda762f589948ef4a8689e6ffd9.txt new file mode 100644 index 0000000..b9ffed1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-127-_jpg.rf.2de10bda762f589948ef4a8689e6ffd9.txt @@ -0,0 +1 @@ +9 0.509375 0.475 0.8703125 0.7953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-13-_jpg.rf.8d52dc5e733b68670df10fdc5b71b899.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-13-_jpg.rf.8d52dc5e733b68670df10fdc5b71b899.txt new file mode 100644 index 0000000..b96592e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-13-_jpg.rf.8d52dc5e733b68670df10fdc5b71b899.txt @@ -0,0 +1 @@ +9 0.49140625 0.47578125 0.853125 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-130-_jpg.rf.50982d4be44d02287310f120ca465381.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-130-_jpg.rf.50982d4be44d02287310f120ca465381.txt new file mode 100644 index 0000000..660c844 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-130-_jpg.rf.50982d4be44d02287310f120ca465381.txt @@ -0,0 +1 @@ +9 0.4953125 0.49375 0.78828125 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-135-_jpg.rf.00dca1b84650a611599fd755f7553e02.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-135-_jpg.rf.00dca1b84650a611599fd755f7553e02.txt new file mode 100644 index 0000000..5f83423 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-135-_jpg.rf.00dca1b84650a611599fd755f7553e02.txt @@ -0,0 +1 @@ +9 0.56640625 0.709375 0.68515625 0.3796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-140-_jpg.rf.08e54d306ef619254883112bfe09c4f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-140-_jpg.rf.08e54d306ef619254883112bfe09c4f7.txt new file mode 100644 index 0000000..ac5d1cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-140-_jpg.rf.08e54d306ef619254883112bfe09c4f7.txt @@ -0,0 +1 @@ +9 0.5140625 0.53515625 0.7640625 0.9015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-141-_jpg.rf.b9efa94622c0be1f808e72dda05d2fee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-141-_jpg.rf.b9efa94622c0be1f808e72dda05d2fee.txt new file mode 100644 index 0000000..8596478 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-141-_jpg.rf.b9efa94622c0be1f808e72dda05d2fee.txt @@ -0,0 +1 @@ +9 0.5515625 0.46640625 0.65625 0.9328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-144-_jpg.rf.a4e620a048a73571a18af5fdeab18f85.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-144-_jpg.rf.a4e620a048a73571a18af5fdeab18f85.txt new file mode 100644 index 0000000..988925f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-144-_jpg.rf.a4e620a048a73571a18af5fdeab18f85.txt @@ -0,0 +1 @@ +9 0.4953125 0.51953125 0.85078125 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-145-_jpg.rf.4405f6eb67308836aa3ee2828626d093.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-145-_jpg.rf.4405f6eb67308836aa3ee2828626d093.txt new file mode 100644 index 0000000..9f197f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-145-_jpg.rf.4405f6eb67308836aa3ee2828626d093.txt @@ -0,0 +1 @@ +9 0.4984375 0.49375 0.76171875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-146-_jpg.rf.32098c0e6119d50a6e91b8cccb948cd0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-146-_jpg.rf.32098c0e6119d50a6e91b8cccb948cd0.txt new file mode 100644 index 0000000..3593dfd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-146-_jpg.rf.32098c0e6119d50a6e91b8cccb948cd0.txt @@ -0,0 +1 @@ +9 0.49375 0.49609375 0.88203125 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-147-_jpg.rf.b97454f4b353a49c8cf3785ac83675e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-147-_jpg.rf.b97454f4b353a49c8cf3785ac83675e7.txt new file mode 100644 index 0000000..dd71895 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-147-_jpg.rf.b97454f4b353a49c8cf3785ac83675e7.txt @@ -0,0 +1 @@ +9 0.50703125 0.478125 0.8609375 0.6734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-149-_jpg.rf.5692064220bc6115e060577d0a5e5b1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-149-_jpg.rf.5692064220bc6115e060577d0a5e5b1f.txt new file mode 100644 index 0000000..565a6b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-149-_jpg.rf.5692064220bc6115e060577d0a5e5b1f.txt @@ -0,0 +1 @@ +9 0.5 0.4953125 0.865625 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-15-_jpg.rf.1ebe9afaf797b443ca757d2cf1f58be8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-15-_jpg.rf.1ebe9afaf797b443ca757d2cf1f58be8.txt new file mode 100644 index 0000000..4fa04c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-15-_jpg.rf.1ebe9afaf797b443ca757d2cf1f58be8.txt @@ -0,0 +1 @@ +9 0.4984375 0.4734375 0.93515625 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-150-_jpg.rf.9ece0e40898556b5b4a2d68f72823b53.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-150-_jpg.rf.9ece0e40898556b5b4a2d68f72823b53.txt new file mode 100644 index 0000000..5fd3d7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-150-_jpg.rf.9ece0e40898556b5b4a2d68f72823b53.txt @@ -0,0 +1 @@ +9 0.50859375 0.4625 0.93984375 0.81015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-151-_jpg.rf.f8964a216c9c8e07da9e210085b0fc7e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-151-_jpg.rf.f8964a216c9c8e07da9e210085b0fc7e.txt new file mode 100644 index 0000000..e467ab6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-151-_jpg.rf.f8964a216c9c8e07da9e210085b0fc7e.txt @@ -0,0 +1 @@ +9 0.5 0.5 0.85546875 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-152-_jpg.rf.ab9bcfcfa031d8363b3ca1d9c67af975.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-152-_jpg.rf.ab9bcfcfa031d8363b3ca1d9c67af975.txt new file mode 100644 index 0000000..97e5582 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-152-_jpg.rf.ab9bcfcfa031d8363b3ca1d9c67af975.txt @@ -0,0 +1 @@ +9 0.27890625 0.49375 0.47109375 0.665625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-154-_jpg.rf.8c7050926277a886e79ee476d0318e6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-154-_jpg.rf.8c7050926277a886e79ee476d0318e6c.txt new file mode 100644 index 0000000..416f5e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-154-_jpg.rf.8c7050926277a886e79ee476d0318e6c.txt @@ -0,0 +1 @@ +9 0.47265625 0.49609375 0.7859375 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-155-_jpg.rf.e31ffcbddc254142f536b97ccd42d71a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-155-_jpg.rf.e31ffcbddc254142f536b97ccd42d71a.txt new file mode 100644 index 0000000..7c3d513 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-155-_jpg.rf.e31ffcbddc254142f536b97ccd42d71a.txt @@ -0,0 +1 @@ +9 0.53515625 0.4796875 0.51171875 0.5453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-157-_jpg.rf.d5e05d1670c26e99309e00e80b94f0cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-157-_jpg.rf.d5e05d1670c26e99309e00e80b94f0cf.txt new file mode 100644 index 0000000..869536a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-157-_jpg.rf.d5e05d1670c26e99309e00e80b94f0cf.txt @@ -0,0 +1 @@ +9 0.2546875 0.23828125 0.40859375 0.33203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-158-_jpg.rf.5d372546f241884da03ac9b92500d8b9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-158-_jpg.rf.5d372546f241884da03ac9b92500d8b9.txt new file mode 100644 index 0000000..9de91a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-158-_jpg.rf.5d372546f241884da03ac9b92500d8b9.txt @@ -0,0 +1 @@ +9 0.49296875 0.43046875 0.4234375 0.3796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-159-_jpg.rf.afa43ce60f8ee613eaa43ba67e8ae953.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-159-_jpg.rf.afa43ce60f8ee613eaa43ba67e8ae953.txt new file mode 100644 index 0000000..5716b53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-159-_jpg.rf.afa43ce60f8ee613eaa43ba67e8ae953.txt @@ -0,0 +1 @@ +9 0.46640625 0.48671875 0.78828125 0.771875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-16-_jpg.rf.11f8305f8641565095aad2895c57b77d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-16-_jpg.rf.11f8305f8641565095aad2895c57b77d.txt new file mode 100644 index 0000000..588f0ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-16-_jpg.rf.11f8305f8641565095aad2895c57b77d.txt @@ -0,0 +1 @@ +9 0.4984375 0.4890625 0.90625 0.37265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-160-_jpg.rf.0d47f54a68a51e867e90ca1725b380f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-160-_jpg.rf.0d47f54a68a51e867e90ca1725b380f1.txt new file mode 100644 index 0000000..5d0b5c8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-160-_jpg.rf.0d47f54a68a51e867e90ca1725b380f1.txt @@ -0,0 +1 @@ +9 0.51171875 0.50703125 0.803125 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-163-_jpg.rf.71f13cf15eba36b04f0fd06085998de6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-163-_jpg.rf.71f13cf15eba36b04f0fd06085998de6.txt new file mode 100644 index 0000000..f2728a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-163-_jpg.rf.71f13cf15eba36b04f0fd06085998de6.txt @@ -0,0 +1 @@ +9 0.5015625 0.49296875 0.80546875 0.53828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-164-_jpg.rf.47775fbe4dd7f97d57d5cb37bf0f5027.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-164-_jpg.rf.47775fbe4dd7f97d57d5cb37bf0f5027.txt new file mode 100644 index 0000000..6f07769 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-164-_jpg.rf.47775fbe4dd7f97d57d5cb37bf0f5027.txt @@ -0,0 +1 @@ +9 0.49375 0.50859375 0.8921875 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-168-_jpg.rf.d28df36ef958505b888a717752425ee3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-168-_jpg.rf.d28df36ef958505b888a717752425ee3.txt new file mode 100644 index 0000000..0455f11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-168-_jpg.rf.d28df36ef958505b888a717752425ee3.txt @@ -0,0 +1 @@ +9 0.49296875 0.49296875 0.89453125 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-17-_jpg.rf.db9381b7eded3adf5cedd8c00012b298.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-17-_jpg.rf.db9381b7eded3adf5cedd8c00012b298.txt new file mode 100644 index 0000000..4d89825 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-17-_jpg.rf.db9381b7eded3adf5cedd8c00012b298.txt @@ -0,0 +1 @@ +9 0.5015625 0.4890625 0.9203125 0.37265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-172-_jpg.rf.0ae95e09022540e847118fb56752842b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-172-_jpg.rf.0ae95e09022540e847118fb56752842b.txt new file mode 100644 index 0000000..e7bf900 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-172-_jpg.rf.0ae95e09022540e847118fb56752842b.txt @@ -0,0 +1 @@ +9 0.4984375 0.48203125 0.7765625 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-175-_jpg.rf.e1e95af3f25943bfcc1d66ad4526eca2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-175-_jpg.rf.e1e95af3f25943bfcc1d66ad4526eca2.txt new file mode 100644 index 0000000..589aa87 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-175-_jpg.rf.e1e95af3f25943bfcc1d66ad4526eca2.txt @@ -0,0 +1 @@ +9 0.51328125 0.5 0.9203125 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-176-_jpg.rf.d440772841ebf772d49996ba80ba97f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-176-_jpg.rf.d440772841ebf772d49996ba80ba97f6.txt new file mode 100644 index 0000000..cb19406 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-176-_jpg.rf.d440772841ebf772d49996ba80ba97f6.txt @@ -0,0 +1 @@ +9 0.19609375 0.5890625 0.353125 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-177-_jpg.rf.7087cbc5442e78838f9197d1e65d2078.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-177-_jpg.rf.7087cbc5442e78838f9197d1e65d2078.txt new file mode 100644 index 0000000..325ae98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-177-_jpg.rf.7087cbc5442e78838f9197d1e65d2078.txt @@ -0,0 +1 @@ +9 0.5484375 0.484375 0.85546875 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-181-_jpg.rf.c1557c1292af5b6450a3ec3181d18cfb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-181-_jpg.rf.c1557c1292af5b6450a3ec3181d18cfb.txt new file mode 100644 index 0000000..4325d14 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-181-_jpg.rf.c1557c1292af5b6450a3ec3181d18cfb.txt @@ -0,0 +1 @@ +9 0.47578125 0.50703125 0.78828125 0.6109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-185-_jpg.rf.09e4dbfaa7f103536f55a0dbd7f706d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-185-_jpg.rf.09e4dbfaa7f103536f55a0dbd7f706d3.txt new file mode 100644 index 0000000..1809427 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-185-_jpg.rf.09e4dbfaa7f103536f55a0dbd7f706d3.txt @@ -0,0 +1 @@ +9 0.5046875 0.50625 0.77890625 0.62734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-187-_jpg.rf.d41a8452418b4f95ab620230d36fe123.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-187-_jpg.rf.d41a8452418b4f95ab620230d36fe123.txt new file mode 100644 index 0000000..576297a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-187-_jpg.rf.d41a8452418b4f95ab620230d36fe123.txt @@ -0,0 +1 @@ +9 0.50703125 0.53359375 0.8796875 0.78359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-188-_jpg.rf.a149b141a46d9a105e1a17ddf49cab92.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-188-_jpg.rf.a149b141a46d9a105e1a17ddf49cab92.txt new file mode 100644 index 0000000..5e2cc2e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-188-_jpg.rf.a149b141a46d9a105e1a17ddf49cab92.txt @@ -0,0 +1 @@ +9 0.50703125 0.49296875 0.78359375 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-189-_jpg.rf.853fd27066fbeade67d7475be8593d94.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-189-_jpg.rf.853fd27066fbeade67d7475be8593d94.txt new file mode 100644 index 0000000..29dcf36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-189-_jpg.rf.853fd27066fbeade67d7475be8593d94.txt @@ -0,0 +1 @@ +9 0.49296875 0.48046875 0.90390625 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-191-_jpg.rf.a861519b598e4ca6d717b29e4d255bd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-191-_jpg.rf.a861519b598e4ca6d717b29e4d255bd3.txt new file mode 100644 index 0000000..af2b915 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-191-_jpg.rf.a861519b598e4ca6d717b29e4d255bd3.txt @@ -0,0 +1 @@ +9 0.47109375 0.5421875 0.89453125 0.5984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-193-_jpg.rf.ba3c09e7720e1ad1db6a20268d4f31d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-193-_jpg.rf.ba3c09e7720e1ad1db6a20268d4f31d7.txt new file mode 100644 index 0000000..7409b69 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-193-_jpg.rf.ba3c09e7720e1ad1db6a20268d4f31d7.txt @@ -0,0 +1 @@ +9 0.5015625 0.50859375 0.94453125 0.665625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-197-_jpg.rf.9c3af1fd25295462fdfc80e5d4ec3e98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-197-_jpg.rf.9c3af1fd25295462fdfc80e5d4ec3e98.txt new file mode 100644 index 0000000..f424b7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-197-_jpg.rf.9c3af1fd25295462fdfc80e5d4ec3e98.txt @@ -0,0 +1 @@ +9 0.47265625 0.5203125 0.90625 0.9203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-198-_jpg.rf.30438ac2b4dcd0a40eb2c7f9423cfbe4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-198-_jpg.rf.30438ac2b4dcd0a40eb2c7f9423cfbe4.txt new file mode 100644 index 0000000..dc21c8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-198-_jpg.rf.30438ac2b4dcd0a40eb2c7f9423cfbe4.txt @@ -0,0 +1 @@ +9 0.48671875 0.51796875 0.94453125 0.92578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-2-_jpg.rf.93db0b924d1da4c49e2b1993954ad1e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-2-_jpg.rf.93db0b924d1da4c49e2b1993954ad1e2.txt new file mode 100644 index 0000000..35e2928 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-2-_jpg.rf.93db0b924d1da4c49e2b1993954ad1e2.txt @@ -0,0 +1 @@ +9 0.5203125 0.3890625 0.7953125 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-20-_jpg.rf.b04fa23605c3bbd0d45ab2be919340b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-20-_jpg.rf.b04fa23605c3bbd0d45ab2be919340b1.txt new file mode 100644 index 0000000..bed8b03 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-20-_jpg.rf.b04fa23605c3bbd0d45ab2be919340b1.txt @@ -0,0 +1 @@ +9 0.4859375 0.49765625 0.7453125 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-201-_jpg.rf.0e4285a26c657144063746273a36795b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-201-_jpg.rf.0e4285a26c657144063746273a36795b.txt new file mode 100644 index 0000000..3c66ddf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-201-_jpg.rf.0e4285a26c657144063746273a36795b.txt @@ -0,0 +1 @@ +9 0.4890625 0.53125 0.5359375 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-204-_jpg.rf.6fdac4e041c1bb61b1100859e308d74e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-204-_jpg.rf.6fdac4e041c1bb61b1100859e308d74e.txt new file mode 100644 index 0000000..10fcb37 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-204-_jpg.rf.6fdac4e041c1bb61b1100859e308d74e.txt @@ -0,0 +1 @@ +9 0.5 0.50234375 0.875 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-205-_jpg.rf.f90bc92168f1d4906338ec1513060599.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-205-_jpg.rf.f90bc92168f1d4906338ec1513060599.txt new file mode 100644 index 0000000..221d32e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-205-_jpg.rf.f90bc92168f1d4906338ec1513060599.txt @@ -0,0 +1 @@ +9 0.3375 0.3296875 0.6515625 0.40859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-206-_jpg.rf.f1310224189e1413643a2dbc34895e8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-206-_jpg.rf.f1310224189e1413643a2dbc34895e8f.txt new file mode 100644 index 0000000..84e26ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-206-_jpg.rf.f1310224189e1413643a2dbc34895e8f.txt @@ -0,0 +1 @@ +9 0.5 0.509375 0.90390625 0.85546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-209-_jpg.rf.42cc83b1f69363afb2f7a3a2f1384aa1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-209-_jpg.rf.42cc83b1f69363afb2f7a3a2f1384aa1.txt new file mode 100644 index 0000000..c446c16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-209-_jpg.rf.42cc83b1f69363afb2f7a3a2f1384aa1.txt @@ -0,0 +1 @@ +9 0.49765625 0.47578125 0.78359375 0.91796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-210-_jpg.rf.89a7308383bf726f7d81e1c69758ec1e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-210-_jpg.rf.89a7308383bf726f7d81e1c69758ec1e.txt new file mode 100644 index 0000000..29c6f16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-210-_jpg.rf.89a7308383bf726f7d81e1c69758ec1e.txt @@ -0,0 +1 @@ +9 0.49609375 0.521875 0.8921875 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-211-_jpg.rf.884c23c1f745f14c8d19e6d49a8b3cc4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-211-_jpg.rf.884c23c1f745f14c8d19e6d49a8b3cc4.txt new file mode 100644 index 0000000..1a0bb39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-211-_jpg.rf.884c23c1f745f14c8d19e6d49a8b3cc4.txt @@ -0,0 +1 @@ +9 0.4953125 0.50859375 0.615625 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-212-_jpg.rf.8ba1baec2c8df1e3e420c12d61e16000.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-212-_jpg.rf.8ba1baec2c8df1e3e420c12d61e16000.txt new file mode 100644 index 0000000..c796cbd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-212-_jpg.rf.8ba1baec2c8df1e3e420c12d61e16000.txt @@ -0,0 +1 @@ +9 0.5109375 0.4953125 0.8390625 0.759375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-218-_jpg.rf.dde9d7e3e5e6fd0c056462791ed67c73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-218-_jpg.rf.dde9d7e3e5e6fd0c056462791ed67c73.txt new file mode 100644 index 0000000..7b2d918 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-218-_jpg.rf.dde9d7e3e5e6fd0c056462791ed67c73.txt @@ -0,0 +1 @@ +9 0.49140625 0.48828125 0.771875 0.6734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-219-_jpg.rf.aff11da37163802c6efb3929ce9860bf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-219-_jpg.rf.aff11da37163802c6efb3929ce9860bf.txt new file mode 100644 index 0000000..e5de461 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-219-_jpg.rf.aff11da37163802c6efb3929ce9860bf.txt @@ -0,0 +1 @@ +9 0.49765625 0.4796875 0.97578125 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-22-_jpg.rf.c901ee17c62a920ab85afcc22d3e09de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-22-_jpg.rf.c901ee17c62a920ab85afcc22d3e09de.txt new file mode 100644 index 0000000..0140841 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-22-_jpg.rf.c901ee17c62a920ab85afcc22d3e09de.txt @@ -0,0 +1 @@ +9 0.49609375 0.4515625 0.9203125 0.53828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-220-_jpg.rf.2da7d7c16b06c57668db499dc637b768.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-220-_jpg.rf.2da7d7c16b06c57668db499dc637b768.txt new file mode 100644 index 0000000..db392b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-220-_jpg.rf.2da7d7c16b06c57668db499dc637b768.txt @@ -0,0 +1 @@ +9 0.459375 0.48828125 0.6734375 0.8125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-221-_jpg.rf.c7ec4aa5356df69e5ff01198899cf0c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-221-_jpg.rf.c7ec4aa5356df69e5ff01198899cf0c5.txt new file mode 100644 index 0000000..15e06bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-221-_jpg.rf.c7ec4aa5356df69e5ff01198899cf0c5.txt @@ -0,0 +1 @@ +9 0.525 0.5515625 0.7859375 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-223-_jpg.rf.e285e6fffde179cbdd99dd4d8ed73d39.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-223-_jpg.rf.e285e6fffde179cbdd99dd4d8ed73d39.txt new file mode 100644 index 0000000..85f70c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-223-_jpg.rf.e285e6fffde179cbdd99dd4d8ed73d39.txt @@ -0,0 +1 @@ +9 0.5015625 0.4984375 0.8390625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-224-_jpg.rf.a021f6d60ef1c8c37badd63d001d442f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-224-_jpg.rf.a021f6d60ef1c8c37badd63d001d442f.txt new file mode 100644 index 0000000..7862cc9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-224-_jpg.rf.a021f6d60ef1c8c37badd63d001d442f.txt @@ -0,0 +1 @@ +9 0.50625 0.4953125 0.43984375 0.303125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-227-_jpg.rf.4638023fb86af80fa12250dfdec98198.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-227-_jpg.rf.4638023fb86af80fa12250dfdec98198.txt new file mode 100644 index 0000000..b2ce77c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-227-_jpg.rf.4638023fb86af80fa12250dfdec98198.txt @@ -0,0 +1 @@ +9 0.49765625 0.48828125 0.365625 0.6203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-228-_jpg.rf.150f975968af79ba5ba38efc4d1b984c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-228-_jpg.rf.150f975968af79ba5ba38efc4d1b984c.txt new file mode 100644 index 0000000..f6a53c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-228-_jpg.rf.150f975968af79ba5ba38efc4d1b984c.txt @@ -0,0 +1 @@ +9 0.50234375 0.46484375 0.52890625 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-229-_jpg.rf.743ed0b811a175926b2887e5b348dfed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-229-_jpg.rf.743ed0b811a175926b2887e5b348dfed.txt new file mode 100644 index 0000000..b0f615a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-229-_jpg.rf.743ed0b811a175926b2887e5b348dfed.txt @@ -0,0 +1 @@ +9 0.4828125 0.5015625 0.8609375 0.84375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-230-_jpg.rf.f44ec1dc14d6271cba4a9b831f877b6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-230-_jpg.rf.f44ec1dc14d6271cba4a9b831f877b6e.txt new file mode 100644 index 0000000..5314e4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-230-_jpg.rf.f44ec1dc14d6271cba4a9b831f877b6e.txt @@ -0,0 +1 @@ +9 0.49609375 0.4953125 0.896875 0.7640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-232-_jpg.rf.9fd246903e1c8daf25cb0f47b4abc103.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-232-_jpg.rf.9fd246903e1c8daf25cb0f47b4abc103.txt new file mode 100644 index 0000000..1800b9e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-232-_jpg.rf.9fd246903e1c8daf25cb0f47b4abc103.txt @@ -0,0 +1 @@ +9 0.5 0.396875 0.71171875 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-234-_jpg.rf.771f64266225c468d3fb06ef05549593.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-234-_jpg.rf.771f64266225c468d3fb06ef05549593.txt new file mode 100644 index 0000000..e850acb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-234-_jpg.rf.771f64266225c468d3fb06ef05549593.txt @@ -0,0 +1 @@ +9 0.48671875 0.4953125 0.74296875 0.52890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-237-_jpg.rf.ed3edcf0abd2e83957a9a0bd7f1796a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-237-_jpg.rf.ed3edcf0abd2e83957a9a0bd7f1796a5.txt new file mode 100644 index 0000000..aa9d59e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-237-_jpg.rf.ed3edcf0abd2e83957a9a0bd7f1796a5.txt @@ -0,0 +1 @@ +9 0.490625 0.49140625 0.71640625 0.4828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-238-_jpg.rf.fdf9333bac78db4f37b16138d1696707.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-238-_jpg.rf.fdf9333bac78db4f37b16138d1696707.txt new file mode 100644 index 0000000..632f05d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-238-_jpg.rf.fdf9333bac78db4f37b16138d1696707.txt @@ -0,0 +1 @@ +9 0.459375 0.53515625 0.75 0.540625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-245-_jpg.rf.005c72b224cb6a45203701046dccdf67.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-245-_jpg.rf.005c72b224cb6a45203701046dccdf67.txt new file mode 100644 index 0000000..c1aea0b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-245-_jpg.rf.005c72b224cb6a45203701046dccdf67.txt @@ -0,0 +1 @@ +9 0.49375 0.50625 0.790625 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-246-_jpg.rf.13817bc8d38d0f6d3fdd811d719b317b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-246-_jpg.rf.13817bc8d38d0f6d3fdd811d719b317b.txt new file mode 100644 index 0000000..9e98c04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-246-_jpg.rf.13817bc8d38d0f6d3fdd811d719b317b.txt @@ -0,0 +1 @@ +9 0.50703125 0.5171875 0.78828125 0.72109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-248-_jpg.rf.49e4db0df4c3ff5e3a5777759c4d3fd1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-248-_jpg.rf.49e4db0df4c3ff5e3a5777759c4d3fd1.txt new file mode 100644 index 0000000..a7405ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-248-_jpg.rf.49e4db0df4c3ff5e3a5777759c4d3fd1.txt @@ -0,0 +1 @@ +9 0.490625 0.49609375 0.90859375 0.65625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-249-_jpg.rf.94418ab67c0925741bbb37befd48f7f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-249-_jpg.rf.94418ab67c0925741bbb37befd48f7f2.txt new file mode 100644 index 0000000..7582f83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-249-_jpg.rf.94418ab67c0925741bbb37befd48f7f2.txt @@ -0,0 +1 @@ +9 0.5296875 0.49296875 0.80078125 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-251-_jpg.rf.7b43f79e05a4a3cb2cd33004a10a5ee4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-251-_jpg.rf.7b43f79e05a4a3cb2cd33004a10a5ee4.txt new file mode 100644 index 0000000..f7b3881 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-251-_jpg.rf.7b43f79e05a4a3cb2cd33004a10a5ee4.txt @@ -0,0 +1 @@ +9 0.49609375 0.4859375 0.790625 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-252-_jpg.rf.720aefa9a0636fe1822b565b6902bcfb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-252-_jpg.rf.720aefa9a0636fe1822b565b6902bcfb.txt new file mode 100644 index 0000000..de687b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-252-_jpg.rf.720aefa9a0636fe1822b565b6902bcfb.txt @@ -0,0 +1 @@ +9 0.3125 0.321875 0.625 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-255-_jpg.rf.d81af5ef3e059704b696520ba6cec020.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-255-_jpg.rf.d81af5ef3e059704b696520ba6cec020.txt new file mode 100644 index 0000000..daa320e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-255-_jpg.rf.d81af5ef3e059704b696520ba6cec020.txt @@ -0,0 +1 @@ +9 0.4796875 0.5265625 0.81484375 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-257-_jpg.rf.e0cf43246303df91bf82ce5fe2df215a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-257-_jpg.rf.e0cf43246303df91bf82ce5fe2df215a.txt new file mode 100644 index 0000000..e9fd01d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-257-_jpg.rf.e0cf43246303df91bf82ce5fe2df215a.txt @@ -0,0 +1 @@ +9 0.47578125 0.50703125 0.71171875 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-258-_jpg.rf.08868648c777d525123437c3114ca84f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-258-_jpg.rf.08868648c777d525123437c3114ca84f.txt new file mode 100644 index 0000000..7fe95c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-258-_jpg.rf.08868648c777d525123437c3114ca84f.txt @@ -0,0 +1 @@ +9 0.484375 0.48828125 0.62734375 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-260-_jpg.rf.0d58433352ea99a9915ab4833022b333.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-260-_jpg.rf.0d58433352ea99a9915ab4833022b333.txt new file mode 100644 index 0000000..6bd4cbb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-260-_jpg.rf.0d58433352ea99a9915ab4833022b333.txt @@ -0,0 +1 @@ +9 0.48671875 0.49375 0.34375 0.5453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-261-_jpg.rf.0b1d3d03a1f21f8af0ba6b56ba638ace.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-261-_jpg.rf.0b1d3d03a1f21f8af0ba6b56ba638ace.txt new file mode 100644 index 0000000..d98e656 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-261-_jpg.rf.0b1d3d03a1f21f8af0ba6b56ba638ace.txt @@ -0,0 +1 @@ +9 0.49765625 0.5 0.89453125 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-263-_jpg.rf.5b7032a07548767acf03ee07a113bc0c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-263-_jpg.rf.5b7032a07548767acf03ee07a113bc0c.txt new file mode 100644 index 0000000..88a2556 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-263-_jpg.rf.5b7032a07548767acf03ee07a113bc0c.txt @@ -0,0 +1 @@ +9 0.49609375 0.5 0.7859375 0.66328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-265-_jpg.rf.cc689bab6484bdc8d432e78ba761d694.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-265-_jpg.rf.cc689bab6484bdc8d432e78ba761d694.txt new file mode 100644 index 0000000..5331228 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-265-_jpg.rf.cc689bab6484bdc8d432e78ba761d694.txt @@ -0,0 +1 @@ +9 0.5 0.5140625 0.97109375 0.7640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-273-_jpg.rf.bbbfe4644455b155b6e47f3a9bd4cf61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-273-_jpg.rf.bbbfe4644455b155b6e47f3a9bd4cf61.txt new file mode 100644 index 0000000..be93d97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-273-_jpg.rf.bbbfe4644455b155b6e47f3a9bd4cf61.txt @@ -0,0 +1 @@ +9 0.28515625 0.76953125 0.49765625 0.40390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-275-_jpg.rf.4e952d7f910731c8a7083ed8402fd323.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-275-_jpg.rf.4e952d7f910731c8a7083ed8402fd323.txt new file mode 100644 index 0000000..efc6378 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-275-_jpg.rf.4e952d7f910731c8a7083ed8402fd323.txt @@ -0,0 +1 @@ +9 0.4953125 0.4859375 0.85078125 0.7453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-276-_jpg.rf.51b39c2270813caff92627779c52dc63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-276-_jpg.rf.51b39c2270813caff92627779c52dc63.txt new file mode 100644 index 0000000..0b73ae5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-276-_jpg.rf.51b39c2270813caff92627779c52dc63.txt @@ -0,0 +1 @@ +9 0.5203125 0.5046875 0.81484375 0.77890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-277-_jpg.rf.3ba5e485d407a4e4167a78e892c870cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-277-_jpg.rf.3ba5e485d407a4e4167a78e892c870cc.txt new file mode 100644 index 0000000..d8cc74d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-277-_jpg.rf.3ba5e485d407a4e4167a78e892c870cc.txt @@ -0,0 +1 @@ +9 0.4953125 0.5015625 0.85078125 0.80546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-278-_jpg.rf.64b6879e03b0b0131b7fe355a462639f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-278-_jpg.rf.64b6879e03b0b0131b7fe355a462639f.txt new file mode 100644 index 0000000..1290ed4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-278-_jpg.rf.64b6879e03b0b0131b7fe355a462639f.txt @@ -0,0 +1,4 @@ +9 0.26171875 0.725 0.45703125 0.4015625 +9 0.25625 0.28984375 0.459375 0.396875 +9 0.74296875 0.28515625 0.46640625 0.40625 +9 0.740625 0.72578125 0.46171875 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-279-_jpg.rf.a63c8cfd4a384d605ee6f3e99d884e3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-279-_jpg.rf.a63c8cfd4a384d605ee6f3e99d884e3d.txt new file mode 100644 index 0000000..8130a7e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-279-_jpg.rf.a63c8cfd4a384d605ee6f3e99d884e3d.txt @@ -0,0 +1 @@ +9 0.48828125 0.5609375 0.8703125 0.584375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-28-_jpg.rf.51a7b09d3c76a682aabce514dacec63f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-28-_jpg.rf.51a7b09d3c76a682aabce514dacec63f.txt new file mode 100644 index 0000000..aacde6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-28-_jpg.rf.51a7b09d3c76a682aabce514dacec63f.txt @@ -0,0 +1 @@ +9 0.50703125 0.475 0.85546875 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-280-_jpg.rf.f7c9fb7051df0839f424f61bc974a8e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-280-_jpg.rf.f7c9fb7051df0839f424f61bc974a8e8.txt new file mode 100644 index 0000000..ca0b060 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-280-_jpg.rf.f7c9fb7051df0839f424f61bc974a8e8.txt @@ -0,0 +1 @@ +9 0.50859375 0.4703125 0.978125 0.93984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-281-_jpg.rf.c5d32c013a3fc847ae99a18804eeddbf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-281-_jpg.rf.c5d32c013a3fc847ae99a18804eeddbf.txt new file mode 100644 index 0000000..9ac46ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-281-_jpg.rf.c5d32c013a3fc847ae99a18804eeddbf.txt @@ -0,0 +1 @@ +9 0.49375 0.5265625 0.8921875 0.6734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-282-_jpg.rf.64344b5b41029b710a1575b96cd3281f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-282-_jpg.rf.64344b5b41029b710a1575b96cd3281f.txt new file mode 100644 index 0000000..3cfafb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-282-_jpg.rf.64344b5b41029b710a1575b96cd3281f.txt @@ -0,0 +1 @@ +9 0.5015625 0.44609375 0.9734375 0.5359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-285-_jpg.rf.39f3e8ba0176fd28d5edfaad66a0f0cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-285-_jpg.rf.39f3e8ba0176fd28d5edfaad66a0f0cb.txt new file mode 100644 index 0000000..55fec24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-285-_jpg.rf.39f3e8ba0176fd28d5edfaad66a0f0cb.txt @@ -0,0 +1 @@ +9 0.48046875 0.46171875 0.928125 0.875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-286-_jpg.rf.f205e3fbd76050597db635bce3b78b05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-286-_jpg.rf.f205e3fbd76050597db635bce3b78b05.txt new file mode 100644 index 0000000..8c6eb6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-286-_jpg.rf.f205e3fbd76050597db635bce3b78b05.txt @@ -0,0 +1 @@ +9 0.48046875 0.5203125 0.5 0.5359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-287-_jpg.rf.6c2bc431851eaa4a5581acc3fb5c6b12.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-287-_jpg.rf.6c2bc431851eaa4a5581acc3fb5c6b12.txt new file mode 100644 index 0000000..f7953b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-287-_jpg.rf.6c2bc431851eaa4a5581acc3fb5c6b12.txt @@ -0,0 +1 @@ +9 0.4734375 0.5203125 0.7359375 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-289-_jpg.rf.fa6cd25b7ef4109117c82df4a4b656de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-289-_jpg.rf.fa6cd25b7ef4109117c82df4a4b656de.txt new file mode 100644 index 0000000..23f4a94 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-289-_jpg.rf.fa6cd25b7ef4109117c82df4a4b656de.txt @@ -0,0 +1 @@ +9 0.49375 0.51171875 0.665625 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-291-_jpg.rf.800acc279b5beafb5d3df3242b9df4f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-291-_jpg.rf.800acc279b5beafb5d3df3242b9df4f0.txt new file mode 100644 index 0000000..9474138 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-291-_jpg.rf.800acc279b5beafb5d3df3242b9df4f0.txt @@ -0,0 +1 @@ +9 0.49296875 0.44609375 0.75 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-294-_jpg.rf.cb492fe4539e02c855a6c1bea87e54b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-294-_jpg.rf.cb492fe4539e02c855a6c1bea87e54b2.txt new file mode 100644 index 0000000..d7c7101 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-294-_jpg.rf.cb492fe4539e02c855a6c1bea87e54b2.txt @@ -0,0 +1 @@ +9 0.4953125 0.4984375 0.77421875 0.62734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-295-_jpg.rf.2ed2787ddc6d5a63b79ded34c4eed8d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-295-_jpg.rf.2ed2787ddc6d5a63b79ded34c4eed8d2.txt new file mode 100644 index 0000000..8178662 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-295-_jpg.rf.2ed2787ddc6d5a63b79ded34c4eed8d2.txt @@ -0,0 +1 @@ +9 0.4953125 0.5015625 0.759375 0.61328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-298-_jpg.rf.ccc36350a31078eea2ec9d947544ca85.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-298-_jpg.rf.ccc36350a31078eea2ec9d947544ca85.txt new file mode 100644 index 0000000..2e0a57b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-298-_jpg.rf.ccc36350a31078eea2ec9d947544ca85.txt @@ -0,0 +1 @@ +9 0.51953125 0.4828125 0.6296875 0.5765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-299-_jpg.rf.fc08b248500e119e796b63d503e64a28.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-299-_jpg.rf.fc08b248500e119e796b63d503e64a28.txt new file mode 100644 index 0000000..27b239d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-299-_jpg.rf.fc08b248500e119e796b63d503e64a28.txt @@ -0,0 +1 @@ +9 0.51328125 0.47578125 0.74765625 0.740625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-302-_jpg.rf.41e657eb6b5c84033a33ff4fac060d1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-302-_jpg.rf.41e657eb6b5c84033a33ff4fac060d1a.txt new file mode 100644 index 0000000..a93ea7a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-302-_jpg.rf.41e657eb6b5c84033a33ff4fac060d1a.txt @@ -0,0 +1 @@ +9 0.48828125 0.38125 0.5625 0.459375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-304-_jpg.rf.1e170dc4228c8d21234d7bef800cc62e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-304-_jpg.rf.1e170dc4228c8d21234d7bef800cc62e.txt new file mode 100644 index 0000000..b1015a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-304-_jpg.rf.1e170dc4228c8d21234d7bef800cc62e.txt @@ -0,0 +1 @@ +9 0.47578125 0.52890625 0.803125 0.6921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-306-_jpg.rf.a9dbac60f9fb43dcf8a6b30f80b0fbbb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-306-_jpg.rf.a9dbac60f9fb43dcf8a6b30f80b0fbbb.txt new file mode 100644 index 0000000..d56f1d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-306-_jpg.rf.a9dbac60f9fb43dcf8a6b30f80b0fbbb.txt @@ -0,0 +1 @@ +9 0.31953125 0.60234375 0.6390625 0.62734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-309-_jpg.rf.fbce55a44bd255c687b31f712ab6501d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-309-_jpg.rf.fbce55a44bd255c687b31f712ab6501d.txt new file mode 100644 index 0000000..48f099f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-309-_jpg.rf.fbce55a44bd255c687b31f712ab6501d.txt @@ -0,0 +1 @@ +9 0.4859375 0.51796875 0.89453125 0.59375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-31-_jpg.rf.d6f2f4b49f9515e5a3e2793ac259a1e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-31-_jpg.rf.d6f2f4b49f9515e5a3e2793ac259a1e5.txt new file mode 100644 index 0000000..63cd94d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-31-_jpg.rf.d6f2f4b49f9515e5a3e2793ac259a1e5.txt @@ -0,0 +1 @@ +9 0.509375 0.49765625 0.47578125 0.33671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-312-_jpg.rf.3fc90fca7240a284724183cde0361fc8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-312-_jpg.rf.3fc90fca7240a284724183cde0361fc8.txt new file mode 100644 index 0000000..9bddd3e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-312-_jpg.rf.3fc90fca7240a284724183cde0361fc8.txt @@ -0,0 +1 @@ +9 0.4671875 0.5046875 0.44453125 0.803125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-314-_jpg.rf.9254b57e88bae55245f64a19570b204b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-314-_jpg.rf.9254b57e88bae55245f64a19570b204b.txt new file mode 100644 index 0000000..92a50dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-314-_jpg.rf.9254b57e88bae55245f64a19570b204b.txt @@ -0,0 +1 @@ +9 0.49375 0.49296875 0.4546875 0.8078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-315-_jpg.rf.f1a108fd74b72120aedad1337e0ae688.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-315-_jpg.rf.f1a108fd74b72120aedad1337e0ae688.txt new file mode 100644 index 0000000..1267417 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-315-_jpg.rf.f1a108fd74b72120aedad1337e0ae688.txt @@ -0,0 +1 @@ +9 0.4953125 0.49375 0.4421875 0.87734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-317-_jpg.rf.5313fd18cb56cd14f19e85912bbc2035.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-317-_jpg.rf.5313fd18cb56cd14f19e85912bbc2035.txt new file mode 100644 index 0000000..5c73454 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-317-_jpg.rf.5313fd18cb56cd14f19e85912bbc2035.txt @@ -0,0 +1 @@ +9 0.50234375 0.50859375 0.35546875 0.78125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-32-_jpg.rf.a5439ea2bd66095cb5043c8c90c1dbc0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-32-_jpg.rf.a5439ea2bd66095cb5043c8c90c1dbc0.txt new file mode 100644 index 0000000..10e6bbb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-32-_jpg.rf.a5439ea2bd66095cb5043c8c90c1dbc0.txt @@ -0,0 +1 @@ +9 0.4984375 0.4984375 0.68515625 0.646875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-320-_jpg.rf.a51f1905716e17999152b6151370936b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-320-_jpg.rf.a51f1905716e17999152b6151370936b.txt new file mode 100644 index 0000000..5702d10 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-320-_jpg.rf.a51f1905716e17999152b6151370936b.txt @@ -0,0 +1 @@ +9 0.5015625 0.303125 0.84375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-322-_jpg.rf.6040362a8c0419f3ec42dfce66fc2626.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-322-_jpg.rf.6040362a8c0419f3ec42dfce66fc2626.txt new file mode 100644 index 0000000..9d2f65e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-322-_jpg.rf.6040362a8c0419f3ec42dfce66fc2626.txt @@ -0,0 +1 @@ +9 0.4953125 0.4953125 0.553125 0.72578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-323-_jpg.rf.e245b60e62f2bfae16bb5eb1f4afe3b9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-323-_jpg.rf.e245b60e62f2bfae16bb5eb1f4afe3b9.txt new file mode 100644 index 0000000..319ef13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-323-_jpg.rf.e245b60e62f2bfae16bb5eb1f4afe3b9.txt @@ -0,0 +1 @@ +9 0.50390625 0.53828125 0.98828125 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-328-_jpg.rf.39dc5d56d3057a5168f3124cc44c1385.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-328-_jpg.rf.39dc5d56d3057a5168f3124cc44c1385.txt new file mode 100644 index 0000000..73ab987 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-328-_jpg.rf.39dc5d56d3057a5168f3124cc44c1385.txt @@ -0,0 +1,4 @@ +9 0.22109375 0.696875 0.3125 0.3265625 +9 0.77890625 0.70078125 0.2984375 0.30546875 +9 0.7703125 0.31484375 0.31484375 0.303125 +9 0.225 0.303125 0.30078125 0.3171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-329-_jpg.rf.c97993f85f2193cda4af72297895dc00.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-329-_jpg.rf.c97993f85f2193cda4af72297895dc00.txt new file mode 100644 index 0000000..fd513a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-329-_jpg.rf.c97993f85f2193cda4af72297895dc00.txt @@ -0,0 +1 @@ +9 0.4890625 0.4796875 0.93046875 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-330-_jpg.rf.0018b50a1a519bf7deae51da4945887b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-330-_jpg.rf.0018b50a1a519bf7deae51da4945887b.txt new file mode 100644 index 0000000..6ac5574 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-330-_jpg.rf.0018b50a1a519bf7deae51da4945887b.txt @@ -0,0 +1,2 @@ +9 0.20078125 0.5203125 0.353125 0.353125 +9 0.81015625 0.515625 0.3703125 0.334375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-332-_jpg.rf.2483f99f53bc1b98b0f55500c8dd42bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-332-_jpg.rf.2483f99f53bc1b98b0f55500c8dd42bb.txt new file mode 100644 index 0000000..0950b36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-332-_jpg.rf.2483f99f53bc1b98b0f55500c8dd42bb.txt @@ -0,0 +1 @@ +9 0.50625 0.5140625 0.96875 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-333-_jpg.rf.9fc8b06db7520b76d55c5edf1c8d08dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-333-_jpg.rf.9fc8b06db7520b76d55c5edf1c8d08dc.txt new file mode 100644 index 0000000..466387e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-333-_jpg.rf.9fc8b06db7520b76d55c5edf1c8d08dc.txt @@ -0,0 +1 @@ +9 0.50625 0.4984375 0.93515625 0.86796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-335-_jpg.rf.ebefdbb71fc3f54b644c621cd0b47ffa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-335-_jpg.rf.ebefdbb71fc3f54b644c621cd0b47ffa.txt new file mode 100644 index 0000000..a0d8230 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-335-_jpg.rf.ebefdbb71fc3f54b644c621cd0b47ffa.txt @@ -0,0 +1 @@ +9 0.47734375 0.4984375 0.87734375 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-336-_jpg.rf.4a52fbcf36d95aa02bc95bb6083a716d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-336-_jpg.rf.4a52fbcf36d95aa02bc95bb6083a716d.txt new file mode 100644 index 0000000..263da31 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-336-_jpg.rf.4a52fbcf36d95aa02bc95bb6083a716d.txt @@ -0,0 +1 @@ +9 0.5015625 0.48828125 0.8921875 0.72578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-34-_jpg.rf.b8dd2d35e14a0bb0dd807f9e49738d9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-34-_jpg.rf.b8dd2d35e14a0bb0dd807f9e49738d9d.txt new file mode 100644 index 0000000..d118581 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-34-_jpg.rf.b8dd2d35e14a0bb0dd807f9e49738d9d.txt @@ -0,0 +1 @@ +9 0.48828125 0.5015625 0.34140625 0.4015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-340-_jpg.rf.5a5f2471d61d1870fd7bc120293a57e3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-340-_jpg.rf.5a5f2471d61d1870fd7bc120293a57e3.txt new file mode 100644 index 0000000..555d59e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-340-_jpg.rf.5a5f2471d61d1870fd7bc120293a57e3.txt @@ -0,0 +1,2 @@ +9 0.49765625 0.75234375 0.51953125 0.46171875 +9 0.49375 0.2453125 0.51171875 0.48046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-341-_jpg.rf.82ebf1be2f4a0a00074138b2c0623564.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-341-_jpg.rf.82ebf1be2f4a0a00074138b2c0623564.txt new file mode 100644 index 0000000..16897c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-341-_jpg.rf.82ebf1be2f4a0a00074138b2c0623564.txt @@ -0,0 +1,4 @@ +9 0.2859375 0.31015625 0.446875 0.41328125 +9 0.75 0.3109375 0.428125 0.4015625 +9 0.28359375 0.7296875 0.46640625 0.396875 +9 0.7484375 0.73046875 0.43046875 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-342-_jpg.rf.fcc3e46eda909ae9f5bb27e64db65b8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-342-_jpg.rf.fcc3e46eda909ae9f5bb27e64db65b8e.txt new file mode 100644 index 0000000..07f0b57 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-342-_jpg.rf.fcc3e46eda909ae9f5bb27e64db65b8e.txt @@ -0,0 +1 @@ +9 0.43359375 0.57578125 0.86328125 0.63203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-343-_jpg.rf.566685451fec96e277bf53a536749f3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-343-_jpg.rf.566685451fec96e277bf53a536749f3b.txt new file mode 100644 index 0000000..8b2384a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-343-_jpg.rf.566685451fec96e277bf53a536749f3b.txt @@ -0,0 +1 @@ +9 0.45546875 0.4890625 0.6515625 0.43515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-346-_jpg.rf.c2c2b55f46742f68020f73042764c0e9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-346-_jpg.rf.c2c2b55f46742f68020f73042764c0e9.txt new file mode 100644 index 0000000..de10cab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-346-_jpg.rf.c2c2b55f46742f68020f73042764c0e9.txt @@ -0,0 +1 @@ +9 0.49296875 0.50390625 0.91328125 0.75234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-347-_jpg.rf.ff78b39241649f3c445fc34043d3b2b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-347-_jpg.rf.ff78b39241649f3c445fc34043d3b2b5.txt new file mode 100644 index 0000000..075017f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-347-_jpg.rf.ff78b39241649f3c445fc34043d3b2b5.txt @@ -0,0 +1 @@ +9 0.49140625 0.5109375 0.771875 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-348-_jpg.rf.65b674ac30f0209834e83750307ca733.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-348-_jpg.rf.65b674ac30f0209834e83750307ca733.txt new file mode 100644 index 0000000..3efa869 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-348-_jpg.rf.65b674ac30f0209834e83750307ca733.txt @@ -0,0 +1 @@ +9 0.49765625 0.4984375 0.46640625 0.415625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-350-_jpg.rf.3b6d163d56f6e28093a05427f91ae4c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-350-_jpg.rf.3b6d163d56f6e28093a05427f91ae4c3.txt new file mode 100644 index 0000000..f8a2298 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-350-_jpg.rf.3b6d163d56f6e28093a05427f91ae4c3.txt @@ -0,0 +1 @@ +9 0.49375 0.5 0.646875 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-353-_jpg.rf.32c4d8a3a77643dd293a82ec83e9d9d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-353-_jpg.rf.32c4d8a3a77643dd293a82ec83e9d9d2.txt new file mode 100644 index 0000000..b2ef6a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-353-_jpg.rf.32c4d8a3a77643dd293a82ec83e9d9d2.txt @@ -0,0 +1,2 @@ +9 0.2703125 0.3234375 0.46875 0.396875 +9 0.74375 0.3328125 0.4546875 0.37734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-354-_jpg.rf.d2472cedd14d5baf95b1bfdedb00d80c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-354-_jpg.rf.d2472cedd14d5baf95b1bfdedb00d80c.txt new file mode 100644 index 0000000..4ed011b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-354-_jpg.rf.d2472cedd14d5baf95b1bfdedb00d80c.txt @@ -0,0 +1 @@ +9 0.49765625 0.49765625 0.8125 0.5765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-356-_jpg.rf.bffe09d912b137a44e5357873d5a90f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-356-_jpg.rf.bffe09d912b137a44e5357873d5a90f1.txt new file mode 100644 index 0000000..a572bfd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-356-_jpg.rf.bffe09d912b137a44e5357873d5a90f1.txt @@ -0,0 +1 @@ +9 0.49296875 0.525 0.8171875 0.5359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-357-_jpg.rf.74a782f325bf7834e662fa89e65e80f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-357-_jpg.rf.74a782f325bf7834e662fa89e65e80f1.txt new file mode 100644 index 0000000..f306618 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-357-_jpg.rf.74a782f325bf7834e662fa89e65e80f1.txt @@ -0,0 +1 @@ +9 0.4359375 0.44921875 0.43984375 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-36-_jpg.rf.847e341a16a8ff69206df764331cd2ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-36-_jpg.rf.847e341a16a8ff69206df764331cd2ec.txt new file mode 100644 index 0000000..a1a89b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-36-_jpg.rf.847e341a16a8ff69206df764331cd2ec.txt @@ -0,0 +1 @@ +9 0.4984375 0.49375 0.62734375 0.68984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-363-_jpg.rf.50413e5dacb0e6d7fb558254f8b9e459.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-363-_jpg.rf.50413e5dacb0e6d7fb558254f8b9e459.txt new file mode 100644 index 0000000..051abe4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-363-_jpg.rf.50413e5dacb0e6d7fb558254f8b9e459.txt @@ -0,0 +1 @@ +9 0.50625 0.47734375 0.9828125 0.8390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-364-_jpg.rf.c3063078ef94756e12d7921c74c1b0ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-364-_jpg.rf.c3063078ef94756e12d7921c74c1b0ca.txt new file mode 100644 index 0000000..b1c7d04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-364-_jpg.rf.c3063078ef94756e12d7921c74c1b0ca.txt @@ -0,0 +1 @@ +9 0.48671875 0.5 0.959375 0.97109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-366-_jpg.rf.193ea2ee4080688c20bbea45e1e1b660.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-366-_jpg.rf.193ea2ee4080688c20bbea45e1e1b660.txt new file mode 100644 index 0000000..28e43e9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-366-_jpg.rf.193ea2ee4080688c20bbea45e1e1b660.txt @@ -0,0 +1 @@ +9 0.5203125 0.49609375 0.8390625 0.84375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-369-_jpg.rf.c9654cd4e314a9fb801dbe43a6e6385f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-369-_jpg.rf.c9654cd4e314a9fb801dbe43a6e6385f.txt new file mode 100644 index 0000000..956b759 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-369-_jpg.rf.c9654cd4e314a9fb801dbe43a6e6385f.txt @@ -0,0 +1 @@ +9 0.50703125 0.321875 0.83671875 0.60078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-37-_jpg.rf.e8da44543e5ce8f2690437dc98568d54.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-37-_jpg.rf.e8da44543e5ce8f2690437dc98568d54.txt new file mode 100644 index 0000000..84c1783 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-37-_jpg.rf.e8da44543e5ce8f2690437dc98568d54.txt @@ -0,0 +1 @@ +9 0.49140625 0.49609375 0.665625 0.9203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-370-_jpg.rf.cae8c0267368644bb7b253b1559f83bf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-370-_jpg.rf.cae8c0267368644bb7b253b1559f83bf.txt new file mode 100644 index 0000000..de0459a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-370-_jpg.rf.cae8c0267368644bb7b253b1559f83bf.txt @@ -0,0 +1 @@ +9 0.5 0.4796875 0.96171875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-371-_jpg.rf.5adfa65ffdc5c4ec71afa8176863f239.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-371-_jpg.rf.5adfa65ffdc5c4ec71afa8176863f239.txt new file mode 100644 index 0000000..9a9a71a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-371-_jpg.rf.5adfa65ffdc5c4ec71afa8176863f239.txt @@ -0,0 +1 @@ +9 0.49765625 0.49375 0.89453125 0.87734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-372-_jpg.rf.7ae390dbf8fe9942b802dd0b2dd53ed8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-372-_jpg.rf.7ae390dbf8fe9942b802dd0b2dd53ed8.txt new file mode 100644 index 0000000..56974ce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-372-_jpg.rf.7ae390dbf8fe9942b802dd0b2dd53ed8.txt @@ -0,0 +1 @@ +9 0.52890625 0.515625 0.8890625 0.5984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-375-_jpg.rf.40b0170d4940e0b37c99e29d895315d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-375-_jpg.rf.40b0170d4940e0b37c99e29d895315d2.txt new file mode 100644 index 0000000..690325e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-375-_jpg.rf.40b0170d4940e0b37c99e29d895315d2.txt @@ -0,0 +1 @@ +9 0.4859375 0.49296875 0.7984375 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-376-_jpg.rf.2480bd805cd4153ab303388a62f933fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-376-_jpg.rf.2480bd805cd4153ab303388a62f933fa.txt new file mode 100644 index 0000000..3081576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-376-_jpg.rf.2480bd805cd4153ab303388a62f933fa.txt @@ -0,0 +1 @@ +9 0.50625 0.478125 0.87734375 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-378-_jpg.rf.2c48bf3e45fe8ff704a106e6f49f2e20.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-378-_jpg.rf.2c48bf3e45fe8ff704a106e6f49f2e20.txt new file mode 100644 index 0000000..047e702 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-378-_jpg.rf.2c48bf3e45fe8ff704a106e6f49f2e20.txt @@ -0,0 +1 @@ +9 0.4984375 0.5015625 0.8921875 0.63671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-381-_jpg.rf.91a7500c4e79ff2d96271fcc7ea5f73f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-381-_jpg.rf.91a7500c4e79ff2d96271fcc7ea5f73f.txt new file mode 100644 index 0000000..356a344 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-381-_jpg.rf.91a7500c4e79ff2d96271fcc7ea5f73f.txt @@ -0,0 +1 @@ +9 0.49375 0.334375 0.73828125 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-385-_jpg.rf.980cb9608b1947b677fe6f5623f75d45.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-385-_jpg.rf.980cb9608b1947b677fe6f5623f75d45.txt new file mode 100644 index 0000000..e551a19 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-385-_jpg.rf.980cb9608b1947b677fe6f5623f75d45.txt @@ -0,0 +1 @@ +9 0.51171875 0.54453125 0.5625 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-386-_jpg.rf.2d83bc0695371e4fd25064dec54c9c63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-386-_jpg.rf.2d83bc0695371e4fd25064dec54c9c63.txt new file mode 100644 index 0000000..5bb7542 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-386-_jpg.rf.2d83bc0695371e4fd25064dec54c9c63.txt @@ -0,0 +1 @@ +9 0.47734375 0.4828125 0.8484375 0.7640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-387-_jpg.rf.b35f8af4b9285f62f7839be83bb49925.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-387-_jpg.rf.b35f8af4b9285f62f7839be83bb49925.txt new file mode 100644 index 0000000..23c8ec3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-387-_jpg.rf.b35f8af4b9285f62f7839be83bb49925.txt @@ -0,0 +1 @@ +9 0.49375 0.4953125 0.7859375 0.47578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-388-_jpg.rf.4a0485ecda28ed3637a6ce3a7956939d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-388-_jpg.rf.4a0485ecda28ed3637a6ce3a7956939d.txt new file mode 100644 index 0000000..5f46e39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-388-_jpg.rf.4a0485ecda28ed3637a6ce3a7956939d.txt @@ -0,0 +1 @@ +9 0.50234375 0.5015625 0.9328125 0.959375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-390-_jpg.rf.8e1af38d6632538cab2e53733e221b7b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-390-_jpg.rf.8e1af38d6632538cab2e53733e221b7b.txt new file mode 100644 index 0000000..8d92092 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-390-_jpg.rf.8e1af38d6632538cab2e53733e221b7b.txt @@ -0,0 +1 @@ +9 0.4984375 0.51328125 0.9203125 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-391-_jpg.rf.4e01692750a04b2080cfd1352dfc841b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-391-_jpg.rf.4e01692750a04b2080cfd1352dfc841b.txt new file mode 100644 index 0000000..f626336 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-391-_jpg.rf.4e01692750a04b2080cfd1352dfc841b.txt @@ -0,0 +1 @@ +9 0.49296875 0.4734375 0.89453125 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-392-_jpg.rf.2af96024fcb7aaeced9bcf56e6b880dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-392-_jpg.rf.2af96024fcb7aaeced9bcf56e6b880dc.txt new file mode 100644 index 0000000..25ce1d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-392-_jpg.rf.2af96024fcb7aaeced9bcf56e6b880dc.txt @@ -0,0 +1,3 @@ +9 0.16015625 0.49609375 0.30078125 0.790625 +9 0.4890625 0.5015625 0.31015625 0.80078125 +9 0.828125 0.5015625 0.31484375 0.80078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-394-_jpg.rf.8cae2c2bc6fbad033c0909c31f08b12a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-394-_jpg.rf.8cae2c2bc6fbad033c0909c31f08b12a.txt new file mode 100644 index 0000000..6792ea6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-394-_jpg.rf.8cae2c2bc6fbad033c0909c31f08b12a.txt @@ -0,0 +1 @@ +9 0.50390625 0.43046875 0.68984375 0.5671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-398-_jpg.rf.f30a939c556635b95203679d97cee85e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-398-_jpg.rf.f30a939c556635b95203679d97cee85e.txt new file mode 100644 index 0000000..4e61da1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-398-_jpg.rf.f30a939c556635b95203679d97cee85e.txt @@ -0,0 +1 @@ +9 0.5015625 0.50234375 0.94921875 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-399-_jpg.rf.766bc9a6e1d82fc7e0e8cfc5b3e815ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-399-_jpg.rf.766bc9a6e1d82fc7e0e8cfc5b3e815ba.txt new file mode 100644 index 0000000..3ddfa29 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-399-_jpg.rf.766bc9a6e1d82fc7e0e8cfc5b3e815ba.txt @@ -0,0 +1 @@ +9 0.51953125 0.49375 0.95703125 0.74765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-40-_jpg.rf.8893c4489d5fd2a859c7fab0c7f06c8d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-40-_jpg.rf.8893c4489d5fd2a859c7fab0c7f06c8d.txt new file mode 100644 index 0000000..4a2a304 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-40-_jpg.rf.8893c4489d5fd2a859c7fab0c7f06c8d.txt @@ -0,0 +1 @@ +9 0.50859375 0.47578125 0.834375 0.8796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-400-_jpg.rf.0e346624266703ae252e1131745b46aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-400-_jpg.rf.0e346624266703ae252e1131745b46aa.txt new file mode 100644 index 0000000..705d05c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-400-_jpg.rf.0e346624266703ae252e1131745b46aa.txt @@ -0,0 +1 @@ +9 0.50703125 0.50234375 0.78359375 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-401-_jpg.rf.b7a7b0d68017661b2eb21ab278c7c52b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-401-_jpg.rf.b7a7b0d68017661b2eb21ab278c7c52b.txt new file mode 100644 index 0000000..522135d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-401-_jpg.rf.b7a7b0d68017661b2eb21ab278c7c52b.txt @@ -0,0 +1 @@ +9 0.51015625 0.49375 0.9734375 0.9875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-403-_jpg.rf.ec6b7644ed11bb1bfe7f699edc32bae0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-403-_jpg.rf.ec6b7644ed11bb1bfe7f699edc32bae0.txt new file mode 100644 index 0000000..abc7977 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-403-_jpg.rf.ec6b7644ed11bb1bfe7f699edc32bae0.txt @@ -0,0 +1 @@ +9 0.52890625 0.4546875 0.6734375 0.5046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-404-_jpg.rf.d01df8cd1d1d5934488508f6cd2f10f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-404-_jpg.rf.d01df8cd1d1d5934488508f6cd2f10f6.txt new file mode 100644 index 0000000..f92fcc8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-404-_jpg.rf.d01df8cd1d1d5934488508f6cd2f10f6.txt @@ -0,0 +1 @@ +9 0.2640625 0.546875 0.5 0.51171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-407-_jpg.rf.ea15ddfb255479ec9ecbe8e9b5233f8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-407-_jpg.rf.ea15ddfb255479ec9ecbe8e9b5233f8b.txt new file mode 100644 index 0000000..36502ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-407-_jpg.rf.ea15ddfb255479ec9ecbe8e9b5233f8b.txt @@ -0,0 +1 @@ +9 0.50234375 0.52265625 0.7984375 0.56484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-408-_jpg.rf.708a825e8e47f2b68a1e5cd3f8aab89d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-408-_jpg.rf.708a825e8e47f2b68a1e5cd3f8aab89d.txt new file mode 100644 index 0000000..50cca41 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-408-_jpg.rf.708a825e8e47f2b68a1e5cd3f8aab89d.txt @@ -0,0 +1 @@ +9 0.49375 0.4671875 0.71875 0.646875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-409-_jpg.rf.97fd8dea622dbe3e342a0d108f3e9e8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-409-_jpg.rf.97fd8dea622dbe3e342a0d108f3e9e8f.txt new file mode 100644 index 0000000..4f66cbf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-409-_jpg.rf.97fd8dea622dbe3e342a0d108f3e9e8f.txt @@ -0,0 +1 @@ +9 0.49375 0.5671875 0.50234375 0.40390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-410-_jpg.rf.617e3efaff3057e78be9320ebc500380.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-410-_jpg.rf.617e3efaff3057e78be9320ebc500380.txt new file mode 100644 index 0000000..0ff15a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-410-_jpg.rf.617e3efaff3057e78be9320ebc500380.txt @@ -0,0 +1 @@ +9 0.490625 0.49609375 0.928125 0.73828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-411-_jpg.rf.048a319b7656fba522e84c00d54319e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-411-_jpg.rf.048a319b7656fba522e84c00d54319e1.txt new file mode 100644 index 0000000..d170fd8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-411-_jpg.rf.048a319b7656fba522e84c00d54319e1.txt @@ -0,0 +1 @@ +9 0.50859375 0.4640625 0.84375 0.6734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-412-_jpg.rf.0be6c6cb702f12a495d138dea294eb92.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-412-_jpg.rf.0be6c6cb702f12a495d138dea294eb92.txt new file mode 100644 index 0000000..a945ab5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-412-_jpg.rf.0be6c6cb702f12a495d138dea294eb92.txt @@ -0,0 +1 @@ +9 0.375 0.65390625 0.509375 0.40859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-413-_jpg.rf.e2bfb0669164de93e46f6c6d1b00d209.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-413-_jpg.rf.e2bfb0669164de93e46f6c6d1b00d209.txt new file mode 100644 index 0000000..0d3e492 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-413-_jpg.rf.e2bfb0669164de93e46f6c6d1b00d209.txt @@ -0,0 +1 @@ +9 0.5171875 0.4890625 0.64453125 0.71875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-414-_jpg.rf.61f0ad8faf30762150970e433609276c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-414-_jpg.rf.61f0ad8faf30762150970e433609276c.txt new file mode 100644 index 0000000..d8c26c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-414-_jpg.rf.61f0ad8faf30762150970e433609276c.txt @@ -0,0 +1 @@ +9 0.50234375 0.4734375 0.91328125 0.75 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-416-_jpg.rf.81da0884ed41af83fb7389f7986a1bce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-416-_jpg.rf.81da0884ed41af83fb7389f7986a1bce.txt new file mode 100644 index 0000000..ee56127 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-416-_jpg.rf.81da0884ed41af83fb7389f7986a1bce.txt @@ -0,0 +1 @@ +9 0.49296875 0.4984375 0.77890625 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-417-_jpg.rf.d24f5dc8e8d3581d4bf2c644f554429b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-417-_jpg.rf.d24f5dc8e8d3581d4bf2c644f554429b.txt new file mode 100644 index 0000000..8fa00a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-417-_jpg.rf.d24f5dc8e8d3581d4bf2c644f554429b.txt @@ -0,0 +1 @@ +9 0.48203125 0.50703125 0.94921875 0.8796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-418-_jpg.rf.4057a7b64a65739288301d049cf4f79e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-418-_jpg.rf.4057a7b64a65739288301d049cf4f79e.txt new file mode 100644 index 0000000..35de80b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-418-_jpg.rf.4057a7b64a65739288301d049cf4f79e.txt @@ -0,0 +1 @@ +9 0.50234375 0.49765625 0.928125 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-419-_jpg.rf.cad4fb94312c2d575e99cad6f7dc28b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-419-_jpg.rf.cad4fb94312c2d575e99cad6f7dc28b0.txt new file mode 100644 index 0000000..d2fcb61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-419-_jpg.rf.cad4fb94312c2d575e99cad6f7dc28b0.txt @@ -0,0 +1 @@ +9 0.4890625 0.45546875 0.93515625 0.61796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-42-_jpg.rf.b8f6761755654d0c684ad572a5643981.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-42-_jpg.rf.b8f6761755654d0c684ad572a5643981.txt new file mode 100644 index 0000000..9b20dbf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-42-_jpg.rf.b8f6761755654d0c684ad572a5643981.txt @@ -0,0 +1 @@ +9 0.49609375 0.50234375 0.63203125 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-420-_jpg.rf.5723b9039cce5eb17fee637978305ff9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-420-_jpg.rf.5723b9039cce5eb17fee637978305ff9.txt new file mode 100644 index 0000000..7fecd0a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-420-_jpg.rf.5723b9039cce5eb17fee637978305ff9.txt @@ -0,0 +1 @@ +9 0.4859375 0.43984375 0.8703125 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-421-_jpg.rf.683247c7d2a617635c93286efc380aa5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-421-_jpg.rf.683247c7d2a617635c93286efc380aa5.txt new file mode 100644 index 0000000..dabb880 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-421-_jpg.rf.683247c7d2a617635c93286efc380aa5.txt @@ -0,0 +1 @@ +9 0.4984375 0.48828125 0.9203125 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-422-_jpg.rf.0df61abe690ec667690f16b0bf157a71.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-422-_jpg.rf.0df61abe690ec667690f16b0bf157a71.txt new file mode 100644 index 0000000..10842a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-422-_jpg.rf.0df61abe690ec667690f16b0bf157a71.txt @@ -0,0 +1 @@ +9 0.48671875 0.56484375 0.896875 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-425-_jpg.rf.65349d8c3af9218c6c025ae4791fbfb6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-425-_jpg.rf.65349d8c3af9218c6c025ae4791fbfb6.txt new file mode 100644 index 0000000..c49b4b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-425-_jpg.rf.65349d8c3af9218c6c025ae4791fbfb6.txt @@ -0,0 +1,2 @@ +9 0.459375 0.321875 0.78359375 0.384375 +9 0.45546875 0.803125 0.7953125 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-426-_jpg.rf.9e1ab5ea6d00aac79d5e67aaa9e729f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-426-_jpg.rf.9e1ab5ea6d00aac79d5e67aaa9e729f1.txt new file mode 100644 index 0000000..bc12b57 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-426-_jpg.rf.9e1ab5ea6d00aac79d5e67aaa9e729f1.txt @@ -0,0 +1 @@ +9 0.50703125 0.49375 0.6203125 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-427-_jpg.rf.1fec17d9b5d6c0d99552d910922d41b9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-427-_jpg.rf.1fec17d9b5d6c0d99552d910922d41b9.txt new file mode 100644 index 0000000..5d37d91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-427-_jpg.rf.1fec17d9b5d6c0d99552d910922d41b9.txt @@ -0,0 +1,4 @@ +9 0.2484375 0.30390625 0.43046875 0.40625 +9 0.74609375 0.30859375 0.43984375 0.4203125 +9 0.24765625 0.7328125 0.4234375 0.41796875 +9 0.75234375 0.7359375 0.4328125 0.40859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-429-_jpg.rf.281db0f867e185344f3c84b92e3d90c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-429-_jpg.rf.281db0f867e185344f3c84b92e3d90c1.txt new file mode 100644 index 0000000..9d00c11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-429-_jpg.rf.281db0f867e185344f3c84b92e3d90c1.txt @@ -0,0 +1 @@ +9 0.5015625 0.3296875 0.82421875 0.60078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-43-_jpg.rf.b27c600ff72d84df7318b03d81a7d408.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-43-_jpg.rf.b27c600ff72d84df7318b03d81a7d408.txt new file mode 100644 index 0000000..c0c2de8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-43-_jpg.rf.b27c600ff72d84df7318b03d81a7d408.txt @@ -0,0 +1 @@ +9 0.50625 0.50390625 0.61796875 0.63671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-433-_jpg.rf.d74cd29d67ac21f55a20d193ecc18bab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-433-_jpg.rf.d74cd29d67ac21f55a20d193ecc18bab.txt new file mode 100644 index 0000000..6ccbe5b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-433-_jpg.rf.d74cd29d67ac21f55a20d193ecc18bab.txt @@ -0,0 +1 @@ +9 0.5265625 0.5328125 0.91796875 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-437-_jpg.rf.3bbb75b0b3fd69e6947a685efdb27922.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-437-_jpg.rf.3bbb75b0b3fd69e6947a685efdb27922.txt new file mode 100644 index 0000000..fec0d9d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-437-_jpg.rf.3bbb75b0b3fd69e6947a685efdb27922.txt @@ -0,0 +1 @@ +9 0.50234375 0.5015625 0.95703125 0.93984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-439-_jpg.rf.ce72e150f2ba0d1181bcdf2166d61a65.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-439-_jpg.rf.ce72e150f2ba0d1181bcdf2166d61a65.txt new file mode 100644 index 0000000..ca7ace3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-439-_jpg.rf.ce72e150f2ba0d1181bcdf2166d61a65.txt @@ -0,0 +1 @@ +9 0.4953125 0.49140625 0.72578125 0.584375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-44-_jpg.rf.01ee1d9c7c758d00eaeb6bd2a3e429af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-44-_jpg.rf.01ee1d9c7c758d00eaeb6bd2a3e429af.txt new file mode 100644 index 0000000..8db737d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-44-_jpg.rf.01ee1d9c7c758d00eaeb6bd2a3e429af.txt @@ -0,0 +1 @@ +9 0.5 0.484375 0.9953125 0.6421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-440-_jpg.rf.fcefdf649b01a0ae722fff74f44f88e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-440-_jpg.rf.fcefdf649b01a0ae722fff74f44f88e6.txt new file mode 100644 index 0000000..fa3763a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-440-_jpg.rf.fcefdf649b01a0ae722fff74f44f88e6.txt @@ -0,0 +1 @@ +9 0.49609375 0.4671875 0.94453125 0.68984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-441-_jpg.rf.ae305c081403c942a785ee1ad66ed3ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-441-_jpg.rf.ae305c081403c942a785ee1ad66ed3ed.txt new file mode 100644 index 0000000..078daf9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-441-_jpg.rf.ae305c081403c942a785ee1ad66ed3ed.txt @@ -0,0 +1 @@ +9 0.5 0.4890625 0.85078125 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-443-_jpg.rf.549c3b9838bcde4cdc38f79f8049f0bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-443-_jpg.rf.549c3b9838bcde4cdc38f79f8049f0bd.txt new file mode 100644 index 0000000..2b468f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-443-_jpg.rf.549c3b9838bcde4cdc38f79f8049f0bd.txt @@ -0,0 +1 @@ +9 0.5 0.49375 0.90859375 0.68984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-447-_jpg.rf.1ad4d85045622d78d8c64850d21d218b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-447-_jpg.rf.1ad4d85045622d78d8c64850d21d218b.txt new file mode 100644 index 0000000..a3be565 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-447-_jpg.rf.1ad4d85045622d78d8c64850d21d218b.txt @@ -0,0 +1 @@ +9 0.25859375 0.646875 0.43984375 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-449-_jpg.rf.770d99ef705f14ecfe35d9bd9d0ec613.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-449-_jpg.rf.770d99ef705f14ecfe35d9bd9d0ec613.txt new file mode 100644 index 0000000..c56c43b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-449-_jpg.rf.770d99ef705f14ecfe35d9bd9d0ec613.txt @@ -0,0 +1 @@ +9 0.49375 0.51328125 0.5265625 0.49296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-45-_jpg.rf.4685582f3c917543b03ae448057e133a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-45-_jpg.rf.4685582f3c917543b03ae448057e133a.txt new file mode 100644 index 0000000..899e2be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-45-_jpg.rf.4685582f3c917543b03ae448057e133a.txt @@ -0,0 +1 @@ +9 0.5015625 0.49296875 0.82421875 0.5578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-451-_jpg.rf.984b3d9183d1d88414b54c9f91791d49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-451-_jpg.rf.984b3d9183d1d88414b54c9f91791d49.txt new file mode 100644 index 0000000..2722afd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-451-_jpg.rf.984b3d9183d1d88414b54c9f91791d49.txt @@ -0,0 +1 @@ +9 0.5 0.49296875 0.8703125 0.77421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-452-_jpg.rf.064a4a335ee26c36167a2948f826180d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-452-_jpg.rf.064a4a335ee26c36167a2948f826180d.txt new file mode 100644 index 0000000..51c51ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-452-_jpg.rf.064a4a335ee26c36167a2948f826180d.txt @@ -0,0 +1 @@ +9 0.4890625 0.33515625 0.7859375 0.5453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-454-_jpg.rf.d22653d42939bb3e1d53c09bb86728d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-454-_jpg.rf.d22653d42939bb3e1d53c09bb86728d9.txt new file mode 100644 index 0000000..03b00ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-454-_jpg.rf.d22653d42939bb3e1d53c09bb86728d9.txt @@ -0,0 +1 @@ +9 0.4953125 0.45546875 0.821875 0.63203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-455-_jpg.rf.2dc9eb15c3de29a989775880014f1b55.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-455-_jpg.rf.2dc9eb15c3de29a989775880014f1b55.txt new file mode 100644 index 0000000..a70d0ee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-455-_jpg.rf.2dc9eb15c3de29a989775880014f1b55.txt @@ -0,0 +1 @@ +9 0.4859375 0.46171875 0.7640625 0.6109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-46-_jpg.rf.86c9c2267daefcc47480b7fda4de1f6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-46-_jpg.rf.86c9c2267daefcc47480b7fda4de1f6d.txt new file mode 100644 index 0000000..abeb7f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-46-_jpg.rf.86c9c2267daefcc47480b7fda4de1f6d.txt @@ -0,0 +1 @@ +9 0.51328125 0.5171875 0.6515625 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-47-_jpg.rf.47527b48efa1e1d05bfc8831d51078b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-47-_jpg.rf.47527b48efa1e1d05bfc8831d51078b1.txt new file mode 100644 index 0000000..a30cf1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-47-_jpg.rf.47527b48efa1e1d05bfc8831d51078b1.txt @@ -0,0 +1 @@ +9 0.4703125 0.46875 0.790625 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-48-_jpg.rf.f42abd86f1eb52b660053a4f6365258c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-48-_jpg.rf.f42abd86f1eb52b660053a4f6365258c.txt new file mode 100644 index 0000000..8887f57 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-48-_jpg.rf.f42abd86f1eb52b660053a4f6365258c.txt @@ -0,0 +1 @@ +9 0.5 0.5015625 0.90390625 0.709375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-49-_jpg.rf.7256fd88c3783e12241e4ab1231c7efa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-49-_jpg.rf.7256fd88c3783e12241e4ab1231c7efa.txt new file mode 100644 index 0000000..25076be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-49-_jpg.rf.7256fd88c3783e12241e4ab1231c7efa.txt @@ -0,0 +1 @@ +9 0.5015625 0.5 0.88203125 0.8609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-50-_jpg.rf.5b94fa06aeb86f5338490651c106ac0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-50-_jpg.rf.5b94fa06aeb86f5338490651c106ac0a.txt new file mode 100644 index 0000000..b2862c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-50-_jpg.rf.5b94fa06aeb86f5338490651c106ac0a.txt @@ -0,0 +1 @@ +9 0.49765625 0.5046875 0.96640625 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-51-_jpg.rf.5c5a28ed50ac0348e8934434fd4a6bfe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-51-_jpg.rf.5c5a28ed50ac0348e8934434fd4a6bfe.txt new file mode 100644 index 0000000..f97a754 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-51-_jpg.rf.5c5a28ed50ac0348e8934434fd4a6bfe.txt @@ -0,0 +1 @@ +9 0.4984375 0.48828125 0.86328125 0.83671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-53-_jpg.rf.4d523074c70212f260003a3c2062044b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-53-_jpg.rf.4d523074c70212f260003a3c2062044b.txt new file mode 100644 index 0000000..06db19a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-53-_jpg.rf.4d523074c70212f260003a3c2062044b.txt @@ -0,0 +1 @@ +9 0.4984375 0.48203125 0.94921875 0.521875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-54-_jpg.rf.1845610cbc3879b9b3e5a322792b7bfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-54-_jpg.rf.1845610cbc3879b9b3e5a322792b7bfc.txt new file mode 100644 index 0000000..eaffb99 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-54-_jpg.rf.1845610cbc3879b9b3e5a322792b7bfc.txt @@ -0,0 +1 @@ +9 0.52734375 0.5015625 0.65625 0.56953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-55-_jpg.rf.659d8cbc8097e7ed0aa73e92d070c3a4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-55-_jpg.rf.659d8cbc8097e7ed0aa73e92d070c3a4.txt new file mode 100644 index 0000000..5ca57aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-55-_jpg.rf.659d8cbc8097e7ed0aa73e92d070c3a4.txt @@ -0,0 +1 @@ +9 0.5046875 0.51328125 0.6921875 0.6421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-56-_jpg.rf.a0ca3517b39d251a11367c5479fd0043.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-56-_jpg.rf.a0ca3517b39d251a11367c5479fd0043.txt new file mode 100644 index 0000000..db8949f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-56-_jpg.rf.a0ca3517b39d251a11367c5479fd0043.txt @@ -0,0 +1 @@ +9 0.475 0.43515625 0.7234375 0.509375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-57-_jpg.rf.08d7117d120b6203288fb0f609c1d377.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-57-_jpg.rf.08d7117d120b6203288fb0f609c1d377.txt new file mode 100644 index 0000000..f21006d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-57-_jpg.rf.08d7117d120b6203288fb0f609c1d377.txt @@ -0,0 +1 @@ +9 0.4953125 0.51953125 0.95703125 0.803125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-60-_jpg.rf.1168d7d1d1ec425271d0675dedc67bdf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-60-_jpg.rf.1168d7d1d1ec425271d0675dedc67bdf.txt new file mode 100644 index 0000000..781e22e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-60-_jpg.rf.1168d7d1d1ec425271d0675dedc67bdf.txt @@ -0,0 +1 @@ +9 0.4359375 0.55078125 0.5265625 0.3890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-61-_jpg.rf.0a569ac962cdcb3388e071e30b674029.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-61-_jpg.rf.0a569ac962cdcb3388e071e30b674029.txt new file mode 100644 index 0000000..08b146d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-61-_jpg.rf.0a569ac962cdcb3388e071e30b674029.txt @@ -0,0 +1 @@ +9 0.4984375 0.4953125 0.584375 0.4234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-64-_jpg.rf.8f5f645dc203b3d263b42a44adf5c49a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-64-_jpg.rf.8f5f645dc203b3d263b42a44adf5c49a.txt new file mode 100644 index 0000000..5a950dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-64-_jpg.rf.8f5f645dc203b3d263b42a44adf5c49a.txt @@ -0,0 +1 @@ +9 0.5 0.50234375 0.96640625 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-65-_jpg.rf.285eb970c79b51e017668c8eb7e5801a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-65-_jpg.rf.285eb970c79b51e017668c8eb7e5801a.txt new file mode 100644 index 0000000..dae0521 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-65-_jpg.rf.285eb970c79b51e017668c8eb7e5801a.txt @@ -0,0 +1 @@ +9 0.4984375 0.50625 0.96875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-68-_jpg.rf.61cd9d34f9ff877cbb60f56f38341ca6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-68-_jpg.rf.61cd9d34f9ff877cbb60f56f38341ca6.txt new file mode 100644 index 0000000..8128b1e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-68-_jpg.rf.61cd9d34f9ff877cbb60f56f38341ca6.txt @@ -0,0 +1 @@ +9 0.48671875 0.50234375 0.6703125 0.6203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-7-_jpg.rf.bac05035b7d29afa73816d675f0262cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-7-_jpg.rf.bac05035b7d29afa73816d675f0262cc.txt new file mode 100644 index 0000000..4b4f431 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-7-_jpg.rf.bac05035b7d29afa73816d675f0262cc.txt @@ -0,0 +1 @@ +9 0.50625 0.48828125 0.87734375 0.66328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-71-_jpg.rf.c7efe95e18e1b08dea690e72eef9006a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-71-_jpg.rf.c7efe95e18e1b08dea690e72eef9006a.txt new file mode 100644 index 0000000..015a478 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-71-_jpg.rf.c7efe95e18e1b08dea690e72eef9006a.txt @@ -0,0 +1 @@ +9 0.25234375 0.4859375 0.41328125 0.884375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-75-_jpg.rf.260a6ae3e4f428715fc687efcb102d9a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-75-_jpg.rf.260a6ae3e4f428715fc687efcb102d9a.txt new file mode 100644 index 0000000..502448c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-75-_jpg.rf.260a6ae3e4f428715fc687efcb102d9a.txt @@ -0,0 +1 @@ +9 0.4890625 0.49375 0.84375 0.74296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-80-_jpg.rf.7e343b0111f51b2b1c05af68d5aa9fa2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-80-_jpg.rf.7e343b0111f51b2b1c05af68d5aa9fa2.txt new file mode 100644 index 0000000..0ea0274 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-80-_jpg.rf.7e343b0111f51b2b1c05af68d5aa9fa2.txt @@ -0,0 +1 @@ +9 0.48828125 0.49296875 0.72109375 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-81-_jpg.rf.7f64099a24c6631a783e0edb3703f55e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-81-_jpg.rf.7f64099a24c6631a783e0edb3703f55e.txt new file mode 100644 index 0000000..18c0b32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-81-_jpg.rf.7f64099a24c6631a783e0edb3703f55e.txt @@ -0,0 +1 @@ +9 0.50625 0.55390625 0.9828125 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-84-_jpg.rf.685e07b81fba8255e059ff63f6409d76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-84-_jpg.rf.685e07b81fba8255e059ff63f6409d76.txt new file mode 100644 index 0000000..40f704e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-84-_jpg.rf.685e07b81fba8255e059ff63f6409d76.txt @@ -0,0 +1 @@ +9 0.5046875 0.546875 0.77421875 0.65625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-87-_jpg.rf.8586c872c408ff5e0fe23e60a2fa53d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-87-_jpg.rf.8586c872c408ff5e0fe23e60a2fa53d8.txt new file mode 100644 index 0000000..631a764 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-87-_jpg.rf.8586c872c408ff5e0fe23e60a2fa53d8.txt @@ -0,0 +1 @@ +9 0.48203125 0.2671875 0.7140625 0.53359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-89-_jpg.rf.c945f77d245896cd0402ccb05fb7c6ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-89-_jpg.rf.c945f77d245896cd0402ccb05fb7c6ba.txt new file mode 100644 index 0000000..d1df52f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-89-_jpg.rf.c945f77d245896cd0402ccb05fb7c6ba.txt @@ -0,0 +1 @@ +9 0.4984375 0.47578125 0.8390625 0.52421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-9-_jpg.rf.fcc6fc88e00032b3b0da0071d29cf678.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-9-_jpg.rf.fcc6fc88e00032b3b0da0071d29cf678.txt new file mode 100644 index 0000000..2d38384 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-9-_jpg.rf.fcc6fc88e00032b3b0da0071d29cf678.txt @@ -0,0 +1 @@ +9 0.51328125 0.5265625 0.8296875 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-90-_jpg.rf.fc9463ca5ba8d4dc930d96863fd7bd08.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-90-_jpg.rf.fc9463ca5ba8d4dc930d96863fd7bd08.txt new file mode 100644 index 0000000..63028f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-90-_jpg.rf.fc9463ca5ba8d4dc930d96863fd7bd08.txt @@ -0,0 +1 @@ +9 0.50625 0.49140625 0.93984375 0.959375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-91-_jpg.rf.20d2dec761eabf84c88f738b7ba2764b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-91-_jpg.rf.20d2dec761eabf84c88f738b7ba2764b.txt new file mode 100644 index 0000000..65d6d2a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-91-_jpg.rf.20d2dec761eabf84c88f738b7ba2764b.txt @@ -0,0 +1 @@ +9 0.4984375 0.49609375 0.896875 0.9734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-92-_jpg.rf.7175a1ebb9138eae7a4c4212223cacf5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-92-_jpg.rf.7175a1ebb9138eae7a4c4212223cacf5.txt new file mode 100644 index 0000000..a9f7d53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-92-_jpg.rf.7175a1ebb9138eae7a4c4212223cacf5.txt @@ -0,0 +1 @@ +9 0.4984375 0.50234375 0.73828125 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-94-_jpg.rf.f55570b910d4f86a7136b6d0d439c13d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-94-_jpg.rf.f55570b910d4f86a7136b6d0d439c13d.txt new file mode 100644 index 0000000..60e8306 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-94-_jpg.rf.f55570b910d4f86a7136b6d0d439c13d.txt @@ -0,0 +1 @@ +9 0.6046875 0.47734375 0.75234375 0.8296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-95-_jpg.rf.35a0462175362520fc4b9f32a202e136.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-95-_jpg.rf.35a0462175362520fc4b9f32a202e136.txt new file mode 100644 index 0000000..cc16e8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-95-_jpg.rf.35a0462175362520fc4b9f32a202e136.txt @@ -0,0 +1 @@ +9 0.5015625 0.51328125 0.9546875 0.63203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-98-_jpg.rf.1fcc1fc0652055523c1fd1f13bd35e8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-98-_jpg.rf.1fcc1fc0652055523c1fd1f13bd35e8f.txt new file mode 100644 index 0000000..20a2c9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/BallCap-98-_jpg.rf.1fcc1fc0652055523c1fd1f13bd35e8f.txt @@ -0,0 +1 @@ +9 0.48828125 0.49375 0.8171875 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3135_jpg.rf.12d6b0ed3f268cfea40883f3817a2479.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3135_jpg.rf.12d6b0ed3f268cfea40883f3817a2479.txt new file mode 100644 index 0000000..25ad547 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3135_jpg.rf.12d6b0ed3f268cfea40883f3817a2479.txt @@ -0,0 +1 @@ +1 0.37382222222222217 0.5 0.5724888888888889 1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3136_jpg.rf.1ee3f10ece1b0e1a72671b3b0e38a4ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3136_jpg.rf.1ee3f10ece1b0e1a72671b3b0e38a4ab.txt new file mode 100644 index 0000000..302a645 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3136_jpg.rf.1ee3f10ece1b0e1a72671b3b0e38a4ab.txt @@ -0,0 +1,2 @@ +1 0.3387111111111111 0.5823999999999999 0.2499555555555556 0.6517777777777779 +1 0.7956444444444445 0.5807555555555555 0.2739999999999999 0.6865777777777776 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3146_jpg.rf.356fd9592b211f81fde319389f33e2c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3146_jpg.rf.356fd9592b211f81fde319389f33e2c9.txt new file mode 100644 index 0000000..520254f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3146_jpg.rf.356fd9592b211f81fde319389f33e2c9.txt @@ -0,0 +1,3 @@ +1 0.18191111111111108 0.6003555555555556 0.21484444444444442 0.49724444444444443 +1 0.5052888888888889 0.5978222222222221 0.21817777777777786 0.47524444444444447 +1 0.8172 0.5787555555555556 0.17324444444444453 0.44559999999999994 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3157_jpg.rf.fa239bcde8ee8531adf8945329b1e306.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3157_jpg.rf.fa239bcde8ee8531adf8945329b1e306.txt new file mode 100644 index 0000000..ee680cf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3157_jpg.rf.fa239bcde8ee8531adf8945329b1e306.txt @@ -0,0 +1 @@ +1 0.4968 0.6042222222222222 0.2892888888888888 0.7842666666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3163_jpg.rf.b8e1ccf723fb50481f192067fa372f66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3163_jpg.rf.b8e1ccf723fb50481f192067fa372f66.txt new file mode 100644 index 0000000..a7e949e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3163_jpg.rf.b8e1ccf723fb50481f192067fa372f66.txt @@ -0,0 +1 @@ +1 0.5027555555555556 0.5568 0.3993333333333334 0.6894222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3164_jpg.rf.2e9af55f3718ac9fc4d48c3ccaf5a04e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3164_jpg.rf.2e9af55f3718ac9fc4d48c3ccaf5a04e.txt new file mode 100644 index 0000000..468400d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3164_jpg.rf.2e9af55f3718ac9fc4d48c3ccaf5a04e.txt @@ -0,0 +1 @@ +1 0.5204888888888889 0.5195555555555555 0.4856888888888889 0.8858666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3165_jpg.rf.d8a2a04bbcd6bb56d19e6faf26173e03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3165_jpg.rf.d8a2a04bbcd6bb56d19e6faf26173e03.txt new file mode 100644 index 0000000..babf510 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3165_jpg.rf.d8a2a04bbcd6bb56d19e6faf26173e03.txt @@ -0,0 +1 @@ +4 0.42004444444444444 0.5056444444444445 0.5212 0.9357777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3168_jpg.rf.f8b4c4e441af16b73c2cfed5d51f039d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3168_jpg.rf.f8b4c4e441af16b73c2cfed5d51f039d.txt new file mode 100644 index 0000000..4857461 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3168_jpg.rf.f8b4c4e441af16b73c2cfed5d51f039d.txt @@ -0,0 +1 @@ +1 0.562 0.4833777777777778 0.5364000000000001 0.8051999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3184_jpg.rf.37fcd4f9e59213cc070ad5eb8b0913a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3184_jpg.rf.37fcd4f9e59213cc070ad5eb8b0913a2.txt new file mode 100644 index 0000000..bd6644f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3184_jpg.rf.37fcd4f9e59213cc070ad5eb8b0913a2.txt @@ -0,0 +1,4 @@ +1 0.15506666666666666 0.5944 0.24151111111111112 0.8111999999999999 +1 0.5173333333333333 0.7785777777777778 0.1534222222222222 0.3672 +1 0.5074222222222223 0.2793777777777778 0.1483555555555556 0.3390666666666666 +1 0.8267555555555556 0.5632444444444445 0.22195555555555554 0.7360444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3186_jpg.rf.965529ab1062e8fbbeb100bc1d96ca06.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3186_jpg.rf.965529ab1062e8fbbeb100bc1d96ca06.txt new file mode 100644 index 0000000..28c595e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3186_jpg.rf.965529ab1062e8fbbeb100bc1d96ca06.txt @@ -0,0 +1,2 @@ +1 0.28942222222222225 0.5955111111111111 0.4298222222222221 0.7711555555555555 +1 0.7903555555555556 0.41919999999999996 0.2507111111111112 0.5411999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3194_jpg.rf.1cefa8f172b432b4dc6d95f97b92ecd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3194_jpg.rf.1cefa8f172b432b4dc6d95f97b92ecd3.txt new file mode 100644 index 0000000..baa5e75 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3194_jpg.rf.1cefa8f172b432b4dc6d95f97b92ecd3.txt @@ -0,0 +1,3 @@ +1 0.21493333333333334 0.5728444444444444 0.3147111111111111 0.6708000000000001 +1 0.4597777777777778 0.5762666666666667 0.29226666666666673 0.6775999999999999 +1 0.7492888888888889 0.5864 0.36333333333333334 0.697911111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3197_jpg.rf.260a7be67296dca0fa46313b46c22b09.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3197_jpg.rf.260a7be67296dca0fa46313b46c22b09.txt new file mode 100644 index 0000000..29e146e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3197_jpg.rf.260a7be67296dca0fa46313b46c22b09.txt @@ -0,0 +1 @@ +1 0.5311111111111111 0.4945333333333334 0.37306666666666666 0.5530666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3203_jpg.rf.649d546bb115ce94930b3c8738184a57.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3203_jpg.rf.649d546bb115ce94930b3c8738184a57.txt new file mode 100644 index 0000000..a053313 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3203_jpg.rf.649d546bb115ce94930b3c8738184a57.txt @@ -0,0 +1 @@ +1 0.5112 0.5260888888888889 0.3642222222222223 0.8581777777777779 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3210_jpg.rf.b2d23e77fbac5bf63be4ebe5338094a3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3210_jpg.rf.b2d23e77fbac5bf63be4ebe5338094a3.txt new file mode 100644 index 0000000..0c12b2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3210_jpg.rf.b2d23e77fbac5bf63be4ebe5338094a3.txt @@ -0,0 +1,2 @@ +1 0.7346666666666667 0.5474666666666667 0.2774222222222223 0.8401333333333332 +1 0.23715555555555556 0.5749777777777778 0.4057333333333333 0.785111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3223_jpg.rf.5fc24ad0acd04158402cfdea3d35721d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3223_jpg.rf.5fc24ad0acd04158402cfdea3d35721d.txt new file mode 100644 index 0000000..d285f1b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3223_jpg.rf.5fc24ad0acd04158402cfdea3d35721d.txt @@ -0,0 +1,2 @@ +1 0.20520000000000002 0.5610222222222222 0.2224444444444444 0.4710222222222222 +1 0.7014222222222222 0.6232444444444444 0.22195555555555554 0.5294222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3708_jpg.rf.25d8e8659db098000a0951221fa64e4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3708_jpg.rf.25d8e8659db098000a0951221fa64e4c.txt new file mode 100644 index 0000000..75d2253 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3708_jpg.rf.25d8e8659db098000a0951221fa64e4c.txt @@ -0,0 +1,3 @@ +1 0.14764444444444444 0.46595555555555557 0.2732444444444444 0.7423111111111113 +1 0.5137333333333334 0.4115555555555555 0.3163555555555556 0.7122666666666666 +1 0.8218666666666666 0.4511555555555556 0.2722666666666666 0.8125777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3709_jpg.rf.b0738e21c90d8bd982fecaf81676dcf6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3709_jpg.rf.b0738e21c90d8bd982fecaf81676dcf6.txt new file mode 100644 index 0000000..1a71fa5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3709_jpg.rf.b0738e21c90d8bd982fecaf81676dcf6.txt @@ -0,0 +1 @@ +1 0.5137333333333334 0.5904444444444444 0.4213333333333334 0.7609777777777776 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3718_jpg.rf.1b4825cd84afca3cc30ceddb718b2d80.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3718_jpg.rf.1b4825cd84afca3cc30ceddb718b2d80.txt new file mode 100644 index 0000000..a380673 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3718_jpg.rf.1b4825cd84afca3cc30ceddb718b2d80.txt @@ -0,0 +1,2 @@ +1 0.30360000000000004 0.34804444444444443 0.21866666666666665 0.6191111111111112 +1 0.7644888888888889 0.33515555555555554 0.2786666666666666 0.5670222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3727_jpg.rf.7ad677d1af3f3592b16503c18ecdef25.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3727_jpg.rf.7ad677d1af3f3592b16503c18ecdef25.txt new file mode 100644 index 0000000..e5d3ad3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3727_jpg.rf.7ad677d1af3f3592b16503c18ecdef25.txt @@ -0,0 +1 @@ +1 0.4944888888888889 0.5686222222222223 0.22622222222222224 0.5573333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3741_jpg.rf.fd9f469fc8e259f04fdb236fd9a57a62.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3741_jpg.rf.fd9f469fc8e259f04fdb236fd9a57a62.txt new file mode 100644 index 0000000..8ab0ce9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3741_jpg.rf.fd9f469fc8e259f04fdb236fd9a57a62.txt @@ -0,0 +1 @@ +1 0.4212444444444445 0.5696444444444444 0.5469777777777778 0.8077333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3742_jpg.rf.25793d88ce6622b02da4229811f2bc8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3742_jpg.rf.25793d88ce6622b02da4229811f2bc8e.txt new file mode 100644 index 0000000..9167391 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3742_jpg.rf.25793d88ce6622b02da4229811f2bc8e.txt @@ -0,0 +1 @@ +1 0.48229508196721316 0.5802909090909092 0.33972677595628414 0.6762909090909089 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3745_jpg.rf.4e89ef23be69cddd363976143b262acc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3745_jpg.rf.4e89ef23be69cddd363976143b262acc.txt new file mode 100644 index 0000000..ac672ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3745_jpg.rf.4e89ef23be69cddd363976143b262acc.txt @@ -0,0 +1,2 @@ +1 0.17026666666666668 0.5636 0.33968888888888893 0.7199111111111112 +1 0.6231555555555556 0.5258666666666666 0.5343111111111111 0.8697333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3747_jpg.rf.1c0f6ad9c941c7c10ac9ef4f8408c065.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3747_jpg.rf.1c0f6ad9c941c7c10ac9ef4f8408c065.txt new file mode 100644 index 0000000..c75f34c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3747_jpg.rf.1c0f6ad9c941c7c10ac9ef4f8408c065.txt @@ -0,0 +1 @@ +1 0.5059111111111111 0.5292444444444444 0.38608888888888887 0.7078666666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3754_jpg.rf.ac99d8afd0ea546311f45ce32d2a832c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3754_jpg.rf.ac99d8afd0ea546311f45ce32d2a832c.txt new file mode 100644 index 0000000..c4f922e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3754_jpg.rf.ac99d8afd0ea546311f45ce32d2a832c.txt @@ -0,0 +1 @@ +1 0.5378666666666666 0.48244444444444445 0.27831111111111106 0.5670666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3761_jpg.rf.fcf65e3915a0e6aaed92704545ca9663.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3761_jpg.rf.fcf65e3915a0e6aaed92704545ca9663.txt new file mode 100644 index 0000000..b71501c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3761_jpg.rf.fcf65e3915a0e6aaed92704545ca9663.txt @@ -0,0 +1 @@ +1 0.5272888888888889 0.5937333333333333 0.3604 0.7718666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3798_jpg.rf.11cb8c5aa82493b1d3918a296ca0e24f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3798_jpg.rf.11cb8c5aa82493b1d3918a296ca0e24f.txt new file mode 100644 index 0000000..0dcd9a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3798_jpg.rf.11cb8c5aa82493b1d3918a296ca0e24f.txt @@ -0,0 +1,3 @@ +1 0.1908888888888889 0.3996 0.3020888888888889 0.713111111111111 +1 0.5186222222222222 0.38284444444444443 0.32684444444444455 0.7240444444444444 +1 0.8235555555555556 0.4107111111111111 0.34795555555555563 0.7501777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3799_jpg.rf.07d9f2c69c0ead328f9ade11c0a68946.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3799_jpg.rf.07d9f2c69c0ead328f9ade11c0a68946.txt new file mode 100644 index 0000000..b767834 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3799_jpg.rf.07d9f2c69c0ead328f9ade11c0a68946.txt @@ -0,0 +1 @@ +1 0.5112 0.42377777777777775 0.3670666666666667 0.7466666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3828_jpg.rf.5df52860a4fbb7a701b8f45e877736ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3828_jpg.rf.5df52860a4fbb7a701b8f45e877736ea.txt new file mode 100644 index 0000000..13f733c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3828_jpg.rf.5df52860a4fbb7a701b8f45e877736ea.txt @@ -0,0 +1 @@ +1 0.5433333333333333 0.6146222222222222 0.359288888888889 0.7262222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3834_jpg.rf.d409a3889705dfd04abc284bfc3e5710.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3834_jpg.rf.d409a3889705dfd04abc284bfc3e5710.txt new file mode 100644 index 0000000..bf1458a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3834_jpg.rf.d409a3889705dfd04abc284bfc3e5710.txt @@ -0,0 +1,2 @@ +1 0.3546222222222222 0.5051111111111112 0.28933333333333333 0.6708000000000001 +1 0.7194222222222223 0.5195111111111111 0.2739999999999999 0.6487999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3840_jpg.rf.a1be6008518fdc7e169c1f2762cad936.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3840_jpg.rf.a1be6008518fdc7e169c1f2762cad936.txt new file mode 100644 index 0000000..f893f41 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3840_jpg.rf.a1be6008518fdc7e169c1f2762cad936.txt @@ -0,0 +1 @@ +1 0.4881333333333333 0.5177333333333333 0.7637333333333334 0.8398666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3844_jpg.rf.b0c93e30f8fab444cba0ea5a8137d30f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3844_jpg.rf.b0c93e30f8fab444cba0ea5a8137d30f.txt new file mode 100644 index 0000000..b66d0dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3844_jpg.rf.b0c93e30f8fab444cba0ea5a8137d30f.txt @@ -0,0 +1 @@ +1 0.5256000000000001 0.5861777777777777 0.32653333333333334 0.6339999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3851_jpg.rf.a27c121ab0723418b6c73ae8868fc5ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3851_jpg.rf.a27c121ab0723418b6c73ae8868fc5ef.txt new file mode 100644 index 0000000..4092485 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3851_jpg.rf.a27c121ab0723418b6c73ae8868fc5ef.txt @@ -0,0 +1 @@ +1 0.528133971291866 0.5247846889952154 0.4682296650717704 0.925980861244019 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3856_jpg.rf.b6e61e6e2f332856879b92a9af1a6088.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3856_jpg.rf.b6e61e6e2f332856879b92a9af1a6088.txt new file mode 100644 index 0000000..fa5a144 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3856_jpg.rf.b6e61e6e2f332856879b92a9af1a6088.txt @@ -0,0 +1 @@ +1 0.46040000000000003 0.5140444444444444 0.5855555555555556 0.8833333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3858_jpg.rf.7dcd5649eceb639d9dd3dc60a0871e3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3858_jpg.rf.7dcd5649eceb639d9dd3dc60a0871e3b.txt new file mode 100644 index 0000000..2e426ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3858_jpg.rf.7dcd5649eceb639d9dd3dc60a0871e3b.txt @@ -0,0 +1 @@ +1 0.6342666666666668 0.6139555555555555 0.42408888888888896 0.7720444444444446 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3863_jpg.rf.4ef795037a22eeff60d6b704d4d25f34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3863_jpg.rf.4ef795037a22eeff60d6b704d4d25f34.txt new file mode 100644 index 0000000..5259d56 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3863_jpg.rf.4ef795037a22eeff60d6b704d4d25f34.txt @@ -0,0 +1 @@ +1 0.43946666666666667 0.5425333333333333 0.6071555555555557 0.9149333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3870_jpg.rf.8ba8a129bafee6687f6270e5454c7413.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3870_jpg.rf.8ba8a129bafee6687f6270e5454c7413.txt new file mode 100644 index 0000000..f0f0b7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3870_jpg.rf.8ba8a129bafee6687f6270e5454c7413.txt @@ -0,0 +1 @@ +1 0.4688888888888889 0.6113333333333334 0.3079111111111111 0.7773333333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3882_jpg.rf.40aa7d796e4ce180088a5ac76817d21b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3882_jpg.rf.40aa7d796e4ce180088a5ac76817d21b.txt new file mode 100644 index 0000000..91631f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3882_jpg.rf.40aa7d796e4ce180088a5ac76817d21b.txt @@ -0,0 +1,2 @@ +1 0.3904 0.5327555555555555 0.2644 0.6556444444444444 +1 0.6572444444444444 0.5172444444444444 0.31204444444444435 0.6669333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3885_jpg.rf.730f1f3332dfc3365e93a131371b5380.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3885_jpg.rf.730f1f3332dfc3365e93a131371b5380.txt new file mode 100644 index 0000000..cd064b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3885_jpg.rf.730f1f3332dfc3365e93a131371b5380.txt @@ -0,0 +1 @@ +1 0.5092888888888889 0.6668444444444445 0.2981777777777777 0.4524000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3890_jpg.rf.376bf95e4f5beaf0af5a4d6acdad9bc4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3890_jpg.rf.376bf95e4f5beaf0af5a4d6acdad9bc4.txt new file mode 100644 index 0000000..528d3f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3890_jpg.rf.376bf95e4f5beaf0af5a4d6acdad9bc4.txt @@ -0,0 +1 @@ +1 0.5239111111111111 0.6105333333333334 0.3062222222222222 0.7546222222222221 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3893_jpg.rf.8b26526d0d16cd9143f05ba7034e20ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3893_jpg.rf.8b26526d0d16cd9143f05ba7034e20ce.txt new file mode 100644 index 0000000..8188ef9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3893_jpg.rf.8b26526d0d16cd9143f05ba7034e20ce.txt @@ -0,0 +1,2 @@ +1 0.33693333333333336 0.5971555555555557 0.4587555555555555 0.7442222222222221 +1 0.7581333333333334 0.4858222222222222 0.39528888888888886 0.5999111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3902_jpg.rf.481fd4c1fd20f297d720919444ea00e9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3902_jpg.rf.481fd4c1fd20f297d720919444ea00e9.txt new file mode 100644 index 0000000..ea9c654 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3902_jpg.rf.481fd4c1fd20f297d720919444ea00e9.txt @@ -0,0 +1 @@ +1 0.4627555555555556 0.5538222222222223 0.39128888888888896 0.6750222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3925_jpg.rf.5e4242cca4838f81f52f79f95e4e9085.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3925_jpg.rf.5e4242cca4838f81f52f79f95e4e9085.txt new file mode 100644 index 0000000..9832322 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3925_jpg.rf.5e4242cca4838f81f52f79f95e4e9085.txt @@ -0,0 +1 @@ +1 0.49551111111111107 0.5348888888888889 0.8217777777777778 0.8969777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3926_jpg.rf.1079191fbcd6a6772f251186eb58eaad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3926_jpg.rf.1079191fbcd6a6772f251186eb58eaad.txt new file mode 100644 index 0000000..e82ca02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3926_jpg.rf.1079191fbcd6a6772f251186eb58eaad.txt @@ -0,0 +1,3 @@ +1 0.3207111111111111 0.43186666666666673 0.5222666666666667 0.8094666666666667 +1 0.8251555555555555 0.22017777777777778 0.25 0.40297777777777777 +1 0.8057777777777778 0.7158666666666667 0.24928888888888903 0.3995999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3931_jpg.rf.db76f63c6ad211fae61ec12d6d33e7c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3931_jpg.rf.db76f63c6ad211fae61ec12d6d33e7c4.txt new file mode 100644 index 0000000..a8de468 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3931_jpg.rf.db76f63c6ad211fae61ec12d6d33e7c4.txt @@ -0,0 +1,2 @@ +1 0.33195555555555556 0.5838666666666666 0.3752444444444445 0.7605777777777778 +1 0.7537333333333334 0.4549777777777778 0.40182222222222225 0.5916 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3946_jpg.rf.cea2d5f312473b1d5baebed43165dbd8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3946_jpg.rf.cea2d5f312473b1d5baebed43165dbd8.txt new file mode 100644 index 0000000..b84557d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3946_jpg.rf.cea2d5f312473b1d5baebed43165dbd8.txt @@ -0,0 +1 @@ +1 0.4364888888888888 0.5277777777777778 0.5588888888888889 0.7271111111111113 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3949_jpg.rf.f2bf0794caa99173949647fe61a64e6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3949_jpg.rf.f2bf0794caa99173949647fe61a64e6e.txt new file mode 100644 index 0000000..69a68c8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3949_jpg.rf.f2bf0794caa99173949647fe61a64e6e.txt @@ -0,0 +1 @@ +1 0.5296 0.6516000000000001 0.27106666666666673 0.5912444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3954_jpg.rf.c19d5e635caf3147316e3a2489b543f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3954_jpg.rf.c19d5e635caf3147316e3a2489b543f5.txt new file mode 100644 index 0000000..5963874 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3954_jpg.rf.c19d5e635caf3147316e3a2489b543f5.txt @@ -0,0 +1 @@ +1 0.4714 0.5566 0.8354999999999998 0.8868 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3958_jpg.rf.d87705c5982f4695d478ff4c6d997a66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3958_jpg.rf.d87705c5982f4695d478ff4c6d997a66.txt new file mode 100644 index 0000000..5979a1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3958_jpg.rf.d87705c5982f4695d478ff4c6d997a66.txt @@ -0,0 +1 @@ +1 0.4908888888888889 0.5923555555555555 0.30791111111111114 0.7436444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3967_jpg.rf.f7c7e4e2268eaa018c4180ed8e770c34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3967_jpg.rf.f7c7e4e2268eaa018c4180ed8e770c34.txt new file mode 100644 index 0000000..8968a3f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3967_jpg.rf.f7c7e4e2268eaa018c4180ed8e770c34.txt @@ -0,0 +1 @@ +1 0.492 0.5004888888888889 0.3434222222222223 0.5847555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3970_jpg.rf.4cc07a720343f79059e38a50976fa872.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3970_jpg.rf.4cc07a720343f79059e38a50976fa872.txt new file mode 100644 index 0000000..4209f77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3970_jpg.rf.4cc07a720343f79059e38a50976fa872.txt @@ -0,0 +1 @@ +1 0.49573333333333336 0.5438666666666667 0.3015555555555555 0.6847555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3979_jpg.rf.69194f0c294687e92ec9bf6f55459624.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3979_jpg.rf.69194f0c294687e92ec9bf6f55459624.txt new file mode 100644 index 0000000..d3fb58c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Dimage3979_jpg.rf.69194f0c294687e92ec9bf6f55459624.txt @@ -0,0 +1 @@ +1 0.4242222222222222 0.5991111111111111 0.3667555555555556 0.7978222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9100_jpg.rf.f173b389d19a4e5f54dc4aa9f0474503.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9100_jpg.rf.f173b389d19a4e5f54dc4aa9f0474503.txt new file mode 100644 index 0000000..b8c41b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9100_jpg.rf.f173b389d19a4e5f54dc4aa9f0474503.txt @@ -0,0 +1 @@ +7 0.5171111111111111 0.41813333333333325 0.631288888888889 0.7838222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9108_jpg.rf.76eb49748eda564533f0dbfbe2e1c2c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9108_jpg.rf.76eb49748eda564533f0dbfbe2e1c2c2.txt new file mode 100644 index 0000000..4a202e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9108_jpg.rf.76eb49748eda564533f0dbfbe2e1c2c2.txt @@ -0,0 +1 @@ +7 0.5052444444444445 0.5017777777777778 0.6752888888888888 0.8502666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9116_jpg.rf.d87cdaa73eef2b6a7068174f267d87bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9116_jpg.rf.d87cdaa73eef2b6a7068174f267d87bd.txt new file mode 100644 index 0000000..918b4e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9116_jpg.rf.d87cdaa73eef2b6a7068174f267d87bd.txt @@ -0,0 +1,4 @@ +7 0.25448888888888893 0.2805333333333333 0.3304 0.3781777777777778 +7 0.25386666666666663 0.7792444444444445 0.32488888888888884 0.4274666666666667 +7 0.7626222222222222 0.27693333333333336 0.34342222222222213 0.3921777777777778 +7 0.7465333333333334 0.7862222222222223 0.34511111111111126 0.4033333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9134_jpg.rf.95f5eb74c0470bc840e15f0e5d5f4062.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9134_jpg.rf.95f5eb74c0470bc840e15f0e5d5f4062.txt new file mode 100644 index 0000000..8838bd1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9134_jpg.rf.95f5eb74c0470bc840e15f0e5d5f4062.txt @@ -0,0 +1 @@ +7 0.49693333333333334 0.5095111111111111 0.8697333333333334 0.9562222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9142_jpg.rf.0e54d858dd3c9dd93ca6943f8916b50d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9142_jpg.rf.0e54d858dd3c9dd93ca6943f8916b50d.txt new file mode 100644 index 0000000..e7b17cd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9142_jpg.rf.0e54d858dd3c9dd93ca6943f8916b50d.txt @@ -0,0 +1 @@ +7 0.4288444444444444 0.524 0.8314666666666667 0.8905333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9147_jpg.rf.2359e5cc384677d6b20d8f2a4d669499.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9147_jpg.rf.2359e5cc384677d6b20d8f2a4d669499.txt new file mode 100644 index 0000000..37e991d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9147_jpg.rf.2359e5cc384677d6b20d8f2a4d669499.txt @@ -0,0 +1,3 @@ +7 0.23395555555555556 0.3572444444444444 0.3204444444444444 0.37444444444444447 +7 0.6992444444444444 0.6232444444444444 0.5526222222222221 0.5763111111111112 +7 0.7013777777777778 0.32991111111111115 0.5737777777777778 0.5081333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9156_jpg.rf.8b4dc2f8d04ec4c27fbdb39f032da5d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9156_jpg.rf.8b4dc2f8d04ec4c27fbdb39f032da5d2.txt new file mode 100644 index 0000000..e5e5053 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9156_jpg.rf.8b4dc2f8d04ec4c27fbdb39f032da5d2.txt @@ -0,0 +1,2 @@ +7 0.5164888888888889 0.3558666666666666 0.3379555555555555 0.37653333333333333 +3 0.5340444444444444 0.7011111111111111 0.19111111111111112 0.36013333333333325 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9170_jpg.rf.c2132c2f001d2cd4155e21c086f16f61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9170_jpg.rf.c2132c2f001d2cd4155e21c086f16f61.txt new file mode 100644 index 0000000..73edcd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9170_jpg.rf.c2132c2f001d2cd4155e21c086f16f61.txt @@ -0,0 +1 @@ +7 0.5484888888888889 0.6590666666666666 0.9029777777777779 0.6818222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9179_jpg.rf.a8e3c3d7a70d8d277b3e4aeee13216f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9179_jpg.rf.a8e3c3d7a70d8d277b3e4aeee13216f4.txt new file mode 100644 index 0000000..6208adb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9179_jpg.rf.a8e3c3d7a70d8d277b3e4aeee13216f4.txt @@ -0,0 +1 @@ +7 0.4642222222222223 0.5023111111111112 0.8386666666666667 0.9953333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9194_jpg.rf.870766c43addd0d41838074c2593eccf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9194_jpg.rf.870766c43addd0d41838074c2593eccf.txt new file mode 100644 index 0000000..cfbda29 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9194_jpg.rf.870766c43addd0d41838074c2593eccf.txt @@ -0,0 +1,9 @@ +7 0.2584444444444444 0.2484 0.3504444444444444 0.4763555555555556 +7 0.4956888888888889 0.24613333333333332 0.27675555555555553 0.4922222222222222 +7 0.7655555555555555 0.16266666666666668 0.23657777777777786 0.3091111111111111 +7 0.9204444444444444 0.15524444444444446 0.15906666666666675 0.30697777777777774 +7 0.7634222222222222 0.48902222222222225 0.2549333333333334 0.33955555555555567 +7 0.9167555555555555 0.43977777777777777 0.1664888888888888 0.2771111111111111 +7 0.22035555555555555 0.7389777777777778 0.35888888888888887 0.5114222222222222 +7 0.4828 0.7222222222222222 0.2573333333333333 0.4800444444444444 +7 0.7551555555555556 0.8299555555555556 0.2178666666666666 0.3039999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9196_jpg.rf.946a4e798331e5d429495cef02f46bee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9196_jpg.rf.946a4e798331e5d429495cef02f46bee.txt new file mode 100644 index 0000000..acb4c3f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9196_jpg.rf.946a4e798331e5d429495cef02f46bee.txt @@ -0,0 +1 @@ +2 0.5020888888888889 0.4954222222222222 0.6308444444444444 0.8629777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9200_jpg.rf.4f5aaa12a7e3045275297cabd9ebdb74.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9200_jpg.rf.4f5aaa12a7e3045275297cabd9ebdb74.txt new file mode 100644 index 0000000..381368d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9200_jpg.rf.4f5aaa12a7e3045275297cabd9ebdb74.txt @@ -0,0 +1 @@ +7 0.5094666666666666 0.49666666666666665 0.87 0.9078666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9201_jpg.rf.0cc4b9b63c9541189f667ade17f63a7b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9201_jpg.rf.0cc4b9b63c9541189f667ade17f63a7b.txt new file mode 100644 index 0000000..b819c31 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9201_jpg.rf.0cc4b9b63c9541189f667ade17f63a7b.txt @@ -0,0 +1 @@ +7 0.5628 0.47888888888888886 0.8412 0.8215111111111113 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9210_jpg.rf.6c097b6304d4dea79a6e1d226d3b76a8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9210_jpg.rf.6c097b6304d4dea79a6e1d226d3b76a8.txt new file mode 100644 index 0000000..f157c01 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9210_jpg.rf.6c097b6304d4dea79a6e1d226d3b76a8.txt @@ -0,0 +1,2 @@ +7 0.35564444444444443 0.4661777777777777 0.47342222222222224 0.8638222222222223 +7 0.7200888888888889 0.44226666666666675 0.3980444444444445 0.8202222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9211_jpg.rf.b768b29b8b07aefdd10dba8a7f429451.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9211_jpg.rf.b768b29b8b07aefdd10dba8a7f429451.txt new file mode 100644 index 0000000..0fb2331 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9211_jpg.rf.b768b29b8b07aefdd10dba8a7f429451.txt @@ -0,0 +1 @@ +7 0.47850000000000004 0.5025 0.7173 0.8886000000000002 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9212_jpg.rf.9066d7eb686727d45c65f5fb8ad1f6f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9212_jpg.rf.9066d7eb686727d45c65f5fb8ad1f6f4.txt new file mode 100644 index 0000000..57cd200 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9212_jpg.rf.9066d7eb686727d45c65f5fb8ad1f6f4.txt @@ -0,0 +1 @@ +7 0.4925333333333333 0.5074666666666667 0.937688888888889 0.9844888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9226_jpg.rf.b9c0e1291eb408946b277bb6925b9ae4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9226_jpg.rf.b9c0e1291eb408946b277bb6925b9ae4.txt new file mode 100644 index 0000000..3c492b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9226_jpg.rf.b9c0e1291eb408946b277bb6925b9ae4.txt @@ -0,0 +1 @@ +7 0.4898666666666667 0.4722666666666668 0.6863111111111112 0.9008444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9237_jpg.rf.ace45531036d718a33e615d4093f5f4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9237_jpg.rf.ace45531036d718a33e615d4093f5f4a.txt new file mode 100644 index 0000000..16a50d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9237_jpg.rf.ace45531036d718a33e615d4093f5f4a.txt @@ -0,0 +1 @@ +7 0.454488888888889 0.5804888888888889 0.7091555555555555 0.5844444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9272_jpg.rf.6d76608e9c12b9c07cee0edd4a0ad000.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9272_jpg.rf.6d76608e9c12b9c07cee0edd4a0ad000.txt new file mode 100644 index 0000000..867e4ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9272_jpg.rf.6d76608e9c12b9c07cee0edd4a0ad000.txt @@ -0,0 +1 @@ +7 0.5094666666666666 0.4768444444444445 0.6499111111111112 0.8639555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9285_jpg.rf.68548641c0fe1dce931c65c5bb20f53d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9285_jpg.rf.68548641c0fe1dce931c65c5bb20f53d.txt new file mode 100644 index 0000000..d598ec3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9285_jpg.rf.68548641c0fe1dce931c65c5bb20f53d.txt @@ -0,0 +1 @@ +7 0.486 0.5457777777777778 0.6494666666666666 0.8536888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9313_jpg.rf.81fce83f4a0472589c617b31404a2656.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9313_jpg.rf.81fce83f4a0472589c617b31404a2656.txt new file mode 100644 index 0000000..f203d5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9313_jpg.rf.81fce83f4a0472589c617b31404a2656.txt @@ -0,0 +1 @@ +7 0.486 0.5204 0.7002666666666667 0.8875555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9335_jpg.rf.6e8e0aeddb68289d5b4600a225f5ebf2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9335_jpg.rf.6e8e0aeddb68289d5b4600a225f5ebf2.txt new file mode 100644 index 0000000..42203c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9335_jpg.rf.6e8e0aeddb68289d5b4600a225f5ebf2.txt @@ -0,0 +1 @@ +7 0.4956888888888889 0.5186666666666667 0.5476444444444444 0.6951555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9336_jpg.rf.14e0ae4161181cc60daa2a975bcf0a0b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9336_jpg.rf.14e0ae4161181cc60daa2a975bcf0a0b.txt new file mode 100644 index 0000000..0c6bc1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9336_jpg.rf.14e0ae4161181cc60daa2a975bcf0a0b.txt @@ -0,0 +1 @@ +7 0.49622222222222223 0.4114222222222222 0.7497777777777778 0.7685333333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9339_jpg.rf.fa6658408c09111c59a8bffbaf2839db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9339_jpg.rf.fa6658408c09111c59a8bffbaf2839db.txt new file mode 100644 index 0000000..5c0d915 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9339_jpg.rf.fa6658408c09111c59a8bffbaf2839db.txt @@ -0,0 +1 @@ +7 0.5060888888888889 0.4716888888888889 0.9139999999999999 0.8494222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage933C_jpeg_jpg.rf.02e4e34a280d9cc840adcbec56be67f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage933C_jpeg_jpg.rf.02e4e34a280d9cc840adcbec56be67f2.txt new file mode 100644 index 0000000..00affa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage933C_jpeg_jpg.rf.02e4e34a280d9cc840adcbec56be67f2.txt @@ -0,0 +1 @@ +7 0.5044444444444445 0.5022222222222222 0.84 0.9955555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage935C_jpeg_jpg.rf.18f49fb93b12777bbc7a680163138d92.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage935C_jpeg_jpg.rf.18f49fb93b12777bbc7a680163138d92.txt new file mode 100644 index 0000000..046396b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage935C_jpeg_jpg.rf.18f49fb93b12777bbc7a680163138d92.txt @@ -0,0 +1 @@ +7 0.49540000000000006 0.5444 0.6409999999999999 0.8242000000000002 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage941_jpg.rf.8bfc36f4eb50864609274f6e9253206c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage941_jpg.rf.8bfc36f4eb50864609274f6e9253206c.txt new file mode 100644 index 0000000..58ca758 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage941_jpg.rf.8bfc36f4eb50864609274f6e9253206c.txt @@ -0,0 +1 @@ +7 0.5054666666666667 0.49733333333333335 0.6714666666666668 0.9472444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9428_jpg.rf.fd3aa734a2da46672b1f39881954380d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9428_jpg.rf.fd3aa734a2da46672b1f39881954380d.txt new file mode 100644 index 0000000..44262b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9428_jpg.rf.fd3aa734a2da46672b1f39881954380d.txt @@ -0,0 +1,2 @@ +7 0.2852 0.5424 0.4721777777777777 0.7825777777777778 +7 0.7414666666666667 0.5892444444444445 0.44328888888888895 0.7881777777777776 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9460_jpg.rf.90c218cbc3dc1e996a725daaf2388824.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9460_jpg.rf.90c218cbc3dc1e996a725daaf2388824.txt new file mode 100644 index 0000000..9a16972 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9460_jpg.rf.90c218cbc3dc1e996a725daaf2388824.txt @@ -0,0 +1 @@ +7 0.49622222222222223 0.48444444444444446 0.7497777777777778 0.8934222222222221 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9462_jpg.rf.64153a411e17ee3900abe54b99e2fcdc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9462_jpg.rf.64153a411e17ee3900abe54b99e2fcdc.txt new file mode 100644 index 0000000..b166c6b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9462_jpg.rf.64153a411e17ee3900abe54b99e2fcdc.txt @@ -0,0 +1 @@ +7 0.5267555555555555 0.5564 0.4404444444444444 0.5463111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage946_jpg.rf.8528a4159b7a9f6ca8a40ff39b0afb6f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage946_jpg.rf.8528a4159b7a9f6ca8a40ff39b0afb6f.txt new file mode 100644 index 0000000..094e557 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage946_jpg.rf.8528a4159b7a9f6ca8a40ff39b0afb6f.txt @@ -0,0 +1 @@ +7 0.4957333333333334 0.5203111111111111 0.6266222222222223 0.9593777777777779 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9474_jpg.rf.6bbd028a6cf976626112c0b192afdf8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9474_jpg.rf.6bbd028a6cf976626112c0b192afdf8c.txt new file mode 100644 index 0000000..954f8f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9474_jpg.rf.6bbd028a6cf976626112c0b192afdf8c.txt @@ -0,0 +1,3 @@ +7 0.3055555555555556 0.5176 0.6005333333333334 0.7311555555555556 +7 0.8047111111111112 0.2611111111111111 0.3275999999999999 0.4255555555555556 +7 0.8151111111111111 0.7516444444444444 0.3660444444444445 0.41831111111111113 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage947_jpg.rf.6c8ff14865382645a80192220d9464ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage947_jpg.rf.6c8ff14865382645a80192220d9464ab.txt new file mode 100644 index 0000000..43aef81 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage947_jpg.rf.6c8ff14865382645a80192220d9464ab.txt @@ -0,0 +1 @@ +7 0.4959555555555556 0.5263111111111111 0.6736 0.8824888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9493_jpg.rf.3740cb0044571722d61ad95d56cebc98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9493_jpg.rf.3740cb0044571722d61ad95d56cebc98.txt new file mode 100644 index 0000000..4ddb2e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9493_jpg.rf.3740cb0044571722d61ad95d56cebc98.txt @@ -0,0 +1,2 @@ +7 0.3518222222222222 0.5178222222222223 0.5589333333333333 0.6792444444444445 +7 0.7888444444444445 0.5533777777777777 0.36204444444444434 0.7334666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage949_jpg.rf.15f45b586d842c5874062f66d74124e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage949_jpg.rf.15f45b586d842c5874062f66d74124e1.txt new file mode 100644 index 0000000..c022453 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage949_jpg.rf.15f45b586d842c5874062f66d74124e1.txt @@ -0,0 +1 @@ +7 0.4917333333333334 0.4761333333333333 0.45857777777777786 0.6170222222222224 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage94_jpg.rf.5cb59a6ecf3a1ec1f3257d55b7ebe3ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage94_jpg.rf.5cb59a6ecf3a1ec1f3257d55b7ebe3ea.txt new file mode 100644 index 0000000..c29e6da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage94_jpg.rf.5cb59a6ecf3a1ec1f3257d55b7ebe3ea.txt @@ -0,0 +1 @@ +7 0.48617777777777776 0.5463555555555556 0.5412888888888888 0.7413777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9504_jpg.rf.3b71374c34fff8d09aac66209a5aa558.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9504_jpg.rf.3b71374c34fff8d09aac66209a5aa558.txt new file mode 100644 index 0000000..4a3d8a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9504_jpg.rf.3b71374c34fff8d09aac66209a5aa558.txt @@ -0,0 +1,2 @@ +7 0.5588444444444445 0.5864 0.7516 0.8193777777777779 +7 0.36693333333333333 0.44124444444444444 0.5257777777777778 0.8020444444444443 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9517_jpg.rf.2c24f13e2c3ada279a60958447552cb1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9517_jpg.rf.2c24f13e2c3ada279a60958447552cb1.txt new file mode 100644 index 0000000..64cd431 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9517_jpg.rf.2c24f13e2c3ada279a60958447552cb1.txt @@ -0,0 +1 @@ +7 0.47102222222222223 0.5525333333333333 0.566 0.610488888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage951_jpg.rf.08e67a7804c8abcdde6fe1bc90828554.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage951_jpg.rf.08e67a7804c8abcdde6fe1bc90828554.txt new file mode 100644 index 0000000..13158c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage951_jpg.rf.08e67a7804c8abcdde6fe1bc90828554.txt @@ -0,0 +1,5 @@ +7 0.5941777777777778 0.7997333333333333 0.26048888888888894 0.34573333333333345 +7 0.25195555555555554 0.4818222222222222 0.46075555555555564 0.4633333333333333 +7 0.8506666666666667 0.7847111111111111 0.24857777777777781 0.34533333333333327 +7 0.5981777777777778 0.5698666666666666 0.2388888888888889 0.31773333333333337 +7 0.8506666666666667 0.5709333333333334 0.24857777777777781 0.31564444444444434 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9528_jpg.rf.f718d8f6da204148f6d8342e6aca1b01.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9528_jpg.rf.f718d8f6da204148f6d8342e6aca1b01.txt new file mode 100644 index 0000000..cbf4353 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9528_jpg.rf.f718d8f6da204148f6d8342e6aca1b01.txt @@ -0,0 +1,3 @@ +7 0.7046222222222221 0.24368888888888887 0.3713777777777778 0.48231111111111113 +7 0.6932 0.7379555555555555 0.3569777777777777 0.4761333333333333 +7 0.23564444444444443 0.362 0.46626666666666666 0.33377777777777773 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9585_jpg.rf.bc05f3e2d6ba07c8aac1e8d187c140ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9585_jpg.rf.bc05f3e2d6ba07c8aac1e8d187c140ab.txt new file mode 100644 index 0000000..f91eb13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9585_jpg.rf.bc05f3e2d6ba07c8aac1e8d187c140ab.txt @@ -0,0 +1 @@ +7 0.5424888888888889 0.5024000000000001 0.6989777777777777 0.9912444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9590_jpg.rf.29caa518f34ae9cbc0c0d70c20ba07f3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9590_jpg.rf.29caa518f34ae9cbc0c0d70c20ba07f3.txt new file mode 100644 index 0000000..2cc31e6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9590_jpg.rf.29caa518f34ae9cbc0c0d70c20ba07f3.txt @@ -0,0 +1 @@ +7 0.5044 0.49879999999999997 0.6397333333333334 0.9036444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9618_jpg.rf.fbdf784c3f2b6b28c481a9c35de371d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9618_jpg.rf.fbdf784c3f2b6b28c481a9c35de371d2.txt new file mode 100644 index 0000000..bd3c85a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9618_jpg.rf.fbdf784c3f2b6b28c481a9c35de371d2.txt @@ -0,0 +1 @@ +7 0.5467555555555556 0.6310666666666667 0.6736 0.7237333333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9645_jpg.rf.0da23484fe025e8e99928782536111d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9645_jpg.rf.0da23484fe025e8e99928782536111d2.txt new file mode 100644 index 0000000..807ee99 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9645_jpg.rf.0da23484fe025e8e99928782536111d2.txt @@ -0,0 +1 @@ +7 0.47435555555555553 0.5170222222222222 0.9436444444444444 0.9528 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9648_jpg.rf.c84bdecc585d27226719b692315ece32.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9648_jpg.rf.c84bdecc585d27226719b692315ece32.txt new file mode 100644 index 0000000..19b61cd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9648_jpg.rf.c84bdecc585d27226719b692315ece32.txt @@ -0,0 +1 @@ +7 0.5105333333333334 0.5073777777777778 0.6280888888888888 0.8334666666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9649_jpg.rf.6c1bbf36f035aae6ac2a59551f142404.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9649_jpg.rf.6c1bbf36f035aae6ac2a59551f142404.txt new file mode 100644 index 0000000..332e034 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9649_jpg.rf.6c1bbf36f035aae6ac2a59551f142404.txt @@ -0,0 +1,3 @@ +7 0.3150222222222222 0.48884444444444436 0.6054666666666667 0.9641777777777778 +7 0.8223111111111111 0.7688444444444444 0.2680888888888889 0.4447999999999999 +7 0.7905333333333333 0.27142222222222223 0.23 0.42346666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9653_jpg.rf.6bf49e061f54453b25be6ebb44b2c878.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9653_jpg.rf.6bf49e061f54453b25be6ebb44b2c878.txt new file mode 100644 index 0000000..07e8665 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9653_jpg.rf.6bf49e061f54453b25be6ebb44b2c878.txt @@ -0,0 +1 @@ +7 0.49711111111111106 0.5556888888888889 0.7367555555555557 0.7819555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9661_jpg.rf.c45ffffa8e27069bc7bc745124db6d11.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9661_jpg.rf.c45ffffa8e27069bc7bc745124db6d11.txt new file mode 100644 index 0000000..695fa99 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9661_jpg.rf.c45ffffa8e27069bc7bc745124db6d11.txt @@ -0,0 +1 @@ +7 0.49200000000000005 0.49839999999999995 0.7497777777777778 0.97 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9663_jpg.rf.87da32fd562858cdeeed5ae58be8dde9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9663_jpg.rf.87da32fd562858cdeeed5ae58be8dde9.txt new file mode 100644 index 0000000..657434e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9663_jpg.rf.87da32fd562858cdeeed5ae58be8dde9.txt @@ -0,0 +1 @@ +7 0.5267555555555555 0.5380888888888888 0.5589777777777778 0.7636000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9680_jpg.rf.6470fea93554c2201de9fb72915468de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9680_jpg.rf.6470fea93554c2201de9fb72915468de.txt new file mode 100644 index 0000000..ad0326c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9680_jpg.rf.6470fea93554c2201de9fb72915468de.txt @@ -0,0 +1 @@ +7 0.4949777777777778 0.5442222222222222 0.5124000000000001 0.5960444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9681_jpg.rf.ee442d046cc74053b09c8f883b653f43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9681_jpg.rf.ee442d046cc74053b09c8f883b653f43.txt new file mode 100644 index 0000000..7962d83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9681_jpg.rf.ee442d046cc74053b09c8f883b653f43.txt @@ -0,0 +1 @@ +7 0.47013333333333335 0.40502222222222223 0.9351555555555556 0.796488888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9683_jpg.rf.9610b2533332ebdfa87c2a54d90db6f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9683_jpg.rf.9610b2533332ebdfa87c2a54d90db6f2.txt new file mode 100644 index 0000000..e95d050 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9683_jpg.rf.9610b2533332ebdfa87c2a54d90db6f2.txt @@ -0,0 +1,4 @@ +7 0.3833777777777778 0.5463555555555556 0.5500444444444446 0.8463555555555556 +7 0.8466222222222223 0.16217777777777778 0.19906666666666675 0.32355555555555554 +7 0.8442666666666667 0.49493333333333334 0.2037333333333332 0.3287111111111111 +7 0.8565777777777778 0.8335555555555556 0.19613333333333333 0.3328888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9700_jpg.rf.2fd2ff194f7139186c530ee0e56db6d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9700_jpg.rf.2fd2ff194f7139186c530ee0e56db6d3.txt new file mode 100644 index 0000000..b6dcc89 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9700_jpg.rf.2fd2ff194f7139186c530ee0e56db6d3.txt @@ -0,0 +1 @@ +7 0.34484444444444445 0.5311555555555556 0.3460444444444445 0.6424444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9703_jpg.rf.241a3269c98f88cdcf28bef7b15b5114.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9703_jpg.rf.241a3269c98f88cdcf28bef7b15b5114.txt new file mode 100644 index 0000000..2b764e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9703_jpg.rf.241a3269c98f88cdcf28bef7b15b5114.txt @@ -0,0 +1,2 @@ +7 0.23555555555555555 0.6022222222222222 0.4711111111111111 0.7333333333333333 +7 0.5540888888888889 0.5075555555555555 0.39986666666666665 0.6750666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage970_jpg.rf.7f34a9495763a69887d185f9884db118.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage970_jpg.rf.7f34a9495763a69887d185f9884db118.txt new file mode 100644 index 0000000..d66021a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage970_jpg.rf.7f34a9495763a69887d185f9884db118.txt @@ -0,0 +1 @@ +7 0.5109777777777778 0.6149777777777778 0.8940888888888889 0.759288888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage971_jpg.rf.894b6efe09778ff9eb9848aabff14967.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage971_jpg.rf.894b6efe09778ff9eb9848aabff14967.txt new file mode 100644 index 0000000..0b3baf5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage971_jpg.rf.894b6efe09778ff9eb9848aabff14967.txt @@ -0,0 +1,2 @@ +7 0.5073777777777778 0.23395555555555556 0.34937777777777784 0.4679111111111111 +3 0.5145777777777778 0.6058666666666667 0.2537333333333333 0.5844444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9726_jpg.rf.1bd56b79f8dbc4eff8e7cd5fd6de2656.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9726_jpg.rf.1bd56b79f8dbc4eff8e7cd5fd6de2656.txt new file mode 100644 index 0000000..5d2a714 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9726_jpg.rf.1bd56b79f8dbc4eff8e7cd5fd6de2656.txt @@ -0,0 +1,8 @@ +7 0.7734222222222222 0.6839555555555555 0.33537777777777766 0.3300444444444444 +7 0.5482222222222222 0.6780444444444444 0.24062222222222215 0.3351555555555555 +7 0.3706666666666667 0.6769777777777778 0.25377777777777777 0.3372444444444444 +7 0.17959999999999998 0.6710666666666667 0.27368888888888887 0.342311111111111 +7 0.19231111111111113 0.32266666666666666 0.2652 0.34813333333333324 +7 0.3459111111111111 0.32008888888888887 0.25924444444444444 0.34306666666666663 +7 0.5258222222222222 0.31924444444444444 0.28884444444444446 0.3413777777777778 +7 0.7670666666666667 0.3256 0.3650222222222222 0.3286666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9740_jpg.rf.f4fba83012367e502f993e9912323b2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9740_jpg.rf.f4fba83012367e502f993e9912323b2e.txt new file mode 100644 index 0000000..649d31f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9740_jpg.rf.f4fba83012367e502f993e9912323b2e.txt @@ -0,0 +1 @@ +2 0.5060888888888889 0.41759999999999997 0.6538666666666667 0.8351999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9778_jpg.rf.144c6d63f3def0698ee0b106e1befc5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9778_jpg.rf.144c6d63f3def0698ee0b106e1befc5b.txt new file mode 100644 index 0000000..e32b9cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9778_jpg.rf.144c6d63f3def0698ee0b106e1befc5b.txt @@ -0,0 +1 @@ +7 0.5018666666666667 0.5017333333333334 0.5161333333333333 0.6978666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9798_jpg.rf.33f2c32d261693b485da96fa3c0977b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9798_jpg.rf.33f2c32d261693b485da96fa3c0977b0.txt new file mode 100644 index 0000000..090c7aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9798_jpg.rf.33f2c32d261693b485da96fa3c0977b0.txt @@ -0,0 +1 @@ +7 0.5192444444444444 0.5015555555555555 0.7963111111111111 0.955688888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage97_jpg.rf.08176acc3b403ae47a5785b55978d279.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage97_jpg.rf.08176acc3b403ae47a5785b55978d279.txt new file mode 100644 index 0000000..6ca976e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage97_jpg.rf.08176acc3b403ae47a5785b55978d279.txt @@ -0,0 +1 @@ +7 0.4671555555555556 0.49835555555555555 0.6160444444444445 0.7249777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9812_jpg.rf.f0ec125dc21e3e09c68506c7796df6ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9812_jpg.rf.f0ec125dc21e3e09c68506c7796df6ec.txt new file mode 100644 index 0000000..a9553f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9812_jpg.rf.f0ec125dc21e3e09c68506c7796df6ec.txt @@ -0,0 +1 @@ +7 0.47311111111111104 0.4905333333333334 0.7294666666666666 0.8151555555555554 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9835_jpg.rf.ca80a293df72700a74472ba5feb4e911.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9835_jpg.rf.ca80a293df72700a74472ba5feb4e911.txt new file mode 100644 index 0000000..03f938e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9835_jpg.rf.ca80a293df72700a74472ba5feb4e911.txt @@ -0,0 +1 @@ +7 0.5112 0.4909777777777778 0.7887111111111111 0.9429777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9839_jpg.rf.30515994693584cdab558131e86a1d49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9839_jpg.rf.30515994693584cdab558131e86a1d49.txt new file mode 100644 index 0000000..8bba8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9839_jpg.rf.30515994693584cdab558131e86a1d49.txt @@ -0,0 +1 @@ +7 0.3706666666666667 0.6083999999999999 0.5584888888888889 0.6911555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9840_jpg.rf.272c841bf5cf43873be08b3b2181b58f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9840_jpg.rf.272c841bf5cf43873be08b3b2181b58f.txt new file mode 100644 index 0000000..3b382ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9840_jpg.rf.272c841bf5cf43873be08b3b2181b58f.txt @@ -0,0 +1 @@ +7 0.5281333333333333 0.4974666666666667 0.7040444444444445 0.9178666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9858_jpg.rf.30645abbe18bc98343f9541909ec693c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9858_jpg.rf.30645abbe18bc98343f9541909ec693c.txt new file mode 100644 index 0000000..9e74298 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9858_jpg.rf.30645abbe18bc98343f9541909ec693c.txt @@ -0,0 +1 @@ +7 0.4921777777777777 0.5088 0.7692 0.9717333333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9864_jpg.rf.48ce2f63b744132b9f8ca23c80061688.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9864_jpg.rf.48ce2f63b744132b9f8ca23c80061688.txt new file mode 100644 index 0000000..f62cf88 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9864_jpg.rf.48ce2f63b744132b9f8ca23c80061688.txt @@ -0,0 +1 @@ +7 0.5346666666666666 0.5489777777777778 0.48439999999999994 0.8304 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9882_jpg.rf.3aa2d12295d9063bb3eb84e3507097ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9882_jpg.rf.3aa2d12295d9063bb3eb84e3507097ba.txt new file mode 100644 index 0000000..dc81c13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9882_jpg.rf.3aa2d12295d9063bb3eb84e3507097ba.txt @@ -0,0 +1,4 @@ +7 0.2602222222222222 0.3366222222222222 0.3054222222222222 0.2999111111111111 +7 0.25893333333333335 0.5982222222222222 0.30119999999999997 0.3152000000000001 +7 0.7545777777777778 0.5806666666666667 0.2850222222222222 0.32662222222222226 +7 0.7433333333333333 0.34191111111111117 0.26679999999999987 0.30622222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9891_jpg.rf.9847817d31a69363fe8347025771b76e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9891_jpg.rf.9847817d31a69363fe8347025771b76e.txt new file mode 100644 index 0000000..734b4c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9891_jpg.rf.9847817d31a69363fe8347025771b76e.txt @@ -0,0 +1 @@ +7 0.48831111111111114 0.4583555555555555 0.8276444444444445 0.7 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9893_jpg.rf.ff0a537b1b6f309adbdbd36971c95313.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9893_jpg.rf.ff0a537b1b6f309adbdbd36971c95313.txt new file mode 100644 index 0000000..91390bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9893_jpg.rf.ff0a537b1b6f309adbdbd36971c95313.txt @@ -0,0 +1,4 @@ +7 0.8368888888888889 0.19688888888888886 0.2761333333333333 0.2575111111111111 +7 0.3340444444444444 0.6156444444444444 0.6587999999999998 0.7478666666666668 +7 0.8260888888888889 0.5182222222222223 0.19951111111111106 0.24831111111111112 +7 0.8210222222222222 0.8454666666666666 0.24013333333333348 0.3017333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage989_jpg.rf.78e945827a88f94abecfeaa410713bbb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage989_jpg.rf.78e945827a88f94abecfeaa410713bbb.txt new file mode 100644 index 0000000..1fba421 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage989_jpg.rf.78e945827a88f94abecfeaa410713bbb.txt @@ -0,0 +1 @@ +7 0.5010222222222221 0.5332888888888888 0.5652444444444444 0.8075555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9902_jpg.rf.2b9ba09acf6dff491d504fe3bf3f7fe7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9902_jpg.rf.2b9ba09acf6dff491d504fe3bf3f7fe7.txt new file mode 100644 index 0000000..0fe570e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9902_jpg.rf.2b9ba09acf6dff491d504fe3bf3f7fe7.txt @@ -0,0 +1,2 @@ +7 0.7217777777777779 0.7127555555555556 0.4352888888888889 0.5231111111111111 +7 0.19777777777777777 0.3349333333333333 0.38626666666666665 0.43195555555555554 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9904_jpg.rf.d7ba8a047caef2b59e244512ee1b08b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9904_jpg.rf.d7ba8a047caef2b59e244512ee1b08b8.txt new file mode 100644 index 0000000..42b72af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9904_jpg.rf.d7ba8a047caef2b59e244512ee1b08b8.txt @@ -0,0 +1 @@ +7 0.5023111111111112 0.5013333333333334 0.9953333333333333 0.9595111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9941_jpg.rf.cc747534e4f1a6606802e86fe853f359.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9941_jpg.rf.cc747534e4f1a6606802e86fe853f359.txt new file mode 100644 index 0000000..727bc4c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9941_jpg.rf.cc747534e4f1a6606802e86fe853f359.txt @@ -0,0 +1 @@ +7 0.48617777777777776 0.5082666666666668 0.6936888888888889 0.9304888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9953_jpg.rf.5bc478e574e6219cb06c54e58678d3b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9953_jpg.rf.5bc478e574e6219cb06c54e58678d3b5.txt new file mode 100644 index 0000000..2bb1aa9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9953_jpg.rf.5bc478e574e6219cb06c54e58678d3b5.txt @@ -0,0 +1 @@ +7 0.5029333333333333 0.51 0.9880444444444445 0.9726222222222224 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9958_jpg.rf.f2e0b97c5b19ebdc852c30407ed4de21.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9958_jpg.rf.f2e0b97c5b19ebdc852c30407ed4de21.txt new file mode 100644 index 0000000..be40779 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9958_jpg.rf.f2e0b97c5b19ebdc852c30407ed4de21.txt @@ -0,0 +1 @@ +7 0.4907555555555555 0.40702222222222223 0.6308888888888888 0.8140444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9966_jpg.rf.772e849d1ed36e3a2aa0ef0da9244023.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9966_jpg.rf.772e849d1ed36e3a2aa0ef0da9244023.txt new file mode 100644 index 0000000..9f30c91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9966_jpg.rf.772e849d1ed36e3a2aa0ef0da9244023.txt @@ -0,0 +1 @@ +7 0.5391111111111111 0.5436444444444444 0.5567555555555556 0.7732444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9971_jpg.rf.f41784d631270a194aa287679f09b1c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9971_jpg.rf.f41784d631270a194aa287679f09b1c1.txt new file mode 100644 index 0000000..b5cc0ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9971_jpg.rf.f41784d631270a194aa287679f09b1c1.txt @@ -0,0 +1 @@ +7 0.49173333333333336 0.5163555555555556 0.6989777777777778 0.8075555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9972_jpg.rf.aaeb6cef38a40829eb75948501854fe5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9972_jpg.rf.aaeb6cef38a40829eb75948501854fe5.txt new file mode 100644 index 0000000..1003edd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9972_jpg.rf.aaeb6cef38a40829eb75948501854fe5.txt @@ -0,0 +1,8 @@ +7 0.34844444444444445 0.39271111111111107 0.5352000000000001 0.5941333333333334 +7 0.12035555555555555 0.8657777777777779 0.20595555555555556 0.20693333333333333 +7 0.37808888888888886 0.8668444444444444 0.17124444444444445 0.1878666666666666 +7 0.62 0.8628 0.20208888888888896 0.1925333333333333 +7 0.8641777777777778 0.8575111111111111 0.17408888888888896 0.18617777777777772 +7 0.8680000000000001 0.6143111111111111 0.2240444444444443 0.21191111111111113 +7 0.8658666666666667 0.3823111111111111 0.1775111111111111 0.17120000000000005 +7 0.8722222222222222 0.13106666666666664 0.21559999999999996 0.22319999999999998 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9981_jpg.rf.c52467a542c7fcc1f9651ac18f70f2d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9981_jpg.rf.c52467a542c7fcc1f9651ac18f70f2d2.txt new file mode 100644 index 0000000..3e60dcb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Himage9981_jpg.rf.c52467a542c7fcc1f9651ac18f70f2d2.txt @@ -0,0 +1 @@ +7 0.512888888888889 0.5023111111111112 0.842888888888889 0.9953333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122842_jpg.rf.15d02d6bbc09f5e0094fc21abddae936.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122842_jpg.rf.15d02d6bbc09f5e0094fc21abddae936.txt new file mode 100644 index 0000000..3545c7d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122842_jpg.rf.15d02d6bbc09f5e0094fc21abddae936.txt @@ -0,0 +1,3 @@ +7 0.409418202764977 0.5023788927335641 0.4475806451612903 0.40116782006920415 +3 0.40639400921658986 0.813689446366782 0.29118663594470046 0.3585640138408305 +0 0.3819124423963134 0.4874567474048443 0.34274193548387094 0.3235294117647059 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122845_jpg.rf.a16b3fc1db3c19258f82b8f93ac570cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122845_jpg.rf.a16b3fc1db3c19258f82b8f93ac570cc.txt new file mode 100644 index 0000000..c064b3e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122845_jpg.rf.a16b3fc1db3c19258f82b8f93ac570cc.txt @@ -0,0 +1,3 @@ +0 0.46673387096774194 0.49805363321799306 0.3096198156682028 0.31985294117647056 +7 0.48919930875576034 0.5111375432525952 0.454205069124424 0.37608131487889274 +3 0.4750864055299539 0.8102292387543253 0.2762096774193548 0.3795415224913495 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122900_jpg.rf.a6ebd918c6d3931249ea4cc2dc9ee6e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122900_jpg.rf.a6ebd918c6d3931249ea4cc2dc9ee6e0.txt new file mode 100644 index 0000000..4c6a5e9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122900_jpg.rf.a6ebd918c6d3931249ea4cc2dc9ee6e0.txt @@ -0,0 +1,2 @@ +3 0.47681451612903225 0.7754108996539792 0.2828341013824885 0.3648356401384083 +0 0.4992799539170507 0.46053200692041524 0.4043778801843318 0.34234429065743943 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122944_jpg.rf.7178af88a2b1f731f9db24d786413d9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122944_jpg.rf.7178af88a2b1f731f9db24d786413d9d.txt new file mode 100644 index 0000000..c28de5e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_122944_jpg.rf.7178af88a2b1f731f9db24d786413d9d.txt @@ -0,0 +1,2 @@ +0 0.40682603686635943 0.5161115916955017 0.42252304147465436 0.331098615916955 +3 0.41849078341013823 0.7941176470588235 0.2595046082949309 0.31228373702422146 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123042_jpg.rf.ba212711d470ab980053937a66150ca7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123042_jpg.rf.ba212711d470ab980053937a66150ca7.txt new file mode 100644 index 0000000..9fc73e6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123042_jpg.rf.ba212711d470ab980053937a66150ca7.txt @@ -0,0 +1,2 @@ +3 0.5306064073226545 0.8185137457044673 0.25943935926773454 0.3629725085910653 +0 0.5306064073226545 0.5128865979381443 0.3155034324942792 0.29037800687285226 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123101_jpg.rf.13d3895da75b44b2f750c3d763bb6a83.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123101_jpg.rf.13d3895da75b44b2f750c3d763bb6a83.txt new file mode 100644 index 0000000..de19116 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123101_jpg.rf.13d3895da75b44b2f750c3d763bb6a83.txt @@ -0,0 +1,2 @@ +0 0.5075800915331807 0.5165378006872853 0.3123569794050343 0.2704037800687285 +3 0.5421910755148741 0.7982173539518901 0.23627002288329518 0.38208762886597936 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123154_jpg.rf.995183db773358c278d4c8f28d2eba7e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123154_jpg.rf.995183db773358c278d4c8f28d2eba7e.txt new file mode 100644 index 0000000..81d457d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123154_jpg.rf.995183db773358c278d4c8f28d2eba7e.txt @@ -0,0 +1,2 @@ +5 0.5522025171624714 0.7070446735395189 0.2660183066361556 0.20231958762886598 +0 0.5554919908466819 0.5066580756013745 0.2760297482837529 0.23582474226804123 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123234_jpg.rf.2aaa888f10a852f6237ca5e7f058a0e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123234_jpg.rf.2aaa888f10a852f6237ca5e7f058a0e4.txt new file mode 100644 index 0000000..f226daf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123234_jpg.rf.2aaa888f10a852f6237ca5e7f058a0e4.txt @@ -0,0 +1,2 @@ +0 0.556779176201373 0.511168384879725 0.2811784897025172 0.23346219931271478 +5 0.5504862700228833 0.7114475945017182 0.2030892448512586 0.19737972508591065 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123315_jpg.rf.39efe0620a8b1c752c4289158aff3a80.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123315_jpg.rf.39efe0620a8b1c752c4289158aff3a80.txt new file mode 100644 index 0000000..8a7ab4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123315_jpg.rf.39efe0620a8b1c752c4289158aff3a80.txt @@ -0,0 +1,2 @@ +5 0.5350400457665904 0.7368986254295533 0.27545766590389015 0.22401202749140894 +0 0.522883295194508 0.5171821305841925 0.33867276887871856 0.2981099656357388 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123335_jpg.rf.0b3faff1362403a3827a1df5803874c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123335_jpg.rf.0b3faff1362403a3827a1df5803874c9.txt new file mode 100644 index 0000000..0a7f845 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123335_jpg.rf.0b3faff1362403a3827a1df5803874c9.txt @@ -0,0 +1,2 @@ +0 0.5798054919908466 0.5046176975945017 0.3512585812356979 0.2972508591065292 +5 0.5653604118993135 0.7321735395189003 0.3040617848970252 0.25773195876288657 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123429_jpg.rf.d35220b6368b7d1da282291d81f53c1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123429_jpg.rf.d35220b6368b7d1da282291d81f53c1b.txt new file mode 100644 index 0000000..5482a3d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123429_jpg.rf.d35220b6368b7d1da282291d81f53c1b.txt @@ -0,0 +1,2 @@ +5 0.5424771167048055 0.7386168384879725 0.24685354691075514 0.26718213058419243 +0 0.5647883295194508 0.49774484536082475 0.3052059496567506 0.26288659793814434 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123544_jpg.rf.12ac92af38c95d0f04278a28f75efa0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123544_jpg.rf.12ac92af38c95d0f04278a28f75efa0a.txt new file mode 100644 index 0000000..09cc2f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_123544_jpg.rf.12ac92af38c95d0f04278a28f75efa0a.txt @@ -0,0 +1,2 @@ +0 0.5320366132723112 0.5081615120274914 0.25600686498855835 0.22487113402061856 +3 0.5316075514874142 0.7786726804123711 0.19822654462242562 0.37220790378006874 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_125808_jpg.rf.ff0acc7f93eebd42df83d51f46c37b5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_125808_jpg.rf.ff0acc7f93eebd42df83d51f46c37b5e.txt new file mode 100644 index 0000000..e9f0629 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_125808_jpg.rf.ff0acc7f93eebd42df83d51f46c37b5e.txt @@ -0,0 +1,3 @@ +3 0.5590675057208238 0.8562070446735395 0.24914187643020594 0.28758591065292094 +7 0.556350114416476 0.6203823024054983 0.4419336384439359 0.3640463917525773 +0 0.5617848970251716 0.5950386597938144 0.29891304347826086 0.2699742268041237 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_125815_jpg.rf.4ca522e0ffc56906fdebf3444e6f98d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_125815_jpg.rf.4ca522e0ffc56906fdebf3444e6f98d4.txt new file mode 100644 index 0000000..fc67969 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_125815_jpg.rf.4ca522e0ffc56906fdebf3444e6f98d4.txt @@ -0,0 +1,2 @@ +3 0.47568649885583525 0.8562070446735395 0.3003432494279176 0.28758591065292094 +7 0.48541189931350115 0.5696950171821306 0.28918764302059496 0.4074312714776632 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130005_jpg.rf.431fb45305ece5acd5d11e4919b9a88b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130005_jpg.rf.431fb45305ece5acd5d11e4919b9a88b.txt new file mode 100644 index 0000000..b41b10c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130005_jpg.rf.431fb45305ece5acd5d11e4919b9a88b.txt @@ -0,0 +1,2 @@ +4 0.5087242562929062 0.6327319587628866 0.29462242562929064 0.31851374570446733 +3 0.5074370709382151 0.868127147766323 0.20652173913043478 0.26374570446735396 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130012_jpg.rf.b5e052571adfa454d7b35aa904e3eab1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130012_jpg.rf.b5e052571adfa454d7b35aa904e3eab1.txt new file mode 100644 index 0000000..0d9d78e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130012_jpg.rf.b5e052571adfa454d7b35aa904e3eab1.txt @@ -0,0 +1,2 @@ +4 0.5700800915331807 0.6379939862542955 0.39244851258581237 0.3019759450171821 +3 0.5597826086956522 0.8618986254295533 0.22854691075514874 0.2762027491408935 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130950_jpg.rf.a2988176b7a90d876b953a7a4e5159bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130950_jpg.rf.a2988176b7a90d876b953a7a4e5159bb.txt new file mode 100644 index 0000000..843b8fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_130950_jpg.rf.a2988176b7a90d876b953a7a4e5159bb.txt @@ -0,0 +1,2 @@ +5 0.5280320366132724 0.7842568728522337 0.23140732265446223 0.21413230240549827 +0 0.5370423340961098 0.5908505154639175 0.25486270022883295 0.21606529209621994 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131008_jpg.rf.b076c17c5625e9c08aad02f88d1e2e6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131008_jpg.rf.b076c17c5625e9c08aad02f88d1e2e6a.txt new file mode 100644 index 0000000..12076a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131008_jpg.rf.b076c17c5625e9c08aad02f88d1e2e6a.txt @@ -0,0 +1,2 @@ +5 0.523312356979405 0.7190721649484536 0.24914187643020594 0.20575601374570446 +0 0.556350114416476 0.5257731958762887 0.25486270022883295 0.22014604810996563 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131227_jpg.rf.0173cd85cddc7de8a1c249c4e08c8170.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131227_jpg.rf.0173cd85cddc7de8a1c249c4e08c8170.txt new file mode 100644 index 0000000..93d4834 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131227_jpg.rf.0173cd85cddc7de8a1c249c4e08c8170.txt @@ -0,0 +1,2 @@ +4 0.5507723112128147 0.5536941580756014 0.27946224256292906 0.3009020618556701 +5 0.5273169336384439 0.7258376288659794 0.2133867276887872 0.18814432989690721 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131317_jpg.rf.704635ee43e55ce2167fd6bd507383b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131317_jpg.rf.704635ee43e55ce2167fd6bd507383b6.txt new file mode 100644 index 0000000..488b4f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131317_jpg.rf.704635ee43e55ce2167fd6bd507383b6.txt @@ -0,0 +1,2 @@ +4 0.5872425629290617 0.5438144329896907 0.3360983981693364 0.2978951890034364 +5 0.5383295194508009 0.7155283505154639 0.21910755148741418 0.15721649484536082 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131539_jpg.rf.c3a18da5098270f0f9722e7fc69d5ac6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131539_jpg.rf.c3a18da5098270f0f9722e7fc69d5ac6.txt new file mode 100644 index 0000000..5c8fcdd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131539_jpg.rf.c3a18da5098270f0f9722e7fc69d5ac6.txt @@ -0,0 +1,2 @@ +4 0.568649885583524 0.5428479381443299 0.27946224256292906 0.18814432989690721 +3 0.5534897025171625 0.8122852233676976 0.20251716247139587 0.3754295532646048 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131703_jpg.rf.81c4510ad9cf0b26e6a4f61f3331bb75.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131703_jpg.rf.81c4510ad9cf0b26e6a4f61f3331bb75.txt new file mode 100644 index 0000000..57d5159 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131703_jpg.rf.81c4510ad9cf0b26e6a4f61f3331bb75.txt @@ -0,0 +1,2 @@ +4 0.5534897025171625 0.5970790378006873 0.3126430205949657 0.2822164948453608 +3 0.5308924485125858 0.8468642611683849 0.21481693363844392 0.30627147766323026 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131709_jpg.rf.a508db2de3bb2f5d5bc832f53a99da14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131709_jpg.rf.a508db2de3bb2f5d5bc832f53a99da14.txt new file mode 100644 index 0000000..2b7ce87 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131709_jpg.rf.a508db2de3bb2f5d5bc832f53a99da14.txt @@ -0,0 +1,2 @@ +3 0.5280320366132724 0.8525558419243986 0.22597254004576658 0.29488831615120276 +4 0.5397597254004577 0.5935352233676976 0.3209382151029748 0.3163659793814433 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131842_jpg.rf.40ca907cb199accc954fc3379722c97f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131842_jpg.rf.40ca907cb199accc954fc3379722c97f.txt new file mode 100644 index 0000000..0a71422 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131842_jpg.rf.40ca907cb199accc954fc3379722c97f.txt @@ -0,0 +1,2 @@ +3 0.5018592677345538 0.7842568728522337 0.2339816933638444 0.3318298969072165 +0 0.5715102974828375 0.5629295532646048 0.26573226544622425 0.2263745704467354 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131900_jpg.rf.93cf9e4750156a581ef511b6c987367c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131900_jpg.rf.93cf9e4750156a581ef511b6c987367c.txt new file mode 100644 index 0000000..29ee6dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131900_jpg.rf.93cf9e4750156a581ef511b6c987367c.txt @@ -0,0 +1,2 @@ +7 0.4626716247139588 0.5542310996563574 0.301487414187643 0.45489690721649484 +3 0.47368421052631576 0.8354810996563574 0.18306636155606407 0.3290378006872852 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131908_jpg.rf.e7066a1565aaf461c84ae52c598a99f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131908_jpg.rf.e7066a1565aaf461c84ae52c598a99f0.txt new file mode 100644 index 0000000..4940a61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_20230412_131908_jpg.rf.e7066a1565aaf461c84ae52c598a99f0.txt @@ -0,0 +1,2 @@ +7 0.4399313501144165 0.6012671821305842 0.3029176201372998 0.37328178694158076 +3 0.4516590389016018 0.8402061855670103 0.1859267734553776 0.31958762886597936 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.1121e6fe6d2735c719b8d60c1ab42d81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.1121e6fe6d2735c719b8d60c1ab42d81.txt new file mode 100644 index 0000000..9aee759 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.1121e6fe6d2735c719b8d60c1ab42d81.txt @@ -0,0 +1 @@ +8 0.6203125 0.365625 0.66015625 0.48984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.c4e48e37e9c1e77983b5ab93e54f12c8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.c4e48e37e9c1e77983b5ab93e54f12c8.txt new file mode 100644 index 0000000..9aee759 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.c4e48e37e9c1e77983b5ab93e54f12c8.txt @@ -0,0 +1 @@ +8 0.6203125 0.365625 0.66015625 0.48984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.c911aaffc80f58255fef858323c0fbe1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.c911aaffc80f58255fef858323c0fbe1.txt new file mode 100644 index 0000000..9aee759 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0000_jpg.rf.c911aaffc80f58255fef858323c0fbe1.txt @@ -0,0 +1 @@ +8 0.6203125 0.365625 0.66015625 0.48984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.9b681a38b821c2beb514dc47555655b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.9b681a38b821c2beb514dc47555655b1.txt new file mode 100644 index 0000000..b919080 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.9b681a38b821c2beb514dc47555655b1.txt @@ -0,0 +1 @@ +8 0.6109375 0.37265625 0.6890625 0.4640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.c867d3d31f71979880b6e2caeec62a75.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.c867d3d31f71979880b6e2caeec62a75.txt new file mode 100644 index 0000000..b919080 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.c867d3d31f71979880b6e2caeec62a75.txt @@ -0,0 +1 @@ +8 0.6109375 0.37265625 0.6890625 0.4640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.e93864a9bd2f3236aa07178269c594b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.e93864a9bd2f3236aa07178269c594b4.txt new file mode 100644 index 0000000..b919080 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0001_jpg.rf.e93864a9bd2f3236aa07178269c594b4.txt @@ -0,0 +1 @@ +8 0.6109375 0.37265625 0.6890625 0.4640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.22daa12a2d9a12e1af92f57db6c14b66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.22daa12a2d9a12e1af92f57db6c14b66.txt new file mode 100644 index 0000000..1d34867 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.22daa12a2d9a12e1af92f57db6c14b66.txt @@ -0,0 +1 @@ +8 0.53515625 0.4828125 0.92890625 0.45 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.c70b5a1bbcd6bdf7c452bddb0d2ddf84.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.c70b5a1bbcd6bdf7c452bddb0d2ddf84.txt new file mode 100644 index 0000000..1d34867 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.c70b5a1bbcd6bdf7c452bddb0d2ddf84.txt @@ -0,0 +1 @@ +8 0.53515625 0.4828125 0.92890625 0.45 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.f770f9708ba14cab8b5559dc51d3d7e9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.f770f9708ba14cab8b5559dc51d3d7e9.txt new file mode 100644 index 0000000..1d34867 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0003_jpg.rf.f770f9708ba14cab8b5559dc51d3d7e9.txt @@ -0,0 +1 @@ +8 0.53515625 0.4828125 0.92890625 0.45 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.3568a14e01ae0a56e8a021068b605eaf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.3568a14e01ae0a56e8a021068b605eaf.txt new file mode 100644 index 0000000..0ca2ad0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.3568a14e01ae0a56e8a021068b605eaf.txt @@ -0,0 +1,2 @@ +8 0.403125 0.54609375 0.7859375 0.2671875 +8 0.384375 0.1515625 0.22421875 0.20625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.6c56bcee3cf9a02a6de2ea7c050ba061.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.6c56bcee3cf9a02a6de2ea7c050ba061.txt new file mode 100644 index 0000000..0ca2ad0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.6c56bcee3cf9a02a6de2ea7c050ba061.txt @@ -0,0 +1,2 @@ +8 0.403125 0.54609375 0.7859375 0.2671875 +8 0.384375 0.1515625 0.22421875 0.20625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.7ba0892f1a7480ddd5593147765e83b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.7ba0892f1a7480ddd5593147765e83b4.txt new file mode 100644 index 0000000..0ca2ad0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0005_jpg.rf.7ba0892f1a7480ddd5593147765e83b4.txt @@ -0,0 +1,2 @@ +8 0.403125 0.54609375 0.7859375 0.2671875 +8 0.384375 0.1515625 0.22421875 0.20625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.bf2fcff6ff12143624a450a9d22d1629.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.bf2fcff6ff12143624a450a9d22d1629.txt new file mode 100644 index 0000000..9de9f2a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.bf2fcff6ff12143624a450a9d22d1629.txt @@ -0,0 +1 @@ +8 0.396875 0.4125 0.79296875 0.29375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.c498c1cbf7a40a6dc8f8964046dd1ea1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.c498c1cbf7a40a6dc8f8964046dd1ea1.txt new file mode 100644 index 0000000..9de9f2a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.c498c1cbf7a40a6dc8f8964046dd1ea1.txt @@ -0,0 +1 @@ +8 0.396875 0.4125 0.79296875 0.29375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.ea12a6bc4147315605bc821243f684eb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.ea12a6bc4147315605bc821243f684eb.txt new file mode 100644 index 0000000..9de9f2a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3381_mp4-0006_jpg.rf.ea12a6bc4147315605bc821243f684eb.txt @@ -0,0 +1 @@ +8 0.396875 0.4125 0.79296875 0.29375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0001_jpg.rf.19820dc69bcbbb9e4b4d4c24b0e168b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0001_jpg.rf.19820dc69bcbbb9e4b4d4c24b0e168b6.txt new file mode 100644 index 0000000..197cef6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0001_jpg.rf.19820dc69bcbbb9e4b4d4c24b0e168b6.txt @@ -0,0 +1 @@ +8 0.57578125 0.44296875 0.36875 0.26953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0001_jpg.rf.8b64feb9bc03010ccc4f605f42df0108.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0001_jpg.rf.8b64feb9bc03010ccc4f605f42df0108.txt new file mode 100644 index 0000000..197cef6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0001_jpg.rf.8b64feb9bc03010ccc4f605f42df0108.txt @@ -0,0 +1 @@ +8 0.57578125 0.44296875 0.36875 0.26953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.0a07a3c5b3ccdb97537effa36f3f4b20.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.0a07a3c5b3ccdb97537effa36f3f4b20.txt new file mode 100644 index 0000000..8579764 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.0a07a3c5b3ccdb97537effa36f3f4b20.txt @@ -0,0 +1 @@ +8 0.59375 0.4703125 0.3765625 0.27109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.70376f77032d12189bef848aacafc09f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.70376f77032d12189bef848aacafc09f.txt new file mode 100644 index 0000000..8579764 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.70376f77032d12189bef848aacafc09f.txt @@ -0,0 +1 @@ +8 0.59375 0.4703125 0.3765625 0.27109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.87888f1f8bf57640a6c8680bc1afd6cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.87888f1f8bf57640a6c8680bc1afd6cf.txt new file mode 100644 index 0000000..8579764 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0002_jpg.rf.87888f1f8bf57640a6c8680bc1afd6cf.txt @@ -0,0 +1 @@ +8 0.59375 0.4703125 0.3765625 0.27109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.21ab13ddef8dfe206357b8594a08203a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.21ab13ddef8dfe206357b8594a08203a.txt new file mode 100644 index 0000000..5fd2277 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.21ab13ddef8dfe206357b8594a08203a.txt @@ -0,0 +1 @@ +8 0.55390625 0.47421875 0.428125 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.8e89a608441f8f3d684445b36832198a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.8e89a608441f8f3d684445b36832198a.txt new file mode 100644 index 0000000..5fd2277 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.8e89a608441f8f3d684445b36832198a.txt @@ -0,0 +1 @@ +8 0.55390625 0.47421875 0.428125 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.e92e7733ff942190692ae0b381cc0d6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.e92e7733ff942190692ae0b381cc0d6a.txt new file mode 100644 index 0000000..5fd2277 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0003_jpg.rf.e92e7733ff942190692ae0b381cc0d6a.txt @@ -0,0 +1 @@ +8 0.55390625 0.47421875 0.428125 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.31ebb446701404adc34f23679c1b3b99.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.31ebb446701404adc34f23679c1b3b99.txt new file mode 100644 index 0000000..9baae5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.31ebb446701404adc34f23679c1b3b99.txt @@ -0,0 +1 @@ +8 0.65703125 0.496875 0.36796875 0.2921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.367e5d31a0d5c95b745240c08b4b0eb7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.367e5d31a0d5c95b745240c08b4b0eb7.txt new file mode 100644 index 0000000..9baae5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.367e5d31a0d5c95b745240c08b4b0eb7.txt @@ -0,0 +1 @@ +8 0.65703125 0.496875 0.36796875 0.2921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.c0b1c895216dcab4127f3dc1dffd0774.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.c0b1c895216dcab4127f3dc1dffd0774.txt new file mode 100644 index 0000000..9baae5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0005_jpg.rf.c0b1c895216dcab4127f3dc1dffd0774.txt @@ -0,0 +1 @@ +8 0.65703125 0.496875 0.36796875 0.2921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.3da0a16a2d7f25ddf8cba238ae65b27b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.3da0a16a2d7f25ddf8cba238ae65b27b.txt new file mode 100644 index 0000000..ab7f325 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.3da0a16a2d7f25ddf8cba238ae65b27b.txt @@ -0,0 +1 @@ +8 0.59375 0.38984375 0.30078125 0.2703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.91800702d4d76620b7a79c1790fb7bbe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.91800702d4d76620b7a79c1790fb7bbe.txt new file mode 100644 index 0000000..ab7f325 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.91800702d4d76620b7a79c1790fb7bbe.txt @@ -0,0 +1 @@ +8 0.59375 0.38984375 0.30078125 0.2703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.de734e1d42a76417cec81c9d15c50ba7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.de734e1d42a76417cec81c9d15c50ba7.txt new file mode 100644 index 0000000..ab7f325 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0006_jpg.rf.de734e1d42a76417cec81c9d15c50ba7.txt @@ -0,0 +1 @@ +8 0.59375 0.38984375 0.30078125 0.2703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0007_jpg.rf.d953ad6cd7933500cd8998fd846386f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0007_jpg.rf.d953ad6cd7933500cd8998fd846386f9.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0007_jpg.rf.ea90fc19d06825e650bfd2ba96b7c6e9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0007_jpg.rf.ea90fc19d06825e650bfd2ba96b7c6e9.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0009_jpg.rf.1c8465223738a30b7e99128142490faf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0009_jpg.rf.1c8465223738a30b7e99128142490faf.txt new file mode 100644 index 0000000..3b5c043 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0009_jpg.rf.1c8465223738a30b7e99128142490faf.txt @@ -0,0 +1 @@ +8 0.4765625 0.52421875 0.3890625 0.32109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0009_jpg.rf.1cdd1d7faf9fc2e43cbe3ebb21337a48.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0009_jpg.rf.1cdd1d7faf9fc2e43cbe3ebb21337a48.txt new file mode 100644 index 0000000..3b5c043 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0009_jpg.rf.1cdd1d7faf9fc2e43cbe3ebb21337a48.txt @@ -0,0 +1 @@ +8 0.4765625 0.52421875 0.3890625 0.32109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.50952da9728516f430be961bed50797f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.50952da9728516f430be961bed50797f.txt new file mode 100644 index 0000000..de52ded --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.50952da9728516f430be961bed50797f.txt @@ -0,0 +1 @@ +8 0.46484375 0.51328125 0.4 0.3390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.6868b940f3858e7a1bba5e3cf42e2cfe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.6868b940f3858e7a1bba5e3cf42e2cfe.txt new file mode 100644 index 0000000..de52ded --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.6868b940f3858e7a1bba5e3cf42e2cfe.txt @@ -0,0 +1 @@ +8 0.46484375 0.51328125 0.4 0.3390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.95d33c3badb4cdf9d9dd9cf82db71d43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.95d33c3badb4cdf9d9dd9cf82db71d43.txt new file mode 100644 index 0000000..de52ded --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0010_jpg.rf.95d33c3badb4cdf9d9dd9cf82db71d43.txt @@ -0,0 +1 @@ +8 0.46484375 0.51328125 0.4 0.3390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.30f020287a296168e487de71320e67e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.30f020287a296168e487de71320e67e2.txt new file mode 100644 index 0000000..7b666ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.30f020287a296168e487de71320e67e2.txt @@ -0,0 +1 @@ +8 0.48828125 0.49765625 0.40390625 0.3234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.482c1e4ce56198ea8629dc68c79d4210.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.482c1e4ce56198ea8629dc68c79d4210.txt new file mode 100644 index 0000000..7b666ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.482c1e4ce56198ea8629dc68c79d4210.txt @@ -0,0 +1 @@ +8 0.48828125 0.49765625 0.40390625 0.3234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.eee59a0f186595d6c2dd1ad2b042ae09.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.eee59a0f186595d6c2dd1ad2b042ae09.txt new file mode 100644 index 0000000..7b666ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0011_jpg.rf.eee59a0f186595d6c2dd1ad2b042ae09.txt @@ -0,0 +1 @@ +8 0.48828125 0.49765625 0.40390625 0.3234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0012_jpg.rf.59be58b7d79bc9d48dbde133b2dab880.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0012_jpg.rf.59be58b7d79bc9d48dbde133b2dab880.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0012_jpg.rf.7ae440f26e674c3a57b7e882d0b41e42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0012_jpg.rf.7ae440f26e674c3a57b7e882d0b41e42.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0012_jpg.rf.954fd015e3103ef058b7a030da1b5652.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0012_jpg.rf.954fd015e3103ef058b7a030da1b5652.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0015_jpg.rf.11263209904f56063bc1a7918b2d4af4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0015_jpg.rf.11263209904f56063bc1a7918b2d4af4.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0015_jpg.rf.4c5e3c0950984e0fb56937c4da9784f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0015_jpg.rf.4c5e3c0950984e0fb56937c4da9784f9.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0015_jpg.rf.f870c150a6b0c0c0eda5eeff72e5b898.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0015_jpg.rf.f870c150a6b0c0c0eda5eeff72e5b898.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0017_jpg.rf.2016115b90103777b5749626cb920baa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0017_jpg.rf.2016115b90103777b5749626cb920baa.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0017_jpg.rf.e5f860b357d0364c5398636f3dc8a60b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0017_jpg.rf.e5f860b357d0364c5398636f3dc8a60b.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0017_jpg.rf.f18b864cb2f300c67cee6658d2c1de1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0017_jpg.rf.f18b864cb2f300c67cee6658d2c1de1b.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.9dc1c319cedff24cb7594db94a6e13f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.9dc1c319cedff24cb7594db94a6e13f0.txt new file mode 100644 index 0000000..46c68cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.9dc1c319cedff24cb7594db94a6e13f0.txt @@ -0,0 +1 @@ +8 0.41328125 0.78359375 0.79453125 0.4328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.e4444eee2245cded51e962e06b6f2206.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.e4444eee2245cded51e962e06b6f2206.txt new file mode 100644 index 0000000..46c68cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.e4444eee2245cded51e962e06b6f2206.txt @@ -0,0 +1 @@ +8 0.41328125 0.78359375 0.79453125 0.4328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.fb3a1df8552817ef1b7374c2e19c4d34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.fb3a1df8552817ef1b7374c2e19c4d34.txt new file mode 100644 index 0000000..46c68cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0018_jpg.rf.fb3a1df8552817ef1b7374c2e19c4d34.txt @@ -0,0 +1 @@ +8 0.41328125 0.78359375 0.79453125 0.4328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.0189cf9ecde32bf93a90043d33d3423a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.0189cf9ecde32bf93a90043d33d3423a.txt new file mode 100644 index 0000000..55a8fd9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.0189cf9ecde32bf93a90043d33d3423a.txt @@ -0,0 +1 @@ +8 0.5375 0.6265625 0.925 0.59765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.5dc9c3e0d54c686079715bdae3c4ddaa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.5dc9c3e0d54c686079715bdae3c4ddaa.txt new file mode 100644 index 0000000..55a8fd9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.5dc9c3e0d54c686079715bdae3c4ddaa.txt @@ -0,0 +1 @@ +8 0.5375 0.6265625 0.925 0.59765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.ff49a1897db869c9c1ade2d161709930.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.ff49a1897db869c9c1ade2d161709930.txt new file mode 100644 index 0000000..55a8fd9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0019_jpg.rf.ff49a1897db869c9c1ade2d161709930.txt @@ -0,0 +1 @@ +8 0.5375 0.6265625 0.925 0.59765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.0b91d11e14069c11dbb14201a506f6be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.0b91d11e14069c11dbb14201a506f6be.txt new file mode 100644 index 0000000..7cdf814 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.0b91d11e14069c11dbb14201a506f6be.txt @@ -0,0 +1 @@ +8 0.61875 0.359375 0.46328125 0.26015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.6659594bb9f008c2428f65f0dea1fc49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.6659594bb9f008c2428f65f0dea1fc49.txt new file mode 100644 index 0000000..7cdf814 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.6659594bb9f008c2428f65f0dea1fc49.txt @@ -0,0 +1 @@ +8 0.61875 0.359375 0.46328125 0.26015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.85cb8538b0dcd98a63e05d07542675c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.85cb8538b0dcd98a63e05d07542675c7.txt new file mode 100644 index 0000000..7cdf814 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0021_jpg.rf.85cb8538b0dcd98a63e05d07542675c7.txt @@ -0,0 +1 @@ +8 0.61875 0.359375 0.46328125 0.26015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.1ca1b5f9f08f7fb61f223ee38996816a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.1ca1b5f9f08f7fb61f223ee38996816a.txt new file mode 100644 index 0000000..3fe6f05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.1ca1b5f9f08f7fb61f223ee38996816a.txt @@ -0,0 +1 @@ +8 0.340625 0.4203125 0.390625 0.2625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.c9298ed6f38c2cad99ec225a174a6a0d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.c9298ed6f38c2cad99ec225a174a6a0d.txt new file mode 100644 index 0000000..3fe6f05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.c9298ed6f38c2cad99ec225a174a6a0d.txt @@ -0,0 +1 @@ +8 0.340625 0.4203125 0.390625 0.2625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.fc3ca4cea972e9f76b1493b0b9300d80.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.fc3ca4cea972e9f76b1493b0b9300d80.txt new file mode 100644 index 0000000..3fe6f05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0023_jpg.rf.fc3ca4cea972e9f76b1493b0b9300d80.txt @@ -0,0 +1 @@ +8 0.340625 0.4203125 0.390625 0.2625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.0c842be97f752e55dd328df842a5d603.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.0c842be97f752e55dd328df842a5d603.txt new file mode 100644 index 0000000..8a810bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.0c842be97f752e55dd328df842a5d603.txt @@ -0,0 +1 @@ +8 0.43203125 0.45859375 0.43046875 0.278125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.38d0d5438ff630989e2b813f6e74851e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.38d0d5438ff630989e2b813f6e74851e.txt new file mode 100644 index 0000000..8a810bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.38d0d5438ff630989e2b813f6e74851e.txt @@ -0,0 +1 @@ +8 0.43203125 0.45859375 0.43046875 0.278125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.e10ddf12ab1f22e46eeaabe934478d63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.e10ddf12ab1f22e46eeaabe934478d63.txt new file mode 100644 index 0000000..8a810bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0024_jpg.rf.e10ddf12ab1f22e46eeaabe934478d63.txt @@ -0,0 +1 @@ +8 0.43203125 0.45859375 0.43046875 0.278125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.8ea9e3c28206a69136db3b8a62ea7e7b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.8ea9e3c28206a69136db3b8a62ea7e7b.txt new file mode 100644 index 0000000..4ceb245 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.8ea9e3c28206a69136db3b8a62ea7e7b.txt @@ -0,0 +1 @@ +8 0.59765625 0.42421875 0.40078125 0.25859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.b532e3719a617451565752fefeb15618.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.b532e3719a617451565752fefeb15618.txt new file mode 100644 index 0000000..4ceb245 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.b532e3719a617451565752fefeb15618.txt @@ -0,0 +1 @@ +8 0.59765625 0.42421875 0.40078125 0.25859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.c87bf1d15158f42474ce584702ec7a01.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.c87bf1d15158f42474ce584702ec7a01.txt new file mode 100644 index 0000000..4ceb245 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3382_mp4-0026_jpg.rf.c87bf1d15158f42474ce584702ec7a01.txt @@ -0,0 +1 @@ +8 0.59765625 0.42421875 0.40078125 0.25859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.623a7b7affa91e16d6b77e906468189c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.623a7b7affa91e16d6b77e906468189c.txt new file mode 100644 index 0000000..458fd6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.623a7b7affa91e16d6b77e906468189c.txt @@ -0,0 +1 @@ +8 0.54453125 0.3671875 0.203125 0.11484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.c99fedb7004ac24e795ab7261784ee49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.c99fedb7004ac24e795ab7261784ee49.txt new file mode 100644 index 0000000..458fd6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.c99fedb7004ac24e795ab7261784ee49.txt @@ -0,0 +1 @@ +8 0.54453125 0.3671875 0.203125 0.11484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.f450ecfe4dde1f7354c479bb299ebf9a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.f450ecfe4dde1f7354c479bb299ebf9a.txt new file mode 100644 index 0000000..458fd6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0001_jpg.rf.f450ecfe4dde1f7354c479bb299ebf9a.txt @@ -0,0 +1 @@ +8 0.54453125 0.3671875 0.203125 0.11484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.5eadd891bca7fe48d224032940005c37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.5eadd891bca7fe48d224032940005c37.txt new file mode 100644 index 0000000..ace1249 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.5eadd891bca7fe48d224032940005c37.txt @@ -0,0 +1 @@ +8 0.55078125 0.41640625 0.1609375 0.103125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.c0b7de01f26f58f04d3962ae02efdf3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.c0b7de01f26f58f04d3962ae02efdf3d.txt new file mode 100644 index 0000000..ace1249 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.c0b7de01f26f58f04d3962ae02efdf3d.txt @@ -0,0 +1 @@ +8 0.55078125 0.41640625 0.1609375 0.103125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.f26b4bf062fead62d26e5f487c23eac2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.f26b4bf062fead62d26e5f487c23eac2.txt new file mode 100644 index 0000000..ace1249 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0002_jpg.rf.f26b4bf062fead62d26e5f487c23eac2.txt @@ -0,0 +1 @@ +8 0.55078125 0.41640625 0.1609375 0.103125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.52508703e10b8cc1b951af01a1c13f61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.52508703e10b8cc1b951af01a1c13f61.txt new file mode 100644 index 0000000..7d302cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.52508703e10b8cc1b951af01a1c13f61.txt @@ -0,0 +1 @@ +8 0.5421875 0.44921875 0.134375 0.08125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.9c32734a4febe4b95bcf5ba8e6d73fb0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.9c32734a4febe4b95bcf5ba8e6d73fb0.txt new file mode 100644 index 0000000..7d302cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.9c32734a4febe4b95bcf5ba8e6d73fb0.txt @@ -0,0 +1 @@ +8 0.5421875 0.44921875 0.134375 0.08125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.fbb4d7454ef07cb1f10014473ada686c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.fbb4d7454ef07cb1f10014473ada686c.txt new file mode 100644 index 0000000..7d302cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0003_jpg.rf.fbb4d7454ef07cb1f10014473ada686c.txt @@ -0,0 +1 @@ +8 0.5421875 0.44921875 0.134375 0.08125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0004_jpg.rf.092621dca1e213c1074e0bdbfff4fbf1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0004_jpg.rf.092621dca1e213c1074e0bdbfff4fbf1.txt new file mode 100644 index 0000000..c991d27 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0004_jpg.rf.092621dca1e213c1074e0bdbfff4fbf1.txt @@ -0,0 +1 @@ +8 0.52734375 0.45703125 0.121875 0.06484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0004_jpg.rf.b3f1fb08f581675312fd731968201665.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0004_jpg.rf.b3f1fb08f581675312fd731968201665.txt new file mode 100644 index 0000000..c991d27 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0004_jpg.rf.b3f1fb08f581675312fd731968201665.txt @@ -0,0 +1 @@ +8 0.52734375 0.45703125 0.121875 0.06484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.305fa4525e36bcce8e5e1de46a18dec8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.305fa4525e36bcce8e5e1de46a18dec8.txt new file mode 100644 index 0000000..5f50808 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.305fa4525e36bcce8e5e1de46a18dec8.txt @@ -0,0 +1 @@ +8 0.52578125 0.46015625 0.10625 0.065625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.6f7716ec000395ea4efdf2e9b7e75c22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.6f7716ec000395ea4efdf2e9b7e75c22.txt new file mode 100644 index 0000000..5f50808 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.6f7716ec000395ea4efdf2e9b7e75c22.txt @@ -0,0 +1 @@ +8 0.52578125 0.46015625 0.10625 0.065625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.cadc2c22675eb00e2f0c12e4df588b79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.cadc2c22675eb00e2f0c12e4df588b79.txt new file mode 100644 index 0000000..5f50808 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0005_jpg.rf.cadc2c22675eb00e2f0c12e4df588b79.txt @@ -0,0 +1 @@ +8 0.52578125 0.46015625 0.10625 0.065625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.4147f9c08ab809fc475637b4d2e696a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.4147f9c08ab809fc475637b4d2e696a5.txt new file mode 100644 index 0000000..aa7aa17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.4147f9c08ab809fc475637b4d2e696a5.txt @@ -0,0 +1 @@ +8 0.54296875 0.44921875 0.1359375 0.07890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.e5aab3341ac1f5a0c4a3c5ff062f9904.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.e5aab3341ac1f5a0c4a3c5ff062f9904.txt new file mode 100644 index 0000000..aa7aa17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.e5aab3341ac1f5a0c4a3c5ff062f9904.txt @@ -0,0 +1 @@ +8 0.54296875 0.44921875 0.1359375 0.07890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.f04279a144cefae9ff471d16a65bad6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.f04279a144cefae9ff471d16a65bad6c.txt new file mode 100644 index 0000000..aa7aa17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0006_jpg.rf.f04279a144cefae9ff471d16a65bad6c.txt @@ -0,0 +1 @@ +8 0.54296875 0.44921875 0.1359375 0.07890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.006553569b583f6442cbb93f8cbe1b10.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.006553569b583f6442cbb93f8cbe1b10.txt new file mode 100644 index 0000000..375c93f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.006553569b583f6442cbb93f8cbe1b10.txt @@ -0,0 +1 @@ +8 0.58203125 0.4375 0.18359375 0.10234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.a6586e2dc2b26aba95c97b2d07957ce0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.a6586e2dc2b26aba95c97b2d07957ce0.txt new file mode 100644 index 0000000..375c93f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.a6586e2dc2b26aba95c97b2d07957ce0.txt @@ -0,0 +1 @@ +8 0.58203125 0.4375 0.18359375 0.10234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.f4a3ead3f1afd783c850b5a369cea30c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.f4a3ead3f1afd783c850b5a369cea30c.txt new file mode 100644 index 0000000..375c93f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0007_jpg.rf.f4a3ead3f1afd783c850b5a369cea30c.txt @@ -0,0 +1 @@ +8 0.58203125 0.4375 0.18359375 0.10234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.87956a17533eb7c5a47221ebcc725d94.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.87956a17533eb7c5a47221ebcc725d94.txt new file mode 100644 index 0000000..f38608f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.87956a17533eb7c5a47221ebcc725d94.txt @@ -0,0 +1 @@ +8 0.66484375 0.4140625 0.18125 0.11328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.a2527ad3ca14173f82799c93b46a973f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.a2527ad3ca14173f82799c93b46a973f.txt new file mode 100644 index 0000000..f38608f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.a2527ad3ca14173f82799c93b46a973f.txt @@ -0,0 +1 @@ +8 0.66484375 0.4140625 0.18125 0.11328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.cc1c9a66ce34a2970169dc85ea271976.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.cc1c9a66ce34a2970169dc85ea271976.txt new file mode 100644 index 0000000..f38608f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0008_jpg.rf.cc1c9a66ce34a2970169dc85ea271976.txt @@ -0,0 +1 @@ +8 0.66484375 0.4140625 0.18125 0.11328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0009_jpg.rf.6979a508c7352a22e36cb2e3f4a3c47a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0009_jpg.rf.6979a508c7352a22e36cb2e3f4a3c47a.txt new file mode 100644 index 0000000..e7d8ca7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0009_jpg.rf.6979a508c7352a22e36cb2e3f4a3c47a.txt @@ -0,0 +1 @@ +8 0.71796875 0.35546875 0.19765625 0.11640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0009_jpg.rf.f59d201765c3583062c9938e1cce7592.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0009_jpg.rf.f59d201765c3583062c9938e1cce7592.txt new file mode 100644 index 0000000..e7d8ca7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0009_jpg.rf.f59d201765c3583062c9938e1cce7592.txt @@ -0,0 +1 @@ +8 0.71796875 0.35546875 0.19765625 0.11640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.7472f9b8da833b6495201ba59b4a5a55.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.7472f9b8da833b6495201ba59b4a5a55.txt new file mode 100644 index 0000000..3b1d389 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.7472f9b8da833b6495201ba59b4a5a55.txt @@ -0,0 +1 @@ +8 0.58359375 0.34296875 0.19375 0.09375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.ad3d633dc09d86106fef825cc78ea4e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.ad3d633dc09d86106fef825cc78ea4e5.txt new file mode 100644 index 0000000..3b1d389 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.ad3d633dc09d86106fef825cc78ea4e5.txt @@ -0,0 +1 @@ +8 0.58359375 0.34296875 0.19375 0.09375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.eaeef4af805fe2f8c2f69e06fcfdfc81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.eaeef4af805fe2f8c2f69e06fcfdfc81.txt new file mode 100644 index 0000000..3b1d389 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0011_jpg.rf.eaeef4af805fe2f8c2f69e06fcfdfc81.txt @@ -0,0 +1 @@ +8 0.58359375 0.34296875 0.19375 0.09375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.019185b2ef1ccebaea75f79faf709150.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.019185b2ef1ccebaea75f79faf709150.txt new file mode 100644 index 0000000..c84a54e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.019185b2ef1ccebaea75f79faf709150.txt @@ -0,0 +1 @@ +8 0.48359375 0.33515625 0.18125 0.0875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.30a58190dbd192dc50e6a78f5203c4bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.30a58190dbd192dc50e6a78f5203c4bb.txt new file mode 100644 index 0000000..c84a54e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.30a58190dbd192dc50e6a78f5203c4bb.txt @@ -0,0 +1 @@ +8 0.48359375 0.33515625 0.18125 0.0875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.47a1427d968af585cdab41a60f3afead.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.47a1427d968af585cdab41a60f3afead.txt new file mode 100644 index 0000000..c84a54e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/IMG_3383_mp4-0012_jpg.rf.47a1427d968af585cdab41a60f3afead.txt @@ -0,0 +1 @@ +8 0.48359375 0.33515625 0.18125 0.0875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18103_jpg.rf.cf8016386c726c02bd0f0fcb052cd565.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18103_jpg.rf.cf8016386c726c02bd0f0fcb052cd565.txt new file mode 100644 index 0000000..a35ef4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18103_jpg.rf.cf8016386c726c02bd0f0fcb052cd565.txt @@ -0,0 +1 @@ +2 0.5054666666666667 0.5029777777777779 0.8915555555555555 0.9161777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18116_jpg.rf.39afc2f606a8b3f9628fecddb6346b7e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18116_jpg.rf.39afc2f606a8b3f9628fecddb6346b7e.txt new file mode 100644 index 0000000..9808565 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18116_jpg.rf.39afc2f606a8b3f9628fecddb6346b7e.txt @@ -0,0 +1 @@ +2 0.4487555555555556 0.5844888888888888 0.5919111111111112 0.6475111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18122_jpg.rf.6c367e5013582aa3ac11d51e25891a1e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18122_jpg.rf.6c367e5013582aa3ac11d51e25891a1e.txt new file mode 100644 index 0000000..e625f4c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18122_jpg.rf.6c367e5013582aa3ac11d51e25891a1e.txt @@ -0,0 +1,2 @@ +2 0.3368 0.5838666666666666 0.6736 0.8283111111111111 +2 0.7425333333333333 0.5695111111111111 0.5149333333333334 0.8333777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1813_jpg.rf.63c799d441a154a178d4b1304196e2f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1813_jpg.rf.63c799d441a154a178d4b1304196e2f1.txt new file mode 100644 index 0000000..1d3e753 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1813_jpg.rf.63c799d441a154a178d4b1304196e2f1.txt @@ -0,0 +1 @@ +2 0.48564444444444443 0.47368888888888894 0.6270222222222223 0.9036444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18170_jpg.rf.3655fdf3ed7a11e177de1d6436348b4d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18170_jpg.rf.3655fdf3ed7a11e177de1d6436348b4d.txt new file mode 100644 index 0000000..8545f7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18170_jpg.rf.3655fdf3ed7a11e177de1d6436348b4d.txt @@ -0,0 +1 @@ +2 0.5115999999999999 0.4488444444444445 0.8657333333333332 0.8206222222222221 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18172_jpg.rf.874ad3cb7ad31466669be1111d5afc85.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18172_jpg.rf.874ad3cb7ad31466669be1111d5afc85.txt new file mode 100644 index 0000000..69fd2db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18172_jpg.rf.874ad3cb7ad31466669be1111d5afc85.txt @@ -0,0 +1,2 @@ +2 0.796088888888889 0.5211111111111111 0.3928444444444444 0.5265333333333334 +2 0.26835555555555557 0.5443999999999999 0.5367111111111111 0.6436444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18179_jpg.rf.abd8acd684cf4e3f5ef6a035aeec0ad3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18179_jpg.rf.abd8acd684cf4e3f5ef6a035aeec0ad3.txt new file mode 100644 index 0000000..3af083f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18179_jpg.rf.abd8acd684cf4e3f5ef6a035aeec0ad3.txt @@ -0,0 +1 @@ +2 0.6869333333333334 0.4170666666666667 0.6260888888888889 0.7459555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18183_jpg.rf.baa69599c3702f9b58a36c61ae05b40c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18183_jpg.rf.baa69599c3702f9b58a36c61ae05b40c.txt new file mode 100644 index 0000000..a0f822a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18183_jpg.rf.baa69599c3702f9b58a36c61ae05b40c.txt @@ -0,0 +1,2 @@ +2 0.3950222222222222 0.4733777777777778 0.5436888888888888 0.7004 +2 0.8485333333333333 0.5178222222222223 0.25284444444444437 0.5268444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18186_jpg.rf.a5f888ddd1a69a4f2fc43b126d07e014.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18186_jpg.rf.a5f888ddd1a69a4f2fc43b126d07e014.txt new file mode 100644 index 0000000..9f53258 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18186_jpg.rf.a5f888ddd1a69a4f2fc43b126d07e014.txt @@ -0,0 +1 @@ +2 0.4992444444444445 0.5484888888888889 0.7324888888888889 0.8952000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18188_jpg.rf.f74dd51a21371b67bdc7b3a99f8d8e93.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18188_jpg.rf.f74dd51a21371b67bdc7b3a99f8d8e93.txt new file mode 100644 index 0000000..4cbb9ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18188_jpg.rf.f74dd51a21371b67bdc7b3a99f8d8e93.txt @@ -0,0 +1 @@ +2 0.48702222222222213 0.4949777777777778 0.8539111111111111 0.8536444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18195_jpg.rf.7f4eae7325e1d55c2db2af554d7ddcaa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18195_jpg.rf.7f4eae7325e1d55c2db2af554d7ddcaa.txt new file mode 100644 index 0000000..4cbca24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18195_jpg.rf.7f4eae7325e1d55c2db2af554d7ddcaa.txt @@ -0,0 +1,7 @@ +2 0.744 0.5362666666666667 0.4924000000000001 0.8219111111111111 +2 0.14084444444444444 0.2500444444444444 0.24280000000000002 0.3002666666666667 +2 0.37577777777777777 0.2508888888888889 0.2300444444444444 0.3020000000000001 +2 0.14555555555555555 0.5288 0.23040000000000002 0.24404444444444442 +2 0.15146666666666667 0.8096888888888889 0.20808888888888885 0.27164444444444447 +2 0.38084444444444443 0.8069333333333334 0.22328888888888893 0.26702222222222216 +2 0.3821333333333333 0.5353777777777778 0.21737777777777775 0.2614222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18199_jpg.rf.f241aa5df97b867b8cabe04b0ffca096.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18199_jpg.rf.f241aa5df97b867b8cabe04b0ffca096.txt new file mode 100644 index 0000000..ba95bc5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18199_jpg.rf.f241aa5df97b867b8cabe04b0ffca096.txt @@ -0,0 +1 @@ +2 0.48777777777777775 0.43946666666666667 0.7413333333333334 0.8789333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18206_jpg.rf.a491223633b7185c61a0efaa2b4b934f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18206_jpg.rf.a491223633b7185c61a0efaa2b4b934f.txt new file mode 100644 index 0000000..c3c9bdb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18206_jpg.rf.a491223633b7185c61a0efaa2b4b934f.txt @@ -0,0 +1,4 @@ +2 0.2904888888888889 0.6179555555555555 0.5631555555555556 0.7160888888888889 +2 0.8660888888888889 0.16791111111111112 0.2414222222222222 0.3053333333333333 +2 0.8624888888888889 0.49791111111111114 0.23844444444444435 0.3092444444444444 +2 0.8574222222222222 0.842 0.26213333333333344 0.3160000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18211_jpg.rf.f87f51fb43d7af0394ca31cb9e6e9c52.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18211_jpg.rf.f87f51fb43d7af0394ca31cb9e6e9c52.txt new file mode 100644 index 0000000..4a7e35f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18211_jpg.rf.f87f51fb43d7af0394ca31cb9e6e9c52.txt @@ -0,0 +1 @@ +1 0.4915111111111111 0.5921333333333333 0.36422222222222217 0.798222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18219_jpg.rf.b005bda2df5e9eb03280d5c43411ccb8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18219_jpg.rf.b005bda2df5e9eb03280d5c43411ccb8.txt new file mode 100644 index 0000000..5dd11cd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18219_jpg.rf.b005bda2df5e9eb03280d5c43411ccb8.txt @@ -0,0 +1 @@ +2 0.5524444444444444 0.5821777777777778 0.5368888888888889 0.6216888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18223_jpg.rf.0fbf90ec4001fd88de306ade797843df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18223_jpg.rf.0fbf90ec4001fd88de306ade797843df.txt new file mode 100644 index 0000000..fd54bb9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18223_jpg.rf.0fbf90ec4001fd88de306ade797843df.txt @@ -0,0 +1 @@ +2 0.5470222222222222 0.4664444444444444 0.6312888888888889 0.8616888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18231_jpg.rf.f9cb1e3acef7baeec63d2f21bb72cc66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18231_jpg.rf.f9cb1e3acef7baeec63d2f21bb72cc66.txt new file mode 100644 index 0000000..9c310b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18231_jpg.rf.f9cb1e3acef7baeec63d2f21bb72cc66.txt @@ -0,0 +1 @@ +2 0.5031555555555556 0.43782222222222233 0.9334666666666667 0.832488888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18247_jpg.rf.cea25bfb58f9206685db8df865d6601a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18247_jpg.rf.cea25bfb58f9206685db8df865d6601a.txt new file mode 100644 index 0000000..51845f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18247_jpg.rf.cea25bfb58f9206685db8df865d6601a.txt @@ -0,0 +1 @@ +2 0.5207111111111111 0.3821777777777777 0.9220444444444443 0.764311111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18248_jpg.rf.619fecb046cb2fedc963aa5b9d24571f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18248_jpg.rf.619fecb046cb2fedc963aa5b9d24571f.txt new file mode 100644 index 0000000..aad1549 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18248_jpg.rf.619fecb046cb2fedc963aa5b9d24571f.txt @@ -0,0 +1 @@ +2 0.5366222222222221 0.4996 0.6464444444444444 0.7332444444444443 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18252_jpg.rf.14732013ef9ab55f2b0e9825e26b5e66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18252_jpg.rf.14732013ef9ab55f2b0e9825e26b5e66.txt new file mode 100644 index 0000000..f7e0621 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18252_jpg.rf.14732013ef9ab55f2b0e9825e26b5e66.txt @@ -0,0 +1 @@ +2 0.3875999999999999 0.5915111111111111 0.769511111111111 0.6990666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18254_jpg.rf.4e3c84638e9e8f6dc595cd24091ce207.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18254_jpg.rf.4e3c84638e9e8f6dc595cd24091ce207.txt new file mode 100644 index 0000000..c923dec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18254_jpg.rf.4e3c84638e9e8f6dc595cd24091ce207.txt @@ -0,0 +1,2 @@ +2 0.5095111111111111 0.28622222222222227 0.2604888888888888 0.2922666666666666 +3 0.5144 0.5667111111111112 0.18644444444444452 0.34102222222222217 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18256_jpg.rf.9c8c8232be3cb0cc908c59dc17807ac0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18256_jpg.rf.9c8c8232be3cb0cc908c59dc17807ac0.txt new file mode 100644 index 0000000..7beb382 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18256_jpg.rf.9c8c8232be3cb0cc908c59dc17807ac0.txt @@ -0,0 +1 @@ +2 0.5058666666666667 0.48817777777777777 0.9008888888888889 0.7046666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18271_jpg.rf.2e7bd43ab406c8bd42fc20d0a719ffa9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18271_jpg.rf.2e7bd43ab406c8bd42fc20d0a719ffa9.txt new file mode 100644 index 0000000..8afad69 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18271_jpg.rf.2e7bd43ab406c8bd42fc20d0a719ffa9.txt @@ -0,0 +1 @@ +2 0.5060888888888889 0.5257777777777778 0.6261777777777777 0.8644444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18275_jpg.rf.2ac1db421406985a0b66704dcbb5913f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18275_jpg.rf.2ac1db421406985a0b66704dcbb5913f.txt new file mode 100644 index 0000000..7675feb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18275_jpg.rf.2ac1db421406985a0b66704dcbb5913f.txt @@ -0,0 +1 @@ +2 0.5637777777777777 0.5498666666666666 0.6796000000000001 0.751288888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18289_jpg.rf.3d9f8c814ff70e6f5cdef7e33c4b49d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18289_jpg.rf.3d9f8c814ff70e6f5cdef7e33c4b49d5.txt new file mode 100644 index 0000000..639e744 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18289_jpg.rf.3d9f8c814ff70e6f5cdef7e33c4b49d5.txt @@ -0,0 +1,3 @@ +2 0.5946666666666667 0.6932 0.4778222222222222 0.4724888888888889 +2 0.3377777777777778 0.6940888888888889 0.4088888888888889 0.4311111111111111 +2 0.8259111111111112 0.7355555555555555 0.33035555555555546 0.44 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18292_jpg.rf.e4187a9e72b7ed710801b5d4c5633828.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18292_jpg.rf.e4187a9e72b7ed710801b5d4c5633828.txt new file mode 100644 index 0000000..8d72615 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18292_jpg.rf.e4187a9e72b7ed710801b5d4c5633828.txt @@ -0,0 +1 @@ +2 0.4959555555555556 0.4568888888888889 0.7413333333333334 0.8452 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18294_jpg.rf.f419228af3d99c6692a2e2052f52bf4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18294_jpg.rf.f419228af3d99c6692a2e2052f52bf4c.txt new file mode 100644 index 0000000..419272f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18294_jpg.rf.f419228af3d99c6692a2e2052f52bf4c.txt @@ -0,0 +1 @@ +2 0.4311999999999999 0.48906666666666676 0.6033333333333334 0.723288888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18295_jpg.rf.d7022769f02d3b0472ff2f050d6f601d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18295_jpg.rf.d7022769f02d3b0472ff2f050d6f601d.txt new file mode 100644 index 0000000..36d9cd2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18295_jpg.rf.d7022769f02d3b0472ff2f050d6f601d.txt @@ -0,0 +1 @@ +2 0.4204 0.5940444444444444 0.6113777777777778 0.6792888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18299_jpg.rf.1f60e18b3df4cb2d908bef87a52c8931.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18299_jpg.rf.1f60e18b3df4cb2d908bef87a52c8931.txt new file mode 100644 index 0000000..27b5d6a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18299_jpg.rf.1f60e18b3df4cb2d908bef87a52c8931.txt @@ -0,0 +1 @@ +2 0.49848888888888887 0.5213777777777778 0.7464 0.9572444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18305_jpg.rf.2cd3a6ae961779a35cbc76d1edad89dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18305_jpg.rf.2cd3a6ae961779a35cbc76d1edad89dd.txt new file mode 100644 index 0000000..730a549 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18305_jpg.rf.2cd3a6ae961779a35cbc76d1edad89dd.txt @@ -0,0 +1 @@ +2 0.5487555555555556 0.42404444444444445 0.7030222222222222 0.6635555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1832_jpg.rf.0608b1a5e5bbfc9a2e30439c604f8ddb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1832_jpg.rf.0608b1a5e5bbfc9a2e30439c604f8ddb.txt new file mode 100644 index 0000000..a83462b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1832_jpg.rf.0608b1a5e5bbfc9a2e30439c604f8ddb.txt @@ -0,0 +1 @@ +2 0.4567111111111111 0.4496888888888889 0.5099111111111111 0.4492444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18336_jpg.rf.7936ae1af236d704f925faa1e56fa667.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18336_jpg.rf.7936ae1af236d704f925faa1e56fa667.txt new file mode 100644 index 0000000..2afedf7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18336_jpg.rf.7936ae1af236d704f925faa1e56fa667.txt @@ -0,0 +1,3 @@ +2 0.24648888888888887 0.5350666666666667 0.49013333333333337 0.5438222222222222 +2 0.8131555555555556 0.2986666666666667 0.3275999999999999 0.2996444444444444 +3 0.7983555555555555 0.6308444444444444 0.2725333333333333 0.4539111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18343_jpg.rf.e68acc82b98aa0f2b7f839af8f70e941.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18343_jpg.rf.e68acc82b98aa0f2b7f839af8f70e941.txt new file mode 100644 index 0000000..db7252d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18343_jpg.rf.e68acc82b98aa0f2b7f839af8f70e941.txt @@ -0,0 +1 @@ +2 0.49435555555555566 0.5288444444444443 0.46386666666666676 0.5391555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18347_jpg.rf.a392c7563d56a24558564b760369711d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18347_jpg.rf.a392c7563d56a24558564b760369711d.txt new file mode 100644 index 0000000..8ae15c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18347_jpg.rf.a392c7563d56a24558564b760369711d.txt @@ -0,0 +1,2 @@ +2 0.6453777777777778 0.5974222222222222 0.6592 0.7537777777777777 +2 0.2515555555555556 0.5250222222222222 0.4344888888888889 0.6513333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18355_jpg.rf.754236a1a5f96d66ab25124667264623.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18355_jpg.rf.754236a1a5f96d66ab25124667264623.txt new file mode 100644 index 0000000..a1b9a6a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18355_jpg.rf.754236a1a5f96d66ab25124667264623.txt @@ -0,0 +1 @@ +2 0.49924444444444444 0.5116444444444445 0.8256444444444445 0.952 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18378_jpg.rf.2bc0e55488a917543d8f3b69064f8412.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18378_jpg.rf.2bc0e55488a917543d8f3b69064f8412.txt new file mode 100644 index 0000000..f3782f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18378_jpg.rf.2bc0e55488a917543d8f3b69064f8412.txt @@ -0,0 +1 @@ +2 0.32617777777777773 0.35848888888888886 0.6411111111111111 0.6033777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18387_jpg.rf.83e7c49b62b9056fd6662d3943483806.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18387_jpg.rf.83e7c49b62b9056fd6662d3943483806.txt new file mode 100644 index 0000000..f74af0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18387_jpg.rf.83e7c49b62b9056fd6662d3943483806.txt @@ -0,0 +1,2 @@ +7 0.2919555555555555 0.41413333333333335 0.5195555555555555 0.8019999999999999 +7 0.7082222222222222 0.42493333333333333 0.49284444444444436 0.7600888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1838_jpg.rf.87a3ad30ddd0ca0778daa7ad479926e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1838_jpg.rf.87a3ad30ddd0ca0778daa7ad479926e4.txt new file mode 100644 index 0000000..74a3636 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1838_jpg.rf.87a3ad30ddd0ca0778daa7ad479926e4.txt @@ -0,0 +1,2 @@ +2 0.5279111111111111 0.3616 0.28462222222222233 0.3413777777777778 +3 0.5348888888888889 0.6972888888888888 0.20973333333333333 0.3948444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage183_jpg.rf.406963bc74181ffb8d8c0e583ce9dbb0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage183_jpg.rf.406963bc74181ffb8d8c0e583ce9dbb0.txt new file mode 100644 index 0000000..1c5ad2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage183_jpg.rf.406963bc74181ffb8d8c0e583ce9dbb0.txt @@ -0,0 +1,2 @@ +2 0.7326222222222223 0.6117777777777778 0.5347555555555555 0.5851555555555557 +2 0.25231111111111115 0.5662666666666667 0.48413333333333336 0.5914666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18420_jpg.rf.9731267cdca4110368646203fe940e5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18420_jpg.rf.9731267cdca4110368646203fe940e5e.txt new file mode 100644 index 0000000..4c3dc41 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18420_jpg.rf.9731267cdca4110368646203fe940e5e.txt @@ -0,0 +1 @@ +2 0.5006222222222222 0.4858666666666666 0.7522666666666666 0.8059555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18423_jpg.rf.519a7a076d14f5566019a232398e0804.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18423_jpg.rf.519a7a076d14f5566019a232398e0804.txt new file mode 100644 index 0000000..70f6bfd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18423_jpg.rf.519a7a076d14f5566019a232398e0804.txt @@ -0,0 +1 @@ +2 0.4932444444444445 0.5518222222222222 0.5384888888888889 0.6175555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18424_jpg.rf.a84673b7ce02f23e28cf03cc6b314035.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18424_jpg.rf.a84673b7ce02f23e28cf03cc6b314035.txt new file mode 100644 index 0000000..77a32e5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18424_jpg.rf.a84673b7ce02f23e28cf03cc6b314035.txt @@ -0,0 +1 @@ +2 0.4934222222222222 0.4882222222222222 0.7192888888888889 0.9755999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18425_jpg.rf.0165fcc41303b590ea438b629e2241e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18425_jpg.rf.0165fcc41303b590ea438b629e2241e1.txt new file mode 100644 index 0000000..4069880 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18425_jpg.rf.0165fcc41303b590ea438b629e2241e1.txt @@ -0,0 +1 @@ +2 0.5065333333333333 0.5030222222222223 0.8894666666666666 0.9290222222222221 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18432_jpg.rf.acace0d7f743741f1f7a40fdc33ca40f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18432_jpg.rf.acace0d7f743741f1f7a40fdc33ca40f.txt new file mode 100644 index 0000000..3bc95c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18432_jpg.rf.acace0d7f743741f1f7a40fdc33ca40f.txt @@ -0,0 +1,6 @@ +3 0.15715555555555555 0.7944 0.28808888888888884 0.4111999999999999 +3 0.46191111111111116 0.7912 0.27111111111111114 0.4175555555555555 +3 0.7935111111111111 0.8430666666666666 0.29515555555555567 0.3138666666666667 +2 0.1711111111111111 0.43146666666666667 0.3414222222222222 0.4556888888888889 +2 0.5169333333333334 0.42804444444444445 0.36417777777777777 0.4150666666666666 +2 0.8199555555555555 0.4640444444444444 0.3438222222222223 0.46164444444444447 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18454_jpg.rf.e80194c432ef466a4a0bcdf96f3aff45.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18454_jpg.rf.e80194c432ef466a4a0bcdf96f3aff45.txt new file mode 100644 index 0000000..06c783b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18454_jpg.rf.e80194c432ef466a4a0bcdf96f3aff45.txt @@ -0,0 +1 @@ +2 0.49995555555555554 0.4921333333333333 0.6756888888888889 0.8691111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18455_jpg.rf.1b1a735761b57f92e98a5c2bc1ffbfa7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18455_jpg.rf.1b1a735761b57f92e98a5c2bc1ffbfa7.txt new file mode 100644 index 0000000..cfe6a66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18455_jpg.rf.1b1a735761b57f92e98a5c2bc1ffbfa7.txt @@ -0,0 +1 @@ +2 0.5196888888888889 0.5193777777777778 0.8327111111111112 0.916711111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18457_jpg.rf.72eff9c359c9353b623804fc395ec3fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18457_jpg.rf.72eff9c359c9353b623804fc395ec3fc.txt new file mode 100644 index 0000000..f8a6854 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18457_jpg.rf.72eff9c359c9353b623804fc395ec3fc.txt @@ -0,0 +1 @@ +2 0.45915555555555554 0.5979555555555556 0.5373333333333333 0.595688888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18463_jpg.rf.e85bd4b6a820ba23a2c55bd833c8ee2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18463_jpg.rf.e85bd4b6a820ba23a2c55bd833c8ee2e.txt new file mode 100644 index 0000000..abd0223 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18463_jpg.rf.e85bd4b6a820ba23a2c55bd833c8ee2e.txt @@ -0,0 +1 @@ +2 0.4956888888888889 0.46151111111111115 0.7254666666666665 0.868711111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18472_jpg.rf.4db507e283bc14456197494e375b9dd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18472_jpg.rf.4db507e283bc14456197494e375b9dd3.txt new file mode 100644 index 0000000..2fa1872 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18472_jpg.rf.4db507e283bc14456197494e375b9dd3.txt @@ -0,0 +1 @@ +2 0.5008 0.5086666666666667 0.6875555555555555 0.8979555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18484_jpg.rf.85f34809b5e59654a09469e48a323abe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18484_jpg.rf.85f34809b5e59654a09469e48a323abe.txt new file mode 100644 index 0000000..468b7d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18484_jpg.rf.85f34809b5e59654a09469e48a323abe.txt @@ -0,0 +1 @@ +2 0.4997777777777779 0.49435555555555555 0.8330222222222222 0.9640000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18486_jpg.rf.961be99249084e620c6a54447eae625c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18486_jpg.rf.961be99249084e620c6a54447eae625c.txt new file mode 100644 index 0000000..35410a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18486_jpg.rf.961be99249084e620c6a54447eae625c.txt @@ -0,0 +1 @@ +7 0.5050666666666667 0.5584888888888889 0.4590222222222222 0.6589333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18500_jpg.rf.b7054c61cc4bc4ea5316d02971b5ea68.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18500_jpg.rf.b7054c61cc4bc4ea5316d02971b5ea68.txt new file mode 100644 index 0000000..b92c610 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18500_jpg.rf.b7054c61cc4bc4ea5316d02971b5ea68.txt @@ -0,0 +1 @@ +7 0.4951111111111111 0.5042666666666666 0.7903999999999999 0.7368444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18509_jpg.rf.1a581285ffe0d56217a0f8f3d38f92ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18509_jpg.rf.1a581285ffe0d56217a0f8f3d38f92ca.txt new file mode 100644 index 0000000..b233b5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18509_jpg.rf.1a581285ffe0d56217a0f8f3d38f92ca.txt @@ -0,0 +1 @@ +2 0.40982222222222214 0.4981777777777778 0.7849333333333334 0.9963555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1850_jpg.rf.d3b1f7690e4f4117491c5ca4bf39975b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1850_jpg.rf.d3b1f7690e4f4117491c5ca4bf39975b.txt new file mode 100644 index 0000000..3875b23 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1850_jpg.rf.d3b1f7690e4f4117491c5ca4bf39975b.txt @@ -0,0 +1 @@ +2 0.5172 0.5535555555555556 0.4764 0.5745333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18530_jpg.rf.32652b4cf167e27c7826178df428b3b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18530_jpg.rf.32652b4cf167e27c7826178df428b3b5.txt new file mode 100644 index 0000000..dbaed73 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18530_jpg.rf.32652b4cf167e27c7826178df428b3b5.txt @@ -0,0 +1 @@ +7 0.48346666666666666 0.5068444444444444 0.6156444444444447 0.7757777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18533_jpg.rf.15046e57378ad61235d3cb14678576e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18533_jpg.rf.15046e57378ad61235d3cb14678576e4.txt new file mode 100644 index 0000000..4cec66f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18533_jpg.rf.15046e57378ad61235d3cb14678576e4.txt @@ -0,0 +1 @@ +2 0.5288444444444445 0.6091555555555556 0.6648000000000001 0.6666222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18538_jpg.rf.d2f2edeb645cc1c1225fdb0791294120.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18538_jpg.rf.d2f2edeb645cc1c1225fdb0791294120.txt new file mode 100644 index 0000000..05772ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18538_jpg.rf.d2f2edeb645cc1c1225fdb0791294120.txt @@ -0,0 +1 @@ +2 0.5188 0.5102222222222222 0.9055111111111112 0.9688444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1853_jpg.rf.443154f206b4f1dcbe8c5901f579b18d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1853_jpg.rf.443154f206b4f1dcbe8c5901f579b18d.txt new file mode 100644 index 0000000..6a26c94 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1853_jpg.rf.443154f206b4f1dcbe8c5901f579b18d.txt @@ -0,0 +1 @@ +2 0.5207142857142857 0.5737500000000001 0.7769196428571429 0.7682142857142856 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18544_jpg.rf.c3a9ce9ec9452fa090719b13600b0c62.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18544_jpg.rf.c3a9ce9ec9452fa090719b13600b0c62.txt new file mode 100644 index 0000000..fd6d8e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18544_jpg.rf.c3a9ce9ec9452fa090719b13600b0c62.txt @@ -0,0 +1 @@ +2 0.5018666666666667 0.5212444444444444 0.7192888888888889 0.9231111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18559_jpg.rf.18254e4547388400f0c8e90908deba80.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18559_jpg.rf.18254e4547388400f0c8e90908deba80.txt new file mode 100644 index 0000000..fbb3cad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18559_jpg.rf.18254e4547388400f0c8e90908deba80.txt @@ -0,0 +1 @@ +2 0.5018666666666667 0.4915111111111111 0.7527555555555556 0.9431999999999998 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18573_jpg.rf.33241b597f48597d85c17221a4acc89d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18573_jpg.rf.33241b597f48597d85c17221a4acc89d.txt new file mode 100644 index 0000000..5398704 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18573_jpg.rf.33241b597f48597d85c17221a4acc89d.txt @@ -0,0 +1 @@ +2 0.49168888888888884 0.4911555555555555 0.936 0.8884 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18588_jpg.rf.2c11fdb2138b18b10ae99895f5f19830.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18588_jpg.rf.2c11fdb2138b18b10ae99895f5f19830.txt new file mode 100644 index 0000000..010ef80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18588_jpg.rf.2c11fdb2138b18b10ae99895f5f19830.txt @@ -0,0 +1 @@ +2 0.38666666666666666 0.5570222222222222 0.5866666666666667 0.6785333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18590_jpg.rf.316fcb3b2a6537045e76694133005b0b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18590_jpg.rf.316fcb3b2a6537045e76694133005b0b.txt new file mode 100644 index 0000000..b0040ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18590_jpg.rf.316fcb3b2a6537045e76694133005b0b.txt @@ -0,0 +1,2 @@ +2 0.4625333333333333 0.29240000000000005 0.5576444444444445 0.5848000000000001 +3 0.5920444444444445 0.7806222222222221 0.4103555555555555 0.4387555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1859_jpg.rf.47b01810f89dba9323a0ef74e04a16a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1859_jpg.rf.47b01810f89dba9323a0ef74e04a16a5.txt new file mode 100644 index 0000000..3535241 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1859_jpg.rf.47b01810f89dba9323a0ef74e04a16a5.txt @@ -0,0 +1 @@ +2 0.5014666666666666 0.4836888888888889 0.5407555555555555 0.783688888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18607_jpg.rf.e4fa2e96f3b11b4a68e1af2eb2399d78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18607_jpg.rf.e4fa2e96f3b11b4a68e1af2eb2399d78.txt new file mode 100644 index 0000000..19733b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18607_jpg.rf.e4fa2e96f3b11b4a68e1af2eb2399d78.txt @@ -0,0 +1 @@ +2 0.47333333333333333 0.5755555555555556 0.8933333333333333 0.8488888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18609_jpg.rf.9f206da3dbb1ea0a5b9b036b77ac7d2f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18609_jpg.rf.9f206da3dbb1ea0a5b9b036b77ac7d2f.txt new file mode 100644 index 0000000..b7c691c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18609_jpg.rf.9f206da3dbb1ea0a5b9b036b77ac7d2f.txt @@ -0,0 +1 @@ +7 0.4929777777777778 0.49560000000000004 0.4221777777777777 0.7236888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18613_jpg.rf.5dfe275d1a15122c3f59bc6c567b82f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18613_jpg.rf.5dfe275d1a15122c3f59bc6c567b82f2.txt new file mode 100644 index 0000000..db06dfc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18613_jpg.rf.5dfe275d1a15122c3f59bc6c567b82f2.txt @@ -0,0 +1 @@ +2 0.5068444444444445 0.49262222222222224 0.8083999999999999 0.8490222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18616_jpg.rf.5e762348dbc479cbf24e5f2a17e0ee1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18616_jpg.rf.5e762348dbc479cbf24e5f2a17e0ee1f.txt new file mode 100644 index 0000000..993034b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18616_jpg.rf.5e762348dbc479cbf24e5f2a17e0ee1f.txt @@ -0,0 +1 @@ +2 0.49848888888888887 0.4858666666666666 0.8141333333333334 0.9159111111111113 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18620_jpg.rf.ba071cd7febff8298b5f67a3805b4784.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18620_jpg.rf.ba071cd7febff8298b5f67a3805b4784.txt new file mode 100644 index 0000000..768980f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18620_jpg.rf.ba071cd7febff8298b5f67a3805b4784.txt @@ -0,0 +1 @@ +2 0.5093303571428571 0.4537946428571429 0.7401785714285715 0.7834821428571429 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18622_jpg.rf.1af501b373e137fc35b15b0e4e320b41.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18622_jpg.rf.1af501b373e137fc35b15b0e4e320b41.txt new file mode 100644 index 0000000..6edfcf9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage18622_jpg.rf.1af501b373e137fc35b15b0e4e320b41.txt @@ -0,0 +1 @@ +2 0.5117777777777778 0.49257777777777784 0.8175111111111111 0.9647111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1863_jpg.rf.f3abf9f5330a11cd52a49c784726be0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1863_jpg.rf.f3abf9f5330a11cd52a49c784726be0e.txt new file mode 100644 index 0000000..63af99f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1863_jpg.rf.f3abf9f5330a11cd52a49c784726be0e.txt @@ -0,0 +1 @@ +2 0.4911111111111111 0.5138222222222222 0.5241777777777777 0.6669777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1887_jpg.rf.965f989069dd2893af9cea281bb4dec2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1887_jpg.rf.965f989069dd2893af9cea281bb4dec2.txt new file mode 100644 index 0000000..c18c176 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage1887_jpg.rf.965f989069dd2893af9cea281bb4dec2.txt @@ -0,0 +1 @@ +2 0.5493333333333333 0.49328888888888894 0.7988444444444445 0.9322222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage188C_jpeg_jpg.rf.ef116b0eafe7d2c6c2a4e9182e2c522c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage188C_jpeg_jpg.rf.ef116b0eafe7d2c6c2a4e9182e2c522c.txt new file mode 100644 index 0000000..a27984c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimage188C_jpeg_jpg.rf.ef116b0eafe7d2c6c2a4e9182e2c522c.txt @@ -0,0 +1 @@ +2 0.5385333333333333 0.4991111111111111 0.8715111111111111 0.6637777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14100_jpg.rf.e364e86edef160b2a1c39c58eab3df8a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14100_jpg.rf.e364e86edef160b2a1c39c58eab3df8a.txt new file mode 100644 index 0000000..9a9c0b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14100_jpg.rf.e364e86edef160b2a1c39c58eab3df8a.txt @@ -0,0 +1,2 @@ +0 0.5028125 0.45696875 0.16312499999999996 0.14646875 +3 0.4911875 0.6800625 0.129125 0.34321875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14115_jpg.rf.969215167d479d5078dd506bcd1607c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14115_jpg.rf.969215167d479d5078dd506bcd1607c0.txt new file mode 100644 index 0000000..f2b9b39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14115_jpg.rf.969215167d479d5078dd506bcd1607c0.txt @@ -0,0 +1,2 @@ +0 0.44781250000000006 0.48218750000000005 0.11978124999999995 0.14271875000000006 +3 0.4528125 0.71621875 0.12978125000000004 0.36490624999999993 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1412_jpg.rf.a1e26037238836e3eae14e09183e50e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1412_jpg.rf.a1e26037238836e3eae14e09183e50e6.txt new file mode 100644 index 0000000..7c137c8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1412_jpg.rf.a1e26037238836e3eae14e09183e50e6.txt @@ -0,0 +1 @@ +3 0.49009375000000005 0.5047812500000001 0.3251875 0.7128750000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14133_jpg.rf.cbbd8d0166bd2411454201bc0e55b80b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14133_jpg.rf.cbbd8d0166bd2411454201bc0e55b80b.txt new file mode 100644 index 0000000..3810896 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14133_jpg.rf.cbbd8d0166bd2411454201bc0e55b80b.txt @@ -0,0 +1,4 @@ +3 0.28531249999999997 0.52975 0.36146874999999995 0.60446875 +3 0.8194375 0.24740625 0.12971874999999997 0.45228124999999997 +3 0.77653125 0.7574687499999999 0.1855625 0.4557812500000001 +7 0.18803125 0.14028125 0.3760625 0.27971875000000007 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14139_jpg.rf.4d6ef01f6dc311199644bff2897553f3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14139_jpg.rf.4d6ef01f6dc311199644bff2897553f3.txt new file mode 100644 index 0000000..35041ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14139_jpg.rf.4d6ef01f6dc311199644bff2897553f3.txt @@ -0,0 +1 @@ +3 0.46803125 0.652875 0.12271874999999995 0.37156250000000013 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1414_jpg.rf.739c34aa0627a3a55c554fabca05db90.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1414_jpg.rf.739c34aa0627a3a55c554fabca05db90.txt new file mode 100644 index 0000000..7d8a4ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1414_jpg.rf.739c34aa0627a3a55c554fabca05db90.txt @@ -0,0 +1,2 @@ +3 0.52175 0.56015625 0.30518750000000006 0.6903437499999999 +7 0.48296875000000006 0.2024375 0.4305312499999999 0.404875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14152_jpg.rf.c4ec9499811d98bf54051bf84180fe23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14152_jpg.rf.c4ec9499811d98bf54051bf84180fe23.txt new file mode 100644 index 0000000..e09729f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14152_jpg.rf.c4ec9499811d98bf54051bf84180fe23.txt @@ -0,0 +1 @@ +3 0.511125 0.6134999999999999 0.16312499999999996 0.4969687499999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14155_jpg.rf.d4865cc707dc8c5cd4134cdc701452c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14155_jpg.rf.d4865cc707dc8c5cd4134cdc701452c7.txt new file mode 100644 index 0000000..2b7b098 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14155_jpg.rf.d4865cc707dc8c5cd4134cdc701452c7.txt @@ -0,0 +1 @@ +3 0.51384375 0.6918124999999999 0.18103125000000003 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14157_jpg.rf.129af97f60e886612e1ca8b0e676af6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14157_jpg.rf.129af97f60e886612e1ca8b0e676af6b.txt new file mode 100644 index 0000000..fc47129 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14157_jpg.rf.129af97f60e886612e1ca8b0e676af6b.txt @@ -0,0 +1,2 @@ +3 0.51446875 0.6335 0.25309375 0.5369999999999999 +7 0.536125 0.33843750000000006 0.34643750000000006 0.39687500000000003 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14162_jpg.rf.99d19a212d2c767caaa26c792c06d588.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14162_jpg.rf.99d19a212d2c767caaa26c792c06d588.txt new file mode 100644 index 0000000..60fefec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14162_jpg.rf.99d19a212d2c767caaa26c792c06d588.txt @@ -0,0 +1 @@ +3 0.5115624999999999 0.4918125 0.23893749999999994 0.6536249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14189_jpg.rf.a090267bf75b1c5f3fc0207ec3dff2a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14189_jpg.rf.a090267bf75b1c5f3fc0207ec3dff2a9.txt new file mode 100644 index 0000000..f3bc585 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14189_jpg.rf.a090267bf75b1c5f3fc0207ec3dff2a9.txt @@ -0,0 +1,2 @@ +7 0.4771875 0.34009375 0.25768749999999996 0.23353124999999997 +3 0.48696875000000006 0.6293124999999999 0.14812499999999992 0.42865624999999985 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1418_jpg.rf.5b6fe6e9b92e147d08e5b492f5271d43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1418_jpg.rf.5b6fe6e9b92e147d08e5b492f5271d43.txt new file mode 100644 index 0000000..175721f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1418_jpg.rf.5b6fe6e9b92e147d08e5b492f5271d43.txt @@ -0,0 +1,5 @@ +3 0.09784375 0.49806249999999996 0.11984375 0.42443749999999997 +3 0.350125 0.6951562499999999 0.14521875 0.32696875 +3 0.66925 0.67015625 0.20015625000000004 0.5103437500000001 +3 0.87109375 0.517125 0.21637500000000004 0.6042187499999999 +0 0.66134375 0.3246875 0.19265624999999992 0.16553124999999996 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14191_jpg.rf.7e95248580e8f43bc597dff4307df902.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14191_jpg.rf.7e95248580e8f43bc597dff4307df902.txt new file mode 100644 index 0000000..9f9aa06 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14191_jpg.rf.7e95248580e8f43bc597dff4307df902.txt @@ -0,0 +1,4 @@ +3 0.255125 0.6258750000000001 0.27603125000000006 0.48950000000000005 +3 0.73484375 0.61940625 0.20175 0.5196875000000001 +0 0.232125 0.28259375000000003 0.22140624999999997 0.21890625000000002 +0 0.73484375 0.28203125 0.21037499999999998 0.18262499999999998 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14194_jpg.rf.2cff28779fc368d9e46187d83dd92fad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14194_jpg.rf.2cff28779fc368d9e46187d83dd92fad.txt new file mode 100644 index 0000000..43c955a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14194_jpg.rf.2cff28779fc368d9e46187d83dd92fad.txt @@ -0,0 +1 @@ +3 0.43778125 0.49059375000000005 0.61640625 0.9761875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14214_jpg.rf.8b3e0a55237ac6aab4f68f5d78f13202.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14214_jpg.rf.8b3e0a55237ac6aab4f68f5d78f13202.txt new file mode 100644 index 0000000..c6dcd97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14214_jpg.rf.8b3e0a55237ac6aab4f68f5d78f13202.txt @@ -0,0 +1,2 @@ +3 0.46040625 0.5060625 0.26206250000000003 0.71759375 +0 0.46237500000000004 0.09971875 0.35868750000000005 0.1994375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14228_jpg.rf.2d92a41893d7db1a073272552b4a3817.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14228_jpg.rf.2d92a41893d7db1a073272552b4a3817.txt new file mode 100644 index 0000000..e9f9df7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14228_jpg.rf.2d92a41893d7db1a073272552b4a3817.txt @@ -0,0 +1,3 @@ +3 0.32821875 0.47159375 0.351125 0.7606875000000001 +3 0.77921875 0.58778125 0.25096875 0.4823124999999999 +7 0.76234375 0.30631250000000004 0.35081249999999997 0.3841562500000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1424_jpg.rf.ddeba61945fdff3cff2a380ff2d0882b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1424_jpg.rf.ddeba61945fdff3cff2a380ff2d0882b.txt new file mode 100644 index 0000000..f3db30c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1424_jpg.rf.ddeba61945fdff3cff2a380ff2d0882b.txt @@ -0,0 +1 @@ +3 0.55403125 0.48265624999999995 0.39059375 0.852 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14252_jpg.rf.1418bb59f3342d330731c2c8ffe937db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14252_jpg.rf.1418bb59f3342d330731c2c8ffe937db.txt new file mode 100644 index 0000000..b6731ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14252_jpg.rf.1418bb59f3342d330731c2c8ffe937db.txt @@ -0,0 +1 @@ +3 0.5015625 0.6272500000000001 0.15228125000000006 0.4828125000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14258_jpg.rf.275bd077d8d712ef905130a56a69e222.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14258_jpg.rf.275bd077d8d712ef905130a56a69e222.txt new file mode 100644 index 0000000..3f19f97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14258_jpg.rf.275bd077d8d712ef905130a56a69e222.txt @@ -0,0 +1 @@ +3 0.50084375 0.49818750000000006 0.5921875 0.9690937500000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14261_jpg.rf.56cbe5ca5bb41d3d88fdf5098ab0510e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14261_jpg.rf.56cbe5ca5bb41d3d88fdf5098ab0510e.txt new file mode 100644 index 0000000..480829d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg14261_jpg.rf.56cbe5ca5bb41d3d88fdf5098ab0510e.txt @@ -0,0 +1 @@ +3 0.54696875 0.6497499999999998 0.21809375000000006 0.49449999999999994 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1434_jpg.rf.e22cf2d5564dfe498600365c5c94ad75.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1434_jpg.rf.e22cf2d5564dfe498600365c5c94ad75.txt new file mode 100644 index 0000000..447b451 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1434_jpg.rf.e22cf2d5564dfe498600365c5c94ad75.txt @@ -0,0 +1,6 @@ +3 0.183875 0.61890625 0.22106250000000002 0.4995000000000001 +3 0.5265625 0.6143437500000001 0.16893750000000002 0.5320000000000001 +3 0.8138125 0.631 0.2309687499999999 0.56534375 +0 0.18846875000000002 0.26028125 0.2385625 0.2364375 +0 0.51446875 0.24884374999999997 0.153125 0.20934375000000002 +0 0.8338125 0.24259375 0.2543125 0.2385 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1436_jpg.rf.41a2e432453b2df5513b060610c2f521.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1436_jpg.rf.41a2e432453b2df5513b060610c2f521.txt new file mode 100644 index 0000000..6352059 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1436_jpg.rf.41a2e432453b2df5513b060610c2f521.txt @@ -0,0 +1,3 @@ +3 0.15271874999999996 0.4636875 0.29109375000000004 0.8483437500000001 +3 0.487 0.4491250000000001 0.33246875 0.8170937500000001 +3 0.8280625 0.4555937500000001 0.28831249999999997 0.8214062500000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg143_jpg.rf.816431576d0aa9679dacf9f5ea458667.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg143_jpg.rf.816431576d0aa9679dacf9f5ea458667.txt new file mode 100644 index 0000000..5f7a286 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg143_jpg.rf.816431576d0aa9679dacf9f5ea458667.txt @@ -0,0 +1 @@ +3 0.5273749999999999 0.43743749999999987 0.35393749999999996 0.83240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1441_jpg.rf.f23637333aa7b988a7d80b0c4984cae5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1441_jpg.rf.f23637333aa7b988a7d80b0c4984cae5.txt new file mode 100644 index 0000000..1e78ee9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1441_jpg.rf.f23637333aa7b988a7d80b0c4984cae5.txt @@ -0,0 +1,3 @@ +3 0.5103888888888889 0.5299375000000001 0.3809444444444444 0.59509375 +3 0.2661111111111111 0.41890625000000004 0.01622222222222223 0.0019999999999999575 +0 0.52 0.127375 0.5967777777777779 0.22746875000000003 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1446_jpg.rf.a3e39f7d1ce79fea7263da2deb998963.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1446_jpg.rf.a3e39f7d1ce79fea7263da2deb998963.txt new file mode 100644 index 0000000..768846c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1446_jpg.rf.a3e39f7d1ce79fea7263da2deb998963.txt @@ -0,0 +1,2 @@ +3 0.7106250000000001 0.51496875 0.57875 0.80409375 +3 0.25115625 0.48809375 0.49312500000000004 0.7878125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1463_jpg.rf.2452848d49112519268cf72658b81e41.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1463_jpg.rf.2452848d49112519268cf72658b81e41.txt new file mode 100644 index 0000000..e37c3dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1463_jpg.rf.2452848d49112519268cf72658b81e41.txt @@ -0,0 +1,2 @@ +3 0.2984375 0.62453125 0.24187499999999998 0.5315624999999999 +3 0.67134375 0.606 0.1959999999999999 0.54865625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1477_jpg.rf.cf8fb13b952768a186d6a8ebdb109cc4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1477_jpg.rf.cf8fb13b952768a186d6a8ebdb109cc4.txt new file mode 100644 index 0000000..735d787 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg1477_jpg.rf.cf8fb13b952768a186d6a8ebdb109cc4.txt @@ -0,0 +1,2 @@ +3 0.524734693877551 0.6686875 0.21575510204081638 0.3365625 +0 0.5284897959183673 0.4104375 0.16583673469387752 0.15409375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg147_jpg.rf.58f7e01d785140859a0ffa0d95fb3765.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg147_jpg.rf.58f7e01d785140859a0ffa0d95fb3765.txt new file mode 100644 index 0000000..b9c0dee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg147_jpg.rf.58f7e01d785140859a0ffa0d95fb3765.txt @@ -0,0 +1,2 @@ +7 0.52596875 0.23875000000000002 0.41256249999999994 0.36403125000000003 +3 0.53584375 0.5829375000000001 0.30084374999999997 0.6472187500000002 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg149_jpg.rf.530a705238875e81ce9abb0586a8425d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg149_jpg.rf.530a705238875e81ce9abb0586a8425d.txt new file mode 100644 index 0000000..0736247 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Jimg149_jpg.rf.530a705238875e81ce9abb0586a8425d.txt @@ -0,0 +1 @@ +3 0.61571875 0.50475 0.2805937500000001 0.7378124999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.5f57b22beca6c02123ade6919c1642e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.5f57b22beca6c02123ade6919c1642e1.txt new file mode 100644 index 0000000..c520645 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.5f57b22beca6c02123ade6919c1642e1.txt @@ -0,0 +1 @@ +8 0.14921875 0.57734375 0.128125 0.2375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.658b103631cdf2748f0df5d321676933.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.658b103631cdf2748f0df5d321676933.txt new file mode 100644 index 0000000..c520645 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.658b103631cdf2748f0df5d321676933.txt @@ -0,0 +1 @@ +8 0.14921875 0.57734375 0.128125 0.2375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.fb2f7d85098c0a2f4571ff2303185e3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.fb2f7d85098c0a2f4571ff2303185e3e.txt new file mode 100644 index 0000000..c520645 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-10_jpg.rf.fb2f7d85098c0a2f4571ff2303185e3e.txt @@ -0,0 +1 @@ +8 0.14921875 0.57734375 0.128125 0.2375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.03130feeee2aebff437cf99d812b2eb8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.03130feeee2aebff437cf99d812b2eb8.txt new file mode 100644 index 0000000..c9e429d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.03130feeee2aebff437cf99d812b2eb8.txt @@ -0,0 +1 @@ +8 0.1484375 0.5703125 0.15 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.7b33270c93bf48310960c9bd2de73a8d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.7b33270c93bf48310960c9bd2de73a8d.txt new file mode 100644 index 0000000..c9e429d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.7b33270c93bf48310960c9bd2de73a8d.txt @@ -0,0 +1 @@ +8 0.1484375 0.5703125 0.15 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.adb65595b0999e00c9e7ac4fec089727.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.adb65595b0999e00c9e7ac4fec089727.txt new file mode 100644 index 0000000..c9e429d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-11_jpg.rf.adb65595b0999e00c9e7ac4fec089727.txt @@ -0,0 +1 @@ +8 0.1484375 0.5703125 0.15 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.173da583992e45152b9ddaaa2db98724.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.173da583992e45152b9ddaaa2db98724.txt new file mode 100644 index 0000000..358f81b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.173da583992e45152b9ddaaa2db98724.txt @@ -0,0 +1 @@ +8 0.1484375 0.5765625 0.1359375 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.18ef84722d9a220aa624713dade7089c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.18ef84722d9a220aa624713dade7089c.txt new file mode 100644 index 0000000..358f81b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.18ef84722d9a220aa624713dade7089c.txt @@ -0,0 +1 @@ +8 0.1484375 0.5765625 0.1359375 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.c7a3daddd66310bcaa648dd2fafe825a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.c7a3daddd66310bcaa648dd2fafe825a.txt new file mode 100644 index 0000000..358f81b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-12_jpg.rf.c7a3daddd66310bcaa648dd2fafe825a.txt @@ -0,0 +1 @@ +8 0.1484375 0.5765625 0.1359375 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.18c27be83fca8afbd8a4f6e3d386f276.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.18c27be83fca8afbd8a4f6e3d386f276.txt new file mode 100644 index 0000000..c4ce1a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.18c27be83fca8afbd8a4f6e3d386f276.txt @@ -0,0 +1 @@ +8 0.15 0.5734375 0.13984375 0.25546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.6724f4cae0078b6996e9036bb3703c2f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.6724f4cae0078b6996e9036bb3703c2f.txt new file mode 100644 index 0000000..c4ce1a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.6724f4cae0078b6996e9036bb3703c2f.txt @@ -0,0 +1 @@ +8 0.15 0.5734375 0.13984375 0.25546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.edad3423ca63f9a690b4fbf85ea7a38b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.edad3423ca63f9a690b4fbf85ea7a38b.txt new file mode 100644 index 0000000..c4ce1a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-13_jpg.rf.edad3423ca63f9a690b4fbf85ea7a38b.txt @@ -0,0 +1 @@ +8 0.15 0.5734375 0.13984375 0.25546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.26d69fad0cf2d483c409cc7fc00493cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.26d69fad0cf2d483c409cc7fc00493cb.txt new file mode 100644 index 0000000..bd7ffc0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.26d69fad0cf2d483c409cc7fc00493cb.txt @@ -0,0 +1 @@ +8 0.14921875 0.57890625 0.1234375 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.b4e3ebf50c6ffa352d290755219e57c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.b4e3ebf50c6ffa352d290755219e57c7.txt new file mode 100644 index 0000000..bd7ffc0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.b4e3ebf50c6ffa352d290755219e57c7.txt @@ -0,0 +1 @@ +8 0.14921875 0.57890625 0.1234375 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.f166c060e0c5152784702ed8a9b115ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.f166c060e0c5152784702ed8a9b115ad.txt new file mode 100644 index 0000000..bd7ffc0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-14_jpg.rf.f166c060e0c5152784702ed8a9b115ad.txt @@ -0,0 +1 @@ +8 0.14921875 0.57890625 0.1234375 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.69bbc646371d5c9679b2f44f2bcf2541.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.69bbc646371d5c9679b2f44f2bcf2541.txt new file mode 100644 index 0000000..3a74c4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.69bbc646371d5c9679b2f44f2bcf2541.txt @@ -0,0 +1 @@ +8 0.1453125 0.57421875 0.11640625 0.23203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.7d64e8e7ae06c6d5ae2554864d05cfc9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.7d64e8e7ae06c6d5ae2554864d05cfc9.txt new file mode 100644 index 0000000..3a74c4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.7d64e8e7ae06c6d5ae2554864d05cfc9.txt @@ -0,0 +1 @@ +8 0.1453125 0.57421875 0.11640625 0.23203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.bb9b81965d84f72897797dd4f3cc57f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.bb9b81965d84f72897797dd4f3cc57f4.txt new file mode 100644 index 0000000..3a74c4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-15_jpg.rf.bb9b81965d84f72897797dd4f3cc57f4.txt @@ -0,0 +1 @@ +8 0.1453125 0.57421875 0.11640625 0.23203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.154ad269e26fce7586f66f7ca9558cbc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.154ad269e26fce7586f66f7ca9558cbc.txt new file mode 100644 index 0000000..3870bf1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.154ad269e26fce7586f66f7ca9558cbc.txt @@ -0,0 +1 @@ +8 0.14296875 0.57578125 0.1375 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.1da59180c2d31aefbe229fbc042b6716.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.1da59180c2d31aefbe229fbc042b6716.txt new file mode 100644 index 0000000..3870bf1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.1da59180c2d31aefbe229fbc042b6716.txt @@ -0,0 +1 @@ +8 0.14296875 0.57578125 0.1375 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.d27ff78d7f0ab155b5104b67e10f0c72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.d27ff78d7f0ab155b5104b67e10f0c72.txt new file mode 100644 index 0000000..3870bf1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-17_jpg.rf.d27ff78d7f0ab155b5104b67e10f0c72.txt @@ -0,0 +1 @@ +8 0.14296875 0.57578125 0.1375 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.0de740ab6f494d824f2f835f9fbff4ac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.0de740ab6f494d824f2f835f9fbff4ac.txt new file mode 100644 index 0000000..abdc69d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.0de740ab6f494d824f2f835f9fbff4ac.txt @@ -0,0 +1 @@ +8 0.1453125 0.57734375 0.12578125 0.25703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.85ced12489f603c71805ad972c873911.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.85ced12489f603c71805ad972c873911.txt new file mode 100644 index 0000000..abdc69d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.85ced12489f603c71805ad972c873911.txt @@ -0,0 +1 @@ +8 0.1453125 0.57734375 0.12578125 0.25703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.f56576ead46f5d997b0aa0d30312385f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.f56576ead46f5d997b0aa0d30312385f.txt new file mode 100644 index 0000000..abdc69d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-18_jpg.rf.f56576ead46f5d997b0aa0d30312385f.txt @@ -0,0 +1 @@ +8 0.1453125 0.57734375 0.12578125 0.25703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.0803bf71d3802fb2d66b2b42f89ecbd8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.0803bf71d3802fb2d66b2b42f89ecbd8.txt new file mode 100644 index 0000000..68535e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.0803bf71d3802fb2d66b2b42f89ecbd8.txt @@ -0,0 +1 @@ +8 0.14765625 0.57421875 0.1375 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b47493a26b2b177ed6bc6f7745d06732.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b47493a26b2b177ed6bc6f7745d06732.txt new file mode 100644 index 0000000..68535e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b47493a26b2b177ed6bc6f7745d06732.txt @@ -0,0 +1 @@ +8 0.14765625 0.57421875 0.1375 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b9e92f30ec3dd78527f9119349a6ce0c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b9e92f30ec3dd78527f9119349a6ce0c.txt new file mode 100644 index 0000000..68535e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-21_jpg.rf.b9e92f30ec3dd78527f9119349a6ce0c.txt @@ -0,0 +1 @@ +8 0.14765625 0.57421875 0.1375 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.7b4a589b3c49ec7d758ccf9e94152a2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.7b4a589b3c49ec7d758ccf9e94152a2a.txt new file mode 100644 index 0000000..e1e4326 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.7b4a589b3c49ec7d758ccf9e94152a2a.txt @@ -0,0 +1 @@ +8 0.15078125 0.57734375 0.14921875 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.eab2b9f1f7b12e09216b7beb4f8a6438.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.eab2b9f1f7b12e09216b7beb4f8a6438.txt new file mode 100644 index 0000000..e1e4326 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.eab2b9f1f7b12e09216b7beb4f8a6438.txt @@ -0,0 +1 @@ +8 0.15078125 0.57734375 0.14921875 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.f2d7c734201a6cb27df71b9394ed53d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.f2d7c734201a6cb27df71b9394ed53d3.txt new file mode 100644 index 0000000..e1e4326 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-25_jpg.rf.f2d7c734201a6cb27df71b9394ed53d3.txt @@ -0,0 +1 @@ +8 0.15078125 0.57734375 0.14921875 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.2b89df712d298c4ead37b072772c9154.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.2b89df712d298c4ead37b072772c9154.txt new file mode 100644 index 0000000..df7dd42 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.2b89df712d298c4ead37b072772c9154.txt @@ -0,0 +1 @@ +8 0.14921875 0.57890625 0.1390625 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.94a0ef0160b35180e1aafb8b2034ef7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.94a0ef0160b35180e1aafb8b2034ef7c.txt new file mode 100644 index 0000000..df7dd42 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.94a0ef0160b35180e1aafb8b2034ef7c.txt @@ -0,0 +1 @@ +8 0.14921875 0.57890625 0.1390625 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.9ba23b4cdbe463453383b2705886d9db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.9ba23b4cdbe463453383b2705886d9db.txt new file mode 100644 index 0000000..df7dd42 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-26_jpg.rf.9ba23b4cdbe463453383b2705886d9db.txt @@ -0,0 +1 @@ +8 0.14921875 0.57890625 0.1390625 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.92ae1a6354c92b42e8caa6b9b3d162bc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.92ae1a6354c92b42e8caa6b9b3d162bc.txt new file mode 100644 index 0000000..646870e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.92ae1a6354c92b42e8caa6b9b3d162bc.txt @@ -0,0 +1 @@ +8 0.1484375 0.58125 0.1359375 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.9e59a79f3455334829fd5a90ee6cccb6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.9e59a79f3455334829fd5a90ee6cccb6.txt new file mode 100644 index 0000000..646870e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.9e59a79f3455334829fd5a90ee6cccb6.txt @@ -0,0 +1 @@ +8 0.1484375 0.58125 0.1359375 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.de611b7e0c5fe668b193366585e61ff2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.de611b7e0c5fe668b193366585e61ff2.txt new file mode 100644 index 0000000..646870e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-27_jpg.rf.de611b7e0c5fe668b193366585e61ff2.txt @@ -0,0 +1 @@ +8 0.1484375 0.58125 0.1359375 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.18a88cb90b9faa1393af2b7516f0de72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.18a88cb90b9faa1393af2b7516f0de72.txt new file mode 100644 index 0000000..f2bf5ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.18a88cb90b9faa1393af2b7516f0de72.txt @@ -0,0 +1 @@ +8 0.1484375 0.578125 0.1359375 0.24453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.3c09f05a85894dc4dec3c68b398a2fb6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.3c09f05a85894dc4dec3c68b398a2fb6.txt new file mode 100644 index 0000000..f2bf5ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.3c09f05a85894dc4dec3c68b398a2fb6.txt @@ -0,0 +1 @@ +8 0.1484375 0.578125 0.1359375 0.24453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.77f768c495de3626760278188c23a7fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.77f768c495de3626760278188c23a7fc.txt new file mode 100644 index 0000000..f2bf5ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-28_jpg.rf.77f768c495de3626760278188c23a7fc.txt @@ -0,0 +1 @@ +8 0.1484375 0.578125 0.1359375 0.24453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.2bbb0d79e4c860d73cdd10f6aee5ad40.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.2bbb0d79e4c860d73cdd10f6aee5ad40.txt new file mode 100644 index 0000000..80569b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.2bbb0d79e4c860d73cdd10f6aee5ad40.txt @@ -0,0 +1 @@ +8 0.49296875 0.54296875 0.14609375 0.2078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a46983f2f78ab24feae85466ed9d4ea6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a46983f2f78ab24feae85466ed9d4ea6.txt new file mode 100644 index 0000000..80569b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a46983f2f78ab24feae85466ed9d4ea6.txt @@ -0,0 +1 @@ +8 0.49296875 0.54296875 0.14609375 0.2078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a8d2fb1ffc38b954a27a38fc80302a78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a8d2fb1ffc38b954a27a38fc80302a78.txt new file mode 100644 index 0000000..80569b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-2_jpg.rf.a8d2fb1ffc38b954a27a38fc80302a78.txt @@ -0,0 +1 @@ +8 0.49296875 0.54296875 0.14609375 0.2078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.240189baf1f03808762cacbf548652ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.240189baf1f03808762cacbf548652ef.txt new file mode 100644 index 0000000..6b1709a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.240189baf1f03808762cacbf548652ef.txt @@ -0,0 +1 @@ +8 0.1453125 0.57578125 0.12578125 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.994215c7806431b314d3067fd4615a33.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.994215c7806431b314d3067fd4615a33.txt new file mode 100644 index 0000000..6b1709a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-30_jpg.rf.994215c7806431b314d3067fd4615a33.txt @@ -0,0 +1 @@ +8 0.1453125 0.57578125 0.12578125 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.7cb173b22da75c0d6ec4a7611269aa17.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.7cb173b22da75c0d6ec4a7611269aa17.txt new file mode 100644 index 0000000..86a4355 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.7cb173b22da75c0d6ec4a7611269aa17.txt @@ -0,0 +1 @@ +8 0.14765625 0.571875 0.134375 0.24453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.a08cf28bafd56d146a257b0aa9c33337.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.a08cf28bafd56d146a257b0aa9c33337.txt new file mode 100644 index 0000000..86a4355 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.a08cf28bafd56d146a257b0aa9c33337.txt @@ -0,0 +1 @@ +8 0.14765625 0.571875 0.134375 0.24453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.d8bb40b6c75cc081099128df49b9be17.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.d8bb40b6c75cc081099128df49b9be17.txt new file mode 100644 index 0000000..86a4355 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-31_jpg.rf.d8bb40b6c75cc081099128df49b9be17.txt @@ -0,0 +1 @@ +8 0.14765625 0.571875 0.134375 0.24453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.51d6f8ac358485073361547a78cc049c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.51d6f8ac358485073361547a78cc049c.txt new file mode 100644 index 0000000..f000f46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.51d6f8ac358485073361547a78cc049c.txt @@ -0,0 +1 @@ +8 0.1453125 0.5796875 0.13046875 0.24609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.536544608028079c53fb383ffdedf8cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.536544608028079c53fb383ffdedf8cf.txt new file mode 100644 index 0000000..f000f46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.536544608028079c53fb383ffdedf8cf.txt @@ -0,0 +1 @@ +8 0.1453125 0.5796875 0.13046875 0.24609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.7f795aaf2c5eb44f110bfbfa7ababc82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.7f795aaf2c5eb44f110bfbfa7ababc82.txt new file mode 100644 index 0000000..f000f46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-32_jpg.rf.7f795aaf2c5eb44f110bfbfa7ababc82.txt @@ -0,0 +1 @@ +8 0.1453125 0.5796875 0.13046875 0.24609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.5a28f41f0622ebb96196ec84092bb79a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.5a28f41f0622ebb96196ec84092bb79a.txt new file mode 100644 index 0000000..ad9970f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.5a28f41f0622ebb96196ec84092bb79a.txt @@ -0,0 +1 @@ +8 0.14609375 0.55625 0.13515625 0.27890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.b14ee6ac2d1f2a2dcad0e6d795c9c4cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.b14ee6ac2d1f2a2dcad0e6d795c9c4cb.txt new file mode 100644 index 0000000..ad9970f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.b14ee6ac2d1f2a2dcad0e6d795c9c4cb.txt @@ -0,0 +1 @@ +8 0.14609375 0.55625 0.13515625 0.27890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.fb0e598a3823fc37afc2e138d20015a8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.fb0e598a3823fc37afc2e138d20015a8.txt new file mode 100644 index 0000000..ad9970f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-34_jpg.rf.fb0e598a3823fc37afc2e138d20015a8.txt @@ -0,0 +1 @@ +8 0.14609375 0.55625 0.13515625 0.27890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.94aacbe7e1d20b894e76513d3ea1bc58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.94aacbe7e1d20b894e76513d3ea1bc58.txt new file mode 100644 index 0000000..b08e72f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.94aacbe7e1d20b894e76513d3ea1bc58.txt @@ -0,0 +1 @@ +8 0.14609375 0.5546875 0.13203125 0.275 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.b3e2e5ebdf480f61d5b570a9bb4194b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.b3e2e5ebdf480f61d5b570a9bb4194b7.txt new file mode 100644 index 0000000..b08e72f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.b3e2e5ebdf480f61d5b570a9bb4194b7.txt @@ -0,0 +1 @@ +8 0.14609375 0.5546875 0.13203125 0.275 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.f7f4200bc8aceddfd123e1451cfde0a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.f7f4200bc8aceddfd123e1451cfde0a5.txt new file mode 100644 index 0000000..b08e72f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-35_jpg.rf.f7f4200bc8aceddfd123e1451cfde0a5.txt @@ -0,0 +1 @@ +8 0.14609375 0.5546875 0.13203125 0.275 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.155ffe76b6b192129a8a77a25f4bccbe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.155ffe76b6b192129a8a77a25f4bccbe.txt new file mode 100644 index 0000000..a49f26d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.155ffe76b6b192129a8a77a25f4bccbe.txt @@ -0,0 +1 @@ +8 0.146875 0.55703125 0.11953125 0.28046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.8fc3c48ec90fe655c5ec89a2b7adbe48.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.8fc3c48ec90fe655c5ec89a2b7adbe48.txt new file mode 100644 index 0000000..a49f26d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.8fc3c48ec90fe655c5ec89a2b7adbe48.txt @@ -0,0 +1 @@ +8 0.146875 0.55703125 0.11953125 0.28046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.bb8a8e16d9cd3cab4951065b813e464e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.bb8a8e16d9cd3cab4951065b813e464e.txt new file mode 100644 index 0000000..a49f26d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-36_jpg.rf.bb8a8e16d9cd3cab4951065b813e464e.txt @@ -0,0 +1 @@ +8 0.146875 0.55703125 0.11953125 0.28046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.cd7e1f0fba08d9c7e124a8fdafb3f133.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.cd7e1f0fba08d9c7e124a8fdafb3f133.txt new file mode 100644 index 0000000..7629d74 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.cd7e1f0fba08d9c7e124a8fdafb3f133.txt @@ -0,0 +1 @@ +8 0.1453125 0.5578125 0.13046875 0.28203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.d7d1c7c4f4a50e07d7f4b669533402b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.d7d1c7c4f4a50e07d7f4b669533402b0.txt new file mode 100644 index 0000000..7629d74 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.d7d1c7c4f4a50e07d7f4b669533402b0.txt @@ -0,0 +1 @@ +8 0.1453125 0.5578125 0.13046875 0.28203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.dfbf0c03498a9bf0224f23a7af74cbeb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.dfbf0c03498a9bf0224f23a7af74cbeb.txt new file mode 100644 index 0000000..7629d74 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-37_jpg.rf.dfbf0c03498a9bf0224f23a7af74cbeb.txt @@ -0,0 +1 @@ +8 0.1453125 0.5578125 0.13046875 0.28203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.013fb5c8304daca99748b5261a6b154e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.013fb5c8304daca99748b5261a6b154e.txt new file mode 100644 index 0000000..f2eb48c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.013fb5c8304daca99748b5261a6b154e.txt @@ -0,0 +1 @@ +8 0.14921875 0.55546875 0.1375 0.28046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.17c8289c287fc190820a43cdefb950c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.17c8289c287fc190820a43cdefb950c2.txt new file mode 100644 index 0000000..f2eb48c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.17c8289c287fc190820a43cdefb950c2.txt @@ -0,0 +1 @@ +8 0.14921875 0.55546875 0.1375 0.28046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.6af9064ba658b62bab55dcac74cb2f49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.6af9064ba658b62bab55dcac74cb2f49.txt new file mode 100644 index 0000000..f2eb48c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-39_jpg.rf.6af9064ba658b62bab55dcac74cb2f49.txt @@ -0,0 +1 @@ +8 0.14921875 0.55546875 0.1375 0.28046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.47bbfa017390894c5db4f6593df93866.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.47bbfa017390894c5db4f6593df93866.txt new file mode 100644 index 0000000..13c68d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.47bbfa017390894c5db4f6593df93866.txt @@ -0,0 +1 @@ +8 0.37578125 0.55234375 0.1609375 0.2234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.90fa3e1010caaccdfd2c4f059bc69ce2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.90fa3e1010caaccdfd2c4f059bc69ce2.txt new file mode 100644 index 0000000..13c68d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.90fa3e1010caaccdfd2c4f059bc69ce2.txt @@ -0,0 +1 @@ +8 0.37578125 0.55234375 0.1609375 0.2234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.f6c6e6d49f93a4009f612b99c6d00b3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.f6c6e6d49f93a4009f612b99c6d00b3b.txt new file mode 100644 index 0000000..13c68d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-3_jpg.rf.f6c6e6d49f93a4009f612b99c6d00b3b.txt @@ -0,0 +1 @@ +8 0.37578125 0.55234375 0.1609375 0.2234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.04a0d81ee9bf7c1f5a367266804a0322.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.04a0d81ee9bf7c1f5a367266804a0322.txt new file mode 100644 index 0000000..e0b0333 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.04a0d81ee9bf7c1f5a367266804a0322.txt @@ -0,0 +1 @@ +8 0.1484375 0.5578125 0.1359375 0.28984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.1d6dcb769b57fe9ad2b2be2124ae6b80.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.1d6dcb769b57fe9ad2b2be2124ae6b80.txt new file mode 100644 index 0000000..e0b0333 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.1d6dcb769b57fe9ad2b2be2124ae6b80.txt @@ -0,0 +1 @@ +8 0.1484375 0.5578125 0.1359375 0.28984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.9392db207e578b5ef0ac77cfa4345553.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.9392db207e578b5ef0ac77cfa4345553.txt new file mode 100644 index 0000000..e0b0333 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-40_jpg.rf.9392db207e578b5ef0ac77cfa4345553.txt @@ -0,0 +1 @@ +8 0.1484375 0.5578125 0.1359375 0.28984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.15de145250c47c3a5a88c3af0c19c333.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.15de145250c47c3a5a88c3af0c19c333.txt new file mode 100644 index 0000000..1f19aa6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.15de145250c47c3a5a88c3af0c19c333.txt @@ -0,0 +1 @@ +8 0.14609375 0.55625 0.13671875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.4b39bd2b5ce5d85a3b0d6f2ac836394a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.4b39bd2b5ce5d85a3b0d6f2ac836394a.txt new file mode 100644 index 0000000..1f19aa6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.4b39bd2b5ce5d85a3b0d6f2ac836394a.txt @@ -0,0 +1 @@ +8 0.14609375 0.55625 0.13671875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.f61d55ee4d2f5ec49b312a967992f353.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.f61d55ee4d2f5ec49b312a967992f353.txt new file mode 100644 index 0000000..1f19aa6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-41_jpg.rf.f61d55ee4d2f5ec49b312a967992f353.txt @@ -0,0 +1 @@ +8 0.14609375 0.55625 0.13671875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.13900cced595592a498f87ad64c5f3ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.13900cced595592a498f87ad64c5f3ba.txt new file mode 100644 index 0000000..509794c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.13900cced595592a498f87ad64c5f3ba.txt @@ -0,0 +1 @@ +8 0.14921875 0.55390625 0.1390625 0.29453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3639282bb715473bd1af4ca93254a038.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3639282bb715473bd1af4ca93254a038.txt new file mode 100644 index 0000000..509794c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3639282bb715473bd1af4ca93254a038.txt @@ -0,0 +1 @@ +8 0.14921875 0.55390625 0.1390625 0.29453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3d433e7ef38786b6c143c766b00811a3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3d433e7ef38786b6c143c766b00811a3.txt new file mode 100644 index 0000000..509794c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-42_jpg.rf.3d433e7ef38786b6c143c766b00811a3.txt @@ -0,0 +1 @@ +8 0.14921875 0.55390625 0.1390625 0.29453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.2d556ead219adf8c0afb8936661de809.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.2d556ead219adf8c0afb8936661de809.txt new file mode 100644 index 0000000..57762db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.2d556ead219adf8c0afb8936661de809.txt @@ -0,0 +1 @@ +8 0.14921875 0.56171875 0.13125 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.b5e9db78ea83746a6434e366dddf3530.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.b5e9db78ea83746a6434e366dddf3530.txt new file mode 100644 index 0000000..57762db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.b5e9db78ea83746a6434e366dddf3530.txt @@ -0,0 +1 @@ +8 0.14921875 0.56171875 0.13125 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.cad31f89da00c75bd06f556e9d3dfc6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.cad31f89da00c75bd06f556e9d3dfc6e.txt new file mode 100644 index 0000000..57762db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-43_jpg.rf.cad31f89da00c75bd06f556e9d3dfc6e.txt @@ -0,0 +1 @@ +8 0.14921875 0.56171875 0.13125 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.052f25dd9f6b86e287b21418a97ff3fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.052f25dd9f6b86e287b21418a97ff3fc.txt new file mode 100644 index 0000000..d53ca83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.052f25dd9f6b86e287b21418a97ff3fc.txt @@ -0,0 +1 @@ +8 0.14609375 0.55703125 0.140625 0.28359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.57a02b92975ca78faeba207b41f91e50.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.57a02b92975ca78faeba207b41f91e50.txt new file mode 100644 index 0000000..d53ca83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.57a02b92975ca78faeba207b41f91e50.txt @@ -0,0 +1 @@ +8 0.14609375 0.55703125 0.140625 0.28359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.7f28a700955c0524778feceb5e40bc92.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.7f28a700955c0524778feceb5e40bc92.txt new file mode 100644 index 0000000..d53ca83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-44_jpg.rf.7f28a700955c0524778feceb5e40bc92.txt @@ -0,0 +1 @@ +8 0.14609375 0.55703125 0.140625 0.28359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.79b230ccdee72c9f92e3b91accb7a4ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.79b230ccdee72c9f92e3b91accb7a4ab.txt new file mode 100644 index 0000000..2c8c647 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.79b230ccdee72c9f92e3b91accb7a4ab.txt @@ -0,0 +1 @@ +8 0.14609375 0.55390625 0.13984375 0.290625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.84b2040bdf8c188d9d5c51dce4259789.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.84b2040bdf8c188d9d5c51dce4259789.txt new file mode 100644 index 0000000..2c8c647 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.84b2040bdf8c188d9d5c51dce4259789.txt @@ -0,0 +1 @@ +8 0.14609375 0.55390625 0.13984375 0.290625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.96e00ee441a159e58395b9c0626c1e18.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.96e00ee441a159e58395b9c0626c1e18.txt new file mode 100644 index 0000000..2c8c647 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-45_jpg.rf.96e00ee441a159e58395b9c0626c1e18.txt @@ -0,0 +1 @@ +8 0.14609375 0.55390625 0.13984375 0.290625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.9a8b850541f5c2eeff8daf816e10762c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.9a8b850541f5c2eeff8daf816e10762c.txt new file mode 100644 index 0000000..1b8809c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.9a8b850541f5c2eeff8daf816e10762c.txt @@ -0,0 +1 @@ +8 0.14921875 0.5578125 0.1375 0.2859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.edebbde28e2de3f67140803584725721.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.edebbde28e2de3f67140803584725721.txt new file mode 100644 index 0000000..1b8809c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-46_jpg.rf.edebbde28e2de3f67140803584725721.txt @@ -0,0 +1 @@ +8 0.14921875 0.5578125 0.1375 0.2859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.1ef1dca144897b2e5f71582cc9a69e23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.1ef1dca144897b2e5f71582cc9a69e23.txt new file mode 100644 index 0000000..c62247f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.1ef1dca144897b2e5f71582cc9a69e23.txt @@ -0,0 +1 @@ +8 0.2203125 0.565625 0.14140625 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.b74560fb7c3bfa4ffcc0ae6d9f3842f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.b74560fb7c3bfa4ffcc0ae6d9f3842f7.txt new file mode 100644 index 0000000..c62247f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.b74560fb7c3bfa4ffcc0ae6d9f3842f7.txt @@ -0,0 +1 @@ +8 0.2203125 0.565625 0.14140625 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.ff8db8f70b38885b8c4add79893f9654.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.ff8db8f70b38885b8c4add79893f9654.txt new file mode 100644 index 0000000..c62247f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-4_jpg.rf.ff8db8f70b38885b8c4add79893f9654.txt @@ -0,0 +1 @@ +8 0.2203125 0.565625 0.14140625 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.611115452075f4306bcda855a0918680.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.611115452075f4306bcda855a0918680.txt new file mode 100644 index 0000000..9c5a576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.611115452075f4306bcda855a0918680.txt @@ -0,0 +1 @@ +8 0.14921875 0.5734375 0.12734375 0.24140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.af5cb3b782e5825381eaae4d1d43a7b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.af5cb3b782e5825381eaae4d1d43a7b2.txt new file mode 100644 index 0000000..9c5a576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.af5cb3b782e5825381eaae4d1d43a7b2.txt @@ -0,0 +1 @@ +8 0.14921875 0.5734375 0.12734375 0.24140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.dcaa0423f6ad8915e415afbeb5b07544.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.dcaa0423f6ad8915e415afbeb5b07544.txt new file mode 100644 index 0000000..9c5a576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-5_jpg.rf.dcaa0423f6ad8915e415afbeb5b07544.txt @@ -0,0 +1 @@ +8 0.14921875 0.5734375 0.12734375 0.24140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.967d10f3c1cf1cb74e79d6bda9aa7e81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.967d10f3c1cf1cb74e79d6bda9aa7e81.txt new file mode 100644 index 0000000..0beebee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.967d10f3c1cf1cb74e79d6bda9aa7e81.txt @@ -0,0 +1 @@ +8 0.1453125 0.57734375 0.1359375 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.e6dbfada1156c526a9453f20b60a6625.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.e6dbfada1156c526a9453f20b60a6625.txt new file mode 100644 index 0000000..0beebee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.e6dbfada1156c526a9453f20b60a6625.txt @@ -0,0 +1 @@ +8 0.1453125 0.57734375 0.1359375 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.eed0af46f0f5b881a1735d52586b8bfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.eed0af46f0f5b881a1735d52586b8bfc.txt new file mode 100644 index 0000000..0beebee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Metro_Bag_Abandoned_mp4-7_jpg.rf.eed0af46f0f5b881a1735d52586b8bfc.txt @@ -0,0 +1 @@ +8 0.1453125 0.57734375 0.1359375 0.23984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6101_jpg.rf.9666a76b5551fc86f6f15436965b94fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6101_jpg.rf.9666a76b5551fc86f6f15436965b94fc.txt new file mode 100644 index 0000000..ba591ee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6101_jpg.rf.9666a76b5551fc86f6f15436965b94fc.txt @@ -0,0 +1,2 @@ +3 0.4836888888888889 0.6083999999999999 0.13946666666666666 0.36942222222222226 +7 0.5095111111111111 0.3692 0.14200000000000002 0.13648888888888894 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6109_jpg.rf.79c8ee8c2529f9fd79afbbd433bd54e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6109_jpg.rf.79c8ee8c2529f9fd79afbbd433bd54e0.txt new file mode 100644 index 0000000..be9c2f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6109_jpg.rf.79c8ee8c2529f9fd79afbbd433bd54e0.txt @@ -0,0 +1,2 @@ +3 0.2268 0.5717777777777778 0.19622222222222224 0.46973333333333334 +3 0.7431555555555556 0.42764444444444444 0.32142222222222216 0.7613777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6115_jpg.rf.99363231659fc704b96d091404dda83a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6115_jpg.rf.99363231659fc704b96d091404dda83a.txt new file mode 100644 index 0000000..83790a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6115_jpg.rf.99363231659fc704b96d091404dda83a.txt @@ -0,0 +1 @@ +3 0.49302222222222225 0.4352888888888889 0.2698222222222222 0.8443555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6125_jpg.rf.39434dcf13f04cdb1ac120cacb82a763.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6125_jpg.rf.39434dcf13f04cdb1ac120cacb82a763.txt new file mode 100644 index 0000000..a44b26c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6125_jpg.rf.39434dcf13f04cdb1ac120cacb82a763.txt @@ -0,0 +1 @@ +3 0.5148 0.4858666666666666 0.23297777777777773 0.5433777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6129_jpg.rf.7d0fd97f8125ae4ce3afdcea8e441e3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6129_jpg.rf.7d0fd97f8125ae4ce3afdcea8e441e3c.txt new file mode 100644 index 0000000..2f28d8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6129_jpg.rf.7d0fd97f8125ae4ce3afdcea8e441e3c.txt @@ -0,0 +1,4 @@ +3 0.3097333333333333 0.4467111111111111 0.38582222222222223 0.8418222222222222 +3 0.8390222222222222 0.15137777777777778 0.1364444444444444 0.28080000000000005 +3 0.8472888888888889 0.47715555555555556 0.14026666666666668 0.27622222222222226 +3 0.8584888888888889 0.8143555555555555 0.16182222222222234 0.25217777777777783 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage614_jpg.rf.a3b8e7e858fa0b0ea290380285b7e867.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage614_jpg.rf.a3b8e7e858fa0b0ea290380285b7e867.txt new file mode 100644 index 0000000..414ae74 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage614_jpg.rf.a3b8e7e858fa0b0ea290380285b7e867.txt @@ -0,0 +1 @@ +3 0.4661333333333333 0.5400444444444445 0.2795555555555555 0.8041333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6152_jpg.rf.92217564be5a12f67a968ad4d792c583.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6152_jpg.rf.92217564be5a12f67a968ad4d792c583.txt new file mode 100644 index 0000000..13d446a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6152_jpg.rf.92217564be5a12f67a968ad4d792c583.txt @@ -0,0 +1 @@ +3 0.5036 0.5457777777777778 0.4518222222222221 0.6504888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6161_jpg.rf.d8c713fea6fcb8fac06ebb6932138dec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6161_jpg.rf.d8c713fea6fcb8fac06ebb6932138dec.txt new file mode 100644 index 0000000..6bd6466 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6161_jpg.rf.d8c713fea6fcb8fac06ebb6932138dec.txt @@ -0,0 +1,4 @@ +3 0.3043111111111111 0.6091555555555556 0.2417777777777778 0.5029333333333332 +3 0.7791111111111112 0.6028 0.2686666666666666 0.5184444444444444 +0 0.3163111111111111 0.29991111111111113 0.2544888888888889 0.1814666666666667 +0 0.7637777777777778 0.2850666666666667 0.21186666666666673 0.16026666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6162_jpg.rf.8ea0f9f1389781dee3b45f716d0a0491.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6162_jpg.rf.8ea0f9f1389781dee3b45f716d0a0491.txt new file mode 100644 index 0000000..ea565e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6162_jpg.rf.8ea0f9f1389781dee3b45f716d0a0491.txt @@ -0,0 +1 @@ +3 0.5112 0.38106666666666666 0.4178666666666667 0.7276 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6168_jpg.rf.69a823e57c73c6b8fc18077a54d8257e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6168_jpg.rf.69a823e57c73c6b8fc18077a54d8257e.txt new file mode 100644 index 0000000..5ea98a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6168_jpg.rf.69a823e57c73c6b8fc18077a54d8257e.txt @@ -0,0 +1,2 @@ +3 0.45598086124401904 0.5800478468899521 0.3238755980861243 0.7502870813397129 +0 0.41311004784689 0.11861244019138756 0.20770334928229664 0.22760765550239237 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6169_jpg.rf.5268083a91691fd0f0c0eee276312157.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6169_jpg.rf.5268083a91691fd0f0c0eee276312157.txt new file mode 100644 index 0000000..c74652c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6169_jpg.rf.5268083a91691fd0f0c0eee276312157.txt @@ -0,0 +1,3 @@ +3 0.2774162679425837 0.5069856459330143 0.40885167464114835 0.9125837320574162 +3 0.9112918660287082 0.7352153110047847 0.17736842105263154 0.5269856459330143 +3 0.9235406698564593 0.18454545454545454 0.15291866028708123 0.3690909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage618C_jpeg_jpg.rf.627673199e543e385315072fe7aa4394.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage618C_jpeg_jpg.rf.627673199e543e385315072fe7aa4394.txt new file mode 100644 index 0000000..f65ae56 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage618C_jpeg_jpg.rf.627673199e543e385315072fe7aa4394.txt @@ -0,0 +1,2 @@ +3 0.2517333333333333 0.5407111111111111 0.44764444444444446 0.8096444444444445 +3 0.7577333333333334 0.5510666666666667 0.4310222222222223 0.8261777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6222_jpg.rf.4cd6d32ee0503257287484cde6b94f09.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6222_jpg.rf.4cd6d32ee0503257287484cde6b94f09.txt new file mode 100644 index 0000000..cb70f95 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6222_jpg.rf.4cd6d32ee0503257287484cde6b94f09.txt @@ -0,0 +1,5 @@ +3 0.13906666666666667 0.17924444444444443 0.1856888888888889 0.2449333333333333 +3 0.8608 0.1554222222222222 0.17306666666666665 0.2699555555555556 +3 0.1535111111111111 0.7155111111111111 0.24422222222222223 0.5301333333333332 +3 0.28577777777777774 0.7204444444444444 0.16595555555555558 0.5590666666666667 +3 0.3888888888888889 0.7111111111111111 0.15555555555555556 0.5777777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6225_jpg.rf.def50d37be328e2eb2df3821a0a3dae9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6225_jpg.rf.def50d37be328e2eb2df3821a0a3dae9.txt new file mode 100644 index 0000000..22bcbc4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6225_jpg.rf.def50d37be328e2eb2df3821a0a3dae9.txt @@ -0,0 +1 @@ +3 0.5186222222222222 0.46026666666666666 0.4352888888888889 0.7334222222222221 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6233_jpg.rf.1e4c7fe011a43dc3260d9c200ee1b14c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6233_jpg.rf.1e4c7fe011a43dc3260d9c200ee1b14c.txt new file mode 100644 index 0000000..e1fcf12 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6233_jpg.rf.1e4c7fe011a43dc3260d9c200ee1b14c.txt @@ -0,0 +1 @@ +3 0.5119111111111111 0.4392888888888889 0.34306666666666663 0.7607555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6236_jpg.rf.33609164932f0d7acc9e150930de443c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6236_jpg.rf.33609164932f0d7acc9e150930de443c.txt new file mode 100644 index 0000000..29ff714 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6236_jpg.rf.33609164932f0d7acc9e150930de443c.txt @@ -0,0 +1 @@ +3 0.5448444444444445 0.43191111111111113 0.3862222222222223 0.7698222222222224 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6248_jpg.rf.81731d669371a042076ff59c4ae0c066.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6248_jpg.rf.81731d669371a042076ff59c4ae0c066.txt new file mode 100644 index 0000000..a9b2a3a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6248_jpg.rf.81731d669371a042076ff59c4ae0c066.txt @@ -0,0 +1 @@ +3 0.44133333333333324 0.42195555555555553 0.7591111111111112 0.7626222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6250_jpg.rf.3c4677753d55191939db50e6d66888f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6250_jpg.rf.3c4677753d55191939db50e6d66888f6.txt new file mode 100644 index 0000000..500520f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6250_jpg.rf.3c4677753d55191939db50e6d66888f6.txt @@ -0,0 +1 @@ +5 0.4802666666666667 0.5937333333333333 0.9571555555555556 0.7540000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6253_jpg.rf.86aab003e275eb2677b97eb92c4b055d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6253_jpg.rf.86aab003e275eb2677b97eb92c4b055d.txt new file mode 100644 index 0000000..369daf3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6253_jpg.rf.86aab003e275eb2677b97eb92c4b055d.txt @@ -0,0 +1,2 @@ +3 0.203444976076555 0.533444976076555 0.3625837320574163 0.8702870813397129 +3 0.7377033492822966 0.4855023923444976 0.3913875598086125 0.8265550239234449 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6265_jpg.rf.fb3b6a7348274b959cbe6e0d5d95bb24.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6265_jpg.rf.fb3b6a7348274b959cbe6e0d5d95bb24.txt new file mode 100644 index 0000000..cc85401 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6265_jpg.rf.fb3b6a7348274b959cbe6e0d5d95bb24.txt @@ -0,0 +1 @@ +3 0.5188 0.5193333333333333 0.3654666666666666 0.7033777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage627_jpg.rf.701bc5cec4906f8452ee650b25170428.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage627_jpg.rf.701bc5cec4906f8452ee650b25170428.txt new file mode 100644 index 0000000..979b1c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage627_jpg.rf.701bc5cec4906f8452ee650b25170428.txt @@ -0,0 +1,4 @@ +3 0.32368888888888886 0.5102222222222222 0.3206222222222223 0.9011111111111111 +3 0.8311555555555555 0.17573333333333332 0.3112444444444443 0.2998222222222222 +3 0.8392 0.5084888888888889 0.21728888888888884 0.3050222222222222 +3 0.8259111111111112 0.8387111111111112 0.22026666666666667 0.28817777777777764 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6280_jpg.rf.424ee06acad49fbb63540e28e4d37c33.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6280_jpg.rf.424ee06acad49fbb63540e28e4d37c33.txt new file mode 100644 index 0000000..cecd90a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6280_jpg.rf.424ee06acad49fbb63540e28e4d37c33.txt @@ -0,0 +1,2 @@ +3 0.2662222222222222 0.528 0.4336888888888889 0.8260444444444445 +3 0.727111111111111 0.5066666666666667 0.37555555555555553 0.8574666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage629_jpg.rf.f5d2ce12812426536d0de782bf48d9ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage629_jpg.rf.f5d2ce12812426536d0de782bf48d9ae.txt new file mode 100644 index 0000000..1409544 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage629_jpg.rf.f5d2ce12812426536d0de782bf48d9ae.txt @@ -0,0 +1,3 @@ +3 0.26782222222222224 0.41622222222222227 0.3782222222222222 0.7639111111111111 +3 0.7549777777777777 0.23884444444444444 0.36204444444444434 0.4344888888888889 +3 0.763688888888889 0.7565777777777777 0.23973333333333333 0.42871111111111104 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage62_jpg.rf.af073e8739f903b9b76810e26234a586.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage62_jpg.rf.af073e8739f903b9b76810e26234a586.txt new file mode 100644 index 0000000..d311854 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage62_jpg.rf.af073e8739f903b9b76810e26234a586.txt @@ -0,0 +1 @@ +3 0.2750222222222223 0.47040000000000004 0.19791111111111115 0.4828 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6313_jpg.rf.069d32ecc1eaf9d60f17f63fabb0d614.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6313_jpg.rf.069d32ecc1eaf9d60f17f63fabb0d614.txt new file mode 100644 index 0000000..f2a7191 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6313_jpg.rf.069d32ecc1eaf9d60f17f63fabb0d614.txt @@ -0,0 +1 @@ +3 0.47080000000000005 0.43191111111111113 0.2804000000000001 0.6512888888888887 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6346_jpg.rf.8a5b9a79dc2d3f12e5ed89edeb71c5ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6346_jpg.rf.8a5b9a79dc2d3f12e5ed89edeb71c5ca.txt new file mode 100644 index 0000000..8c8a94c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6346_jpg.rf.8a5b9a79dc2d3f12e5ed89edeb71c5ca.txt @@ -0,0 +1,2 @@ +3 0.24920000000000003 0.4850222222222222 0.3071111111111111 0.7956888888888888 +3 0.7804 0.48991111111111113 0.3281777777777777 0.8265777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6359_jpg.rf.afcefa9ef38f1520746cbccfbb3ac4e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6359_jpg.rf.afcefa9ef38f1520746cbccfbb3ac4e1.txt new file mode 100644 index 0000000..c348fa9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6359_jpg.rf.afcefa9ef38f1520746cbccfbb3ac4e1.txt @@ -0,0 +1 @@ +3 0.5671 0.44549999999999995 0.3545999999999999 0.8687999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6364_jpg.rf.46ed9d4827d89d66fba6270b381c2f39.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6364_jpg.rf.46ed9d4827d89d66fba6270b381c2f39.txt new file mode 100644 index 0000000..66c3263 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6364_jpg.rf.46ed9d4827d89d66fba6270b381c2f39.txt @@ -0,0 +1,9 @@ +3 0.10573333333333333 0.21955555555555556 0.14715555555555554 0.3917333333333333 +3 0.10657777777777776 0.6435555555555557 0.16577777777777777 0.4311999999999999 +3 0.27653333333333335 0.22337777777777776 0.1543111111111111 0.40782222222222225 +3 0.2832888888888889 0.6460888888888889 0.16786666666666664 0.4363111111111112 +3 0.4447555555555555 0.22124444444444444 0.15639999999999998 0.4086666666666666 +3 0.47333333333333333 0.6592 0.18391111111111108 0.454088888888889 +3 0.6119555555555556 0.22844444444444445 0.16062222222222217 0.4179555555555556 +3 0.8169777777777778 0.6088444444444445 0.2956 0.4633777777777777 +0 0.8822222222222222 0.2839111111111111 0.23555555555555555 0.2495111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6367_jpg.rf.d499002f2bddf08b0399fef7a14ddc8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6367_jpg.rf.d499002f2bddf08b0399fef7a14ddc8e.txt new file mode 100644 index 0000000..791d7b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6367_jpg.rf.d499002f2bddf08b0399fef7a14ddc8e.txt @@ -0,0 +1 @@ +3 0.4997333333333333 0.5271111111111111 0.3194222222222222 0.5851111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6387_jpg.rf.5982d9991c54a67d85fb313444f9f9e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6387_jpg.rf.5982d9991c54a67d85fb313444f9f9e6.txt new file mode 100644 index 0000000..7792faf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6387_jpg.rf.5982d9991c54a67d85fb313444f9f9e6.txt @@ -0,0 +1,2 @@ +3 0.23164444444444443 0.606488888888889 0.2169777777777778 0.45448888888888883 +3 0.6974222222222222 0.3933777777777778 0.29773333333333335 0.7181777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6391_jpg.rf.85e62e905f4a2b8b769467074c2e6c25.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6391_jpg.rf.85e62e905f4a2b8b769467074c2e6c25.txt new file mode 100644 index 0000000..449c6e1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage6391_jpg.rf.85e62e905f4a2b8b769467074c2e6c25.txt @@ -0,0 +1 @@ +3 0.5256 0.5049333333333333 0.5127555555555555 0.7762222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage644_jpg.rf.414da803dbe2bf4b198a05fd0f03878a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage644_jpg.rf.414da803dbe2bf4b198a05fd0f03878a.txt new file mode 100644 index 0000000..7026e01 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage644_jpg.rf.414da803dbe2bf4b198a05fd0f03878a.txt @@ -0,0 +1,2 @@ +3 0.11754010695187168 0.5618716577540107 0.23427807486631017 0.7678609625668451 +3 0.6897326203208556 0.5259358288770053 0.23631016042780748 0.8842245989304811 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage646_jpg.rf.350dd58a3f6fb7582a0e3660bb2d65d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage646_jpg.rf.350dd58a3f6fb7582a0e3660bb2d65d2.txt new file mode 100644 index 0000000..b0c91fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage646_jpg.rf.350dd58a3f6fb7582a0e3660bb2d65d2.txt @@ -0,0 +1,2 @@ +3 0.5244444444444445 0.6666666666666666 0.49777777777777776 0.6666666666666666 +7 0.5177777777777778 0.15777777777777777 0.7333333333333333 0.31555555555555553 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage656_jpg.rf.54084ce0ec479e1c15ba5706ae2d32ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage656_jpg.rf.54084ce0ec479e1c15ba5706ae2d32ae.txt new file mode 100644 index 0000000..60db67e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage656_jpg.rf.54084ce0ec479e1c15ba5706ae2d32ae.txt @@ -0,0 +1,3 @@ +3 0.18 0.37048888888888887 0.16448888888888885 0.3507111111111111 +3 0.5198666666666667 0.41915555555555556 0.22622222222222219 0.4734666666666666 +3 0.8273777777777778 0.37808888888888886 0.17666666666666667 0.34902222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage657_jpg.rf.679325e900a0f3421f7d7c5fad2cddff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage657_jpg.rf.679325e900a0f3421f7d7c5fad2cddff.txt new file mode 100644 index 0000000..3cc5ebe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage657_jpg.rf.679325e900a0f3421f7d7c5fad2cddff.txt @@ -0,0 +1,3 @@ +3 0.28306666666666663 0.49942222222222227 0.3579111111111111 0.8583111111111111 +3 0.7040000000000001 0.2943111111111111 0.3489333333333333 0.4861333333333333 +3 0.7221777777777778 0.7182666666666667 0.34302222222222223 0.33937777777777783 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage663_jpg.rf.f84b6c79fc899ef23ae413b1161422d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage663_jpg.rf.f84b6c79fc899ef23ae413b1161422d5.txt new file mode 100644 index 0000000..f0c10dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage663_jpg.rf.f84b6c79fc899ef23ae413b1161422d5.txt @@ -0,0 +1 @@ +3 0.5471555555555555 0.46026666666666666 0.5136 0.7842222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage666_jpg.rf.3e4d15d97089876d2852b5dfbb0d32f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage666_jpg.rf.3e4d15d97089876d2852b5dfbb0d32f1.txt new file mode 100644 index 0000000..436b56d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage666_jpg.rf.3e4d15d97089876d2852b5dfbb0d32f1.txt @@ -0,0 +1 @@ +3 0.5048444444444444 0.4725333333333333 0.45266666666666655 0.749511111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage668_jpg.rf.3dec0e6429830dfc3eada0f01ec16392.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage668_jpg.rf.3dec0e6429830dfc3eada0f01ec16392.txt new file mode 100644 index 0000000..aac0d68 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage668_jpg.rf.3dec0e6429830dfc3eada0f01ec16392.txt @@ -0,0 +1,3 @@ +3 0.3059111111111111 0.5015555555555555 0.4036 0.9726222222222222 +3 0.7909777777777778 0.6841777777777778 0.2223555555555557 0.4617333333333333 +7 0.8116888888888889 0.3442222222222222 0.28924444444444436 0.3828888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage680_jpg.rf.3de4a0d4691357f7f5093fbefaf0902c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage680_jpg.rf.3de4a0d4691357f7f5093fbefaf0902c.txt new file mode 100644 index 0000000..a1957c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage680_jpg.rf.3de4a0d4691357f7f5093fbefaf0902c.txt @@ -0,0 +1,3 @@ +3 0.33111111111111113 0.6066666666666667 0.6088888888888889 0.7866666666666666 +3 0.8354222222222222 0.6189777777777778 0.16733333333333322 0.5006222222222222 +0 0.8458666666666667 0.27 0.23733333333333323 0.24271111111111113 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage689_jpg.rf.5835aae5fff898cde067e759bac1973d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage689_jpg.rf.5835aae5fff898cde067e759bac1973d.txt new file mode 100644 index 0000000..0f7bf5a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/Pimage689_jpg.rf.5835aae5fff898cde067e759bac1973d.txt @@ -0,0 +1,4 @@ +3 0.27417777777777774 0.5341777777777778 0.4093333333333333 0.6246222222222221 +3 0.7488888888888889 0.7777777777777778 0.4222222222222222 0.4444444444444444 +3 0.7537777777777778 0.2836888888888889 0.4924000000000001 0.4368444444444444 +0 0.19555555555555557 0.16 0.39111111111111113 0.3111111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/a04ad098583f6721eacfc86f4b88b06a57ca655b_jpg.rf.e6a311e42f3e0b2d95d5370be4a6f773.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/a04ad098583f6721eacfc86f4b88b06a57ca655b_jpg.rf.e6a311e42f3e0b2d95d5370be4a6f773.txt new file mode 100644 index 0000000..43dd504 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/a04ad098583f6721eacfc86f4b88b06a57ca655b_jpg.rf.e6a311e42f3e0b2d95d5370be4a6f773.txt @@ -0,0 +1 @@ +1 0.39135021097046413 0.5590717299578059 0.26582278481012656 0.4571026722925457 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/a24a930c1f5fc44bd34784f6e25364ed4c11fed8_jpg.rf.49dadd70b0952ea51ce9f394e9636e42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/a24a930c1f5fc44bd34784f6e25364ed4c11fed8_jpg.rf.49dadd70b0952ea51ce9f394e9636e42.txt new file mode 100644 index 0000000..a323e4b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/a24a930c1f5fc44bd34784f6e25364ed4c11fed8_jpg.rf.49dadd70b0952ea51ce9f394e9636e42.txt @@ -0,0 +1 @@ +3 0.5569620253164557 0.509493670886076 0.5991561181434599 0.8939873417721519 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/a4cdee826bbbb724c0ba254cd63f3621f606862b_jpg.rf.f1ac1da9be2adf103c2615b42e63dcfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/a4cdee826bbbb724c0ba254cd63f3621f606862b_jpg.rf.f1ac1da9be2adf103c2615b42e63dcfc.txt new file mode 100644 index 0000000..3704ce3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/a4cdee826bbbb724c0ba254cd63f3621f606862b_jpg.rf.f1ac1da9be2adf103c2615b42e63dcfc.txt @@ -0,0 +1 @@ +1 0.47890295358649787 0.44393139841688656 0.35654008438818563 0.5567282321899736 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/a5598684f80af7327de84441da1a0e6c3d94d00b_jpg.rf.32084906eb43b94dba5c51ce8c822383.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/a5598684f80af7327de84441da1a0e6c3d94d00b_jpg.rf.32084906eb43b94dba5c51ce8c822383.txt new file mode 100644 index 0000000..0dc20d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/a5598684f80af7327de84441da1a0e6c3d94d00b_jpg.rf.32084906eb43b94dba5c51ce8c822383.txt @@ -0,0 +1 @@ +1 0.5822784810126582 0.5583684950773559 0.5 0.7946554149085795 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/a662553724fe87651fff104198b8b6b336a93ad8_jpg.rf.fc72bdcc8fa5e0b093923e3f22e00051.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/a662553724fe87651fff104198b8b6b336a93ad8_jpg.rf.fc72bdcc8fa5e0b093923e3f22e00051.txt new file mode 100644 index 0000000..968f250 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/a662553724fe87651fff104198b8b6b336a93ad8_jpg.rf.fc72bdcc8fa5e0b093923e3f22e00051.txt @@ -0,0 +1 @@ +3 0.5073313782991202 0.4689119170984456 0.36656891495601174 0.8523316062176166 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/a6c9d5edbe29d757a1207808f4c780be37463b99_jpg.rf.3390ca62ea7ba187f1c04c460a712579.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/a6c9d5edbe29d757a1207808f4c780be37463b99_jpg.rf.3390ca62ea7ba187f1c04c460a712579.txt new file mode 100644 index 0000000..a85f3f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/a6c9d5edbe29d757a1207808f4c780be37463b99_jpg.rf.3390ca62ea7ba187f1c04c460a712579.txt @@ -0,0 +1 @@ +1 0.5274261603375527 0.6148648648648649 0.5421940928270043 0.5827702702702703 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/a9e6182afd60497a496240b213ef4103e2b36a23_jpg.rf.f87426f0e46baddc1a372a2a6f210c4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/a9e6182afd60497a496240b213ef4103e2b36a23_jpg.rf.f87426f0e46baddc1a372a2a6f210c4b.txt new file mode 100644 index 0000000..7718946 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/a9e6182afd60497a496240b213ef4103e2b36a23_jpg.rf.f87426f0e46baddc1a372a2a6f210c4b.txt @@ -0,0 +1 @@ +5 0.5316455696202531 0.5344585091420534 0.8670886075949367 0.5063291139240507 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/aa7c2d39a4599279ded83c5c7f90df098b9e35ea_jpg.rf.d588fa1ba70def809270a50c271b05d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/aa7c2d39a4599279ded83c5c7f90df098b9e35ea_jpg.rf.d588fa1ba70def809270a50c271b05d5.txt new file mode 100644 index 0000000..36515aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/aa7c2d39a4599279ded83c5c7f90df098b9e35ea_jpg.rf.d588fa1ba70def809270a50c271b05d5.txt @@ -0,0 +1 @@ +1 0.4757383966244726 0.385297845373891 0.7721518987341772 0.44866920152091255 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.37fcd24d922b747c02553bf2a49c1d40.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.37fcd24d922b747c02553bf2a49c1d40.txt new file mode 100644 index 0000000..48e9a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.37fcd24d922b747c02553bf2a49c1d40.txt @@ -0,0 +1 @@ +8 0.3796875 0.81875 0.21484375 0.36171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.5fdf998bdafe9fe559f4ec43065f3492.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.5fdf998bdafe9fe559f4ec43065f3492.txt new file mode 100644 index 0000000..48e9a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.5fdf998bdafe9fe559f4ec43065f3492.txt @@ -0,0 +1 @@ +8 0.3796875 0.81875 0.21484375 0.36171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.8ce4ad5ff064b01a61ef52f8c6ca2ae6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.8ce4ad5ff064b01a61ef52f8c6ca2ae6.txt new file mode 100644 index 0000000..48e9a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-0_jpg.rf.8ce4ad5ff064b01a61ef52f8c6ca2ae6.txt @@ -0,0 +1 @@ +8 0.3796875 0.81875 0.21484375 0.36171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.05acf9ec538a76e4444423809d239b00.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.05acf9ec538a76e4444423809d239b00.txt new file mode 100644 index 0000000..9a536e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.05acf9ec538a76e4444423809d239b00.txt @@ -0,0 +1 @@ +8 0.375 0.81171875 0.2203125 0.3765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.658fe4aff2117022219154c432638997.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.658fe4aff2117022219154c432638997.txt new file mode 100644 index 0000000..f9453b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.658fe4aff2117022219154c432638997.txt @@ -0,0 +1 @@ +8 0.37578125 0.81015625 0.2171875 0.37890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.78a64838cf93da409e6b07bc6ee4d22a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.78a64838cf93da409e6b07bc6ee4d22a.txt new file mode 100644 index 0000000..f9453b8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.78a64838cf93da409e6b07bc6ee4d22a.txt @@ -0,0 +1 @@ +8 0.37578125 0.81015625 0.2171875 0.37890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.fd62a5a894970901f9832173ff505145.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.fd62a5a894970901f9832173ff505145.txt new file mode 100644 index 0000000..9a536e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-1_jpg.rf.fd62a5a894970901f9832173ff505145.txt @@ -0,0 +1 @@ +8 0.375 0.81171875 0.2203125 0.3765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.0142f58de51e055c54db5e592d6296e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.0142f58de51e055c54db5e592d6296e7.txt new file mode 100644 index 0000000..d8964fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.0142f58de51e055c54db5e592d6296e7.txt @@ -0,0 +1 @@ +8 0.3703125 0.809375 0.21953125 0.38125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.247b0db83828313e956d4d849ad2bc98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.247b0db83828313e956d4d849ad2bc98.txt new file mode 100644 index 0000000..d8964fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.247b0db83828313e956d4d849ad2bc98.txt @@ -0,0 +1 @@ +8 0.3703125 0.809375 0.21953125 0.38125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.bd3a3baad61a8f348bbff4bed47643e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.bd3a3baad61a8f348bbff4bed47643e4.txt new file mode 100644 index 0000000..d8964fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-3_jpg.rf.bd3a3baad61a8f348bbff4bed47643e4.txt @@ -0,0 +1 @@ +8 0.3703125 0.809375 0.21953125 0.38125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.04e178c94ea97639b43c66e3db75eca5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.04e178c94ea97639b43c66e3db75eca5.txt new file mode 100644 index 0000000..896bc07 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.04e178c94ea97639b43c66e3db75eca5.txt @@ -0,0 +1 @@ +8 0.371875 0.80546875 0.22265625 0.38828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.0afeaf10a52fc9babfce874a43e3739d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.0afeaf10a52fc9babfce874a43e3739d.txt new file mode 100644 index 0000000..896bc07 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.0afeaf10a52fc9babfce874a43e3739d.txt @@ -0,0 +1 @@ +8 0.371875 0.80546875 0.22265625 0.38828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.1b5a6d0d95a636440653dba21bda6a2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.1b5a6d0d95a636440653dba21bda6a2e.txt new file mode 100644 index 0000000..dab47fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.1b5a6d0d95a636440653dba21bda6a2e.txt @@ -0,0 +1 @@ +8 0.36953125 0.803125 0.2125 0.39375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.4800be47e63cd309906f2916031e2dff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.4800be47e63cd309906f2916031e2dff.txt new file mode 100644 index 0000000..896bc07 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.4800be47e63cd309906f2916031e2dff.txt @@ -0,0 +1 @@ +8 0.371875 0.80546875 0.22265625 0.38828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.afed479691b65e06e7e4f786e9469066.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.afed479691b65e06e7e4f786e9469066.txt new file mode 100644 index 0000000..dab47fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.afed479691b65e06e7e4f786e9469066.txt @@ -0,0 +1 @@ +8 0.36953125 0.803125 0.2125 0.39375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.cca9536768faa5ee6de4ccc4abb8d1be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.cca9536768faa5ee6de4ccc4abb8d1be.txt new file mode 100644 index 0000000..dab47fa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-4_jpg.rf.cca9536768faa5ee6de4ccc4abb8d1be.txt @@ -0,0 +1 @@ +8 0.36953125 0.803125 0.2125 0.39375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.5b2b3ad4593beabfeda065274080b25a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.5b2b3ad4593beabfeda065274080b25a.txt new file mode 100644 index 0000000..6a86cb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.5b2b3ad4593beabfeda065274080b25a.txt @@ -0,0 +1 @@ +8 0.37578125 0.80625 0.2203125 0.38671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.7086157710051fef2eccb171d23c3cdc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.7086157710051fef2eccb171d23c3cdc.txt new file mode 100644 index 0000000..6a86cb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.7086157710051fef2eccb171d23c3cdc.txt @@ -0,0 +1 @@ +8 0.37578125 0.80625 0.2203125 0.38671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.936cb915fca08a31559b2ad24f3f7df6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.936cb915fca08a31559b2ad24f3f7df6.txt new file mode 100644 index 0000000..6a86cb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-5_jpg.rf.936cb915fca08a31559b2ad24f3f7df6.txt @@ -0,0 +1 @@ +8 0.37578125 0.80625 0.2203125 0.38671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.0cd92a3d3a210ae96925d30a140c59ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.0cd92a3d3a210ae96925d30a140c59ce.txt new file mode 100644 index 0000000..1fcee6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.0cd92a3d3a210ae96925d30a140c59ce.txt @@ -0,0 +1 @@ +8 0.4015625 0.78828125 0.2109375 0.4015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.25e12d1d1b731d0054729910eb9f3264.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.25e12d1d1b731d0054729910eb9f3264.txt new file mode 100644 index 0000000..1fcee6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.25e12d1d1b731d0054729910eb9f3264.txt @@ -0,0 +1 @@ +8 0.4015625 0.78828125 0.2109375 0.4015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.3412580a55ac7a3c30ffd248d80c18a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.3412580a55ac7a3c30ffd248d80c18a7.txt new file mode 100644 index 0000000..1fcee6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-6_jpg.rf.3412580a55ac7a3c30ffd248d80c18a7.txt @@ -0,0 +1 @@ +8 0.4015625 0.78828125 0.2109375 0.4015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.13874e475061788691668c134c2466c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.13874e475061788691668c134c2466c7.txt new file mode 100644 index 0000000..33d0cdd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.13874e475061788691668c134c2466c7.txt @@ -0,0 +1 @@ +8 0.44140625 0.75859375 0.20859375 0.47890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.1a51f37a8bd20285e485f4d6e7b20ce2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.1a51f37a8bd20285e485f4d6e7b20ce2.txt new file mode 100644 index 0000000..33d0cdd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.1a51f37a8bd20285e485f4d6e7b20ce2.txt @@ -0,0 +1 @@ +8 0.44140625 0.75859375 0.20859375 0.47890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.588542faa402e7393f98a40287dc3bd8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.588542faa402e7393f98a40287dc3bd8.txt new file mode 100644 index 0000000..33d0cdd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_2_mp4-7_jpg.rf.588542faa402e7393f98a40287dc3bd8.txt @@ -0,0 +1 @@ +8 0.44140625 0.75859375 0.20859375 0.47890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.05bed41774b9a37b5da8f1a9d8bbb7c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.05bed41774b9a37b5da8f1a9d8bbb7c4.txt new file mode 100644 index 0000000..67d152f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.05bed41774b9a37b5da8f1a9d8bbb7c4.txt @@ -0,0 +1 @@ +8 0.59921875 0.78671875 0.12578125 0.4265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.52e1d55bbdb3368ddf08088a7899ed14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.52e1d55bbdb3368ddf08088a7899ed14.txt new file mode 100644 index 0000000..67d152f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.52e1d55bbdb3368ddf08088a7899ed14.txt @@ -0,0 +1 @@ +8 0.59921875 0.78671875 0.12578125 0.4265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.a547e159d2e6485a68359b1749348855.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.a547e159d2e6485a68359b1749348855.txt new file mode 100644 index 0000000..67d152f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-10_jpg.rf.a547e159d2e6485a68359b1749348855.txt @@ -0,0 +1 @@ +8 0.59921875 0.78671875 0.12578125 0.4265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.739788d045487ca4e85437559ddc0ba0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.739788d045487ca4e85437559ddc0ba0.txt new file mode 100644 index 0000000..bd759f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.739788d045487ca4e85437559ddc0ba0.txt @@ -0,0 +1 @@ +8 0.63984375 0.8265625 0.17578125 0.346875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.a7142813ee335d85ca25bab9784384ac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.a7142813ee335d85ca25bab9784384ac.txt new file mode 100644 index 0000000..bd759f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.a7142813ee335d85ca25bab9784384ac.txt @@ -0,0 +1 @@ +8 0.63984375 0.8265625 0.17578125 0.346875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.f1eb6509673b3638620f9296cc8ce3b3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.f1eb6509673b3638620f9296cc8ce3b3.txt new file mode 100644 index 0000000..bd759f0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-11_jpg.rf.f1eb6509673b3638620f9296cc8ce3b3.txt @@ -0,0 +1 @@ +8 0.63984375 0.8265625 0.17578125 0.346875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.28f42316cbf4a3a80bceda521caabf5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.28f42316cbf4a3a80bceda521caabf5b.txt new file mode 100644 index 0000000..81098de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.28f42316cbf4a3a80bceda521caabf5b.txt @@ -0,0 +1 @@ +8 0.64609375 0.8546875 0.29609375 0.290625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.538fefc8381ad3903ed3a4eff566b3f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.538fefc8381ad3903ed3a4eff566b3f0.txt new file mode 100644 index 0000000..ef57cbd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.538fefc8381ad3903ed3a4eff566b3f0.txt @@ -0,0 +1 @@ +8 0.6484375 0.85390625 0.29375 0.2921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.59e41898412fcf42154bae31f0d0e4a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.59e41898412fcf42154bae31f0d0e4a0.txt new file mode 100644 index 0000000..ef57cbd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.59e41898412fcf42154bae31f0d0e4a0.txt @@ -0,0 +1 @@ +8 0.6484375 0.85390625 0.29375 0.2921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.a562c941d7d380c9c2eb4237246c195f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.a562c941d7d380c9c2eb4237246c195f.txt new file mode 100644 index 0000000..ef57cbd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.a562c941d7d380c9c2eb4237246c195f.txt @@ -0,0 +1 @@ +8 0.6484375 0.85390625 0.29375 0.2921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.f040c915e8fea569b635feaaefb0c66b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.f040c915e8fea569b635feaaefb0c66b.txt new file mode 100644 index 0000000..81098de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-12_jpg.rf.f040c915e8fea569b635feaaefb0c66b.txt @@ -0,0 +1 @@ +8 0.64609375 0.8546875 0.29609375 0.290625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.1e7a711463d9662d9fa0bcc8686b181e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.1e7a711463d9662d9fa0bcc8686b181e.txt new file mode 100644 index 0000000..f1c8dd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.1e7a711463d9662d9fa0bcc8686b181e.txt @@ -0,0 +1 @@ +8 0.65078125 0.87109375 0.41015625 0.25703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.a90d61e463940594e38cd004f60aeac4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.a90d61e463940594e38cd004f60aeac4.txt new file mode 100644 index 0000000..f1c8dd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.a90d61e463940594e38cd004f60aeac4.txt @@ -0,0 +1 @@ +8 0.65078125 0.87109375 0.41015625 0.25703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.cf4243d6844aaf6faed0ce073771ccc9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.cf4243d6844aaf6faed0ce073771ccc9.txt new file mode 100644 index 0000000..f1c8dd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-13_jpg.rf.cf4243d6844aaf6faed0ce073771ccc9.txt @@ -0,0 +1 @@ +8 0.65078125 0.87109375 0.41015625 0.25703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.1e73859cd9f1a87d3d684a58a0fd3d38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.1e73859cd9f1a87d3d684a58a0fd3d38.txt new file mode 100644 index 0000000..6eb0f9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.1e73859cd9f1a87d3d684a58a0fd3d38.txt @@ -0,0 +1 @@ +8 0.5828125 0.8453125 0.346875 0.309375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.25246ab8089a8d096691c9be17723f57.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.25246ab8089a8d096691c9be17723f57.txt new file mode 100644 index 0000000..6eb0f9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.25246ab8089a8d096691c9be17723f57.txt @@ -0,0 +1 @@ +8 0.5828125 0.8453125 0.346875 0.309375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.6f8f504c9abf6ed92bdfb067d6c73973.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.6f8f504c9abf6ed92bdfb067d6c73973.txt new file mode 100644 index 0000000..6eb0f9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-14_jpg.rf.6f8f504c9abf6ed92bdfb067d6c73973.txt @@ -0,0 +1 @@ +8 0.5828125 0.8453125 0.346875 0.309375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.1f09cd73c9d797b7c7a6b3881f5ba58e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.1f09cd73c9d797b7c7a6b3881f5ba58e.txt new file mode 100644 index 0000000..3d39ad7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.1f09cd73c9d797b7c7a6b3881f5ba58e.txt @@ -0,0 +1 @@ +8 0.525 0.7859375 0.2625 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.91274df879e9da5e7f40603df1d2e2bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.91274df879e9da5e7f40603df1d2e2bb.txt new file mode 100644 index 0000000..3d39ad7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.91274df879e9da5e7f40603df1d2e2bb.txt @@ -0,0 +1 @@ +8 0.525 0.7859375 0.2625 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.b9fbbb0ddfd1df92c806906db6e1fa16.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.b9fbbb0ddfd1df92c806906db6e1fa16.txt new file mode 100644 index 0000000..3d39ad7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-15_jpg.rf.b9fbbb0ddfd1df92c806906db6e1fa16.txt @@ -0,0 +1 @@ +8 0.525 0.7859375 0.2625 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.6e832291dda9e37ba26f3bd7dc8d8cb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.6e832291dda9e37ba26f3bd7dc8d8cb2.txt new file mode 100644 index 0000000..524e712 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.6e832291dda9e37ba26f3bd7dc8d8cb2.txt @@ -0,0 +1 @@ +8 0.28671875 0.85234375 0.37578125 0.2953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.84923e995aff34c898c9e9563ee86ec4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.84923e995aff34c898c9e9563ee86ec4.txt new file mode 100644 index 0000000..524e712 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.84923e995aff34c898c9e9563ee86ec4.txt @@ -0,0 +1 @@ +8 0.28671875 0.85234375 0.37578125 0.2953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.e9a0b7a302016ea0a43ab10d3075ee26.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.e9a0b7a302016ea0a43ab10d3075ee26.txt new file mode 100644 index 0000000..524e712 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-18_jpg.rf.e9a0b7a302016ea0a43ab10d3075ee26.txt @@ -0,0 +1 @@ +8 0.28671875 0.85234375 0.37578125 0.2953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.139e4a319aa182cce963753554776c62.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.139e4a319aa182cce963753554776c62.txt new file mode 100644 index 0000000..48dba1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.139e4a319aa182cce963753554776c62.txt @@ -0,0 +1 @@ +8 0.3421875 0.8296875 0.271875 0.340625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.375e0a6076ccef8df2d02fd97f72f30c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.375e0a6076ccef8df2d02fd97f72f30c.txt new file mode 100644 index 0000000..48dba1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.375e0a6076ccef8df2d02fd97f72f30c.txt @@ -0,0 +1 @@ +8 0.3421875 0.8296875 0.271875 0.340625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.f98e1d77df305645ea0c90f8d8e218f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.f98e1d77df305645ea0c90f8d8e218f5.txt new file mode 100644 index 0000000..48dba1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-19_jpg.rf.f98e1d77df305645ea0c90f8d8e218f5.txt @@ -0,0 +1 @@ +8 0.3421875 0.8296875 0.271875 0.340625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.a226336f0349b3a63d94857396e74023.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.a226336f0349b3a63d94857396e74023.txt new file mode 100644 index 0000000..c6ad59a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.a226336f0349b3a63d94857396e74023.txt @@ -0,0 +1 @@ +8 0.39453125 0.74375 0.18125 0.4828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.e7d608a6637349d179bc07ec731bcdec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.e7d608a6637349d179bc07ec731bcdec.txt new file mode 100644 index 0000000..c6ad59a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.e7d608a6637349d179bc07ec731bcdec.txt @@ -0,0 +1 @@ +8 0.39453125 0.74375 0.18125 0.4828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.f3b597f25e55233370f3574e5387a800.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.f3b597f25e55233370f3574e5387a800.txt new file mode 100644 index 0000000..c6ad59a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-1_jpg.rf.f3b597f25e55233370f3574e5387a800.txt @@ -0,0 +1 @@ +8 0.39453125 0.74375 0.18125 0.4828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.3d62c8f52ccb1aac0d9b90fa92857dea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.3d62c8f52ccb1aac0d9b90fa92857dea.txt new file mode 100644 index 0000000..76422d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.3d62c8f52ccb1aac0d9b90fa92857dea.txt @@ -0,0 +1 @@ +8 0.4203125 0.79140625 0.21875 0.4171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.4b81ecad53e4f114be287120dbca46c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.4b81ecad53e4f114be287120dbca46c7.txt new file mode 100644 index 0000000..76422d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.4b81ecad53e4f114be287120dbca46c7.txt @@ -0,0 +1 @@ +8 0.4203125 0.79140625 0.21875 0.4171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.61f0dd4d17fd361ba8b03eb9ce6dca10.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.61f0dd4d17fd361ba8b03eb9ce6dca10.txt new file mode 100644 index 0000000..76422d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-21_jpg.rf.61f0dd4d17fd361ba8b03eb9ce6dca10.txt @@ -0,0 +1 @@ +8 0.4203125 0.79140625 0.21875 0.4171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.32a96401763b3c716047b6f0d5293592.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.32a96401763b3c716047b6f0d5293592.txt new file mode 100644 index 0000000..6dbc266 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.32a96401763b3c716047b6f0d5293592.txt @@ -0,0 +1 @@ +8 0.40390625 0.80078125 0.23359375 0.39765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.c4fb77022b6f95af09c98a704fd74eb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.c4fb77022b6f95af09c98a704fd74eb2.txt new file mode 100644 index 0000000..6dbc266 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.c4fb77022b6f95af09c98a704fd74eb2.txt @@ -0,0 +1 @@ +8 0.40390625 0.80078125 0.23359375 0.39765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.dae307d5bf2a107c3c5623bd1517ca49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.dae307d5bf2a107c3c5623bd1517ca49.txt new file mode 100644 index 0000000..6dbc266 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-3_jpg.rf.dae307d5bf2a107c3c5623bd1517ca49.txt @@ -0,0 +1 @@ +8 0.40390625 0.80078125 0.23359375 0.39765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.52766d5e456463aa7a592b235a07f431.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.52766d5e456463aa7a592b235a07f431.txt new file mode 100644 index 0000000..a10418a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.52766d5e456463aa7a592b235a07f431.txt @@ -0,0 +1 @@ +8 0.42265625 0.825 0.2578125 0.35 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.92830e87996b075f3570594ed330015e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.92830e87996b075f3570594ed330015e.txt new file mode 100644 index 0000000..a10418a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.92830e87996b075f3570594ed330015e.txt @@ -0,0 +1 @@ +8 0.42265625 0.825 0.2578125 0.35 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.f4a17de0161d6d01d952dea28f720f86.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.f4a17de0161d6d01d952dea28f720f86.txt new file mode 100644 index 0000000..a10418a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-4_jpg.rf.f4a17de0161d6d01d952dea28f720f86.txt @@ -0,0 +1 @@ +8 0.42265625 0.825 0.2578125 0.35 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.2119d7f51790c50a8f5226627067eed4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.2119d7f51790c50a8f5226627067eed4.txt new file mode 100644 index 0000000..ef9b4f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.2119d7f51790c50a8f5226627067eed4.txt @@ -0,0 +1 @@ +8 0.45078125 0.80234375 0.18046875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.485797c6c046089954c6df0b47081a74.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.485797c6c046089954c6df0b47081a74.txt new file mode 100644 index 0000000..ef9b4f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.485797c6c046089954c6df0b47081a74.txt @@ -0,0 +1 @@ +8 0.45078125 0.80234375 0.18046875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.597a195e4dacf0cd1dc53e73b1e4b40d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.597a195e4dacf0cd1dc53e73b1e4b40d.txt new file mode 100644 index 0000000..ef9b4f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.597a195e4dacf0cd1dc53e73b1e4b40d.txt @@ -0,0 +1 @@ +8 0.45078125 0.80234375 0.18046875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.a85150d8c522e23666c73fe7f7ca35be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.a85150d8c522e23666c73fe7f7ca35be.txt new file mode 100644 index 0000000..885e515 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.a85150d8c522e23666c73fe7f7ca35be.txt @@ -0,0 +1 @@ +8 0.4484375 0.803125 0.1875 0.39296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.e7c5512e03119911898cc26d58e7227e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.e7c5512e03119911898cc26d58e7227e.txt new file mode 100644 index 0000000..885e515 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.e7c5512e03119911898cc26d58e7227e.txt @@ -0,0 +1 @@ +8 0.4484375 0.803125 0.1875 0.39296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.faab9f9fe660ecf4b60c800fbc13c97c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.faab9f9fe660ecf4b60c800fbc13c97c.txt new file mode 100644 index 0000000..885e515 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-5_jpg.rf.faab9f9fe660ecf4b60c800fbc13c97c.txt @@ -0,0 +1 @@ +8 0.4484375 0.803125 0.1875 0.39296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.75c0b3673efc85916e2a6cd5545f98ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.75c0b3673efc85916e2a6cd5545f98ce.txt new file mode 100644 index 0000000..fb0556e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.75c0b3673efc85916e2a6cd5545f98ce.txt @@ -0,0 +1 @@ +8 0.58046875 0.75703125 0.0671875 0.4453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.8e43a3670f62ef0aae3f65f2269e4bea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.8e43a3670f62ef0aae3f65f2269e4bea.txt new file mode 100644 index 0000000..fb0556e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.8e43a3670f62ef0aae3f65f2269e4bea.txt @@ -0,0 +1 @@ +8 0.58046875 0.75703125 0.0671875 0.4453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.d8af822e19d77a1c169bf477510309b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.d8af822e19d77a1c169bf477510309b5.txt new file mode 100644 index 0000000..fb0556e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/abandonedbag_3_mp4-9_jpg.rf.d8af822e19d77a1c169bf477510309b5.txt @@ -0,0 +1 @@ +8 0.58046875 0.75703125 0.0671875 0.4453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ad09c69e71a15d542ab63429e7a2bce64b369a7f_jpg.rf.d74e7e39654e39954b2ce4f1221b95d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ad09c69e71a15d542ab63429e7a2bce64b369a7f_jpg.rf.d74e7e39654e39954b2ce4f1221b95d3.txt new file mode 100644 index 0000000..f31dd35 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ad09c69e71a15d542ab63429e7a2bce64b369a7f_jpg.rf.d74e7e39654e39954b2ce4f1221b95d3.txt @@ -0,0 +1 @@ +5 0.48945147679324896 0.48523206751054854 0.5232067510548524 0.6244725738396625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/aeab70ff9988b41e3491de5a08f92efe_jpg.rf.3b1d04375f0a7fc97c85ecc029fe6c4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/aeab70ff9988b41e3491de5a08f92efe_jpg.rf.3b1d04375f0a7fc97c85ecc029fe6c4f.txt new file mode 100644 index 0000000..5147a6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/aeab70ff9988b41e3491de5a08f92efe_jpg.rf.3b1d04375f0a7fc97c85ecc029fe6c4f.txt @@ -0,0 +1 @@ +1 0.4701953125 0.575556640625 0.40525390625 0.74017578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/aebbfcfbb1893178b93a8a50612f57d811409318_jpg.rf.9a00554ff698afa700110eecf2f9df6f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/aebbfcfbb1893178b93a8a50612f57d811409318_jpg.rf.9a00554ff698afa700110eecf2f9df6f.txt new file mode 100644 index 0000000..e9fb337 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/aebbfcfbb1893178b93a8a50612f57d811409318_jpg.rf.9a00554ff698afa700110eecf2f9df6f.txt @@ -0,0 +1 @@ +1 0.45147679324894513 0.3783112582781457 0.37130801687763715 0.45364238410596025 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/af6911f2fceb5e827f7ae2bfee065a2c688ced09_jpg.rf.83c5a7aecca0087781a7a4182b5b1142.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/af6911f2fceb5e827f7ae2bfee065a2c688ced09_jpg.rf.83c5a7aecca0087781a7a4182b5b1142.txt new file mode 100644 index 0000000..b423107 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/af6911f2fceb5e827f7ae2bfee065a2c688ced09_jpg.rf.83c5a7aecca0087781a7a4182b5b1142.txt @@ -0,0 +1 @@ +5 0.4947257383966245 0.3087748344370861 0.339662447257384 0.2533112582781457 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/b076ac44cc06d9eb34772c956c07952fa068e805_jpg.rf.de19d8669753f739116f4245df9035ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/b076ac44cc06d9eb34772c956c07952fa068e805_jpg.rf.de19d8669753f739116f4245df9035ff.txt new file mode 100644 index 0000000..5312351 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/b076ac44cc06d9eb34772c956c07952fa068e805_jpg.rf.de19d8669753f739116f4245df9035ff.txt @@ -0,0 +1 @@ +0 0.5031645569620253 0.49911971830985913 0.7426160337552743 0.8714788732394366 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/b28dcb6b9b078ee612d1ea777f0a54fe3b95024d_jpg.rf.4421bcfb8506f38fef99d5a5e95121c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/b28dcb6b9b078ee612d1ea777f0a54fe3b95024d_jpg.rf.4421bcfb8506f38fef99d5a5e95121c5.txt new file mode 100644 index 0000000..8ff6700 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/b28dcb6b9b078ee612d1ea777f0a54fe3b95024d_jpg.rf.4421bcfb8506f38fef99d5a5e95121c5.txt @@ -0,0 +1 @@ +1 0.5432489451476793 0.5766526019690577 0.4282700421940928 0.8157524613220816 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/b32c72cc2877ee60ca3bc9de1c9e9479dbf7f403_jpg.rf.ff111adb3d2a0a361f325b0f9dbde6d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/b32c72cc2877ee60ca3bc9de1c9e9479dbf7f403_jpg.rf.ff111adb3d2a0a361f325b0f9dbde6d1.txt new file mode 100644 index 0000000..31f0c28 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/b32c72cc2877ee60ca3bc9de1c9e9479dbf7f403_jpg.rf.ff111adb3d2a0a361f325b0f9dbde6d1.txt @@ -0,0 +1 @@ +0 0.5158227848101266 0.4810126582278481 0.7278481012658228 0.9092827004219409 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/b58f1347e63884ea141b26c2f0651ccce662828c_jpg.rf.fd61cbb1294a1feef6a7beff41b498b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/b58f1347e63884ea141b26c2f0651ccce662828c_jpg.rf.fd61cbb1294a1feef6a7beff41b498b7.txt new file mode 100644 index 0000000..36db76e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/b58f1347e63884ea141b26c2f0651ccce662828c_jpg.rf.fd61cbb1294a1feef6a7beff41b498b7.txt @@ -0,0 +1 @@ +4 0.5116033755274262 0.4684317718940937 0.8481012658227848 0.9205702647657841 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/b636da8855a843cc3411757a7b8429eb9e895a0c_jpg.rf.8bb65495e9e48e56acd7ecf4b1016a51.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/b636da8855a843cc3411757a7b8429eb9e895a0c_jpg.rf.8bb65495e9e48e56acd7ecf4b1016a51.txt new file mode 100644 index 0000000..83f744e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/b636da8855a843cc3411757a7b8429eb9e895a0c_jpg.rf.8bb65495e9e48e56acd7ecf4b1016a51.txt @@ -0,0 +1 @@ +3 0.5158227848101266 0.48751835535976507 0.42616033755274263 0.7342143906020558 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/b853669d13fcc1ba310ff18a2e82dd0808797964_jpg.rf.029b583ba7c4562c60e60cd54b2ac1bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/b853669d13fcc1ba310ff18a2e82dd0808797964_jpg.rf.029b583ba7c4562c60e60cd54b2ac1bd.txt new file mode 100644 index 0000000..175e99b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/b853669d13fcc1ba310ff18a2e82dd0808797964_jpg.rf.029b583ba7c4562c60e60cd54b2ac1bd.txt @@ -0,0 +1 @@ +3 0.5327004219409283 0.47520661157024796 0.510548523206751 0.8140495867768595 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/b9a013b20aa62bf28afc70df8b4dbbb5280b9403_jpg.rf.9d4a80af2df8ebf4186a8dc7954bcbf7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/b9a013b20aa62bf28afc70df8b4dbbb5280b9403_jpg.rf.9d4a80af2df8ebf4186a8dc7954bcbf7.txt new file mode 100644 index 0000000..b7084b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/b9a013b20aa62bf28afc70df8b4dbbb5280b9403_jpg.rf.9d4a80af2df8ebf4186a8dc7954bcbf7.txt @@ -0,0 +1 @@ +5 0.4873417721518987 0.49437412095639943 0.9746835443037974 0.5485232067510548 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/bab5ed4b56f390e231fb26c8a8d822ed27ae86a8_jpg.rf.81ed9c83f73cefcdc1df704f9a5c532e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/bab5ed4b56f390e231fb26c8a8d822ed27ae86a8_jpg.rf.81ed9c83f73cefcdc1df704f9a5c532e.txt new file mode 100644 index 0000000..6ae5df7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/bab5ed4b56f390e231fb26c8a8d822ed27ae86a8_jpg.rf.81ed9c83f73cefcdc1df704f9a5c532e.txt @@ -0,0 +1 @@ +3 0.5147679324894515 0.39319620253164556 0.33755274261603374 0.7642405063291139 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-1-_jpg.rf.2601b393688197fe989df1640f87d045.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-1-_jpg.rf.2601b393688197fe989df1640f87d045.txt new file mode 100644 index 0000000..31f48ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-1-_jpg.rf.2601b393688197fe989df1640f87d045.txt @@ -0,0 +1 @@ +9 0.51953125 0.94296875 0.2328125 0.1140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.33d72ce5b73eb30ac241f85468ef9ee7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.33d72ce5b73eb30ac241f85468ef9ee7.txt new file mode 100644 index 0000000..ed03a4e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.33d72ce5b73eb30ac241f85468ef9ee7.txt @@ -0,0 +1 @@ +9 0.74765625 0.53828125 0.3171875 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.8bab8b381bb697a957ef6ed4648fb914.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.8bab8b381bb697a957ef6ed4648fb914.txt new file mode 100644 index 0000000..b7d46e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.8bab8b381bb697a957ef6ed4648fb914.txt @@ -0,0 +1 @@ +9 0.53828125 0.2546875 0.3703125 0.3171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.bae47fbf8b2409a8240bb69430ecb7c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.bae47fbf8b2409a8240bb69430ecb7c2.txt new file mode 100644 index 0000000..410b924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-10-_jpg.rf.bae47fbf8b2409a8240bb69430ecb7c2.txt @@ -0,0 +1 @@ +9 0.2546875 0.4640625 0.3171875 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-11-_jpg.rf.d4ad0b7837f675c0aa97fbd50b7ea52f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-11-_jpg.rf.d4ad0b7837f675c0aa97fbd50b7ea52f.txt new file mode 100644 index 0000000..349212a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-11-_jpg.rf.d4ad0b7837f675c0aa97fbd50b7ea52f.txt @@ -0,0 +1 @@ +9 0.5515625 0.3390625 0.396875 0.52421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-12-_jpg.rf.042a613bf08ca81487655fd0a452377a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-12-_jpg.rf.042a613bf08ca81487655fd0a452377a.txt new file mode 100644 index 0000000..84e74d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-12-_jpg.rf.042a613bf08ca81487655fd0a452377a.txt @@ -0,0 +1 @@ +9 0.5671875 0.2140625 0.615625 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-12-_jpg.rf.e249a546621b66b60001c8b38abc8005.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-12-_jpg.rf.e249a546621b66b60001c8b38abc8005.txt new file mode 100644 index 0000000..7e9aaf4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-12-_jpg.rf.e249a546621b66b60001c8b38abc8005.txt @@ -0,0 +1 @@ +9 0.7859375 0.5671875 0.39453125 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.1e2c7e392acd75a99f052be6e22ba3f3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.1e2c7e392acd75a99f052be6e22ba3f3.txt new file mode 100644 index 0000000..5d91c1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.1e2c7e392acd75a99f052be6e22ba3f3.txt @@ -0,0 +1 @@ +9 0.49375 0.9015625 0.55078125 0.196875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.769a8f18aeae3b79063fd3088dee588b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.769a8f18aeae3b79063fd3088dee588b.txt new file mode 100644 index 0000000..01b3d0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.769a8f18aeae3b79063fd3088dee588b.txt @@ -0,0 +1 @@ +9 0.9015625 0.50859375 0.196875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.d4f43f1fe03f9c7ce2b8743e9c0ad86f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.d4f43f1fe03f9c7ce2b8743e9c0ad86f.txt new file mode 100644 index 0000000..fc49f24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-13-_jpg.rf.d4f43f1fe03f9c7ce2b8743e9c0ad86f.txt @@ -0,0 +1 @@ +9 0.10078125 0.49375 0.196875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-14-_jpg.rf.7167d74ced79a65f58dc153f3063e451.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-14-_jpg.rf.7167d74ced79a65f58dc153f3063e451.txt new file mode 100644 index 0000000..b640f61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-14-_jpg.rf.7167d74ced79a65f58dc153f3063e451.txt @@ -0,0 +1 @@ +9 0.803125 0.5 0.2453125 0.3125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-15-_jpg.rf.b342b3750867b26a4ddaeb0a6847d3a6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-15-_jpg.rf.b342b3750867b26a4ddaeb0a6847d3a6.txt new file mode 100644 index 0000000..e41f62e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-15-_jpg.rf.b342b3750867b26a4ddaeb0a6847d3a6.txt @@ -0,0 +1 @@ +9 0.7703125 0.7640625 0.396875 0.40390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-16-_jpg.rf.3381c866c9c3f9401b30ef4840465f09.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-16-_jpg.rf.3381c866c9c3f9401b30ef4840465f09.txt new file mode 100644 index 0000000..aa769de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-16-_jpg.rf.3381c866c9c3f9401b30ef4840465f09.txt @@ -0,0 +1 @@ +9 0.5453125 0.18984375 0.65390625 0.3171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-17-_jpg.rf.72bb1fa83d2d0724158a9bab94f2f9f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-17-_jpg.rf.72bb1fa83d2d0724158a9bab94f2f9f5.txt new file mode 100644 index 0000000..5279637 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-17-_jpg.rf.72bb1fa83d2d0724158a9bab94f2f9f5.txt @@ -0,0 +1 @@ +9 0.1390625 0.71171875 0.26953125 0.46171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-17-_jpg.rf.f9131d455b719edbbfa35aaf7ce82ebd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-17-_jpg.rf.f9131d455b719edbbfa35aaf7ce82ebd.txt new file mode 100644 index 0000000..a396822 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-17-_jpg.rf.f9131d455b719edbbfa35aaf7ce82ebd.txt @@ -0,0 +1 @@ +9 0.290625 0.1390625 0.46171875 0.26953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-18-_jpg.rf.0d4bfea4b8ca0ead43d036fcd39573ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-18-_jpg.rf.0d4bfea4b8ca0ead43d036fcd39573ba.txt new file mode 100644 index 0000000..0976477 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-18-_jpg.rf.0d4bfea4b8ca0ead43d036fcd39573ba.txt @@ -0,0 +1 @@ +9 0.4859375 0.88828125 0.27421875 0.209375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-18-_jpg.rf.efc30d01c07887d1d093141f7a5b469e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-18-_jpg.rf.efc30d01c07887d1d093141f7a5b469e.txt new file mode 100644 index 0000000..7b29979 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-18-_jpg.rf.efc30d01c07887d1d093141f7a5b469e.txt @@ -0,0 +1 @@ +9 0.5171875 0.11171875 0.27421875 0.209375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-19-_jpg.rf.8eedb5f77d7aa2adec0fa17f133ddc23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-19-_jpg.rf.8eedb5f77d7aa2adec0fa17f133ddc23.txt new file mode 100644 index 0000000..ee55a6b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-19-_jpg.rf.8eedb5f77d7aa2adec0fa17f133ddc23.txt @@ -0,0 +1 @@ +9 0.38671875 0.83671875 0.553125 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-19-_jpg.rf.c30707fc9760df15e42dc2bb60d648d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-19-_jpg.rf.c30707fc9760df15e42dc2bb60d648d1.txt new file mode 100644 index 0000000..571d010 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-19-_jpg.rf.c30707fc9760df15e42dc2bb60d648d1.txt @@ -0,0 +1 @@ +9 0.83671875 0.61328125 0.240625 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-2-_jpg.rf.631da9020405a2d81b9317db847fc32f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-2-_jpg.rf.631da9020405a2d81b9317db847fc32f.txt new file mode 100644 index 0000000..03003a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-2-_jpg.rf.631da9020405a2d81b9317db847fc32f.txt @@ -0,0 +1 @@ +9 0.23828125 0.5671875 0.4375 0.53828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-2-_jpg.rf.9dba68b53bd712b56a4901b2056ebe8d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-2-_jpg.rf.9dba68b53bd712b56a4901b2056ebe8d.txt new file mode 100644 index 0000000..dedabaa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-2-_jpg.rf.9dba68b53bd712b56a4901b2056ebe8d.txt @@ -0,0 +1 @@ +9 0.4328125 0.23828125 0.53828125 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-20-_jpg.rf.390d71f74b4364e1cda791b15c41998d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-20-_jpg.rf.390d71f74b4364e1cda791b15c41998d.txt new file mode 100644 index 0000000..bfb4dd7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-20-_jpg.rf.390d71f74b4364e1cda791b15c41998d.txt @@ -0,0 +1 @@ +9 0.8796875 0.71875 0.22578125 0.47578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-20-_jpg.rf.ea569f33e18f69fbca21d9c5572198a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-20-_jpg.rf.ea569f33e18f69fbca21d9c5572198a1.txt new file mode 100644 index 0000000..da51051 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-20-_jpg.rf.ea569f33e18f69fbca21d9c5572198a1.txt @@ -0,0 +1 @@ +9 0.1203125 0.28359375 0.22578125 0.47578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-21-_jpg.rf.0b11f8e6e3fe8d796f9a38d5a4dfc309.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-21-_jpg.rf.0b11f8e6e3fe8d796f9a38d5a4dfc309.txt new file mode 100644 index 0000000..aa0db77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-21-_jpg.rf.0b11f8e6e3fe8d796f9a38d5a4dfc309.txt @@ -0,0 +1 @@ +9 0.8640625 0.55859375 0.2671875 0.5890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-21-_jpg.rf.836453180a421b34243a815a46f19c37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-21-_jpg.rf.836453180a421b34243a815a46f19c37.txt new file mode 100644 index 0000000..e274941 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-21-_jpg.rf.836453180a421b34243a815a46f19c37.txt @@ -0,0 +1 @@ +9 0.55859375 0.13828125 0.5890625 0.2671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-22-_jpg.rf.3d14b25729a2c009f107820fc5c6d58a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-22-_jpg.rf.3d14b25729a2c009f107820fc5c6d58a.txt new file mode 100644 index 0000000..76912c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-22-_jpg.rf.3d14b25729a2c009f107820fc5c6d58a.txt @@ -0,0 +1 @@ +9 0.1859375 0.5484375 0.3296875 0.5484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-22-_jpg.rf.cd1755b4d960328f4d7ed1d57f04f890.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-22-_jpg.rf.cd1755b4d960328f4d7ed1d57f04f890.txt new file mode 100644 index 0000000..ea9a2b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-22-_jpg.rf.cd1755b4d960328f4d7ed1d57f04f890.txt @@ -0,0 +1 @@ +9 0.5484375 0.81640625 0.5484375 0.3296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-24-_jpg.rf.a4d9b07e85dabb5d946cd4f57b89b96a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-24-_jpg.rf.a4d9b07e85dabb5d946cd4f57b89b96a.txt new file mode 100644 index 0000000..94cc70f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-24-_jpg.rf.a4d9b07e85dabb5d946cd4f57b89b96a.txt @@ -0,0 +1 @@ +9 0.80078125 0.55546875 0.365625 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-24-_jpg.rf.f3f285391d029b29b1dd9c98e4b49ed5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-24-_jpg.rf.f3f285391d029b29b1dd9c98e4b49ed5.txt new file mode 100644 index 0000000..790ffa3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-24-_jpg.rf.f3f285391d029b29b1dd9c98e4b49ed5.txt @@ -0,0 +1 @@ +9 0.55546875 0.2015625 0.6296875 0.365625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-25-_jpg.rf.da49b1039d2ee011057529c2fa4757db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-25-_jpg.rf.da49b1039d2ee011057529c2fa4757db.txt new file mode 100644 index 0000000..51fd012 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-25-_jpg.rf.da49b1039d2ee011057529c2fa4757db.txt @@ -0,0 +1,2 @@ +9 0.65859375 0.8171875 0.3171875 0.26953125 +9 0.37265625 0.7921875 0.321875 0.25703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.b0c28a27e25e57c3caaa8f00d414da00.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.b0c28a27e25e57c3caaa8f00d414da00.txt new file mode 100644 index 0000000..7cafd72 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.b0c28a27e25e57c3caaa8f00d414da00.txt @@ -0,0 +1 @@ +9 0.5265625 0.75390625 0.60546875 0.34375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.dac028a6fb10a58ba7a08820be12f438.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.dac028a6fb10a58ba7a08820be12f438.txt new file mode 100644 index 0000000..76d6c86 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.dac028a6fb10a58ba7a08820be12f438.txt @@ -0,0 +1 @@ +9 0.2484375 0.5265625 0.34375 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.e12251e0f301e980bc03ce3dfab58bc7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.e12251e0f301e980bc03ce3dfab58bc7.txt new file mode 100644 index 0000000..3dac1f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-26-_jpg.rf.e12251e0f301e980bc03ce3dfab58bc7.txt @@ -0,0 +1 @@ +9 0.75390625 0.47578125 0.34375 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-27-_jpg.rf.19d5be874d347ed49337f3032190e719.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-27-_jpg.rf.19d5be874d347ed49337f3032190e719.txt new file mode 100644 index 0000000..1d5f0f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-27-_jpg.rf.19d5be874d347ed49337f3032190e719.txt @@ -0,0 +1 @@ +9 0.42578125 0.19453125 0.52890625 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-27-_jpg.rf.79f3d39063ad0f53b330423fee90ed0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-27-_jpg.rf.79f3d39063ad0f53b330423fee90ed0a.txt new file mode 100644 index 0000000..861e143 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-27-_jpg.rf.79f3d39063ad0f53b330423fee90ed0a.txt @@ -0,0 +1 @@ +9 0.57421875 0.80546875 0.52890625 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-3-_jpg.rf.3ad23a37bb9811f3059ed1578367cafe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-3-_jpg.rf.3ad23a37bb9811f3059ed1578367cafe.txt new file mode 100644 index 0000000..1f2300a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-3-_jpg.rf.3ad23a37bb9811f3059ed1578367cafe.txt @@ -0,0 +1 @@ +9 0.446875 0.26171875 0.28828125 0.2546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-3-_jpg.rf.9cbcc30af671242551401afde024d11c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-3-_jpg.rf.9cbcc30af671242551401afde024d11c.txt new file mode 100644 index 0000000..d9b09aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-3-_jpg.rf.9cbcc30af671242551401afde024d11c.txt @@ -0,0 +1 @@ +9 0.73828125 0.446875 0.2546875 0.28828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.67b0b5fc9ceea53d8b95c376e678a0d6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.67b0b5fc9ceea53d8b95c376e678a0d6.txt new file mode 100644 index 0000000..b758d6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.67b0b5fc9ceea53d8b95c376e678a0d6.txt @@ -0,0 +1 @@ +9 0.22734375 0.49140625 0.2328125 0.2671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.797c81201c40c1956e3849f2abffa2e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.797c81201c40c1956e3849f2abffa2e1.txt new file mode 100644 index 0000000..f363816 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.797c81201c40c1956e3849f2abffa2e1.txt @@ -0,0 +1 @@ +9 0.77265625 0.50859375 0.2328125 0.2671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.db518f960b41c4e8acffec9d8639c98a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.db518f960b41c4e8acffec9d8639c98a.txt new file mode 100644 index 0000000..1a054e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-30-_jpg.rf.db518f960b41c4e8acffec9d8639c98a.txt @@ -0,0 +1 @@ +9 0.50859375 0.22734375 0.2671875 0.2328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-31-_jpg.rf.5c9a83dc79e1b05e4bee1bc7680e3520.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-31-_jpg.rf.5c9a83dc79e1b05e4bee1bc7680e3520.txt new file mode 100644 index 0000000..291dd00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-31-_jpg.rf.5c9a83dc79e1b05e4bee1bc7680e3520.txt @@ -0,0 +1 @@ +9 0.1359375 0.50390625 0.26171875 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-31-_jpg.rf.6eceac9ec559759efb0e387dcecd5807.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-31-_jpg.rf.6eceac9ec559759efb0e387dcecd5807.txt new file mode 100644 index 0000000..625f459 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-31-_jpg.rf.6eceac9ec559759efb0e387dcecd5807.txt @@ -0,0 +1 @@ +9 0.49609375 0.1359375 0.69921875 0.26171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-32-_jpg.rf.09229e607fe5ade3feef81be86cc0e19.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-32-_jpg.rf.09229e607fe5ade3feef81be86cc0e19.txt new file mode 100644 index 0000000..a6a35bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-32-_jpg.rf.09229e607fe5ade3feef81be86cc0e19.txt @@ -0,0 +1 @@ +9 0.4375 0.82421875 0.28828125 0.22578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-32-_jpg.rf.3b126916cc1faeec5f68b9c71699a128.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-32-_jpg.rf.3b126916cc1faeec5f68b9c71699a128.txt new file mode 100644 index 0000000..9a1852f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-32-_jpg.rf.3b126916cc1faeec5f68b9c71699a128.txt @@ -0,0 +1 @@ +9 0.5625 0.178125 0.28828125 0.22578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-33-_jpg.rf.ad978073ddbed2fbc92e3329fae5b8fb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-33-_jpg.rf.ad978073ddbed2fbc92e3329fae5b8fb.txt new file mode 100644 index 0000000..5e930c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-33-_jpg.rf.ad978073ddbed2fbc92e3329fae5b8fb.txt @@ -0,0 +1 @@ +9 0.35 0.18984375 0.68046875 0.35546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-34-_jpg.rf.56d71fee99105b1f1d7f89e375d16e44.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-34-_jpg.rf.56d71fee99105b1f1d7f89e375d16e44.txt new file mode 100644 index 0000000..fefffaf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-34-_jpg.rf.56d71fee99105b1f1d7f89e375d16e44.txt @@ -0,0 +1 @@ +9 0.43359375 0.7921875 0.34375 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-34-_jpg.rf.603dcb8e2295d47c02fcdfc311526858.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-34-_jpg.rf.603dcb8e2295d47c02fcdfc311526858.txt new file mode 100644 index 0000000..bf61459 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-34-_jpg.rf.603dcb8e2295d47c02fcdfc311526858.txt @@ -0,0 +1 @@ +9 0.7921875 0.56640625 0.4109375 0.34375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-35-_jpg.rf.0d101e97a4bb0a04be820bf6bf57571d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-35-_jpg.rf.0d101e97a4bb0a04be820bf6bf57571d.txt new file mode 100644 index 0000000..a1629bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-35-_jpg.rf.0d101e97a4bb0a04be820bf6bf57571d.txt @@ -0,0 +1 @@ +9 0.47109375 0.87890625 0.2359375 0.2328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-35-_jpg.rf.dff9f9cbddceb6b5d0bb41fbb70d193e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-35-_jpg.rf.dff9f9cbddceb6b5d0bb41fbb70d193e.txt new file mode 100644 index 0000000..2476ebc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-35-_jpg.rf.dff9f9cbddceb6b5d0bb41fbb70d193e.txt @@ -0,0 +1 @@ +9 0.52890625 0.12109375 0.2359375 0.2328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-36-_jpg.rf.4043347b8f03e03a3c08257f3d059382.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-36-_jpg.rf.4043347b8f03e03a3c08257f3d059382.txt new file mode 100644 index 0000000..8ae0705 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-36-_jpg.rf.4043347b8f03e03a3c08257f3d059382.txt @@ -0,0 +1 @@ +9 0.23828125 0.43515625 0.3609375 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-36-_jpg.rf.75e227756bc5c74f2f56e034bf2f6cb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-36-_jpg.rf.75e227756bc5c74f2f56e034bf2f6cb2.txt new file mode 100644 index 0000000..70cc8ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-36-_jpg.rf.75e227756bc5c74f2f56e034bf2f6cb2.txt @@ -0,0 +1 @@ +9 0.43515625 0.76171875 0.7359375 0.3609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-37-_jpg.rf.2808c7960ed89f829c7ec50939cee1fb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-37-_jpg.rf.2808c7960ed89f829c7ec50939cee1fb.txt new file mode 100644 index 0000000..08647f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-37-_jpg.rf.2808c7960ed89f829c7ec50939cee1fb.txt @@ -0,0 +1 @@ +9 0.803125 0.50390625 0.3265625 0.43984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-37-_jpg.rf.46f06ddb846d0704fad2436f015e6edd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-37-_jpg.rf.46f06ddb846d0704fad2436f015e6edd.txt new file mode 100644 index 0000000..f871674 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-37-_jpg.rf.46f06ddb846d0704fad2436f015e6edd.txt @@ -0,0 +1 @@ +9 0.50390625 0.196875 0.43984375 0.3265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-38-_jpg.rf.a90ffb72697324ce80463cdcae788075.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-38-_jpg.rf.a90ffb72697324ce80463cdcae788075.txt new file mode 100644 index 0000000..93d9b39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-38-_jpg.rf.a90ffb72697324ce80463cdcae788075.txt @@ -0,0 +1 @@ +9 0.853125 0.69921875 0.25 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.2771b61d559712c42498d69f6385b523.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.2771b61d559712c42498d69f6385b523.txt new file mode 100644 index 0000000..50ed0d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.2771b61d559712c42498d69f6385b523.txt @@ -0,0 +1 @@ +9 0.19453125 0.51953125 0.196875 0.3171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.935b72cf1963e5d9fa731a436bd8eafa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.935b72cf1963e5d9fa731a436bd8eafa.txt new file mode 100644 index 0000000..d130106 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.935b72cf1963e5d9fa731a436bd8eafa.txt @@ -0,0 +1 @@ +9 0.4828125 0.19453125 0.3171875 0.196875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.ccfc774d0682f21927f49c487b4097db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.ccfc774d0682f21927f49c487b4097db.txt new file mode 100644 index 0000000..0da41db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-39-_jpg.rf.ccfc774d0682f21927f49c487b4097db.txt @@ -0,0 +1 @@ +9 0.51953125 0.80546875 0.3171875 0.196875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-4-_jpg.rf.708a7b263cea513246c626bcfa18996b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-4-_jpg.rf.708a7b263cea513246c626bcfa18996b.txt new file mode 100644 index 0000000..b1b124c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-4-_jpg.rf.708a7b263cea513246c626bcfa18996b.txt @@ -0,0 +1 @@ +9 0.4859375 0.2046875 0.2984375 0.3078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-4-_jpg.rf.72248d1002d543c8bcda29029072b383.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-4-_jpg.rf.72248d1002d543c8bcda29029072b383.txt new file mode 100644 index 0000000..7d6a22e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-4-_jpg.rf.72248d1002d543c8bcda29029072b383.txt @@ -0,0 +1 @@ +9 0.2046875 0.5140625 0.3078125 0.2984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.670a474112a31be1cc46af4888129c9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.670a474112a31be1cc46af4888129c9d.txt new file mode 100644 index 0000000..75958a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.670a474112a31be1cc46af4888129c9d.txt @@ -0,0 +1 @@ +9 0.75234375 0.4265625 0.3265625 0.63203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.bc97f9ddf5a7c27696724ad527ed631a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.bc97f9ddf5a7c27696724ad527ed631a.txt new file mode 100644 index 0000000..7fca720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.bc97f9ddf5a7c27696724ad527ed631a.txt @@ -0,0 +1 @@ +9 0.4265625 0.24765625 0.63203125 0.3265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.c43317ecdf784ef04ea1b2d1eebe9cc4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.c43317ecdf784ef04ea1b2d1eebe9cc4.txt new file mode 100644 index 0000000..9e9ebe9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-40-_jpg.rf.c43317ecdf784ef04ea1b2d1eebe9cc4.txt @@ -0,0 +1 @@ +9 0.5734375 0.75234375 0.63203125 0.3265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-41-_jpg.rf.0d0d798e6b3079019a3e8e1d3d694305.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-41-_jpg.rf.0d0d798e6b3079019a3e8e1d3d694305.txt new file mode 100644 index 0000000..ed6c2fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-41-_jpg.rf.0d0d798e6b3079019a3e8e1d3d694305.txt @@ -0,0 +1 @@ +9 0.75859375 0.4515625 0.26171875 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-42-_jpg.rf.c9bb59a70f8f8f8dbe5d16c464a56ec9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-42-_jpg.rf.c9bb59a70f8f8f8dbe5d16c464a56ec9.txt new file mode 100644 index 0000000..d3f70a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-42-_jpg.rf.c9bb59a70f8f8f8dbe5d16c464a56ec9.txt @@ -0,0 +1 @@ +9 0.81484375 0.66484375 0.27421875 0.32421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-43-_jpg.rf.be34215420231f2e142c181d00157980.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-43-_jpg.rf.be34215420231f2e142c181d00157980.txt new file mode 100644 index 0000000..85a37a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-43-_jpg.rf.be34215420231f2e142c181d00157980.txt @@ -0,0 +1 @@ +9 0.80546875 0.56484375 0.321875 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-43-_jpg.rf.fff01d8f0b93e4c46c7f7227a2375861.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-43-_jpg.rf.fff01d8f0b93e4c46c7f7227a2375861.txt new file mode 100644 index 0000000..5f4cb01 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-43-_jpg.rf.fff01d8f0b93e4c46c7f7227a2375861.txt @@ -0,0 +1 @@ +9 0.56484375 0.196875 0.34609375 0.321875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-44-_jpg.rf.5251e4ceaafae80a9057459714c600a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-44-_jpg.rf.5251e4ceaafae80a9057459714c600a0.txt new file mode 100644 index 0000000..959aa9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-44-_jpg.rf.5251e4ceaafae80a9057459714c600a0.txt @@ -0,0 +1 @@ +9 0.5203125 0.7828125 0.56953125 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-44-_jpg.rf.7b6759cbb8900aad00bf717e8ec4f97f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-44-_jpg.rf.7b6759cbb8900aad00bf717e8ec4f97f.txt new file mode 100644 index 0000000..ea13cf7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-44-_jpg.rf.7b6759cbb8900aad00bf717e8ec4f97f.txt @@ -0,0 +1 @@ +9 0.4796875 0.2203125 0.56953125 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-46-_jpg.rf.ce47974117e0e6bcaad474dbdd1db047.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-46-_jpg.rf.ce47974117e0e6bcaad474dbdd1db047.txt new file mode 100644 index 0000000..0b597dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-46-_jpg.rf.ce47974117e0e6bcaad474dbdd1db047.txt @@ -0,0 +1 @@ +9 0.31875 0.78359375 0.18515625 0.1921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-46-_jpg.rf.f20ff73db2efe9f3a872b6ac49d9cc5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-46-_jpg.rf.f20ff73db2efe9f3a872b6ac49d9cc5b.txt new file mode 100644 index 0000000..0bb453c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-46-_jpg.rf.f20ff73db2efe9f3a872b6ac49d9cc5b.txt @@ -0,0 +1 @@ +9 0.78359375 0.68359375 0.1921875 0.18515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-47-_jpg.rf.089f0ffc191297ef486b202ceea9f0b3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-47-_jpg.rf.089f0ffc191297ef486b202ceea9f0b3.txt new file mode 100644 index 0000000..64083f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-47-_jpg.rf.089f0ffc191297ef486b202ceea9f0b3.txt @@ -0,0 +1 @@ +9 0.7765625 0.44921875 0.27421875 0.28359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-47-_jpg.rf.4ab1ce8f79fc2e71147a692c50badb4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-47-_jpg.rf.4ab1ce8f79fc2e71147a692c50badb4c.txt new file mode 100644 index 0000000..7f6cc07 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-47-_jpg.rf.4ab1ce8f79fc2e71147a692c50badb4c.txt @@ -0,0 +1 @@ +9 0.553125 0.7765625 0.28359375 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-48-_jpg.rf.de2165efe0e591f0f8428e6f0312d79e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-48-_jpg.rf.de2165efe0e591f0f8428e6f0312d79e.txt new file mode 100644 index 0000000..997678d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-48-_jpg.rf.de2165efe0e591f0f8428e6f0312d79e.txt @@ -0,0 +1 @@ +9 0.77265625 0.6046875 0.2859375 0.7859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-49-_jpg.rf.5108daa501f266ba8c291345095faf34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-49-_jpg.rf.5108daa501f266ba8c291345095faf34.txt new file mode 100644 index 0000000..8c07aae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-49-_jpg.rf.5108daa501f266ba8c291345095faf34.txt @@ -0,0 +1 @@ +9 0.459375 0.1296875 0.35546875 0.21171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-5-_jpg.rf.cf65384356e138ac9448f3bc83010f4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-5-_jpg.rf.cf65384356e138ac9448f3bc83010f4b.txt new file mode 100644 index 0000000..eea347e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-5-_jpg.rf.cf65384356e138ac9448f3bc83010f4b.txt @@ -0,0 +1 @@ +9 0.50390625 0.196875 0.165625 0.0625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-52-_jpg.rf.b366bf9e46fe4a18eeca53bdaa2c09fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-52-_jpg.rf.b366bf9e46fe4a18eeca53bdaa2c09fd.txt new file mode 100644 index 0000000..0bbc3b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-52-_jpg.rf.b366bf9e46fe4a18eeca53bdaa2c09fd.txt @@ -0,0 +1 @@ +9 0.5625 0.290625 0.33203125 0.115625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-54-_jpg.rf.1e6165b9420e8d7c0ec13dfcd7fac52a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-54-_jpg.rf.1e6165b9420e8d7c0ec13dfcd7fac52a.txt new file mode 100644 index 0000000..7652803 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-54-_jpg.rf.1e6165b9420e8d7c0ec13dfcd7fac52a.txt @@ -0,0 +1 @@ +9 0.7515625 0.603125 0.334375 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-54-_jpg.rf.be529b5fb5a9c0dc736c5b0190419a33.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-54-_jpg.rf.be529b5fb5a9c0dc736c5b0190419a33.txt new file mode 100644 index 0000000..01eb111 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-54-_jpg.rf.be529b5fb5a9c0dc736c5b0190419a33.txt @@ -0,0 +1 @@ +9 0.2515625 0.39921875 0.334375 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-55-_jpg.rf.26811240c30abf92f3660ef38189e395.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-55-_jpg.rf.26811240c30abf92f3660ef38189e395.txt new file mode 100644 index 0000000..3ff1e2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-55-_jpg.rf.26811240c30abf92f3660ef38189e395.txt @@ -0,0 +1 @@ +9 0.51953125 0.81484375 0.4375 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-55-_jpg.rf.f0513fb372b808845bffc8280b6d914b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-55-_jpg.rf.f0513fb372b808845bffc8280b6d914b.txt new file mode 100644 index 0000000..48c5731 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-55-_jpg.rf.f0513fb372b808845bffc8280b6d914b.txt @@ -0,0 +1 @@ +9 0.18515625 0.51953125 0.29296875 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.123912458e68f285527f78871f79c580.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.123912458e68f285527f78871f79c580.txt new file mode 100644 index 0000000..5f8d78f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.123912458e68f285527f78871f79c580.txt @@ -0,0 +1 @@ +9 0.5046875 0.7984375 0.64921875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.2a3afb357a069c6f2162b7a11f9f7a87.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.2a3afb357a069c6f2162b7a11f9f7a87.txt new file mode 100644 index 0000000..c917881 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.2a3afb357a069c6f2162b7a11f9f7a87.txt @@ -0,0 +1 @@ +9 0.49765625 0.2015625 0.64921875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.6fb844438837587fcf1789438ca7aa90.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.6fb844438837587fcf1789438ca7aa90.txt new file mode 100644 index 0000000..15c3786 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-56-_jpg.rf.6fb844438837587fcf1789438ca7aa90.txt @@ -0,0 +1 @@ +9 0.7984375 0.49765625 0.29296875 0.64921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-57-_jpg.rf.89bdaba5f31577cd1d2e96873ac9d348.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-57-_jpg.rf.89bdaba5f31577cd1d2e96873ac9d348.txt new file mode 100644 index 0000000..1d4f947 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-57-_jpg.rf.89bdaba5f31577cd1d2e96873ac9d348.txt @@ -0,0 +1 @@ +9 0.49765625 0.16328125 0.64453125 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-58-_jpg.rf.23fbe2421e5825c33621b8eede3fc1c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-58-_jpg.rf.23fbe2421e5825c33621b8eede3fc1c1.txt new file mode 100644 index 0000000..6e02dc5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-58-_jpg.rf.23fbe2421e5825c33621b8eede3fc1c1.txt @@ -0,0 +1 @@ +9 0.34375 0.1875 0.6296875 0.2984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-58-_jpg.rf.c4bdf38937757a75de12a06ce0bd9626.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-58-_jpg.rf.c4bdf38937757a75de12a06ce0bd9626.txt new file mode 100644 index 0000000..5bd9b59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-58-_jpg.rf.c4bdf38937757a75de12a06ce0bd9626.txt @@ -0,0 +1 @@ +9 0.65859375 0.81484375 0.6296875 0.2984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-59-_jpg.rf.12d2ec276cfca68b3825e8dc6868b311.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-59-_jpg.rf.12d2ec276cfca68b3825e8dc6868b311.txt new file mode 100644 index 0000000..c9b2cc2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-59-_jpg.rf.12d2ec276cfca68b3825e8dc6868b311.txt @@ -0,0 +1 @@ +9 0.5953125 0.1421875 0.32421875 0.2546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-6-_jpg.rf.3a7f376cd41732c0cded798871c1af02.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-6-_jpg.rf.3a7f376cd41732c0cded798871c1af02.txt new file mode 100644 index 0000000..4736f0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-6-_jpg.rf.3a7f376cd41732c0cded798871c1af02.txt @@ -0,0 +1 @@ +9 0.30078125 0.22109375 0.384375 0.33203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-6-_jpg.rf.adac7d44262020411c96d2c489940916.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-6-_jpg.rf.adac7d44262020411c96d2c489940916.txt new file mode 100644 index 0000000..7faf118 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-6-_jpg.rf.adac7d44262020411c96d2c489940916.txt @@ -0,0 +1 @@ +9 0.7015625 0.78125 0.384375 0.33203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-60-_jpg.rf.521d5f1efa7d6b8ba4221961537a19ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-60-_jpg.rf.521d5f1efa7d6b8ba4221961537a19ae.txt new file mode 100644 index 0000000..025a3ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-60-_jpg.rf.521d5f1efa7d6b8ba4221961537a19ae.txt @@ -0,0 +1 @@ +9 0.11171875 0.459375 0.12265625 0.2640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-60-_jpg.rf.7c2672c19ba67e0806c7713ca69cd820.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-60-_jpg.rf.7c2672c19ba67e0806c7713ca69cd820.txt new file mode 100644 index 0000000..bad59b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-60-_jpg.rf.7c2672c19ba67e0806c7713ca69cd820.txt @@ -0,0 +1 @@ +9 0.459375 0.890625 0.2640625 0.12265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-61-_jpg.rf.5795b59f1e826b01a0e731b2ec9edee4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-61-_jpg.rf.5795b59f1e826b01a0e731b2ec9edee4.txt new file mode 100644 index 0000000..24930e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-61-_jpg.rf.5795b59f1e826b01a0e731b2ec9edee4.txt @@ -0,0 +1 @@ +9 0.43046875 0.2671875 0.40859375 0.1921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-61-_jpg.rf.d96513ac16c96be7a50a6729c87302a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-61-_jpg.rf.d96513ac16c96be7a50a6729c87302a2.txt new file mode 100644 index 0000000..501e3e0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-61-_jpg.rf.d96513ac16c96be7a50a6729c87302a2.txt @@ -0,0 +1 @@ +9 0.7359375 0.43046875 0.1921875 0.40859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.69a28eb2ac7e69809d6d60c5c6bd2f77.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.69a28eb2ac7e69809d6d60c5c6bd2f77.txt new file mode 100644 index 0000000..bac87de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.69a28eb2ac7e69809d6d60c5c6bd2f77.txt @@ -0,0 +1 @@ +9 0.73046875 0.421875 0.259375 0.50234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.81d5a553801ec3541853d468685d8e0b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.81d5a553801ec3541853d468685d8e0b.txt new file mode 100644 index 0000000..1c9ef79 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.81d5a553801ec3541853d468685d8e0b.txt @@ -0,0 +1 @@ +9 0.26953125 0.58046875 0.259375 0.50234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.8c6a76c71e7dab1e435ee097534a9538.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.8c6a76c71e7dab1e435ee097534a9538.txt new file mode 100644 index 0000000..e2ee166 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-62-_jpg.rf.8c6a76c71e7dab1e435ee097534a9538.txt @@ -0,0 +1 @@ +9 0.58046875 0.73046875 0.50234375 0.259375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-63-_jpg.rf.44672758a025a119309ab227b5b2781f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-63-_jpg.rf.44672758a025a119309ab227b5b2781f.txt new file mode 100644 index 0000000..8670eb4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-63-_jpg.rf.44672758a025a119309ab227b5b2781f.txt @@ -0,0 +1 @@ +9 0.61796875 0.240625 0.625 0.321875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-64-_jpg.rf.fafdd331f7705aded6827d121fdab104.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-64-_jpg.rf.fafdd331f7705aded6827d121fdab104.txt new file mode 100644 index 0000000..3166539 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-64-_jpg.rf.fafdd331f7705aded6827d121fdab104.txt @@ -0,0 +1 @@ +9 0.67578125 0.15390625 0.5625 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-65-_jpg.rf.7f7afc5db37fc74d0a1f33f58244799a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-65-_jpg.rf.7f7afc5db37fc74d0a1f33f58244799a.txt new file mode 100644 index 0000000..d80cc92 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-65-_jpg.rf.7f7afc5db37fc74d0a1f33f58244799a.txt @@ -0,0 +1 @@ +9 0.2015625 0.56953125 0.3125 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-65-_jpg.rf.8b8750755e21f6dba83199005c031cc7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-65-_jpg.rf.8b8750755e21f6dba83199005c031cc7.txt new file mode 100644 index 0000000..97920d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-65-_jpg.rf.8b8750755e21f6dba83199005c031cc7.txt @@ -0,0 +1 @@ +9 0.7984375 0.43046875 0.3125 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-66-_jpg.rf.9d2cf803e6a775d0a32e5e2abc71bb2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-66-_jpg.rf.9d2cf803e6a775d0a32e5e2abc71bb2a.txt new file mode 100644 index 0000000..a2b1b7b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-66-_jpg.rf.9d2cf803e6a775d0a32e5e2abc71bb2a.txt @@ -0,0 +1 @@ +9 0.35078125 0.15859375 0.53359375 0.259375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-66-_jpg.rf.e9bab220b50583fae5b76660ab568756.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-66-_jpg.rf.e9bab220b50583fae5b76660ab568756.txt new file mode 100644 index 0000000..ff7b3bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-66-_jpg.rf.e9bab220b50583fae5b76660ab568756.txt @@ -0,0 +1 @@ +9 0.64921875 0.84375 0.53359375 0.259375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-67-_jpg.rf.09be25d2a43e4398bf25cada5a056d70.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-67-_jpg.rf.09be25d2a43e4398bf25cada5a056d70.txt new file mode 100644 index 0000000..a6880bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-67-_jpg.rf.09be25d2a43e4398bf25cada5a056d70.txt @@ -0,0 +1 @@ +9 0.384375 0.8890625 0.45703125 0.1875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-67-_jpg.rf.78c83d3799b3abfe3a20901365a0410e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-67-_jpg.rf.78c83d3799b3abfe3a20901365a0410e.txt new file mode 100644 index 0000000..b398690 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-67-_jpg.rf.78c83d3799b3abfe3a20901365a0410e.txt @@ -0,0 +1 @@ +9 0.8890625 0.615625 0.1875 0.45703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-68-_jpg.rf.c85b9bb952c802594819c025437dafcf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-68-_jpg.rf.c85b9bb952c802594819c025437dafcf.txt new file mode 100644 index 0000000..33d8177 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-68-_jpg.rf.c85b9bb952c802594819c025437dafcf.txt @@ -0,0 +1 @@ +9 0.509375 0.875 0.53359375 0.21171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.77a13f9c94ed7d5296500d035d3f8305.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.77a13f9c94ed7d5296500d035d3f8305.txt new file mode 100644 index 0000000..145eae7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.77a13f9c94ed7d5296500d035d3f8305.txt @@ -0,0 +1 @@ +9 0.4109375 0.134375 0.54296875 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.9ee9928cae98cc066749d99fd61f791d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.9ee9928cae98cc066749d99fd61f791d.txt new file mode 100644 index 0000000..602f49e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.9ee9928cae98cc066749d99fd61f791d.txt @@ -0,0 +1 @@ +9 0.5890625 0.865625 0.54296875 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.b45b221e7022356cb6461335cf45dbf8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.b45b221e7022356cb6461335cf45dbf8.txt new file mode 100644 index 0000000..88f9c6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-69-_jpg.rf.b45b221e7022356cb6461335cf45dbf8.txt @@ -0,0 +1 @@ +9 0.134375 0.5890625 0.2453125 0.54296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-7-_jpg.rf.60283e0b679b98bf057327c538640f1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-7-_jpg.rf.60283e0b679b98bf057327c538640f1f.txt new file mode 100644 index 0000000..f404b1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-7-_jpg.rf.60283e0b679b98bf057327c538640f1f.txt @@ -0,0 +1 @@ +9 0.52265625 0.11796875 0.49296875 0.1828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.772b62576ef78ea9b53dc393a46847f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.772b62576ef78ea9b53dc393a46847f4.txt new file mode 100644 index 0000000..51489d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.772b62576ef78ea9b53dc393a46847f4.txt @@ -0,0 +1 @@ +9 0.53125 0.83671875 0.625 0.27890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.80a442d9a3f1f600441a0dd0ee87f11d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.80a442d9a3f1f600441a0dd0ee87f11d.txt new file mode 100644 index 0000000..43018cf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.80a442d9a3f1f600441a0dd0ee87f11d.txt @@ -0,0 +1 @@ +9 0.46875 0.16328125 0.625 0.27890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.83ba0d071ad1f022ff570f32e53d49e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.83ba0d071ad1f022ff570f32e53d49e4.txt new file mode 100644 index 0000000..004d426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-70-_jpg.rf.83ba0d071ad1f022ff570f32e53d49e4.txt @@ -0,0 +1 @@ +9 0.16328125 0.53125 0.27890625 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-71-_jpg.rf.49e1527b14aa858afac86e9f43f29d6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-71-_jpg.rf.49e1527b14aa858afac86e9f43f29d6a.txt new file mode 100644 index 0000000..fac53f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-71-_jpg.rf.49e1527b14aa858afac86e9f43f29d6a.txt @@ -0,0 +1 @@ +9 0.8296875 0.490625 0.28828125 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-72-_jpg.rf.1be61caa0f3ea72f310e64d85341c8cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-72-_jpg.rf.1be61caa0f3ea72f310e64d85341c8cd.txt new file mode 100644 index 0000000..78cb889 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-72-_jpg.rf.1be61caa0f3ea72f310e64d85341c8cd.txt @@ -0,0 +1 @@ +9 0.82421875 0.59765625 0.22109375 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-72-_jpg.rf.f2cc60330d0bd6aa966fa963e18b7a56.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-72-_jpg.rf.f2cc60330d0bd6aa966fa963e18b7a56.txt new file mode 100644 index 0000000..cea39f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-72-_jpg.rf.f2cc60330d0bd6aa966fa963e18b7a56.txt @@ -0,0 +1 @@ +9 0.40234375 0.82421875 0.7328125 0.22109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-73-_jpg.rf.0d1dc035d1cff47d5f629b1b77746776.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-73-_jpg.rf.0d1dc035d1cff47d5f629b1b77746776.txt new file mode 100644 index 0000000..71a70c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-73-_jpg.rf.0d1dc035d1cff47d5f629b1b77746776.txt @@ -0,0 +1 @@ +9 0.84140625 0.4328125 0.25 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-74-_jpg.rf.52e9eb69261845bec27da0e2ceee5533.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-74-_jpg.rf.52e9eb69261845bec27da0e2ceee5533.txt new file mode 100644 index 0000000..8d5f058 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-74-_jpg.rf.52e9eb69261845bec27da0e2ceee5533.txt @@ -0,0 +1 @@ +9 0.740625 0.5171875 0.34609375 0.78828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-74-_jpg.rf.dadb7db4651f5f158bc34f907df22cb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-74-_jpg.rf.dadb7db4651f5f158bc34f907df22cb5.txt new file mode 100644 index 0000000..199746e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-74-_jpg.rf.dadb7db4651f5f158bc34f907df22cb5.txt @@ -0,0 +1 @@ +9 0.5171875 0.26171875 0.78828125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-75-_jpg.rf.b7e7ef5b2c9cac54235b45889f711461.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-75-_jpg.rf.b7e7ef5b2c9cac54235b45889f711461.txt new file mode 100644 index 0000000..a64b2d5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-75-_jpg.rf.b7e7ef5b2c9cac54235b45889f711461.txt @@ -0,0 +1 @@ +9 0.21875 0.55859375 0.22109375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-76-_jpg.rf.104c5a52ffdef2f8c3d83296d9c7b987.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-76-_jpg.rf.104c5a52ffdef2f8c3d83296d9c7b987.txt new file mode 100644 index 0000000..bd98ae7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-76-_jpg.rf.104c5a52ffdef2f8c3d83296d9c7b987.txt @@ -0,0 +1 @@ +9 0.82109375 0.66328125 0.3578125 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-76-_jpg.rf.cf3e63ba57973e0a6940ba34e36c86e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-76-_jpg.rf.cf3e63ba57973e0a6940ba34e36c86e4.txt new file mode 100644 index 0000000..466e568 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-76-_jpg.rf.cf3e63ba57973e0a6940ba34e36c86e4.txt @@ -0,0 +1 @@ +9 0.3375 0.81953125 0.6703125 0.35546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-77-_jpg.rf.2749e38bbf7ffb523e8f972befa401b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-77-_jpg.rf.2749e38bbf7ffb523e8f972befa401b2.txt new file mode 100644 index 0000000..426dc2e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-77-_jpg.rf.2749e38bbf7ffb523e8f972befa401b2.txt @@ -0,0 +1 @@ +9 0.5 0.15234375 0.33671875 0.26171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-77-_jpg.rf.5aff977d4eeeeb838f8fb9eeffa2c2f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-77-_jpg.rf.5aff977d4eeeeb838f8fb9eeffa2c2f6.txt new file mode 100644 index 0000000..9fcd58f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-77-_jpg.rf.5aff977d4eeeeb838f8fb9eeffa2c2f6.txt @@ -0,0 +1 @@ +9 0.5 0.84765625 0.33671875 0.26171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-78-_jpg.rf.42c8fa6ae65de3b35b204264c17ec7bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-78-_jpg.rf.42c8fa6ae65de3b35b204264c17ec7bb.txt new file mode 100644 index 0000000..d5ba55d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-78-_jpg.rf.42c8fa6ae65de3b35b204264c17ec7bb.txt @@ -0,0 +1 @@ +9 0.3125 0.1609375 0.4953125 0.2984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-78-_jpg.rf.e9f89eaad390f680c233a40de0027b42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-78-_jpg.rf.e9f89eaad390f680c233a40de0027b42.txt new file mode 100644 index 0000000..27dd669 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-78-_jpg.rf.e9f89eaad390f680c233a40de0027b42.txt @@ -0,0 +1 @@ +9 0.1609375 0.68984375 0.2984375 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.319ea9f031afd285c2599b650c7d8720.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.319ea9f031afd285c2599b650c7d8720.txt new file mode 100644 index 0000000..64834fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.319ea9f031afd285c2599b650c7d8720.txt @@ -0,0 +1 @@ +9 0.74765625 0.4375 0.1734375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.bda650eb08e0a379aa5aad063b2efa54.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.bda650eb08e0a379aa5aad063b2efa54.txt new file mode 100644 index 0000000..d9e01b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.bda650eb08e0a379aa5aad063b2efa54.txt @@ -0,0 +1 @@ +9 0.56484375 0.74765625 0.553125 0.1734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.efe98b9dd7660e8810dd8468f1e83ae2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.efe98b9dd7660e8810dd8468f1e83ae2.txt new file mode 100644 index 0000000..0ed2017 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-79-_jpg.rf.efe98b9dd7660e8810dd8468f1e83ae2.txt @@ -0,0 +1 @@ +9 0.2546875 0.56484375 0.1734375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-8-_jpg.rf.eb207a5144d990a264fb3494c9f7b028.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-8-_jpg.rf.eb207a5144d990a264fb3494c9f7b028.txt new file mode 100644 index 0000000..07ec7ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-8-_jpg.rf.eb207a5144d990a264fb3494c9f7b028.txt @@ -0,0 +1 @@ +9 0.2984375 0.33984375 0.29296875 0.26171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-8-_jpg.rf.ef7a0acb43d23be11264bd7a892f3012.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-8-_jpg.rf.ef7a0acb43d23be11264bd7a892f3012.txt new file mode 100644 index 0000000..861e0c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-8-_jpg.rf.ef7a0acb43d23be11264bd7a892f3012.txt @@ -0,0 +1 @@ +9 0.33984375 0.7015625 0.26171875 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-80-_jpg.rf.30a5cee419d5c4442ea08af169827c2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-80-_jpg.rf.30a5cee419d5c4442ea08af169827c2c.txt new file mode 100644 index 0000000..87d7241 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-80-_jpg.rf.30a5cee419d5c4442ea08af169827c2c.txt @@ -0,0 +1 @@ +9 0.55078125 0.16796875 0.625 0.21171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-81-_jpg.rf.3f76bcd3ec18759b77ac6e9b8c76ed9c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-81-_jpg.rf.3f76bcd3ec18759b77ac6e9b8c76ed9c.txt new file mode 100644 index 0000000..a850500 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-81-_jpg.rf.3f76bcd3ec18759b77ac6e9b8c76ed9c.txt @@ -0,0 +1 @@ +9 0.48046875 0.0828125 0.1734375 0.0796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-81-_jpg.rf.62639b86c5e80a93214e95dddde14d79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-81-_jpg.rf.62639b86c5e80a93214e95dddde14d79.txt new file mode 100644 index 0000000..fe0d8c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-81-_jpg.rf.62639b86c5e80a93214e95dddde14d79.txt @@ -0,0 +1 @@ +9 0.0828125 0.51953125 0.0796875 0.1734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-82-_jpg.rf.cc6099b70c5639d0071fb841e802a9f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-82-_jpg.rf.cc6099b70c5639d0071fb841e802a9f8.txt new file mode 100644 index 0000000..c004354 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-82-_jpg.rf.cc6099b70c5639d0071fb841e802a9f8.txt @@ -0,0 +1 @@ +9 0.765625 0.3734375 0.38671875 0.43984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-82-_jpg.rf.d4bf919b73eaa0198ddd1fccd5a67c5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-82-_jpg.rf.d4bf919b73eaa0198ddd1fccd5a67c5e.txt new file mode 100644 index 0000000..30645f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-82-_jpg.rf.d4bf919b73eaa0198ddd1fccd5a67c5e.txt @@ -0,0 +1 @@ +9 0.6265625 0.765625 0.43984375 0.38671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-83-_jpg.rf.8c6430d48f22fcfceededb25e64dbc81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-83-_jpg.rf.8c6430d48f22fcfceededb25e64dbc81.txt new file mode 100644 index 0000000..047b6a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-83-_jpg.rf.8c6430d48f22fcfceededb25e64dbc81.txt @@ -0,0 +1 @@ +9 0.459375 0.78359375 0.66796875 0.303125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-83-_jpg.rf.dc9d2b461a28111e1d30df7f1a2180fb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-83-_jpg.rf.dc9d2b461a28111e1d30df7f1a2180fb.txt new file mode 100644 index 0000000..f004b1b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-83-_jpg.rf.dc9d2b461a28111e1d30df7f1a2180fb.txt @@ -0,0 +1 @@ +9 0.21640625 0.459375 0.303125 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-84-_jpg.rf.2b73391599c12f92e3f7ccd4e7329b3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-84-_jpg.rf.2b73391599c12f92e3f7ccd4e7329b3e.txt new file mode 100644 index 0000000..ca57de7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-84-_jpg.rf.2b73391599c12f92e3f7ccd4e7329b3e.txt @@ -0,0 +1 @@ +9 0.303125 0.09375 0.59140625 0.16796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-84-_jpg.rf.7467468c0df2b405062a1c8eff1b67de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-84-_jpg.rf.7467468c0df2b405062a1c8eff1b67de.txt new file mode 100644 index 0000000..ff1595d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-84-_jpg.rf.7467468c0df2b405062a1c8eff1b67de.txt @@ -0,0 +1 @@ +9 0.90859375 0.303125 0.16796875 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-85-_jpg.rf.2cbbeaaeaa430b64b4ea6b7eee2ec586.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-85-_jpg.rf.2cbbeaaeaa430b64b4ea6b7eee2ec586.txt new file mode 100644 index 0000000..007b8b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-85-_jpg.rf.2cbbeaaeaa430b64b4ea6b7eee2ec586.txt @@ -0,0 +1 @@ +9 0.196875 0.490625 0.115625 0.16328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.66a14163ad16ab18aa4d82e676b3d789.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.66a14163ad16ab18aa4d82e676b3d789.txt new file mode 100644 index 0000000..47519d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.66a14163ad16ab18aa4d82e676b3d789.txt @@ -0,0 +1 @@ +9 0.1390625 0.6265625 0.25 0.42578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.774d1661cc5c348a605bc68121311cd9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.774d1661cc5c348a605bc68121311cd9.txt new file mode 100644 index 0000000..3f582ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.774d1661cc5c348a605bc68121311cd9.txt @@ -0,0 +1 @@ +9 0.8609375 0.3765625 0.25 0.42578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.a86cebbd8d348ab78c03dfc9183158df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.a86cebbd8d348ab78c03dfc9183158df.txt new file mode 100644 index 0000000..5a6339b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-86-_jpg.rf.a86cebbd8d348ab78c03dfc9183158df.txt @@ -0,0 +1 @@ +9 0.6265625 0.8609375 0.42578125 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-87-_jpg.rf.d959ae4d1d977c408ecf8c0abb64510f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-87-_jpg.rf.d959ae4d1d977c408ecf8c0abb64510f.txt new file mode 100644 index 0000000..22e6c62 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-87-_jpg.rf.d959ae4d1d977c408ecf8c0abb64510f.txt @@ -0,0 +1 @@ +9 0.80078125 0.43046875 0.3890625 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-88-_jpg.rf.702dc634e8f161641c48dd3d7dd7efa3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-88-_jpg.rf.702dc634e8f161641c48dd3d7dd7efa3.txt new file mode 100644 index 0000000..90c7d29 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-88-_jpg.rf.702dc634e8f161641c48dd3d7dd7efa3.txt @@ -0,0 +1 @@ +9 0.23203125 0.5296875 0.2953125 0.62265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-89-_jpg.rf.819f285210c42b66a354a9acc5d7d0e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-89-_jpg.rf.819f285210c42b66a354a9acc5d7d0e4.txt new file mode 100644 index 0000000..7b4e028 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-89-_jpg.rf.819f285210c42b66a354a9acc5d7d0e4.txt @@ -0,0 +1 @@ +9 0.446875 0.74296875 0.5140625 0.33203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.877a6eca8cd9348ed1af7c14be956f3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.877a6eca8cd9348ed1af7c14be956f3b.txt new file mode 100644 index 0000000..3df80ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.877a6eca8cd9348ed1af7c14be956f3b.txt @@ -0,0 +1 @@ +9 0.28359375 0.63203125 0.22578125 0.34140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.96a54b76745404dbf81413c8a1fc1762.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.96a54b76745404dbf81413c8a1fc1762.txt new file mode 100644 index 0000000..390a87a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.96a54b76745404dbf81413c8a1fc1762.txt @@ -0,0 +1 @@ +9 0.63203125 0.7171875 0.34140625 0.228125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.b37e3acf8558d2d2394ef2d1b7623356.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.b37e3acf8558d2d2394ef2d1b7623356.txt new file mode 100644 index 0000000..05b9402 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-9-_jpg.rf.b37e3acf8558d2d2394ef2d1b7623356.txt @@ -0,0 +1 @@ +9 0.71640625 0.3703125 0.22578125 0.34140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-90-_jpg.rf.045279a102fe6546a89f1b2c67fa1e2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-90-_jpg.rf.045279a102fe6546a89f1b2c67fa1e2a.txt new file mode 100644 index 0000000..fb76f72 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-90-_jpg.rf.045279a102fe6546a89f1b2c67fa1e2a.txt @@ -0,0 +1 @@ +9 0.1875 0.3171875 0.16328125 0.27890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-90-_jpg.rf.a46c9aac261a99d1a090cb27b8fcb94c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-90-_jpg.rf.a46c9aac261a99d1a090cb27b8fcb94c.txt new file mode 100644 index 0000000..3eec64f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-90-_jpg.rf.a46c9aac261a99d1a090cb27b8fcb94c.txt @@ -0,0 +1 @@ +9 0.81484375 0.6828125 0.16328125 0.27890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-91-_jpg.rf.57eb30cd3555637d727c4868b634de57.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-91-_jpg.rf.57eb30cd3555637d727c4868b634de57.txt new file mode 100644 index 0000000..b01e65a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-91-_jpg.rf.57eb30cd3555637d727c4868b634de57.txt @@ -0,0 +1 @@ +9 0.1421875 0.5734375 0.27421875 0.32421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-92-_jpg.rf.769f4b9817a189c0fbfca6296c316eaf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-92-_jpg.rf.769f4b9817a189c0fbfca6296c316eaf.txt new file mode 100644 index 0000000..2f47fa6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-92-_jpg.rf.769f4b9817a189c0fbfca6296c316eaf.txt @@ -0,0 +1 @@ +9 0.9390625 0.415625 0.1078125 0.20703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-92-_jpg.rf.7f4ac361069974db4a5005d00310ff16.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-92-_jpg.rf.7f4ac361069974db4a5005d00310ff16.txt new file mode 100644 index 0000000..7b38219 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-92-_jpg.rf.7f4ac361069974db4a5005d00310ff16.txt @@ -0,0 +1 @@ +9 0.0640625 0.584375 0.1078125 0.20703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-93-_jpg.rf.1e43717b810ea1027423429283233ab6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-93-_jpg.rf.1e43717b810ea1027423429283233ab6.txt new file mode 100644 index 0000000..93d136d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-93-_jpg.rf.1e43717b810ea1027423429283233ab6.txt @@ -0,0 +1 @@ +9 0.1 0.72265625 0.19453125 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.1d933125c183fe81ab6d8c313438ec51.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.1d933125c183fe81ab6d8c313438ec51.txt new file mode 100644 index 0000000..233ba22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.1d933125c183fe81ab6d8c313438ec51.txt @@ -0,0 +1 @@ +9 0.5890625 0.7390625 0.64453125 0.2671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.4b941e24869fecd7ae1cfca926002d79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.4b941e24869fecd7ae1cfca926002d79.txt new file mode 100644 index 0000000..cd5a0df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.4b941e24869fecd7ae1cfca926002d79.txt @@ -0,0 +1 @@ +9 0.7390625 0.4109375 0.2671875 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.76a6f26137f3e267a3c3267f12451da1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.76a6f26137f3e267a3c3267f12451da1.txt new file mode 100644 index 0000000..a219eb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-94-_jpg.rf.76a6f26137f3e267a3c3267f12451da1.txt @@ -0,0 +1 @@ +9 0.26328125 0.5890625 0.2671875 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.45bcc79580a508d80445163c01e16810.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.45bcc79580a508d80445163c01e16810.txt new file mode 100644 index 0000000..56598e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.45bcc79580a508d80445163c01e16810.txt @@ -0,0 +1 @@ +9 0.459375 0.84140625 0.7359375 0.3125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.8e5ffa8a1048ecf18c8d70bd8fed677c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.8e5ffa8a1048ecf18c8d70bd8fed677c.txt new file mode 100644 index 0000000..a5489e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.8e5ffa8a1048ecf18c8d70bd8fed677c.txt @@ -0,0 +1 @@ +9 0.84140625 0.540625 0.3125 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.c437a0bb9c4dd5ede9bf116756c0327d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.c437a0bb9c4dd5ede9bf116756c0327d.txt new file mode 100644 index 0000000..d8caa61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-95-_jpg.rf.c437a0bb9c4dd5ede9bf116756c0327d.txt @@ -0,0 +1 @@ +9 0.15859375 0.459375 0.3125 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.01cc4c8083ec7423ba01c2e4e926530c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.01cc4c8083ec7423ba01c2e4e926530c.txt new file mode 100644 index 0000000..829e7da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.01cc4c8083ec7423ba01c2e4e926530c.txt @@ -0,0 +1 @@ +9 0.5421875 0.13203125 0.3390625 0.259375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.84ad05e3bde4b94763b950cf600528bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.84ad05e3bde4b94763b950cf600528bb.txt new file mode 100644 index 0000000..97660f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.84ad05e3bde4b94763b950cf600528bb.txt @@ -0,0 +1 @@ +9 0.8703125 0.5421875 0.259375 0.3390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.e04a419343908fc7c040d6379d437712.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.e04a419343908fc7c040d6379d437712.txt new file mode 100644 index 0000000..5f4907a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-96-_jpg.rf.e04a419343908fc7c040d6379d437712.txt @@ -0,0 +1 @@ +9 0.13203125 0.46015625 0.259375 0.3390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-97-_jpg.rf.111be536d11e1ff3536ec5e793bea933.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-97-_jpg.rf.111be536d11e1ff3536ec5e793bea933.txt new file mode 100644 index 0000000..f499ac3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-97-_jpg.rf.111be536d11e1ff3536ec5e793bea933.txt @@ -0,0 +1 @@ +9 0.41328125 0.73046875 0.59140625 0.446875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-97-_jpg.rf.1db3749adb39188d7a2ae7c9c3aa7ea5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-97-_jpg.rf.1db3749adb39188d7a2ae7c9c3aa7ea5.txt new file mode 100644 index 0000000..be78717 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-97-_jpg.rf.1db3749adb39188d7a2ae7c9c3aa7ea5.txt @@ -0,0 +1 @@ +9 0.58671875 0.26953125 0.59140625 0.446875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-98-_jpg.rf.270e0e0b8ad0f91b381a43c0a4448772.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-98-_jpg.rf.270e0e0b8ad0f91b381a43c0a4448772.txt new file mode 100644 index 0000000..c25ba91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-98-_jpg.rf.270e0e0b8ad0f91b381a43c0a4448772.txt @@ -0,0 +1 @@ +9 0.5453125 0.81015625 0.84140625 0.3078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-98-_jpg.rf.3718c1e08a0637f54480798c60c17ce0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-98-_jpg.rf.3718c1e08a0637f54480798c60c17ce0.txt new file mode 100644 index 0000000..c832bd3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-98-_jpg.rf.3718c1e08a0637f54480798c60c17ce0.txt @@ -0,0 +1 @@ +9 0.81015625 0.4546875 0.3078125 0.84140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-99-_jpg.rf.6603b5b8eddb3f9169364a089ea3a8f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-99-_jpg.rf.6603b5b8eddb3f9169364a089ea3a8f6.txt new file mode 100644 index 0000000..cb9eaff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-99-_jpg.rf.6603b5b8eddb3f9169364a089ea3a8f6.txt @@ -0,0 +1 @@ +9 0.4734375 0.78125 0.7453125 0.3796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-99-_jpg.rf.b6cae6f3579aab19503cf1e751a54167.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-99-_jpg.rf.b6cae6f3579aab19503cf1e751a54167.txt new file mode 100644 index 0000000..ee1d8aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/ballcapman-99-_jpg.rf.b6cae6f3579aab19503cf1e751a54167.txt @@ -0,0 +1 @@ +9 0.21875 0.4734375 0.3796875 0.7453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/bdb7f4ae2edf848f33f40b296d26e9d0f775d922_jpg.rf.0af773ccbdb6028812ffda79d394db42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/bdb7f4ae2edf848f33f40b296d26e9d0f775d922_jpg.rf.0af773ccbdb6028812ffda79d394db42.txt new file mode 100644 index 0000000..6d06eea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/bdb7f4ae2edf848f33f40b296d26e9d0f775d922_jpg.rf.0af773ccbdb6028812ffda79d394db42.txt @@ -0,0 +1 @@ +0 0.5738396624472574 0.6076158940397351 0.6118143459915611 0.6688741721854304 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/bdfc36686750b1f7adb4db0bb9511433452d7e56_jpg.rf.a0479a97f241798e397ef6773f513e1c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/bdfc36686750b1f7adb4db0bb9511433452d7e56_jpg.rf.a0479a97f241798e397ef6773f513e1c.txt new file mode 100644 index 0000000..aaf6204 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/bdfc36686750b1f7adb4db0bb9511433452d7e56_jpg.rf.a0479a97f241798e397ef6773f513e1c.txt @@ -0,0 +1 @@ +1 0.45723684210526316 0.4026315789473684 0.3442982456140351 0.5982456140350877 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/be90f40010a01fe60a3e6c7ab92a69f13f86294d_jpg.rf.7d1f07ce22aea77c889e9c26e13994b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/be90f40010a01fe60a3e6c7ab92a69f13f86294d_jpg.rf.7d1f07ce22aea77c889e9c26e13994b7.txt new file mode 100644 index 0000000..b5a1584 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/be90f40010a01fe60a3e6c7ab92a69f13f86294d_jpg.rf.7d1f07ce22aea77c889e9c26e13994b7.txt @@ -0,0 +1 @@ +1 0.5527426160337553 0.4760900140646976 0.2616033755274262 0.4964838255977497 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/bfd50c9b4c20839c62c8cfa9ea45c8c909b014a6_jpg.rf.5608616410fdc3f49821711d393d07ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/bfd50c9b4c20839c62c8cfa9ea45c8c909b014a6_jpg.rf.5608616410fdc3f49821711d393d07ca.txt new file mode 100644 index 0000000..8e7b70e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/bfd50c9b4c20839c62c8cfa9ea45c8c909b014a6_jpg.rf.5608616410fdc3f49821711d393d07ca.txt @@ -0,0 +1 @@ +1 0.5031645569620253 0.35933333333333334 0.4345991561181435 0.6586666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/c05c106642395c1a3147d47863ec70914b0d5bdd_jpg.rf.42634c4ef633832667139a4928b31528.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/c05c106642395c1a3147d47863ec70914b0d5bdd_jpg.rf.42634c4ef633832667139a4928b31528.txt new file mode 100644 index 0000000..f62ff2a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/c05c106642395c1a3147d47863ec70914b0d5bdd_jpg.rf.42634c4ef633832667139a4928b31528.txt @@ -0,0 +1 @@ +3 0.41561181434599154 0.46343178621659636 0.5084388185654009 0.6736990154711674 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/c09f8aacdd1305118be752f3645dd98546a77238_jpg.rf.df23ef162643d11e163f97a8bb33b85e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/c09f8aacdd1305118be752f3645dd98546a77238_jpg.rf.df23ef162643d11e163f97a8bb33b85e.txt new file mode 100644 index 0000000..92edd7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/c09f8aacdd1305118be752f3645dd98546a77238_jpg.rf.df23ef162643d11e163f97a8bb33b85e.txt @@ -0,0 +1 @@ +1 0.48628691983122363 0.4403485254691689 0.39451476793248946 0.5750670241286864 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/c2b639a87ca9934febb16dff4e338418b58afc84_jpg.rf.47becd59071b272e83742bca9441d3f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/c2b639a87ca9934febb16dff4e338418b58afc84_jpg.rf.47becd59071b272e83742bca9441d3f6.txt new file mode 100644 index 0000000..97aa9a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/c2b639a87ca9934febb16dff4e338418b58afc84_jpg.rf.47becd59071b272e83742bca9441d3f6.txt @@ -0,0 +1 @@ +1 0.43248945147679324 0.4711673699015471 0.7215189873417721 0.5203938115330521 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/c54ce7140fa9e2b5d066ba1fea09d030b616db80_jpg.rf.08e20d0ab1ab8fed268c69b61608b78d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/c54ce7140fa9e2b5d066ba1fea09d030b616db80_jpg.rf.08e20d0ab1ab8fed268c69b61608b78d.txt new file mode 100644 index 0000000..2932c43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/c54ce7140fa9e2b5d066ba1fea09d030b616db80_jpg.rf.08e20d0ab1ab8fed268c69b61608b78d.txt @@ -0,0 +1 @@ +0 0.49050632911392406 0.5 0.8481012658227848 0.9662162162162162 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/c68bb9f7cf6a0c01e404583c4f8c1a7e35ff5f2e_jpg.rf.91a8e5eec30f86fa8f8b1b06f616942a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/c68bb9f7cf6a0c01e404583c4f8c1a7e35ff5f2e_jpg.rf.91a8e5eec30f86fa8f8b1b06f616942a.txt new file mode 100644 index 0000000..00fa1c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/c68bb9f7cf6a0c01e404583c4f8c1a7e35ff5f2e_jpg.rf.91a8e5eec30f86fa8f8b1b06f616942a.txt @@ -0,0 +1 @@ +0 0.4989451476793249 0.5042194092827004 0.7236286919831224 0.9873417721518988 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/c7d7ff0ad610a9a973761ab83ff40369ffebde47_jpg.rf.c1476da766363ff22902124417ba9743.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/c7d7ff0ad610a9a973761ab83ff40369ffebde47_jpg.rf.c1476da766363ff22902124417ba9743.txt new file mode 100644 index 0000000..ece1fa3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/c7d7ff0ad610a9a973761ab83ff40369ffebde47_jpg.rf.c1476da766363ff22902124417ba9743.txt @@ -0,0 +1 @@ +5 0.49261603375527424 0.480309423347398 0.740506329113924 0.47960618846694797 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/cac984f01729fb9c82b705519afe7a080bc47669_jpg.rf.6b407a9dcd4fa36a15b5f32a746677f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/cac984f01729fb9c82b705519afe7a080bc47669_jpg.rf.6b407a9dcd4fa36a15b5f32a746677f8.txt new file mode 100644 index 0000000..830f6e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/cac984f01729fb9c82b705519afe7a080bc47669_jpg.rf.6b407a9dcd4fa36a15b5f32a746677f8.txt @@ -0,0 +1 @@ +5 0.48523206751054854 0.3518211920529801 0.4092827004219409 0.28642384105960267 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/cc2b18b34bde245213c68dceb1be9e472592ea5d_jpg.rf.c426bf5efc387d4627c7771c7810bb87.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/cc2b18b34bde245213c68dceb1be9e472592ea5d_jpg.rf.c426bf5efc387d4627c7771c7810bb87.txt new file mode 100644 index 0000000..835d726 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/cc2b18b34bde245213c68dceb1be9e472592ea5d_jpg.rf.c426bf5efc387d4627c7771c7810bb87.txt @@ -0,0 +1 @@ +5 0.39662447257383965 0.2640449438202247 0.43670886075949367 0.25842696629213485 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/cd18668ce1e03efe465ab45d173b52ef41ff576a_jpg.rf.0d931400e9eaec76c8eb7636be2fe9ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/cd18668ce1e03efe465ab45d173b52ef41ff576a_jpg.rf.0d931400e9eaec76c8eb7636be2fe9ff.txt new file mode 100644 index 0000000..c25cec3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/cd18668ce1e03efe465ab45d173b52ef41ff576a_jpg.rf.0d931400e9eaec76c8eb7636be2fe9ff.txt @@ -0,0 +1 @@ +1 0.4978902953586498 0.41642011834319526 0.27848101265822783 0.4230769230769231 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/da91471cb0dbf2be7c73b7dd99cd31ee08ad8b70_jpg.rf.4ea48045a0bfb26fb0162627400c067e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/da91471cb0dbf2be7c73b7dd99cd31ee08ad8b70_jpg.rf.4ea48045a0bfb26fb0162627400c067e.txt new file mode 100644 index 0000000..3e2cfd4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/da91471cb0dbf2be7c73b7dd99cd31ee08ad8b70_jpg.rf.4ea48045a0bfb26fb0162627400c067e.txt @@ -0,0 +1,2 @@ +4 0.4472573839662447 0.3143459915611814 0.5316455696202531 0.2616033755274262 +5 0.46835443037974683 0.48874824191279886 0.29324894514767935 0.14064697609001406 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.651879f054a996325a0e1395df854cae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.651879f054a996325a0e1395df854cae.txt new file mode 100644 index 0000000..cf6be16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.651879f054a996325a0e1395df854cae.txt @@ -0,0 +1 @@ +8 0.4796875 0.52421875 0.48984375 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.dafa79817c2b173a1b4ada399d49632f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.dafa79817c2b173a1b4ada399d49632f.txt new file mode 100644 index 0000000..cf6be16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.dafa79817c2b173a1b4ada399d49632f.txt @@ -0,0 +1 @@ +8 0.4796875 0.52421875 0.48984375 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.f4897d190affee2f20a3a42062f9df3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.f4897d190affee2f20a3a42062f9df3d.txt new file mode 100644 index 0000000..cf6be16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_00R5A4HYKR4PFHS7_jpg.rf.f4897d190affee2f20a3a42062f9df3d.txt @@ -0,0 +1 @@ +8 0.4796875 0.52421875 0.48984375 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.0bcdc14e052674db8c7ae79796bfe04e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.0bcdc14e052674db8c7ae79796bfe04e.txt new file mode 100644 index 0000000..c0de553 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.0bcdc14e052674db8c7ae79796bfe04e.txt @@ -0,0 +1 @@ +8 0.59453125 0.4453125 0.61328125 0.4765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.3199f910ac7467b2324c5c6bd2c709e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.3199f910ac7467b2324c5c6bd2c709e8.txt new file mode 100644 index 0000000..c0de553 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_03UOW1NUYSBY3FWD_jpg.rf.3199f910ac7467b2324c5c6bd2c709e8.txt @@ -0,0 +1 @@ +8 0.59453125 0.4453125 0.61328125 0.4765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.205edaf7516d55df0bbd8dde39d9c8a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.205edaf7516d55df0bbd8dde39d9c8a2.txt new file mode 100644 index 0000000..495d811 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.205edaf7516d55df0bbd8dde39d9c8a2.txt @@ -0,0 +1 @@ +8 0.5140625 0.52109375 0.8078125 0.89921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.89c2f49ee20b1402d57818224112f107.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.89c2f49ee20b1402d57818224112f107.txt new file mode 100644 index 0000000..495d811 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.89c2f49ee20b1402d57818224112f107.txt @@ -0,0 +1 @@ +8 0.5140625 0.52109375 0.8078125 0.89921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.cf8fdfe7c96ec5b76404be73f67bad38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.cf8fdfe7c96ec5b76404be73f67bad38.txt new file mode 100644 index 0000000..495d811 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0AFWZHWS2MCV9Y7U_jpg.rf.cf8fdfe7c96ec5b76404be73f67bad38.txt @@ -0,0 +1 @@ +8 0.5140625 0.52109375 0.8078125 0.89921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b3f160ddb1d77da612562e2452dd7c7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b3f160ddb1d77da612562e2452dd7c7c.txt new file mode 100644 index 0000000..b2b4cc8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b3f160ddb1d77da612562e2452dd7c7c.txt @@ -0,0 +1 @@ +8 0.50546875 0.51171875 0.8421875 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b42718b51b9ca027ab75bbd339e03e8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b42718b51b9ca027ab75bbd339e03e8c.txt new file mode 100644 index 0000000..b2b4cc8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.b42718b51b9ca027ab75bbd339e03e8c.txt @@ -0,0 +1 @@ +8 0.50546875 0.51171875 0.8421875 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.fe57352b41fd833ce87af7df27e5e413.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.fe57352b41fd833ce87af7df27e5e413.txt new file mode 100644 index 0000000..b2b4cc8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0CJ800W956Y4TUC1_jpg.rf.fe57352b41fd833ce87af7df27e5e413.txt @@ -0,0 +1 @@ +8 0.50546875 0.51171875 0.8421875 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.32cfe07b3982c91b701aca2074381586.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.32cfe07b3982c91b701aca2074381586.txt new file mode 100644 index 0000000..c13598f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.32cfe07b3982c91b701aca2074381586.txt @@ -0,0 +1,2 @@ +8 0.5078125 0.33984375 0.71640625 0.40234375 +8 0.51171875 0.66875 0.66484375 0.415625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.5c4a2663d8f0271c7f2b263f189d15ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.5c4a2663d8f0271c7f2b263f189d15ad.txt new file mode 100644 index 0000000..c13598f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.5c4a2663d8f0271c7f2b263f189d15ad.txt @@ -0,0 +1,2 @@ +8 0.5078125 0.33984375 0.71640625 0.40234375 +8 0.51171875 0.66875 0.66484375 0.415625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.a672a76402cae2691380d6f11a6213f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.a672a76402cae2691380d6f11a6213f5.txt new file mode 100644 index 0000000..c13598f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0OFSDHO6VPUSW6ED_jpg.rf.a672a76402cae2691380d6f11a6213f5.txt @@ -0,0 +1,2 @@ +8 0.5078125 0.33984375 0.71640625 0.40234375 +8 0.51171875 0.66875 0.66484375 0.415625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.75d8ba25bd97dc2b08e18bf91bf2274f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.75d8ba25bd97dc2b08e18bf91bf2274f.txt new file mode 100644 index 0000000..bdccaf5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.75d8ba25bd97dc2b08e18bf91bf2274f.txt @@ -0,0 +1 @@ +8 0.49921875 0.43125 0.5125 0.396875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.d3ee22ab14a84512753fe36cec4e32aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.d3ee22ab14a84512753fe36cec4e32aa.txt new file mode 100644 index 0000000..bdccaf5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.d3ee22ab14a84512753fe36cec4e32aa.txt @@ -0,0 +1 @@ +8 0.49921875 0.43125 0.5125 0.396875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.dda92377fca47c87bb84c582cb882c06.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.dda92377fca47c87bb84c582cb882c06.txt new file mode 100644 index 0000000..bdccaf5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0Q6D8QV5EJLKPVPR_jpg.rf.dda92377fca47c87bb84c582cb882c06.txt @@ -0,0 +1 @@ +8 0.49921875 0.43125 0.5125 0.396875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.2915d10b772e48fdb982a82654fa05e9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.2915d10b772e48fdb982a82654fa05e9.txt new file mode 100644 index 0000000..7996a77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.2915d10b772e48fdb982a82654fa05e9.txt @@ -0,0 +1 @@ +8 0.5546875 0.48203125 0.37265625 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.874ddefa32307d2cee2cdec298ad03e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.874ddefa32307d2cee2cdec298ad03e4.txt new file mode 100644 index 0000000..7996a77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.874ddefa32307d2cee2cdec298ad03e4.txt @@ -0,0 +1 @@ +8 0.5546875 0.48203125 0.37265625 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.ab5ed04b86ec620eb24e7aac5516b895.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.ab5ed04b86ec620eb24e7aac5516b895.txt new file mode 100644 index 0000000..7996a77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0S4KL4VPB5K320HS_jpg.rf.ab5ed04b86ec620eb24e7aac5516b895.txt @@ -0,0 +1 @@ +8 0.5546875 0.48203125 0.37265625 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.acd0458027f9ef7966d2fbfcba4d7326.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.acd0458027f9ef7966d2fbfcba4d7326.txt new file mode 100644 index 0000000..b4293ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.acd0458027f9ef7966d2fbfcba4d7326.txt @@ -0,0 +1 @@ +8 0.3546875 0.34921875 0.709375 0.6984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.d17ed33da0b04dfb628877c6d3864c12.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.d17ed33da0b04dfb628877c6d3864c12.txt new file mode 100644 index 0000000..b4293ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.d17ed33da0b04dfb628877c6d3864c12.txt @@ -0,0 +1 @@ +8 0.3546875 0.34921875 0.709375 0.6984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.dfa35380f79c1f76e8ab476120205de5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.dfa35380f79c1f76e8ab476120205de5.txt new file mode 100644 index 0000000..b4293ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0SD6UZ9N0NEYSJZY_jpg.rf.dfa35380f79c1f76e8ab476120205de5.txt @@ -0,0 +1 @@ +8 0.3546875 0.34921875 0.709375 0.6984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.1103d50c2fbce34224cc4f91fd91162d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.1103d50c2fbce34224cc4f91fd91162d.txt new file mode 100644 index 0000000..e4cedac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.1103d50c2fbce34224cc4f91fd91162d.txt @@ -0,0 +1 @@ +8 0.50703125 0.4390625 0.61953125 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.98b4d1c8a1431b8823bd8f966bab4f97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.98b4d1c8a1431b8823bd8f966bab4f97.txt new file mode 100644 index 0000000..e4cedac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.98b4d1c8a1431b8823bd8f966bab4f97.txt @@ -0,0 +1 @@ +8 0.50703125 0.4390625 0.61953125 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.fc964ad9751170ab5c8d62ab2e7ec0f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.fc964ad9751170ab5c8d62ab2e7ec0f9.txt new file mode 100644 index 0000000..e4cedac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0TFZ4W7B5FQTTL6A_jpg.rf.fc964ad9751170ab5c8d62ab2e7ec0f9.txt @@ -0,0 +1 @@ +8 0.50703125 0.4390625 0.61953125 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.4fcc7ebf53e1658eb656e1ed6e9c257f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.4fcc7ebf53e1658eb656e1ed6e9c257f.txt new file mode 100644 index 0000000..3a791dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.4fcc7ebf53e1658eb656e1ed6e9c257f.txt @@ -0,0 +1 @@ +8 0.5515625 0.33203125 0.65546875 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.9e379ac99f1fd293ffe3d90940ba9f0f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.9e379ac99f1fd293ffe3d90940ba9f0f.txt new file mode 100644 index 0000000..3a791dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.9e379ac99f1fd293ffe3d90940ba9f0f.txt @@ -0,0 +1 @@ +8 0.5515625 0.33203125 0.65546875 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.d8fa9140a67caecf1452cb9b7760fcd7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.d8fa9140a67caecf1452cb9b7760fcd7.txt new file mode 100644 index 0000000..3a791dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0U32HZOI5ATG5ZBC_jpg.rf.d8fa9140a67caecf1452cb9b7760fcd7.txt @@ -0,0 +1 @@ +8 0.5515625 0.33203125 0.65546875 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.02208af904b3316c81f39ac654b8919c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.02208af904b3316c81f39ac654b8919c.txt new file mode 100644 index 0000000..b1fd552 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.02208af904b3316c81f39ac654b8919c.txt @@ -0,0 +1 @@ +8 0.4703125 0.50078125 0.5296875 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a2bf65866b2fb2120eac19a322466f5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a2bf65866b2fb2120eac19a322466f5b.txt new file mode 100644 index 0000000..b1fd552 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a2bf65866b2fb2120eac19a322466f5b.txt @@ -0,0 +1 @@ +8 0.4703125 0.50078125 0.5296875 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a4a4750e78c32f97b27b6c2ca64a828c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a4a4750e78c32f97b27b6c2ca64a828c.txt new file mode 100644 index 0000000..b1fd552 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UOHINO4OD754CGH_jpg.rf.a4a4750e78c32f97b27b6c2ca64a828c.txt @@ -0,0 +1 @@ +8 0.4703125 0.50078125 0.5296875 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.2b536a4692d0740b1c4a8ce34f40ef2d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.2b536a4692d0740b1c4a8ce34f40ef2d.txt new file mode 100644 index 0000000..2e85f0b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.2b536a4692d0740b1c4a8ce34f40ef2d.txt @@ -0,0 +1 @@ +8 0.5 0.4015625 0.7078125 0.753125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.316eb701a7ade0c519d139c5f9a67f24.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.316eb701a7ade0c519d139c5f9a67f24.txt new file mode 100644 index 0000000..2e85f0b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.316eb701a7ade0c519d139c5f9a67f24.txt @@ -0,0 +1 @@ +8 0.5 0.4015625 0.7078125 0.753125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.75d8f3e68548aa43e4c93e56644b5c72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.75d8f3e68548aa43e4c93e56644b5c72.txt new file mode 100644 index 0000000..2e85f0b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0UVV6E6XN2W0KX7R_jpg.rf.75d8f3e68548aa43e4c93e56644b5c72.txt @@ -0,0 +1 @@ +8 0.5 0.4015625 0.7078125 0.753125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.b014ad4601542468f533613d54f8230b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.b014ad4601542468f533613d54f8230b.txt new file mode 100644 index 0000000..6b06d84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.b014ad4601542468f533613d54f8230b.txt @@ -0,0 +1 @@ +8 0.46015625 0.6515625 0.809375 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.fabfbb4902b32eb81a3cb193662627ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.fabfbb4902b32eb81a3cb193662627ca.txt new file mode 100644 index 0000000..6b06d84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZCS8JL2Z7F63DV9_jpg.rf.fabfbb4902b32eb81a3cb193662627ca.txt @@ -0,0 +1 @@ +8 0.46015625 0.6515625 0.809375 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.4dd640adde669b3ba1622f2902a8c79a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.4dd640adde669b3ba1622f2902a8c79a.txt new file mode 100644 index 0000000..045932b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.4dd640adde669b3ba1622f2902a8c79a.txt @@ -0,0 +1 @@ +8 0.45 0.56015625 0.62578125 0.41015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.815d1ce718768e87cdcdc1826a2a25fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.815d1ce718768e87cdcdc1826a2a25fd.txt new file mode 100644 index 0000000..045932b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.815d1ce718768e87cdcdc1826a2a25fd.txt @@ -0,0 +1 @@ +8 0.45 0.56015625 0.62578125 0.41015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.9f552c994a242c5bbad8c6c4b340ea67.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.9f552c994a242c5bbad8c6c4b340ea67.txt new file mode 100644 index 0000000..045932b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_0ZWMJQEMYF8WDGHU_jpg.rf.9f552c994a242c5bbad8c6c4b340ea67.txt @@ -0,0 +1 @@ +8 0.45 0.56015625 0.62578125 0.41015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.2e3295b00db45e7d4568c94901a4ac1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.2e3295b00db45e7d4568c94901a4ac1b.txt new file mode 100644 index 0000000..783b6e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.2e3295b00db45e7d4568c94901a4ac1b.txt @@ -0,0 +1 @@ +8 0.47734375 0.51328125 0.72421875 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.b3efc7ed2980b5bf3d0f156fc44fca82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.b3efc7ed2980b5bf3d0f156fc44fca82.txt new file mode 100644 index 0000000..783b6e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.b3efc7ed2980b5bf3d0f156fc44fca82.txt @@ -0,0 +1 @@ +8 0.47734375 0.51328125 0.72421875 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.d45b90d76dc1e6fa9fbca42055b821c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.d45b90d76dc1e6fa9fbca42055b821c6.txt new file mode 100644 index 0000000..783b6e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1223JM2CPE7QXFQT_jpg.rf.d45b90d76dc1e6fa9fbca42055b821c6.txt @@ -0,0 +1 @@ +8 0.47734375 0.51328125 0.72421875 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.26deadb2813ed030b332fdee7652c490.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.26deadb2813ed030b332fdee7652c490.txt new file mode 100644 index 0000000..43d0cea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.26deadb2813ed030b332fdee7652c490.txt @@ -0,0 +1 @@ +8 0.6484375 0.5109375 0.5765625 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.2eb0462eb7e943a784463794a18dd36f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.2eb0462eb7e943a784463794a18dd36f.txt new file mode 100644 index 0000000..43d0cea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.2eb0462eb7e943a784463794a18dd36f.txt @@ -0,0 +1 @@ +8 0.6484375 0.5109375 0.5765625 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.5078e28aa930a6345b5c72161a4d870c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.5078e28aa930a6345b5c72161a4d870c.txt new file mode 100644 index 0000000..43d0cea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_12P9EFTJ7PT6NBX3_jpg.rf.5078e28aa930a6345b5c72161a4d870c.txt @@ -0,0 +1 @@ +8 0.6484375 0.5109375 0.5765625 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.4f75d0bd946fcb694aef77f1bddad527.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.4f75d0bd946fcb694aef77f1bddad527.txt new file mode 100644 index 0000000..8c675ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.4f75d0bd946fcb694aef77f1bddad527.txt @@ -0,0 +1 @@ +8 0.4890625 0.39453125 0.62734375 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.675da80b7cfe183e5b95d1f17a225994.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.675da80b7cfe183e5b95d1f17a225994.txt new file mode 100644 index 0000000..8c675ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.675da80b7cfe183e5b95d1f17a225994.txt @@ -0,0 +1 @@ +8 0.4890625 0.39453125 0.62734375 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.88b9da21f24abc99a98be25bdbeb3051.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.88b9da21f24abc99a98be25bdbeb3051.txt new file mode 100644 index 0000000..8c675ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_15TMBRQVTJ3UCTSQ_jpg.rf.88b9da21f24abc99a98be25bdbeb3051.txt @@ -0,0 +1 @@ +8 0.4890625 0.39453125 0.62734375 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.46bf59b9376535fd94e7fbd701f77a0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.46bf59b9376535fd94e7fbd701f77a0e.txt new file mode 100644 index 0000000..3ee6ef1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.46bf59b9376535fd94e7fbd701f77a0e.txt @@ -0,0 +1 @@ +8 0.4515625 0.58046875 0.5578125 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.902c46c20e79b141c28d475f1ac7159b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.902c46c20e79b141c28d475f1ac7159b.txt new file mode 100644 index 0000000..3ee6ef1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.902c46c20e79b141c28d475f1ac7159b.txt @@ -0,0 +1 @@ +8 0.4515625 0.58046875 0.5578125 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.ecac25495ce927ce0af706bb3c4f11ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.ecac25495ce927ce0af706bb3c4f11ed.txt new file mode 100644 index 0000000..3ee6ef1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_169ZY1ZC89PPKDMK_jpg.rf.ecac25495ce927ce0af706bb3c4f11ed.txt @@ -0,0 +1 @@ +8 0.4515625 0.58046875 0.5578125 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0651823222aa0bc2d23640bbf74829e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0651823222aa0bc2d23640bbf74829e4.txt new file mode 100644 index 0000000..23521de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0651823222aa0bc2d23640bbf74829e4.txt @@ -0,0 +1 @@ +8 0.4703125 0.53125 0.58671875 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0d903c3dfd6a95e082a485624f622dee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0d903c3dfd6a95e082a485624f622dee.txt new file mode 100644 index 0000000..23521de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.0d903c3dfd6a95e082a485624f622dee.txt @@ -0,0 +1 @@ +8 0.4703125 0.53125 0.58671875 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.91dc794b1a1800e5504953943e4c724c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.91dc794b1a1800e5504953943e4c724c.txt new file mode 100644 index 0000000..23521de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_180O46T7AOEOIZ7M_jpg.rf.91dc794b1a1800e5504953943e4c724c.txt @@ -0,0 +1 @@ +8 0.4703125 0.53125 0.58671875 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.108730010dd9e3ee77852f2dc43b0022.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.108730010dd9e3ee77852f2dc43b0022.txt new file mode 100644 index 0000000..4599ed0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.108730010dd9e3ee77852f2dc43b0022.txt @@ -0,0 +1 @@ +8 0.5 0.41875 1 0.80703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.61cd8d2e1fdc0e8ab17c85be773d6f0d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.61cd8d2e1fdc0e8ab17c85be773d6f0d.txt new file mode 100644 index 0000000..4599ed0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.61cd8d2e1fdc0e8ab17c85be773d6f0d.txt @@ -0,0 +1 @@ +8 0.5 0.41875 1 0.80703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.b3c2346c4922fd8d55d88cb6270600d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.b3c2346c4922fd8d55d88cb6270600d9.txt new file mode 100644 index 0000000..4599ed0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_18KPOLVCZWI0ENA5_jpg.rf.b3c2346c4922fd8d55d88cb6270600d9.txt @@ -0,0 +1 @@ +8 0.5 0.41875 1 0.80703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.01f4d5234915ab412b3fea8463c67b83.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.01f4d5234915ab412b3fea8463c67b83.txt new file mode 100644 index 0000000..165743a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.01f4d5234915ab412b3fea8463c67b83.txt @@ -0,0 +1 @@ +8 0.43046875 0.41015625 0.8609375 0.5859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.620a83c544b42a3ac34d4dedd7308b8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.620a83c544b42a3ac34d4dedd7308b8b.txt new file mode 100644 index 0000000..165743a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.620a83c544b42a3ac34d4dedd7308b8b.txt @@ -0,0 +1 @@ +8 0.43046875 0.41015625 0.8609375 0.5859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.fc32363e3bba1ccdda6fe16303449ea7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.fc32363e3bba1ccdda6fe16303449ea7.txt new file mode 100644 index 0000000..165743a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ATL09LMA6UM4D9K_jpg.rf.fc32363e3bba1ccdda6fe16303449ea7.txt @@ -0,0 +1 @@ +8 0.43046875 0.41015625 0.8609375 0.5859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.28d3a66b81f7ade9ef03b0891e688302.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.28d3a66b81f7ade9ef03b0891e688302.txt new file mode 100644 index 0000000..9fbb005 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.28d3a66b81f7ade9ef03b0891e688302.txt @@ -0,0 +1 @@ +8 0.50703125 0.425 0.4859375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.2a3a144312bf808562d10dee1d00b05f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.2a3a144312bf808562d10dee1d00b05f.txt new file mode 100644 index 0000000..9fbb005 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.2a3a144312bf808562d10dee1d00b05f.txt @@ -0,0 +1 @@ +8 0.50703125 0.425 0.4859375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.50c60595083fb536bb22e87896c1b07e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.50c60595083fb536bb22e87896c1b07e.txt new file mode 100644 index 0000000..9fbb005 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1CXZ1UJGRYE18GOX_jpg.rf.50c60595083fb536bb22e87896c1b07e.txt @@ -0,0 +1 @@ +8 0.50703125 0.425 0.4859375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.4d9f5f2344393f120b94cfa83cf2610b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.4d9f5f2344393f120b94cfa83cf2610b.txt new file mode 100644 index 0000000..e4d1b77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.4d9f5f2344393f120b94cfa83cf2610b.txt @@ -0,0 +1 @@ +8 0.50078125 0.49921875 0.99765625 0.91875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.ae1126868836eed6f01325c2971b6857.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.ae1126868836eed6f01325c2971b6857.txt new file mode 100644 index 0000000..e4d1b77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.ae1126868836eed6f01325c2971b6857.txt @@ -0,0 +1 @@ +8 0.50078125 0.49921875 0.99765625 0.91875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.f9dcbe7ad19a4b36117a20b0374b1495.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.f9dcbe7ad19a4b36117a20b0374b1495.txt new file mode 100644 index 0000000..e4d1b77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1G38O20SJH779GV6_jpg.rf.f9dcbe7ad19a4b36117a20b0374b1495.txt @@ -0,0 +1 @@ +8 0.50078125 0.49921875 0.99765625 0.91875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.3b64f9efc47bf8f8604c5d53cdf0d110.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.3b64f9efc47bf8f8604c5d53cdf0d110.txt new file mode 100644 index 0000000..e8d780d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.3b64f9efc47bf8f8604c5d53cdf0d110.txt @@ -0,0 +1 @@ +8 0.53515625 0.475 0.584375 0.68203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.9aa3549bbf0031565c8ab9ea4b7b6b5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.9aa3549bbf0031565c8ab9ea4b7b6b5e.txt new file mode 100644 index 0000000..e8d780d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.9aa3549bbf0031565c8ab9ea4b7b6b5e.txt @@ -0,0 +1 @@ +8 0.53515625 0.475 0.584375 0.68203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.c707370a358b2f2b3447396059c1ccc3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.c707370a358b2f2b3447396059c1ccc3.txt new file mode 100644 index 0000000..e8d780d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1GC5OB8M69WNW9HS_jpg.rf.c707370a358b2f2b3447396059c1ccc3.txt @@ -0,0 +1 @@ +8 0.53515625 0.475 0.584375 0.68203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.28966ff5fde737e81dc95c501cd83af9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.28966ff5fde737e81dc95c501cd83af9.txt new file mode 100644 index 0000000..3db47dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.28966ff5fde737e81dc95c501cd83af9.txt @@ -0,0 +1,2 @@ +8 0.52421875 0.45234375 0.390625 0.48359375 +8 0.809375 0.87734375 0.1421875 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.3e04ad5585904280a31dc7b901f80964.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.3e04ad5585904280a31dc7b901f80964.txt new file mode 100644 index 0000000..3db47dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.3e04ad5585904280a31dc7b901f80964.txt @@ -0,0 +1,2 @@ +8 0.52421875 0.45234375 0.390625 0.48359375 +8 0.809375 0.87734375 0.1421875 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.5feb995198a0cd3e3b30d93185e85dac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.5feb995198a0cd3e3b30d93185e85dac.txt new file mode 100644 index 0000000..3db47dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1IY46XH52VBXZQ82_jpg.rf.5feb995198a0cd3e3b30d93185e85dac.txt @@ -0,0 +1,2 @@ +8 0.52421875 0.45234375 0.390625 0.48359375 +8 0.809375 0.87734375 0.1421875 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.35d3fb1b2c9b56abb822915c799039fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.35d3fb1b2c9b56abb822915c799039fd.txt new file mode 100644 index 0000000..92616ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.35d3fb1b2c9b56abb822915c799039fd.txt @@ -0,0 +1 @@ +8 0.4609375 0.421875 0.60859375 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.c8027da5cc433b2519a9a1b4756b6cb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.c8027da5cc433b2519a9a1b4756b6cb5.txt new file mode 100644 index 0000000..92616ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1Q9H75OAT9TRP3T9_jpg.rf.c8027da5cc433b2519a9a1b4756b6cb5.txt @@ -0,0 +1 @@ +8 0.4609375 0.421875 0.60859375 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.395be901778b215342114910138c36fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.395be901778b215342114910138c36fd.txt new file mode 100644 index 0000000..3a2f47c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.395be901778b215342114910138c36fd.txt @@ -0,0 +1 @@ +8 0.42421875 0.52421875 0.54765625 0.4828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.74922428f2ab1d3842fe26b6e45c3309.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.74922428f2ab1d3842fe26b6e45c3309.txt new file mode 100644 index 0000000..3a2f47c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.74922428f2ab1d3842fe26b6e45c3309.txt @@ -0,0 +1 @@ +8 0.42421875 0.52421875 0.54765625 0.4828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.fb56d774d6199f69dc8b284387c97b26.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.fb56d774d6199f69dc8b284387c97b26.txt new file mode 100644 index 0000000..3a2f47c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SAIJ6GXELYUNJ6F_jpg.rf.fb56d774d6199f69dc8b284387c97b26.txt @@ -0,0 +1 @@ +8 0.42421875 0.52421875 0.54765625 0.4828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b65167f567390d6021eec3ca37614d8d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b65167f567390d6021eec3ca37614d8d.txt new file mode 100644 index 0000000..b635cda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b65167f567390d6021eec3ca37614d8d.txt @@ -0,0 +1 @@ +8 0.48515625 0.4484375 0.82109375 0.8921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b8b1b95cecccccc1a9897f6fee154e44.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b8b1b95cecccccc1a9897f6fee154e44.txt new file mode 100644 index 0000000..b635cda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.b8b1b95cecccccc1a9897f6fee154e44.txt @@ -0,0 +1 @@ +8 0.48515625 0.4484375 0.82109375 0.8921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.fd8dcb55269a307b85fd355830f1351c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.fd8dcb55269a307b85fd355830f1351c.txt new file mode 100644 index 0000000..b635cda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1SI24HM1CCXRFJSG_jpg.rf.fd8dcb55269a307b85fd355830f1351c.txt @@ -0,0 +1 @@ +8 0.48515625 0.4484375 0.82109375 0.8921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.4d6bc6605c4d497f2ae932c7b5488faf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.4d6bc6605c4d497f2ae932c7b5488faf.txt new file mode 100644 index 0000000..642f336 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.4d6bc6605c4d497f2ae932c7b5488faf.txt @@ -0,0 +1 @@ +8 0.5609375 0.4984375 0.54765625 0.45625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.78067691bde383f7db393e7159174e18.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.78067691bde383f7db393e7159174e18.txt new file mode 100644 index 0000000..642f336 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.78067691bde383f7db393e7159174e18.txt @@ -0,0 +1 @@ +8 0.5609375 0.4984375 0.54765625 0.45625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.c503217df4c2e6ec2ce78e351f9c4c25.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.c503217df4c2e6ec2ce78e351f9c4c25.txt new file mode 100644 index 0000000..642f336 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1UYSVC7U1362BQAI_jpg.rf.c503217df4c2e6ec2ce78e351f9c4c25.txt @@ -0,0 +1 @@ +8 0.5609375 0.4984375 0.54765625 0.45625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.25e1f268e51e45333a60c48022a23fcd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.25e1f268e51e45333a60c48022a23fcd.txt new file mode 100644 index 0000000..b91eeb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.25e1f268e51e45333a60c48022a23fcd.txt @@ -0,0 +1 @@ +8 0.50859375 0.546875 0.5125 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.598a08c774a0d1c0db89213bd38a6a0b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.598a08c774a0d1c0db89213bd38a6a0b.txt new file mode 100644 index 0000000..b91eeb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.598a08c774a0d1c0db89213bd38a6a0b.txt @@ -0,0 +1 @@ +8 0.50859375 0.546875 0.5125 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.f415154f460f0a04c7b5ab6ff7ecb89f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.f415154f460f0a04c7b5ab6ff7ecb89f.txt new file mode 100644 index 0000000..b91eeb2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1V4GD1F7E0EYE0TH_jpg.rf.f415154f460f0a04c7b5ab6ff7ecb89f.txt @@ -0,0 +1 @@ +8 0.50859375 0.546875 0.5125 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.182840027116bb0e915c56c64663dc1e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.182840027116bb0e915c56c64663dc1e.txt new file mode 100644 index 0000000..afbcf48 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.182840027116bb0e915c56c64663dc1e.txt @@ -0,0 +1 @@ +8 0.5 0.3515625 1 0.68984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.1c53d7ec64638995bb5f676e61795506.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.1c53d7ec64638995bb5f676e61795506.txt new file mode 100644 index 0000000..afbcf48 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.1c53d7ec64638995bb5f676e61795506.txt @@ -0,0 +1 @@ +8 0.5 0.3515625 1 0.68984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.68aadf603c00113fc373f87d2bfb0d73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.68aadf603c00113fc373f87d2bfb0d73.txt new file mode 100644 index 0000000..afbcf48 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YEHP49DD0A54KJ2_jpg.rf.68aadf603c00113fc373f87d2bfb0d73.txt @@ -0,0 +1 @@ +8 0.5 0.3515625 1 0.68984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.45eec456b105eb5229e35e83bbeaa598.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.45eec456b105eb5229e35e83bbeaa598.txt new file mode 100644 index 0000000..c9bdc00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.45eec456b105eb5229e35e83bbeaa598.txt @@ -0,0 +1 @@ +8 0.5984375 0.396875 0.778125 0.66328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.7a4e4edff68e0314bcab77dec3289a05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.7a4e4edff68e0314bcab77dec3289a05.txt new file mode 100644 index 0000000..c9bdc00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.7a4e4edff68e0314bcab77dec3289a05.txt @@ -0,0 +1 @@ +8 0.5984375 0.396875 0.778125 0.66328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.864286c20092ee206fca40f02df8064d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.864286c20092ee206fca40f02df8064d.txt new file mode 100644 index 0000000..c9bdc00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1YJALUEEUCMOAG0A_jpg.rf.864286c20092ee206fca40f02df8064d.txt @@ -0,0 +1 @@ +8 0.5984375 0.396875 0.778125 0.66328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.743f5ab4bd3c5aa923cd02e75ad420a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.743f5ab4bd3c5aa923cd02e75ad420a0.txt new file mode 100644 index 0000000..149f026 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.743f5ab4bd3c5aa923cd02e75ad420a0.txt @@ -0,0 +1 @@ +8 0.53515625 0.37265625 0.3125 0.7453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.a328fe87cd9fcdad8a0784753824d1fb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.a328fe87cd9fcdad8a0784753824d1fb.txt new file mode 100644 index 0000000..149f026 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.a328fe87cd9fcdad8a0784753824d1fb.txt @@ -0,0 +1 @@ +8 0.53515625 0.37265625 0.3125 0.7453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.d392dabe713b59ec18cbe01d8cd8d24d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.d392dabe713b59ec18cbe01d8cd8d24d.txt new file mode 100644 index 0000000..149f026 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_1ZLWBE8EJO0P0E1U_jpg.rf.d392dabe713b59ec18cbe01d8cd8d24d.txt @@ -0,0 +1 @@ +8 0.53515625 0.37265625 0.3125 0.7453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.31f1d2bbcac34e809f9ad00ea4b09174.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.31f1d2bbcac34e809f9ad00ea4b09174.txt new file mode 100644 index 0000000..a131490 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.31f1d2bbcac34e809f9ad00ea4b09174.txt @@ -0,0 +1 @@ +8 0.53828125 0.5078125 0.52734375 0.62578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.3b7992afa9187094f557f0c78d85179c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.3b7992afa9187094f557f0c78d85179c.txt new file mode 100644 index 0000000..a131490 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.3b7992afa9187094f557f0c78d85179c.txt @@ -0,0 +1 @@ +8 0.53828125 0.5078125 0.52734375 0.62578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.456737517c356189a2d50d01e79d8b7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.456737517c356189a2d50d01e79d8b7c.txt new file mode 100644 index 0000000..a131490 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_203L49FCKQKZAY12_jpg.rf.456737517c356189a2d50d01e79d8b7c.txt @@ -0,0 +1 @@ +8 0.53828125 0.5078125 0.52734375 0.62578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.4d56e3a6fbdd2c46b7738b49bd625b49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.4d56e3a6fbdd2c46b7738b49bd625b49.txt new file mode 100644 index 0000000..5dd79af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.4d56e3a6fbdd2c46b7738b49bd625b49.txt @@ -0,0 +1 @@ +8 0.43515625 0.56640625 0.8703125 0.8609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.b454b1e2753537f720c34802a525cd8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.b454b1e2753537f720c34802a525cd8e.txt new file mode 100644 index 0000000..5dd79af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.b454b1e2753537f720c34802a525cd8e.txt @@ -0,0 +1 @@ +8 0.43515625 0.56640625 0.8703125 0.8609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.c5fe237a3c3bb9f0733286b49003bfd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.c5fe237a3c3bb9f0733286b49003bfd3.txt new file mode 100644 index 0000000..5dd79af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2246R5TY7BVISCC6_jpg.rf.c5fe237a3c3bb9f0733286b49003bfd3.txt @@ -0,0 +1 @@ +8 0.43515625 0.56640625 0.8703125 0.8609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.213c62621bebedea0af4db29886e5e83.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.213c62621bebedea0af4db29886e5e83.txt new file mode 100644 index 0000000..dd0b8dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.213c62621bebedea0af4db29886e5e83.txt @@ -0,0 +1 @@ +8 0.5796875 0.4203125 0.50859375 0.278125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.4e20c02bb0723b183fe3ac0277f2bc55.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.4e20c02bb0723b183fe3ac0277f2bc55.txt new file mode 100644 index 0000000..dd0b8dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.4e20c02bb0723b183fe3ac0277f2bc55.txt @@ -0,0 +1 @@ +8 0.5796875 0.4203125 0.50859375 0.278125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.e3c48287194550b6ba3b47255080119d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.e3c48287194550b6ba3b47255080119d.txt new file mode 100644 index 0000000..dd0b8dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_27HWOW2GX1XLIL17_jpg.rf.e3c48287194550b6ba3b47255080119d.txt @@ -0,0 +1 @@ +8 0.5796875 0.4203125 0.50859375 0.278125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.bbce0831497de0401b76e036ee510815.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.bbce0831497de0401b76e036ee510815.txt new file mode 100644 index 0000000..9f45b00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.bbce0831497de0401b76e036ee510815.txt @@ -0,0 +1 @@ +8 0.44375 0.428125 0.85 0.58828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.e4aca0f3f31cedefe42dbe02e65afe1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.e4aca0f3f31cedefe42dbe02e65afe1f.txt new file mode 100644 index 0000000..9f45b00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2D53Q3DWSGYWG5Q2_jpg.rf.e4aca0f3f31cedefe42dbe02e65afe1f.txt @@ -0,0 +1 @@ +8 0.44375 0.428125 0.85 0.58828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.32048ec04f286082b59ac466e644e251.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.32048ec04f286082b59ac466e644e251.txt new file mode 100644 index 0000000..5f62a5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.32048ec04f286082b59ac466e644e251.txt @@ -0,0 +1,2 @@ +8 0.66484375 0.81953125 0.6703125 0.3546875 +8 0.5390625 0.50390625 0.634375 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.6769c748497ca60541bb07e839bf31b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.6769c748497ca60541bb07e839bf31b4.txt new file mode 100644 index 0000000..5f62a5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.6769c748497ca60541bb07e839bf31b4.txt @@ -0,0 +1,2 @@ +8 0.66484375 0.81953125 0.6703125 0.3546875 +8 0.5390625 0.50390625 0.634375 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.8afb7bd4fe4eabe901fdfa965e07852e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.8afb7bd4fe4eabe901fdfa965e07852e.txt new file mode 100644 index 0000000..5f62a5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2F05I4EWH8FCPTW8_jpg.rf.8afb7bd4fe4eabe901fdfa965e07852e.txt @@ -0,0 +1,2 @@ +8 0.66484375 0.81953125 0.6703125 0.3546875 +8 0.5390625 0.50390625 0.634375 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.2ba5f920430e62e75e210305e4485451.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.2ba5f920430e62e75e210305e4485451.txt new file mode 100644 index 0000000..a0a0963 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.2ba5f920430e62e75e210305e4485451.txt @@ -0,0 +1,3 @@ +8 0.76015625 0.5921875 0.43828125 0.17265625 +8 0.53515625 0.5265625 0.30859375 0.1234375 +8 0.27890625 0.5375 0.24453125 0.11875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.de6bc6481dda69ff9a1b85de24dffcbd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.de6bc6481dda69ff9a1b85de24dffcbd.txt new file mode 100644 index 0000000..a0a0963 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.de6bc6481dda69ff9a1b85de24dffcbd.txt @@ -0,0 +1,3 @@ +8 0.76015625 0.5921875 0.43828125 0.17265625 +8 0.53515625 0.5265625 0.30859375 0.1234375 +8 0.27890625 0.5375 0.24453125 0.11875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.e6ce6c419be402537385fa807a7226f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.e6ce6c419be402537385fa807a7226f6.txt new file mode 100644 index 0000000..a0a0963 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2JBQYWWKUIZO8YTF_jpg.rf.e6ce6c419be402537385fa807a7226f6.txt @@ -0,0 +1,3 @@ +8 0.76015625 0.5921875 0.43828125 0.17265625 +8 0.53515625 0.5265625 0.30859375 0.1234375 +8 0.27890625 0.5375 0.24453125 0.11875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.6e587a24efb1f98bc16be78656ec5f88.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.6e587a24efb1f98bc16be78656ec5f88.txt new file mode 100644 index 0000000..5ce6ad1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.6e587a24efb1f98bc16be78656ec5f88.txt @@ -0,0 +1 @@ +8 0.5 0.48671875 1 0.58203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.c5dcdf63bfc34a47ba459291bbbe2b73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.c5dcdf63bfc34a47ba459291bbbe2b73.txt new file mode 100644 index 0000000..5ce6ad1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.c5dcdf63bfc34a47ba459291bbbe2b73.txt @@ -0,0 +1 @@ +8 0.5 0.48671875 1 0.58203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.d423e4665f413782bf196538c59df4b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.d423e4665f413782bf196538c59df4b1.txt new file mode 100644 index 0000000..5ce6ad1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2QD0XUDQ4D8APAEP_jpg.rf.d423e4665f413782bf196538c59df4b1.txt @@ -0,0 +1 @@ +8 0.5 0.48671875 1 0.58203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.280db1d9f2b4c2e18825d320856a541d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.280db1d9f2b4c2e18825d320856a541d.txt new file mode 100644 index 0000000..ed59da2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.280db1d9f2b4c2e18825d320856a541d.txt @@ -0,0 +1 @@ +8 0.3515625 0.49921875 0.703125 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.6ac73ca6d2a767c9ae21a221f3e54d27.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.6ac73ca6d2a767c9ae21a221f3e54d27.txt new file mode 100644 index 0000000..ed59da2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.6ac73ca6d2a767c9ae21a221f3e54d27.txt @@ -0,0 +1 @@ +8 0.3515625 0.49921875 0.703125 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.a0eb93eba836e24a1bfdce04f567a99b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.a0eb93eba836e24a1bfdce04f567a99b.txt new file mode 100644 index 0000000..ed59da2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2TTI5OM1P6AS757W_jpg.rf.a0eb93eba836e24a1bfdce04f567a99b.txt @@ -0,0 +1 @@ +8 0.3515625 0.49921875 0.703125 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.1bb14f29f168136e49ddf88a14be6a2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.1bb14f29f168136e49ddf88a14be6a2c.txt new file mode 100644 index 0000000..d1b7967 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.1bb14f29f168136e49ddf88a14be6a2c.txt @@ -0,0 +1 @@ +8 0.4984375 0.5796875 0.6859375 0.6609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.21f97bcfc74f3d2213d457dbab8fb87f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.21f97bcfc74f3d2213d457dbab8fb87f.txt new file mode 100644 index 0000000..d1b7967 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.21f97bcfc74f3d2213d457dbab8fb87f.txt @@ -0,0 +1 @@ +8 0.4984375 0.5796875 0.6859375 0.6609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.bf210f1f9156cf10ed40ace3c79a61fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.bf210f1f9156cf10ed40ace3c79a61fe.txt new file mode 100644 index 0000000..d1b7967 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UUGBXCF5SR09K7F_jpg.rf.bf210f1f9156cf10ed40ace3c79a61fe.txt @@ -0,0 +1 @@ +8 0.4984375 0.5796875 0.6859375 0.6609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.188ea3d09cd8ba58fe0fa6138b60ab34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.188ea3d09cd8ba58fe0fa6138b60ab34.txt new file mode 100644 index 0000000..0864d8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.188ea3d09cd8ba58fe0fa6138b60ab34.txt @@ -0,0 +1,3 @@ +8 0.225 0.534375 0.45 0.425 +8 0.790625 0.64921875 0.41875 0.3765625 +8 0.559375 0.41015625 0.48984375 0.3640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b59766e5e28621b85ff5e8fb34e76a70.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b59766e5e28621b85ff5e8fb34e76a70.txt new file mode 100644 index 0000000..0864d8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b59766e5e28621b85ff5e8fb34e76a70.txt @@ -0,0 +1,3 @@ +8 0.225 0.534375 0.45 0.425 +8 0.790625 0.64921875 0.41875 0.3765625 +8 0.559375 0.41015625 0.48984375 0.3640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b9535c024eb3b8a674acd7d3d5c12111.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b9535c024eb3b8a674acd7d3d5c12111.txt new file mode 100644 index 0000000..0864d8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2UVWMXZOOD7U062G_jpg.rf.b9535c024eb3b8a674acd7d3d5c12111.txt @@ -0,0 +1,3 @@ +8 0.225 0.534375 0.45 0.425 +8 0.790625 0.64921875 0.41875 0.3765625 +8 0.559375 0.41015625 0.48984375 0.3640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.5182c6e3f1be9cd1735a70ae0984d41f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.5182c6e3f1be9cd1735a70ae0984d41f.txt new file mode 100644 index 0000000..175e13e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.5182c6e3f1be9cd1735a70ae0984d41f.txt @@ -0,0 +1 @@ +8 0.49609375 0.48515625 0.47578125 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.641c54887722bd51f6c178966e91a6f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.641c54887722bd51f6c178966e91a6f8.txt new file mode 100644 index 0000000..175e13e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.641c54887722bd51f6c178966e91a6f8.txt @@ -0,0 +1 @@ +8 0.49609375 0.48515625 0.47578125 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.a4ad8398a24e4666a066a952dc5e7094.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.a4ad8398a24e4666a066a952dc5e7094.txt new file mode 100644 index 0000000..175e13e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_2YF287RF3D4RXJ73_jpg.rf.a4ad8398a24e4666a066a952dc5e7094.txt @@ -0,0 +1 @@ +8 0.49609375 0.48515625 0.47578125 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.02493c0a13cbfae0e8ff288b2778b7a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.02493c0a13cbfae0e8ff288b2778b7a1.txt new file mode 100644 index 0000000..faec101 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.02493c0a13cbfae0e8ff288b2778b7a1.txt @@ -0,0 +1 @@ +8 0.53515625 0.4796875 0.7203125 0.78671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.20cc850f979855406cd0ca21f00ba509.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.20cc850f979855406cd0ca21f00ba509.txt new file mode 100644 index 0000000..faec101 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.20cc850f979855406cd0ca21f00ba509.txt @@ -0,0 +1 @@ +8 0.53515625 0.4796875 0.7203125 0.78671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.326e18397d34035ed8ab2f61100c7f7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.326e18397d34035ed8ab2f61100c7f7f.txt new file mode 100644 index 0000000..faec101 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35EKO12TWXSDPBF4_jpg.rf.326e18397d34035ed8ab2f61100c7f7f.txt @@ -0,0 +1 @@ +8 0.53515625 0.4796875 0.7203125 0.78671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.0aa5d4c3cfe0961b402cdd5323c9f4d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.0aa5d4c3cfe0961b402cdd5323c9f4d4.txt new file mode 100644 index 0000000..0d895cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.0aa5d4c3cfe0961b402cdd5323c9f4d4.txt @@ -0,0 +1 @@ +8 0.46171875 0.52109375 0.5765625 0.8625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.48f721b83490e05b1e2a6f626c9c266b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.48f721b83490e05b1e2a6f626c9c266b.txt new file mode 100644 index 0000000..0d895cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.48f721b83490e05b1e2a6f626c9c266b.txt @@ -0,0 +1 @@ +8 0.46171875 0.52109375 0.5765625 0.8625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.e237a4f12d19eaa163c480328905cb95.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.e237a4f12d19eaa163c480328905cb95.txt new file mode 100644 index 0000000..0d895cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_35XJYDTAJ3OHESMB_jpg.rf.e237a4f12d19eaa163c480328905cb95.txt @@ -0,0 +1 @@ +8 0.46171875 0.52109375 0.5765625 0.8625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.465fd13b73dbeee3a8c30a2346c0f92c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.465fd13b73dbeee3a8c30a2346c0f92c.txt new file mode 100644 index 0000000..ceb8c24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.465fd13b73dbeee3a8c30a2346c0f92c.txt @@ -0,0 +1 @@ +8 0.5234375 0.49453125 0.7390625 0.621875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.bf15237c04d8f8e71dcbabc6a8e26603.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.bf15237c04d8f8e71dcbabc6a8e26603.txt new file mode 100644 index 0000000..ceb8c24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.bf15237c04d8f8e71dcbabc6a8e26603.txt @@ -0,0 +1 @@ +8 0.5234375 0.49453125 0.7390625 0.621875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.e4615c5caaa31cdcc3f53e4bdc71fbd7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.e4615c5caaa31cdcc3f53e4bdc71fbd7.txt new file mode 100644 index 0000000..ceb8c24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_36WVI83HPS08YBPB_jpg.rf.e4615c5caaa31cdcc3f53e4bdc71fbd7.txt @@ -0,0 +1 @@ +8 0.5234375 0.49453125 0.7390625 0.621875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.5fa29563987761ffe51178a8674335cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.5fa29563987761ffe51178a8674335cc.txt new file mode 100644 index 0000000..787f4d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.5fa29563987761ffe51178a8674335cc.txt @@ -0,0 +1,2 @@ +8 0.5328125 0.37421875 0.76953125 0.35 +8 0.55 0.5921875 0.63203125 0.259375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.6917ff055718759ad522e7a500a3fcc6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.6917ff055718759ad522e7a500a3fcc6.txt new file mode 100644 index 0000000..787f4d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.6917ff055718759ad522e7a500a3fcc6.txt @@ -0,0 +1,2 @@ +8 0.5328125 0.37421875 0.76953125 0.35 +8 0.55 0.5921875 0.63203125 0.259375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.972c90a5d43ec13a9cab98d2731fb59a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.972c90a5d43ec13a9cab98d2731fb59a.txt new file mode 100644 index 0000000..787f4d7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3A0I0SOM0FUNPHCH_jpg.rf.972c90a5d43ec13a9cab98d2731fb59a.txt @@ -0,0 +1,2 @@ +8 0.5328125 0.37421875 0.76953125 0.35 +8 0.55 0.5921875 0.63203125 0.259375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.627aa47c13102749033327422a211c78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.627aa47c13102749033327422a211c78.txt new file mode 100644 index 0000000..16893b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.627aa47c13102749033327422a211c78.txt @@ -0,0 +1 @@ +8 0.56015625 0.45234375 0.51875 0.3984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.762ba3e9c9b71d730fed51cca1fd1b1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.762ba3e9c9b71d730fed51cca1fd1b1b.txt new file mode 100644 index 0000000..16893b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.762ba3e9c9b71d730fed51cca1fd1b1b.txt @@ -0,0 +1 @@ +8 0.56015625 0.45234375 0.51875 0.3984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.cd3b0efee1fe3ecac65f6efeb8e61995.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.cd3b0efee1fe3ecac65f6efeb8e61995.txt new file mode 100644 index 0000000..16893b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3AGLWOBHXLW201RC_jpg.rf.cd3b0efee1fe3ecac65f6efeb8e61995.txt @@ -0,0 +1 @@ +8 0.56015625 0.45234375 0.51875 0.3984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.9bf98fc49e7d034da73a5f0dbbd7d05e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.9bf98fc49e7d034da73a5f0dbbd7d05e.txt new file mode 100644 index 0000000..7e23290 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.9bf98fc49e7d034da73a5f0dbbd7d05e.txt @@ -0,0 +1 @@ +8 0.709375 0.4390625 0.58125 0.878125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.a7c70fc2e08e8b5cf2186160709babdc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.a7c70fc2e08e8b5cf2186160709babdc.txt new file mode 100644 index 0000000..7e23290 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.a7c70fc2e08e8b5cf2186160709babdc.txt @@ -0,0 +1 @@ +8 0.709375 0.4390625 0.58125 0.878125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.bcf617431e2529d881f59b00a4001ca9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.bcf617431e2529d881f59b00a4001ca9.txt new file mode 100644 index 0000000..7e23290 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3CV3I30HY0RTSG8R_jpg.rf.bcf617431e2529d881f59b00a4001ca9.txt @@ -0,0 +1 @@ +8 0.709375 0.4390625 0.58125 0.878125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.2e2198c6d310cacce4672caf5f0b72aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.2e2198c6d310cacce4672caf5f0b72aa.txt new file mode 100644 index 0000000..06ca0fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.2e2198c6d310cacce4672caf5f0b72aa.txt @@ -0,0 +1,2 @@ +8 0.5 0.503125 1 0.54921875 +8 0.4765625 0.759375 0.95234375 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.5abf18b1e52a9b48917c7c7a02f63f23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.5abf18b1e52a9b48917c7c7a02f63f23.txt new file mode 100644 index 0000000..06ca0fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.5abf18b1e52a9b48917c7c7a02f63f23.txt @@ -0,0 +1,2 @@ +8 0.5 0.503125 1 0.54921875 +8 0.4765625 0.759375 0.95234375 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.e99f523eac21fae5c66e8d57784e5ebb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.e99f523eac21fae5c66e8d57784e5ebb.txt new file mode 100644 index 0000000..06ca0fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3DJCK6QF2GY8CKDZ_jpg.rf.e99f523eac21fae5c66e8d57784e5ebb.txt @@ -0,0 +1,2 @@ +8 0.5 0.503125 1 0.54921875 +8 0.4765625 0.759375 0.95234375 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.63ff64169afcffb70817defe10e1a374.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.63ff64169afcffb70817defe10e1a374.txt new file mode 100644 index 0000000..3eb68ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.63ff64169afcffb70817defe10e1a374.txt @@ -0,0 +1 @@ +8 0.46796875 0.53828125 0.51640625 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.b4b21bb60e5069d3a1cfa6e159773fe3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.b4b21bb60e5069d3a1cfa6e159773fe3.txt new file mode 100644 index 0000000..3eb68ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.b4b21bb60e5069d3a1cfa6e159773fe3.txt @@ -0,0 +1 @@ +8 0.46796875 0.53828125 0.51640625 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.ca9701fab564f42144296fa6b1586b38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.ca9701fab564f42144296fa6b1586b38.txt new file mode 100644 index 0000000..3eb68ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E5MBD551AINBU3L_jpg.rf.ca9701fab564f42144296fa6b1586b38.txt @@ -0,0 +1 @@ +8 0.46796875 0.53828125 0.51640625 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.3cd050f05f0fa3fab54177da2cd4182c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.3cd050f05f0fa3fab54177da2cd4182c.txt new file mode 100644 index 0000000..0072cb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.3cd050f05f0fa3fab54177da2cd4182c.txt @@ -0,0 +1 @@ +8 0.43984375 0.47265625 0.65234375 0.775 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.58329e13751c18edc8ae54f62fa32b7b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.58329e13751c18edc8ae54f62fa32b7b.txt new file mode 100644 index 0000000..0072cb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.58329e13751c18edc8ae54f62fa32b7b.txt @@ -0,0 +1 @@ +8 0.43984375 0.47265625 0.65234375 0.775 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.a2d4f949c35bca114db56cd354ef4175.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.a2d4f949c35bca114db56cd354ef4175.txt new file mode 100644 index 0000000..0072cb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3E8DKA34OLMEXV4G_jpg.rf.a2d4f949c35bca114db56cd354ef4175.txt @@ -0,0 +1 @@ +8 0.43984375 0.47265625 0.65234375 0.775 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.8d134fd8ddb05d69a8a4651f95e21a37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.8d134fd8ddb05d69a8a4651f95e21a37.txt new file mode 100644 index 0000000..d38d35b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.8d134fd8ddb05d69a8a4651f95e21a37.txt @@ -0,0 +1 @@ +8 0.525 0.3625 0.41171875 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.a8532c1b72a0b296e55d3ccbce4d7b26.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.a8532c1b72a0b296e55d3ccbce4d7b26.txt new file mode 100644 index 0000000..d38d35b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.a8532c1b72a0b296e55d3ccbce4d7b26.txt @@ -0,0 +1 @@ +8 0.525 0.3625 0.41171875 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.e6a6ed0ebf502f1fda569544dde4a04f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.e6a6ed0ebf502f1fda569544dde4a04f.txt new file mode 100644 index 0000000..d38d35b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3FC28UAUB0OI690R_jpg.rf.e6a6ed0ebf502f1fda569544dde4a04f.txt @@ -0,0 +1 @@ +8 0.525 0.3625 0.41171875 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.dd7ac8c2774cf7aed95344f42412845a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.dd7ac8c2774cf7aed95344f42412845a.txt new file mode 100644 index 0000000..e219248 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.dd7ac8c2774cf7aed95344f42412845a.txt @@ -0,0 +1 @@ +8 0.42734375 0.51328125 0.5734375 0.6 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.ddcec153e26314579bc097c6ff9bd54c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.ddcec153e26314579bc097c6ff9bd54c.txt new file mode 100644 index 0000000..e219248 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.ddcec153e26314579bc097c6ff9bd54c.txt @@ -0,0 +1 @@ +8 0.42734375 0.51328125 0.5734375 0.6 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.eac4f4438b9b90e8f7715470c7ccbf0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.eac4f4438b9b90e8f7715470c7ccbf0a.txt new file mode 100644 index 0000000..e219248 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LISBOWI66RBN50U_jpg.rf.eac4f4438b9b90e8f7715470c7ccbf0a.txt @@ -0,0 +1 @@ +8 0.42734375 0.51328125 0.5734375 0.6 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.b7e3a684cfc711104270bb8d6730007c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.b7e3a684cfc711104270bb8d6730007c.txt new file mode 100644 index 0000000..366c32e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.b7e3a684cfc711104270bb8d6730007c.txt @@ -0,0 +1 @@ +8 0.4375 0.55390625 0.7671875 0.84296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.c2191df540a27130a3f793d7e70b8089.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.c2191df540a27130a3f793d7e70b8089.txt new file mode 100644 index 0000000..366c32e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.c2191df540a27130a3f793d7e70b8089.txt @@ -0,0 +1 @@ +8 0.4375 0.55390625 0.7671875 0.84296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.ff2742a871ef4dd701b61e9a8688512f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.ff2742a871ef4dd701b61e9a8688512f.txt new file mode 100644 index 0000000..366c32e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3LNUWSJRM5ZOB14W_jpg.rf.ff2742a871ef4dd701b61e9a8688512f.txt @@ -0,0 +1 @@ +8 0.4375 0.55390625 0.7671875 0.84296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.2ef49dac675bc368093c4981c3e943c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.2ef49dac675bc368093c4981c3e943c6.txt new file mode 100644 index 0000000..10325ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.2ef49dac675bc368093c4981c3e943c6.txt @@ -0,0 +1 @@ +8 0.5515625 0.49921875 0.8578125 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.593cff4ecb0ba2a1dc7d12f018cb8ac0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.593cff4ecb0ba2a1dc7d12f018cb8ac0.txt new file mode 100644 index 0000000..10325ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.593cff4ecb0ba2a1dc7d12f018cb8ac0.txt @@ -0,0 +1 @@ +8 0.5515625 0.49921875 0.8578125 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.c210e6a5120690b1d804a47dde3dd815.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.c210e6a5120690b1d804a47dde3dd815.txt new file mode 100644 index 0000000..10325ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3M1QUJ30XP4HEHBH_jpg.rf.c210e6a5120690b1d804a47dde3dd815.txt @@ -0,0 +1 @@ +8 0.5515625 0.49921875 0.8578125 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.33a4d97ecc770c76e750b7c128a521b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.33a4d97ecc770c76e750b7c128a521b0.txt new file mode 100644 index 0000000..5bdcb21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.33a4d97ecc770c76e750b7c128a521b0.txt @@ -0,0 +1 @@ +8 0.53203125 0.403125 0.696875 0.80625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.55517d876c67d1a4650696448034c5ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.55517d876c67d1a4650696448034c5ec.txt new file mode 100644 index 0000000..5bdcb21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.55517d876c67d1a4650696448034c5ec.txt @@ -0,0 +1 @@ +8 0.53203125 0.403125 0.696875 0.80625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.b40fba384d01b186830d2ce7c1ef7a0f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.b40fba384d01b186830d2ce7c1ef7a0f.txt new file mode 100644 index 0000000..5bdcb21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3MGCHU8LXIHDXU4B_jpg.rf.b40fba384d01b186830d2ce7c1ef7a0f.txt @@ -0,0 +1 @@ +8 0.53203125 0.403125 0.696875 0.80625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1182c9c28c2fe8f761a4ac50e2a90c97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1182c9c28c2fe8f761a4ac50e2a90c97.txt new file mode 100644 index 0000000..eb52d1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1182c9c28c2fe8f761a4ac50e2a90c97.txt @@ -0,0 +1 @@ +8 0.46328125 0.5546875 0.79765625 0.74140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1451bf54ab43ddd44a1ed16edb649fb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1451bf54ab43ddd44a1ed16edb649fb5.txt new file mode 100644 index 0000000..eb52d1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.1451bf54ab43ddd44a1ed16edb649fb5.txt @@ -0,0 +1 @@ +8 0.46328125 0.5546875 0.79765625 0.74140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.19094c34be43db69c6bad52b2cd3bd4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.19094c34be43db69c6bad52b2cd3bd4c.txt new file mode 100644 index 0000000..eb52d1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3O8C14BVMHK2SP8N_jpg.rf.19094c34be43db69c6bad52b2cd3bd4c.txt @@ -0,0 +1 @@ +8 0.46328125 0.5546875 0.79765625 0.74140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.76e99eb7646919346da66525626a64f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.76e99eb7646919346da66525626a64f9.txt new file mode 100644 index 0000000..b45f8da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.76e99eb7646919346da66525626a64f9.txt @@ -0,0 +1 @@ +8 0.50703125 0.478125 0.6296875 0.634375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7db2a7c1f95eab2063faaf13c3b2c96f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7db2a7c1f95eab2063faaf13c3b2c96f.txt new file mode 100644 index 0000000..b45f8da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7db2a7c1f95eab2063faaf13c3b2c96f.txt @@ -0,0 +1 @@ +8 0.50703125 0.478125 0.6296875 0.634375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7decc163fa590263d98c3853026df683.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7decc163fa590263d98c3853026df683.txt new file mode 100644 index 0000000..b45f8da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3XLM1KQWE01F6DSL_jpg.rf.7decc163fa590263d98c3853026df683.txt @@ -0,0 +1 @@ +8 0.50703125 0.478125 0.6296875 0.634375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.28b2c7308ff2d2780b4f92a719077c72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.28b2c7308ff2d2780b4f92a719077c72.txt new file mode 100644 index 0000000..2036f59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.28b2c7308ff2d2780b4f92a719077c72.txt @@ -0,0 +1 @@ +8 0.4921875 0.41328125 0.5234375 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.60e52ce44db4c9308f8f9a0ca29bd5e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.60e52ce44db4c9308f8f9a0ca29bd5e8.txt new file mode 100644 index 0000000..2036f59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.60e52ce44db4c9308f8f9a0ca29bd5e8.txt @@ -0,0 +1 @@ +8 0.4921875 0.41328125 0.5234375 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.cb35d3b2b004c73d14896ba1c5b16259.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.cb35d3b2b004c73d14896ba1c5b16259.txt new file mode 100644 index 0000000..2036f59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_3Y4A9Q5O6Z35SL35_jpg.rf.cb35d3b2b004c73d14896ba1c5b16259.txt @@ -0,0 +1 @@ +8 0.4921875 0.41328125 0.5234375 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.afd208572bb7132eb2b9b10f16fc8f1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.afd208572bb7132eb2b9b10f16fc8f1a.txt new file mode 100644 index 0000000..1a999b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.afd208572bb7132eb2b9b10f16fc8f1a.txt @@ -0,0 +1 @@ +8 0.56171875 0.56875 0.87265625 0.7984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.e015abd0bd637662c9405eefe73015ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.e015abd0bd637662c9405eefe73015ff.txt new file mode 100644 index 0000000..1a999b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.e015abd0bd637662c9405eefe73015ff.txt @@ -0,0 +1 @@ +8 0.56171875 0.56875 0.87265625 0.7984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.f987ca994b9de4706551b2a56835451f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.f987ca994b9de4706551b2a56835451f.txt new file mode 100644 index 0000000..1a999b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_41RO4ESG0K444525_jpg.rf.f987ca994b9de4706551b2a56835451f.txt @@ -0,0 +1 @@ +8 0.56171875 0.56875 0.87265625 0.7984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.09a39bdde55d7e01a5a4188201fe4956.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.09a39bdde55d7e01a5a4188201fe4956.txt new file mode 100644 index 0000000..df9405e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.09a39bdde55d7e01a5a4188201fe4956.txt @@ -0,0 +1 @@ +8 0.49140625 0.44296875 0.74453125 0.8828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f0622342d8b147e35be9b238da919bfd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f0622342d8b147e35be9b238da919bfd.txt new file mode 100644 index 0000000..df9405e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f0622342d8b147e35be9b238da919bfd.txt @@ -0,0 +1 @@ +8 0.49140625 0.44296875 0.74453125 0.8828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f6bbf536508ea2d8347c4124e69a1a31.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f6bbf536508ea2d8347c4124e69a1a31.txt new file mode 100644 index 0000000..df9405e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_420N3SA6KHPOTKOW_jpg.rf.f6bbf536508ea2d8347c4124e69a1a31.txt @@ -0,0 +1 @@ +8 0.49140625 0.44296875 0.74453125 0.8828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.2dc1c77598552e8aa9f490c56191dfaf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.2dc1c77598552e8aa9f490c56191dfaf.txt new file mode 100644 index 0000000..6289047 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.2dc1c77598552e8aa9f490c56191dfaf.txt @@ -0,0 +1,2 @@ +8 0.56015625 0.334375 0.42109375 0.44453125 +8 0.2484375 0.33203125 0.25859375 0.378125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.a405ea9ee1bf66f504cc10304a4a7129.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.a405ea9ee1bf66f504cc10304a4a7129.txt new file mode 100644 index 0000000..6289047 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_45YRDBLOQIZRGQL7_jpg.rf.a405ea9ee1bf66f504cc10304a4a7129.txt @@ -0,0 +1,2 @@ +8 0.56015625 0.334375 0.42109375 0.44453125 +8 0.2484375 0.33203125 0.25859375 0.378125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.229b58f12c87d0cbaf0262f73af5828c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.229b58f12c87d0cbaf0262f73af5828c.txt new file mode 100644 index 0000000..d139a0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.229b58f12c87d0cbaf0262f73af5828c.txt @@ -0,0 +1 @@ +8 0.51953125 0.50234375 0.66875 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.5c64936eb4c74e41771f5d02e3df98d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.5c64936eb4c74e41771f5d02e3df98d1.txt new file mode 100644 index 0000000..d139a0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.5c64936eb4c74e41771f5d02e3df98d1.txt @@ -0,0 +1 @@ +8 0.51953125 0.50234375 0.66875 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.bf2d98ef7e7735acae9c37651cbb833a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.bf2d98ef7e7735acae9c37651cbb833a.txt new file mode 100644 index 0000000..d139a0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_473OPVPD6Q0OYXQ0_jpg.rf.bf2d98ef7e7735acae9c37651cbb833a.txt @@ -0,0 +1 @@ +8 0.51953125 0.50234375 0.66875 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.579b62266a649eef8902c0bb12946651.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.579b62266a649eef8902c0bb12946651.txt new file mode 100644 index 0000000..944d027 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.579b62266a649eef8902c0bb12946651.txt @@ -0,0 +1 @@ +8 0.478125 0.51484375 0.596875 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.719a40c62d008546729f8d0c9207e44d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.719a40c62d008546729f8d0c9207e44d.txt new file mode 100644 index 0000000..944d027 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.719a40c62d008546729f8d0c9207e44d.txt @@ -0,0 +1 @@ +8 0.478125 0.51484375 0.596875 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.ce89f06b56ec17d72a044617c3bc7221.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.ce89f06b56ec17d72a044617c3bc7221.txt new file mode 100644 index 0000000..944d027 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47BXZK1XX136JIF0_jpg.rf.ce89f06b56ec17d72a044617c3bc7221.txt @@ -0,0 +1 @@ +8 0.478125 0.51484375 0.596875 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.2091c961e9c5d098f7535342b8fc3462.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.2091c961e9c5d098f7535342b8fc3462.txt new file mode 100644 index 0000000..5ea96d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.2091c961e9c5d098f7535342b8fc3462.txt @@ -0,0 +1 @@ +8 0.4125 0.48203125 0.74765625 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f5e0fc71a2c07af61dd723854a6d1477.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f5e0fc71a2c07af61dd723854a6d1477.txt new file mode 100644 index 0000000..5ea96d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f5e0fc71a2c07af61dd723854a6d1477.txt @@ -0,0 +1 @@ +8 0.4125 0.48203125 0.74765625 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f8aecc43337f05f8acf4ac145de89df6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f8aecc43337f05f8acf4ac145de89df6.txt new file mode 100644 index 0000000..5ea96d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_47YQI8ON4TIVNDMP_jpg.rf.f8aecc43337f05f8acf4ac145de89df6.txt @@ -0,0 +1 @@ +8 0.4125 0.48203125 0.74765625 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.3323420cd926fd611923009fadd4d863.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.3323420cd926fd611923009fadd4d863.txt new file mode 100644 index 0000000..cc782af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.3323420cd926fd611923009fadd4d863.txt @@ -0,0 +1,2 @@ +8 0.1390625 0.43828125 0.278125 0.8765625 +8 0.5 0.55078125 0.6875 0.70078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.a6cd8c44a6a70939a31c6d3ae5912e69.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.a6cd8c44a6a70939a31c6d3ae5912e69.txt new file mode 100644 index 0000000..cc782af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.a6cd8c44a6a70939a31c6d3ae5912e69.txt @@ -0,0 +1,2 @@ +8 0.1390625 0.43828125 0.278125 0.8765625 +8 0.5 0.55078125 0.6875 0.70078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.b3635c7f3cfeb8698f4a006d9e505203.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.b3635c7f3cfeb8698f4a006d9e505203.txt new file mode 100644 index 0000000..cc782af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_49FWHJSPPCWB0C77_jpg.rf.b3635c7f3cfeb8698f4a006d9e505203.txt @@ -0,0 +1,2 @@ +8 0.1390625 0.43828125 0.278125 0.8765625 +8 0.5 0.55078125 0.6875 0.70078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.0922ca708dbae6afbdb49f61762976a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.0922ca708dbae6afbdb49f61762976a1.txt new file mode 100644 index 0000000..efcf1c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.0922ca708dbae6afbdb49f61762976a1.txt @@ -0,0 +1 @@ +8 0.41875 0.3453125 0.66015625 0.57734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.8f67ed6cc4c792b324da1bae24fd9c66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.8f67ed6cc4c792b324da1bae24fd9c66.txt new file mode 100644 index 0000000..efcf1c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4A4MES4O2MRNVXVI_jpg.rf.8f67ed6cc4c792b324da1bae24fd9c66.txt @@ -0,0 +1 @@ +8 0.41875 0.3453125 0.66015625 0.57734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.69289ababcdbf185553bfb0dd2095547.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.69289ababcdbf185553bfb0dd2095547.txt new file mode 100644 index 0000000..342a3b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.69289ababcdbf185553bfb0dd2095547.txt @@ -0,0 +1 @@ +8 0.525 0.51015625 0.57578125 0.55390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.6e64ac1c637f1da948606c5c9dbf5e5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.6e64ac1c637f1da948606c5c9dbf5e5d.txt new file mode 100644 index 0000000..342a3b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.6e64ac1c637f1da948606c5c9dbf5e5d.txt @@ -0,0 +1 @@ +8 0.525 0.51015625 0.57578125 0.55390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.aa0aea787acaf80ecd106c0f740f5b4e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.aa0aea787acaf80ecd106c0f740f5b4e.txt new file mode 100644 index 0000000..342a3b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4B2R2N5BB8DLTW69_jpg.rf.aa0aea787acaf80ecd106c0f740f5b4e.txt @@ -0,0 +1 @@ +8 0.525 0.51015625 0.57578125 0.55390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.3dd8dd123f81e9f3e2b5f79ebdcd1aaa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.3dd8dd123f81e9f3e2b5f79ebdcd1aaa.txt new file mode 100644 index 0000000..48fb940 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.3dd8dd123f81e9f3e2b5f79ebdcd1aaa.txt @@ -0,0 +1 @@ +8 0.42578125 0.3921875 0.61328125 0.33046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.91ebf8bcaac91b9df8291b20ad0870e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.91ebf8bcaac91b9df8291b20ad0870e4.txt new file mode 100644 index 0000000..48fb940 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.91ebf8bcaac91b9df8291b20ad0870e4.txt @@ -0,0 +1 @@ +8 0.42578125 0.3921875 0.61328125 0.33046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.b4f063dee143f4d4613cc40b64e5068c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.b4f063dee143f4d4613cc40b64e5068c.txt new file mode 100644 index 0000000..48fb940 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4D2FCFIRVZ6OEIRY_jpg.rf.b4f063dee143f4d4613cc40b64e5068c.txt @@ -0,0 +1 @@ +8 0.42578125 0.3921875 0.61328125 0.33046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.55f5adf7cdcec1ed74dafc87e2340b46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.55f5adf7cdcec1ed74dafc87e2340b46.txt new file mode 100644 index 0000000..5c76d3b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.55f5adf7cdcec1ed74dafc87e2340b46.txt @@ -0,0 +1 @@ +8 0.5359375 0.47734375 0.50390625 0.86953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.86be967f6286880a495cda8379875fe2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.86be967f6286880a495cda8379875fe2.txt new file mode 100644 index 0000000..5c76d3b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.86be967f6286880a495cda8379875fe2.txt @@ -0,0 +1 @@ +8 0.5359375 0.47734375 0.50390625 0.86953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.983e193ca21ea32f2d5f7487229159de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.983e193ca21ea32f2d5f7487229159de.txt new file mode 100644 index 0000000..5c76d3b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4H23DLN7HGNDRKTD_jpg.rf.983e193ca21ea32f2d5f7487229159de.txt @@ -0,0 +1 @@ +8 0.5359375 0.47734375 0.50390625 0.86953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.298752397a797db999dc01bad20971fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.298752397a797db999dc01bad20971fc.txt new file mode 100644 index 0000000..024890e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.298752397a797db999dc01bad20971fc.txt @@ -0,0 +1 @@ +8 0.53203125 0.5765625 0.70546875 0.5203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.f47e43d18d51b962a9bc5deadb1f02c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.f47e43d18d51b962a9bc5deadb1f02c0.txt new file mode 100644 index 0000000..024890e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4ID9X68ECBTVSXTC_jpg.rf.f47e43d18d51b962a9bc5deadb1f02c0.txt @@ -0,0 +1 @@ +8 0.53203125 0.5765625 0.70546875 0.5203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a54a6159bd0749c51ebda6ceb59b2ff7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a54a6159bd0749c51ebda6ceb59b2ff7.txt new file mode 100644 index 0000000..7f9cc35 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a54a6159bd0749c51ebda6ceb59b2ff7.txt @@ -0,0 +1 @@ +8 0.6140625 0.48828125 0.7640625 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a60a72251aeff6f341721a83c083735e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a60a72251aeff6f341721a83c083735e.txt new file mode 100644 index 0000000..7f9cc35 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a60a72251aeff6f341721a83c083735e.txt @@ -0,0 +1 @@ +8 0.6140625 0.48828125 0.7640625 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a6bde9798ded181a9a9f6509ea5ca904.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a6bde9798ded181a9a9f6509ea5ca904.txt new file mode 100644 index 0000000..7f9cc35 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JB059Y6CENK0MF8_jpg.rf.a6bde9798ded181a9a9f6509ea5ca904.txt @@ -0,0 +1 @@ +8 0.6140625 0.48828125 0.7640625 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.5732705c323e7b19dc78d3c2a138be16.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.5732705c323e7b19dc78d3c2a138be16.txt new file mode 100644 index 0000000..636abb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.5732705c323e7b19dc78d3c2a138be16.txt @@ -0,0 +1 @@ +8 0.465625 0.409375 0.603125 0.55703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.66bc258d61efb56f890fcf5c49972c4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.66bc258d61efb56f890fcf5c49972c4b.txt new file mode 100644 index 0000000..636abb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.66bc258d61efb56f890fcf5c49972c4b.txt @@ -0,0 +1 @@ +8 0.465625 0.409375 0.603125 0.55703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.6caf103b10dac04731dcffead55c5206.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.6caf103b10dac04731dcffead55c5206.txt new file mode 100644 index 0000000..636abb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4JZK3766BBFNXPZ4_jpg.rf.6caf103b10dac04731dcffead55c5206.txt @@ -0,0 +1 @@ +8 0.465625 0.409375 0.603125 0.55703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.4ec4713a62277a85931fac6ba092434d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.4ec4713a62277a85931fac6ba092434d.txt new file mode 100644 index 0000000..525ec0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.4ec4713a62277a85931fac6ba092434d.txt @@ -0,0 +1 @@ +8 0.4640625 0.60703125 0.7140625 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.73b258d164f31d11c171bd73918df2ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.73b258d164f31d11c171bd73918df2ea.txt new file mode 100644 index 0000000..525ec0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.73b258d164f31d11c171bd73918df2ea.txt @@ -0,0 +1 @@ +8 0.4640625 0.60703125 0.7140625 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.e51ce904e79414f92a49a487db851146.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.e51ce904e79414f92a49a487db851146.txt new file mode 100644 index 0000000..525ec0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UE0M1E9K5430KVC_jpg.rf.e51ce904e79414f92a49a487db851146.txt @@ -0,0 +1 @@ +8 0.4640625 0.60703125 0.7140625 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.378fddf4bdc58ae1757235fc4cda3f7d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.378fddf4bdc58ae1757235fc4cda3f7d.txt new file mode 100644 index 0000000..38d6ed2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.378fddf4bdc58ae1757235fc4cda3f7d.txt @@ -0,0 +1 @@ +8 0.46484375 0.51953125 0.68515625 0.28203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.640ab43f1a063121bea8f5b0442238ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.640ab43f1a063121bea8f5b0442238ce.txt new file mode 100644 index 0000000..38d6ed2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.640ab43f1a063121bea8f5b0442238ce.txt @@ -0,0 +1 @@ +8 0.46484375 0.51953125 0.68515625 0.28203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.7987552d45689eeaf3921f093d925d34.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.7987552d45689eeaf3921f093d925d34.txt new file mode 100644 index 0000000..38d6ed2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4UMDVPZZT1TD6IEW_jpg.rf.7987552d45689eeaf3921f093d925d34.txt @@ -0,0 +1 @@ +8 0.46484375 0.51953125 0.68515625 0.28203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.2d47a15c55a6fbcdfa6331f2f33d6378.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.2d47a15c55a6fbcdfa6331f2f33d6378.txt new file mode 100644 index 0000000..8f9bbba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.2d47a15c55a6fbcdfa6331f2f33d6378.txt @@ -0,0 +1,2 @@ +8 0.321875 0.49921875 0.64375 0.9953125 +8 0.82109375 0.5 0.35546875 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.ab041a2222b235e47458d3162dd31725.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.ab041a2222b235e47458d3162dd31725.txt new file mode 100644 index 0000000..8f9bbba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.ab041a2222b235e47458d3162dd31725.txt @@ -0,0 +1,2 @@ +8 0.321875 0.49921875 0.64375 0.9953125 +8 0.82109375 0.5 0.35546875 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.c5c722a433c614392bba12eb3e18b533.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.c5c722a433c614392bba12eb3e18b533.txt new file mode 100644 index 0000000..8f9bbba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4V4WWO94ODLOMI37_jpg.rf.c5c722a433c614392bba12eb3e18b533.txt @@ -0,0 +1,2 @@ +8 0.321875 0.49921875 0.64375 0.9953125 +8 0.82109375 0.5 0.35546875 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.70875829e2fced1530d109a6a7230edb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.70875829e2fced1530d109a6a7230edb.txt new file mode 100644 index 0000000..0ad1128 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.70875829e2fced1530d109a6a7230edb.txt @@ -0,0 +1 @@ +8 0.5421875 0.35546875 0.3453125 0.640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.89e7e9d9672de50be599efa07b335a86.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.89e7e9d9672de50be599efa07b335a86.txt new file mode 100644 index 0000000..0ad1128 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.89e7e9d9672de50be599efa07b335a86.txt @@ -0,0 +1 @@ +8 0.5421875 0.35546875 0.3453125 0.640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.c95afc0fc0f6d5e97708ab8ef54ea32a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.c95afc0fc0f6d5e97708ab8ef54ea32a.txt new file mode 100644 index 0000000..0ad1128 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4VKOC3F5OOCRPTZZ_jpg.rf.c95afc0fc0f6d5e97708ab8ef54ea32a.txt @@ -0,0 +1 @@ +8 0.5421875 0.35546875 0.3453125 0.640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.32d1a625fad7761b3555fbbdcdce7c61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.32d1a625fad7761b3555fbbdcdce7c61.txt new file mode 100644 index 0000000..445e4db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.32d1a625fad7761b3555fbbdcdce7c61.txt @@ -0,0 +1 @@ +8 0.48828125 0.5453125 0.78203125 0.6 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.758146b184a44f150d1601461f3bad2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.758146b184a44f150d1601461f3bad2a.txt new file mode 100644 index 0000000..445e4db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.758146b184a44f150d1601461f3bad2a.txt @@ -0,0 +1 @@ +8 0.48828125 0.5453125 0.78203125 0.6 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.b7afb87f8cd922dcd7ffcc313d064a10.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.b7afb87f8cd922dcd7ffcc313d064a10.txt new file mode 100644 index 0000000..445e4db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4WBATO4ZE89AQCNV_jpg.rf.b7afb87f8cd922dcd7ffcc313d064a10.txt @@ -0,0 +1 @@ +8 0.48828125 0.5453125 0.78203125 0.6 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.5501e3c8da28a345e2ae3c080834e47b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.5501e3c8da28a345e2ae3c080834e47b.txt new file mode 100644 index 0000000..f206983 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.5501e3c8da28a345e2ae3c080834e47b.txt @@ -0,0 +1 @@ +8 0.36640625 0.53125 0.5453125 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.77424c50007afd40389c431675595bd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.77424c50007afd40389c431675595bd3.txt new file mode 100644 index 0000000..f206983 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.77424c50007afd40389c431675595bd3.txt @@ -0,0 +1 @@ +8 0.36640625 0.53125 0.5453125 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.d1c82dcb2ec7ebf9f580f69145ff598f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.d1c82dcb2ec7ebf9f580f69145ff598f.txt new file mode 100644 index 0000000..f206983 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_4YDCRTHG94T0VHB6_jpg.rf.d1c82dcb2ec7ebf9f580f69145ff598f.txt @@ -0,0 +1 @@ +8 0.36640625 0.53125 0.5453125 0.7234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.4453da5f3961cf3e406fca1570e9a2df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.4453da5f3961cf3e406fca1570e9a2df.txt new file mode 100644 index 0000000..439b802 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.4453da5f3961cf3e406fca1570e9a2df.txt @@ -0,0 +1 @@ +8 0.47734375 0.55234375 0.73515625 0.546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.b3a0e6e2decc95d2f5120399164a7587.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.b3a0e6e2decc95d2f5120399164a7587.txt new file mode 100644 index 0000000..439b802 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.b3a0e6e2decc95d2f5120399164a7587.txt @@ -0,0 +1 @@ +8 0.47734375 0.55234375 0.73515625 0.546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.cf519b729e274e2614ccc32a66465f5f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.cf519b729e274e2614ccc32a66465f5f.txt new file mode 100644 index 0000000..439b802 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_503P90LA7X49ENQD_jpg.rf.cf519b729e274e2614ccc32a66465f5f.txt @@ -0,0 +1 @@ +8 0.47734375 0.55234375 0.73515625 0.546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.0579ae4e653721e98438b5fefc4c0f29.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.0579ae4e653721e98438b5fefc4c0f29.txt new file mode 100644 index 0000000..38e7d02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.0579ae4e653721e98438b5fefc4c0f29.txt @@ -0,0 +1 @@ +8 0.45390625 0.525 0.809375 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.1e94e07a49a5e17d4c39cf4087d677df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.1e94e07a49a5e17d4c39cf4087d677df.txt new file mode 100644 index 0000000..38e7d02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.1e94e07a49a5e17d4c39cf4087d677df.txt @@ -0,0 +1 @@ +8 0.45390625 0.525 0.809375 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.f3ee4ae07f9640b36eccc39a9b592961.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.f3ee4ae07f9640b36eccc39a9b592961.txt new file mode 100644 index 0000000..38e7d02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_505WVWJ59EZ82IJU_jpg.rf.f3ee4ae07f9640b36eccc39a9b592961.txt @@ -0,0 +1 @@ +8 0.45390625 0.525 0.809375 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.096793d65912f6f0cca1cfc612b63f31.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.096793d65912f6f0cca1cfc612b63f31.txt new file mode 100644 index 0000000..d234966 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.096793d65912f6f0cca1cfc612b63f31.txt @@ -0,0 +1,2 @@ +8 0.628125 0.434375 0.403125 0.57734375 +8 0.24453125 0.4453125 0.34140625 0.41171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.976d263211e0ecad62519bf263645c7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.976d263211e0ecad62519bf263645c7f.txt new file mode 100644 index 0000000..d234966 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.976d263211e0ecad62519bf263645c7f.txt @@ -0,0 +1,2 @@ +8 0.628125 0.434375 0.403125 0.57734375 +8 0.24453125 0.4453125 0.34140625 0.41171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.b45017a060f7a2e47eae0ea91affa256.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.b45017a060f7a2e47eae0ea91affa256.txt new file mode 100644 index 0000000..d234966 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_50VRIARIXOOOQX5D_jpg.rf.b45017a060f7a2e47eae0ea91affa256.txt @@ -0,0 +1,2 @@ +8 0.628125 0.434375 0.403125 0.57734375 +8 0.24453125 0.4453125 0.34140625 0.41171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.167f8e7e42701ea7b455af1a141fab7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.167f8e7e42701ea7b455af1a141fab7f.txt new file mode 100644 index 0000000..c918d24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.167f8e7e42701ea7b455af1a141fab7f.txt @@ -0,0 +1 @@ +8 0.5203125 0.5515625 0.81015625 0.890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.9347e9b34717f403a3e24645f2f23c59.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.9347e9b34717f403a3e24645f2f23c59.txt new file mode 100644 index 0000000..c918d24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.9347e9b34717f403a3e24645f2f23c59.txt @@ -0,0 +1 @@ +8 0.5203125 0.5515625 0.81015625 0.890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.bf9cfba0287145e110e0b1ff3320c278.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.bf9cfba0287145e110e0b1ff3320c278.txt new file mode 100644 index 0000000..c918d24 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_51O8WQ07PDEV6YCI_jpg.rf.bf9cfba0287145e110e0b1ff3320c278.txt @@ -0,0 +1 @@ +8 0.5203125 0.5515625 0.81015625 0.890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.006afa78246fb7defd4431917389b65f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.006afa78246fb7defd4431917389b65f.txt new file mode 100644 index 0000000..8f28cfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.006afa78246fb7defd4431917389b65f.txt @@ -0,0 +1 @@ +8 0.5125 0.42109375 0.8015625 0.83515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.38eea217210729319081476357ae74b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.38eea217210729319081476357ae74b8.txt new file mode 100644 index 0000000..8f28cfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.38eea217210729319081476357ae74b8.txt @@ -0,0 +1 @@ +8 0.5125 0.42109375 0.8015625 0.83515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.706f06b7063673a993f80c0336e5bb00.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.706f06b7063673a993f80c0336e5bb00.txt new file mode 100644 index 0000000..8f28cfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_54JMC2NCC4TF1J6E_jpg.rf.706f06b7063673a993f80c0336e5bb00.txt @@ -0,0 +1 @@ +8 0.5125 0.42109375 0.8015625 0.83515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.21d50a628000ca91499429e949f49ec7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.21d50a628000ca91499429e949f49ec7.txt new file mode 100644 index 0000000..1c3c022 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.21d50a628000ca91499429e949f49ec7.txt @@ -0,0 +1 @@ +8 0.49140625 0.50625 0.596875 0.85703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.305f8c25891b9efbce459693c6216ae8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.305f8c25891b9efbce459693c6216ae8.txt new file mode 100644 index 0000000..1c3c022 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.305f8c25891b9efbce459693c6216ae8.txt @@ -0,0 +1 @@ +8 0.49140625 0.50625 0.596875 0.85703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.a9fcac23268b5b564a722849d0364ee7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.a9fcac23268b5b564a722849d0364ee7.txt new file mode 100644 index 0000000..1c3c022 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5AHL64A00ADTOKL2_jpg.rf.a9fcac23268b5b564a722849d0364ee7.txt @@ -0,0 +1 @@ +8 0.49140625 0.50625 0.596875 0.85703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.1586d8a239f9099b702fe2f894b16913.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.1586d8a239f9099b702fe2f894b16913.txt new file mode 100644 index 0000000..bd38a6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.1586d8a239f9099b702fe2f894b16913.txt @@ -0,0 +1 @@ +8 0.4046875 0.4875 0.70234375 0.82890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.8de243a1689e0d0e2868039327d6a6f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.8de243a1689e0d0e2868039327d6a6f1.txt new file mode 100644 index 0000000..bd38a6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.8de243a1689e0d0e2868039327d6a6f1.txt @@ -0,0 +1 @@ +8 0.4046875 0.4875 0.70234375 0.82890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.f5d85ffbe2234d72cfe2cb0e670b268f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.f5d85ffbe2234d72cfe2cb0e670b268f.txt new file mode 100644 index 0000000..bd38a6d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5F3CFY1CLQHZFY9H_jpg.rf.f5d85ffbe2234d72cfe2cb0e670b268f.txt @@ -0,0 +1 @@ +8 0.4046875 0.4875 0.70234375 0.82890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ac92271869441fb3ccf9d994a1e65eff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ac92271869441fb3ccf9d994a1e65eff.txt new file mode 100644 index 0000000..50d74f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ac92271869441fb3ccf9d994a1e65eff.txt @@ -0,0 +1 @@ +8 0.49921875 0.42734375 0.6484375 0.62578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ce2292add7a94fe8b05541e1f2874ae2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ce2292add7a94fe8b05541e1f2874ae2.txt new file mode 100644 index 0000000..50d74f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.ce2292add7a94fe8b05541e1f2874ae2.txt @@ -0,0 +1 @@ +8 0.49921875 0.42734375 0.6484375 0.62578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.dd0af96f90a0bc75dcc803c6993d6f89.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.dd0af96f90a0bc75dcc803c6993d6f89.txt new file mode 100644 index 0000000..50d74f7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5KU62H1W8Z1VS18C_jpg.rf.dd0af96f90a0bc75dcc803c6993d6f89.txt @@ -0,0 +1 @@ +8 0.49921875 0.42734375 0.6484375 0.62578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.0c4de7403582d3783554f7d66cb70989.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.0c4de7403582d3783554f7d66cb70989.txt new file mode 100644 index 0000000..5bef9d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.0c4de7403582d3783554f7d66cb70989.txt @@ -0,0 +1 @@ +8 0.5 0.5140625 0.69140625 0.96640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.d4261e65125739698a55d6e58e7771c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.d4261e65125739698a55d6e58e7771c9.txt new file mode 100644 index 0000000..5bef9d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.d4261e65125739698a55d6e58e7771c9.txt @@ -0,0 +1 @@ +8 0.5 0.5140625 0.69140625 0.96640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.f1d01c4343c5f945607aeb98957b8bc2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.f1d01c4343c5f945607aeb98957b8bc2.txt new file mode 100644 index 0000000..5bef9d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5LUJCSEYNDZYH752_jpg.rf.f1d01c4343c5f945607aeb98957b8bc2.txt @@ -0,0 +1 @@ +8 0.5 0.5140625 0.69140625 0.96640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7411e1bd8432735728f06ab1f8ffb4d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7411e1bd8432735728f06ab1f8ffb4d2.txt new file mode 100644 index 0000000..dfcac1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7411e1bd8432735728f06ab1f8ffb4d2.txt @@ -0,0 +1 @@ +8 0.475 0.50546875 0.95 0.9234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7b8edc3a4526b73c3b42819858d3d023.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7b8edc3a4526b73c3b42819858d3d023.txt new file mode 100644 index 0000000..dfcac1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.7b8edc3a4526b73c3b42819858d3d023.txt @@ -0,0 +1 @@ +8 0.475 0.50546875 0.95 0.9234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.f7abc64e56c30b9a859376721f8197cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.f7abc64e56c30b9a859376721f8197cc.txt new file mode 100644 index 0000000..dfcac1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5N5Y9W4GVFILLXSQ_jpg.rf.f7abc64e56c30b9a859376721f8197cc.txt @@ -0,0 +1 @@ +8 0.475 0.50546875 0.95 0.9234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.08f3b1d5f80232e42134ceae14d93cee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.08f3b1d5f80232e42134ceae14d93cee.txt new file mode 100644 index 0000000..1de6fe4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.08f3b1d5f80232e42134ceae14d93cee.txt @@ -0,0 +1 @@ +8 0.46640625 0.49609375 0.85390625 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.0fcda15ce36ac72a7f132e2b8b67747c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.0fcda15ce36ac72a7f132e2b8b67747c.txt new file mode 100644 index 0000000..1de6fe4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.0fcda15ce36ac72a7f132e2b8b67747c.txt @@ -0,0 +1 @@ +8 0.46640625 0.49609375 0.85390625 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.272d2556548d264afd8a58cb71e305b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.272d2556548d264afd8a58cb71e305b2.txt new file mode 100644 index 0000000..1de6fe4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5NV37P7WPS0LOUK7_jpg.rf.272d2556548d264afd8a58cb71e305b2.txt @@ -0,0 +1 @@ +8 0.46640625 0.49609375 0.85390625 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.83e9546bfe4c8602469040eb094e8943.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.83e9546bfe4c8602469040eb094e8943.txt new file mode 100644 index 0000000..63adeeb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.83e9546bfe4c8602469040eb094e8943.txt @@ -0,0 +1 @@ +8 0.49296875 0.40859375 0.721875 0.32734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b81243f211658a4b3559eb3e7c24dd76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b81243f211658a4b3559eb3e7c24dd76.txt new file mode 100644 index 0000000..63adeeb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b81243f211658a4b3559eb3e7c24dd76.txt @@ -0,0 +1 @@ +8 0.49296875 0.40859375 0.721875 0.32734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b88da2962ce30ffc65b4618fbeb9f6b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b88da2962ce30ffc65b4618fbeb9f6b2.txt new file mode 100644 index 0000000..63adeeb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5PKYI4A6ZWJIRK7T_jpg.rf.b88da2962ce30ffc65b4618fbeb9f6b2.txt @@ -0,0 +1 @@ +8 0.49296875 0.40859375 0.721875 0.32734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.0dd71de23dd2275584dc6186aadb270b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.0dd71de23dd2275584dc6186aadb270b.txt new file mode 100644 index 0000000..2d096dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.0dd71de23dd2275584dc6186aadb270b.txt @@ -0,0 +1 @@ +8 0.5453125 0.42890625 0.81875 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.1472b8f23ab48d11d345fd922614f675.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.1472b8f23ab48d11d345fd922614f675.txt new file mode 100644 index 0000000..2d096dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.1472b8f23ab48d11d345fd922614f675.txt @@ -0,0 +1 @@ +8 0.5453125 0.42890625 0.81875 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.bafac1f4093a87c515540f28eb3c628f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.bafac1f4093a87c515540f28eb3c628f.txt new file mode 100644 index 0000000..2d096dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5WQRYC8FD5YAKOUL_jpg.rf.bafac1f4093a87c515540f28eb3c628f.txt @@ -0,0 +1 @@ +8 0.5453125 0.42890625 0.81875 0.428125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.06173f5a3ae0720366727e3754c10e69.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.06173f5a3ae0720366727e3754c10e69.txt new file mode 100644 index 0000000..f3d47c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.06173f5a3ae0720366727e3754c10e69.txt @@ -0,0 +1 @@ +8 0.4671875 0.4421875 0.49765625 0.878125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.15bbc14a6bd01e2ccad1714bba5cb207.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.15bbc14a6bd01e2ccad1714bba5cb207.txt new file mode 100644 index 0000000..f3d47c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.15bbc14a6bd01e2ccad1714bba5cb207.txt @@ -0,0 +1 @@ +8 0.4671875 0.4421875 0.49765625 0.878125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.37fcb3307bd0e46e8e68b16d2e98318d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.37fcb3307bd0e46e8e68b16d2e98318d.txt new file mode 100644 index 0000000..f3d47c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5Z4A30AT64W9IRDJ_jpg.rf.37fcb3307bd0e46e8e68b16d2e98318d.txt @@ -0,0 +1 @@ +8 0.4671875 0.4421875 0.49765625 0.878125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1c8913fd4bc2c28842425cf599b3e275.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1c8913fd4bc2c28842425cf599b3e275.txt new file mode 100644 index 0000000..f4e2162 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1c8913fd4bc2c28842425cf599b3e275.txt @@ -0,0 +1 @@ +8 0.4890625 0.54609375 0.978125 0.79921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1d101267c23e778e08f5f409ad28bd13.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1d101267c23e778e08f5f409ad28bd13.txt new file mode 100644 index 0000000..f4e2162 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.1d101267c23e778e08f5f409ad28bd13.txt @@ -0,0 +1 @@ +8 0.4890625 0.54609375 0.978125 0.79921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.8d741c698688e8b4b31f9143fee3d749.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.8d741c698688e8b4b31f9143fee3d749.txt new file mode 100644 index 0000000..f4e2162 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_5ZZVFPMEKRUJUPU3_jpg.rf.8d741c698688e8b4b31f9143fee3d749.txt @@ -0,0 +1 @@ +8 0.4890625 0.54609375 0.978125 0.79921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.7974167b0574e4a262b9796b7e262e50.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.7974167b0574e4a262b9796b7e262e50.txt new file mode 100644 index 0000000..ce5b43c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.7974167b0574e4a262b9796b7e262e50.txt @@ -0,0 +1 @@ +8 0.50625 0.5 0.97734375 1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.a354eaaa689ae7abb2a9374abda234b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.a354eaaa689ae7abb2a9374abda234b2.txt new file mode 100644 index 0000000..ce5b43c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_636B896B6X47918V_jpg.rf.a354eaaa689ae7abb2a9374abda234b2.txt @@ -0,0 +1 @@ +8 0.50625 0.5 0.97734375 1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.5c97b3bf1c57140c60da2e86de8b02bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.5c97b3bf1c57140c60da2e86de8b02bd.txt new file mode 100644 index 0000000..09382f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.5c97b3bf1c57140c60da2e86de8b02bd.txt @@ -0,0 +1 @@ +8 0.4921875 0.49921875 0.67109375 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.688b136ef6cff14fbc622df88fc056ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.688b136ef6cff14fbc622df88fc056ca.txt new file mode 100644 index 0000000..09382f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6516H28YME1SDJL6_jpg.rf.688b136ef6cff14fbc622df88fc056ca.txt @@ -0,0 +1 @@ +8 0.4921875 0.49921875 0.67109375 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.3119fd630c7f9e10f408fccb353bf70c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.3119fd630c7f9e10f408fccb353bf70c.txt new file mode 100644 index 0000000..65241cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.3119fd630c7f9e10f408fccb353bf70c.txt @@ -0,0 +1,2 @@ +8 0.5125 0.4765625 0.59609375 0.8734375 +8 0.16484375 0.17578125 0.3296875 0.3515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.632ecd996bb0f7a8151ce304b15d65ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.632ecd996bb0f7a8151ce304b15d65ab.txt new file mode 100644 index 0000000..65241cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.632ecd996bb0f7a8151ce304b15d65ab.txt @@ -0,0 +1,2 @@ +8 0.5125 0.4765625 0.59609375 0.8734375 +8 0.16484375 0.17578125 0.3296875 0.3515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.8dabe6373bd0881621a08e2c542df840.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.8dabe6373bd0881621a08e2c542df840.txt new file mode 100644 index 0000000..65241cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_653UYKY7M0LSI1GE_jpg.rf.8dabe6373bd0881621a08e2c542df840.txt @@ -0,0 +1,2 @@ +8 0.5125 0.4765625 0.59609375 0.8734375 +8 0.16484375 0.17578125 0.3296875 0.3515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.1958dabcb0eaadc9164e8668e005099b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.1958dabcb0eaadc9164e8668e005099b.txt new file mode 100644 index 0000000..f5e7deb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.1958dabcb0eaadc9164e8668e005099b.txt @@ -0,0 +1 @@ +8 0.4421875 0.60546875 0.76328125 0.72109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.719e0e6042e8dd7b3899fd284b5cb701.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.719e0e6042e8dd7b3899fd284b5cb701.txt new file mode 100644 index 0000000..f5e7deb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.719e0e6042e8dd7b3899fd284b5cb701.txt @@ -0,0 +1 @@ +8 0.4421875 0.60546875 0.76328125 0.72109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.e6ccdbf654ed2e4c032b7bcbc7c8ed82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.e6ccdbf654ed2e4c032b7bcbc7c8ed82.txt new file mode 100644 index 0000000..f5e7deb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_658RFVODE066IVP6_jpg.rf.e6ccdbf654ed2e4c032b7bcbc7c8ed82.txt @@ -0,0 +1 @@ +8 0.4421875 0.60546875 0.76328125 0.72109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.5157c7b5119bd45ed239006fdd2a8148.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.5157c7b5119bd45ed239006fdd2a8148.txt new file mode 100644 index 0000000..3dcf53e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.5157c7b5119bd45ed239006fdd2a8148.txt @@ -0,0 +1 @@ +8 0.509375 0.4703125 0.86640625 0.56484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.95a0f0cddf1ce0bdb9e8dfcaf2e6d50a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.95a0f0cddf1ce0bdb9e8dfcaf2e6d50a.txt new file mode 100644 index 0000000..3dcf53e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.95a0f0cddf1ce0bdb9e8dfcaf2e6d50a.txt @@ -0,0 +1 @@ +8 0.509375 0.4703125 0.86640625 0.56484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.dd8102f08fe8372c7ba79b9ca86001c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.dd8102f08fe8372c7ba79b9ca86001c5.txt new file mode 100644 index 0000000..3dcf53e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69GGXGUFOFOSWI47_jpg.rf.dd8102f08fe8372c7ba79b9ca86001c5.txt @@ -0,0 +1 @@ +8 0.509375 0.4703125 0.86640625 0.56484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.34c467903c3141425c143a7160d4e99e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.34c467903c3141425c143a7160d4e99e.txt new file mode 100644 index 0000000..35d4986 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.34c467903c3141425c143a7160d4e99e.txt @@ -0,0 +1 @@ +8 0.35703125 0.50078125 0.49921875 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.72c93c28d14958b413756077fad1dbc1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.72c93c28d14958b413756077fad1dbc1.txt new file mode 100644 index 0000000..35d4986 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.72c93c28d14958b413756077fad1dbc1.txt @@ -0,0 +1 @@ +8 0.35703125 0.50078125 0.49921875 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.fca89fd9491d1a65cbf6212643276a6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.fca89fd9491d1a65cbf6212643276a6b.txt new file mode 100644 index 0000000..35d4986 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_69VTCY45TXH8W0H9_jpg.rf.fca89fd9491d1a65cbf6212643276a6b.txt @@ -0,0 +1 @@ +8 0.35703125 0.50078125 0.49921875 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.2789cf9ad56914802cb81bf921a71999.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.2789cf9ad56914802cb81bf921a71999.txt new file mode 100644 index 0000000..23ff5d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.2789cf9ad56914802cb81bf921a71999.txt @@ -0,0 +1 @@ +8 0.4109375 0.4640625 0.68828125 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.39a48462df835d7213297c05167020ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.39a48462df835d7213297c05167020ea.txt new file mode 100644 index 0000000..23ff5d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.39a48462df835d7213297c05167020ea.txt @@ -0,0 +1 @@ +8 0.4109375 0.4640625 0.68828125 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.5cd77702db123012d292c073f92a20a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.5cd77702db123012d292c073f92a20a0.txt new file mode 100644 index 0000000..23ff5d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6A3BBKKO96DNGFJE_jpg.rf.5cd77702db123012d292c073f92a20a0.txt @@ -0,0 +1 @@ +8 0.4109375 0.4640625 0.68828125 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.4814b1b13b1045a51e87e90b995ddfc4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.4814b1b13b1045a51e87e90b995ddfc4.txt new file mode 100644 index 0000000..40ec2be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.4814b1b13b1045a51e87e90b995ddfc4.txt @@ -0,0 +1 @@ +8 0.52734375 0.49296875 0.7125 0.78984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.bbd8a46787520e14db7cd7ba305011ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.bbd8a46787520e14db7cd7ba305011ba.txt new file mode 100644 index 0000000..40ec2be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.bbd8a46787520e14db7cd7ba305011ba.txt @@ -0,0 +1 @@ +8 0.52734375 0.49296875 0.7125 0.78984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.cf9d5157ecafa527025c57cb9a90a4ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.cf9d5157ecafa527025c57cb9a90a4ec.txt new file mode 100644 index 0000000..40ec2be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6CMXSJN6XZY39GMO_jpg.rf.cf9d5157ecafa527025c57cb9a90a4ec.txt @@ -0,0 +1 @@ +8 0.52734375 0.49296875 0.7125 0.78984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.aa62fb347bb24f18c802893a3f2186f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.aa62fb347bb24f18c802893a3f2186f5.txt new file mode 100644 index 0000000..2fbd267 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.aa62fb347bb24f18c802893a3f2186f5.txt @@ -0,0 +1 @@ +8 0.478125 0.3984375 0.590625 0.4875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.be2d6c9522ce218080419d6f2eaf3c0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.be2d6c9522ce218080419d6f2eaf3c0e.txt new file mode 100644 index 0000000..2fbd267 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.be2d6c9522ce218080419d6f2eaf3c0e.txt @@ -0,0 +1 @@ +8 0.478125 0.3984375 0.590625 0.4875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.d42273f510d82e2eafb3684444cf5c94.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.d42273f510d82e2eafb3684444cf5c94.txt new file mode 100644 index 0000000..2fbd267 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6FFKMDGJE0O4O2DA_jpg.rf.d42273f510d82e2eafb3684444cf5c94.txt @@ -0,0 +1 @@ +8 0.478125 0.3984375 0.590625 0.4875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.e667ed871518aae9091b5e7564b0f4e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.e667ed871518aae9091b5e7564b0f4e6.txt new file mode 100644 index 0000000..67dfbe6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.e667ed871518aae9091b5e7564b0f4e6.txt @@ -0,0 +1 @@ +8 0.428125 0.35390625 0.79296875 0.7078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.ee7e85eef480ca015b5f08b898bfefa3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.ee7e85eef480ca015b5f08b898bfefa3.txt new file mode 100644 index 0000000..67dfbe6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.ee7e85eef480ca015b5f08b898bfefa3.txt @@ -0,0 +1 @@ +8 0.428125 0.35390625 0.79296875 0.7078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.f437c7e638b5339da7002df14de2efa0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.f437c7e638b5339da7002df14de2efa0.txt new file mode 100644 index 0000000..67dfbe6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6H73LYIVLZH84SI0_jpg.rf.f437c7e638b5339da7002df14de2efa0.txt @@ -0,0 +1 @@ +8 0.428125 0.35390625 0.79296875 0.7078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.081b2016e990598c02540d316b9fd645.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.081b2016e990598c02540d316b9fd645.txt new file mode 100644 index 0000000..586c450 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.081b2016e990598c02540d316b9fd645.txt @@ -0,0 +1 @@ +8 0.54296875 0.3 0.4203125 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.6e728928e976d14b9e7c315778dedd63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.6e728928e976d14b9e7c315778dedd63.txt new file mode 100644 index 0000000..586c450 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.6e728928e976d14b9e7c315778dedd63.txt @@ -0,0 +1 @@ +8 0.54296875 0.3 0.4203125 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.864f55e26113fd6479b3f23e21e9e3f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.864f55e26113fd6479b3f23e21e9e3f6.txt new file mode 100644 index 0000000..586c450 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6JD3XVNSGL9PX3D3_jpg.rf.864f55e26113fd6479b3f23e21e9e3f6.txt @@ -0,0 +1 @@ +8 0.54296875 0.3 0.4203125 0.4375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.352bc8610a5e25dac6893df559b0b0d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.352bc8610a5e25dac6893df559b0b0d5.txt new file mode 100644 index 0000000..e1ca7ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.352bc8610a5e25dac6893df559b0b0d5.txt @@ -0,0 +1 @@ +8 0.50078125 0.54609375 0.53515625 0.6234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.d2baa4a14f68c59064115551922931fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.d2baa4a14f68c59064115551922931fe.txt new file mode 100644 index 0000000..e1ca7ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.d2baa4a14f68c59064115551922931fe.txt @@ -0,0 +1 @@ +8 0.50078125 0.54609375 0.53515625 0.6234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.ff833ec61cd26fe06aa5954f10ca775b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.ff833ec61cd26fe06aa5954f10ca775b.txt new file mode 100644 index 0000000..e1ca7ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6LX6VVHKKYL8NMD8_jpg.rf.ff833ec61cd26fe06aa5954f10ca775b.txt @@ -0,0 +1 @@ +8 0.50078125 0.54609375 0.53515625 0.6234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.18bb0a769663bc6f97948cd0164f28d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.18bb0a769663bc6f97948cd0164f28d5.txt new file mode 100644 index 0000000..2700d0d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.18bb0a769663bc6f97948cd0164f28d5.txt @@ -0,0 +1 @@ +8 0.5140625 0.48203125 0.54765625 0.596875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.86acc93b1517713008a5a4c1a394691a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.86acc93b1517713008a5a4c1a394691a.txt new file mode 100644 index 0000000..2700d0d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.86acc93b1517713008a5a4c1a394691a.txt @@ -0,0 +1 @@ +8 0.5140625 0.48203125 0.54765625 0.596875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.91e5e96d7a8dddc172b0ebc671b09f91.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.91e5e96d7a8dddc172b0ebc671b09f91.txt new file mode 100644 index 0000000..2700d0d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6M9Q02NH1TAXMUEH_jpg.rf.91e5e96d7a8dddc172b0ebc671b09f91.txt @@ -0,0 +1 @@ +8 0.5140625 0.48203125 0.54765625 0.596875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.12544f3381e54e7afd6cc2aebe1f6b85.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.12544f3381e54e7afd6cc2aebe1f6b85.txt new file mode 100644 index 0000000..e137965 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.12544f3381e54e7afd6cc2aebe1f6b85.txt @@ -0,0 +1 @@ +8 0.5125 0.4 0.66640625 0.71328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.5a00d2fda11122140890433187d89cca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.5a00d2fda11122140890433187d89cca.txt new file mode 100644 index 0000000..e137965 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.5a00d2fda11122140890433187d89cca.txt @@ -0,0 +1 @@ +8 0.5125 0.4 0.66640625 0.71328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.e29a8f4deabd3827eb683932cd4217f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.e29a8f4deabd3827eb683932cd4217f7.txt new file mode 100644 index 0000000..e137965 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6O8TL01VH1WIHNWQ_jpg.rf.e29a8f4deabd3827eb683932cd4217f7.txt @@ -0,0 +1 @@ +8 0.5125 0.4 0.66640625 0.71328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.25254bbff44398687274dbd99620cde6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.25254bbff44398687274dbd99620cde6.txt new file mode 100644 index 0000000..0e70016 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.25254bbff44398687274dbd99620cde6.txt @@ -0,0 +1 @@ +8 0.4984375 0.44921875 0.5484375 0.503125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.8698c43deae05c602f2d9bf8ac2953f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.8698c43deae05c602f2d9bf8ac2953f6.txt new file mode 100644 index 0000000..0e70016 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.8698c43deae05c602f2d9bf8ac2953f6.txt @@ -0,0 +1 @@ +8 0.4984375 0.44921875 0.5484375 0.503125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.c5d95d836b35441ad974692fcb6888fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.c5d95d836b35441ad974692fcb6888fa.txt new file mode 100644 index 0000000..0e70016 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6OIIG17B7PDVNMTA_jpg.rf.c5d95d836b35441ad974692fcb6888fa.txt @@ -0,0 +1 @@ +8 0.4984375 0.44921875 0.5484375 0.503125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.6db318ec832fc15dafcb31dae8f080e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.6db318ec832fc15dafcb31dae8f080e4.txt new file mode 100644 index 0000000..fb71b6a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.6db318ec832fc15dafcb31dae8f080e4.txt @@ -0,0 +1 @@ +8 0.4671875 0.54453125 0.69609375 0.82109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.a3a4adea40342e60d9e405c0883bb94d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.a3a4adea40342e60d9e405c0883bb94d.txt new file mode 100644 index 0000000..fb71b6a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.a3a4adea40342e60d9e405c0883bb94d.txt @@ -0,0 +1 @@ +8 0.4671875 0.54453125 0.69609375 0.82109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.afc019a46f30fb3169f5f3fb04ac3856.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.afc019a46f30fb3169f5f3fb04ac3856.txt new file mode 100644 index 0000000..fb71b6a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6SMCXP00BY7J6TSY_jpg.rf.afc019a46f30fb3169f5f3fb04ac3856.txt @@ -0,0 +1 @@ +8 0.4671875 0.54453125 0.69609375 0.82109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.0fa1a6536ee276288efe0138e9d14d62.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.0fa1a6536ee276288efe0138e9d14d62.txt new file mode 100644 index 0000000..b6c8278 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.0fa1a6536ee276288efe0138e9d14d62.txt @@ -0,0 +1 @@ +8 0.4796875 0.35703125 0.5625 0.7140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.5ab269eca75aad392440cd95422dd8d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.5ab269eca75aad392440cd95422dd8d8.txt new file mode 100644 index 0000000..b6c8278 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.5ab269eca75aad392440cd95422dd8d8.txt @@ -0,0 +1 @@ +8 0.4796875 0.35703125 0.5625 0.7140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.842e59871e2b513ff541a1d44b06bfd0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.842e59871e2b513ff541a1d44b06bfd0.txt new file mode 100644 index 0000000..b6c8278 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WEFNGOL3UCKP33Z_jpg.rf.842e59871e2b513ff541a1d44b06bfd0.txt @@ -0,0 +1 @@ +8 0.4796875 0.35703125 0.5625 0.7140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.0d054da547432f9657e4eae0325fb4ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.0d054da547432f9657e4eae0325fb4ba.txt new file mode 100644 index 0000000..0dd86d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.0d054da547432f9657e4eae0325fb4ba.txt @@ -0,0 +1,3 @@ +8 0.31171875 0.89921875 0.53828125 0.1984375 +8 0.14609375 0.153125 0.2921875 0.30625 +8 0.38125 0.4296875 0.55625 0.684375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c66572865af6e94b9e3ef4594d38f8cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c66572865af6e94b9e3ef4594d38f8cf.txt new file mode 100644 index 0000000..0dd86d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c66572865af6e94b9e3ef4594d38f8cf.txt @@ -0,0 +1,3 @@ +8 0.31171875 0.89921875 0.53828125 0.1984375 +8 0.14609375 0.153125 0.2921875 0.30625 +8 0.38125 0.4296875 0.55625 0.684375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c9f0e43ad2f9e5c926ca2ff235f1acae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c9f0e43ad2f9e5c926ca2ff235f1acae.txt new file mode 100644 index 0000000..0dd86d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WHNYD2FGQK5S8JC_jpg.rf.c9f0e43ad2f9e5c926ca2ff235f1acae.txt @@ -0,0 +1,3 @@ +8 0.31171875 0.89921875 0.53828125 0.1984375 +8 0.14609375 0.153125 0.2921875 0.30625 +8 0.38125 0.4296875 0.55625 0.684375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.2210d6197abf0a1704a9a4dc519ecf45.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.2210d6197abf0a1704a9a4dc519ecf45.txt new file mode 100644 index 0000000..be3638b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.2210d6197abf0a1704a9a4dc519ecf45.txt @@ -0,0 +1 @@ +8 0.4890625 0.59453125 0.92109375 0.80859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.b0039bf610add926c16040857c644f5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.b0039bf610add926c16040857c644f5e.txt new file mode 100644 index 0000000..be3638b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.b0039bf610add926c16040857c644f5e.txt @@ -0,0 +1 @@ +8 0.4890625 0.59453125 0.92109375 0.80859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.f1cbbf73fe72230140756cb920e99354.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.f1cbbf73fe72230140756cb920e99354.txt new file mode 100644 index 0000000..be3638b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6WVQAL51P0DUZO1H_jpg.rf.f1cbbf73fe72230140756cb920e99354.txt @@ -0,0 +1 @@ +8 0.4890625 0.59453125 0.92109375 0.80859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.19681dabaa9fbe26374af79c0d39af04.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.19681dabaa9fbe26374af79c0d39af04.txt new file mode 100644 index 0000000..b331b98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.19681dabaa9fbe26374af79c0d39af04.txt @@ -0,0 +1 @@ +8 0.49140625 0.5078125 0.80625 0.44140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.2eeb7bf5742c1c15bd825b47cb60f23e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.2eeb7bf5742c1c15bd825b47cb60f23e.txt new file mode 100644 index 0000000..b331b98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_6YG0NYQHY7A5HKXH_jpg.rf.2eeb7bf5742c1c15bd825b47cb60f23e.txt @@ -0,0 +1 @@ +8 0.49140625 0.5078125 0.80625 0.44140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.315f8728b9e3d6b09d1ebe37f7c0adb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.315f8728b9e3d6b09d1ebe37f7c0adb5.txt new file mode 100644 index 0000000..249e79f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.315f8728b9e3d6b09d1ebe37f7c0adb5.txt @@ -0,0 +1 @@ +8 0.48828125 0.44609375 0.5140625 0.8921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.3e615553aebd0682b429652623747f66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.3e615553aebd0682b429652623747f66.txt new file mode 100644 index 0000000..249e79f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.3e615553aebd0682b429652623747f66.txt @@ -0,0 +1 @@ +8 0.48828125 0.44609375 0.5140625 0.8921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.e0a17e557b6672727fbfb5dfe82b502a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.e0a17e557b6672727fbfb5dfe82b502a.txt new file mode 100644 index 0000000..249e79f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71LH6KS9U6LQM4I7_jpg.rf.e0a17e557b6672727fbfb5dfe82b502a.txt @@ -0,0 +1 @@ +8 0.48828125 0.44609375 0.5140625 0.8921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.8f9ce2cdf3af8c5a03d8831e894bf03a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.8f9ce2cdf3af8c5a03d8831e894bf03a.txt new file mode 100644 index 0000000..41cfa8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.8f9ce2cdf3af8c5a03d8831e894bf03a.txt @@ -0,0 +1 @@ +8 0.5296875 0.4390625 0.6109375 0.7421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ac3030dfada88a1b3cb115b60964fd61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ac3030dfada88a1b3cb115b60964fd61.txt new file mode 100644 index 0000000..41cfa8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ac3030dfada88a1b3cb115b60964fd61.txt @@ -0,0 +1 @@ +8 0.5296875 0.4390625 0.6109375 0.7421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ad67103efe1fcc48c9aa3a2a97739a4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ad67103efe1fcc48c9aa3a2a97739a4c.txt new file mode 100644 index 0000000..41cfa8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71S3UJZB8BY7DTT2_jpg.rf.ad67103efe1fcc48c9aa3a2a97739a4c.txt @@ -0,0 +1 @@ +8 0.5296875 0.4390625 0.6109375 0.7421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.3659980fe97da8ffa5f67c9ef394e0c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.3659980fe97da8ffa5f67c9ef394e0c5.txt new file mode 100644 index 0000000..5d95930 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.3659980fe97da8ffa5f67c9ef394e0c5.txt @@ -0,0 +1 @@ +8 0.42109375 0.4859375 0.5453125 0.54453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.62c952752b10422c00be927df66842ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.62c952752b10422c00be927df66842ef.txt new file mode 100644 index 0000000..5d95930 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.62c952752b10422c00be927df66842ef.txt @@ -0,0 +1 @@ +8 0.42109375 0.4859375 0.5453125 0.54453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.bd55899a5aeecbb8de93da2cdc73b4cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.bd55899a5aeecbb8de93da2cdc73b4cf.txt new file mode 100644 index 0000000..5d95930 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_71SI4A4ZRW1331AV_jpg.rf.bd55899a5aeecbb8de93da2cdc73b4cf.txt @@ -0,0 +1 @@ +8 0.42109375 0.4859375 0.5453125 0.54453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.9798700add88736646768c84436f210e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.9798700add88736646768c84436f210e.txt new file mode 100644 index 0000000..3506688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.9798700add88736646768c84436f210e.txt @@ -0,0 +1,3 @@ +8 0.5578125 0.53125 0.58828125 0.49375 +8 0.196875 0.71796875 0.39296875 0.53984375 +8 0.7765625 0.84765625 0.43828125 0.29921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.c6f88360e8ba87fcdd57c3d4d7320e73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.c6f88360e8ba87fcdd57c3d4d7320e73.txt new file mode 100644 index 0000000..3506688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.c6f88360e8ba87fcdd57c3d4d7320e73.txt @@ -0,0 +1,3 @@ +8 0.5578125 0.53125 0.58828125 0.49375 +8 0.196875 0.71796875 0.39296875 0.53984375 +8 0.7765625 0.84765625 0.43828125 0.29921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.fc2af0f4aa211f2f975e4dcfcdeb688e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.fc2af0f4aa211f2f975e4dcfcdeb688e.txt new file mode 100644 index 0000000..3506688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_756AUW3PKD9V5DCU_jpg.rf.fc2af0f4aa211f2f975e4dcfcdeb688e.txt @@ -0,0 +1,3 @@ +8 0.5578125 0.53125 0.58828125 0.49375 +8 0.196875 0.71796875 0.39296875 0.53984375 +8 0.7765625 0.84765625 0.43828125 0.29921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.14789033d49eed0b77ccf267aa44b56b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.14789033d49eed0b77ccf267aa44b56b.txt new file mode 100644 index 0000000..be0c696 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.14789033d49eed0b77ccf267aa44b56b.txt @@ -0,0 +1 @@ +8 0.50859375 0.496875 0.64921875 0.94140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.15272abc90ffa6b06e6bcbd4f69ba768.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.15272abc90ffa6b06e6bcbd4f69ba768.txt new file mode 100644 index 0000000..be0c696 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.15272abc90ffa6b06e6bcbd4f69ba768.txt @@ -0,0 +1 @@ +8 0.50859375 0.496875 0.64921875 0.94140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.bb2fe72789b6a7ce4f6f553187f775f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.bb2fe72789b6a7ce4f6f553187f775f1.txt new file mode 100644 index 0000000..be0c696 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_75BEE3WUFI61IRM5_jpg.rf.bb2fe72789b6a7ce4f6f553187f775f1.txt @@ -0,0 +1 @@ +8 0.50859375 0.496875 0.64921875 0.94140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.85a2b61068352001ec88c27b2c31f0f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.85a2b61068352001ec88c27b2c31f0f6.txt new file mode 100644 index 0000000..47d8e5a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.85a2b61068352001ec88c27b2c31f0f6.txt @@ -0,0 +1 @@ +8 0.36171875 0.44375 0.64375 0.8671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.963f04abeff3421f443de90b4c6a09f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.963f04abeff3421f443de90b4c6a09f7.txt new file mode 100644 index 0000000..47d8e5a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.963f04abeff3421f443de90b4c6a09f7.txt @@ -0,0 +1 @@ +8 0.36171875 0.44375 0.64375 0.8671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.a50e30ebc1a21f5da0262330b1d6e049.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.a50e30ebc1a21f5da0262330b1d6e049.txt new file mode 100644 index 0000000..47d8e5a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_77XV4X4JSR305DZJ_jpg.rf.a50e30ebc1a21f5da0262330b1d6e049.txt @@ -0,0 +1 @@ +8 0.36171875 0.44375 0.64375 0.8671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.3eedfa1fc37de8c6651c0a0bdc4a5bcf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.3eedfa1fc37de8c6651c0a0bdc4a5bcf.txt new file mode 100644 index 0000000..8781a85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.3eedfa1fc37de8c6651c0a0bdc4a5bcf.txt @@ -0,0 +1 @@ +8 0.41015625 0.4734375 0.64296875 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.cc85d8272dd2ed2b8cc64fc486c7db61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.cc85d8272dd2ed2b8cc64fc486c7db61.txt new file mode 100644 index 0000000..8781a85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.cc85d8272dd2ed2b8cc64fc486c7db61.txt @@ -0,0 +1 @@ +8 0.41015625 0.4734375 0.64296875 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.d81711ba030fef526afcdf4f0aa3d967.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.d81711ba030fef526afcdf4f0aa3d967.txt new file mode 100644 index 0000000..8781a85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7HI3VF54H94F1X18_jpg.rf.d81711ba030fef526afcdf4f0aa3d967.txt @@ -0,0 +1 @@ +8 0.41015625 0.4734375 0.64296875 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.09c02514de1f414411a93b626750a573.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.09c02514de1f414411a93b626750a573.txt new file mode 100644 index 0000000..7895bc2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.09c02514de1f414411a93b626750a573.txt @@ -0,0 +1 @@ +8 0.3359375 0.56953125 0.628125 0.45390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.4c6e62fc6ce660e7efcaafd80297b562.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.4c6e62fc6ce660e7efcaafd80297b562.txt new file mode 100644 index 0000000..7895bc2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.4c6e62fc6ce660e7efcaafd80297b562.txt @@ -0,0 +1 @@ +8 0.3359375 0.56953125 0.628125 0.45390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.d551392ebe88e7949deb861d1f06f6ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.d551392ebe88e7949deb861d1f06f6ab.txt new file mode 100644 index 0000000..7895bc2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7S3425ABY2QUMPKK_jpg.rf.d551392ebe88e7949deb861d1f06f6ab.txt @@ -0,0 +1 @@ +8 0.3359375 0.56953125 0.628125 0.45390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.1852ef32f1a1f6a791ce246293fb4fb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.1852ef32f1a1f6a791ce246293fb4fb5.txt new file mode 100644 index 0000000..48e5df6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.1852ef32f1a1f6a791ce246293fb4fb5.txt @@ -0,0 +1 @@ +8 0.4671875 0.5421875 0.41953125 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.4aa7e4c45ab981347c49ba9ea1a5ce8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.4aa7e4c45ab981347c49ba9ea1a5ce8c.txt new file mode 100644 index 0000000..48e5df6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.4aa7e4c45ab981347c49ba9ea1a5ce8c.txt @@ -0,0 +1 @@ +8 0.4671875 0.5421875 0.41953125 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.a4fcf85da322cb443c0e26e3fd3d1090.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.a4fcf85da322cb443c0e26e3fd3d1090.txt new file mode 100644 index 0000000..48e5df6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7UZH7IKZLDH50SRK_jpg.rf.a4fcf85da322cb443c0e26e3fd3d1090.txt @@ -0,0 +1 @@ +8 0.4671875 0.5421875 0.41953125 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.01e31db2eb7876c693920004dd3f08b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.01e31db2eb7876c693920004dd3f08b4.txt new file mode 100644 index 0000000..848b888 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.01e31db2eb7876c693920004dd3f08b4.txt @@ -0,0 +1 @@ +8 0.48046875 0.40625 0.80078125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.304dd1a1326ed8268d05799e27eee155.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.304dd1a1326ed8268d05799e27eee155.txt new file mode 100644 index 0000000..848b888 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.304dd1a1326ed8268d05799e27eee155.txt @@ -0,0 +1 @@ +8 0.48046875 0.40625 0.80078125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.578e1f63ad4fdec414f508660110292d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.578e1f63ad4fdec414f508660110292d.txt new file mode 100644 index 0000000..848b888 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XF4QS3O0VKLZGS4_jpg.rf.578e1f63ad4fdec414f508660110292d.txt @@ -0,0 +1 @@ +8 0.48046875 0.40625 0.80078125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.296f1e7e68eec1d3ddfa0db4fb254a05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.296f1e7e68eec1d3ddfa0db4fb254a05.txt new file mode 100644 index 0000000..75bf6ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.296f1e7e68eec1d3ddfa0db4fb254a05.txt @@ -0,0 +1 @@ +8 0.50234375 0.5515625 0.715625 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.abb3fbca9256349a35775500cb2922e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.abb3fbca9256349a35775500cb2922e6.txt new file mode 100644 index 0000000..75bf6ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.abb3fbca9256349a35775500cb2922e6.txt @@ -0,0 +1 @@ +8 0.50234375 0.5515625 0.715625 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.e0f5407f6f66dfafdc1470f40ce6f5a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.e0f5407f6f66dfafdc1470f40ce6f5a9.txt new file mode 100644 index 0000000..75bf6ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPQT9OQUWHWV5WL_jpg.rf.e0f5407f6f66dfafdc1470f40ce6f5a9.txt @@ -0,0 +1 @@ +8 0.50234375 0.5515625 0.715625 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.b3d1a4ce0da1526cc77816162bc8b8fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.b3d1a4ce0da1526cc77816162bc8b8fa.txt new file mode 100644 index 0000000..3813159 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.b3d1a4ce0da1526cc77816162bc8b8fa.txt @@ -0,0 +1 @@ +8 0.5078125 0.4484375 0.58125 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.baac09339d7ec49014499da2b8c62340.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.baac09339d7ec49014499da2b8c62340.txt new file mode 100644 index 0000000..3813159 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.baac09339d7ec49014499da2b8c62340.txt @@ -0,0 +1 @@ +8 0.5078125 0.4484375 0.58125 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.df3eeae4d2726a53b2b0aea58e57ee42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.df3eeae4d2726a53b2b0aea58e57ee42.txt new file mode 100644 index 0000000..3813159 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7XPZRJTVQ1Q8LMBQ_jpg.rf.df3eeae4d2726a53b2b0aea58e57ee42.txt @@ -0,0 +1 @@ +8 0.5078125 0.4484375 0.58125 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.00951ecc1394010615d985d894bc2f29.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.00951ecc1394010615d985d894bc2f29.txt new file mode 100644 index 0000000..e8c7870 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.00951ecc1394010615d985d894bc2f29.txt @@ -0,0 +1 @@ +8 0.484375 0.33828125 0.2421875 0.2796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.9fa42bc8ea8e180334658a230ed3d231.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.9fa42bc8ea8e180334658a230ed3d231.txt new file mode 100644 index 0000000..e8c7870 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.9fa42bc8ea8e180334658a230ed3d231.txt @@ -0,0 +1 @@ +8 0.484375 0.33828125 0.2421875 0.2796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.ce5e7ae2709d6047dc027750fedc0bae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.ce5e7ae2709d6047dc027750fedc0bae.txt new file mode 100644 index 0000000..e8c7870 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_7ZEK7L6G1UCC41BF_jpg.rf.ce5e7ae2709d6047dc027750fedc0bae.txt @@ -0,0 +1 @@ +8 0.484375 0.33828125 0.2421875 0.2796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4a034113489596a2920ce7b08919dca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4a034113489596a2920ce7b08919dca.txt new file mode 100644 index 0000000..cead4c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4a034113489596a2920ce7b08919dca.txt @@ -0,0 +1,2 @@ +8 0.45390625 0.5375 0.8515625 0.86015625 +8 0.89921875 0.61484375 0.2015625 0.70234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4d2167ea4072c0ee2acd10c1d335d68.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4d2167ea4072c0ee2acd10c1d335d68.txt new file mode 100644 index 0000000..cead4c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.a4d2167ea4072c0ee2acd10c1d335d68.txt @@ -0,0 +1,2 @@ +8 0.45390625 0.5375 0.8515625 0.86015625 +8 0.89921875 0.61484375 0.2015625 0.70234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.b3540418b927f4a28dcbfd4f06100ef0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.b3540418b927f4a28dcbfd4f06100ef0.txt new file mode 100644 index 0000000..cead4c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80LBM5FYC43O1KEJ_jpg.rf.b3540418b927f4a28dcbfd4f06100ef0.txt @@ -0,0 +1,2 @@ +8 0.45390625 0.5375 0.8515625 0.86015625 +8 0.89921875 0.61484375 0.2015625 0.70234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.5e06653f956a9c9d77c811d888a7c8f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.5e06653f956a9c9d77c811d888a7c8f5.txt new file mode 100644 index 0000000..a31deba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.5e06653f956a9c9d77c811d888a7c8f5.txt @@ -0,0 +1 @@ +8 0.4640625 0.4984375 0.928125 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.bccabbd98879f2118fb9e7e7a8f33e42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.bccabbd98879f2118fb9e7e7a8f33e42.txt new file mode 100644 index 0000000..a31deba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.bccabbd98879f2118fb9e7e7a8f33e42.txt @@ -0,0 +1 @@ +8 0.4640625 0.4984375 0.928125 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.ee55b4c7e5fbfa06cd05bc340f917c75.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.ee55b4c7e5fbfa06cd05bc340f917c75.txt new file mode 100644 index 0000000..a31deba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_80ZBY9ADI8LTX3NZ_jpg.rf.ee55b4c7e5fbfa06cd05bc340f917c75.txt @@ -0,0 +1 @@ +8 0.4640625 0.4984375 0.928125 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.3ef47d88d7aecce51de33a2738829045.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.3ef47d88d7aecce51de33a2738829045.txt new file mode 100644 index 0000000..60687f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.3ef47d88d7aecce51de33a2738829045.txt @@ -0,0 +1 @@ +8 0.6328125 0.434375 0.734375 0.4875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.c2e975ad40139f5c5e1bac13e1c99979.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.c2e975ad40139f5c5e1bac13e1c99979.txt new file mode 100644 index 0000000..60687f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.c2e975ad40139f5c5e1bac13e1c99979.txt @@ -0,0 +1 @@ +8 0.6328125 0.434375 0.734375 0.4875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.f4d4799a869422266ef66739acdf23e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.f4d4799a869422266ef66739acdf23e1.txt new file mode 100644 index 0000000..60687f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_81URRCDPU50B6E38_jpg.rf.f4d4799a869422266ef66739acdf23e1.txt @@ -0,0 +1 @@ +8 0.6328125 0.434375 0.734375 0.4875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.7e8172377d7ffeff61bcba1291059092.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.7e8172377d7ffeff61bcba1291059092.txt new file mode 100644 index 0000000..1d56932 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.7e8172377d7ffeff61bcba1291059092.txt @@ -0,0 +1 @@ +8 0.46640625 0.53515625 0.93203125 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.8c45f21ad92994a83e98368a28d9e2c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.8c45f21ad92994a83e98368a28d9e2c2.txt new file mode 100644 index 0000000..1d56932 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.8c45f21ad92994a83e98368a28d9e2c2.txt @@ -0,0 +1 @@ +8 0.46640625 0.53515625 0.93203125 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.e2eadabb1886d2e760d45cdd9097608f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.e2eadabb1886d2e760d45cdd9097608f.txt new file mode 100644 index 0000000..1d56932 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8369IXZTJCAZ5WML_jpg.rf.e2eadabb1886d2e760d45cdd9097608f.txt @@ -0,0 +1 @@ +8 0.46640625 0.53515625 0.93203125 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.708b46e4b496f1c66356e47461312e1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.708b46e4b496f1c66356e47461312e1a.txt new file mode 100644 index 0000000..6062616 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.708b46e4b496f1c66356e47461312e1a.txt @@ -0,0 +1 @@ +8 0.4625 0.56875 0.73046875 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.d85becd3a560bc85c2c7a70fa9b5f576.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.d85becd3a560bc85c2c7a70fa9b5f576.txt new file mode 100644 index 0000000..6062616 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.d85becd3a560bc85c2c7a70fa9b5f576.txt @@ -0,0 +1 @@ +8 0.4625 0.56875 0.73046875 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.fab9a061a137b8afc9105351ce8bff78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.fab9a061a137b8afc9105351ce8bff78.txt new file mode 100644 index 0000000..6062616 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_83X2706G5GYPGZDA_jpg.rf.fab9a061a137b8afc9105351ce8bff78.txt @@ -0,0 +1 @@ +8 0.4625 0.56875 0.73046875 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.46199a78d12b878c029c4925ded691e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.46199a78d12b878c029c4925ded691e6.txt new file mode 100644 index 0000000..0a54f6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.46199a78d12b878c029c4925ded691e6.txt @@ -0,0 +1 @@ +8 0.48046875 0.4453125 0.6234375 0.80625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.b6009cbb9e6b908ebbe0c9c3c3fc40b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.b6009cbb9e6b908ebbe0c9c3c3fc40b4.txt new file mode 100644 index 0000000..0a54f6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.b6009cbb9e6b908ebbe0c9c3c3fc40b4.txt @@ -0,0 +1 @@ +8 0.48046875 0.4453125 0.6234375 0.80625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.f3862cd897bd45ef665263928dcb862f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.f3862cd897bd45ef665263928dcb862f.txt new file mode 100644 index 0000000..0a54f6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89KF9QFX5GKZC81A_jpg.rf.f3862cd897bd45ef665263928dcb862f.txt @@ -0,0 +1 @@ +8 0.48046875 0.4453125 0.6234375 0.80625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.25c26be9e5ca131bbf75e6833827b38b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.25c26be9e5ca131bbf75e6833827b38b.txt new file mode 100644 index 0000000..f7fef11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.25c26be9e5ca131bbf75e6833827b38b.txt @@ -0,0 +1 @@ +8 0.45390625 0.53046875 0.5296875 0.475 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.d0ff2c7f96abe7786dde9a385de47db5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.d0ff2c7f96abe7786dde9a385de47db5.txt new file mode 100644 index 0000000..f7fef11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.d0ff2c7f96abe7786dde9a385de47db5.txt @@ -0,0 +1 @@ +8 0.45390625 0.53046875 0.5296875 0.475 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.f7ccae496b9e6663e4d38f2725245332.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.f7ccae496b9e6663e4d38f2725245332.txt new file mode 100644 index 0000000..f7fef11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89Q4LGA0OPT9CA70_jpg.rf.f7ccae496b9e6663e4d38f2725245332.txt @@ -0,0 +1 @@ +8 0.45390625 0.53046875 0.5296875 0.475 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.07b697fed7981859bd4e6458f77c7345.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.07b697fed7981859bd4e6458f77c7345.txt new file mode 100644 index 0000000..edfe297 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.07b697fed7981859bd4e6458f77c7345.txt @@ -0,0 +1,4 @@ +8 0.24375 0.51484375 0.4875 0.9015625 +8 0.73828125 0.55546875 0.52265625 0.8890625 +8 0.9375 0.23125 0.1171875 0.4625 +8 0.55859375 0.40078125 0.61484375 0.8015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.681af6397263d6258abf5d8664db01dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.681af6397263d6258abf5d8664db01dd.txt new file mode 100644 index 0000000..edfe297 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.681af6397263d6258abf5d8664db01dd.txt @@ -0,0 +1,4 @@ +8 0.24375 0.51484375 0.4875 0.9015625 +8 0.73828125 0.55546875 0.52265625 0.8890625 +8 0.9375 0.23125 0.1171875 0.4625 +8 0.55859375 0.40078125 0.61484375 0.8015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.69eb6c80985945193cf98a9831eb13b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.69eb6c80985945193cf98a9831eb13b7.txt new file mode 100644 index 0000000..edfe297 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_89XM09JNUE4GNLE2_jpg.rf.69eb6c80985945193cf98a9831eb13b7.txt @@ -0,0 +1,4 @@ +8 0.24375 0.51484375 0.4875 0.9015625 +8 0.73828125 0.55546875 0.52265625 0.8890625 +8 0.9375 0.23125 0.1171875 0.4625 +8 0.55859375 0.40078125 0.61484375 0.8015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.a0c0f94144508409f2aad078c488bb86.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.a0c0f94144508409f2aad078c488bb86.txt new file mode 100644 index 0000000..3c270c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.a0c0f94144508409f2aad078c488bb86.txt @@ -0,0 +1 @@ +8 0.46640625 0.38515625 0.83359375 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.cf0454733d189376f754f325b3f2069d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.cf0454733d189376f754f325b3f2069d.txt new file mode 100644 index 0000000..3c270c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.cf0454733d189376f754f325b3f2069d.txt @@ -0,0 +1 @@ +8 0.46640625 0.38515625 0.83359375 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.ecf004ba056f22f9fc61a5f19fddaaa9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.ecf004ba056f22f9fc61a5f19fddaaa9.txt new file mode 100644 index 0000000..3c270c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8BRTJVUNZAT6NB1K_jpg.rf.ecf004ba056f22f9fc61a5f19fddaaa9.txt @@ -0,0 +1 @@ +8 0.46640625 0.38515625 0.83359375 0.7671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.29cb2640d70da547448d3dc58394ae72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.29cb2640d70da547448d3dc58394ae72.txt new file mode 100644 index 0000000..9345fc3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.29cb2640d70da547448d3dc58394ae72.txt @@ -0,0 +1,2 @@ +8 0.48046875 0.6625 0.6171875 0.31640625 +8 0.49609375 0.178125 0.74921875 0.35625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.af19d814e1cd6495b5793389e8b9a531.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.af19d814e1cd6495b5793389e8b9a531.txt new file mode 100644 index 0000000..9345fc3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.af19d814e1cd6495b5793389e8b9a531.txt @@ -0,0 +1,2 @@ +8 0.48046875 0.6625 0.6171875 0.31640625 +8 0.49609375 0.178125 0.74921875 0.35625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.bfb14d4494070756bd942539762e2c9a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.bfb14d4494070756bd942539762e2c9a.txt new file mode 100644 index 0000000..9345fc3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CM0X6YX83V3B9UB_jpg.rf.bfb14d4494070756bd942539762e2c9a.txt @@ -0,0 +1,2 @@ +8 0.48046875 0.6625 0.6171875 0.31640625 +8 0.49609375 0.178125 0.74921875 0.35625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.67af8ff6c632a95494e9239fb878dbcb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.67af8ff6c632a95494e9239fb878dbcb.txt new file mode 100644 index 0000000..d0267d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.67af8ff6c632a95494e9239fb878dbcb.txt @@ -0,0 +1 @@ +8 0.48359375 0.44375 0.80234375 0.86875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.703c19c1a134d4181915d863d3b423bf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.703c19c1a134d4181915d863d3b423bf.txt new file mode 100644 index 0000000..d0267d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.703c19c1a134d4181915d863d3b423bf.txt @@ -0,0 +1 @@ +8 0.48359375 0.44375 0.80234375 0.86875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.8653f8c0dd8c95c3aa4ae07c1e0800d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.8653f8c0dd8c95c3aa4ae07c1e0800d1.txt new file mode 100644 index 0000000..d0267d1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8CQSJ0X3Y6T7AWYW_jpg.rf.8653f8c0dd8c95c3aa4ae07c1e0800d1.txt @@ -0,0 +1 @@ +8 0.48359375 0.44375 0.80234375 0.86875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.16da826e09734e9a5c14b7e4b16fc9de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.16da826e09734e9a5c14b7e4b16fc9de.txt new file mode 100644 index 0000000..7409d63 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.16da826e09734e9a5c14b7e4b16fc9de.txt @@ -0,0 +1 @@ +8 0.5296875 0.4609375 0.6484375 0.92109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.1d58edb0115c808991440af0d4bbb2b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.1d58edb0115c808991440af0d4bbb2b1.txt new file mode 100644 index 0000000..7409d63 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.1d58edb0115c808991440af0d4bbb2b1.txt @@ -0,0 +1 @@ +8 0.5296875 0.4609375 0.6484375 0.92109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.5ab0ec7c3497db21b400e4553b7dd5bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.5ab0ec7c3497db21b400e4553b7dd5bb.txt new file mode 100644 index 0000000..7409d63 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8DMGO6QUQRHMWDEA_jpg.rf.5ab0ec7c3497db21b400e4553b7dd5bb.txt @@ -0,0 +1 @@ +8 0.5296875 0.4609375 0.6484375 0.92109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.c467ae127a56869ec7db45529986beda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.c467ae127a56869ec7db45529986beda.txt new file mode 100644 index 0000000..c0f89c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.c467ae127a56869ec7db45529986beda.txt @@ -0,0 +1 @@ +8 0.3734375 0.4890625 0.74609375 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.df9a581fd919b7919f5d929f4f7ae00a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.df9a581fd919b7919f5d929f4f7ae00a.txt new file mode 100644 index 0000000..c0f89c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8EEG6D17UACUWZ0W_jpg.rf.df9a581fd919b7919f5d929f4f7ae00a.txt @@ -0,0 +1 @@ +8 0.3734375 0.4890625 0.74609375 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.76c754fe323157b2d0fd4c28e56478f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.76c754fe323157b2d0fd4c28e56478f8.txt new file mode 100644 index 0000000..ad7a1a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.76c754fe323157b2d0fd4c28e56478f8.txt @@ -0,0 +1 @@ +8 0.5328125 0.39375 0.32890625 0.1484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.81d6b538aa8044b7a249dc3c2638fd89.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.81d6b538aa8044b7a249dc3c2638fd89.txt new file mode 100644 index 0000000..ad7a1a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1IN5P0OKO0GOBV_jpg.rf.81d6b538aa8044b7a249dc3c2638fd89.txt @@ -0,0 +1 @@ +8 0.5328125 0.39375 0.32890625 0.1484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.0c2ae7fff818892f9cc45f5032caf761.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.0c2ae7fff818892f9cc45f5032caf761.txt new file mode 100644 index 0000000..05b8165 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.0c2ae7fff818892f9cc45f5032caf761.txt @@ -0,0 +1 @@ +8 0.47890625 0.525 0.55703125 0.50625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.590a2b12affda8f9f488110174581b23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.590a2b12affda8f9f488110174581b23.txt new file mode 100644 index 0000000..05b8165 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.590a2b12affda8f9f488110174581b23.txt @@ -0,0 +1 @@ +8 0.47890625 0.525 0.55703125 0.50625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.6e4b99267723b82cc783097ec09e2e7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.6e4b99267723b82cc783097ec09e2e7c.txt new file mode 100644 index 0000000..05b8165 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8L1VDPN4SQ51275D_jpg.rf.6e4b99267723b82cc783097ec09e2e7c.txt @@ -0,0 +1 @@ +8 0.47890625 0.525 0.55703125 0.50625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.39f13bba450eb11c728dc133714cf9fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.39f13bba450eb11c728dc133714cf9fc.txt new file mode 100644 index 0000000..96680da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.39f13bba450eb11c728dc133714cf9fc.txt @@ -0,0 +1 @@ +8 0.43203125 0.521875 0.69453125 0.66015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.948cf1eb05cad0f4eae79ea05c74d566.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.948cf1eb05cad0f4eae79ea05c74d566.txt new file mode 100644 index 0000000..96680da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.948cf1eb05cad0f4eae79ea05c74d566.txt @@ -0,0 +1 @@ +8 0.43203125 0.521875 0.69453125 0.66015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.ad1d80e676767ccb50bb66dd95242871.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.ad1d80e676767ccb50bb66dd95242871.txt new file mode 100644 index 0000000..96680da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8O3AQT51G7HOYQYZ_jpg.rf.ad1d80e676767ccb50bb66dd95242871.txt @@ -0,0 +1 @@ +8 0.43203125 0.521875 0.69453125 0.66015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.07b0137469c65112922a497a46307fec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.07b0137469c65112922a497a46307fec.txt new file mode 100644 index 0000000..1ecb15b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.07b0137469c65112922a497a46307fec.txt @@ -0,0 +1 @@ +8 0.4921875 0.5640625 0.6953125 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.0ca0c7c7e0557b04dc8c6b0bbe2e3299.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.0ca0c7c7e0557b04dc8c6b0bbe2e3299.txt new file mode 100644 index 0000000..1ecb15b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.0ca0c7c7e0557b04dc8c6b0bbe2e3299.txt @@ -0,0 +1 @@ +8 0.4921875 0.5640625 0.6953125 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.e885c563c68c6b5b60f5f12168ecdd98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.e885c563c68c6b5b60f5f12168ecdd98.txt new file mode 100644 index 0000000..1ecb15b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8OANXXLTMPMP2JQP_jpg.rf.e885c563c68c6b5b60f5f12168ecdd98.txt @@ -0,0 +1 @@ +8 0.4921875 0.5640625 0.6953125 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.4412887c366aad7dbf9f8758ae52e1e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.4412887c366aad7dbf9f8758ae52e1e6.txt new file mode 100644 index 0000000..1c4e27f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.4412887c366aad7dbf9f8758ae52e1e6.txt @@ -0,0 +1 @@ +8 0.58359375 0.57890625 0.75 0.8390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.a7f0a111c769ce06137815216646b6d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.a7f0a111c769ce06137815216646b6d0.txt new file mode 100644 index 0000000..1c4e27f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.a7f0a111c769ce06137815216646b6d0.txt @@ -0,0 +1 @@ +8 0.58359375 0.57890625 0.75 0.8390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.b607ac99a48695fc99b23a1db6f42475.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.b607ac99a48695fc99b23a1db6f42475.txt new file mode 100644 index 0000000..1c4e27f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QRK0OQ5QO8F0CQ4_jpg.rf.b607ac99a48695fc99b23a1db6f42475.txt @@ -0,0 +1 @@ +8 0.58359375 0.57890625 0.75 0.8390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.aa7c234b3887c6f059f4f74b2cbed6cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.aa7c234b3887c6f059f4f74b2cbed6cf.txt new file mode 100644 index 0000000..e0af2fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.aa7c234b3887c6f059f4f74b2cbed6cf.txt @@ -0,0 +1 @@ +8 0.34765625 0.60546875 0.6953125 0.78203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.be1b285db97beb263680561828bf25c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.be1b285db97beb263680561828bf25c7.txt new file mode 100644 index 0000000..e0af2fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.be1b285db97beb263680561828bf25c7.txt @@ -0,0 +1 @@ +8 0.34765625 0.60546875 0.6953125 0.78203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.c398d65923ccb0f15a0ada56dd76f6da.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.c398d65923ccb0f15a0ada56dd76f6da.txt new file mode 100644 index 0000000..e0af2fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8QXYI1YNP31VXNXM_jpg.rf.c398d65923ccb0f15a0ada56dd76f6da.txt @@ -0,0 +1 @@ +8 0.34765625 0.60546875 0.6953125 0.78203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.324992e0d1e80b5892084a8ae0b0f4dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.324992e0d1e80b5892084a8ae0b0f4dd.txt new file mode 100644 index 0000000..935bf50 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.324992e0d1e80b5892084a8ae0b0f4dd.txt @@ -0,0 +1 @@ +8 0.47265625 0.4671875 0.73828125 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.ea1c56d4b5be956dbc7292c9a4733082.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.ea1c56d4b5be956dbc7292c9a4733082.txt new file mode 100644 index 0000000..935bf50 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.ea1c56d4b5be956dbc7292c9a4733082.txt @@ -0,0 +1 @@ +8 0.47265625 0.4671875 0.73828125 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.f85add458d5a0ca7dc50cf269a04c491.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.f85add458d5a0ca7dc50cf269a04c491.txt new file mode 100644 index 0000000..935bf50 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8RMB5QTKTIHKM9QY_jpg.rf.f85add458d5a0ca7dc50cf269a04c491.txt @@ -0,0 +1 @@ +8 0.47265625 0.4671875 0.73828125 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.866f0bff9a289a7055fc68202e30bbb7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.866f0bff9a289a7055fc68202e30bbb7.txt new file mode 100644 index 0000000..0c3aa2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.866f0bff9a289a7055fc68202e30bbb7.txt @@ -0,0 +1 @@ +8 0.475 0.50078125 0.86796875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.f2198a344e5ee68d9ac08b2c3685fa61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.f2198a344e5ee68d9ac08b2c3685fa61.txt new file mode 100644 index 0000000..0c3aa2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.f2198a344e5ee68d9ac08b2c3685fa61.txt @@ -0,0 +1 @@ +8 0.475 0.50078125 0.86796875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.fb437446ed56300b161ed1ca37c865c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.fb437446ed56300b161ed1ca37c865c1.txt new file mode 100644 index 0000000..0c3aa2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8V1KYSHGY0BGQ6YH_jpg.rf.fb437446ed56300b161ed1ca37c865c1.txt @@ -0,0 +1 @@ +8 0.475 0.50078125 0.86796875 0.55078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.c59cd55414eb3c1026bf047069f38893.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.c59cd55414eb3c1026bf047069f38893.txt new file mode 100644 index 0000000..00bc0dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.c59cd55414eb3c1026bf047069f38893.txt @@ -0,0 +1 @@ +8 0.59453125 0.4671875 0.8109375 0.934375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.f67f435ccc81063701b1e0e6a20944dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.f67f435ccc81063701b1e0e6a20944dc.txt new file mode 100644 index 0000000..00bc0dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.f67f435ccc81063701b1e0e6a20944dc.txt @@ -0,0 +1 @@ +8 0.59453125 0.4671875 0.8109375 0.934375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.ff0a896999f9cc22084cdb8d98905a9f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.ff0a896999f9cc22084cdb8d98905a9f.txt new file mode 100644 index 0000000..00bc0dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_8YLS6R3093K62K91_jpg.rf.ff0a896999f9cc22084cdb8d98905a9f.txt @@ -0,0 +1 @@ +8 0.59453125 0.4671875 0.8109375 0.934375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.afd4268cd8b1611ea3af88c420c6f5f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.afd4268cd8b1611ea3af88c420c6f5f1.txt new file mode 100644 index 0000000..4f1f1fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.afd4268cd8b1611ea3af88c420c6f5f1.txt @@ -0,0 +1 @@ +8 0.4953125 0.296875 0.6015625 0.45546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.be15e91f0fc24fd8e31a8f2d10bb313a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.be15e91f0fc24fd8e31a8f2d10bb313a.txt new file mode 100644 index 0000000..4f1f1fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.be15e91f0fc24fd8e31a8f2d10bb313a.txt @@ -0,0 +1 @@ +8 0.4953125 0.296875 0.6015625 0.45546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.dae2935484fea9cbc64b9afc38726c2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.dae2935484fea9cbc64b9afc38726c2a.txt new file mode 100644 index 0000000..4f1f1fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_939DRYVN723GILPC_jpg.rf.dae2935484fea9cbc64b9afc38726c2a.txt @@ -0,0 +1 @@ +8 0.4953125 0.296875 0.6015625 0.45546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2631e57eb80eef58bd75b1b0f1683a20.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2631e57eb80eef58bd75b1b0f1683a20.txt new file mode 100644 index 0000000..39a0010 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2631e57eb80eef58bd75b1b0f1683a20.txt @@ -0,0 +1 @@ +8 0.4765625 0.47734375 0.7375 0.8375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2d3ac527fe460c820c628363d3faedd2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2d3ac527fe460c820c628363d3faedd2.txt new file mode 100644 index 0000000..39a0010 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.2d3ac527fe460c820c628363d3faedd2.txt @@ -0,0 +1 @@ +8 0.4765625 0.47734375 0.7375 0.8375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.78fa500a1a8d5dfe969306d3068db6ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.78fa500a1a8d5dfe969306d3068db6ef.txt new file mode 100644 index 0000000..39a0010 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_940VBOSXS23QHDYY_jpg.rf.78fa500a1a8d5dfe969306d3068db6ef.txt @@ -0,0 +1 @@ +8 0.4765625 0.47734375 0.7375 0.8375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.399114d8195240ab5bcb98e45723f935.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.399114d8195240ab5bcb98e45723f935.txt new file mode 100644 index 0000000..2cbbd54 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.399114d8195240ab5bcb98e45723f935.txt @@ -0,0 +1 @@ +8 0.45234375 0.578125 0.5390625 0.54765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.d0084ddfc7babfc6028a2d7d71dc0343.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.d0084ddfc7babfc6028a2d7d71dc0343.txt new file mode 100644 index 0000000..2cbbd54 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.d0084ddfc7babfc6028a2d7d71dc0343.txt @@ -0,0 +1 @@ +8 0.45234375 0.578125 0.5390625 0.54765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.f2d9625b2bd4e3d2d300e58fb9f720a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.f2d9625b2bd4e3d2d300e58fb9f720a1.txt new file mode 100644 index 0000000..2cbbd54 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_96PUKBA75HW0DITX_jpg.rf.f2d9625b2bd4e3d2d300e58fb9f720a1.txt @@ -0,0 +1 @@ +8 0.45234375 0.578125 0.5390625 0.54765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.2454ada2e4e2a8443a4db01098bf0ee4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.2454ada2e4e2a8443a4db01098bf0ee4.txt new file mode 100644 index 0000000..a036c2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.2454ada2e4e2a8443a4db01098bf0ee4.txt @@ -0,0 +1 @@ +8 0.4859375 0.58828125 0.459375 0.69375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.7dd33e4be998695c94138fc1f82a776e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.7dd33e4be998695c94138fc1f82a776e.txt new file mode 100644 index 0000000..a036c2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.7dd33e4be998695c94138fc1f82a776e.txt @@ -0,0 +1 @@ +8 0.4859375 0.58828125 0.459375 0.69375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.faffbfa78c9cb8060d613f0f7dff2840.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.faffbfa78c9cb8060d613f0f7dff2840.txt new file mode 100644 index 0000000..a036c2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9D18IPVUI19PS6T3_jpg.rf.faffbfa78c9cb8060d613f0f7dff2840.txt @@ -0,0 +1 @@ +8 0.4859375 0.58828125 0.459375 0.69375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.96e58a20e5598034d6c696822da66b0d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.96e58a20e5598034d6c696822da66b0d.txt new file mode 100644 index 0000000..06c8f66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.96e58a20e5598034d6c696822da66b0d.txt @@ -0,0 +1 @@ +8 0.50703125 0.4171875 0.5953125 0.74140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.dd8dfa6184d41f912a87642490b0327e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.dd8dfa6184d41f912a87642490b0327e.txt new file mode 100644 index 0000000..06c8f66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.dd8dfa6184d41f912a87642490b0327e.txt @@ -0,0 +1 @@ +8 0.50703125 0.4171875 0.5953125 0.74140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.fb49c7479c9e2e0e0de9966340aee39c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.fb49c7479c9e2e0e0de9966340aee39c.txt new file mode 100644 index 0000000..06c8f66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9DQ7B8UA490CQ1GP_jpg.rf.fb49c7479c9e2e0e0de9966340aee39c.txt @@ -0,0 +1 @@ +8 0.50703125 0.4171875 0.5953125 0.74140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.3058f31608615e56dcdcb6aea23ff21b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.3058f31608615e56dcdcb6aea23ff21b.txt new file mode 100644 index 0000000..b88f534 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.3058f31608615e56dcdcb6aea23ff21b.txt @@ -0,0 +1 @@ +8 0.4765625 0.4078125 0.68125 0.65625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.5aadf8870e6c1da8a322980fb015da8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.5aadf8870e6c1da8a322980fb015da8c.txt new file mode 100644 index 0000000..b88f534 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.5aadf8870e6c1da8a322980fb015da8c.txt @@ -0,0 +1 @@ +8 0.4765625 0.4078125 0.68125 0.65625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.eb2cd4d7c8d80669a2f5763761d93bce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.eb2cd4d7c8d80669a2f5763761d93bce.txt new file mode 100644 index 0000000..b88f534 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9F9C4GCHDI6YUWRW_jpg.rf.eb2cd4d7c8d80669a2f5763761d93bce.txt @@ -0,0 +1 @@ +8 0.4765625 0.4078125 0.68125 0.65625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.103ddca244e16de30295c000d921fec1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.103ddca244e16de30295c000d921fec1.txt new file mode 100644 index 0000000..66106c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.103ddca244e16de30295c000d921fec1.txt @@ -0,0 +1 @@ +8 0.5 0.59140625 1 0.68515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.a2c38cf5f48914dbca9c549d2dcca8cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.a2c38cf5f48914dbca9c549d2dcca8cd.txt new file mode 100644 index 0000000..66106c3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GIBY8YMZL6SMPTU_jpg.rf.a2c38cf5f48914dbca9c549d2dcca8cd.txt @@ -0,0 +1 @@ +8 0.5 0.59140625 1 0.68515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.54950ca016dce01e9e7036cf5a29d775.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.54950ca016dce01e9e7036cf5a29d775.txt new file mode 100644 index 0000000..345c75a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.54950ca016dce01e9e7036cf5a29d775.txt @@ -0,0 +1 @@ +8 0.5234375 0.509375 0.5703125 0.57734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.e6bed6fde91ee7e67b6b71cb090cee9b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.e6bed6fde91ee7e67b6b71cb090cee9b.txt new file mode 100644 index 0000000..345c75a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.e6bed6fde91ee7e67b6b71cb090cee9b.txt @@ -0,0 +1 @@ +8 0.5234375 0.509375 0.5703125 0.57734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.f8c2209fd98a41dcb2709b3a18ae8ac0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.f8c2209fd98a41dcb2709b3a18ae8ac0.txt new file mode 100644 index 0000000..345c75a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9GUW68N3UKRM425Y_jpg.rf.f8c2209fd98a41dcb2709b3a18ae8ac0.txt @@ -0,0 +1 @@ +8 0.5234375 0.509375 0.5703125 0.57734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.05c16fabfb81338822ff2e91f587fa6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.05c16fabfb81338822ff2e91f587fa6b.txt new file mode 100644 index 0000000..7176d37 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.05c16fabfb81338822ff2e91f587fa6b.txt @@ -0,0 +1 @@ +8 0.44375 0.48203125 0.65625 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.d5cd58132aaa6111611fcf71944c5fa6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.d5cd58132aaa6111611fcf71944c5fa6.txt new file mode 100644 index 0000000..7176d37 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.d5cd58132aaa6111611fcf71944c5fa6.txt @@ -0,0 +1 @@ +8 0.44375 0.48203125 0.65625 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.ec61c52604113a4430c556607a19de4d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.ec61c52604113a4430c556607a19de4d.txt new file mode 100644 index 0000000..7176d37 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HGLAKHL3777Q4D1_jpg.rf.ec61c52604113a4430c556607a19de4d.txt @@ -0,0 +1 @@ +8 0.44375 0.48203125 0.65625 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.34b7e899a703dda32287df2542a0647c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.34b7e899a703dda32287df2542a0647c.txt new file mode 100644 index 0000000..f0790bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.34b7e899a703dda32287df2542a0647c.txt @@ -0,0 +1 @@ +8 0.428125 0.44375 0.83515625 0.88515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.bd29a5480d07f8ec5df4d5102c26b63b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.bd29a5480d07f8ec5df4d5102c26b63b.txt new file mode 100644 index 0000000..f0790bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.bd29a5480d07f8ec5df4d5102c26b63b.txt @@ -0,0 +1 @@ +8 0.428125 0.44375 0.83515625 0.88515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.e52eb199079f752c0ff7e786716d9cd2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.e52eb199079f752c0ff7e786716d9cd2.txt new file mode 100644 index 0000000..f0790bc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9HR3CD09W7MTAYX4_jpg.rf.e52eb199079f752c0ff7e786716d9cd2.txt @@ -0,0 +1 @@ +8 0.428125 0.44375 0.83515625 0.88515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.31ccfaf3dd873c3b66dcfa2b8b4a94f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.31ccfaf3dd873c3b66dcfa2b8b4a94f1.txt new file mode 100644 index 0000000..03e41d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.31ccfaf3dd873c3b66dcfa2b8b4a94f1.txt @@ -0,0 +1,2 @@ +8 0.3328125 0.6109375 0.5359375 0.771875 +8 0.48515625 0.53515625 0.71953125 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.7e6aefd6a17789de779220ed134a07c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.7e6aefd6a17789de779220ed134a07c7.txt new file mode 100644 index 0000000..03e41d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_9XIW01PATYUBZHRK_jpg.rf.7e6aefd6a17789de779220ed134a07c7.txt @@ -0,0 +1,2 @@ +8 0.3328125 0.6109375 0.5359375 0.771875 +8 0.48515625 0.53515625 0.71953125 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.24da9ed06bbb405377225c04d3d1807d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.24da9ed06bbb405377225c04d3d1807d.txt new file mode 100644 index 0000000..c7f4c40 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.24da9ed06bbb405377225c04d3d1807d.txt @@ -0,0 +1,2 @@ +8 0.4640625 0.44140625 0.67265625 0.83046875 +8 0.81015625 0.4921875 0.3796875 0.790625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9254af122076d4d3638dded7eff517d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9254af122076d4d3638dded7eff517d7.txt new file mode 100644 index 0000000..c7f4c40 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9254af122076d4d3638dded7eff517d7.txt @@ -0,0 +1,2 @@ +8 0.4640625 0.44140625 0.67265625 0.83046875 +8 0.81015625 0.4921875 0.3796875 0.790625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9d779b300e558eda2ede138f27387abe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9d779b300e558eda2ede138f27387abe.txt new file mode 100644 index 0000000..c7f4c40 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_A3UQ5ZB4U3X29NZJ_jpg.rf.9d779b300e558eda2ede138f27387abe.txt @@ -0,0 +1,2 @@ +8 0.4640625 0.44140625 0.67265625 0.83046875 +8 0.81015625 0.4921875 0.3796875 0.790625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.52fa1231b38143487f8b3bbf08a6bb98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.52fa1231b38143487f8b3bbf08a6bb98.txt new file mode 100644 index 0000000..399ac17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.52fa1231b38143487f8b3bbf08a6bb98.txt @@ -0,0 +1 @@ +8 0.51953125 0.38046875 0.33984375 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.593c46334ebfeb823ec883258c85eaae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.593c46334ebfeb823ec883258c85eaae.txt new file mode 100644 index 0000000..399ac17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.593c46334ebfeb823ec883258c85eaae.txt @@ -0,0 +1 @@ +8 0.51953125 0.38046875 0.33984375 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.b9fc7efe04da1f9083fe9495143a5ac3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.b9fc7efe04da1f9083fe9495143a5ac3.txt new file mode 100644 index 0000000..399ac17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AAYDBRMNIR9MTYDW_jpg.rf.b9fc7efe04da1f9083fe9495143a5ac3.txt @@ -0,0 +1 @@ +8 0.51953125 0.38046875 0.33984375 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.0e9319a178dee1d096874e3794d6cea2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.0e9319a178dee1d096874e3794d6cea2.txt new file mode 100644 index 0000000..057405f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.0e9319a178dee1d096874e3794d6cea2.txt @@ -0,0 +1 @@ +8 0.5296875 0.4828125 0.80234375 0.965625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.c46d8603d977b94a3df6b3ab69a6d08b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.c46d8603d977b94a3df6b3ab69a6d08b.txt new file mode 100644 index 0000000..057405f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.c46d8603d977b94a3df6b3ab69a6d08b.txt @@ -0,0 +1 @@ +8 0.5296875 0.4828125 0.80234375 0.965625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.da5df61f1047fc8a5f62c4b16b4e6c76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.da5df61f1047fc8a5f62c4b16b4e6c76.txt new file mode 100644 index 0000000..057405f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AEJJUESGV9ET0EC6_jpg.rf.da5df61f1047fc8a5f62c4b16b4e6c76.txt @@ -0,0 +1 @@ +8 0.5296875 0.4828125 0.80234375 0.965625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.7b7f84b1691a3582e910b8c68d99cef0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.7b7f84b1691a3582e910b8c68d99cef0.txt new file mode 100644 index 0000000..ebdcce1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.7b7f84b1691a3582e910b8c68d99cef0.txt @@ -0,0 +1,2 @@ +8 0.29453125 0.89140625 0.5890625 0.2078125 +8 0.41328125 0.47578125 0.67578125 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.b902dff8a0589d22d45f308d66efa0da.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.b902dff8a0589d22d45f308d66efa0da.txt new file mode 100644 index 0000000..ebdcce1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.b902dff8a0589d22d45f308d66efa0da.txt @@ -0,0 +1,2 @@ +8 0.29453125 0.89140625 0.5890625 0.2078125 +8 0.41328125 0.47578125 0.67578125 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.dae449f6ab768d0b4e1522049d43eeeb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.dae449f6ab768d0b4e1522049d43eeeb.txt new file mode 100644 index 0000000..ebdcce1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGDN84ITE3MYWZJ8_jpg.rf.dae449f6ab768d0b4e1522049d43eeeb.txt @@ -0,0 +1,2 @@ +8 0.29453125 0.89140625 0.5890625 0.2078125 +8 0.41328125 0.47578125 0.67578125 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.63cb0218b621a0c90b07bc889471f266.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.63cb0218b621a0c90b07bc889471f266.txt new file mode 100644 index 0000000..71042bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.63cb0218b621a0c90b07bc889471f266.txt @@ -0,0 +1,5 @@ +8 0.4296875 0.53671875 0.2859375 0.3765625 +8 0.6265625 0.63125 0.146875 0.42265625 +8 0.1390625 0.74609375 0.278125 0.5046875 +8 0.159375 0.55078125 0.31875 0.4265625 +8 0.43671875 0.83515625 0.34609375 0.32734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.730ec53193b6b77d576400e297e68c7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.730ec53193b6b77d576400e297e68c7c.txt new file mode 100644 index 0000000..71042bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.730ec53193b6b77d576400e297e68c7c.txt @@ -0,0 +1,5 @@ +8 0.4296875 0.53671875 0.2859375 0.3765625 +8 0.6265625 0.63125 0.146875 0.42265625 +8 0.1390625 0.74609375 0.278125 0.5046875 +8 0.159375 0.55078125 0.31875 0.4265625 +8 0.43671875 0.83515625 0.34609375 0.32734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.7b10439e01bbc7053435912734148d9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.7b10439e01bbc7053435912734148d9d.txt new file mode 100644 index 0000000..71042bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AGW6SVFXMQ5PT5BX_jpg.rf.7b10439e01bbc7053435912734148d9d.txt @@ -0,0 +1,5 @@ +8 0.4296875 0.53671875 0.2859375 0.3765625 +8 0.6265625 0.63125 0.146875 0.42265625 +8 0.1390625 0.74609375 0.278125 0.5046875 +8 0.159375 0.55078125 0.31875 0.4265625 +8 0.43671875 0.83515625 0.34609375 0.32734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.0dbb0daf3450496ffd00e54f241874cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.0dbb0daf3450496ffd00e54f241874cc.txt new file mode 100644 index 0000000..4161e66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.0dbb0daf3450496ffd00e54f241874cc.txt @@ -0,0 +1 @@ +8 0.59609375 0.403125 0.79453125 0.4765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.3744e5159251e9c3e1a4bcf431727c54.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.3744e5159251e9c3e1a4bcf431727c54.txt new file mode 100644 index 0000000..4161e66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.3744e5159251e9c3e1a4bcf431727c54.txt @@ -0,0 +1 @@ +8 0.59609375 0.403125 0.79453125 0.4765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.ee045e01a270e1999b470f5d9094ee6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.ee045e01a270e1999b470f5d9094ee6e.txt new file mode 100644 index 0000000..4161e66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AL3DAPZZAT62YJ4I_jpg.rf.ee045e01a270e1999b470f5d9094ee6e.txt @@ -0,0 +1 @@ +8 0.59609375 0.403125 0.79453125 0.4765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.470ddf2f7441a6ed666f61c77ef4b2fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.470ddf2f7441a6ed666f61c77ef4b2fa.txt new file mode 100644 index 0000000..45efacd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.470ddf2f7441a6ed666f61c77ef4b2fa.txt @@ -0,0 +1 @@ +8 0.5 0.4984375 1 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.884d6109425ecdac92fca0650456d87b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.884d6109425ecdac92fca0650456d87b.txt new file mode 100644 index 0000000..45efacd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.884d6109425ecdac92fca0650456d87b.txt @@ -0,0 +1 @@ +8 0.5 0.4984375 1 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.e91f66ef302f8d046d5fd69a2cc98b51.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.e91f66ef302f8d046d5fd69a2cc98b51.txt new file mode 100644 index 0000000..45efacd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ALRLBYGYKE1K7UFX_jpg.rf.e91f66ef302f8d046d5fd69a2cc98b51.txt @@ -0,0 +1 @@ +8 0.5 0.4984375 1 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.646f0b2ac3294d76cc4e7ada27e6dad0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.646f0b2ac3294d76cc4e7ada27e6dad0.txt new file mode 100644 index 0000000..17b0f1b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.646f0b2ac3294d76cc4e7ada27e6dad0.txt @@ -0,0 +1,2 @@ +8 0.4796875 0.49296875 0.8640625 0.4921875 +8 0.57734375 0.5671875 0.8453125 0.59375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.69651ceb6d2b8fa99482156a9e55f6d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.69651ceb6d2b8fa99482156a9e55f6d5.txt new file mode 100644 index 0000000..17b0f1b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AOLNG9354WXBPNBO_jpg.rf.69651ceb6d2b8fa99482156a9e55f6d5.txt @@ -0,0 +1,2 @@ +8 0.4796875 0.49296875 0.8640625 0.4921875 +8 0.57734375 0.5671875 0.8453125 0.59375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.090b45f81bf92bcb1065587180b10479.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.090b45f81bf92bcb1065587180b10479.txt new file mode 100644 index 0000000..194e959 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.090b45f81bf92bcb1065587180b10479.txt @@ -0,0 +1 @@ +8 0.50625 0.4671875 0.60078125 0.6453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.0bf86d8f49d51115330589c2d92f5956.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.0bf86d8f49d51115330589c2d92f5956.txt new file mode 100644 index 0000000..194e959 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.0bf86d8f49d51115330589c2d92f5956.txt @@ -0,0 +1 @@ +8 0.50625 0.4671875 0.60078125 0.6453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.3e22c86857ddfcf4f904b935c954db68.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.3e22c86857ddfcf4f904b935c954db68.txt new file mode 100644 index 0000000..194e959 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ARHIXVGKVXA1P212_jpg.rf.3e22c86857ddfcf4f904b935c954db68.txt @@ -0,0 +1 @@ +8 0.50625 0.4671875 0.60078125 0.6453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.2a03c09fe4e36f2ef2fec87a9fa9d18d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.2a03c09fe4e36f2ef2fec87a9fa9d18d.txt new file mode 100644 index 0000000..316660d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.2a03c09fe4e36f2ef2fec87a9fa9d18d.txt @@ -0,0 +1 @@ +8 0.49921875 0.4828125 0.78984375 0.93125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.3c7271612d0f08b920a57a306c4b020a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.3c7271612d0f08b920a57a306c4b020a.txt new file mode 100644 index 0000000..316660d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.3c7271612d0f08b920a57a306c4b020a.txt @@ -0,0 +1 @@ +8 0.49921875 0.4828125 0.78984375 0.93125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.48ef560ff1f03e5a6f644937e333aee4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.48ef560ff1f03e5a6f644937e333aee4.txt new file mode 100644 index 0000000..316660d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AX8WPR1EQLJNDCLB_jpg.rf.48ef560ff1f03e5a6f644937e333aee4.txt @@ -0,0 +1 @@ +8 0.49921875 0.4828125 0.78984375 0.93125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.49a9e49d57cd5867f42563bb2afcd8a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.49a9e49d57cd5867f42563bb2afcd8a5.txt new file mode 100644 index 0000000..93e153f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.49a9e49d57cd5867f42563bb2afcd8a5.txt @@ -0,0 +1 @@ +8 0.5 0.5015625 1 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.87e14208eb32d00b55c7ab5d78de7a8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.87e14208eb32d00b55c7ab5d78de7a8b.txt new file mode 100644 index 0000000..93e153f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.87e14208eb32d00b55c7ab5d78de7a8b.txt @@ -0,0 +1 @@ +8 0.5 0.5015625 1 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.d4fa813bbf917011be0ff3685285d8a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.d4fa813bbf917011be0ff3685285d8a2.txt new file mode 100644 index 0000000..93e153f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_AYU0Z1ROAQSXNVI0_jpg.rf.d4fa813bbf917011be0ff3685285d8a2.txt @@ -0,0 +1 @@ +8 0.5 0.5015625 1 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.6712b5b58691783451f9fa6eea5acc77.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.6712b5b58691783451f9fa6eea5acc77.txt new file mode 100644 index 0000000..193049d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.6712b5b58691783451f9fa6eea5acc77.txt @@ -0,0 +1,2 @@ +8 0.5 0.6265625 0.6046875 0.46328125 +8 0.3515625 0.26484375 0.3125 0.43359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.c4344d3e11f7e3c5ea3891b4f0b1fbd0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.c4344d3e11f7e3c5ea3891b4f0b1fbd0.txt new file mode 100644 index 0000000..193049d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.c4344d3e11f7e3c5ea3891b4f0b1fbd0.txt @@ -0,0 +1,2 @@ +8 0.5 0.6265625 0.6046875 0.46328125 +8 0.3515625 0.26484375 0.3125 0.43359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.dcf0deb9483bc324de52528cb5365a16.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.dcf0deb9483bc324de52528cb5365a16.txt new file mode 100644 index 0000000..193049d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B288GJQ016PXMOZW_jpg.rf.dcf0deb9483bc324de52528cb5365a16.txt @@ -0,0 +1,2 @@ +8 0.5 0.6265625 0.6046875 0.46328125 +8 0.3515625 0.26484375 0.3125 0.43359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.10d2a4096f00476b4d7caefcad4e505d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.10d2a4096f00476b4d7caefcad4e505d.txt new file mode 100644 index 0000000..196d57a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.10d2a4096f00476b4d7caefcad4e505d.txt @@ -0,0 +1 @@ +8 0.55 0.49609375 0.4203125 0.43046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.9afca49b4bbb86ec6a96b97a35ce83d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.9afca49b4bbb86ec6a96b97a35ce83d2.txt new file mode 100644 index 0000000..196d57a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.9afca49b4bbb86ec6a96b97a35ce83d2.txt @@ -0,0 +1 @@ +8 0.55 0.49609375 0.4203125 0.43046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.c1e8b004396ab60084ccc779f582e4db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.c1e8b004396ab60084ccc779f582e4db.txt new file mode 100644 index 0000000..196d57a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B69UHVLNSZ99F96H_jpg.rf.c1e8b004396ab60084ccc779f582e4db.txt @@ -0,0 +1 @@ +8 0.55 0.49609375 0.4203125 0.43046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.203e3ffa4c6416a34134a7fce24b5e5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.203e3ffa4c6416a34134a7fce24b5e5d.txt new file mode 100644 index 0000000..0e823b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.203e3ffa4c6416a34134a7fce24b5e5d.txt @@ -0,0 +1 @@ +8 0.50078125 0.44140625 0.88671875 0.6359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.465779fc517dcd34654d7b7ff20b93f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.465779fc517dcd34654d7b7ff20b93f4.txt new file mode 100644 index 0000000..0e823b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.465779fc517dcd34654d7b7ff20b93f4.txt @@ -0,0 +1 @@ +8 0.50078125 0.44140625 0.88671875 0.6359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.b4ac267b7bd626cd0cd3dbd373b11ea5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.b4ac267b7bd626cd0cd3dbd373b11ea5.txt new file mode 100644 index 0000000..0e823b4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6IAZ49O4U4ZQ9GP_jpg.rf.b4ac267b7bd626cd0cd3dbd373b11ea5.txt @@ -0,0 +1 @@ +8 0.50078125 0.44140625 0.88671875 0.6359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9eae009e3604da61aa707ed8d50782e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9eae009e3604da61aa707ed8d50782e7.txt new file mode 100644 index 0000000..e182d60 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9eae009e3604da61aa707ed8d50782e7.txt @@ -0,0 +1 @@ +8 0.51171875 0.48671875 0.64375 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9f064d7218e543d638a79b0168b76b0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9f064d7218e543d638a79b0168b76b0e.txt new file mode 100644 index 0000000..e182d60 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.9f064d7218e543d638a79b0168b76b0e.txt @@ -0,0 +1 @@ +8 0.51171875 0.48671875 0.64375 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.c29d66d14354bbfaa855c3aa62ce60db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.c29d66d14354bbfaa855c3aa62ce60db.txt new file mode 100644 index 0000000..e182d60 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B6JMSQJJVEBL8ZUS_jpg.rf.c29d66d14354bbfaa855c3aa62ce60db.txt @@ -0,0 +1 @@ +8 0.51171875 0.48671875 0.64375 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.9e165ec04c5f4374434f66efd21ae4f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.9e165ec04c5f4374434f66efd21ae4f5.txt new file mode 100644 index 0000000..fc5009c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.9e165ec04c5f4374434f66efd21ae4f5.txt @@ -0,0 +1 @@ +8 0.4953125 0.40625 0.70859375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.a69a528c65dd89143ab65fe33b2a99ac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.a69a528c65dd89143ab65fe33b2a99ac.txt new file mode 100644 index 0000000..fc5009c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.a69a528c65dd89143ab65fe33b2a99ac.txt @@ -0,0 +1 @@ +8 0.4953125 0.40625 0.70859375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.af055132f3b1025077bf21929040475b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.af055132f3b1025077bf21929040475b.txt new file mode 100644 index 0000000..fc5009c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B70U4SMB5GPA2YJS_jpg.rf.af055132f3b1025077bf21929040475b.txt @@ -0,0 +1 @@ +8 0.4953125 0.40625 0.70859375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.66342f698dda7bd051971d0c6d19267f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.66342f698dda7bd051971d0c6d19267f.txt new file mode 100644 index 0000000..62a09c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.66342f698dda7bd051971d0c6d19267f.txt @@ -0,0 +1 @@ +8 0.70859375 0.5171875 0.56328125 0.51640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.806326224cd1d4b9e956b935a4e1d102.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.806326224cd1d4b9e956b935a4e1d102.txt new file mode 100644 index 0000000..62a09c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.806326224cd1d4b9e956b935a4e1d102.txt @@ -0,0 +1 @@ +8 0.70859375 0.5171875 0.56328125 0.51640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.9afe820bc24fc8fe4bf5780e33c7a2a4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.9afe820bc24fc8fe4bf5780e33c7a2a4.txt new file mode 100644 index 0000000..62a09c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B7GLILCLLW6OCHNQ_jpg.rf.9afe820bc24fc8fe4bf5780e33c7a2a4.txt @@ -0,0 +1 @@ +8 0.70859375 0.5171875 0.56328125 0.51640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.447c77ecc8bea6fbf408ed646ef1cc6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.447c77ecc8bea6fbf408ed646ef1cc6c.txt new file mode 100644 index 0000000..b3dde26 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.447c77ecc8bea6fbf408ed646ef1cc6c.txt @@ -0,0 +1,2 @@ +8 0.1890625 0.2890625 0.27578125 0.17421875 +8 0.4796875 0.45703125 0.25546875 0.3515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.da866b43db80a8f609910f0e9572dc76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.da866b43db80a8f609910f0e9572dc76.txt new file mode 100644 index 0000000..b3dde26 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_B996BE46ZHKXI3BS_jpg.rf.da866b43db80a8f609910f0e9572dc76.txt @@ -0,0 +1,2 @@ +8 0.1890625 0.2890625 0.27578125 0.17421875 +8 0.4796875 0.45703125 0.25546875 0.3515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.040dc153e1ee82a448f20801513412d6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.040dc153e1ee82a448f20801513412d6.txt new file mode 100644 index 0000000..d863e22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.040dc153e1ee82a448f20801513412d6.txt @@ -0,0 +1 @@ +8 0.47109375 0.3453125 0.82109375 0.540625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.8212f6ef8dcdf02900182becd007086c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.8212f6ef8dcdf02900182becd007086c.txt new file mode 100644 index 0000000..d863e22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.8212f6ef8dcdf02900182becd007086c.txt @@ -0,0 +1 @@ +8 0.47109375 0.3453125 0.82109375 0.540625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.b4fe30384f24e30ee999cfb8166e4fa4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.b4fe30384f24e30ee999cfb8166e4fa4.txt new file mode 100644 index 0000000..d863e22 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BA3S7KLC7XM1L33W_jpg.rf.b4fe30384f24e30ee999cfb8166e4fa4.txt @@ -0,0 +1 @@ +8 0.47109375 0.3453125 0.82109375 0.540625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.523fe0f8fe8514d8df8def37276cb4b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.523fe0f8fe8514d8df8def37276cb4b0.txt new file mode 100644 index 0000000..5cbc020 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.523fe0f8fe8514d8df8def37276cb4b0.txt @@ -0,0 +1 @@ +8 0.5 0.49453125 1 0.69609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.977a82643f6e85bc79479ecc252baf03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.977a82643f6e85bc79479ecc252baf03.txt new file mode 100644 index 0000000..5cbc020 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.977a82643f6e85bc79479ecc252baf03.txt @@ -0,0 +1 @@ +8 0.5 0.49453125 1 0.69609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.a557c67c2a5405da976b95c568ad14c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.a557c67c2a5405da976b95c568ad14c9.txt new file mode 100644 index 0000000..5cbc020 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BAXCFECHW73J3MJP_jpg.rf.a557c67c2a5405da976b95c568ad14c9.txt @@ -0,0 +1 @@ +8 0.5 0.49453125 1 0.69609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.b4f74959b2e2da01073f3fdd01856a9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.b4f74959b2e2da01073f3fdd01856a9d.txt new file mode 100644 index 0000000..ecca41e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.b4f74959b2e2da01073f3fdd01856a9d.txt @@ -0,0 +1 @@ +8 0.453125 0.5078125 0.7484375 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.c1a53f7525f42c541e9b344e23a6af77.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.c1a53f7525f42c541e9b344e23a6af77.txt new file mode 100644 index 0000000..ecca41e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.c1a53f7525f42c541e9b344e23a6af77.txt @@ -0,0 +1 @@ +8 0.453125 0.5078125 0.7484375 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.d82a1eca31b26be668ac3fac076e1ee3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.d82a1eca31b26be668ac3fac076e1ee3.txt new file mode 100644 index 0000000..ecca41e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BCLW1IPZ34E4L0V6_jpg.rf.d82a1eca31b26be668ac3fac076e1ee3.txt @@ -0,0 +1 @@ +8 0.453125 0.5078125 0.7484375 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.2d4f00ef100fb432b0cac598558ac1a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.2d4f00ef100fb432b0cac598558ac1a1.txt new file mode 100644 index 0000000..e4d2064 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.2d4f00ef100fb432b0cac598558ac1a1.txt @@ -0,0 +1 @@ +8 0.38984375 0.5421875 0.7796875 0.7796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.dc1efde596afe660c84282c945df5593.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.dc1efde596afe660c84282c945df5593.txt new file mode 100644 index 0000000..e4d2064 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.dc1efde596afe660c84282c945df5593.txt @@ -0,0 +1 @@ +8 0.38984375 0.5421875 0.7796875 0.7796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.f3d6f82e0a6d9da90ba7e6dfa2ff7782.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.f3d6f82e0a6d9da90ba7e6dfa2ff7782.txt new file mode 100644 index 0000000..e4d2064 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BEEEUWPX7QWK0NUK_jpg.rf.f3d6f82e0a6d9da90ba7e6dfa2ff7782.txt @@ -0,0 +1 @@ +8 0.38984375 0.5421875 0.7796875 0.7796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.2f49f4262ae5bd9a35c35ef465065f4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.2f49f4262ae5bd9a35c35ef465065f4b.txt new file mode 100644 index 0000000..b2f61ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.2f49f4262ae5bd9a35c35ef465065f4b.txt @@ -0,0 +1 @@ +8 0.4578125 0.53359375 0.82109375 0.5984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.550183221e0436d6727f903495780261.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.550183221e0436d6727f903495780261.txt new file mode 100644 index 0000000..b2f61ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.550183221e0436d6727f903495780261.txt @@ -0,0 +1 @@ +8 0.4578125 0.53359375 0.82109375 0.5984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.ce8bc9c601b317c852e476ec62c1f9bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.ce8bc9c601b317c852e476ec62c1f9bb.txt new file mode 100644 index 0000000..b2f61ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BENSPJ8VE0LZ8U6D_jpg.rf.ce8bc9c601b317c852e476ec62c1f9bb.txt @@ -0,0 +1 @@ +8 0.4578125 0.53359375 0.82109375 0.5984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.b1a1e88941cd2ece34cebabe7145b2af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.b1a1e88941cd2ece34cebabe7145b2af.txt new file mode 100644 index 0000000..2610413 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.b1a1e88941cd2ece34cebabe7145b2af.txt @@ -0,0 +1 @@ +8 0.478125 0.3484375 0.2015625 0.19921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.be4afcca07cc316324479a3edae374e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.be4afcca07cc316324479a3edae374e5.txt new file mode 100644 index 0000000..2610413 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.be4afcca07cc316324479a3edae374e5.txt @@ -0,0 +1 @@ +8 0.478125 0.3484375 0.2015625 0.19921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.f325420d06979b52c5a579497c86fdda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.f325420d06979b52c5a579497c86fdda.txt new file mode 100644 index 0000000..2610413 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BI3IXIYPS4W2THMU_jpg.rf.f325420d06979b52c5a579497c86fdda.txt @@ -0,0 +1 @@ +8 0.478125 0.3484375 0.2015625 0.19921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.13a26a2e5dd49064eca93cafdf2804c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.13a26a2e5dd49064eca93cafdf2804c4.txt new file mode 100644 index 0000000..af7610c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.13a26a2e5dd49064eca93cafdf2804c4.txt @@ -0,0 +1 @@ +8 0.57421875 0.43671875 0.55546875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.894dbc89f5ba09549929a9f8db1d90ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.894dbc89f5ba09549929a9f8db1d90ce.txt new file mode 100644 index 0000000..af7610c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.894dbc89f5ba09549929a9f8db1d90ce.txt @@ -0,0 +1 @@ +8 0.57421875 0.43671875 0.55546875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.ba5c3dbdb4177a8e28e02b7c28eaeaad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.ba5c3dbdb4177a8e28e02b7c28eaeaad.txt new file mode 100644 index 0000000..af7610c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BJHJ58RV2YHUI0KT_jpg.rf.ba5c3dbdb4177a8e28e02b7c28eaeaad.txt @@ -0,0 +1 @@ +8 0.57421875 0.43671875 0.55546875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.3e98bafb448ed50a9302531fbb11e4ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.3e98bafb448ed50a9302531fbb11e4ab.txt new file mode 100644 index 0000000..15355c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.3e98bafb448ed50a9302531fbb11e4ab.txt @@ -0,0 +1 @@ +8 0.51328125 0.48046875 0.88671875 0.84140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.99adddd10512aa00308febce6344594b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.99adddd10512aa00308febce6344594b.txt new file mode 100644 index 0000000..15355c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.99adddd10512aa00308febce6344594b.txt @@ -0,0 +1 @@ +8 0.51328125 0.48046875 0.88671875 0.84140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.b34d3d4943a9fa8812bce3247a180ebd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.b34d3d4943a9fa8812bce3247a180ebd.txt new file mode 100644 index 0000000..15355c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BKLXESVMFJ8UOXFM_jpg.rf.b34d3d4943a9fa8812bce3247a180ebd.txt @@ -0,0 +1 @@ +8 0.51328125 0.48046875 0.88671875 0.84140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.2b12831444ced0471a455735775103e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.2b12831444ced0471a455735775103e8.txt new file mode 100644 index 0000000..73464ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.2b12831444ced0471a455735775103e8.txt @@ -0,0 +1 @@ +8 0.58125 0.6421875 0.8375 0.58046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.55ce13f49085e8fcf01ba0df36c60cad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.55ce13f49085e8fcf01ba0df36c60cad.txt new file mode 100644 index 0000000..73464ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.55ce13f49085e8fcf01ba0df36c60cad.txt @@ -0,0 +1 @@ +8 0.58125 0.6421875 0.8375 0.58046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.f99af344d82d0741d1d756fcfb8a8f6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.f99af344d82d0741d1d756fcfb8a8f6b.txt new file mode 100644 index 0000000..73464ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BN4HIYT3U2E7QZW2_jpg.rf.f99af344d82d0741d1d756fcfb8a8f6b.txt @@ -0,0 +1 @@ +8 0.58125 0.6421875 0.8375 0.58046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.833ed6940b2e3daaa4f9cb01d0ebaefa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.833ed6940b2e3daaa4f9cb01d0ebaefa.txt new file mode 100644 index 0000000..114a439 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.833ed6940b2e3daaa4f9cb01d0ebaefa.txt @@ -0,0 +1 @@ +8 0.45 0.46484375 0.565625 0.92890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.b11baed455476f7e966f8cc2d19d140a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.b11baed455476f7e966f8cc2d19d140a.txt new file mode 100644 index 0000000..114a439 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.b11baed455476f7e966f8cc2d19d140a.txt @@ -0,0 +1 @@ +8 0.45 0.46484375 0.565625 0.92890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.cb709219ba8b8a8f8970a00f88f9e414.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.cb709219ba8b8a8f8970a00f88f9e414.txt new file mode 100644 index 0000000..114a439 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BNXTQ4K6XFTKFU2Y_jpg.rf.cb709219ba8b8a8f8970a00f88f9e414.txt @@ -0,0 +1 @@ +8 0.45 0.46484375 0.565625 0.92890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.48906a961bacef9b436aa69b33f67f7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.48906a961bacef9b436aa69b33f67f7c.txt new file mode 100644 index 0000000..dcc32d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.48906a961bacef9b436aa69b33f67f7c.txt @@ -0,0 +1,3 @@ +8 0.2421875 0.746875 0.48359375 0.503125 +8 0.834375 0.8109375 0.32265625 0.375 +8 0.5515625 0.5125 0.65 0.48125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.be6b6816684eed3492eca0ab6ec8b933.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.be6b6816684eed3492eca0ab6ec8b933.txt new file mode 100644 index 0000000..dcc32d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.be6b6816684eed3492eca0ab6ec8b933.txt @@ -0,0 +1,3 @@ +8 0.2421875 0.746875 0.48359375 0.503125 +8 0.834375 0.8109375 0.32265625 0.375 +8 0.5515625 0.5125 0.65 0.48125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.d6c178a73188d98fa5131db77967395e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.d6c178a73188d98fa5131db77967395e.txt new file mode 100644 index 0000000..dcc32d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BOCC3ER7X6J3CGT3_jpg.rf.d6c178a73188d98fa5131db77967395e.txt @@ -0,0 +1,3 @@ +8 0.2421875 0.746875 0.48359375 0.503125 +8 0.834375 0.8109375 0.32265625 0.375 +8 0.5515625 0.5125 0.65 0.48125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.53742736556311854bd30a868368adae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.53742736556311854bd30a868368adae.txt new file mode 100644 index 0000000..8248dba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.53742736556311854bd30a868368adae.txt @@ -0,0 +1 @@ +8 0.50234375 0.515625 0.8765625 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.7b6d164d8c8a3d30beb782a825f5f10e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.7b6d164d8c8a3d30beb782a825f5f10e.txt new file mode 100644 index 0000000..8248dba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.7b6d164d8c8a3d30beb782a825f5f10e.txt @@ -0,0 +1 @@ +8 0.50234375 0.515625 0.8765625 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.d7e86ccdaf977d839d032325dbd6a7de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.d7e86ccdaf977d839d032325dbd6a7de.txt new file mode 100644 index 0000000..8248dba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BS1UXWHYNY3TH96J_jpg.rf.d7e86ccdaf977d839d032325dbd6a7de.txt @@ -0,0 +1 @@ +8 0.50234375 0.515625 0.8765625 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.2a3df5b4c838660239a9430c6ea63fbf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.2a3df5b4c838660239a9430c6ea63fbf.txt new file mode 100644 index 0000000..96017c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.2a3df5b4c838660239a9430c6ea63fbf.txt @@ -0,0 +1 @@ +8 0.48046875 0.49921875 0.9609375 0.9953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.671c96f5fef1012c2a124794cb893477.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.671c96f5fef1012c2a124794cb893477.txt new file mode 100644 index 0000000..96017c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.671c96f5fef1012c2a124794cb893477.txt @@ -0,0 +1 @@ +8 0.48046875 0.49921875 0.9609375 0.9953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.c8d2ca5c94cb77bc0b53eabbf55bfa55.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.c8d2ca5c94cb77bc0b53eabbf55bfa55.txt new file mode 100644 index 0000000..96017c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BSVKMG92UPEN4KG6_jpg.rf.c8d2ca5c94cb77bc0b53eabbf55bfa55.txt @@ -0,0 +1 @@ +8 0.48046875 0.49921875 0.9609375 0.9953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8b7f976ce4762cf7ce887d2c91859a3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8b7f976ce4762cf7ce887d2c91859a3d.txt new file mode 100644 index 0000000..27fb98c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8b7f976ce4762cf7ce887d2c91859a3d.txt @@ -0,0 +1 @@ +8 0.4515625 0.459375 0.46875 0.853125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8e635ec9af75db4a1b1855b0a3ae4266.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8e635ec9af75db4a1b1855b0a3ae4266.txt new file mode 100644 index 0000000..27fb98c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZ8TBVJGZYR5L3U4_jpg.rf.8e635ec9af75db4a1b1855b0a3ae4266.txt @@ -0,0 +1 @@ +8 0.4515625 0.459375 0.46875 0.853125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.2d21b0aabaaaabe5add4f5819a623808.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.2d21b0aabaaaabe5add4f5819a623808.txt new file mode 100644 index 0000000..10e4cfb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.2d21b0aabaaaabe5add4f5819a623808.txt @@ -0,0 +1,2 @@ +8 0.67578125 0.47421875 0.340625 0.75859375 +8 0.35546875 0.409375 0.36015625 0.74453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.78b54852935d3cf5bfd60b17cc76ed84.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.78b54852935d3cf5bfd60b17cc76ed84.txt new file mode 100644 index 0000000..10e4cfb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.78b54852935d3cf5bfd60b17cc76ed84.txt @@ -0,0 +1,2 @@ +8 0.67578125 0.47421875 0.340625 0.75859375 +8 0.35546875 0.409375 0.36015625 0.74453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.f630a0ca4342695339506cb5c33d4f97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.f630a0ca4342695339506cb5c33d4f97.txt new file mode 100644 index 0000000..10e4cfb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_BZAM1TMC5JTFI5XN_jpg.rf.f630a0ca4342695339506cb5c33d4f97.txt @@ -0,0 +1,2 @@ +8 0.67578125 0.47421875 0.340625 0.75859375 +8 0.35546875 0.409375 0.36015625 0.74453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.1898957e5cc3980de2f84f2f211ba2fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.1898957e5cc3980de2f84f2f211ba2fa.txt new file mode 100644 index 0000000..47017c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.1898957e5cc3980de2f84f2f211ba2fa.txt @@ -0,0 +1 @@ +8 0.5 0.4828125 1 0.725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.d7d00afa3fee5500d5d00d2ada488bc4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.d7d00afa3fee5500d5d00d2ada488bc4.txt new file mode 100644 index 0000000..47017c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.d7d00afa3fee5500d5d00d2ada488bc4.txt @@ -0,0 +1 @@ +8 0.5 0.4828125 1 0.725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.f095a58b4d6023bfe29575cc0fe075cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.f095a58b4d6023bfe29575cc0fe075cb.txt new file mode 100644 index 0000000..47017c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C0RQV46CT8X15ROQ_jpg.rf.f095a58b4d6023bfe29575cc0fe075cb.txt @@ -0,0 +1 @@ +8 0.5 0.4828125 1 0.725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.0928e13b20482929e2a332b929349eea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.0928e13b20482929e2a332b929349eea.txt new file mode 100644 index 0000000..f514c5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.0928e13b20482929e2a332b929349eea.txt @@ -0,0 +1 @@ +8 0.51015625 0.44140625 0.75078125 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.142459180d7e418468edd23e9bc199d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.142459180d7e418468edd23e9bc199d0.txt new file mode 100644 index 0000000..f514c5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.142459180d7e418468edd23e9bc199d0.txt @@ -0,0 +1 @@ +8 0.51015625 0.44140625 0.75078125 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.d66bdd90d14dbfea51808c8544ff6449.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.d66bdd90d14dbfea51808c8544ff6449.txt new file mode 100644 index 0000000..f514c5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C223XNR5R2ECH23M_jpg.rf.d66bdd90d14dbfea51808c8544ff6449.txt @@ -0,0 +1 @@ +8 0.51015625 0.44140625 0.75078125 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.093666b73bb92d13de3fa6d2db4dcf1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.093666b73bb92d13de3fa6d2db4dcf1a.txt new file mode 100644 index 0000000..d96c22e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.093666b73bb92d13de3fa6d2db4dcf1a.txt @@ -0,0 +1 @@ +8 0.4453125 0.52890625 0.29296875 0.36953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.182f2570a6d3d46406a7928359523ae1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.182f2570a6d3d46406a7928359523ae1.txt new file mode 100644 index 0000000..d96c22e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.182f2570a6d3d46406a7928359523ae1.txt @@ -0,0 +1 @@ +8 0.4453125 0.52890625 0.29296875 0.36953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.79e2110412d257fa9dd6a4f40cca105c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.79e2110412d257fa9dd6a4f40cca105c.txt new file mode 100644 index 0000000..d96c22e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_C6NRZ4216R2J7127_jpg.rf.79e2110412d257fa9dd6a4f40cca105c.txt @@ -0,0 +1 @@ +8 0.4453125 0.52890625 0.29296875 0.36953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.bf2dd75da77ac8a79a0ba70874de460a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.bf2dd75da77ac8a79a0ba70874de460a.txt new file mode 100644 index 0000000..7a0f3b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.bf2dd75da77ac8a79a0ba70874de460a.txt @@ -0,0 +1 @@ +8 0.61484375 0.56484375 0.4578125 0.68515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c1d9783eac11e63f0162b93fbef972e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c1d9783eac11e63f0162b93fbef972e0.txt new file mode 100644 index 0000000..7a0f3b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c1d9783eac11e63f0162b93fbef972e0.txt @@ -0,0 +1 @@ +8 0.61484375 0.56484375 0.4578125 0.68515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c2e6a3b78920c33fc6cf8f3c1eb2bb43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c2e6a3b78920c33fc6cf8f3c1eb2bb43.txt new file mode 100644 index 0000000..7a0f3b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CA16GDCBWX5HW0T5_jpg.rf.c2e6a3b78920c33fc6cf8f3c1eb2bb43.txt @@ -0,0 +1 @@ +8 0.61484375 0.56484375 0.4578125 0.68515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.397b9db799a5ba6b5d3d4b79b8fa5a7b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.397b9db799a5ba6b5d3d4b79b8fa5a7b.txt new file mode 100644 index 0000000..5dac766 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.397b9db799a5ba6b5d3d4b79b8fa5a7b.txt @@ -0,0 +1,3 @@ +8 0.69140625 0.12421875 0.61484375 0.2453125 +8 0.38515625 0.453125 0.659375 0.79765625 +8 0.37734375 0.83359375 0.7546875 0.33046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.56771c2116280c1bbbff9b00777bf67e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.56771c2116280c1bbbff9b00777bf67e.txt new file mode 100644 index 0000000..5dac766 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.56771c2116280c1bbbff9b00777bf67e.txt @@ -0,0 +1,3 @@ +8 0.69140625 0.12421875 0.61484375 0.2453125 +8 0.38515625 0.453125 0.659375 0.79765625 +8 0.37734375 0.83359375 0.7546875 0.33046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.5f397e45eb8d67059a38b9b2fc0470b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.5f397e45eb8d67059a38b9b2fc0470b4.txt new file mode 100644 index 0000000..5dac766 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CBMGQU0B6O0NVHIP_jpg.rf.5f397e45eb8d67059a38b9b2fc0470b4.txt @@ -0,0 +1,3 @@ +8 0.69140625 0.12421875 0.61484375 0.2453125 +8 0.38515625 0.453125 0.659375 0.79765625 +8 0.37734375 0.83359375 0.7546875 0.33046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.1e46a4dced7a5d3f52a745b448d332e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.1e46a4dced7a5d3f52a745b448d332e6.txt new file mode 100644 index 0000000..3134713 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.1e46a4dced7a5d3f52a745b448d332e6.txt @@ -0,0 +1 @@ +8 0.4390625 0.4296875 0.5078125 0.53828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.976168f164b745e8ba834a20b209a4ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.976168f164b745e8ba834a20b209a4ba.txt new file mode 100644 index 0000000..3134713 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.976168f164b745e8ba834a20b209a4ba.txt @@ -0,0 +1 @@ +8 0.4390625 0.4296875 0.5078125 0.53828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.a8ee481cc6b8c9df64ea157c425657e3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.a8ee481cc6b8c9df64ea157c425657e3.txt new file mode 100644 index 0000000..3134713 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CCJ1TVQ7TQVX6TRX_jpg.rf.a8ee481cc6b8c9df64ea157c425657e3.txt @@ -0,0 +1 @@ +8 0.4390625 0.4296875 0.5078125 0.53828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.312fcba953ed0657f91df2d807308bda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.312fcba953ed0657f91df2d807308bda.txt new file mode 100644 index 0000000..272e06c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.312fcba953ed0657f91df2d807308bda.txt @@ -0,0 +1 @@ +8 0.421875 0.56484375 0.4546875 0.51484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.7990f71738cd96da8f99391780642b91.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.7990f71738cd96da8f99391780642b91.txt new file mode 100644 index 0000000..272e06c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.7990f71738cd96da8f99391780642b91.txt @@ -0,0 +1 @@ +8 0.421875 0.56484375 0.4546875 0.51484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.ad36e33d4f7ed438f8e08a81cd88ba77.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.ad36e33d4f7ed438f8e08a81cd88ba77.txt new file mode 100644 index 0000000..272e06c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CG304WX47P1N0CEZ_jpg.rf.ad36e33d4f7ed438f8e08a81cd88ba77.txt @@ -0,0 +1 @@ +8 0.421875 0.56484375 0.4546875 0.51484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.5d2343206f0389aca7a2f6b490c81dfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.5d2343206f0389aca7a2f6b490c81dfc.txt new file mode 100644 index 0000000..eac1a4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.5d2343206f0389aca7a2f6b490c81dfc.txt @@ -0,0 +1,2 @@ +8 0.1484375 0.2921875 0.296875 0.58125 +8 0.38671875 0.44609375 0.5234375 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.a4d7e9bacebf1170c12797b51eb0205a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.a4d7e9bacebf1170c12797b51eb0205a.txt new file mode 100644 index 0000000..eac1a4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.a4d7e9bacebf1170c12797b51eb0205a.txt @@ -0,0 +1,2 @@ +8 0.1484375 0.2921875 0.296875 0.58125 +8 0.38671875 0.44609375 0.5234375 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.df06a5d6eed6aef8dcd575e1539daff1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.df06a5d6eed6aef8dcd575e1539daff1.txt new file mode 100644 index 0000000..eac1a4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIM9SSGV36O4VCBY_jpg.rf.df06a5d6eed6aef8dcd575e1539daff1.txt @@ -0,0 +1,2 @@ +8 0.1484375 0.2921875 0.296875 0.58125 +8 0.38671875 0.44609375 0.5234375 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.30495cf082a72ce0c4bcf8a58221f63c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.30495cf082a72ce0c4bcf8a58221f63c.txt new file mode 100644 index 0000000..539ce80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.30495cf082a72ce0c4bcf8a58221f63c.txt @@ -0,0 +1 @@ +8 0.571875 0.6109375 0.85625 0.771875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.72982b08db6a5ccf53f70679a091baac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.72982b08db6a5ccf53f70679a091baac.txt new file mode 100644 index 0000000..539ce80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.72982b08db6a5ccf53f70679a091baac.txt @@ -0,0 +1 @@ +8 0.571875 0.6109375 0.85625 0.771875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.886356993389661d92c80b8ad1d48496.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.886356993389661d92c80b8ad1d48496.txt new file mode 100644 index 0000000..539ce80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CIMB7BAXZ73UA85N_jpg.rf.886356993389661d92c80b8ad1d48496.txt @@ -0,0 +1 @@ +8 0.571875 0.6109375 0.85625 0.771875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.231857f2173561e8f6330641cc267f6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.231857f2173561e8f6330641cc267f6a.txt new file mode 100644 index 0000000..47e3b3f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.231857f2173561e8f6330641cc267f6a.txt @@ -0,0 +1 @@ +8 0.56640625 0.52890625 0.60703125 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.476c00c8ebb9308475f466574aad292f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.476c00c8ebb9308475f466574aad292f.txt new file mode 100644 index 0000000..47e3b3f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.476c00c8ebb9308475f466574aad292f.txt @@ -0,0 +1 @@ +8 0.56640625 0.52890625 0.60703125 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.af2d89dc922cc450a2dab37d57c2389b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.af2d89dc922cc450a2dab37d57c2389b.txt new file mode 100644 index 0000000..47e3b3f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CJQSEHMVHDX9C62Q_jpg.rf.af2d89dc922cc450a2dab37d57c2389b.txt @@ -0,0 +1 @@ +8 0.56640625 0.52890625 0.60703125 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.44eeb434ce8bbe88727973d04f68e520.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.44eeb434ce8bbe88727973d04f68e520.txt new file mode 100644 index 0000000..55f752b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.44eeb434ce8bbe88727973d04f68e520.txt @@ -0,0 +1,2 @@ +8 0.44375 0.58984375 0.88671875 0.46484375 +8 0.3734375 0.2078125 0.746875 0.41484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.a7ee6eb371797d80311b81929356a1cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.a7ee6eb371797d80311b81929356a1cf.txt new file mode 100644 index 0000000..55f752b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.a7ee6eb371797d80311b81929356a1cf.txt @@ -0,0 +1,2 @@ +8 0.44375 0.58984375 0.88671875 0.46484375 +8 0.3734375 0.2078125 0.746875 0.41484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.ccfef618cfbba326aa829ff87817a1a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.ccfef618cfbba326aa829ff87817a1a1.txt new file mode 100644 index 0000000..55f752b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRB5Q069950T56Q7_jpg.rf.ccfef618cfbba326aa829ff87817a1a1.txt @@ -0,0 +1,2 @@ +8 0.44375 0.58984375 0.88671875 0.46484375 +8 0.3734375 0.2078125 0.746875 0.41484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.4eda882cc61625d3c819dfb42ad8ae5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.4eda882cc61625d3c819dfb42ad8ae5e.txt new file mode 100644 index 0000000..8627685 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.4eda882cc61625d3c819dfb42ad8ae5e.txt @@ -0,0 +1 @@ +8 0.52265625 0.5125 0.65 0.55390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.87669cd2bb88504f21ea5ec42eeb595b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.87669cd2bb88504f21ea5ec42eeb595b.txt new file mode 100644 index 0000000..8627685 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.87669cd2bb88504f21ea5ec42eeb595b.txt @@ -0,0 +1 @@ +8 0.52265625 0.5125 0.65 0.55390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.bb6b3f628f6911f1a6590a4410a85c7a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.bb6b3f628f6911f1a6590a4410a85c7a.txt new file mode 100644 index 0000000..8627685 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CRJXPXY9DYYEVYAP_jpg.rf.bb6b3f628f6911f1a6590a4410a85c7a.txt @@ -0,0 +1 @@ +8 0.52265625 0.5125 0.65 0.55390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.a26fdcfa3c743bc9656b90dc016a12e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.a26fdcfa3c743bc9656b90dc016a12e2.txt new file mode 100644 index 0000000..008f500 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.a26fdcfa3c743bc9656b90dc016a12e2.txt @@ -0,0 +1 @@ +8 0.47109375 0.49609375 0.70625 0.6375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.abaab2f8982134fcfb6e01be40675b0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.abaab2f8982134fcfb6e01be40675b0a.txt new file mode 100644 index 0000000..008f500 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.abaab2f8982134fcfb6e01be40675b0a.txt @@ -0,0 +1 @@ +8 0.47109375 0.49609375 0.70625 0.6375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.b23fc497a9ccf29321dce3d2114594d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.b23fc497a9ccf29321dce3d2114594d1.txt new file mode 100644 index 0000000..008f500 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CTSW967RH8KMCCBK_jpg.rf.b23fc497a9ccf29321dce3d2114594d1.txt @@ -0,0 +1 @@ +8 0.47109375 0.49609375 0.70625 0.6375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.02541c482e5792449d70384b205398f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.02541c482e5792449d70384b205398f6.txt new file mode 100644 index 0000000..c3a9121 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.02541c482e5792449d70384b205398f6.txt @@ -0,0 +1 @@ +8 0.525 0.5171875 0.32890625 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.5bc7ac7edf66b3791fdd7905a63a59a8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.5bc7ac7edf66b3791fdd7905a63a59a8.txt new file mode 100644 index 0000000..c3a9121 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.5bc7ac7edf66b3791fdd7905a63a59a8.txt @@ -0,0 +1 @@ +8 0.525 0.5171875 0.32890625 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.8b82ddb9d6ca33eb8fb6b86a849e8c53.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.8b82ddb9d6ca33eb8fb6b86a849e8c53.txt new file mode 100644 index 0000000..c3a9121 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CUCV8F79UH4TBBSM_jpg.rf.8b82ddb9d6ca33eb8fb6b86a849e8c53.txt @@ -0,0 +1 @@ +8 0.525 0.5171875 0.32890625 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.2674303c314455465f939f8659c5e971.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.2674303c314455465f939f8659c5e971.txt new file mode 100644 index 0000000..bc82ed0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.2674303c314455465f939f8659c5e971.txt @@ -0,0 +1 @@ +8 0.41796875 0.4953125 0.83515625 0.990625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.cfc6ac75925c4efa1b34e195818c6b1c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.cfc6ac75925c4efa1b34e195818c6b1c.txt new file mode 100644 index 0000000..bc82ed0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.cfc6ac75925c4efa1b34e195818c6b1c.txt @@ -0,0 +1 @@ +8 0.41796875 0.4953125 0.83515625 0.990625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.d5052942a4c9566b87cf5a596fc5fd7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.d5052942a4c9566b87cf5a596fc5fd7f.txt new file mode 100644 index 0000000..bc82ed0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CURBAMEK5J4BT3FL_jpg.rf.d5052942a4c9566b87cf5a596fc5fd7f.txt @@ -0,0 +1 @@ +8 0.41796875 0.4953125 0.83515625 0.990625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.a34f526f624ce1ae1289ee57633a1255.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.a34f526f624ce1ae1289ee57633a1255.txt new file mode 100644 index 0000000..d233aba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.a34f526f624ce1ae1289ee57633a1255.txt @@ -0,0 +1 @@ +8 0.5609375 0.503125 0.87578125 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.d717f0fa5a37b9b3ede5cb164ffb52ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.d717f0fa5a37b9b3ede5cb164ffb52ea.txt new file mode 100644 index 0000000..d233aba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CWC4Y70MPRG6QAW7_jpg.rf.d717f0fa5a37b9b3ede5cb164ffb52ea.txt @@ -0,0 +1 @@ +8 0.5609375 0.503125 0.87578125 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.07456a6efc2574f1c445073067c68dd9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.07456a6efc2574f1c445073067c68dd9.txt new file mode 100644 index 0000000..c5c7564 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.07456a6efc2574f1c445073067c68dd9.txt @@ -0,0 +1 @@ +8 0.43203125 0.6171875 0.86328125 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.a3a45b60c02809c6da37313370a24cd9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.a3a45b60c02809c6da37313370a24cd9.txt new file mode 100644 index 0000000..c5c7564 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.a3a45b60c02809c6da37313370a24cd9.txt @@ -0,0 +1 @@ +8 0.43203125 0.6171875 0.86328125 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.b041d90babea3505307d76cbe3085c8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.b041d90babea3505307d76cbe3085c8e.txt new file mode 100644 index 0000000..c5c7564 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_CZWFA7AT70VZOQLG_jpg.rf.b041d90babea3505307d76cbe3085c8e.txt @@ -0,0 +1 @@ +8 0.43203125 0.6171875 0.86328125 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.319fc1dbf76e6a953e06559c24b41e3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.319fc1dbf76e6a953e06559c24b41e3c.txt new file mode 100644 index 0000000..49a716a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.319fc1dbf76e6a953e06559c24b41e3c.txt @@ -0,0 +1 @@ +8 0.484375 0.46953125 0.85078125 0.515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.71243ac0a681a1aa75446cfbe3e79d61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.71243ac0a681a1aa75446cfbe3e79d61.txt new file mode 100644 index 0000000..49a716a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.71243ac0a681a1aa75446cfbe3e79d61.txt @@ -0,0 +1 @@ +8 0.484375 0.46953125 0.85078125 0.515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.f781e743cafa3d1f05c6c1611a9a4b41.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.f781e743cafa3d1f05c6c1611a9a4b41.txt new file mode 100644 index 0000000..49a716a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D0LBWO1X6TQQ3ZYJ_jpg.rf.f781e743cafa3d1f05c6c1611a9a4b41.txt @@ -0,0 +1 @@ +8 0.484375 0.46953125 0.85078125 0.515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.1bba99bd86461d6bc5c102c0c5e7a62c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.1bba99bd86461d6bc5c102c0c5e7a62c.txt new file mode 100644 index 0000000..0cc66ee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.1bba99bd86461d6bc5c102c0c5e7a62c.txt @@ -0,0 +1 @@ +8 0.584375 0.54453125 0.6671875 0.89609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.27d8337088d4feb0ee487c01dd965b76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.27d8337088d4feb0ee487c01dd965b76.txt new file mode 100644 index 0000000..0cc66ee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.27d8337088d4feb0ee487c01dd965b76.txt @@ -0,0 +1 @@ +8 0.584375 0.54453125 0.6671875 0.89609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.3882dd83622543fe8a723f7c8be083f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.3882dd83622543fe8a723f7c8be083f8.txt new file mode 100644 index 0000000..0cc66ee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D1PO0YD27BOGGNW1_jpg.rf.3882dd83622543fe8a723f7c8be083f8.txt @@ -0,0 +1 @@ +8 0.584375 0.54453125 0.6671875 0.89609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.72024165711214875c8524de16932319.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.72024165711214875c8524de16932319.txt new file mode 100644 index 0000000..2714d62 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.72024165711214875c8524de16932319.txt @@ -0,0 +1 @@ +8 0.4921875 0.5625 0.6234375 0.7 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.f911d118ac0ab330b1c0bfc5fb0e617f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.f911d118ac0ab330b1c0bfc5fb0e617f.txt new file mode 100644 index 0000000..2714d62 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_D9DQ61VR1E8LP4DO_jpg.rf.f911d118ac0ab330b1c0bfc5fb0e617f.txt @@ -0,0 +1 @@ +8 0.4921875 0.5625 0.6234375 0.7 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.8bbf23d6a18e78491c280a5d59464b7b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.8bbf23d6a18e78491c280a5d59464b7b.txt new file mode 100644 index 0000000..bf81da9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.8bbf23d6a18e78491c280a5d59464b7b.txt @@ -0,0 +1 @@ +8 0.44765625 0.48046875 0.8953125 0.9609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.9b147e6f62fc6ce0cd96fd2dd0a06a35.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.9b147e6f62fc6ce0cd96fd2dd0a06a35.txt new file mode 100644 index 0000000..bf81da9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.9b147e6f62fc6ce0cd96fd2dd0a06a35.txt @@ -0,0 +1 @@ +8 0.44765625 0.48046875 0.8953125 0.9609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.d17c1436865626a34a7b9b1d784adcfa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.d17c1436865626a34a7b9b1d784adcfa.txt new file mode 100644 index 0000000..bf81da9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DDUXKYGY2RZ8I4RT_jpg.rf.d17c1436865626a34a7b9b1d784adcfa.txt @@ -0,0 +1 @@ +8 0.44765625 0.48046875 0.8953125 0.9609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.42be85e103fd58b86d5d1f10c72405f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.42be85e103fd58b86d5d1f10c72405f8.txt new file mode 100644 index 0000000..884d8bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.42be85e103fd58b86d5d1f10c72405f8.txt @@ -0,0 +1 @@ +8 0.47265625 0.4921875 0.2578125 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.b4e11ca12fe505c8b67ae0cee6086705.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.b4e11ca12fe505c8b67ae0cee6086705.txt new file mode 100644 index 0000000..884d8bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.b4e11ca12fe505c8b67ae0cee6086705.txt @@ -0,0 +1 @@ +8 0.47265625 0.4921875 0.2578125 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.d382631908dc2014a797884b3e231cbc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.d382631908dc2014a797884b3e231cbc.txt new file mode 100644 index 0000000..884d8bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DE42MZQVX1CH3055_jpg.rf.d382631908dc2014a797884b3e231cbc.txt @@ -0,0 +1 @@ +8 0.47265625 0.4921875 0.2578125 0.71015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.3726848c8dc5a34b8736e05fd9c4aae8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.3726848c8dc5a34b8736e05fd9c4aae8.txt new file mode 100644 index 0000000..7292985 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.3726848c8dc5a34b8736e05fd9c4aae8.txt @@ -0,0 +1 @@ +8 0.48359375 0.51484375 0.4859375 0.58828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.b919ca6efedc0ff95d73957f50cc32eb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.b919ca6efedc0ff95d73957f50cc32eb.txt new file mode 100644 index 0000000..7292985 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DG7GMVZQ0W33TB51_jpg.rf.b919ca6efedc0ff95d73957f50cc32eb.txt @@ -0,0 +1 @@ +8 0.48359375 0.51484375 0.4859375 0.58828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.36e15217308da8c180f79a5aaffde74a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.36e15217308da8c180f79a5aaffde74a.txt new file mode 100644 index 0000000..1c7d74d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.36e15217308da8c180f79a5aaffde74a.txt @@ -0,0 +1 @@ +8 0.4765625 0.44609375 0.56171875 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.b6c36376a0600a92c85056eec87404ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.b6c36376a0600a92c85056eec87404ee.txt new file mode 100644 index 0000000..1c7d74d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.b6c36376a0600a92c85056eec87404ee.txt @@ -0,0 +1 @@ +8 0.4765625 0.44609375 0.56171875 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.d06c14e2e4da05f7276a6cfcadb7a8b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.d06c14e2e4da05f7276a6cfcadb7a8b4.txt new file mode 100644 index 0000000..1c7d74d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DNQM511I9A2LYPGV_jpg.rf.d06c14e2e4da05f7276a6cfcadb7a8b4.txt @@ -0,0 +1 @@ +8 0.4765625 0.44609375 0.56171875 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.156f038a9066fb9d8ddaa3a9007418d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.156f038a9066fb9d8ddaa3a9007418d0.txt new file mode 100644 index 0000000..61e502e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.156f038a9066fb9d8ddaa3a9007418d0.txt @@ -0,0 +1 @@ +8 0.46328125 0.578125 0.74609375 0.51484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.44f86940ad1fff3035ee9844596f4087.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.44f86940ad1fff3035ee9844596f4087.txt new file mode 100644 index 0000000..61e502e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.44f86940ad1fff3035ee9844596f4087.txt @@ -0,0 +1 @@ +8 0.46328125 0.578125 0.74609375 0.51484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.4bac930fbb35ece4b1fec788f552f4d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.4bac930fbb35ece4b1fec788f552f4d8.txt new file mode 100644 index 0000000..61e502e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DQ720DBN8V9DI80M_jpg.rf.4bac930fbb35ece4b1fec788f552f4d8.txt @@ -0,0 +1 @@ +8 0.46328125 0.578125 0.74609375 0.51484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.479eded21badf17a0e17eb786987d534.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.479eded21badf17a0e17eb786987d534.txt new file mode 100644 index 0000000..d803d85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.479eded21badf17a0e17eb786987d534.txt @@ -0,0 +1 @@ +8 0.44765625 0.4921875 0.82890625 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.800b75e295fc814d8eb000cd5335744a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.800b75e295fc814d8eb000cd5335744a.txt new file mode 100644 index 0000000..d803d85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.800b75e295fc814d8eb000cd5335744a.txt @@ -0,0 +1 @@ +8 0.44765625 0.4921875 0.82890625 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.c17e354346bfde470c88265c9a1da285.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.c17e354346bfde470c88265c9a1da285.txt new file mode 100644 index 0000000..d803d85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DR3CJR0S65DT2OT0_jpg.rf.c17e354346bfde470c88265c9a1da285.txt @@ -0,0 +1 @@ +8 0.44765625 0.4921875 0.82890625 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.00538c17fd0853edc0bee1c3fdf088db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.00538c17fd0853edc0bee1c3fdf088db.txt new file mode 100644 index 0000000..442329f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.00538c17fd0853edc0bee1c3fdf088db.txt @@ -0,0 +1 @@ +8 0.3984375 0.43203125 0.5 0.54921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.378af6a899a58dee4d5c7e1a6beb8396.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.378af6a899a58dee4d5c7e1a6beb8396.txt new file mode 100644 index 0000000..442329f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.378af6a899a58dee4d5c7e1a6beb8396.txt @@ -0,0 +1 @@ +8 0.3984375 0.43203125 0.5 0.54921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.46303f74ea8eddcf7e272fd449d78ca4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.46303f74ea8eddcf7e272fd449d78ca4.txt new file mode 100644 index 0000000..442329f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DSDVCCLH6PPZV1FS_jpg.rf.46303f74ea8eddcf7e272fd449d78ca4.txt @@ -0,0 +1 @@ +8 0.3984375 0.43203125 0.5 0.54921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.0f3be7d3a8bd0644c6f00d0097bef8fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.0f3be7d3a8bd0644c6f00d0097bef8fa.txt new file mode 100644 index 0000000..6dc2f13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.0f3be7d3a8bd0644c6f00d0097bef8fa.txt @@ -0,0 +1 @@ +8 0.5265625 0.50078125 0.78203125 0.7578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.b81feb299967985e8d6f912ee654c5e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.b81feb299967985e8d6f912ee654c5e6.txt new file mode 100644 index 0000000..6dc2f13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.b81feb299967985e8d6f912ee654c5e6.txt @@ -0,0 +1 @@ +8 0.5265625 0.50078125 0.78203125 0.7578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.cf03a9d83d33b20fc4b1a15e93458a3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.cf03a9d83d33b20fc4b1a15e93458a3e.txt new file mode 100644 index 0000000..6dc2f13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_DV0RQB196OCK32XE_jpg.rf.cf03a9d83d33b20fc4b1a15e93458a3e.txt @@ -0,0 +1 @@ +8 0.5265625 0.50078125 0.78203125 0.7578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.335f30117ba1a89f6d3174414384a831.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.335f30117ba1a89f6d3174414384a831.txt new file mode 100644 index 0000000..1d03e55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.335f30117ba1a89f6d3174414384a831.txt @@ -0,0 +1 @@ +8 0.49453125 0.45390625 0.57421875 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.69c2246d923a48550505fe2bf4b44a14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.69c2246d923a48550505fe2bf4b44a14.txt new file mode 100644 index 0000000..1d03e55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.69c2246d923a48550505fe2bf4b44a14.txt @@ -0,0 +1 @@ +8 0.49453125 0.45390625 0.57421875 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.d26a5067e17f4c27fda4c7b4dffb792c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.d26a5067e17f4c27fda4c7b4dffb792c.txt new file mode 100644 index 0000000..1d03e55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E2R3Y61KSETYY7HX_jpg.rf.d26a5067e17f4c27fda4c7b4dffb792c.txt @@ -0,0 +1 @@ +8 0.49453125 0.45390625 0.57421875 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.6db477b4b3c039b3b9069d3c19ec3eab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.6db477b4b3c039b3b9069d3c19ec3eab.txt new file mode 100644 index 0000000..00fd92b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.6db477b4b3c039b3b9069d3c19ec3eab.txt @@ -0,0 +1 @@ +8 0.4609375 0.5421875 0.628125 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.a298aaca496ca27ab7d316e2bbcfb702.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.a298aaca496ca27ab7d316e2bbcfb702.txt new file mode 100644 index 0000000..00fd92b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.a298aaca496ca27ab7d316e2bbcfb702.txt @@ -0,0 +1 @@ +8 0.4609375 0.5421875 0.628125 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.e5eeac3ed501750accfd9099d4eaf3a8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.e5eeac3ed501750accfd9099d4eaf3a8.txt new file mode 100644 index 0000000..00fd92b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E3R12KLRWGSTJ340_jpg.rf.e5eeac3ed501750accfd9099d4eaf3a8.txt @@ -0,0 +1 @@ +8 0.4609375 0.5421875 0.628125 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.41a536e8bc5141c0eabba67f4048bbda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.41a536e8bc5141c0eabba67f4048bbda.txt new file mode 100644 index 0000000..3f955e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.41a536e8bc5141c0eabba67f4048bbda.txt @@ -0,0 +1 @@ +8 0.41640625 0.52265625 0.490625 0.459375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.5baf80b66d98a6e90275c694c012bda3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.5baf80b66d98a6e90275c694c012bda3.txt new file mode 100644 index 0000000..3f955e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.5baf80b66d98a6e90275c694c012bda3.txt @@ -0,0 +1 @@ +8 0.41640625 0.52265625 0.490625 0.459375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.f82cee0ac9354d5d071d4fd956b24160.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.f82cee0ac9354d5d071d4fd956b24160.txt new file mode 100644 index 0000000..3f955e3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E417FK3A5RJBYIXD_jpg.rf.f82cee0ac9354d5d071d4fd956b24160.txt @@ -0,0 +1 @@ +8 0.41640625 0.52265625 0.490625 0.459375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.33a7c7b74c6633a25cff23eec5fc5beb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.33a7c7b74c6633a25cff23eec5fc5beb.txt new file mode 100644 index 0000000..e165440 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.33a7c7b74c6633a25cff23eec5fc5beb.txt @@ -0,0 +1 @@ +8 0.50078125 0.49921875 0.7140625 0.69609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.46fb6c46f199423c395b453e72415f1d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.46fb6c46f199423c395b453e72415f1d.txt new file mode 100644 index 0000000..e165440 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.46fb6c46f199423c395b453e72415f1d.txt @@ -0,0 +1 @@ +8 0.50078125 0.49921875 0.7140625 0.69609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.b2f4fd1ded0d9f71ec2ed598392a4ba9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.b2f4fd1ded0d9f71ec2ed598392a4ba9.txt new file mode 100644 index 0000000..e165440 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E5ZKJCGDMTR0R6NF_jpg.rf.b2f4fd1ded0d9f71ec2ed598392a4ba9.txt @@ -0,0 +1 @@ +8 0.50078125 0.49921875 0.7140625 0.69609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.09a43ad3770b2e53bf7abf6aa06533ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.09a43ad3770b2e53bf7abf6aa06533ec.txt new file mode 100644 index 0000000..a980c1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.09a43ad3770b2e53bf7abf6aa06533ec.txt @@ -0,0 +1,2 @@ +8 0.49140625 0.38125 0.4234375 0.51484375 +8 0.22578125 0.32109375 0.45078125 0.63515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.55d20d69d1f2e45a5d39b44fe5436630.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.55d20d69d1f2e45a5d39b44fe5436630.txt new file mode 100644 index 0000000..a980c1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.55d20d69d1f2e45a5d39b44fe5436630.txt @@ -0,0 +1,2 @@ +8 0.49140625 0.38125 0.4234375 0.51484375 +8 0.22578125 0.32109375 0.45078125 0.63515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.c03f85314352a9db7748664c3d627be3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.c03f85314352a9db7748664c3d627be3.txt new file mode 100644 index 0000000..a980c1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E8WOIZOUTDTEW67M_jpg.rf.c03f85314352a9db7748664c3d627be3.txt @@ -0,0 +1,2 @@ +8 0.49140625 0.38125 0.4234375 0.51484375 +8 0.22578125 0.32109375 0.45078125 0.63515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.176fd3a770985a68493d176247f0a065.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.176fd3a770985a68493d176247f0a065.txt new file mode 100644 index 0000000..cd544d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.176fd3a770985a68493d176247f0a065.txt @@ -0,0 +1 @@ +8 0.48125 0.5203125 0.815625 0.75 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.67da1c4b3f945b234010ee3f849e43c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.67da1c4b3f945b234010ee3f849e43c6.txt new file mode 100644 index 0000000..cd544d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.67da1c4b3f945b234010ee3f849e43c6.txt @@ -0,0 +1 @@ +8 0.48125 0.5203125 0.815625 0.75 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.72795790ed5a94f662bbf91f72f33c86.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.72795790ed5a94f662bbf91f72f33c86.txt new file mode 100644 index 0000000..cd544d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_E9QYCZWRCEYPNMZV_jpg.rf.72795790ed5a94f662bbf91f72f33c86.txt @@ -0,0 +1 @@ +8 0.48125 0.5203125 0.815625 0.75 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.237020afa50040dacb4016e370a3d264.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.237020afa50040dacb4016e370a3d264.txt new file mode 100644 index 0000000..cc88a6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.237020afa50040dacb4016e370a3d264.txt @@ -0,0 +1 @@ +8 0.5 0.48203125 0.7953125 0.9640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.a2a729eb272eac6919b0d499e95c71e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.a2a729eb272eac6919b0d499e95c71e7.txt new file mode 100644 index 0000000..cc88a6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.a2a729eb272eac6919b0d499e95c71e7.txt @@ -0,0 +1 @@ +8 0.5 0.48203125 0.7953125 0.9640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.ae34b0b9688ec3ed27cf48d33183f93b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.ae34b0b9688ec3ed27cf48d33183f93b.txt new file mode 100644 index 0000000..cc88a6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EAURQHTTRDWZ2NVX_jpg.rf.ae34b0b9688ec3ed27cf48d33183f93b.txt @@ -0,0 +1 @@ +8 0.5 0.48203125 0.7953125 0.9640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.03b86d60ce559ead9c5ff171a39211b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.03b86d60ce559ead9c5ff171a39211b0.txt new file mode 100644 index 0000000..7ce2135 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.03b86d60ce559ead9c5ff171a39211b0.txt @@ -0,0 +1 @@ +8 0.49140625 0.47109375 0.609375 0.2640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.32b480397aabbebe3a2a0626dadd0ae8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.32b480397aabbebe3a2a0626dadd0ae8.txt new file mode 100644 index 0000000..7ce2135 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.32b480397aabbebe3a2a0626dadd0ae8.txt @@ -0,0 +1 @@ +8 0.49140625 0.47109375 0.609375 0.2640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.d9b26aeab5788273ac8da1c3f2226623.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.d9b26aeab5788273ac8da1c3f2226623.txt new file mode 100644 index 0000000..7ce2135 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EB5NFBTRKUJR3N9M_jpg.rf.d9b26aeab5788273ac8da1c3f2226623.txt @@ -0,0 +1 @@ +8 0.49140625 0.47109375 0.609375 0.2640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.7cc1acbc291d1ddb9376e780d731d3b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.7cc1acbc291d1ddb9376e780d731d3b1.txt new file mode 100644 index 0000000..3c4507c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.7cc1acbc291d1ddb9376e780d731d3b1.txt @@ -0,0 +1 @@ +8 0.42109375 0.53203125 0.69921875 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.8b75569a8501e3ad8ba3107acf06393a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.8b75569a8501e3ad8ba3107acf06393a.txt new file mode 100644 index 0000000..3c4507c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.8b75569a8501e3ad8ba3107acf06393a.txt @@ -0,0 +1 @@ +8 0.42109375 0.53203125 0.69921875 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.b4ee8b2286792998845dfab51a1df751.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.b4ee8b2286792998845dfab51a1df751.txt new file mode 100644 index 0000000..3c4507c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EHRC2BRBT4R97JTS_jpg.rf.b4ee8b2286792998845dfab51a1df751.txt @@ -0,0 +1 @@ +8 0.42109375 0.53203125 0.69921875 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.20b25351580b744b678e0d03e3341a6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.20b25351580b744b678e0d03e3341a6b.txt new file mode 100644 index 0000000..b5c3960 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.20b25351580b744b678e0d03e3341a6b.txt @@ -0,0 +1 @@ +8 0.5140625 0.48359375 0.97109375 0.9671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.55f8eb9fdb5c5fc3e14409a194f25bac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.55f8eb9fdb5c5fc3e14409a194f25bac.txt new file mode 100644 index 0000000..b5c3960 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.55f8eb9fdb5c5fc3e14409a194f25bac.txt @@ -0,0 +1 @@ +8 0.5140625 0.48359375 0.97109375 0.9671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.c44df1b9251aa0c6ff1c61e95d99da88.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.c44df1b9251aa0c6ff1c61e95d99da88.txt new file mode 100644 index 0000000..b5c3960 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKNY54M9324KB3AR_jpg.rf.c44df1b9251aa0c6ff1c61e95d99da88.txt @@ -0,0 +1 @@ +8 0.5140625 0.48359375 0.97109375 0.9671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.38f5a0f78404d3fe79a1f390e267b0f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.38f5a0f78404d3fe79a1f390e267b0f9.txt new file mode 100644 index 0000000..45540da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.38f5a0f78404d3fe79a1f390e267b0f9.txt @@ -0,0 +1 @@ +8 0.44140625 0.3484375 0.8828125 0.45390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.98fed07b346185c9630a63a0a2718775.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.98fed07b346185c9630a63a0a2718775.txt new file mode 100644 index 0000000..45540da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.98fed07b346185c9630a63a0a2718775.txt @@ -0,0 +1 @@ +8 0.44140625 0.3484375 0.8828125 0.45390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.c99b0e043f6b8f443285aa2fc21e71ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.c99b0e043f6b8f443285aa2fc21e71ec.txt new file mode 100644 index 0000000..45540da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_EKZBQ2RM1V7X6FWX_jpg.rf.c99b0e043f6b8f443285aa2fc21e71ec.txt @@ -0,0 +1 @@ +8 0.44140625 0.3484375 0.8828125 0.45390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.1b58e111fe934b981c57d51f58b24aba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.1b58e111fe934b981c57d51f58b24aba.txt new file mode 100644 index 0000000..4f964b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.1b58e111fe934b981c57d51f58b24aba.txt @@ -0,0 +1,3 @@ +8 0.2390625 0.1859375 0.440625 0.36953125 +8 0.4359375 0.52421875 0.5125 0.33203125 +8 0.51171875 0.284375 0.4515625 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.5b61215e9f4b67cc0b67c45407fdeaec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.5b61215e9f4b67cc0b67c45407fdeaec.txt new file mode 100644 index 0000000..4f964b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.5b61215e9f4b67cc0b67c45407fdeaec.txt @@ -0,0 +1,3 @@ +8 0.2390625 0.1859375 0.440625 0.36953125 +8 0.4359375 0.52421875 0.5125 0.33203125 +8 0.51171875 0.284375 0.4515625 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.ab7dbaac28572e802376e6a6d232a007.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.ab7dbaac28572e802376e6a6d232a007.txt new file mode 100644 index 0000000..4f964b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENDTCBCG02C8SW12_jpg.rf.ab7dbaac28572e802376e6a6d232a007.txt @@ -0,0 +1,3 @@ +8 0.2390625 0.1859375 0.440625 0.36953125 +8 0.4359375 0.52421875 0.5125 0.33203125 +8 0.51171875 0.284375 0.4515625 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.19a8e65e49601c4ed8af1626de211558.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.19a8e65e49601c4ed8af1626de211558.txt new file mode 100644 index 0000000..245d49e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.19a8e65e49601c4ed8af1626de211558.txt @@ -0,0 +1 @@ +8 0.46328125 0.484375 0.64609375 0.53984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.498ae95a3156c70a9960b6b2581b4b8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.498ae95a3156c70a9960b6b2581b4b8f.txt new file mode 100644 index 0000000..245d49e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.498ae95a3156c70a9960b6b2581b4b8f.txt @@ -0,0 +1 @@ +8 0.46328125 0.484375 0.64609375 0.53984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.7f1b0db49ec23ae9e34c6173244edf9c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.7f1b0db49ec23ae9e34c6173244edf9c.txt new file mode 100644 index 0000000..245d49e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ENLEEQJJOV5P4N3F_jpg.rf.7f1b0db49ec23ae9e34c6173244edf9c.txt @@ -0,0 +1 @@ +8 0.46328125 0.484375 0.64609375 0.53984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.08ca94d0d70a159186d601534db74ff5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.08ca94d0d70a159186d601534db74ff5.txt new file mode 100644 index 0000000..a474cf4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.08ca94d0d70a159186d601534db74ff5.txt @@ -0,0 +1,2 @@ +8 0.89609375 0.3859375 0.2078125 0.3796875 +8 0.4453125 0.484375 0.890625 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.1c787d1d62445e3b68ad7d47ffd17a6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.1c787d1d62445e3b68ad7d47ffd17a6b.txt new file mode 100644 index 0000000..a474cf4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.1c787d1d62445e3b68ad7d47ffd17a6b.txt @@ -0,0 +1,2 @@ +8 0.89609375 0.3859375 0.2078125 0.3796875 +8 0.4453125 0.484375 0.890625 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.b38f9a84e580897759c1eb833d1a0d91.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.b38f9a84e580897759c1eb833d1a0d91.txt new file mode 100644 index 0000000..a474cf4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F3LABMAGGKWGOIPC_jpg.rf.b38f9a84e580897759c1eb833d1a0d91.txt @@ -0,0 +1,2 @@ +8 0.89609375 0.3859375 0.2078125 0.3796875 +8 0.4453125 0.484375 0.890625 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.481f4ed816754fb133d0120902e11883.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.481f4ed816754fb133d0120902e11883.txt new file mode 100644 index 0000000..e3a83e6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.481f4ed816754fb133d0120902e11883.txt @@ -0,0 +1 @@ +8 0.56171875 0.609375 0.81171875 0.5390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.6afb5014007fd52f600c48a7d220507d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.6afb5014007fd52f600c48a7d220507d.txt new file mode 100644 index 0000000..e3a83e6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.6afb5014007fd52f600c48a7d220507d.txt @@ -0,0 +1 @@ +8 0.56171875 0.609375 0.81171875 0.5390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.9abfc720f9c044cec3272f6fca74a3a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.9abfc720f9c044cec3272f6fca74a3a5.txt new file mode 100644 index 0000000..e3a83e6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F4R206W3DIHZD5G8_jpg.rf.9abfc720f9c044cec3272f6fca74a3a5.txt @@ -0,0 +1 @@ +8 0.56171875 0.609375 0.81171875 0.5390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.0ca1773a769ff3474027dc40b14fdc77.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.0ca1773a769ff3474027dc40b14fdc77.txt new file mode 100644 index 0000000..bcf87c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.0ca1773a769ff3474027dc40b14fdc77.txt @@ -0,0 +1 @@ +8 0.465625 0.55625 0.84453125 0.86484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.97a826386ed822887425cdc368943f03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.97a826386ed822887425cdc368943f03.txt new file mode 100644 index 0000000..bcf87c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.97a826386ed822887425cdc368943f03.txt @@ -0,0 +1 @@ +8 0.465625 0.55625 0.84453125 0.86484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.bbe25f314a214ae245200b2eb10bfecf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.bbe25f314a214ae245200b2eb10bfecf.txt new file mode 100644 index 0000000..bcf87c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_F8JBD5F1PX1786YF_jpg.rf.bbe25f314a214ae245200b2eb10bfecf.txt @@ -0,0 +1 @@ +8 0.465625 0.55625 0.84453125 0.86484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.1aa6fb58b016e7d847e9d990541ee109.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.1aa6fb58b016e7d847e9d990541ee109.txt new file mode 100644 index 0000000..5164fef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.1aa6fb58b016e7d847e9d990541ee109.txt @@ -0,0 +1 @@ +8 0.55625 0.51953125 0.8875 0.54609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.c532f7c5c6b825c67a8470af259b41ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.c532f7c5c6b825c67a8470af259b41ea.txt new file mode 100644 index 0000000..5164fef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.c532f7c5c6b825c67a8470af259b41ea.txt @@ -0,0 +1 @@ +8 0.55625 0.51953125 0.8875 0.54609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.cfddd358768672b6cc171e06d55c6b09.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.cfddd358768672b6cc171e06d55c6b09.txt new file mode 100644 index 0000000..5164fef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FADV2ZITIISB7D4Q_jpg.rf.cfddd358768672b6cc171e06d55c6b09.txt @@ -0,0 +1 @@ +8 0.55625 0.51953125 0.8875 0.54609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.64aff4c6688e32ce17d21f77cb668435.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.64aff4c6688e32ce17d21f77cb668435.txt new file mode 100644 index 0000000..08ea44d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.64aff4c6688e32ce17d21f77cb668435.txt @@ -0,0 +1 @@ +8 0.4984375 0.42734375 0.6453125 0.37578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.65d93a990009bd84ba7e43428de0bdbf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.65d93a990009bd84ba7e43428de0bdbf.txt new file mode 100644 index 0000000..08ea44d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.65d93a990009bd84ba7e43428de0bdbf.txt @@ -0,0 +1 @@ +8 0.4984375 0.42734375 0.6453125 0.37578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.fd1e73a93d8eba0ba3e061ecba07d2ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.fd1e73a93d8eba0ba3e061ecba07d2ba.txt new file mode 100644 index 0000000..08ea44d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FB42JKRBANK93IOA_jpg.rf.fd1e73a93d8eba0ba3e061ecba07d2ba.txt @@ -0,0 +1 @@ +8 0.4984375 0.42734375 0.6453125 0.37578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.31e4a0481ae1f9db23c76b3a71ebc69c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.31e4a0481ae1f9db23c76b3a71ebc69c.txt new file mode 100644 index 0000000..0dfd720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.31e4a0481ae1f9db23c76b3a71ebc69c.txt @@ -0,0 +1 @@ +8 0.51875 0.4625 0.67734375 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.46e478e283b41b9347b0ee3a8ebeda4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.46e478e283b41b9347b0ee3a8ebeda4a.txt new file mode 100644 index 0000000..0dfd720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.46e478e283b41b9347b0ee3a8ebeda4a.txt @@ -0,0 +1 @@ +8 0.51875 0.4625 0.67734375 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.68f0acaf6e263f37034d5252618e7a04.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.68f0acaf6e263f37034d5252618e7a04.txt new file mode 100644 index 0000000..0dfd720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FDA6F42EYQRD8QZR_jpg.rf.68f0acaf6e263f37034d5252618e7a04.txt @@ -0,0 +1 @@ +8 0.51875 0.4625 0.67734375 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.40615edef7cd3a189e5f3512be87605f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.40615edef7cd3a189e5f3512be87605f.txt new file mode 100644 index 0000000..fc28874 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.40615edef7cd3a189e5f3512be87605f.txt @@ -0,0 +1 @@ +8 0.44453125 0.4328125 0.6953125 0.865625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.69b0b8780c045f01ab9e6634a6b924ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.69b0b8780c045f01ab9e6634a6b924ef.txt new file mode 100644 index 0000000..fc28874 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.69b0b8780c045f01ab9e6634a6b924ef.txt @@ -0,0 +1 @@ +8 0.44453125 0.4328125 0.6953125 0.865625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.ecb9a8dd2eaf05494ad6b339f14ca569.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.ecb9a8dd2eaf05494ad6b339f14ca569.txt new file mode 100644 index 0000000..fc28874 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FIMLPODZ0AVH1BSH_jpg.rf.ecb9a8dd2eaf05494ad6b339f14ca569.txt @@ -0,0 +1 @@ +8 0.44453125 0.4328125 0.6953125 0.865625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.6f020aabe523dc65fbb44ece30c728c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.6f020aabe523dc65fbb44ece30c728c1.txt new file mode 100644 index 0000000..13de7db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.6f020aabe523dc65fbb44ece30c728c1.txt @@ -0,0 +1 @@ +8 0.3984375 0.4640625 0.721875 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.93044d9c3325559545090b246b71109c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.93044d9c3325559545090b246b71109c.txt new file mode 100644 index 0000000..13de7db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.93044d9c3325559545090b246b71109c.txt @@ -0,0 +1 @@ +8 0.3984375 0.4640625 0.721875 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.b76b78c8ba67ea6fdf70c43b0b7b3c03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.b76b78c8ba67ea6fdf70c43b0b7b3c03.txt new file mode 100644 index 0000000..13de7db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FJ5Q5Z8AON69RE98_jpg.rf.b76b78c8ba67ea6fdf70c43b0b7b3c03.txt @@ -0,0 +1 @@ +8 0.3984375 0.4640625 0.721875 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.796e5e142350f39dec6adc8174b04389.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.796e5e142350f39dec6adc8174b04389.txt new file mode 100644 index 0000000..7e039bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.796e5e142350f39dec6adc8174b04389.txt @@ -0,0 +1 @@ +8 0.471875 0.5453125 0.55703125 0.56015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.895333db9cf75a4e2536547626ffe37d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.895333db9cf75a4e2536547626ffe37d.txt new file mode 100644 index 0000000..7e039bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.895333db9cf75a4e2536547626ffe37d.txt @@ -0,0 +1 @@ +8 0.471875 0.5453125 0.55703125 0.56015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.b01832408eddc485f5a619c23029680a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.b01832408eddc485f5a619c23029680a.txt new file mode 100644 index 0000000..7e039bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FL6N1VL5V5MCP9FY_jpg.rf.b01832408eddc485f5a619c23029680a.txt @@ -0,0 +1 @@ +8 0.471875 0.5453125 0.55703125 0.56015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.3a77aa7c89bfd0b5a9fb7f0804824e27.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.3a77aa7c89bfd0b5a9fb7f0804824e27.txt new file mode 100644 index 0000000..c36e9fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.3a77aa7c89bfd0b5a9fb7f0804824e27.txt @@ -0,0 +1 @@ +8 0.42109375 0.59375 0.6484375 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.9ace03a34aaf5bff667071f0a0393082.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.9ace03a34aaf5bff667071f0a0393082.txt new file mode 100644 index 0000000..c36e9fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.9ace03a34aaf5bff667071f0a0393082.txt @@ -0,0 +1 @@ +8 0.42109375 0.59375 0.6484375 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.aa9222576e98c936553f064a76e41059.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.aa9222576e98c936553f064a76e41059.txt new file mode 100644 index 0000000..c36e9fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FPDFTLO16OMUZSOZ_jpg.rf.aa9222576e98c936553f064a76e41059.txt @@ -0,0 +1 @@ +8 0.42109375 0.59375 0.6484375 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.0db3713e71647383973c542f24b5acff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.0db3713e71647383973c542f24b5acff.txt new file mode 100644 index 0000000..6518f76 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.0db3713e71647383973c542f24b5acff.txt @@ -0,0 +1,3 @@ +8 0.4921875 0.53515625 0.984375 0.2921875 +8 0.49921875 0.25390625 0.9984375 0.2984375 +8 0.50234375 0.8046875 0.903125 0.32265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.6ad60d3b82b0a604028b1a76d1e4f9f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.6ad60d3b82b0a604028b1a76d1e4f9f4.txt new file mode 100644 index 0000000..6518f76 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.6ad60d3b82b0a604028b1a76d1e4f9f4.txt @@ -0,0 +1,3 @@ +8 0.4921875 0.53515625 0.984375 0.2921875 +8 0.49921875 0.25390625 0.9984375 0.2984375 +8 0.50234375 0.8046875 0.903125 0.32265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.f20a7a991004db0814ea9c6a9b94ae9b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.f20a7a991004db0814ea9c6a9b94ae9b.txt new file mode 100644 index 0000000..6518f76 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FQJYZWIC9XQBB1ZY_jpg.rf.f20a7a991004db0814ea9c6a9b94ae9b.txt @@ -0,0 +1,3 @@ +8 0.4921875 0.53515625 0.984375 0.2921875 +8 0.49921875 0.25390625 0.9984375 0.2984375 +8 0.50234375 0.8046875 0.903125 0.32265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.9c6f876212f7cc7c5a18cb99d4210fac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.9c6f876212f7cc7c5a18cb99d4210fac.txt new file mode 100644 index 0000000..2ffbad2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.9c6f876212f7cc7c5a18cb99d4210fac.txt @@ -0,0 +1 @@ +8 0.5203125 0.44609375 0.65 0.7078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.a012da9c63f7bbf3cd49e3e15fe71987.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.a012da9c63f7bbf3cd49e3e15fe71987.txt new file mode 100644 index 0000000..2ffbad2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.a012da9c63f7bbf3cd49e3e15fe71987.txt @@ -0,0 +1 @@ +8 0.5203125 0.44609375 0.65 0.7078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.c9a0da65a3da079c6eb0acbafd24a863.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.c9a0da65a3da079c6eb0acbafd24a863.txt new file mode 100644 index 0000000..2ffbad2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FRZ3U6WQVVH0R11V_jpg.rf.c9a0da65a3da079c6eb0acbafd24a863.txt @@ -0,0 +1 @@ +8 0.5203125 0.44609375 0.65 0.7078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.0d664211ba85d4f2bad0625d0a785d41.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.0d664211ba85d4f2bad0625d0a785d41.txt new file mode 100644 index 0000000..bddb688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.0d664211ba85d4f2bad0625d0a785d41.txt @@ -0,0 +1 @@ +8 0.52265625 0.54609375 0.58125 0.69140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.3898e2ec7c9e3cfd1218e6b5baa73fa4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.3898e2ec7c9e3cfd1218e6b5baa73fa4.txt new file mode 100644 index 0000000..bddb688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.3898e2ec7c9e3cfd1218e6b5baa73fa4.txt @@ -0,0 +1 @@ +8 0.52265625 0.54609375 0.58125 0.69140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.8cc4861ee7af3d9454449c11e39d5b8a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.8cc4861ee7af3d9454449c11e39d5b8a.txt new file mode 100644 index 0000000..bddb688 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXFYYXFGDGGHI3BY_jpg.rf.8cc4861ee7af3d9454449c11e39d5b8a.txt @@ -0,0 +1 @@ +8 0.52265625 0.54609375 0.58125 0.69140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.7a24288f04d26624bca2f28fc811434f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.7a24288f04d26624bca2f28fc811434f.txt new file mode 100644 index 0000000..19664a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.7a24288f04d26624bca2f28fc811434f.txt @@ -0,0 +1 @@ +8 0.42578125 0.4734375 0.6171875 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.871de0107821e52a545dbddb5bedda6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.871de0107821e52a545dbddb5bedda6e.txt new file mode 100644 index 0000000..19664a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.871de0107821e52a545dbddb5bedda6e.txt @@ -0,0 +1 @@ +8 0.42578125 0.4734375 0.6171875 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.f4e1fa28d2de507e0928339e54562235.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.f4e1fa28d2de507e0928339e54562235.txt new file mode 100644 index 0000000..19664a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FXIMOIABKH49CBIB_jpg.rf.f4e1fa28d2de507e0928339e54562235.txt @@ -0,0 +1 @@ +8 0.42578125 0.4734375 0.6171875 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.08e1e9d95de89e586bfaf334c6c4c082.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.08e1e9d95de89e586bfaf334c6c4c082.txt new file mode 100644 index 0000000..d31fe1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.08e1e9d95de89e586bfaf334c6c4c082.txt @@ -0,0 +1 @@ +8 0.4640625 0.55546875 0.421875 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.4d75e1141079b244b43395f7c11e997b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.4d75e1141079b244b43395f7c11e997b.txt new file mode 100644 index 0000000..d31fe1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.4d75e1141079b244b43395f7c11e997b.txt @@ -0,0 +1 @@ +8 0.4640625 0.55546875 0.421875 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.f099c26367caa8cdb4ed50089e69671b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.f099c26367caa8cdb4ed50089e69671b.txt new file mode 100644 index 0000000..d31fe1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_FY3GDY8FBBE0XFSQ_jpg.rf.f099c26367caa8cdb4ed50089e69671b.txt @@ -0,0 +1 @@ +8 0.4640625 0.55546875 0.421875 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.3ad0e15c4542107dfcbc5d084048a64c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.3ad0e15c4542107dfcbc5d084048a64c.txt new file mode 100644 index 0000000..40c1576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.3ad0e15c4542107dfcbc5d084048a64c.txt @@ -0,0 +1 @@ +8 0.496875 0.43828125 0.8578125 0.8765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.92749b892c8b5b627bffb126c8ae20cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.92749b892c8b5b627bffb126c8ae20cd.txt new file mode 100644 index 0000000..40c1576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.92749b892c8b5b627bffb126c8ae20cd.txt @@ -0,0 +1 @@ +8 0.496875 0.43828125 0.8578125 0.8765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.d5b47a969c6b27c47b03c0cbd7a70c42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.d5b47a969c6b27c47b03c0cbd7a70c42.txt new file mode 100644 index 0000000..40c1576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0HCFG5QSAR6OGZI_jpg.rf.d5b47a969c6b27c47b03c0cbd7a70c42.txt @@ -0,0 +1 @@ +8 0.496875 0.43828125 0.8578125 0.8765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.1336793f48f925258a4007f0324e4918.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.1336793f48f925258a4007f0324e4918.txt new file mode 100644 index 0000000..1622856 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.1336793f48f925258a4007f0324e4918.txt @@ -0,0 +1 @@ +8 0.48125 0.57265625 0.646875 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.3c4e79e4c24424abd16ebb6a3ca562b3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.3c4e79e4c24424abd16ebb6a3ca562b3.txt new file mode 100644 index 0000000..1622856 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.3c4e79e4c24424abd16ebb6a3ca562b3.txt @@ -0,0 +1 @@ +8 0.48125 0.57265625 0.646875 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.7d5609e7ac34094a931b1cea1a866015.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.7d5609e7ac34094a931b1cea1a866015.txt new file mode 100644 index 0000000..1622856 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G0Y5V37A7JLA7D0J_jpg.rf.7d5609e7ac34094a931b1cea1a866015.txt @@ -0,0 +1 @@ +8 0.48125 0.57265625 0.646875 0.24921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.1fc70a252068dc02db68fa7930bc38a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.1fc70a252068dc02db68fa7930bc38a2.txt new file mode 100644 index 0000000..6bee8b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.1fc70a252068dc02db68fa7930bc38a2.txt @@ -0,0 +1 @@ +8 0.4265625 0.53359375 0.64375 0.70859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.272309b26d9efd0d61d3294ec89b2a7a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.272309b26d9efd0d61d3294ec89b2a7a.txt new file mode 100644 index 0000000..6bee8b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.272309b26d9efd0d61d3294ec89b2a7a.txt @@ -0,0 +1 @@ +8 0.4265625 0.53359375 0.64375 0.70859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.4a10eec34e74059e1672aeb2f69f164d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.4a10eec34e74059e1672aeb2f69f164d.txt new file mode 100644 index 0000000..6bee8b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G468B77VM5KSI93B_jpg.rf.4a10eec34e74059e1672aeb2f69f164d.txt @@ -0,0 +1 @@ +8 0.4265625 0.53359375 0.64375 0.70859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.06b71c627084f099f62b748a00b704ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.06b71c627084f099f62b748a00b704ca.txt new file mode 100644 index 0000000..8e4c294 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.06b71c627084f099f62b748a00b704ca.txt @@ -0,0 +1 @@ +8 0.553125 0.546875 0.78203125 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.5894261547be15385ac8f6eb3b438750.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.5894261547be15385ac8f6eb3b438750.txt new file mode 100644 index 0000000..8e4c294 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.5894261547be15385ac8f6eb3b438750.txt @@ -0,0 +1 @@ +8 0.553125 0.546875 0.78203125 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.7832aed17c85dcbae7d95f01b68890de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.7832aed17c85dcbae7d95f01b68890de.txt new file mode 100644 index 0000000..8e4c294 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ED9F0YDOUPC3KT_jpg.rf.7832aed17c85dcbae7d95f01b68890de.txt @@ -0,0 +1 @@ +8 0.553125 0.546875 0.78203125 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.198cf9e43b18457e9d286eb8aea2f216.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.198cf9e43b18457e9d286eb8aea2f216.txt new file mode 100644 index 0000000..8923ae2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.198cf9e43b18457e9d286eb8aea2f216.txt @@ -0,0 +1 @@ +8 0.4609375 0.5265625 0.36796875 0.3984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.32f84d960d569ad057a624c1d097d4e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.32f84d960d569ad057a624c1d097d4e8.txt new file mode 100644 index 0000000..8923ae2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.32f84d960d569ad057a624c1d097d4e8.txt @@ -0,0 +1 @@ +8 0.4609375 0.5265625 0.36796875 0.3984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.4f3fe68dffe28445585f65ca3818ea22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.4f3fe68dffe28445585f65ca3818ea22.txt new file mode 100644 index 0000000..8923ae2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4ICX9XGDRXLOI94_jpg.rf.4f3fe68dffe28445585f65ca3818ea22.txt @@ -0,0 +1 @@ +8 0.4609375 0.5265625 0.36796875 0.3984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.2576e1b062652c427efb1647b1549f37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.2576e1b062652c427efb1647b1549f37.txt new file mode 100644 index 0000000..8910b98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.2576e1b062652c427efb1647b1549f37.txt @@ -0,0 +1 @@ +8 0.4546875 0.48828125 0.78984375 0.9765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.5be8649d4a8b160ff73121faea49679b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.5be8649d4a8b160ff73121faea49679b.txt new file mode 100644 index 0000000..8910b98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.5be8649d4a8b160ff73121faea49679b.txt @@ -0,0 +1 @@ +8 0.4546875 0.48828125 0.78984375 0.9765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.a2699a407f94fd037ebcc3931a7fe26b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.a2699a407f94fd037ebcc3931a7fe26b.txt new file mode 100644 index 0000000..8910b98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G4TYSC6AO1VJIY7P_jpg.rf.a2699a407f94fd037ebcc3931a7fe26b.txt @@ -0,0 +1 @@ +8 0.4546875 0.48828125 0.78984375 0.9765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.8a19b0cd7c1912a4df7d83a2aae9eb94.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.8a19b0cd7c1912a4df7d83a2aae9eb94.txt new file mode 100644 index 0000000..de1ed08 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.8a19b0cd7c1912a4df7d83a2aae9eb94.txt @@ -0,0 +1 @@ +8 0.53203125 0.44296875 0.71796875 0.81171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.ed99c16ae4279fa99255947266765203.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.ed99c16ae4279fa99255947266765203.txt new file mode 100644 index 0000000..de1ed08 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.ed99c16ae4279fa99255947266765203.txt @@ -0,0 +1 @@ +8 0.53203125 0.44296875 0.71796875 0.81171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.f3d4e2c890a82544e64cb46a551b6630.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.f3d4e2c890a82544e64cb46a551b6630.txt new file mode 100644 index 0000000..de1ed08 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G5AFHY856M9SNKKH_jpg.rf.f3d4e2c890a82544e64cb46a551b6630.txt @@ -0,0 +1 @@ +8 0.53203125 0.44296875 0.71796875 0.81171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.1bd727fcd8ec8ccced93487ba5df71cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.1bd727fcd8ec8ccced93487ba5df71cb.txt new file mode 100644 index 0000000..93dea49 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.1bd727fcd8ec8ccced93487ba5df71cb.txt @@ -0,0 +1 @@ +8 0.53515625 0.3578125 0.81875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.46f8f597b1fa4c15d2b567cef93a4b6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.46f8f597b1fa4c15d2b567cef93a4b6a.txt new file mode 100644 index 0000000..93dea49 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.46f8f597b1fa4c15d2b567cef93a4b6a.txt @@ -0,0 +1 @@ +8 0.53515625 0.3578125 0.81875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.50bf1fd91aaf51843cababe90d26e3be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.50bf1fd91aaf51843cababe90d26e3be.txt new file mode 100644 index 0000000..93dea49 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_G86UM60159KJ4ZL0_jpg.rf.50bf1fd91aaf51843cababe90d26e3be.txt @@ -0,0 +1 @@ +8 0.53515625 0.3578125 0.81875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.41a979f84284800af63292bafe30fb46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.41a979f84284800af63292bafe30fb46.txt new file mode 100644 index 0000000..9f1011a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.41a979f84284800af63292bafe30fb46.txt @@ -0,0 +1 @@ +8 0.5265625 0.55859375 0.81484375 0.8796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.8c1551770f4d149be65eeb633aaffeff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.8c1551770f4d149be65eeb633aaffeff.txt new file mode 100644 index 0000000..9f1011a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GBMI847FKZ3PHAEH_jpg.rf.8c1551770f4d149be65eeb633aaffeff.txt @@ -0,0 +1 @@ +8 0.5265625 0.55859375 0.81484375 0.8796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.52d9f6809de3752a7a4496646d63d481.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.52d9f6809de3752a7a4496646d63d481.txt new file mode 100644 index 0000000..20962d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.52d9f6809de3752a7a4496646d63d481.txt @@ -0,0 +1 @@ +8 0.57421875 0.5015625 0.8515625 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.6b844b3e45a690f2b65b19aec28e9beb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.6b844b3e45a690f2b65b19aec28e9beb.txt new file mode 100644 index 0000000..20962d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.6b844b3e45a690f2b65b19aec28e9beb.txt @@ -0,0 +1 @@ +8 0.57421875 0.5015625 0.8515625 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.d5febfe0dc384a555be4048e641b553f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.d5febfe0dc384a555be4048e641b553f.txt new file mode 100644 index 0000000..20962d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GE2MTJB47C3TR6UJ_jpg.rf.d5febfe0dc384a555be4048e641b553f.txt @@ -0,0 +1 @@ +8 0.57421875 0.5015625 0.8515625 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.71ede87d4e7ab946227054eb0479baee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.71ede87d4e7ab946227054eb0479baee.txt new file mode 100644 index 0000000..7c94f32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.71ede87d4e7ab946227054eb0479baee.txt @@ -0,0 +1 @@ +8 0.4828125 0.534375 0.64375 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.bd2f1a6e98973a0c4e93bf3c632bd441.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.bd2f1a6e98973a0c4e93bf3c632bd441.txt new file mode 100644 index 0000000..7c94f32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.bd2f1a6e98973a0c4e93bf3c632bd441.txt @@ -0,0 +1 @@ +8 0.4828125 0.534375 0.64375 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.f64061b074f19dffc8ccbdc86efc6443.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.f64061b074f19dffc8ccbdc86efc6443.txt new file mode 100644 index 0000000..7c94f32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GON2MUEIOPJPNCYB_jpg.rf.f64061b074f19dffc8ccbdc86efc6443.txt @@ -0,0 +1 @@ +8 0.4828125 0.534375 0.64375 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.9c6459c765c875d8ff9e980b369ee365.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.9c6459c765c875d8ff9e980b369ee365.txt new file mode 100644 index 0000000..ffe9130 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.9c6459c765c875d8ff9e980b369ee365.txt @@ -0,0 +1 @@ +8 0.4484375 0.46015625 0.5234375 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f5a9516ad2a75c765cba585c58da34d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f5a9516ad2a75c765cba585c58da34d7.txt new file mode 100644 index 0000000..ffe9130 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f5a9516ad2a75c765cba585c58da34d7.txt @@ -0,0 +1 @@ +8 0.4484375 0.46015625 0.5234375 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f9c62d1e22e54106713e7059e7768cd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f9c62d1e22e54106713e7059e7768cd3.txt new file mode 100644 index 0000000..ffe9130 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GOZMIV0X3UXFPYRO_jpg.rf.f9c62d1e22e54106713e7059e7768cd3.txt @@ -0,0 +1 @@ +8 0.4484375 0.46015625 0.5234375 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.335ccd75d94eb804dfbb787af032fa63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.335ccd75d94eb804dfbb787af032fa63.txt new file mode 100644 index 0000000..0caddc5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.335ccd75d94eb804dfbb787af032fa63.txt @@ -0,0 +1 @@ +8 0.50703125 0.43671875 0.7875 0.7 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.728467e02c9720c9f359a275eda41c15.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.728467e02c9720c9f359a275eda41c15.txt new file mode 100644 index 0000000..0caddc5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.728467e02c9720c9f359a275eda41c15.txt @@ -0,0 +1 @@ +8 0.50703125 0.43671875 0.7875 0.7 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.feaa9d6d1cf838b51a6ed183a133925d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.feaa9d6d1cf838b51a6ed183a133925d.txt new file mode 100644 index 0000000..0caddc5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GRN4C4VHESO8HV8B_jpg.rf.feaa9d6d1cf838b51a6ed183a133925d.txt @@ -0,0 +1 @@ +8 0.50703125 0.43671875 0.7875 0.7 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.6758d29955e8b8e2376cd4044f463b21.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.6758d29955e8b8e2376cd4044f463b21.txt new file mode 100644 index 0000000..0e517df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.6758d29955e8b8e2376cd4044f463b21.txt @@ -0,0 +1 @@ +8 0.49453125 0.50234375 0.98828125 0.67421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.add03e002bce063cd90257252040f722.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.add03e002bce063cd90257252040f722.txt new file mode 100644 index 0000000..0e517df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.add03e002bce063cd90257252040f722.txt @@ -0,0 +1 @@ +8 0.49453125 0.50234375 0.98828125 0.67421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.c4ed46b8ff9b30d20b74cb934a17009b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.c4ed46b8ff9b30d20b74cb934a17009b.txt new file mode 100644 index 0000000..0e517df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GSQM7FPNIU2QQ9PS_jpg.rf.c4ed46b8ff9b30d20b74cb934a17009b.txt @@ -0,0 +1 @@ +8 0.49453125 0.50234375 0.98828125 0.67421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.4910b1c7a799f14bd79f9ba4c6a5d133.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.4910b1c7a799f14bd79f9ba4c6a5d133.txt new file mode 100644 index 0000000..11b724f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.4910b1c7a799f14bd79f9ba4c6a5d133.txt @@ -0,0 +1 @@ +8 0.3578125 0.47421875 0.62578125 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.8a115fd15f4c13e6181ab26dd32cbde4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.8a115fd15f4c13e6181ab26dd32cbde4.txt new file mode 100644 index 0000000..11b724f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.8a115fd15f4c13e6181ab26dd32cbde4.txt @@ -0,0 +1 @@ +8 0.3578125 0.47421875 0.62578125 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.9c46a93013d2efcd09d7cea41edb76fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.9c46a93013d2efcd09d7cea41edb76fc.txt new file mode 100644 index 0000000..11b724f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GVX3CY7SN8O6R5SW_jpg.rf.9c46a93013d2efcd09d7cea41edb76fc.txt @@ -0,0 +1 @@ +8 0.3578125 0.47421875 0.62578125 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.21f483317dff977023502d73298266ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.21f483317dff977023502d73298266ad.txt new file mode 100644 index 0000000..8fec3c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.21f483317dff977023502d73298266ad.txt @@ -0,0 +1 @@ +8 0.49609375 0.4484375 0.78125 0.73984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.663181af0d4973f495311e185a9d7b15.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.663181af0d4973f495311e185a9d7b15.txt new file mode 100644 index 0000000..8fec3c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.663181af0d4973f495311e185a9d7b15.txt @@ -0,0 +1 @@ +8 0.49609375 0.4484375 0.78125 0.73984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.88c53909d1a6c8011fe4faeb5be49791.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.88c53909d1a6c8011fe4faeb5be49791.txt new file mode 100644 index 0000000..8fec3c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_GWWM1JMAZ2IWDF90_jpg.rf.88c53909d1a6c8011fe4faeb5be49791.txt @@ -0,0 +1 @@ +8 0.49609375 0.4484375 0.78125 0.73984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.322cbc07e8c69e332453a91f3b19dff1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.322cbc07e8c69e332453a91f3b19dff1.txt new file mode 100644 index 0000000..b319567 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.322cbc07e8c69e332453a91f3b19dff1.txt @@ -0,0 +1 @@ +8 0.5 0.61640625 1 0.63984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.a2f7026d1770901a1ba3f774f63f3750.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.a2f7026d1770901a1ba3f774f63f3750.txt new file mode 100644 index 0000000..b319567 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.a2f7026d1770901a1ba3f774f63f3750.txt @@ -0,0 +1 @@ +8 0.5 0.61640625 1 0.63984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.df78a6b5c0e990074fcb9a9c8b87ff13.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.df78a6b5c0e990074fcb9a9c8b87ff13.txt new file mode 100644 index 0000000..b319567 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H0B53SV1UPFNAGTR_jpg.rf.df78a6b5c0e990074fcb9a9c8b87ff13.txt @@ -0,0 +1 @@ +8 0.5 0.61640625 1 0.63984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.3420ba74104b241973c334d0879ec188.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.3420ba74104b241973c334d0879ec188.txt new file mode 100644 index 0000000..1b752c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.3420ba74104b241973c334d0879ec188.txt @@ -0,0 +1 @@ +8 0.48125 0.52109375 0.7078125 0.5734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.8db530e415ba28c70a51cf2669c2eba5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.8db530e415ba28c70a51cf2669c2eba5.txt new file mode 100644 index 0000000..1b752c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.8db530e415ba28c70a51cf2669c2eba5.txt @@ -0,0 +1 @@ +8 0.48125 0.52109375 0.7078125 0.5734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.ff5c96c442a7b318ad4ea5171334ee60.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.ff5c96c442a7b318ad4ea5171334ee60.txt new file mode 100644 index 0000000..1b752c0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H5P8JSEQWQBOCAS0_jpg.rf.ff5c96c442a7b318ad4ea5171334ee60.txt @@ -0,0 +1 @@ +8 0.48125 0.52109375 0.7078125 0.5734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.b2eb5972cfcba206e463d5fc1600f5ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.b2eb5972cfcba206e463d5fc1600f5ea.txt new file mode 100644 index 0000000..97231db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.b2eb5972cfcba206e463d5fc1600f5ea.txt @@ -0,0 +1 @@ +8 0.45234375 0.5734375 0.79453125 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.dbb6092f3c697a672fc0270912d48e46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.dbb6092f3c697a672fc0270912d48e46.txt new file mode 100644 index 0000000..97231db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.dbb6092f3c697a672fc0270912d48e46.txt @@ -0,0 +1 @@ +8 0.45234375 0.5734375 0.79453125 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.ff40f0cd848d4fbff0a7b2dd3b561885.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.ff40f0cd848d4fbff0a7b2dd3b561885.txt new file mode 100644 index 0000000..97231db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H7SFDGYH2HOZDI1H_jpg.rf.ff40f0cd848d4fbff0a7b2dd3b561885.txt @@ -0,0 +1 @@ +8 0.45234375 0.5734375 0.79453125 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.2a5f82e354b313eba1d64c499447967c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.2a5f82e354b313eba1d64c499447967c.txt new file mode 100644 index 0000000..7482d3b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.2a5f82e354b313eba1d64c499447967c.txt @@ -0,0 +1 @@ +8 0.45078125 0.3890625 0.5265625 0.58046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.ceb20cef832ed162d234f0619c1ca1e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.ceb20cef832ed162d234f0619c1ca1e8.txt new file mode 100644 index 0000000..7482d3b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.ceb20cef832ed162d234f0619c1ca1e8.txt @@ -0,0 +1 @@ +8 0.45078125 0.3890625 0.5265625 0.58046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.f43988e68c482f76db36bd534b70a171.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.f43988e68c482f76db36bd534b70a171.txt new file mode 100644 index 0000000..7482d3b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H802XSK9HI4E8FG0_jpg.rf.f43988e68c482f76db36bd534b70a171.txt @@ -0,0 +1 @@ +8 0.45078125 0.3890625 0.5265625 0.58046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.cd02e4c2e861b9650e577708195b15cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.cd02e4c2e861b9650e577708195b15cd.txt new file mode 100644 index 0000000..7283ef7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.cd02e4c2e861b9650e577708195b15cd.txt @@ -0,0 +1 @@ +8 0.5 0.5 1 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.d23cdba11ac0582d290687e5605d7a4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.d23cdba11ac0582d290687e5605d7a4a.txt new file mode 100644 index 0000000..7283ef7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.d23cdba11ac0582d290687e5605d7a4a.txt @@ -0,0 +1 @@ +8 0.5 0.5 1 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.e6f7d375741a872225191b73c9609b44.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.e6f7d375741a872225191b73c9609b44.txt new file mode 100644 index 0000000..7283ef7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H8BJYC2YFGSCIABO_jpg.rf.e6f7d375741a872225191b73c9609b44.txt @@ -0,0 +1 @@ +8 0.5 0.5 1 0.996875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.506ea733d8afaddbc900ef9c304a34fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.506ea733d8afaddbc900ef9c304a34fa.txt new file mode 100644 index 0000000..7af2849 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.506ea733d8afaddbc900ef9c304a34fa.txt @@ -0,0 +1 @@ +8 0.503125 0.47734375 0.86328125 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.748c8051f236c2701e8909cc7eb93bab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.748c8051f236c2701e8909cc7eb93bab.txt new file mode 100644 index 0000000..7af2849 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_H9518BQEJO6DLEE3_jpg.rf.748c8051f236c2701e8909cc7eb93bab.txt @@ -0,0 +1 @@ +8 0.503125 0.47734375 0.86328125 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.50626d50d1d8fe1ed42ccfe1a7f48816.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.50626d50d1d8fe1ed42ccfe1a7f48816.txt new file mode 100644 index 0000000..4083751 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.50626d50d1d8fe1ed42ccfe1a7f48816.txt @@ -0,0 +1 @@ +8 0.51875 0.38984375 0.66640625 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.c75c50035369c2a5dd5298a2e73ce646.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.c75c50035369c2a5dd5298a2e73ce646.txt new file mode 100644 index 0000000..4083751 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.c75c50035369c2a5dd5298a2e73ce646.txt @@ -0,0 +1 @@ +8 0.51875 0.38984375 0.66640625 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.cab851dcb8b73420dfb8e3c9674cdcef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.cab851dcb8b73420dfb8e3c9674cdcef.txt new file mode 100644 index 0000000..4083751 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HADACLPF4B78MGEM_jpg.rf.cab851dcb8b73420dfb8e3c9674cdcef.txt @@ -0,0 +1 @@ +8 0.51875 0.38984375 0.66640625 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.1866624aa5232dc71a440c10d67fbbf0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.1866624aa5232dc71a440c10d67fbbf0.txt new file mode 100644 index 0000000..43eca0a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.1866624aa5232dc71a440c10d67fbbf0.txt @@ -0,0 +1,2 @@ +8 0.6296875 0.4484375 0.49453125 0.54140625 +8 0.28515625 0.5234375 0.334375 0.521875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.5a430f3219138f24f1ddea867d4dd60c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.5a430f3219138f24f1ddea867d4dd60c.txt new file mode 100644 index 0000000..43eca0a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.5a430f3219138f24f1ddea867d4dd60c.txt @@ -0,0 +1,2 @@ +8 0.6296875 0.4484375 0.49453125 0.54140625 +8 0.28515625 0.5234375 0.334375 0.521875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.e3ab928f92c2c97851f88c82bcbe3706.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.e3ab928f92c2c97851f88c82bcbe3706.txt new file mode 100644 index 0000000..43eca0a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HAWTQF4132I6WV38_jpg.rf.e3ab928f92c2c97851f88c82bcbe3706.txt @@ -0,0 +1,2 @@ +8 0.6296875 0.4484375 0.49453125 0.54140625 +8 0.28515625 0.5234375 0.334375 0.521875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.5319415789d51177d764ca4d7fb01242.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.5319415789d51177d764ca4d7fb01242.txt new file mode 100644 index 0000000..85b6b07 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.5319415789d51177d764ca4d7fb01242.txt @@ -0,0 +1 @@ +8 0.53671875 0.32734375 0.83125 0.65390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.a21dd56cc9507f88d4c21ab16efe700c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.a21dd56cc9507f88d4c21ab16efe700c.txt new file mode 100644 index 0000000..85b6b07 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.a21dd56cc9507f88d4c21ab16efe700c.txt @@ -0,0 +1 @@ +8 0.53671875 0.32734375 0.83125 0.65390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.ea85c2c2f4a6d8736f9212295444b5ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.ea85c2c2f4a6d8736f9212295444b5ba.txt new file mode 100644 index 0000000..85b6b07 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HBE9O0CCW1OYBEA8_jpg.rf.ea85c2c2f4a6d8736f9212295444b5ba.txt @@ -0,0 +1 @@ +8 0.53671875 0.32734375 0.83125 0.65390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.255adc7810fa1ebaf2ed3db56b6e68d6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.255adc7810fa1ebaf2ed3db56b6e68d6.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.b2d3d7dbd50663f7cdfe11680ad6c208.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.b2d3d7dbd50663f7cdfe11680ad6c208.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.d94bb30e70b17d156e875206f729fb38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HEOFBSPE5QLKLNYY_jpg.rf.d94bb30e70b17d156e875206f729fb38.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.23263437d84a642bd9f2a94de45b4d57.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.23263437d84a642bd9f2a94de45b4d57.txt new file mode 100644 index 0000000..46c2533 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.23263437d84a642bd9f2a94de45b4d57.txt @@ -0,0 +1 @@ +8 0.48828125 0.5109375 0.6359375 0.975 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.5b9897112bfe9a82fcea0b3dc538b685.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.5b9897112bfe9a82fcea0b3dc538b685.txt new file mode 100644 index 0000000..46c2533 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.5b9897112bfe9a82fcea0b3dc538b685.txt @@ -0,0 +1 @@ +8 0.48828125 0.5109375 0.6359375 0.975 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.8df30b1d12c98bed60ab4a904985e7ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.8df30b1d12c98bed60ab4a904985e7ec.txt new file mode 100644 index 0000000..46c2533 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HFRQIB1D5B69P024_jpg.rf.8df30b1d12c98bed60ab4a904985e7ec.txt @@ -0,0 +1 @@ +8 0.48828125 0.5109375 0.6359375 0.975 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.2fa75b1966a0071b6bf80221e5128e68.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.2fa75b1966a0071b6bf80221e5128e68.txt new file mode 100644 index 0000000..15caa17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.2fa75b1966a0071b6bf80221e5128e68.txt @@ -0,0 +1 @@ +8 0.54375 0.51328125 0.66640625 0.2609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.8a028e6829581192da4dfb77f57fe812.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.8a028e6829581192da4dfb77f57fe812.txt new file mode 100644 index 0000000..15caa17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.8a028e6829581192da4dfb77f57fe812.txt @@ -0,0 +1 @@ +8 0.54375 0.51328125 0.66640625 0.2609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.b9b56c000852c6e3b348af55fce231ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.b9b56c000852c6e3b348af55fce231ee.txt new file mode 100644 index 0000000..15caa17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HGKK8WB8E4PFOKRS_jpg.rf.b9b56c000852c6e3b348af55fce231ee.txt @@ -0,0 +1 @@ +8 0.54375 0.51328125 0.66640625 0.2609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.794e745bd9b1b8fb7e8aac60cc3b3a16.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.794e745bd9b1b8fb7e8aac60cc3b3a16.txt new file mode 100644 index 0000000..5d63380 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.794e745bd9b1b8fb7e8aac60cc3b3a16.txt @@ -0,0 +1 @@ +8 0.50078125 0.5734375 0.68515625 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.8d0668b2064d76b1cc69cead29311223.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.8d0668b2064d76b1cc69cead29311223.txt new file mode 100644 index 0000000..5d63380 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.8d0668b2064d76b1cc69cead29311223.txt @@ -0,0 +1 @@ +8 0.50078125 0.5734375 0.68515625 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.e55e2fc1054ea755c400d90d28055276.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.e55e2fc1054ea755c400d90d28055276.txt new file mode 100644 index 0000000..5d63380 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HHMQVNW7UZO41RV0_jpg.rf.e55e2fc1054ea755c400d90d28055276.txt @@ -0,0 +1 @@ +8 0.50078125 0.5734375 0.68515625 0.603125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.07819ac8adb26fb3d5a97187ad45cd78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.07819ac8adb26fb3d5a97187ad45cd78.txt new file mode 100644 index 0000000..3b11ee6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.07819ac8adb26fb3d5a97187ad45cd78.txt @@ -0,0 +1 @@ +8 0.50546875 0.45078125 0.5609375 0.80546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.5ef977c92647ef68dd4ebb85e7494ef8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.5ef977c92647ef68dd4ebb85e7494ef8.txt new file mode 100644 index 0000000..3b11ee6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.5ef977c92647ef68dd4ebb85e7494ef8.txt @@ -0,0 +1 @@ +8 0.50546875 0.45078125 0.5609375 0.80546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.f9be747b2162d8948dc20fca35eb02f3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.f9be747b2162d8948dc20fca35eb02f3.txt new file mode 100644 index 0000000..3b11ee6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HI9CRYWG2FPC5M1R_jpg.rf.f9be747b2162d8948dc20fca35eb02f3.txt @@ -0,0 +1 @@ +8 0.50546875 0.45078125 0.5609375 0.80546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.0a2c045148148fbac01401a3b6a57f1e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.0a2c045148148fbac01401a3b6a57f1e.txt new file mode 100644 index 0000000..9d48f68 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.0a2c045148148fbac01401a3b6a57f1e.txt @@ -0,0 +1,2 @@ +8 0.33828125 0.61484375 0.6765625 0.4828125 +8 0.7703125 0.45859375 0.45859375 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.5770ba60ae4bde60ec7216abe3ef0aac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.5770ba60ae4bde60ec7216abe3ef0aac.txt new file mode 100644 index 0000000..9d48f68 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.5770ba60ae4bde60ec7216abe3ef0aac.txt @@ -0,0 +1,2 @@ +8 0.33828125 0.61484375 0.6765625 0.4828125 +8 0.7703125 0.45859375 0.45859375 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.c33f74ea59b535586919d0dd035b3397.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.c33f74ea59b535586919d0dd035b3397.txt new file mode 100644 index 0000000..9d48f68 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HKEQ9FBJXSOZ2J9T_jpg.rf.c33f74ea59b535586919d0dd035b3397.txt @@ -0,0 +1,2 @@ +8 0.33828125 0.61484375 0.6765625 0.4828125 +8 0.7703125 0.45859375 0.45859375 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.36e1795616c556fb6127d6203a14b9fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.36e1795616c556fb6127d6203a14b9fd.txt new file mode 100644 index 0000000..dfa947a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.36e1795616c556fb6127d6203a14b9fd.txt @@ -0,0 +1 @@ +8 0.5125 0.4421875 0.97421875 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c4fb4d87b35ac607eb52634cb9a8bb91.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c4fb4d87b35ac607eb52634cb9a8bb91.txt new file mode 100644 index 0000000..dfa947a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c4fb4d87b35ac607eb52634cb9a8bb91.txt @@ -0,0 +1 @@ +8 0.5125 0.4421875 0.97421875 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c9cb2eb1b11fde387425c8534408e070.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c9cb2eb1b11fde387425c8534408e070.txt new file mode 100644 index 0000000..dfa947a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HMX73J94G8TK5SM2_jpg.rf.c9cb2eb1b11fde387425c8534408e070.txt @@ -0,0 +1 @@ +8 0.5125 0.4421875 0.97421875 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.0c21a0ef248b5db26925b1f9de16875d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.0c21a0ef248b5db26925b1f9de16875d.txt new file mode 100644 index 0000000..25bb559 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.0c21a0ef248b5db26925b1f9de16875d.txt @@ -0,0 +1 @@ +8 0.465625 0.5296875 0.621875 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.91cd5cf27ff798952d3fb96e5063c474.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.91cd5cf27ff798952d3fb96e5063c474.txt new file mode 100644 index 0000000..25bb559 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.91cd5cf27ff798952d3fb96e5063c474.txt @@ -0,0 +1 @@ +8 0.465625 0.5296875 0.621875 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.b7790804ac10735f155cf069b7760daa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.b7790804ac10735f155cf069b7760daa.txt new file mode 100644 index 0000000..25bb559 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HPD566E7Q81VRQK9_jpg.rf.b7790804ac10735f155cf069b7760daa.txt @@ -0,0 +1 @@ +8 0.465625 0.5296875 0.621875 0.6125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.6b2e691877e99336ecdfa8b581172da6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.6b2e691877e99336ecdfa8b581172da6.txt new file mode 100644 index 0000000..e5ab34d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.6b2e691877e99336ecdfa8b581172da6.txt @@ -0,0 +1 @@ +8 0.51953125 0.6 0.9609375 0.471875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.8e316a5fe4ed3c1f7ce04f6a92b2a4db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.8e316a5fe4ed3c1f7ce04f6a92b2a4db.txt new file mode 100644 index 0000000..e5ab34d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.8e316a5fe4ed3c1f7ce04f6a92b2a4db.txt @@ -0,0 +1 @@ +8 0.51953125 0.6 0.9609375 0.471875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.a5b6718ff2adf60af7fc434a2379d022.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.a5b6718ff2adf60af7fc434a2379d022.txt new file mode 100644 index 0000000..e5ab34d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQ71JAOTZQFGGTG5_jpg.rf.a5b6718ff2adf60af7fc434a2379d022.txt @@ -0,0 +1 @@ +8 0.51953125 0.6 0.9609375 0.471875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.263d716b8df4b5af13e4dd273783d0f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.263d716b8df4b5af13e4dd273783d0f7.txt new file mode 100644 index 0000000..d22167c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.263d716b8df4b5af13e4dd273783d0f7.txt @@ -0,0 +1,2 @@ +8 0.49921875 0.465625 0.8890625 0.41953125 +8 0.484375 0.53046875 0.7796875 0.45546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.4b9b837ee34e934503ca375b899832de.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.4b9b837ee34e934503ca375b899832de.txt new file mode 100644 index 0000000..d22167c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.4b9b837ee34e934503ca375b899832de.txt @@ -0,0 +1,2 @@ +8 0.49921875 0.465625 0.8890625 0.41953125 +8 0.484375 0.53046875 0.7796875 0.45546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.5ab0e842cb2b1cf9f825c84a89cd040b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.5ab0e842cb2b1cf9f825c84a89cd040b.txt new file mode 100644 index 0000000..d22167c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HQLBN6KCCK8YPIXE_jpg.rf.5ab0e842cb2b1cf9f825c84a89cd040b.txt @@ -0,0 +1,2 @@ +8 0.49921875 0.465625 0.8890625 0.41953125 +8 0.484375 0.53046875 0.7796875 0.45546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.2e56a57b31192e18c8ddaacc7b29fc3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.2e56a57b31192e18c8ddaacc7b29fc3b.txt new file mode 100644 index 0000000..165e7fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.2e56a57b31192e18c8ddaacc7b29fc3b.txt @@ -0,0 +1 @@ +8 0.5609375 0.36171875 0.41484375 0.67109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.6db6cd11869b2541634d5d2911f85cd9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.6db6cd11869b2541634d5d2911f85cd9.txt new file mode 100644 index 0000000..165e7fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.6db6cd11869b2541634d5d2911f85cd9.txt @@ -0,0 +1 @@ +8 0.5609375 0.36171875 0.41484375 0.67109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.e5ca26c511f97b869c2b539d9827f6be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.e5ca26c511f97b869c2b539d9827f6be.txt new file mode 100644 index 0000000..165e7fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRYWXQ1CI5EE3U1W_jpg.rf.e5ca26c511f97b869c2b539d9827f6be.txt @@ -0,0 +1 @@ +8 0.5609375 0.36171875 0.41484375 0.67109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.5c78fce1b1e748dc2de8694cbb254396.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.5c78fce1b1e748dc2de8694cbb254396.txt new file mode 100644 index 0000000..4675e4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.5c78fce1b1e748dc2de8694cbb254396.txt @@ -0,0 +1 @@ +8 0.53046875 0.45 0.47890625 0.48046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.a4a1150817c29c204d884e246d1f09f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.a4a1150817c29c204d884e246d1f09f0.txt new file mode 100644 index 0000000..4675e4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.a4a1150817c29c204d884e246d1f09f0.txt @@ -0,0 +1 @@ +8 0.53046875 0.45 0.47890625 0.48046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.fff47827f6233c05cf0a97a033628ca9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.fff47827f6233c05cf0a97a033628ca9.txt new file mode 100644 index 0000000..4675e4d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HRZ673FAHNQXN840_jpg.rf.fff47827f6233c05cf0a97a033628ca9.txt @@ -0,0 +1 @@ +8 0.53046875 0.45 0.47890625 0.48046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.4b24d223669cfcfd192cdae25ce27060.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.4b24d223669cfcfd192cdae25ce27060.txt new file mode 100644 index 0000000..b489135 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.4b24d223669cfcfd192cdae25ce27060.txt @@ -0,0 +1 @@ +8 0.5640625 0.38125 0.325 0.33671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.70579dba72d3638a0167621dc2868461.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.70579dba72d3638a0167621dc2868461.txt new file mode 100644 index 0000000..b489135 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.70579dba72d3638a0167621dc2868461.txt @@ -0,0 +1 @@ +8 0.5640625 0.38125 0.325 0.33671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.fa1ff643c9738d24e50007597c198884.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.fa1ff643c9738d24e50007597c198884.txt new file mode 100644 index 0000000..b489135 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HV14MKLF5J0IW2QT_jpg.rf.fa1ff643c9738d24e50007597c198884.txt @@ -0,0 +1 @@ +8 0.5640625 0.38125 0.325 0.33671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.9987faaf95306fb99793a8f5e1df0667.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.9987faaf95306fb99793a8f5e1df0667.txt new file mode 100644 index 0000000..e086a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.9987faaf95306fb99793a8f5e1df0667.txt @@ -0,0 +1 @@ +8 0.49375 0.4703125 0.6546875 0.79609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.a461da2bcd5b0bb9a9093d7eb52496eb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.a461da2bcd5b0bb9a9093d7eb52496eb.txt new file mode 100644 index 0000000..e086a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.a461da2bcd5b0bb9a9093d7eb52496eb.txt @@ -0,0 +1 @@ +8 0.49375 0.4703125 0.6546875 0.79609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.ed5c2addaf1fc55a4362c37de7d74233.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.ed5c2addaf1fc55a4362c37de7d74233.txt new file mode 100644 index 0000000..e086a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_HVYAG76RK3HM46I3_jpg.rf.ed5c2addaf1fc55a4362c37de7d74233.txt @@ -0,0 +1 @@ +8 0.49375 0.4703125 0.6546875 0.79609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.520897319c933b98b7217a151a593c6f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.520897319c933b98b7217a151a593c6f.txt new file mode 100644 index 0000000..797fce7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.520897319c933b98b7217a151a593c6f.txt @@ -0,0 +1 @@ +8 0.58515625 0.52734375 0.82890625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.7931473076472dde75c9aacaa93f2a20.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.7931473076472dde75c9aacaa93f2a20.txt new file mode 100644 index 0000000..797fce7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.7931473076472dde75c9aacaa93f2a20.txt @@ -0,0 +1 @@ +8 0.58515625 0.52734375 0.82890625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.a800725d473a3ed4d98c61e955256048.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.a800725d473a3ed4d98c61e955256048.txt new file mode 100644 index 0000000..797fce7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I36KIIZWJIFUYKZ5_jpg.rf.a800725d473a3ed4d98c61e955256048.txt @@ -0,0 +1 @@ +8 0.58515625 0.52734375 0.82890625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.1c118e9cf38d2926d1ce6d845e9b6e79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.1c118e9cf38d2926d1ce6d845e9b6e79.txt new file mode 100644 index 0000000..a816461 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.1c118e9cf38d2926d1ce6d845e9b6e79.txt @@ -0,0 +1 @@ +8 0.48671875 0.5453125 0.603125 0.57265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.82a00643210f849c83a5032eee02abff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.82a00643210f849c83a5032eee02abff.txt new file mode 100644 index 0000000..a816461 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.82a00643210f849c83a5032eee02abff.txt @@ -0,0 +1 @@ +8 0.48671875 0.5453125 0.603125 0.57265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.a956cf9fee681917eab7dd3ea4b882af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.a956cf9fee681917eab7dd3ea4b882af.txt new file mode 100644 index 0000000..a816461 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I68A886KZTLLTK70_jpg.rf.a956cf9fee681917eab7dd3ea4b882af.txt @@ -0,0 +1 @@ +8 0.48671875 0.5453125 0.603125 0.57265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.2ef07f8d87b6d176f3a74246d4ed011b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.2ef07f8d87b6d176f3a74246d4ed011b.txt new file mode 100644 index 0000000..01dc72f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.2ef07f8d87b6d176f3a74246d4ed011b.txt @@ -0,0 +1 @@ +8 0.5203125 0.51875 0.803125 0.67890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.475d8d3a81fcb17983f7c7ec0c7fe07e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.475d8d3a81fcb17983f7c7ec0c7fe07e.txt new file mode 100644 index 0000000..01dc72f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.475d8d3a81fcb17983f7c7ec0c7fe07e.txt @@ -0,0 +1 @@ +8 0.5203125 0.51875 0.803125 0.67890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.ae693161c3138f7d6d45b3b3a87a086d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.ae693161c3138f7d6d45b3b3a87a086d.txt new file mode 100644 index 0000000..01dc72f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6AX8DMS87CXDHLP_jpg.rf.ae693161c3138f7d6d45b3b3a87a086d.txt @@ -0,0 +1 @@ +8 0.5203125 0.51875 0.803125 0.67890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.c486bd78b0a65b1b4759089667324ebe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.c486bd78b0a65b1b4759089667324ebe.txt new file mode 100644 index 0000000..4e012cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.c486bd78b0a65b1b4759089667324ebe.txt @@ -0,0 +1 @@ +8 0.43203125 0.46640625 0.43203125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.d93b2a56db48acf2b28ad40122d9da4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.d93b2a56db48acf2b28ad40122d9da4f.txt new file mode 100644 index 0000000..4e012cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.d93b2a56db48acf2b28ad40122d9da4f.txt @@ -0,0 +1 @@ +8 0.43203125 0.46640625 0.43203125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.faed8cbbf53ee361223ececd3a8c8288.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.faed8cbbf53ee361223ececd3a8c8288.txt new file mode 100644 index 0000000..4e012cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I6XS5HTA7A6BKR76_jpg.rf.faed8cbbf53ee361223ececd3a8c8288.txt @@ -0,0 +1 @@ +8 0.43203125 0.46640625 0.43203125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.12a1961d34a4f19af7564385df4df540.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.12a1961d34a4f19af7564385df4df540.txt new file mode 100644 index 0000000..b17ec82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.12a1961d34a4f19af7564385df4df540.txt @@ -0,0 +1 @@ +8 0.571875 0.546875 0.74921875 0.5109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.38803321af423100786fec44920c4c08.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.38803321af423100786fec44920c4c08.txt new file mode 100644 index 0000000..b17ec82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_I9VYF7UDVY444VWU_jpg.rf.38803321af423100786fec44920c4c08.txt @@ -0,0 +1 @@ +8 0.571875 0.546875 0.74921875 0.5109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.92d2d4e2cb87e46e9f760c08d509deb0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.92d2d4e2cb87e46e9f760c08d509deb0.txt new file mode 100644 index 0000000..0515590 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.92d2d4e2cb87e46e9f760c08d509deb0.txt @@ -0,0 +1 @@ +8 0.47734375 0.43984375 0.67890625 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bb6a383a153322f4e79e3948a8cf7e40.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bb6a383a153322f4e79e3948a8cf7e40.txt new file mode 100644 index 0000000..0515590 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bb6a383a153322f4e79e3948a8cf7e40.txt @@ -0,0 +1 @@ +8 0.47734375 0.43984375 0.67890625 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bc2106e55e2e09c49f70b07581b5753f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bc2106e55e2e09c49f70b07581b5753f.txt new file mode 100644 index 0000000..0515590 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IA65JEJ9WON513NO_jpg.rf.bc2106e55e2e09c49f70b07581b5753f.txt @@ -0,0 +1 @@ +8 0.47734375 0.43984375 0.67890625 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.694de120abea09dddf0679ebdc968f74.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.694de120abea09dddf0679ebdc968f74.txt new file mode 100644 index 0000000..9e27a9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.694de120abea09dddf0679ebdc968f74.txt @@ -0,0 +1 @@ +8 0.45546875 0.51328125 0.9109375 0.9109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.b416112bfe19f6a6b56abe54e17419b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.b416112bfe19f6a6b56abe54e17419b1.txt new file mode 100644 index 0000000..9e27a9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.b416112bfe19f6a6b56abe54e17419b1.txt @@ -0,0 +1 @@ +8 0.45546875 0.51328125 0.9109375 0.9109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.ea98ba8fe9041d02ed6275037fd03dcf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.ea98ba8fe9041d02ed6275037fd03dcf.txt new file mode 100644 index 0000000..9e27a9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IAF0NBWN80L60YGS_jpg.rf.ea98ba8fe9041d02ed6275037fd03dcf.txt @@ -0,0 +1 @@ +8 0.45546875 0.51328125 0.9109375 0.9109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.6335fd6820659deb9da401431b733da5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.6335fd6820659deb9da401431b733da5.txt new file mode 100644 index 0000000..bb9875b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.6335fd6820659deb9da401431b733da5.txt @@ -0,0 +1,2 @@ +8 0.08125 0.228125 0.1625 0.45625 +8 0.41875 0.46796875 0.82890625 0.93515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.7ebe66b60c6301c862af4928f701d14c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.7ebe66b60c6301c862af4928f701d14c.txt new file mode 100644 index 0000000..bb9875b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.7ebe66b60c6301c862af4928f701d14c.txt @@ -0,0 +1,2 @@ +8 0.08125 0.228125 0.1625 0.45625 +8 0.41875 0.46796875 0.82890625 0.93515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.8f2d9bfb127f267bf0bd445bac2b1909.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.8f2d9bfb127f267bf0bd445bac2b1909.txt new file mode 100644 index 0000000..bb9875b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_II032ILN9SVCN3F4_jpg.rf.8f2d9bfb127f267bf0bd445bac2b1909.txt @@ -0,0 +1,2 @@ +8 0.08125 0.228125 0.1625 0.45625 +8 0.41875 0.46796875 0.82890625 0.93515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.7119b44f422703065291f1e6c0b4e373.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.7119b44f422703065291f1e6c0b4e373.txt new file mode 100644 index 0000000..2a63ba5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.7119b44f422703065291f1e6c0b4e373.txt @@ -0,0 +1 @@ +8 0.5 0.37421875 1 0.7484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.d1fbce52972bef0537822d2ea96bf8ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.d1fbce52972bef0537822d2ea96bf8ba.txt new file mode 100644 index 0000000..2a63ba5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.d1fbce52972bef0537822d2ea96bf8ba.txt @@ -0,0 +1 @@ +8 0.5 0.37421875 1 0.7484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.f50dbb0119a54c6d19b2a643e82a13d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.f50dbb0119a54c6d19b2a643e82a13d9.txt new file mode 100644 index 0000000..2a63ba5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IL8VWFK91903ZVWF_jpg.rf.f50dbb0119a54c6d19b2a643e82a13d9.txt @@ -0,0 +1 @@ +8 0.5 0.37421875 1 0.7484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.094b8a50a55de513d58917686eec31b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.094b8a50a55de513d58917686eec31b4.txt new file mode 100644 index 0000000..ca70c83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.094b8a50a55de513d58917686eec31b4.txt @@ -0,0 +1 @@ +8 0.4484375 0.5625 0.4296875 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.ea51a7f5e21b343b46afe05b66940372.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.ea51a7f5e21b343b46afe05b66940372.txt new file mode 100644 index 0000000..ca70c83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IMFFZRFOM3O38SBK_jpg.rf.ea51a7f5e21b343b46afe05b66940372.txt @@ -0,0 +1 @@ +8 0.4484375 0.5625 0.4296875 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.2c95849f3459a76430c241ba451cc16a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.2c95849f3459a76430c241ba451cc16a.txt new file mode 100644 index 0000000..3dc5528 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.2c95849f3459a76430c241ba451cc16a.txt @@ -0,0 +1 @@ +8 0.325 0.4546875 0.4421875 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.68ce25627d8b38d5838d3bec0ef612b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.68ce25627d8b38d5838d3bec0ef612b7.txt new file mode 100644 index 0000000..3dc5528 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.68ce25627d8b38d5838d3bec0ef612b7.txt @@ -0,0 +1 @@ +8 0.325 0.4546875 0.4421875 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.e02694f204a4d55d74f9237877a15584.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.e02694f204a4d55d74f9237877a15584.txt new file mode 100644 index 0000000..3dc5528 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IN5UNJXS5UAFF0WD_jpg.rf.e02694f204a4d55d74f9237877a15584.txt @@ -0,0 +1 @@ +8 0.325 0.4546875 0.4421875 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.786f549e1594c1789830a352f1360635.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.786f549e1594c1789830a352f1360635.txt new file mode 100644 index 0000000..07e9167 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.786f549e1594c1789830a352f1360635.txt @@ -0,0 +1 @@ +8 0.52109375 0.37421875 0.7328125 0.7484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.882a0c9d6b2d5ff2f868368dff2f8610.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.882a0c9d6b2d5ff2f868368dff2f8610.txt new file mode 100644 index 0000000..07e9167 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.882a0c9d6b2d5ff2f868368dff2f8610.txt @@ -0,0 +1 @@ +8 0.52109375 0.37421875 0.7328125 0.7484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.f3fc1e84ed2eb141e9ef2ff556d97775.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.f3fc1e84ed2eb141e9ef2ff556d97775.txt new file mode 100644 index 0000000..07e9167 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IOV2EM33TRAMBYCF_jpg.rf.f3fc1e84ed2eb141e9ef2ff556d97775.txt @@ -0,0 +1 @@ +8 0.52109375 0.37421875 0.7328125 0.7484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.c7ee002aaa8262de66f1ba3e271adf28.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.c7ee002aaa8262de66f1ba3e271adf28.txt new file mode 100644 index 0000000..725e2ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.c7ee002aaa8262de66f1ba3e271adf28.txt @@ -0,0 +1,2 @@ +8 0.2375 0.428125 0.18046875 0.1984375 +8 0.43125 0.0765625 0.3703125 0.153125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.dfc32efa767b82f3c5dde6b550f621a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.dfc32efa767b82f3c5dde6b550f621a2.txt new file mode 100644 index 0000000..725e2ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ITLZ7ERTXDZFSOPF_jpg.rf.dfc32efa767b82f3c5dde6b550f621a2.txt @@ -0,0 +1,2 @@ +8 0.2375 0.428125 0.18046875 0.1984375 +8 0.43125 0.0765625 0.3703125 0.153125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.491c1a71e3289e399b0586838fd30fcb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.491c1a71e3289e399b0586838fd30fcb.txt new file mode 100644 index 0000000..4e4f16e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.491c1a71e3289e399b0586838fd30fcb.txt @@ -0,0 +1 @@ +8 0.29765625 0.4796875 0.5953125 0.4 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.56ae5f85b4fe0d33ed332bc6a6f38ac7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.56ae5f85b4fe0d33ed332bc6a6f38ac7.txt new file mode 100644 index 0000000..4e4f16e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.56ae5f85b4fe0d33ed332bc6a6f38ac7.txt @@ -0,0 +1 @@ +8 0.29765625 0.4796875 0.5953125 0.4 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.a9146f1e2cf87e82aab0256b7fe463c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.a9146f1e2cf87e82aab0256b7fe463c6.txt new file mode 100644 index 0000000..4e4f16e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU3TUJ8QMDDPJ1M7_jpg.rf.a9146f1e2cf87e82aab0256b7fe463c6.txt @@ -0,0 +1 @@ +8 0.29765625 0.4796875 0.5953125 0.4 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.3dbf5aa1e4ad5a6f941b16f3157e6724.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.3dbf5aa1e4ad5a6f941b16f3157e6724.txt new file mode 100644 index 0000000..e079b2e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.3dbf5aa1e4ad5a6f941b16f3157e6724.txt @@ -0,0 +1 @@ +8 0.5078125 0.42578125 0.7078125 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.a439d7eb21892d909698397b0f46efda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.a439d7eb21892d909698397b0f46efda.txt new file mode 100644 index 0000000..e079b2e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.a439d7eb21892d909698397b0f46efda.txt @@ -0,0 +1 @@ +8 0.5078125 0.42578125 0.7078125 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.b1f2ab8dbd78b6acb3e9737ee79b8890.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.b1f2ab8dbd78b6acb3e9737ee79b8890.txt new file mode 100644 index 0000000..e079b2e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_IU651BXCPP1V8V0D_jpg.rf.b1f2ab8dbd78b6acb3e9737ee79b8890.txt @@ -0,0 +1 @@ +8 0.5078125 0.42578125 0.7078125 0.8515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.01924a000937c321a4a69f9e51edcf67.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.01924a000937c321a4a69f9e51edcf67.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.a651f287be31eac4f3e3c8572fcd4fa9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.a651f287be31eac4f3e3c8572fcd4fa9.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.b4770ba54b4cd55093214218efd5425e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0GYB3JEW9258WT9_jpg.rf.b4770ba54b4cd55093214218efd5425e.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.24704a553f6ba07a09213ae02afe9011.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.24704a553f6ba07a09213ae02afe9011.txt new file mode 100644 index 0000000..76fa8ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.24704a553f6ba07a09213ae02afe9011.txt @@ -0,0 +1 @@ +8 0.43828125 0.490625 0.8765625 0.98125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.befc7d48aff533588793cc1c2e1e9067.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.befc7d48aff533588793cc1c2e1e9067.txt new file mode 100644 index 0000000..76fa8ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J0MDEU0OZRIWD55H_jpg.rf.befc7d48aff533588793cc1c2e1e9067.txt @@ -0,0 +1 @@ +8 0.43828125 0.490625 0.8765625 0.98125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.242fd43d811b03e650a1de378cea1c19.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.242fd43d811b03e650a1de378cea1c19.txt new file mode 100644 index 0000000..6e3e7f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.242fd43d811b03e650a1de378cea1c19.txt @@ -0,0 +1 @@ +8 0.4984375 0.40234375 0.61484375 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.727ca6c3e9ab413176a1fa8e7ddb9aa5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.727ca6c3e9ab413176a1fa8e7ddb9aa5.txt new file mode 100644 index 0000000..6e3e7f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.727ca6c3e9ab413176a1fa8e7ddb9aa5.txt @@ -0,0 +1 @@ +8 0.4984375 0.40234375 0.61484375 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.99d93793ae12420096397e17732181e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.99d93793ae12420096397e17732181e5.txt new file mode 100644 index 0000000..6e3e7f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9HRG6S7OSJZQN3O_jpg.rf.99d93793ae12420096397e17732181e5.txt @@ -0,0 +1 @@ +8 0.4984375 0.40234375 0.61484375 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.2c4ac5e96a91766c5a86a447cba27073.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.2c4ac5e96a91766c5a86a447cba27073.txt new file mode 100644 index 0000000..5ec3a0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.2c4ac5e96a91766c5a86a447cba27073.txt @@ -0,0 +1 @@ +8 0.5234375 0.45546875 0.7390625 0.54296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.691f452b589a820a5422e178f8df2093.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.691f452b589a820a5422e178f8df2093.txt new file mode 100644 index 0000000..5ec3a0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.691f452b589a820a5422e178f8df2093.txt @@ -0,0 +1 @@ +8 0.5234375 0.45546875 0.7390625 0.54296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.de73b9774bbfe31f04f3c8f5602e67f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.de73b9774bbfe31f04f3c8f5602e67f4.txt new file mode 100644 index 0000000..5ec3a0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_J9TPOXCWMLLW7BAK_jpg.rf.de73b9774bbfe31f04f3c8f5602e67f4.txt @@ -0,0 +1 @@ +8 0.5234375 0.45546875 0.7390625 0.54296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.1a5cac6d2b52d618fa722eeaf32a6ea5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.1a5cac6d2b52d618fa722eeaf32a6ea5.txt new file mode 100644 index 0000000..ff1d5ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.1a5cac6d2b52d618fa722eeaf32a6ea5.txt @@ -0,0 +1 @@ +8 0.50625 0.50390625 0.934375 0.9828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.514a5e93cbfc3cfd3b396b27c1fb8e73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.514a5e93cbfc3cfd3b396b27c1fb8e73.txt new file mode 100644 index 0000000..ff1d5ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.514a5e93cbfc3cfd3b396b27c1fb8e73.txt @@ -0,0 +1 @@ +8 0.50625 0.50390625 0.934375 0.9828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.8c02fcf7495cba32d1b648c9b5486f33.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.8c02fcf7495cba32d1b648c9b5486f33.txt new file mode 100644 index 0000000..ff1d5ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JBZTVRJMZNLKMR9H_jpg.rf.8c02fcf7495cba32d1b648c9b5486f33.txt @@ -0,0 +1 @@ +8 0.50625 0.50390625 0.934375 0.9828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.5e70219ab1a6baf3d8d9b3d35b48e61a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.5e70219ab1a6baf3d8d9b3d35b48e61a.txt new file mode 100644 index 0000000..235ae19 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.5e70219ab1a6baf3d8d9b3d35b48e61a.txt @@ -0,0 +1 @@ +8 0.48125 0.36875 0.58046875 0.42265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e8ae86f8713add8b6c391fa213f69bce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e8ae86f8713add8b6c391fa213f69bce.txt new file mode 100644 index 0000000..235ae19 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e8ae86f8713add8b6c391fa213f69bce.txt @@ -0,0 +1 @@ +8 0.48125 0.36875 0.58046875 0.42265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e91ce1d7d2c59d767e080aa509ff5578.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e91ce1d7d2c59d767e080aa509ff5578.txt new file mode 100644 index 0000000..235ae19 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JHU77OZAM58VYYOX_jpg.rf.e91ce1d7d2c59d767e080aa509ff5578.txt @@ -0,0 +1 @@ +8 0.48125 0.36875 0.58046875 0.42265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.8750f60b83c5acdc9633d32b55894992.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.8750f60b83c5acdc9633d32b55894992.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.c98f9e20d79c6a4cc5f417737d4ffd6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.c98f9e20d79c6a4cc5f417737d4ffd6d.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.e963503f6e0eb41959ccb79ceabaa4bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JK13R2BAA58PAY2I_jpg.rf.e963503f6e0eb41959ccb79ceabaa4bb.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd5ba2387d73e4e71e3cf349c741f84e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd5ba2387d73e4e71e3cf349c741f84e.txt new file mode 100644 index 0000000..1d69756 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd5ba2387d73e4e71e3cf349c741f84e.txt @@ -0,0 +1 @@ +8 0.48046875 0.5515625 0.734375 0.78515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd657d44e83002aa9d91d196416d4b10.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd657d44e83002aa9d91d196416d4b10.txt new file mode 100644 index 0000000..1d69756 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JKDBG2VA452PTM57_jpg.rf.fd657d44e83002aa9d91d196416d4b10.txt @@ -0,0 +1 @@ +8 0.48046875 0.5515625 0.734375 0.78515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.126866f5fff6d20444b7dd1a7f6a3cb9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.126866f5fff6d20444b7dd1a7f6a3cb9.txt new file mode 100644 index 0000000..3e42832 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.126866f5fff6d20444b7dd1a7f6a3cb9.txt @@ -0,0 +1 @@ +8 0.4953125 0.3625 0.603125 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.ddbe2cd4ac9da7090f2fcfb182c81c8a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.ddbe2cd4ac9da7090f2fcfb182c81c8a.txt new file mode 100644 index 0000000..3e42832 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.ddbe2cd4ac9da7090f2fcfb182c81c8a.txt @@ -0,0 +1 @@ +8 0.4953125 0.3625 0.603125 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.f7412a6b2353f4bc6d9e3f238dcb34c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.f7412a6b2353f4bc6d9e3f238dcb34c6.txt new file mode 100644 index 0000000..3e42832 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JNCE8XHMH8FI1VDK_jpg.rf.f7412a6b2353f4bc6d9e3f238dcb34c6.txt @@ -0,0 +1 @@ +8 0.4953125 0.3625 0.603125 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.2041d2abdfa6f379f3f0e0aed9f99ec5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.2041d2abdfa6f379f3f0e0aed9f99ec5.txt new file mode 100644 index 0000000..752a2d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.2041d2abdfa6f379f3f0e0aed9f99ec5.txt @@ -0,0 +1 @@ +8 0.5265625 0.29453125 0.525 0.58515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.515765539e30209439961a85ea421df1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.515765539e30209439961a85ea421df1.txt new file mode 100644 index 0000000..752a2d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.515765539e30209439961a85ea421df1.txt @@ -0,0 +1 @@ +8 0.5265625 0.29453125 0.525 0.58515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.e11188dab15df7ec4ea77b4c2450287e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.e11188dab15df7ec4ea77b4c2450287e.txt new file mode 100644 index 0000000..752a2d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JPGG24IQ4T5AHCB7_jpg.rf.e11188dab15df7ec4ea77b4c2450287e.txt @@ -0,0 +1 @@ +8 0.5265625 0.29453125 0.525 0.58515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.0de0f7f82506ce9392c1b65e578cfcdc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.0de0f7f82506ce9392c1b65e578cfcdc.txt new file mode 100644 index 0000000..a9b19ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.0de0f7f82506ce9392c1b65e578cfcdc.txt @@ -0,0 +1 @@ +8 0.46484375 0.43671875 0.69765625 0.78125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.8f04419ce752909252e0fe921d73dc24.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.8f04419ce752909252e0fe921d73dc24.txt new file mode 100644 index 0000000..a9b19ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.8f04419ce752909252e0fe921d73dc24.txt @@ -0,0 +1 @@ +8 0.46484375 0.43671875 0.69765625 0.78125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.978be8cc1a82788df17361360442635c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.978be8cc1a82788df17361360442635c.txt new file mode 100644 index 0000000..a9b19ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JVM4FKZKL7WZACRU_jpg.rf.978be8cc1a82788df17361360442635c.txt @@ -0,0 +1 @@ +8 0.46484375 0.43671875 0.69765625 0.78125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.6fa11dbdc60a6caaaca85e5376851eba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.6fa11dbdc60a6caaaca85e5376851eba.txt new file mode 100644 index 0000000..3f14b4a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.6fa11dbdc60a6caaaca85e5376851eba.txt @@ -0,0 +1 @@ +8 0.49609375 0.478125 0.65859375 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.7c39e40c6303fa874b4ff1c5a35c1526.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.7c39e40c6303fa874b4ff1c5a35c1526.txt new file mode 100644 index 0000000..3f14b4a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.7c39e40c6303fa874b4ff1c5a35c1526.txt @@ -0,0 +1 @@ +8 0.49609375 0.478125 0.65859375 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.839677e54f558fd9e0a54f0e0e593574.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.839677e54f558fd9e0a54f0e0e593574.txt new file mode 100644 index 0000000..3f14b4a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JWIIWI5VY5V4IW3U_jpg.rf.839677e54f558fd9e0a54f0e0e593574.txt @@ -0,0 +1 @@ +8 0.49609375 0.478125 0.65859375 0.653125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.0bc87226093e3a797823911fb8b3bc5a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.0bc87226093e3a797823911fb8b3bc5a.txt new file mode 100644 index 0000000..d78ac77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.0bc87226093e3a797823911fb8b3bc5a.txt @@ -0,0 +1,2 @@ +8 0.46875 0.240625 0.83515625 0.29609375 +8 0.409375 0.08046875 0.81875 0.16015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9344957ceff99ff7df775bdfb1598e0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9344957ceff99ff7df775bdfb1598e0e.txt new file mode 100644 index 0000000..d78ac77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9344957ceff99ff7df775bdfb1598e0e.txt @@ -0,0 +1,2 @@ +8 0.46875 0.240625 0.83515625 0.29609375 +8 0.409375 0.08046875 0.81875 0.16015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9b4dba3ad5ce035b8aec65d651447555.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9b4dba3ad5ce035b8aec65d651447555.txt new file mode 100644 index 0000000..d78ac77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_JZB1HSY8SDRS1T1B_jpg.rf.9b4dba3ad5ce035b8aec65d651447555.txt @@ -0,0 +1,2 @@ +8 0.46875 0.240625 0.83515625 0.29609375 +8 0.409375 0.08046875 0.81875 0.16015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.0be8e1787174e1ae6f84c1684ab2fbab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.0be8e1787174e1ae6f84c1684ab2fbab.txt new file mode 100644 index 0000000..b9fc03d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.0be8e1787174e1ae6f84c1684ab2fbab.txt @@ -0,0 +1 @@ +8 0.5265625 0.56484375 0.54375 0.8265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.9934412a64b3da6080290f24610d6c15.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.9934412a64b3da6080290f24610d6c15.txt new file mode 100644 index 0000000..b9fc03d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.9934412a64b3da6080290f24610d6c15.txt @@ -0,0 +1 @@ +8 0.5265625 0.56484375 0.54375 0.8265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.ee38e4d683c4121682ee8ae72eb2983f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.ee38e4d683c4121682ee8ae72eb2983f.txt new file mode 100644 index 0000000..b9fc03d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K207KC5JX3HML3Q6_jpg.rf.ee38e4d683c4121682ee8ae72eb2983f.txt @@ -0,0 +1 @@ +8 0.5265625 0.56484375 0.54375 0.8265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.2fbbd418d5f20d42f8e375b7ddccfc61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.2fbbd418d5f20d42f8e375b7ddccfc61.txt new file mode 100644 index 0000000..4e44d8d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.2fbbd418d5f20d42f8e375b7ddccfc61.txt @@ -0,0 +1 @@ +8 0.5140625 0.5125 0.778125 0.5609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.89d05d665a8874d875e5a0e90f054c32.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.89d05d665a8874d875e5a0e90f054c32.txt new file mode 100644 index 0000000..4e44d8d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.89d05d665a8874d875e5a0e90f054c32.txt @@ -0,0 +1 @@ +8 0.5140625 0.5125 0.778125 0.5609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.b140c9883080614ea53d54deb88a0dac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.b140c9883080614ea53d54deb88a0dac.txt new file mode 100644 index 0000000..4e44d8d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2KT7DYW6RIYNBOR_jpg.rf.b140c9883080614ea53d54deb88a0dac.txt @@ -0,0 +1 @@ +8 0.5140625 0.5125 0.778125 0.5609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.1c7db56902aba91e9a4971b91d817151.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.1c7db56902aba91e9a4971b91d817151.txt new file mode 100644 index 0000000..01d9568 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.1c7db56902aba91e9a4971b91d817151.txt @@ -0,0 +1 @@ +8 0.4828125 0.55703125 0.69765625 0.56796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.3353417891631470572452dc8d2cead5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.3353417891631470572452dc8d2cead5.txt new file mode 100644 index 0000000..01d9568 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.3353417891631470572452dc8d2cead5.txt @@ -0,0 +1 @@ +8 0.4828125 0.55703125 0.69765625 0.56796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.e7c6be9b4883f87568054598695b63b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.e7c6be9b4883f87568054598695b63b2.txt new file mode 100644 index 0000000..01d9568 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K2MQD3A5UEQ8B3HN_jpg.rf.e7c6be9b4883f87568054598695b63b2.txt @@ -0,0 +1 @@ +8 0.4828125 0.55703125 0.69765625 0.56796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.10067e8597e92b5af7e880c939ea0b98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.10067e8597e92b5af7e880c939ea0b98.txt new file mode 100644 index 0000000..3f88fcd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.10067e8597e92b5af7e880c939ea0b98.txt @@ -0,0 +1 @@ +8 0.45703125 0.41796875 0.7078125 0.44140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.95857f5ce4daee2de2606ef1e4d8899e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.95857f5ce4daee2de2606ef1e4d8899e.txt new file mode 100644 index 0000000..3f88fcd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.95857f5ce4daee2de2606ef1e4d8899e.txt @@ -0,0 +1 @@ +8 0.45703125 0.41796875 0.7078125 0.44140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.cbdce80a0dc37502eb8307e054171f59.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.cbdce80a0dc37502eb8307e054171f59.txt new file mode 100644 index 0000000..3f88fcd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_K5R5HE156VVJF1QT_jpg.rf.cbdce80a0dc37502eb8307e054171f59.txt @@ -0,0 +1 @@ +8 0.45703125 0.41796875 0.7078125 0.44140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.06aaf75510374eee264085feffb2c936.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.06aaf75510374eee264085feffb2c936.txt new file mode 100644 index 0000000..cebf717 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.06aaf75510374eee264085feffb2c936.txt @@ -0,0 +1 @@ +8 0.42109375 0.49375 0.8421875 0.9875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.1e2b95972448b31f9ea7b1e01fa7e46d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.1e2b95972448b31f9ea7b1e01fa7e46d.txt new file mode 100644 index 0000000..cebf717 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.1e2b95972448b31f9ea7b1e01fa7e46d.txt @@ -0,0 +1 @@ +8 0.42109375 0.49375 0.8421875 0.9875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.9c8495bccd29fb336e3fc0e265e04027.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.9c8495bccd29fb336e3fc0e265e04027.txt new file mode 100644 index 0000000..cebf717 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KI7D0C8VA3AJ7CF9_jpg.rf.9c8495bccd29fb336e3fc0e265e04027.txt @@ -0,0 +1 @@ +8 0.42109375 0.49375 0.8421875 0.9875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.016ac91da83793df8eb5c5f618b7a7b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.016ac91da83793df8eb5c5f618b7a7b7.txt new file mode 100644 index 0000000..7f33606 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.016ac91da83793df8eb5c5f618b7a7b7.txt @@ -0,0 +1,2 @@ +8 0.82265625 0.5046875 0.35390625 0.69765625 +8 0.49453125 0.54296875 0.4296875 0.740625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.0e6daaa35e6ff7bf336133a58620a36e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.0e6daaa35e6ff7bf336133a58620a36e.txt new file mode 100644 index 0000000..7f33606 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KIYKKSMSNB6056KF_jpg.rf.0e6daaa35e6ff7bf336133a58620a36e.txt @@ -0,0 +1,2 @@ +8 0.82265625 0.5046875 0.35390625 0.69765625 +8 0.49453125 0.54296875 0.4296875 0.740625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.7b7b77af8eb428190495a0d4eb1daf48.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.7b7b77af8eb428190495a0d4eb1daf48.txt new file mode 100644 index 0000000..53d1bb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.7b7b77af8eb428190495a0d4eb1daf48.txt @@ -0,0 +1 @@ +8 0.50625 0.42109375 0.740625 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.91ba21eabb8690dc8481cf4df1884d7e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.91ba21eabb8690dc8481cf4df1884d7e.txt new file mode 100644 index 0000000..53d1bb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.91ba21eabb8690dc8481cf4df1884d7e.txt @@ -0,0 +1 @@ +8 0.50625 0.42109375 0.740625 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.d7bd9e37d6704b4103b59f5c256bf75b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.d7bd9e37d6704b4103b59f5c256bf75b.txt new file mode 100644 index 0000000..53d1bb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KNGF7KKC1KH9Z6WN_jpg.rf.d7bd9e37d6704b4103b59f5c256bf75b.txt @@ -0,0 +1 @@ +8 0.50625 0.42109375 0.740625 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.7717041f655691f20af5e6e5a5a7662d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.7717041f655691f20af5e6e5a5a7662d.txt new file mode 100644 index 0000000..629908d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.7717041f655691f20af5e6e5a5a7662d.txt @@ -0,0 +1 @@ +8 0.56953125 0.5328125 0.8609375 0.48125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.b6d34bb8a96ef2ad4d36e803a0962e3a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.b6d34bb8a96ef2ad4d36e803a0962e3a.txt new file mode 100644 index 0000000..629908d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KQW55D77EMCUGZZ0_jpg.rf.b6d34bb8a96ef2ad4d36e803a0962e3a.txt @@ -0,0 +1 @@ +8 0.56953125 0.5328125 0.8609375 0.48125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.2ecc42348b841a1d799bb1e8aecc26a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.2ecc42348b841a1d799bb1e8aecc26a1.txt new file mode 100644 index 0000000..664a5f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.2ecc42348b841a1d799bb1e8aecc26a1.txt @@ -0,0 +1 @@ +8 0.553125 0.45078125 0.48984375 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.4e0b35843323069e0c4ec895fa858b38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.4e0b35843323069e0c4ec895fa858b38.txt new file mode 100644 index 0000000..664a5f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.4e0b35843323069e0c4ec895fa858b38.txt @@ -0,0 +1 @@ +8 0.553125 0.45078125 0.48984375 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.77732029859f03766602a520b15a3dd6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.77732029859f03766602a520b15a3dd6.txt new file mode 100644 index 0000000..664a5f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_KWEEMHW6N17V6E3H_jpg.rf.77732029859f03766602a520b15a3dd6.txt @@ -0,0 +1 @@ +8 0.553125 0.45078125 0.48984375 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.29a99a7aac65bd3a9cee56fd5fd711e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.29a99a7aac65bd3a9cee56fd5fd711e8.txt new file mode 100644 index 0000000..0f8e0b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.29a99a7aac65bd3a9cee56fd5fd711e8.txt @@ -0,0 +1,2 @@ +8 0.62734375 0.1265625 0.7453125 0.25 +8 0.58828125 0.44609375 0.81484375 0.67890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.af5a835148184b11037d23fb7204797f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.af5a835148184b11037d23fb7204797f.txt new file mode 100644 index 0000000..0f8e0b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.af5a835148184b11037d23fb7204797f.txt @@ -0,0 +1,2 @@ +8 0.62734375 0.1265625 0.7453125 0.25 +8 0.58828125 0.44609375 0.81484375 0.67890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.e8fbdb1062aeb38af4d8abce10763cf2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.e8fbdb1062aeb38af4d8abce10763cf2.txt new file mode 100644 index 0000000..0f8e0b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L0Q3V6OZTPH8VMJC_jpg.rf.e8fbdb1062aeb38af4d8abce10763cf2.txt @@ -0,0 +1,2 @@ +8 0.62734375 0.1265625 0.7453125 0.25 +8 0.58828125 0.44609375 0.81484375 0.67890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.0b32f8a04a5771f32539eda48f28d1b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.0b32f8a04a5771f32539eda48f28d1b8.txt new file mode 100644 index 0000000..628148d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.0b32f8a04a5771f32539eda48f28d1b8.txt @@ -0,0 +1 @@ +8 0.4296875 0.51875 0.8296875 0.95703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.231315e6f531aa595ef249a20bdf5464.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.231315e6f531aa595ef249a20bdf5464.txt new file mode 100644 index 0000000..628148d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.231315e6f531aa595ef249a20bdf5464.txt @@ -0,0 +1 @@ +8 0.4296875 0.51875 0.8296875 0.95703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.c220b22ce0c8a47239c75419f08799dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.c220b22ce0c8a47239c75419f08799dc.txt new file mode 100644 index 0000000..628148d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L3LF9OIYPXR4X877_jpg.rf.c220b22ce0c8a47239c75419f08799dc.txt @@ -0,0 +1 @@ +8 0.4296875 0.51875 0.8296875 0.95703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.31f9f7d38c4e9985599da1ee0ba0b93b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.31f9f7d38c4e9985599da1ee0ba0b93b.txt new file mode 100644 index 0000000..a40a39d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.31f9f7d38c4e9985599da1ee0ba0b93b.txt @@ -0,0 +1 @@ +8 0.4578125 0.4359375 0.62578125 0.52265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.b418bf6bc51816db10fceab4833eacaf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.b418bf6bc51816db10fceab4833eacaf.txt new file mode 100644 index 0000000..a40a39d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.b418bf6bc51816db10fceab4833eacaf.txt @@ -0,0 +1 @@ +8 0.4578125 0.4359375 0.62578125 0.52265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.f30d4a5bf409b3f79c05978f68df4995.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.f30d4a5bf409b3f79c05978f68df4995.txt new file mode 100644 index 0000000..a40a39d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_L5H1BLDXK3WKGECN_jpg.rf.f30d4a5bf409b3f79c05978f68df4995.txt @@ -0,0 +1 @@ +8 0.4578125 0.4359375 0.62578125 0.52265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.06ea2f0dba8649f1c8babbf0cc9f7121.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.06ea2f0dba8649f1c8babbf0cc9f7121.txt new file mode 100644 index 0000000..20cc1d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.06ea2f0dba8649f1c8babbf0cc9f7121.txt @@ -0,0 +1 @@ +8 0.5375 0.5 0.78203125 0.70234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.846e567b4a8d7607da2df42cd99b6b3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.846e567b4a8d7607da2df42cd99b6b3b.txt new file mode 100644 index 0000000..20cc1d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.846e567b4a8d7607da2df42cd99b6b3b.txt @@ -0,0 +1 @@ +8 0.5375 0.5 0.78203125 0.70234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.d6bc372a16a269636aaf1bcf2d4833d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.d6bc372a16a269636aaf1bcf2d4833d9.txt new file mode 100644 index 0000000..20cc1d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LB697QSZM6MW9NEA_jpg.rf.d6bc372a16a269636aaf1bcf2d4833d9.txt @@ -0,0 +1 @@ +8 0.5375 0.5 0.78203125 0.70234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.307d3a2b4ba2a2f83e08d1e1b8b7bf40.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.307d3a2b4ba2a2f83e08d1e1b8b7bf40.txt new file mode 100644 index 0000000..e684caf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.307d3a2b4ba2a2f83e08d1e1b8b7bf40.txt @@ -0,0 +1 @@ +8 0.4125 0.55390625 0.54921875 0.3890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.406d1efb4e28865d0f414b6de91a204f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.406d1efb4e28865d0f414b6de91a204f.txt new file mode 100644 index 0000000..e684caf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.406d1efb4e28865d0f414b6de91a204f.txt @@ -0,0 +1 @@ +8 0.4125 0.55390625 0.54921875 0.3890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.ea8201b681383930736b4360a248dcf6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.ea8201b681383930736b4360a248dcf6.txt new file mode 100644 index 0000000..e684caf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LE9SMOJKPBNU7TRR_jpg.rf.ea8201b681383930736b4360a248dcf6.txt @@ -0,0 +1 @@ +8 0.4125 0.55390625 0.54921875 0.3890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.6cb1cf9453c40b8c8e01bd1266f8abdf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.6cb1cf9453c40b8c8e01bd1266f8abdf.txt new file mode 100644 index 0000000..b31d41b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.6cb1cf9453c40b8c8e01bd1266f8abdf.txt @@ -0,0 +1 @@ +8 0.4890625 0.5171875 0.8578125 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.96cdf14bccfe0184401d46c43dbe4c72.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.96cdf14bccfe0184401d46c43dbe4c72.txt new file mode 100644 index 0000000..b31d41b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.96cdf14bccfe0184401d46c43dbe4c72.txt @@ -0,0 +1 @@ +8 0.4890625 0.5171875 0.8578125 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.f3e418d597b0965a664eb473f2b5977f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.f3e418d597b0965a664eb473f2b5977f.txt new file mode 100644 index 0000000..b31d41b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LH7MEYYVCT87HTLA_jpg.rf.f3e418d597b0965a664eb473f2b5977f.txt @@ -0,0 +1 @@ +8 0.4890625 0.5171875 0.8578125 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.8b2053fae93fccd6c2839fd23baecbbc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.8b2053fae93fccd6c2839fd23baecbbc.txt new file mode 100644 index 0000000..31eeb97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.8b2053fae93fccd6c2839fd23baecbbc.txt @@ -0,0 +1 @@ +8 0.59453125 0.5140625 0.6046875 0.7125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.bc160cdc1c7a52317cce5662d92a6539.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.bc160cdc1c7a52317cce5662d92a6539.txt new file mode 100644 index 0000000..31eeb97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.bc160cdc1c7a52317cce5662d92a6539.txt @@ -0,0 +1 @@ +8 0.59453125 0.5140625 0.6046875 0.7125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.ff60b19b2876f6f41c8d19c941f35cb8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.ff60b19b2876f6f41c8d19c941f35cb8.txt new file mode 100644 index 0000000..31eeb97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LIXBGQ0AHRIJ4JUV_jpg.rf.ff60b19b2876f6f41c8d19c941f35cb8.txt @@ -0,0 +1 @@ +8 0.59453125 0.5140625 0.6046875 0.7125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.02f6a75be664a4bbda6eb8fe50b39cac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.02f6a75be664a4bbda6eb8fe50b39cac.txt new file mode 100644 index 0000000..4a46d43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.02f6a75be664a4bbda6eb8fe50b39cac.txt @@ -0,0 +1 @@ +8 0.3859375 0.48125 0.71640625 0.728125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.08ba36c6a6584b93e0141a553deca37e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.08ba36c6a6584b93e0141a553deca37e.txt new file mode 100644 index 0000000..4a46d43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.08ba36c6a6584b93e0141a553deca37e.txt @@ -0,0 +1 @@ +8 0.3859375 0.48125 0.71640625 0.728125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.38d02756280a19019bdf98b162091ee9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.38d02756280a19019bdf98b162091ee9.txt new file mode 100644 index 0000000..4a46d43 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LJ9G2FQNVPGV1277_jpg.rf.38d02756280a19019bdf98b162091ee9.txt @@ -0,0 +1 @@ +8 0.3859375 0.48125 0.71640625 0.728125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.12c8c9ce4266f2511ee34fe80726b345.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.12c8c9ce4266f2511ee34fe80726b345.txt new file mode 100644 index 0000000..fdbe7da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.12c8c9ce4266f2511ee34fe80726b345.txt @@ -0,0 +1 @@ +8 0.55546875 0.53515625 0.5671875 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.698b6f0700b074a7d93a929ffd15ba6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.698b6f0700b074a7d93a929ffd15ba6a.txt new file mode 100644 index 0000000..fdbe7da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.698b6f0700b074a7d93a929ffd15ba6a.txt @@ -0,0 +1 @@ +8 0.55546875 0.53515625 0.5671875 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.ee8a63b913d9b597cfc5249e313faf3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.ee8a63b913d9b597cfc5249e313faf3e.txt new file mode 100644 index 0000000..fdbe7da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LL0PKKS3GHF9DRZU_jpg.rf.ee8a63b913d9b597cfc5249e313faf3e.txt @@ -0,0 +1 @@ +8 0.55546875 0.53515625 0.5671875 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.777a8587de63b63f6f1e50b360321a84.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.777a8587de63b63f6f1e50b360321a84.txt new file mode 100644 index 0000000..6011462 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.777a8587de63b63f6f1e50b360321a84.txt @@ -0,0 +1 @@ +8 0.42890625 0.440625 0.6375 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.b16f8066eea051f173b34c9d54db693c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.b16f8066eea051f173b34c9d54db693c.txt new file mode 100644 index 0000000..6011462 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.b16f8066eea051f173b34c9d54db693c.txt @@ -0,0 +1 @@ +8 0.42890625 0.440625 0.6375 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.d9d0960ac32b34470362ecbc29fe39ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.d9d0960ac32b34470362ecbc29fe39ed.txt new file mode 100644 index 0000000..6011462 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LMVGO1CULKNI393G_jpg.rf.d9d0960ac32b34470362ecbc29fe39ed.txt @@ -0,0 +1 @@ +8 0.42890625 0.440625 0.6375 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.221e1674537e24913190ffabf453b549.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.221e1674537e24913190ffabf453b549.txt new file mode 100644 index 0000000..2cf3604 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.221e1674537e24913190ffabf453b549.txt @@ -0,0 +1 @@ +8 0.440625 0.67890625 0.821875 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.5c2ae495447faba45f9d472fc355be19.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.5c2ae495447faba45f9d472fc355be19.txt new file mode 100644 index 0000000..2cf3604 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.5c2ae495447faba45f9d472fc355be19.txt @@ -0,0 +1 @@ +8 0.440625 0.67890625 0.821875 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.f13347fa1a613d6319e1b1e1666300c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.f13347fa1a613d6319e1b1e1666300c9.txt new file mode 100644 index 0000000..2cf3604 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LNKQ9J236P7W79G3_jpg.rf.f13347fa1a613d6319e1b1e1666300c9.txt @@ -0,0 +1 @@ +8 0.440625 0.67890625 0.821875 0.6390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.5ad19cc4340dc6391dbf481e1cb29b4e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.5ad19cc4340dc6391dbf481e1cb29b4e.txt new file mode 100644 index 0000000..aefbfa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.5ad19cc4340dc6391dbf481e1cb29b4e.txt @@ -0,0 +1 @@ +8 0.45078125 0.49453125 0.7078125 0.4796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.7cb23d760aae476904b9feeed4a478e3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.7cb23d760aae476904b9feeed4a478e3.txt new file mode 100644 index 0000000..aefbfa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.7cb23d760aae476904b9feeed4a478e3.txt @@ -0,0 +1 @@ +8 0.45078125 0.49453125 0.7078125 0.4796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.e4a85004a831858cefc4dcfb97ad5dbf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.e4a85004a831858cefc4dcfb97ad5dbf.txt new file mode 100644 index 0000000..aefbfa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LPGGH2IAI0A2EM13_jpg.rf.e4a85004a831858cefc4dcfb97ad5dbf.txt @@ -0,0 +1 @@ +8 0.45078125 0.49453125 0.7078125 0.4796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.7902b784f7fa70ae6485c5c1273d9e22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.7902b784f7fa70ae6485c5c1273d9e22.txt new file mode 100644 index 0000000..737474f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.7902b784f7fa70ae6485c5c1273d9e22.txt @@ -0,0 +1 @@ +8 0.5 0.475 0.621875 0.65078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.822a00d567ffb7a246dcc0941490d475.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.822a00d567ffb7a246dcc0941490d475.txt new file mode 100644 index 0000000..737474f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.822a00d567ffb7a246dcc0941490d475.txt @@ -0,0 +1 @@ +8 0.5 0.475 0.621875 0.65078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.a97ac75ca5d4192dad32750d07ad1ecb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.a97ac75ca5d4192dad32750d07ad1ecb.txt new file mode 100644 index 0000000..737474f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LQGF4GYTDMDLBN95_jpg.rf.a97ac75ca5d4192dad32750d07ad1ecb.txt @@ -0,0 +1 @@ +8 0.5 0.475 0.621875 0.65078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.35bd88c6c19d27ebf60c9272d6ea1c4e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.35bd88c6c19d27ebf60c9272d6ea1c4e.txt new file mode 100644 index 0000000..9c3b98f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.35bd88c6c19d27ebf60c9272d6ea1c4e.txt @@ -0,0 +1 @@ +8 0.4890625 0.5671875 0.94921875 0.86171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.3713f9f6d758f0cc21ab3cc7861198b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.3713f9f6d758f0cc21ab3cc7861198b8.txt new file mode 100644 index 0000000..9c3b98f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.3713f9f6d758f0cc21ab3cc7861198b8.txt @@ -0,0 +1 @@ +8 0.4890625 0.5671875 0.94921875 0.86171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.f6a62105b254cb963933bfcc8142cfe1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.f6a62105b254cb963933bfcc8142cfe1.txt new file mode 100644 index 0000000..9c3b98f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LW2PG2FYE0BF9YFG_jpg.rf.f6a62105b254cb963933bfcc8142cfe1.txt @@ -0,0 +1 @@ +8 0.4890625 0.5671875 0.94921875 0.86171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.60082925223b7602a5a7db3e0ec7a731.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.60082925223b7602a5a7db3e0ec7a731.txt new file mode 100644 index 0000000..947bca1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.60082925223b7602a5a7db3e0ec7a731.txt @@ -0,0 +1 @@ +8 0.4484375 0.4921875 0.60859375 0.63359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.83153a469df2efe991d8d30dfecd7eac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.83153a469df2efe991d8d30dfecd7eac.txt new file mode 100644 index 0000000..947bca1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.83153a469df2efe991d8d30dfecd7eac.txt @@ -0,0 +1 @@ +8 0.4484375 0.4921875 0.60859375 0.63359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.a4cf6b28cdb09bddedb4886db42cfcb3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.a4cf6b28cdb09bddedb4886db42cfcb3.txt new file mode 100644 index 0000000..947bca1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_LXK8D4R6K1ZTDVH9_jpg.rf.a4cf6b28cdb09bddedb4886db42cfcb3.txt @@ -0,0 +1 @@ +8 0.4484375 0.4921875 0.60859375 0.63359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.24257f87a80bab7acd9bbad85a92aca2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.24257f87a80bab7acd9bbad85a92aca2.txt new file mode 100644 index 0000000..b905c83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.24257f87a80bab7acd9bbad85a92aca2.txt @@ -0,0 +1 @@ +8 0.5328125 0.540625 0.5921875 0.81015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.417d0579cf257dcb505e5d55f9d4e942.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.417d0579cf257dcb505e5d55f9d4e942.txt new file mode 100644 index 0000000..b905c83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M0JSZQSJ5R026FT5_jpg.rf.417d0579cf257dcb505e5d55f9d4e942.txt @@ -0,0 +1 @@ +8 0.5328125 0.540625 0.5921875 0.81015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.260e21db668ed3bc32b2c0ae734a329f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.260e21db668ed3bc32b2c0ae734a329f.txt new file mode 100644 index 0000000..951449b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.260e21db668ed3bc32b2c0ae734a329f.txt @@ -0,0 +1 @@ +8 0.45 0.4921875 0.63203125 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.6de97ec105310108b2da049c57178249.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.6de97ec105310108b2da049c57178249.txt new file mode 100644 index 0000000..951449b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.6de97ec105310108b2da049c57178249.txt @@ -0,0 +1 @@ +8 0.45 0.4921875 0.63203125 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.78fcb2287d6e1e93660d09732743ffcb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.78fcb2287d6e1e93660d09732743ffcb.txt new file mode 100644 index 0000000..951449b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4GT4VMHMIRZ6R2V_jpg.rf.78fcb2287d6e1e93660d09732743ffcb.txt @@ -0,0 +1 @@ +8 0.45 0.4921875 0.63203125 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.3f6f657c01b916319087d2d6da955501.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.3f6f657c01b916319087d2d6da955501.txt new file mode 100644 index 0000000..8f510ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.3f6f657c01b916319087d2d6da955501.txt @@ -0,0 +1 @@ +8 0.47265625 0.4640625 0.60625 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.83aadde67176f4cd6a1ed9f6c8c8ea16.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.83aadde67176f4cd6a1ed9f6c8c8ea16.txt new file mode 100644 index 0000000..8f510ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.83aadde67176f4cd6a1ed9f6c8c8ea16.txt @@ -0,0 +1 @@ +8 0.47265625 0.4640625 0.60625 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.ca152cc8e1eb51e28f3e0366b637e735.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.ca152cc8e1eb51e28f3e0366b637e735.txt new file mode 100644 index 0000000..8f510ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M4HW5QHG4EVHQTQ4_jpg.rf.ca152cc8e1eb51e28f3e0366b637e735.txt @@ -0,0 +1 @@ +8 0.47265625 0.4640625 0.60625 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.0a1220fde35a728ab93d4b553371a547.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.0a1220fde35a728ab93d4b553371a547.txt new file mode 100644 index 0000000..9a0c145 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.0a1220fde35a728ab93d4b553371a547.txt @@ -0,0 +1 @@ +8 0.54453125 0.4765625 0.65234375 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.bf7b5ad3bc5f12ca7286dcf4211d1fdd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.bf7b5ad3bc5f12ca7286dcf4211d1fdd.txt new file mode 100644 index 0000000..9a0c145 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.bf7b5ad3bc5f12ca7286dcf4211d1fdd.txt @@ -0,0 +1 @@ +8 0.54453125 0.4765625 0.65234375 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.e1c450d9d8300b854f56ce3f5bcbe51f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.e1c450d9d8300b854f56ce3f5bcbe51f.txt new file mode 100644 index 0000000..9a0c145 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_M9K4GJ9VS9WXWQF1_jpg.rf.e1c450d9d8300b854f56ce3f5bcbe51f.txt @@ -0,0 +1 @@ +8 0.54453125 0.4765625 0.65234375 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.5b846fc712feb16e932fbc71e42c2a35.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.5b846fc712feb16e932fbc71e42c2a35.txt new file mode 100644 index 0000000..df96484 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.5b846fc712feb16e932fbc71e42c2a35.txt @@ -0,0 +1 @@ +8 0.496875 0.4828125 0.66484375 0.68125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f21c5406ec1d26030e3d60f1ea0c2130.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f21c5406ec1d26030e3d60f1ea0c2130.txt new file mode 100644 index 0000000..df96484 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f21c5406ec1d26030e3d60f1ea0c2130.txt @@ -0,0 +1 @@ +8 0.496875 0.4828125 0.66484375 0.68125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f4bbab4b6edbba11ef42f4d9656a040b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f4bbab4b6edbba11ef42f4d9656a040b.txt new file mode 100644 index 0000000..df96484 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCLGK4J2RYAZHUMY_jpg.rf.f4bbab4b6edbba11ef42f4d9656a040b.txt @@ -0,0 +1 @@ +8 0.496875 0.4828125 0.66484375 0.68125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.6d96bf5bb49269884761bf25386af89f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.6d96bf5bb49269884761bf25386af89f.txt new file mode 100644 index 0000000..434789c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.6d96bf5bb49269884761bf25386af89f.txt @@ -0,0 +1 @@ +8 0.45703125 0.4109375 0.7859375 0.81640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.87525975556a0a45720cab26fe37297f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.87525975556a0a45720cab26fe37297f.txt new file mode 100644 index 0000000..434789c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.87525975556a0a45720cab26fe37297f.txt @@ -0,0 +1 @@ +8 0.45703125 0.4109375 0.7859375 0.81640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.f733e8adf00fd032badc629abbae3a64.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.f733e8adf00fd032badc629abbae3a64.txt new file mode 100644 index 0000000..434789c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MCXOZYSXEOW38O9V_jpg.rf.f733e8adf00fd032badc629abbae3a64.txt @@ -0,0 +1 @@ +8 0.45703125 0.4109375 0.7859375 0.81640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.c5f4adbf0d5ae2c52aaa9ea52461dfc1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.c5f4adbf0d5ae2c52aaa9ea52461dfc1.txt new file mode 100644 index 0000000..01e4003 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.c5f4adbf0d5ae2c52aaa9ea52461dfc1.txt @@ -0,0 +1 @@ +8 0.4734375 0.50390625 0.778125 0.621875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.e6d789244c4c7db9a01b6ae583d75970.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.e6d789244c4c7db9a01b6ae583d75970.txt new file mode 100644 index 0000000..01e4003 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MGZNCCT6EGYS6EG5_jpg.rf.e6d789244c4c7db9a01b6ae583d75970.txt @@ -0,0 +1 @@ +8 0.4734375 0.50390625 0.778125 0.621875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.112d57b47906159a344dac828a5532b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.112d57b47906159a344dac828a5532b1.txt new file mode 100644 index 0000000..b038a88 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.112d57b47906159a344dac828a5532b1.txt @@ -0,0 +1 @@ +8 0.47421875 0.50625 0.940625 0.684375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.9d5f19d72eefcc67b3feb1c78a04c8f3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.9d5f19d72eefcc67b3feb1c78a04c8f3.txt new file mode 100644 index 0000000..b038a88 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MH07GJY5K49EAGRW_jpg.rf.9d5f19d72eefcc67b3feb1c78a04c8f3.txt @@ -0,0 +1 @@ +8 0.47421875 0.50625 0.940625 0.684375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.597c92c5e5ff71bf31150c40ee5ac684.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.597c92c5e5ff71bf31150c40ee5ac684.txt new file mode 100644 index 0000000..0fed8d4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.597c92c5e5ff71bf31150c40ee5ac684.txt @@ -0,0 +1 @@ +8 0.46953125 0.53828125 0.73984375 0.54296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.707077a7bd04d4f4813159b779308323.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.707077a7bd04d4f4813159b779308323.txt new file mode 100644 index 0000000..0fed8d4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.707077a7bd04d4f4813159b779308323.txt @@ -0,0 +1 @@ +8 0.46953125 0.53828125 0.73984375 0.54296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.96c23b7c1b69e0781726cd94bf5c4f0f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.96c23b7c1b69e0781726cd94bf5c4f0f.txt new file mode 100644 index 0000000..0fed8d4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MHGBM021CE6LPOMR_jpg.rf.96c23b7c1b69e0781726cd94bf5c4f0f.txt @@ -0,0 +1 @@ +8 0.46953125 0.53828125 0.73984375 0.54296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.05320c70c56766559d2251c6806b254c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.05320c70c56766559d2251c6806b254c.txt new file mode 100644 index 0000000..ada5d05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.05320c70c56766559d2251c6806b254c.txt @@ -0,0 +1 @@ +8 0.51015625 0.5015625 0.97890625 0.86953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.83cc2868a6e74ad08ac0e53454913973.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.83cc2868a6e74ad08ac0e53454913973.txt new file mode 100644 index 0000000..ada5d05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.83cc2868a6e74ad08ac0e53454913973.txt @@ -0,0 +1 @@ +8 0.51015625 0.5015625 0.97890625 0.86953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.f84e91f3628632daac3ee36b52c3aba9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.f84e91f3628632daac3ee36b52c3aba9.txt new file mode 100644 index 0000000..ada5d05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MKOEILJYM8JAM8V9_jpg.rf.f84e91f3628632daac3ee36b52c3aba9.txt @@ -0,0 +1 @@ +8 0.51015625 0.5015625 0.97890625 0.86953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.3e4d2e73237b492349199ef6a4c268d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.3e4d2e73237b492349199ef6a4c268d0.txt new file mode 100644 index 0000000..a92a634 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.3e4d2e73237b492349199ef6a4c268d0.txt @@ -0,0 +1,2 @@ +8 0.32109375 0.41171875 0.4859375 0.503125 +8 0.7140625 0.4734375 0.3625 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.402f850ec65decee0fbcd99cd80e15d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.402f850ec65decee0fbcd99cd80e15d9.txt new file mode 100644 index 0000000..a92a634 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.402f850ec65decee0fbcd99cd80e15d9.txt @@ -0,0 +1,2 @@ +8 0.32109375 0.41171875 0.4859375 0.503125 +8 0.7140625 0.4734375 0.3625 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.60cd9b86cb372f2855abe97fc99a88d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.60cd9b86cb372f2855abe97fc99a88d7.txt new file mode 100644 index 0000000..a92a634 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MLWV1KN6PPNS8FLH_jpg.rf.60cd9b86cb372f2855abe97fc99a88d7.txt @@ -0,0 +1,2 @@ +8 0.32109375 0.41171875 0.4859375 0.503125 +8 0.7140625 0.4734375 0.3625 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.9f663af67166e8bee3a9c5fec0eaa44e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.9f663af67166e8bee3a9c5fec0eaa44e.txt new file mode 100644 index 0000000..4ff4e82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.9f663af67166e8bee3a9c5fec0eaa44e.txt @@ -0,0 +1 @@ +8 0.46953125 0.51875 0.6515625 0.66015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.a2360b3e22b04cfbc614704eab510953.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.a2360b3e22b04cfbc614704eab510953.txt new file mode 100644 index 0000000..4ff4e82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.a2360b3e22b04cfbc614704eab510953.txt @@ -0,0 +1 @@ +8 0.46953125 0.51875 0.6515625 0.66015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.d0fe07db50637175c7df7f28369a4d87.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.d0fe07db50637175c7df7f28369a4d87.txt new file mode 100644 index 0000000..4ff4e82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MMRRY31MS5QZIOEP_jpg.rf.d0fe07db50637175c7df7f28369a4d87.txt @@ -0,0 +1 @@ +8 0.46953125 0.51875 0.6515625 0.66015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.6ab18c8439ebb1f2e815f2810e90dc99.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.6ab18c8439ebb1f2e815f2810e90dc99.txt new file mode 100644 index 0000000..c13f0e9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.6ab18c8439ebb1f2e815f2810e90dc99.txt @@ -0,0 +1 @@ +8 0.50234375 0.45546875 0.57578125 0.79609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.92346f8cc6974cb17d4b077c72a9ec61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.92346f8cc6974cb17d4b077c72a9ec61.txt new file mode 100644 index 0000000..c13f0e9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.92346f8cc6974cb17d4b077c72a9ec61.txt @@ -0,0 +1 @@ +8 0.50234375 0.45546875 0.57578125 0.79609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.c4efe22746edcdcfb42decd3f50713d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.c4efe22746edcdcfb42decd3f50713d7.txt new file mode 100644 index 0000000..c13f0e9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNEGVV776JCA5R17_jpg.rf.c4efe22746edcdcfb42decd3f50713d7.txt @@ -0,0 +1 @@ +8 0.50234375 0.45546875 0.57578125 0.79609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.3f294e19ff513bc471d5e07441604edb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.3f294e19ff513bc471d5e07441604edb.txt new file mode 100644 index 0000000..06c1c20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.3f294e19ff513bc471d5e07441604edb.txt @@ -0,0 +1 @@ +8 0.525 0.4421875 0.559375 0.58515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.50390d27b9ab95a3121649fcfc13116e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.50390d27b9ab95a3121649fcfc13116e.txt new file mode 100644 index 0000000..06c1c20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.50390d27b9ab95a3121649fcfc13116e.txt @@ -0,0 +1 @@ +8 0.525 0.4421875 0.559375 0.58515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.59ba0bd26bf5e580c7b6604471ca9e24.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.59ba0bd26bf5e580c7b6604471ca9e24.txt new file mode 100644 index 0000000..06c1c20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MNVXXVPMQA2Y3315_jpg.rf.59ba0bd26bf5e580c7b6604471ca9e24.txt @@ -0,0 +1 @@ +8 0.525 0.4421875 0.559375 0.58515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.71c5c9cf7ba39d436fe09c143a32770d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.71c5c9cf7ba39d436fe09c143a32770d.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.bdc946c94772cc6d9b7c2a5cfe6fa2c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MO8PUTJTKEK29H1Z_jpg.rf.bdc946c94772cc6d9b7c2a5cfe6fa2c4.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.72b1479a0e789a97856905a3024ad2b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.72b1479a0e789a97856905a3024ad2b4.txt new file mode 100644 index 0000000..c835a65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.72b1479a0e789a97856905a3024ad2b4.txt @@ -0,0 +1 @@ +8 0.5390625 0.5546875 0.56796875 0.56953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.e8966bb7892c839e19a32797e3ee9d21.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.e8966bb7892c839e19a32797e3ee9d21.txt new file mode 100644 index 0000000..c835a65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.e8966bb7892c839e19a32797e3ee9d21.txt @@ -0,0 +1 @@ +8 0.5390625 0.5546875 0.56796875 0.56953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.f6c21f02ee4bbe4ce6c1f0de0b74ddf8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.f6c21f02ee4bbe4ce6c1f0de0b74ddf8.txt new file mode 100644 index 0000000..c835a65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXDUSL6ESQ8FK95J_jpg.rf.f6c21f02ee4bbe4ce6c1f0de0b74ddf8.txt @@ -0,0 +1 @@ +8 0.5390625 0.5546875 0.56796875 0.56953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.272e54f8b9461655cd531eb8e57118c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.272e54f8b9461655cd531eb8e57118c3.txt new file mode 100644 index 0000000..1fc93c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.272e54f8b9461655cd531eb8e57118c3.txt @@ -0,0 +1 @@ +8 0.51328125 0.50546875 0.4921875 0.4578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.6afa98e2a7b6081ca3252e8854c498d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.6afa98e2a7b6081ca3252e8854c498d5.txt new file mode 100644 index 0000000..1fc93c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.6afa98e2a7b6081ca3252e8854c498d5.txt @@ -0,0 +1 @@ +8 0.51328125 0.50546875 0.4921875 0.4578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.aff36cc68a3accce6a1e7bd29b26ccdb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.aff36cc68a3accce6a1e7bd29b26ccdb.txt new file mode 100644 index 0000000..1fc93c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MXN7AEW77SOK55UT_jpg.rf.aff36cc68a3accce6a1e7bd29b26ccdb.txt @@ -0,0 +1 @@ +8 0.51328125 0.50546875 0.4921875 0.4578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.1540ec5e44365d1a6554ad11b2f58dc6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.1540ec5e44365d1a6554ad11b2f58dc6.txt new file mode 100644 index 0000000..02de438 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.1540ec5e44365d1a6554ad11b2f58dc6.txt @@ -0,0 +1 @@ +8 0.50078125 0.47265625 0.6109375 0.71796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.78483214deb8a3b40ee494ba6e2875d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.78483214deb8a3b40ee494ba6e2875d4.txt new file mode 100644 index 0000000..02de438 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.78483214deb8a3b40ee494ba6e2875d4.txt @@ -0,0 +1 @@ +8 0.50078125 0.47265625 0.6109375 0.71796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.fca34cd082ece7f7f4f8b33c4bd518d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.fca34cd082ece7f7f4f8b33c4bd518d8.txt new file mode 100644 index 0000000..02de438 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_MY0I3XEWO4OR4L35_jpg.rf.fca34cd082ece7f7f4f8b33c4bd518d8.txt @@ -0,0 +1 @@ +8 0.50078125 0.47265625 0.6109375 0.71796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.4e4cb48e084b8951b9b6322f77932a51.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.4e4cb48e084b8951b9b6322f77932a51.txt new file mode 100644 index 0000000..3be8b65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.4e4cb48e084b8951b9b6322f77932a51.txt @@ -0,0 +1 @@ +8 0.54609375 0.4078125 0.33125 0.1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.fe5ebac78f97385bc2abc856ce713ac9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.fe5ebac78f97385bc2abc856ce713ac9.txt new file mode 100644 index 0000000..3be8b65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N16SO2SJ9SO0085Z_jpg.rf.fe5ebac78f97385bc2abc856ce713ac9.txt @@ -0,0 +1 @@ +8 0.54609375 0.4078125 0.33125 0.1 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.5cadeb27041db53fecbc19f6f5ac9365.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.5cadeb27041db53fecbc19f6f5ac9365.txt new file mode 100644 index 0000000..d0374ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.5cadeb27041db53fecbc19f6f5ac9365.txt @@ -0,0 +1 @@ +8 0.54296875 0.51875 0.64375 0.85859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e5f31a2191d0ab0dd9cee09f0a367a33.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e5f31a2191d0ab0dd9cee09f0a367a33.txt new file mode 100644 index 0000000..d0374ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e5f31a2191d0ab0dd9cee09f0a367a33.txt @@ -0,0 +1 @@ +8 0.54296875 0.51875 0.64375 0.85859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e97146eb1bc2c25c08ac62c6630e7347.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e97146eb1bc2c25c08ac62c6630e7347.txt new file mode 100644 index 0000000..d0374ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_N3K50M1F9M9WLDYV_jpg.rf.e97146eb1bc2c25c08ac62c6630e7347.txt @@ -0,0 +1 @@ +8 0.54296875 0.51875 0.64375 0.85859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.5b8f5218856bae2c10df77d5bfb23bd6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.5b8f5218856bae2c10df77d5bfb23bd6.txt new file mode 100644 index 0000000..b965f1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.5b8f5218856bae2c10df77d5bfb23bd6.txt @@ -0,0 +1,2 @@ +8 0.43984375 0.7296875 0.3234375 0.37109375 +8 0.45 0.4 0.35546875 0.359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.84263ef71a33991b23f2a7ac9f1feef5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.84263ef71a33991b23f2a7ac9f1feef5.txt new file mode 100644 index 0000000..b965f1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.84263ef71a33991b23f2a7ac9f1feef5.txt @@ -0,0 +1,2 @@ +8 0.43984375 0.7296875 0.3234375 0.37109375 +8 0.45 0.4 0.35546875 0.359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.9dd60145182d008a3e8922a9f3117c3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.9dd60145182d008a3e8922a9f3117c3c.txt new file mode 100644 index 0000000..b965f1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NE8443RJFSRK3PP6_jpg.rf.9dd60145182d008a3e8922a9f3117c3c.txt @@ -0,0 +1,2 @@ +8 0.43984375 0.7296875 0.3234375 0.37109375 +8 0.45 0.4 0.35546875 0.359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.15e5e72dc880737a2a8c89d57c73c799.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.15e5e72dc880737a2a8c89d57c73c799.txt new file mode 100644 index 0000000..895fe83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.15e5e72dc880737a2a8c89d57c73c799.txt @@ -0,0 +1 @@ +8 0.51640625 0.58125 0.60546875 0.83671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.70d49cd934f1b7bd2250ca250697c159.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.70d49cd934f1b7bd2250ca250697c159.txt new file mode 100644 index 0000000..895fe83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.70d49cd934f1b7bd2250ca250697c159.txt @@ -0,0 +1 @@ +8 0.51640625 0.58125 0.60546875 0.83671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.7bec287058f59ab9802c4198a85aceea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.7bec287058f59ab9802c4198a85aceea.txt new file mode 100644 index 0000000..895fe83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NFUCORANACW5K6ZY_jpg.rf.7bec287058f59ab9802c4198a85aceea.txt @@ -0,0 +1 @@ +8 0.51640625 0.58125 0.60546875 0.83671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.520f7431976f69b4ef6c65180a013498.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.520f7431976f69b4ef6c65180a013498.txt new file mode 100644 index 0000000..70cee8e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.520f7431976f69b4ef6c65180a013498.txt @@ -0,0 +1 @@ +8 0.53125 0.578125 0.78203125 0.778125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.8641a1f01d141de2373cb956a3c8ba6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.8641a1f01d141de2373cb956a3c8ba6c.txt new file mode 100644 index 0000000..70cee8e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NIPCLHJHUR4PN8O9_jpg.rf.8641a1f01d141de2373cb956a3c8ba6c.txt @@ -0,0 +1 @@ +8 0.53125 0.578125 0.78203125 0.778125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.0b55b7fed9fb29141a8e92e628097392.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.0b55b7fed9fb29141a8e92e628097392.txt new file mode 100644 index 0000000..9b4a69d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.0b55b7fed9fb29141a8e92e628097392.txt @@ -0,0 +1 @@ +8 0.46484375 0.4671875 0.9296875 0.93359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e087c4f9a077f9d80929c67981ea93af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e087c4f9a077f9d80929c67981ea93af.txt new file mode 100644 index 0000000..9b4a69d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e087c4f9a077f9d80929c67981ea93af.txt @@ -0,0 +1 @@ +8 0.46484375 0.4671875 0.9296875 0.93359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e7d6dfbeeac1a7c83014855b3b332e96.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e7d6dfbeeac1a7c83014855b3b332e96.txt new file mode 100644 index 0000000..9b4a69d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NJM4GCQU8D8KP4FB_jpg.rf.e7d6dfbeeac1a7c83014855b3b332e96.txt @@ -0,0 +1 @@ +8 0.46484375 0.4671875 0.9296875 0.93359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.0a65645dd61b7d5565d7fe12436e199a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.0a65645dd61b7d5565d7fe12436e199a.txt new file mode 100644 index 0000000..bee415a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.0a65645dd61b7d5565d7fe12436e199a.txt @@ -0,0 +1 @@ +8 0.3640625 0.409375 0.71171875 0.646875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.14abfebffc9c55855217a62341f4853d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.14abfebffc9c55855217a62341f4853d.txt new file mode 100644 index 0000000..bee415a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.14abfebffc9c55855217a62341f4853d.txt @@ -0,0 +1 @@ +8 0.3640625 0.409375 0.71171875 0.646875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.742c605884e47dd6394ad386ea89852a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.742c605884e47dd6394ad386ea89852a.txt new file mode 100644 index 0000000..bee415a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NN78ZCZC7TRF6QPW_jpg.rf.742c605884e47dd6394ad386ea89852a.txt @@ -0,0 +1 @@ +8 0.3640625 0.409375 0.71171875 0.646875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.af78342b38f4b44e0685cce450f73ebe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.af78342b38f4b44e0685cce450f73ebe.txt new file mode 100644 index 0000000..13a669b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.af78342b38f4b44e0685cce450f73ebe.txt @@ -0,0 +1,2 @@ +8 0.72734375 0.315625 0.2515625 0.3484375 +8 0.428125 0.30703125 0.4234375 0.40546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.b55acb3770e5b947a5c9fabbb5fba8bf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.b55acb3770e5b947a5c9fabbb5fba8bf.txt new file mode 100644 index 0000000..13a669b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.b55acb3770e5b947a5c9fabbb5fba8bf.txt @@ -0,0 +1,2 @@ +8 0.72734375 0.315625 0.2515625 0.3484375 +8 0.428125 0.30703125 0.4234375 0.40546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.ed40af8e0ed73d22a638a7ae1833c8ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.ed40af8e0ed73d22a638a7ae1833c8ec.txt new file mode 100644 index 0000000..13a669b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NPE19OKTEEF9OF6Y_jpg.rf.ed40af8e0ed73d22a638a7ae1833c8ec.txt @@ -0,0 +1,2 @@ +8 0.72734375 0.315625 0.2515625 0.3484375 +8 0.428125 0.30703125 0.4234375 0.40546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.10be976bd1d41881e0557d8dc40cb136.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.10be976bd1d41881e0557d8dc40cb136.txt new file mode 100644 index 0000000..7b27cf7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.10be976bd1d41881e0557d8dc40cb136.txt @@ -0,0 +1,2 @@ +8 0.53046875 0.37109375 0.76953125 0.35625 +8 0.553125 0.59296875 0.63359375 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.1fd823ec19221d2d5c2361ad5d4fd3a3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.1fd823ec19221d2d5c2361ad5d4fd3a3.txt new file mode 100644 index 0000000..7b27cf7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.1fd823ec19221d2d5c2361ad5d4fd3a3.txt @@ -0,0 +1,2 @@ +8 0.53046875 0.37109375 0.76953125 0.35625 +8 0.553125 0.59296875 0.63359375 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.23865b1dccfd92ee314e8e215e3a14e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.23865b1dccfd92ee314e8e215e3a14e4.txt new file mode 100644 index 0000000..7b27cf7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_NZ7X9FJWCJRVWIP5_jpg.rf.23865b1dccfd92ee314e8e215e3a14e4.txt @@ -0,0 +1,2 @@ +8 0.53046875 0.37109375 0.76953125 0.35625 +8 0.553125 0.59296875 0.63359375 0.2578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.02f61ac2871158d0b2d5ef00c3a71593.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.02f61ac2871158d0b2d5ef00c3a71593.txt new file mode 100644 index 0000000..6642fa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.02f61ac2871158d0b2d5ef00c3a71593.txt @@ -0,0 +1 @@ +8 0.4578125 0.46640625 0.915625 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.575a0e295fa70b726e8e7340b90c4ef5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.575a0e295fa70b726e8e7340b90c4ef5.txt new file mode 100644 index 0000000..6642fa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.575a0e295fa70b726e8e7340b90c4ef5.txt @@ -0,0 +1 @@ +8 0.4578125 0.46640625 0.915625 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.781108ed7e51f8264c41120cd660b7ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.781108ed7e51f8264c41120cd660b7ec.txt new file mode 100644 index 0000000..6642fa7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O6KQQ6IXB5O8WK92_jpg.rf.781108ed7e51f8264c41120cd660b7ec.txt @@ -0,0 +1 @@ +8 0.4578125 0.46640625 0.915625 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.1ade6d92e2a3ea0d59038f474a2a83fb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.1ade6d92e2a3ea0d59038f474a2a83fb.txt new file mode 100644 index 0000000..6eb7cd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.1ade6d92e2a3ea0d59038f474a2a83fb.txt @@ -0,0 +1 @@ +8 0.44609375 0.534375 0.621875 0.62734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.dc19245e3b07e72658194f21a397a692.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.dc19245e3b07e72658194f21a397a692.txt new file mode 100644 index 0000000..6eb7cd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.dc19245e3b07e72658194f21a397a692.txt @@ -0,0 +1 @@ +8 0.44609375 0.534375 0.621875 0.62734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.ecf233697aacf94c72c6960c8b2b118d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.ecf233697aacf94c72c6960c8b2b118d.txt new file mode 100644 index 0000000..6eb7cd5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O78WFKYJ2C84DZ44_jpg.rf.ecf233697aacf94c72c6960c8b2b118d.txt @@ -0,0 +1 @@ +8 0.44609375 0.534375 0.621875 0.62734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.077b63f3fb0feb765006dcb646acc140.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.077b63f3fb0feb765006dcb646acc140.txt new file mode 100644 index 0000000..19b033b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.077b63f3fb0feb765006dcb646acc140.txt @@ -0,0 +1 @@ +8 0.4375 0.453125 0.790625 0.90234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.564f439074892f6f4c5d1c011f0ac2dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.564f439074892f6f4c5d1c011f0ac2dc.txt new file mode 100644 index 0000000..19b033b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.564f439074892f6f4c5d1c011f0ac2dc.txt @@ -0,0 +1 @@ +8 0.4375 0.453125 0.790625 0.90234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.d8a1f8530960b7971a39feaab235cc3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.d8a1f8530960b7971a39feaab235cc3c.txt new file mode 100644 index 0000000..19b033b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_O7LWIHT1CIS8AKNS_jpg.rf.d8a1f8530960b7971a39feaab235cc3c.txt @@ -0,0 +1 @@ +8 0.4375 0.453125 0.790625 0.90234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.7216a4c49edc954b2b708764e790dcde.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.7216a4c49edc954b2b708764e790dcde.txt new file mode 100644 index 0000000..341b640 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.7216a4c49edc954b2b708764e790dcde.txt @@ -0,0 +1 @@ +8 0.53515625 0.4875 0.6171875 0.6546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.dec07d87ecc8259e397da5913d0da63e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.dec07d87ecc8259e397da5913d0da63e.txt new file mode 100644 index 0000000..341b640 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.dec07d87ecc8259e397da5913d0da63e.txt @@ -0,0 +1 @@ +8 0.53515625 0.4875 0.6171875 0.6546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.f1c8e848ec6a2c32fcb4be8301d4fa2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.f1c8e848ec6a2c32fcb4be8301d4fa2a.txt new file mode 100644 index 0000000..341b640 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OE8SE6V02YMIO4ZY_jpg.rf.f1c8e848ec6a2c32fcb4be8301d4fa2a.txt @@ -0,0 +1 @@ +8 0.53515625 0.4875 0.6171875 0.6546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.351a01f0b774d8e3678baf71758096fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.351a01f0b774d8e3678baf71758096fa.txt new file mode 100644 index 0000000..fbf258d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.351a01f0b774d8e3678baf71758096fa.txt @@ -0,0 +1 @@ +8 0.5578125 0.428125 0.88046875 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.97c4fe942320bae286255a791401ba4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.97c4fe942320bae286255a791401ba4a.txt new file mode 100644 index 0000000..fbf258d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.97c4fe942320bae286255a791401ba4a.txt @@ -0,0 +1 @@ +8 0.5578125 0.428125 0.88046875 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.e887a22f00d4039e5cfc1b8f973b8f03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.e887a22f00d4039e5cfc1b8f973b8f03.txt new file mode 100644 index 0000000..fbf258d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OIJQ2GS1H57YYA0V_jpg.rf.e887a22f00d4039e5cfc1b8f973b8f03.txt @@ -0,0 +1 @@ +8 0.5578125 0.428125 0.88046875 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.1b885654eabc6b495e9f9349e6acc11e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.1b885654eabc6b495e9f9349e6acc11e.txt new file mode 100644 index 0000000..b73ead4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.1b885654eabc6b495e9f9349e6acc11e.txt @@ -0,0 +1 @@ +8 0.496875 0.53203125 0.74765625 0.42109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.9f35fba39c882ba15f42d0900343215c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.9f35fba39c882ba15f42d0900343215c.txt new file mode 100644 index 0000000..b73ead4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.9f35fba39c882ba15f42d0900343215c.txt @@ -0,0 +1 @@ +8 0.496875 0.53203125 0.74765625 0.42109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.b890071288e84cdcebe52405089efc6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.b890071288e84cdcebe52405089efc6a.txt new file mode 100644 index 0000000..b73ead4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OLQRECBC1W0NZJ2R_jpg.rf.b890071288e84cdcebe52405089efc6a.txt @@ -0,0 +1 @@ +8 0.496875 0.53203125 0.74765625 0.42109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.124dcd82ac98fcf21777d3295977eeac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.124dcd82ac98fcf21777d3295977eeac.txt new file mode 100644 index 0000000..8a9993f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.124dcd82ac98fcf21777d3295977eeac.txt @@ -0,0 +1 @@ +8 0.45859375 0.40859375 0.73203125 0.8171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.1ac8f2c936607dc18a3ba5d154645103.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.1ac8f2c936607dc18a3ba5d154645103.txt new file mode 100644 index 0000000..8a9993f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.1ac8f2c936607dc18a3ba5d154645103.txt @@ -0,0 +1 @@ +8 0.45859375 0.40859375 0.73203125 0.8171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.ca0b5422038d5e80119e08afcb16e9f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.ca0b5422038d5e80119e08afcb16e9f0.txt new file mode 100644 index 0000000..8a9993f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OP64XZD7208XCUHF_jpg.rf.ca0b5422038d5e80119e08afcb16e9f0.txt @@ -0,0 +1 @@ +8 0.45859375 0.40859375 0.73203125 0.8171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.0190cccb147b8c1f3df153e7f52ddd0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.0190cccb147b8c1f3df153e7f52ddd0e.txt new file mode 100644 index 0000000..6eaa576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.0190cccb147b8c1f3df153e7f52ddd0e.txt @@ -0,0 +1 @@ +8 0.33125 0.43515625 0.66171875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.4e563be9568aa65ef2c2c7b3e7be6017.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.4e563be9568aa65ef2c2c7b3e7be6017.txt new file mode 100644 index 0000000..6eaa576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.4e563be9568aa65ef2c2c7b3e7be6017.txt @@ -0,0 +1 @@ +8 0.33125 0.43515625 0.66171875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.85b774aeb572e0cdc12c27365ecd8d5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.85b774aeb572e0cdc12c27365ecd8d5b.txt new file mode 100644 index 0000000..6eaa576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ORBE25LKNWRCH2XF_jpg.rf.85b774aeb572e0cdc12c27365ecd8d5b.txt @@ -0,0 +1 @@ +8 0.33125 0.43515625 0.66171875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3a74e047048468c4fc303221c28fce7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3a74e047048468c4fc303221c28fce7f.txt new file mode 100644 index 0000000..e949fb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3a74e047048468c4fc303221c28fce7f.txt @@ -0,0 +1 @@ +8 0.53203125 0.44921875 0.421875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3b4e6c18680316c92e995cc9e27ffb92.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3b4e6c18680316c92e995cc9e27ffb92.txt new file mode 100644 index 0000000..e949fb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.3b4e6c18680316c92e995cc9e27ffb92.txt @@ -0,0 +1 @@ +8 0.53203125 0.44921875 0.421875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.41d1768430109c00fb695a31687bf72e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.41d1768430109c00fb695a31687bf72e.txt new file mode 100644 index 0000000..e949fb3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_OTUVTCQCW33PF582_jpg.rf.41d1768430109c00fb695a31687bf72e.txt @@ -0,0 +1 @@ +8 0.53203125 0.44921875 0.421875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.1e799f752b672084ab11a79536ba36a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.1e799f752b672084ab11a79536ba36a7.txt new file mode 100644 index 0000000..399cee9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.1e799f752b672084ab11a79536ba36a7.txt @@ -0,0 +1 @@ +8 0.50546875 0.30078125 0.66875 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c54a90390517f36278e36cad37f70ca6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c54a90390517f36278e36cad37f70ca6.txt new file mode 100644 index 0000000..399cee9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c54a90390517f36278e36cad37f70ca6.txt @@ -0,0 +1 @@ +8 0.50546875 0.30078125 0.66875 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c7c1d288ee39a56aeb332f6a1df5be47.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c7c1d288ee39a56aeb332f6a1df5be47.txt new file mode 100644 index 0000000..399cee9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P3WPK37JD5DI9O8Q_jpg.rf.c7c1d288ee39a56aeb332f6a1df5be47.txt @@ -0,0 +1 @@ +8 0.50546875 0.30078125 0.66875 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.62a5db59d9c0404e9d019f744121ea2d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.62a5db59d9c0404e9d019f744121ea2d.txt new file mode 100644 index 0000000..9da911c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.62a5db59d9c0404e9d019f744121ea2d.txt @@ -0,0 +1 @@ +8 0.44375 0.4859375 0.59375 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.ae8634335764cfd29d86a559d6984bae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.ae8634335764cfd29d86a559d6984bae.txt new file mode 100644 index 0000000..9da911c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.ae8634335764cfd29d86a559d6984bae.txt @@ -0,0 +1 @@ +8 0.44375 0.4859375 0.59375 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.f31112df2d14d6dc7f9185d128dbdc8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.f31112df2d14d6dc7f9185d128dbdc8c.txt new file mode 100644 index 0000000..9da911c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P6F5ULHHZFV7NF3I_jpg.rf.f31112df2d14d6dc7f9185d128dbdc8c.txt @@ -0,0 +1 @@ +8 0.44375 0.4859375 0.59375 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.7984495f49d0fdca9eb59c5b858661a6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.7984495f49d0fdca9eb59c5b858661a6.txt new file mode 100644 index 0000000..e9b5720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.7984495f49d0fdca9eb59c5b858661a6.txt @@ -0,0 +1 @@ +8 0.484375 0.42578125 0.96875 0.8484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.b3c0acb8e399c3200a8d77c8ead74572.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.b3c0acb8e399c3200a8d77c8ead74572.txt new file mode 100644 index 0000000..e9b5720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.b3c0acb8e399c3200a8d77c8ead74572.txt @@ -0,0 +1 @@ +8 0.484375 0.42578125 0.96875 0.8484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.c0e63a64f936d58fec1b663612865a8e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.c0e63a64f936d58fec1b663612865a8e.txt new file mode 100644 index 0000000..e9b5720 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9DPDH5N4GR3IAWS_jpg.rf.c0e63a64f936d58fec1b663612865a8e.txt @@ -0,0 +1 @@ +8 0.484375 0.42578125 0.96875 0.8484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.41146d943d5b3391340d793c5109645b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.41146d943d5b3391340d793c5109645b.txt new file mode 100644 index 0000000..ed779df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.41146d943d5b3391340d793c5109645b.txt @@ -0,0 +1 @@ +8 0.58515625 0.409375 0.7171875 0.81875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.8dfc9d9e3ae0838142317a582af5f721.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.8dfc9d9e3ae0838142317a582af5f721.txt new file mode 100644 index 0000000..ed779df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.8dfc9d9e3ae0838142317a582af5f721.txt @@ -0,0 +1 @@ +8 0.58515625 0.409375 0.7171875 0.81875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.ba81065fe83068566c64e85b7810a6c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.ba81065fe83068566c64e85b7810a6c7.txt new file mode 100644 index 0000000..ed779df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_P9QXKZMYI36QSJG5_jpg.rf.ba81065fe83068566c64e85b7810a6c7.txt @@ -0,0 +1 @@ +8 0.58515625 0.409375 0.7171875 0.81875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.0242a047471dc61ab57f754f52e02970.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.0242a047471dc61ab57f754f52e02970.txt new file mode 100644 index 0000000..9557eda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.0242a047471dc61ab57f754f52e02970.txt @@ -0,0 +1 @@ +8 0.48125 0.446875 0.43515625 0.390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.2dc893effcfa6f1c25e80e5f0ae8d642.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.2dc893effcfa6f1c25e80e5f0ae8d642.txt new file mode 100644 index 0000000..9557eda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.2dc893effcfa6f1c25e80e5f0ae8d642.txt @@ -0,0 +1 @@ +8 0.48125 0.446875 0.43515625 0.390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.a05ada237d4b67f3dbad95cfce860333.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.a05ada237d4b67f3dbad95cfce860333.txt new file mode 100644 index 0000000..9557eda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG0ROX1UDREI48QS_jpg.rf.a05ada237d4b67f3dbad95cfce860333.txt @@ -0,0 +1 @@ +8 0.48125 0.446875 0.43515625 0.390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.9591091be16d3890da9b62c131b0b52e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.9591091be16d3890da9b62c131b0b52e.txt new file mode 100644 index 0000000..e5ce192 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.9591091be16d3890da9b62c131b0b52e.txt @@ -0,0 +1 @@ +8 0.3984375 0.4921875 0.76328125 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.a4cf32e686b07b7bb4244572a6076e09.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.a4cf32e686b07b7bb4244572a6076e09.txt new file mode 100644 index 0000000..e5ce192 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.a4cf32e686b07b7bb4244572a6076e09.txt @@ -0,0 +1 @@ +8 0.3984375 0.4921875 0.76328125 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.f49a2534e6b379f9440148c973c10568.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.f49a2534e6b379f9440148c973c10568.txt new file mode 100644 index 0000000..e5ce192 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PG58FJR87Z7PW1K4_jpg.rf.f49a2534e6b379f9440148c973c10568.txt @@ -0,0 +1 @@ +8 0.3984375 0.4921875 0.76328125 0.74375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.45d1e1149c0ce43fd528a891767ca0c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.45d1e1149c0ce43fd528a891767ca0c9.txt new file mode 100644 index 0000000..8925527 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.45d1e1149c0ce43fd528a891767ca0c9.txt @@ -0,0 +1 @@ +8 0.51875 0.475 0.69140625 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.5f97a419e953133ba71669b80ce2f5e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.5f97a419e953133ba71669b80ce2f5e6.txt new file mode 100644 index 0000000..8925527 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.5f97a419e953133ba71669b80ce2f5e6.txt @@ -0,0 +1 @@ +8 0.51875 0.475 0.69140625 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.79dc817e4ecb9dfd7bf837f84ffb4827.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.79dc817e4ecb9dfd7bf837f84ffb4827.txt new file mode 100644 index 0000000..8925527 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PIZ0UHKLWRDOZ307_jpg.rf.79dc817e4ecb9dfd7bf837f84ffb4827.txt @@ -0,0 +1 @@ +8 0.51875 0.475 0.69140625 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.a333eca38b84542b0e9817f5757f7c8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.a333eca38b84542b0e9817f5757f7c8c.txt new file mode 100644 index 0000000..a22677e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.a333eca38b84542b0e9817f5757f7c8c.txt @@ -0,0 +1 @@ +8 0.47734375 0.5734375 0.909375 0.85 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c2f831e2b1e6bf44e0a415293cf65fc7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c2f831e2b1e6bf44e0a415293cf65fc7.txt new file mode 100644 index 0000000..a22677e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c2f831e2b1e6bf44e0a415293cf65fc7.txt @@ -0,0 +1 @@ +8 0.47734375 0.5734375 0.909375 0.85 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c414d4a5afd413340fceba35b854e0a6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c414d4a5afd413340fceba35b854e0a6.txt new file mode 100644 index 0000000..a22677e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PORLZCYW4VG31E2F_jpg.rf.c414d4a5afd413340fceba35b854e0a6.txt @@ -0,0 +1 @@ +8 0.47734375 0.5734375 0.909375 0.85 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.0e603acb5ab5fb33d9130702911e5ae8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.0e603acb5ab5fb33d9130702911e5ae8.txt new file mode 100644 index 0000000..c7b651a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.0e603acb5ab5fb33d9130702911e5ae8.txt @@ -0,0 +1 @@ +8 0.67890625 0.58203125 0.6390625 0.8359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.840c9635fd6d39a369de921df8b31204.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.840c9635fd6d39a369de921df8b31204.txt new file mode 100644 index 0000000..c7b651a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRPIBMFJ53555JX2_jpg.rf.840c9635fd6d39a369de921df8b31204.txt @@ -0,0 +1 @@ +8 0.67890625 0.58203125 0.6390625 0.8359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.3d9462d7c91983555e38c770e58d7ca5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.3d9462d7c91983555e38c770e58d7ca5.txt new file mode 100644 index 0000000..b5a24eb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.3d9462d7c91983555e38c770e58d7ca5.txt @@ -0,0 +1 @@ +8 0.45078125 0.4203125 0.5140625 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.77ea4b2ad2871a2b7cb25f88b4a5c5cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.77ea4b2ad2871a2b7cb25f88b4a5c5cd.txt new file mode 100644 index 0000000..b5a24eb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.77ea4b2ad2871a2b7cb25f88b4a5c5cd.txt @@ -0,0 +1 @@ +8 0.45078125 0.4203125 0.5140625 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.96a06b669f74819ebee92e199b06afef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.96a06b669f74819ebee92e199b06afef.txt new file mode 100644 index 0000000..b5a24eb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PRV4BGP4AKU1K331_jpg.rf.96a06b669f74819ebee92e199b06afef.txt @@ -0,0 +1 @@ +8 0.45078125 0.4203125 0.5140625 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.18d166e5c45f145fc92712973117bba6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.18d166e5c45f145fc92712973117bba6.txt new file mode 100644 index 0000000..b52d57f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.18d166e5c45f145fc92712973117bba6.txt @@ -0,0 +1 @@ +8 0.46875 0.5578125 0.6328125 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.712580163e22d35310037ed8cff3cda9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.712580163e22d35310037ed8cff3cda9.txt new file mode 100644 index 0000000..b52d57f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.712580163e22d35310037ed8cff3cda9.txt @@ -0,0 +1 @@ +8 0.46875 0.5578125 0.6328125 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.83f53a5e3b68864b6e81eed415daee52.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.83f53a5e3b68864b6e81eed415daee52.txt new file mode 100644 index 0000000..b52d57f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PSKU48K2M0HLU0D9_jpg.rf.83f53a5e3b68864b6e81eed415daee52.txt @@ -0,0 +1 @@ +8 0.46875 0.5578125 0.6328125 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.4472f78e4a34722977690fdb735073bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.4472f78e4a34722977690fdb735073bd.txt new file mode 100644 index 0000000..8f7c220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.4472f78e4a34722977690fdb735073bd.txt @@ -0,0 +1 @@ +8 0.51328125 0.49453125 0.9734375 0.9859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.75d1c1efdafdbec597ad0bfe9791a1ec.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.75d1c1efdafdbec597ad0bfe9791a1ec.txt new file mode 100644 index 0000000..8f7c220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.75d1c1efdafdbec597ad0bfe9791a1ec.txt @@ -0,0 +1 @@ +8 0.51328125 0.49453125 0.9734375 0.9859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.e2a590022307c6eb0cacae624411d673.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.e2a590022307c6eb0cacae624411d673.txt new file mode 100644 index 0000000..8f7c220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PT4CT1K9T3HM3P4P_jpg.rf.e2a590022307c6eb0cacae624411d673.txt @@ -0,0 +1 @@ +8 0.51328125 0.49453125 0.9734375 0.9859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.2010bc10bdcd767614f98d4176e7ea99.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.2010bc10bdcd767614f98d4176e7ea99.txt new file mode 100644 index 0000000..35e6a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.2010bc10bdcd767614f98d4176e7ea99.txt @@ -0,0 +1 @@ +8 0.5578125 0.42109375 0.740625 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.3ee2dd92ec60623ff9bf0b11ee0508b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.3ee2dd92ec60623ff9bf0b11ee0508b5.txt new file mode 100644 index 0000000..35e6a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.3ee2dd92ec60623ff9bf0b11ee0508b5.txt @@ -0,0 +1 @@ +8 0.5578125 0.42109375 0.740625 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.76469c17084dfbe2454afb91101275c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.76469c17084dfbe2454afb91101275c2.txt new file mode 100644 index 0000000..35e6a46 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PU2TDPGZ87ENDHBF_jpg.rf.76469c17084dfbe2454afb91101275c2.txt @@ -0,0 +1 @@ +8 0.5578125 0.42109375 0.740625 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.212cf0aa2157963700568b9f92d7b00b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.212cf0aa2157963700568b9f92d7b00b.txt new file mode 100644 index 0000000..3d4563d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.212cf0aa2157963700568b9f92d7b00b.txt @@ -0,0 +1 @@ +8 0.4828125 0.52421875 0.4296875 0.94921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.2c5211ee3f020b51cce8410370fc6528.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.2c5211ee3f020b51cce8410370fc6528.txt new file mode 100644 index 0000000..3d4563d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.2c5211ee3f020b51cce8410370fc6528.txt @@ -0,0 +1 @@ +8 0.4828125 0.52421875 0.4296875 0.94921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.8dda32bd1cd23bcb0f179f0c8830f002.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.8dda32bd1cd23bcb0f179f0c8830f002.txt new file mode 100644 index 0000000..3d4563d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PUB7CVR8X0PDEA8Z_jpg.rf.8dda32bd1cd23bcb0f179f0c8830f002.txt @@ -0,0 +1 @@ +8 0.4828125 0.52421875 0.4296875 0.94921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ad28c9c6b04c14ae7bec21a8b668a494.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ad28c9c6b04c14ae7bec21a8b668a494.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.b164f13f958600bc73103fbfb419fb14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.b164f13f958600bc73103fbfb419fb14.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ba1ae18a40758dc72819c123a7e517d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PV945T1F8OAHRUI3_jpg.rf.ba1ae18a40758dc72819c123a7e517d1.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.00bf97933845c3d1a79dedc5b8453358.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.00bf97933845c3d1a79dedc5b8453358.txt new file mode 100644 index 0000000..b0f6a1e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.00bf97933845c3d1a79dedc5b8453358.txt @@ -0,0 +1,3 @@ +8 0.4078125 0.4859375 0.815625 0.7609375 +8 0.578125 0.084375 0.346875 0.16875 +8 0.85234375 0.2171875 0.29453125 0.28828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.addd1e5977af27cfb9b8ce1b23547d8d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.addd1e5977af27cfb9b8ce1b23547d8d.txt new file mode 100644 index 0000000..b0f6a1e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.addd1e5977af27cfb9b8ce1b23547d8d.txt @@ -0,0 +1,3 @@ +8 0.4078125 0.4859375 0.815625 0.7609375 +8 0.578125 0.084375 0.346875 0.16875 +8 0.85234375 0.2171875 0.29453125 0.28828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.fe217f8fde9f71163b6d6f9c4c181f5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.fe217f8fde9f71163b6d6f9c4c181f5d.txt new file mode 100644 index 0000000..b0f6a1e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_PVSPKKUNECIYNXK7_jpg.rf.fe217f8fde9f71163b6d6f9c4c181f5d.txt @@ -0,0 +1,3 @@ +8 0.4078125 0.4859375 0.815625 0.7609375 +8 0.578125 0.084375 0.346875 0.16875 +8 0.85234375 0.2171875 0.29453125 0.28828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.b24a3e3f164eae6554e5b2482a3eeb2f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.b24a3e3f164eae6554e5b2482a3eeb2f.txt new file mode 100644 index 0000000..fb26a04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.b24a3e3f164eae6554e5b2482a3eeb2f.txt @@ -0,0 +1 @@ +8 0.5421875 0.58125 0.62734375 0.83515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.ca11a124b490d535d0a30ab588366030.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.ca11a124b490d535d0a30ab588366030.txt new file mode 100644 index 0000000..fb26a04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.ca11a124b490d535d0a30ab588366030.txt @@ -0,0 +1 @@ +8 0.5421875 0.58125 0.62734375 0.83515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.caf1812ec914e6dfaf40d4c23d65ac58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.caf1812ec914e6dfaf40d4c23d65ac58.txt new file mode 100644 index 0000000..fb26a04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q05CUTXD79QOSMBG_jpg.rf.caf1812ec914e6dfaf40d4c23d65ac58.txt @@ -0,0 +1 @@ +8 0.5421875 0.58125 0.62734375 0.83515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.0fc52db9c6e1261c807f4bcb4a5e1b0c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.0fc52db9c6e1261c807f4bcb4a5e1b0c.txt new file mode 100644 index 0000000..8ce5cf9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.0fc52db9c6e1261c807f4bcb4a5e1b0c.txt @@ -0,0 +1 @@ +8 0.51015625 0.38984375 0.45703125 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.3dffea323acae229eb1fef76ba205ee1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.3dffea323acae229eb1fef76ba205ee1.txt new file mode 100644 index 0000000..8ce5cf9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.3dffea323acae229eb1fef76ba205ee1.txt @@ -0,0 +1 @@ +8 0.51015625 0.38984375 0.45703125 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.8a4a2cc833625ee5bc3e8af14a41a5f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.8a4a2cc833625ee5bc3e8af14a41a5f6.txt new file mode 100644 index 0000000..8ce5cf9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q0HPSH1C52CS2MR3_jpg.rf.8a4a2cc833625ee5bc3e8af14a41a5f6.txt @@ -0,0 +1 @@ +8 0.51015625 0.38984375 0.45703125 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.10f2a90e4627ab12e693e36cbbcf3e39.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.10f2a90e4627ab12e693e36cbbcf3e39.txt new file mode 100644 index 0000000..aaad806 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.10f2a90e4627ab12e693e36cbbcf3e39.txt @@ -0,0 +1 @@ +8 0.409375 0.46171875 0.64921875 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.58cf017c8f70821702fef07fb42022f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.58cf017c8f70821702fef07fb42022f2.txt new file mode 100644 index 0000000..aaad806 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.58cf017c8f70821702fef07fb42022f2.txt @@ -0,0 +1 @@ +8 0.409375 0.46171875 0.64921875 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.b6099f5380276bbb88652c3dffb4a99d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.b6099f5380276bbb88652c3dffb4a99d.txt new file mode 100644 index 0000000..aaad806 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q4XYIKQ8ZA3G0HB4_jpg.rf.b6099f5380276bbb88652c3dffb4a99d.txt @@ -0,0 +1 @@ +8 0.409375 0.46171875 0.64921875 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.1e132a666cff676560cee81785de307f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.1e132a666cff676560cee81785de307f.txt new file mode 100644 index 0000000..757fb84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.1e132a666cff676560cee81785de307f.txt @@ -0,0 +1 @@ +8 0.4765625 0.46875 0.5984375 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.38a6112394ab20b501557274c89d8f65.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.38a6112394ab20b501557274c89d8f65.txt new file mode 100644 index 0000000..757fb84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.38a6112394ab20b501557274c89d8f65.txt @@ -0,0 +1 @@ +8 0.4765625 0.46875 0.5984375 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.775ce8d3548d3e8831998b53178c0ec3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.775ce8d3548d3e8831998b53178c0ec3.txt new file mode 100644 index 0000000..757fb84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q73ZOJPBJD19WR82_jpg.rf.775ce8d3548d3e8831998b53178c0ec3.txt @@ -0,0 +1 @@ +8 0.4765625 0.46875 0.5984375 0.3703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.508c2c1721f979b951a85537ad832fb7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.508c2c1721f979b951a85537ad832fb7.txt new file mode 100644 index 0000000..fdfa5ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.508c2c1721f979b951a85537ad832fb7.txt @@ -0,0 +1 @@ +8 0.51328125 0.42265625 0.684375 0.5625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.7eb5477f78bc93ba1b1e822782274227.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.7eb5477f78bc93ba1b1e822782274227.txt new file mode 100644 index 0000000..fdfa5ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.7eb5477f78bc93ba1b1e822782274227.txt @@ -0,0 +1 @@ +8 0.51328125 0.42265625 0.684375 0.5625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.98c717756d25ff32c2a9a4f710b89fb1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.98c717756d25ff32c2a9a4f710b89fb1.txt new file mode 100644 index 0000000..fdfa5ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Q93THIK6W7VYD0AN_jpg.rf.98c717756d25ff32c2a9a4f710b89fb1.txt @@ -0,0 +1 @@ +8 0.51328125 0.42265625 0.684375 0.5625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.61195f815883514da4e85ef804ad297a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.61195f815883514da4e85ef804ad297a.txt new file mode 100644 index 0000000..109a32e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.61195f815883514da4e85ef804ad297a.txt @@ -0,0 +1 @@ +8 0.4796875 0.52890625 0.58046875 0.42109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.a077c0eb72371c08d2c44881c0cfab47.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.a077c0eb72371c08d2c44881c0cfab47.txt new file mode 100644 index 0000000..109a32e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.a077c0eb72371c08d2c44881c0cfab47.txt @@ -0,0 +1 @@ +8 0.4796875 0.52890625 0.58046875 0.42109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.ba959d850d6f5324f1991c61ff69b4d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.ba959d850d6f5324f1991c61ff69b4d3.txt new file mode 100644 index 0000000..109a32e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QJDTUJWISY1Y5Y07_jpg.rf.ba959d850d6f5324f1991c61ff69b4d3.txt @@ -0,0 +1 @@ +8 0.4796875 0.52890625 0.58046875 0.42109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.53bb3e4432a7bb99a2c3435452d638a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.53bb3e4432a7bb99a2c3435452d638a1.txt new file mode 100644 index 0000000..585800a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.53bb3e4432a7bb99a2c3435452d638a1.txt @@ -0,0 +1 @@ +8 0.57109375 0.3765625 0.8578125 0.57109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.d07eaa83dd778b3e1f0a1d6c7c590887.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.d07eaa83dd778b3e1f0a1d6c7c590887.txt new file mode 100644 index 0000000..585800a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.d07eaa83dd778b3e1f0a1d6c7c590887.txt @@ -0,0 +1 @@ +8 0.57109375 0.3765625 0.8578125 0.57109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.e20f45ed0013a1e8fd9232708c4852c8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.e20f45ed0013a1e8fd9232708c4852c8.txt new file mode 100644 index 0000000..585800a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QK32G9BVXMJZ9ZK9_jpg.rf.e20f45ed0013a1e8fd9232708c4852c8.txt @@ -0,0 +1 @@ +8 0.57109375 0.3765625 0.8578125 0.57109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.4e860fa63513cf5cf14361cf881ca7ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.4e860fa63513cf5cf14361cf881ca7ae.txt new file mode 100644 index 0000000..8d93cdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.4e860fa63513cf5cf14361cf881ca7ae.txt @@ -0,0 +1 @@ +8 0.5078125 0.46953125 0.6875 0.63046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.816d3bc16fd917336040a3e9a9abb107.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.816d3bc16fd917336040a3e9a9abb107.txt new file mode 100644 index 0000000..8d93cdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.816d3bc16fd917336040a3e9a9abb107.txt @@ -0,0 +1 @@ +8 0.5078125 0.46953125 0.6875 0.63046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.f8233c2d26d013fd6945dfd35893c40b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.f8233c2d26d013fd6945dfd35893c40b.txt new file mode 100644 index 0000000..8d93cdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKDXRS2NR4N3E42O_jpg.rf.f8233c2d26d013fd6945dfd35893c40b.txt @@ -0,0 +1 @@ +8 0.5078125 0.46953125 0.6875 0.63046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.72c9d3333e5ee4d4503952f16840d1df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.72c9d3333e5ee4d4503952f16840d1df.txt new file mode 100644 index 0000000..5ec8dd7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.72c9d3333e5ee4d4503952f16840d1df.txt @@ -0,0 +1 @@ +8 0.48515625 0.478125 0.675 0.95625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.808381fc7f1fee94ab95e7b1096a6e7e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.808381fc7f1fee94ab95e7b1096a6e7e.txt new file mode 100644 index 0000000..5ec8dd7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.808381fc7f1fee94ab95e7b1096a6e7e.txt @@ -0,0 +1 @@ +8 0.48515625 0.478125 0.675 0.95625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.95bde426f4ac01c33282cc8c0ad1251b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.95bde426f4ac01c33282cc8c0ad1251b.txt new file mode 100644 index 0000000..5ec8dd7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QKW7H1ZBSZANIO4T_jpg.rf.95bde426f4ac01c33282cc8c0ad1251b.txt @@ -0,0 +1 @@ +8 0.48515625 0.478125 0.675 0.95625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.0df3c4c81dbc8bd73d8d3288a12e4a56.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.0df3c4c81dbc8bd73d8d3288a12e4a56.txt new file mode 100644 index 0000000..a8f406f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.0df3c4c81dbc8bd73d8d3288a12e4a56.txt @@ -0,0 +1 @@ +8 0.46875 0.509375 0.61328125 0.6359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.4d454c8ee137d9f58045abad323600e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.4d454c8ee137d9f58045abad323600e4.txt new file mode 100644 index 0000000..a8f406f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.4d454c8ee137d9f58045abad323600e4.txt @@ -0,0 +1 @@ +8 0.46875 0.509375 0.61328125 0.6359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.90d10f8b9f9b266523583489da50bb97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.90d10f8b9f9b266523583489da50bb97.txt new file mode 100644 index 0000000..a8f406f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QL1PLKXIKB3LI9RG_jpg.rf.90d10f8b9f9b266523583489da50bb97.txt @@ -0,0 +1 @@ +8 0.46875 0.509375 0.61328125 0.6359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.c4a3976f3a5d9294ff339fe85dfedb21.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.c4a3976f3a5d9294ff339fe85dfedb21.txt new file mode 100644 index 0000000..8cbb961 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.c4a3976f3a5d9294ff339fe85dfedb21.txt @@ -0,0 +1 @@ +8 0.57890625 0.48515625 0.84140625 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f84b11268096e5774b34acf38c8524d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f84b11268096e5774b34acf38c8524d8.txt new file mode 100644 index 0000000..8cbb961 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f84b11268096e5774b34acf38c8524d8.txt @@ -0,0 +1 @@ +8 0.57890625 0.48515625 0.84140625 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f884e8380fd73cbd146f9177227db09a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f884e8380fd73cbd146f9177227db09a.txt new file mode 100644 index 0000000..8cbb961 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QMTHH9UOKTBQ39NK_jpg.rf.f884e8380fd73cbd146f9177227db09a.txt @@ -0,0 +1 @@ +8 0.57890625 0.48515625 0.84140625 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.26ff7189f26ae72f7db008b464086fdb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.26ff7189f26ae72f7db008b464086fdb.txt new file mode 100644 index 0000000..27ff8f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.26ff7189f26ae72f7db008b464086fdb.txt @@ -0,0 +1 @@ +8 0.5296875 0.49921875 0.690625 0.9953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.4adade221e6eb4c92fd449520bd71146.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.4adade221e6eb4c92fd449520bd71146.txt new file mode 100644 index 0000000..27ff8f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.4adade221e6eb4c92fd449520bd71146.txt @@ -0,0 +1 @@ +8 0.5296875 0.49921875 0.690625 0.9953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.7cc7e966a8375e47715b4c53af8170be.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.7cc7e966a8375e47715b4c53af8170be.txt new file mode 100644 index 0000000..27ff8f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QQAWO0DH2CW8ZESG_jpg.rf.7cc7e966a8375e47715b4c53af8170be.txt @@ -0,0 +1 @@ +8 0.5296875 0.49921875 0.690625 0.9953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.cd41bc4fb28d12860293a1c237943705.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.cd41bc4fb28d12860293a1c237943705.txt new file mode 100644 index 0000000..b661d02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.cd41bc4fb28d12860293a1c237943705.txt @@ -0,0 +1 @@ +8 0.4625 0.540625 0.33984375 0.31640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.d4100e32d69dfb9e81fff80f17893138.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.d4100e32d69dfb9e81fff80f17893138.txt new file mode 100644 index 0000000..b661d02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.d4100e32d69dfb9e81fff80f17893138.txt @@ -0,0 +1 @@ +8 0.4625 0.540625 0.33984375 0.31640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.fa4a92ba743b3dbd10f1b68af528323f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.fa4a92ba743b3dbd10f1b68af528323f.txt new file mode 100644 index 0000000..b661d02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QR3ZAS72EGKLD0A6_jpg.rf.fa4a92ba743b3dbd10f1b68af528323f.txt @@ -0,0 +1 @@ +8 0.4625 0.540625 0.33984375 0.31640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.1b98f77f60ddc21ada31a2e15ff4ebcf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.1b98f77f60ddc21ada31a2e15ff4ebcf.txt new file mode 100644 index 0000000..d445fa3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.1b98f77f60ddc21ada31a2e15ff4ebcf.txt @@ -0,0 +1 @@ +8 0.50546875 0.503125 0.65390625 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.285dd50eb09d1248e15ac3a3001fdeef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.285dd50eb09d1248e15ac3a3001fdeef.txt new file mode 100644 index 0000000..d445fa3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.285dd50eb09d1248e15ac3a3001fdeef.txt @@ -0,0 +1 @@ +8 0.50546875 0.503125 0.65390625 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.b263984bc2a1b20117ad88589577ea9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.b263984bc2a1b20117ad88589577ea9d.txt new file mode 100644 index 0000000..d445fa3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QRJL4NM1RI7XARJL_jpg.rf.b263984bc2a1b20117ad88589577ea9d.txt @@ -0,0 +1 @@ +8 0.50546875 0.503125 0.65390625 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.107c483aa0b7e6a18782b397a082a638.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.107c483aa0b7e6a18782b397a082a638.txt new file mode 100644 index 0000000..cfb27be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.107c483aa0b7e6a18782b397a082a638.txt @@ -0,0 +1 @@ +8 0.446875 0.4734375 0.465625 0.6109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.1545593fd3796e20ce17cb387611944d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.1545593fd3796e20ce17cb387611944d.txt new file mode 100644 index 0000000..cfb27be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.1545593fd3796e20ce17cb387611944d.txt @@ -0,0 +1 @@ +8 0.446875 0.4734375 0.465625 0.6109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.448d885c5c29683dec0e381272b92086.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.448d885c5c29683dec0e381272b92086.txt new file mode 100644 index 0000000..cfb27be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QUA7DP0WOWW7HUWA_jpg.rf.448d885c5c29683dec0e381272b92086.txt @@ -0,0 +1 @@ +8 0.446875 0.4734375 0.465625 0.6109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.97f7678b53c9b34ab9faaf8f59e678d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.97f7678b53c9b34ab9faaf8f59e678d5.txt new file mode 100644 index 0000000..b0de57c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.97f7678b53c9b34ab9faaf8f59e678d5.txt @@ -0,0 +1 @@ +8 0.4703125 0.5796875 0.57421875 0.575 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.d3bb688b033b4b718c4c39a8e474baf2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.d3bb688b033b4b718c4c39a8e474baf2.txt new file mode 100644 index 0000000..b0de57c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QW2YLQIXM86R8U5O_jpg.rf.d3bb688b033b4b718c4c39a8e474baf2.txt @@ -0,0 +1 @@ +8 0.4703125 0.5796875 0.57421875 0.575 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.6b5c5821928f8339f665c03b596d2d32.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.6b5c5821928f8339f665c03b596d2d32.txt new file mode 100644 index 0000000..23571b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.6b5c5821928f8339f665c03b596d2d32.txt @@ -0,0 +1 @@ +8 0.4484375 0.51171875 0.896875 0.9703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.996c6029722b40399ac1450f0faa1952.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.996c6029722b40399ac1450f0faa1952.txt new file mode 100644 index 0000000..23571b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.996c6029722b40399ac1450f0faa1952.txt @@ -0,0 +1 @@ +8 0.4484375 0.51171875 0.896875 0.9703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.ddb93d7285bf4d6bf56ced25a960c62d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.ddb93d7285bf4d6bf56ced25a960c62d.txt new file mode 100644 index 0000000..23571b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_QZ2DBEKRK511YOSK_jpg.rf.ddb93d7285bf4d6bf56ced25a960c62d.txt @@ -0,0 +1 @@ +8 0.4484375 0.51171875 0.896875 0.9703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.76aa365e83592988327b7c847db10a61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.76aa365e83592988327b7c847db10a61.txt new file mode 100644 index 0000000..1f55df4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.76aa365e83592988327b7c847db10a61.txt @@ -0,0 +1 @@ +8 0.5109375 0.3828125 0.71796875 0.6328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.883ba33d3008c9023f9ca4c5d265e62f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.883ba33d3008c9023f9ca4c5d265e62f.txt new file mode 100644 index 0000000..1f55df4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.883ba33d3008c9023f9ca4c5d265e62f.txt @@ -0,0 +1 @@ +8 0.5109375 0.3828125 0.71796875 0.6328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.b9e5debc898f554219954a06a04f8204.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.b9e5debc898f554219954a06a04f8204.txt new file mode 100644 index 0000000..1f55df4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R41B90WBH9ZT91V4_jpg.rf.b9e5debc898f554219954a06a04f8204.txt @@ -0,0 +1 @@ +8 0.5109375 0.3828125 0.71796875 0.6328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.b615e48257dd822d96fd76714fec4c21.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.b615e48257dd822d96fd76714fec4c21.txt new file mode 100644 index 0000000..f1250f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.b615e48257dd822d96fd76714fec4c21.txt @@ -0,0 +1 @@ +8 0.503125 0.44296875 0.4015625 0.68828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.f89e0d6b5cb4ff710429a17ddca66e75.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.f89e0d6b5cb4ff710429a17ddca66e75.txt new file mode 100644 index 0000000..f1250f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R5GF0SNIEUQVIQW3_jpg.rf.f89e0d6b5cb4ff710429a17ddca66e75.txt @@ -0,0 +1 @@ +8 0.503125 0.44296875 0.4015625 0.68828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.77e3ce2074a2db4e332b31f37a1c7058.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.77e3ce2074a2db4e332b31f37a1c7058.txt new file mode 100644 index 0000000..682974c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.77e3ce2074a2db4e332b31f37a1c7058.txt @@ -0,0 +1 @@ +8 0.46484375 0.5734375 0.78984375 0.45703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d24f4ff679c47474ebca889ed1fa2c0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d24f4ff679c47474ebca889ed1fa2c0e.txt new file mode 100644 index 0000000..682974c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d24f4ff679c47474ebca889ed1fa2c0e.txt @@ -0,0 +1 @@ +8 0.46484375 0.5734375 0.78984375 0.45703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d85e0d523c938cc1c7c1b923971d8934.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d85e0d523c938cc1c7c1b923971d8934.txt new file mode 100644 index 0000000..682974c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_R94DN6W8X2J6P81Z_jpg.rf.d85e0d523c938cc1c7c1b923971d8934.txt @@ -0,0 +1 @@ +8 0.46484375 0.5734375 0.78984375 0.45703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.96c9dd6c690b30fc830c4af9c52e7421.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.96c9dd6c690b30fc830c4af9c52e7421.txt new file mode 100644 index 0000000..ee1ab04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.96c9dd6c690b30fc830c4af9c52e7421.txt @@ -0,0 +1 @@ +8 0.45859375 0.41953125 0.609375 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.acd8ffbbbaafc37d251f0e9088bbc2e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.acd8ffbbbaafc37d251f0e9088bbc2e2.txt new file mode 100644 index 0000000..ee1ab04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.acd8ffbbbaafc37d251f0e9088bbc2e2.txt @@ -0,0 +1 @@ +8 0.45859375 0.41953125 0.609375 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.ca653f5c12e9d0fd9002c29e88ee4239.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.ca653f5c12e9d0fd9002c29e88ee4239.txt new file mode 100644 index 0000000..ee1ab04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RB11TFDU3F51DT80_jpg.rf.ca653f5c12e9d0fd9002c29e88ee4239.txt @@ -0,0 +1 @@ +8 0.45859375 0.41953125 0.609375 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.1f5ead9a042b83ef6c0c7d4904b5e075.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.1f5ead9a042b83ef6c0c7d4904b5e075.txt new file mode 100644 index 0000000..0e38df8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.1f5ead9a042b83ef6c0c7d4904b5e075.txt @@ -0,0 +1 @@ +8 0.53203125 0.6109375 0.50234375 0.5765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.3c91bfb2b78c7a10b1d0f577c9f8409c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.3c91bfb2b78c7a10b1d0f577c9f8409c.txt new file mode 100644 index 0000000..0e38df8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.3c91bfb2b78c7a10b1d0f577c9f8409c.txt @@ -0,0 +1 @@ +8 0.53203125 0.6109375 0.50234375 0.5765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.43899acdc75a6421172c8f1fa5055eff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.43899acdc75a6421172c8f1fa5055eff.txt new file mode 100644 index 0000000..0e38df8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RE0WEM9DRV3N12KA_jpg.rf.43899acdc75a6421172c8f1fa5055eff.txt @@ -0,0 +1 @@ +8 0.53203125 0.6109375 0.50234375 0.5765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.64d67ea1bbf89ce30ce53f661adfafb3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.64d67ea1bbf89ce30ce53f661adfafb3.txt new file mode 100644 index 0000000..22f1497 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.64d67ea1bbf89ce30ce53f661adfafb3.txt @@ -0,0 +1 @@ +8 0.5171875 0.49296875 0.6796875 0.71796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.98b5fc1c5e3d323ed3f87e306b907e83.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.98b5fc1c5e3d323ed3f87e306b907e83.txt new file mode 100644 index 0000000..22f1497 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.98b5fc1c5e3d323ed3f87e306b907e83.txt @@ -0,0 +1 @@ +8 0.5171875 0.49296875 0.6796875 0.71796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.ab5b0ee7b7faba4da669f9e003776234.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.ab5b0ee7b7faba4da669f9e003776234.txt new file mode 100644 index 0000000..22f1497 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RH6VF771MJ9G3EMV_jpg.rf.ab5b0ee7b7faba4da669f9e003776234.txt @@ -0,0 +1 @@ +8 0.5171875 0.49296875 0.6796875 0.71796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.41b45920ab0d1858202ff6bb35834678.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.41b45920ab0d1858202ff6bb35834678.txt new file mode 100644 index 0000000..fb94e20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.41b45920ab0d1858202ff6bb35834678.txt @@ -0,0 +1 @@ +8 0.4578125 0.4453125 0.4625 0.47578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.830e0bbd05a6350cf89b5837df229a60.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.830e0bbd05a6350cf89b5837df229a60.txt new file mode 100644 index 0000000..fb94e20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.830e0bbd05a6350cf89b5837df229a60.txt @@ -0,0 +1 @@ +8 0.4578125 0.4453125 0.4625 0.47578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.e4e5f7c73a621d9e05f06695dfdf6a5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.e4e5f7c73a621d9e05f06695dfdf6a5b.txt new file mode 100644 index 0000000..fb94e20 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RJEGUVT6PGJE52NW_jpg.rf.e4e5f7c73a621d9e05f06695dfdf6a5b.txt @@ -0,0 +1 @@ +8 0.4578125 0.4453125 0.4625 0.47578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.2b1a97f2f6cffae33805bd6dc669ca96.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.2b1a97f2f6cffae33805bd6dc669ca96.txt new file mode 100644 index 0000000..749cce7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.2b1a97f2f6cffae33805bd6dc669ca96.txt @@ -0,0 +1 @@ +8 0.50859375 0.41484375 0.84921875 0.82890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.40664cbe0222450b8818d581b29b75c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.40664cbe0222450b8818d581b29b75c6.txt new file mode 100644 index 0000000..749cce7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.40664cbe0222450b8818d581b29b75c6.txt @@ -0,0 +1 @@ +8 0.50859375 0.41484375 0.84921875 0.82890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.6712ff4467cd0930a6c2df7e996cc6a4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.6712ff4467cd0930a6c2df7e996cc6a4.txt new file mode 100644 index 0000000..749cce7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RMD1SR9N4LCP38QK_jpg.rf.6712ff4467cd0930a6c2df7e996cc6a4.txt @@ -0,0 +1 @@ +8 0.50859375 0.41484375 0.84921875 0.82890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.07012c6f702dd43df898b1560b58e5ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.07012c6f702dd43df898b1560b58e5ef.txt new file mode 100644 index 0000000..1a286ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.07012c6f702dd43df898b1560b58e5ef.txt @@ -0,0 +1,2 @@ +8 0.4859375 0.29765625 0.63359375 0.5953125 +8 0.1265625 0.35859375 0.253125 0.4796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.e5a7df614aded55983fe9da5c0d3a00e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.e5a7df614aded55983fe9da5c0d3a00e.txt new file mode 100644 index 0000000..1a286ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.e5a7df614aded55983fe9da5c0d3a00e.txt @@ -0,0 +1,2 @@ +8 0.4859375 0.29765625 0.63359375 0.5953125 +8 0.1265625 0.35859375 0.253125 0.4796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.fd33e02665241a01e07b2d2149b31c7e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.fd33e02665241a01e07b2d2149b31c7e.txt new file mode 100644 index 0000000..1a286ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RQ2641R9QYA4IGJV_jpg.rf.fd33e02665241a01e07b2d2149b31c7e.txt @@ -0,0 +1,2 @@ +8 0.4859375 0.29765625 0.63359375 0.5953125 +8 0.1265625 0.35859375 0.253125 0.4796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.279610aedc9f9fbc2f4a7eccc2b24011.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.279610aedc9f9fbc2f4a7eccc2b24011.txt new file mode 100644 index 0000000..38ec8bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.279610aedc9f9fbc2f4a7eccc2b24011.txt @@ -0,0 +1,3 @@ +8 0.58046875 0.5046875 0.64453125 0.58359375 +8 0.76015625 0.37265625 0.4796875 0.57578125 +8 0.29453125 0.7125 0.58828125 0.57109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.dcd7d324d17f918a88214377e6391ef5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.dcd7d324d17f918a88214377e6391ef5.txt new file mode 100644 index 0000000..38ec8bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RX688EV2B5CD6P3Q_jpg.rf.dcd7d324d17f918a88214377e6391ef5.txt @@ -0,0 +1,3 @@ +8 0.58046875 0.5046875 0.64453125 0.58359375 +8 0.76015625 0.37265625 0.4796875 0.57578125 +8 0.29453125 0.7125 0.58828125 0.57109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.0b2f07fa31ad0e658b6170d0e45f2c31.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.0b2f07fa31ad0e658b6170d0e45f2c31.txt new file mode 100644 index 0000000..d221576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.0b2f07fa31ad0e658b6170d0e45f2c31.txt @@ -0,0 +1 @@ +8 0.490625 0.471875 0.64375 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.6f4ef921cdc29252d7f80fb2479801e3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.6f4ef921cdc29252d7f80fb2479801e3.txt new file mode 100644 index 0000000..d221576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.6f4ef921cdc29252d7f80fb2479801e3.txt @@ -0,0 +1 @@ +8 0.490625 0.471875 0.64375 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.ad17d19f2cc43fa4c7c94e349505f319.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.ad17d19f2cc43fa4c7c94e349505f319.txt new file mode 100644 index 0000000..d221576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_RXYNY790RD6Z6BGU_jpg.rf.ad17d19f2cc43fa4c7c94e349505f319.txt @@ -0,0 +1 @@ +8 0.490625 0.471875 0.64375 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.196d9ea33d451d7e71a259ab632e0001.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.196d9ea33d451d7e71a259ab632e0001.txt new file mode 100644 index 0000000..c43214b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.196d9ea33d451d7e71a259ab632e0001.txt @@ -0,0 +1 @@ +8 0.4796875 0.49921875 0.934375 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.cd00cd58bb37e9fab53bb0515c3b65f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.cd00cd58bb37e9fab53bb0515c3b65f5.txt new file mode 100644 index 0000000..c43214b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.cd00cd58bb37e9fab53bb0515c3b65f5.txt @@ -0,0 +1 @@ +8 0.4796875 0.49921875 0.934375 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.f0e4c72ff89d4b08217d25016d55bf4d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.f0e4c72ff89d4b08217d25016d55bf4d.txt new file mode 100644 index 0000000..c43214b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SE3HG5RQP74RPUCT_jpg.rf.f0e4c72ff89d4b08217d25016d55bf4d.txt @@ -0,0 +1 @@ +8 0.4796875 0.49921875 0.934375 0.9984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.355ea359d8362a16fd0c5f63179a7893.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.355ea359d8362a16fd0c5f63179a7893.txt new file mode 100644 index 0000000..4d1448f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.355ea359d8362a16fd0c5f63179a7893.txt @@ -0,0 +1 @@ +8 0.4796875 0.41171875 0.584375 0.68828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.a149e6ff74afc739a64795edbd8a8c78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.a149e6ff74afc739a64795edbd8a8c78.txt new file mode 100644 index 0000000..4d1448f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.a149e6ff74afc739a64795edbd8a8c78.txt @@ -0,0 +1 @@ +8 0.4796875 0.41171875 0.584375 0.68828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.e5e1b4d5ff43a3c04a4f98b304483f5f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.e5e1b4d5ff43a3c04a4f98b304483f5f.txt new file mode 100644 index 0000000..4d1448f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFAOFLGX808RZK17_jpg.rf.e5e1b4d5ff43a3c04a4f98b304483f5f.txt @@ -0,0 +1 @@ +8 0.4796875 0.41171875 0.584375 0.68828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.85ee5d52cdb56095176c1d407af8c1aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.85ee5d52cdb56095176c1d407af8c1aa.txt new file mode 100644 index 0000000..e9e80f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.85ee5d52cdb56095176c1d407af8c1aa.txt @@ -0,0 +1 @@ +8 0.478125 0.265625 0.5578125 0.53046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.8c798c6d171c4cb80af19b45ccc321c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.8c798c6d171c4cb80af19b45ccc321c0.txt new file mode 100644 index 0000000..e9e80f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.8c798c6d171c4cb80af19b45ccc321c0.txt @@ -0,0 +1 @@ +8 0.478125 0.265625 0.5578125 0.53046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.dedc5e391b0c220c6e55e4c0c7321e03.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.dedc5e391b0c220c6e55e4c0c7321e03.txt new file mode 100644 index 0000000..e9e80f2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SFO6O36FIKFH6YVJ_jpg.rf.dedc5e391b0c220c6e55e4c0c7321e03.txt @@ -0,0 +1 @@ +8 0.478125 0.265625 0.5578125 0.53046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.3e50c530accba248a10bda54e93f04b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.3e50c530accba248a10bda54e93f04b8.txt new file mode 100644 index 0000000..0d79683 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.3e50c530accba248a10bda54e93f04b8.txt @@ -0,0 +1 @@ +8 0.51875 0.578125 0.5265625 0.353125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.9faade31231542148c907c2b694667f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.9faade31231542148c907c2b694667f6.txt new file mode 100644 index 0000000..0d79683 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SH24NDS1E5XTVROX_jpg.rf.9faade31231542148c907c2b694667f6.txt @@ -0,0 +1 @@ +8 0.51875 0.578125 0.5265625 0.353125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.0e17c246b725d24bcba666cb44cdf1c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.0e17c246b725d24bcba666cb44cdf1c2.txt new file mode 100644 index 0000000..e32c69f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.0e17c246b725d24bcba666cb44cdf1c2.txt @@ -0,0 +1 @@ +8 0.64765625 0.5265625 0.7046875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.64f0e648a8494d5fe2345bc832374a5a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.64f0e648a8494d5fe2345bc832374a5a.txt new file mode 100644 index 0000000..e32c69f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.64f0e648a8494d5fe2345bc832374a5a.txt @@ -0,0 +1 @@ +8 0.64765625 0.5265625 0.7046875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.fbc6ba8652eead1cccc022d735f8cb86.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.fbc6ba8652eead1cccc022d735f8cb86.txt new file mode 100644 index 0000000..e32c69f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SKRKXOHDVY175LH5_jpg.rf.fbc6ba8652eead1cccc022d735f8cb86.txt @@ -0,0 +1 @@ +8 0.64765625 0.5265625 0.7046875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.13e5e64555671de9d0914560ba651e10.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.13e5e64555671de9d0914560ba651e10.txt new file mode 100644 index 0000000..e442ffc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.13e5e64555671de9d0914560ba651e10.txt @@ -0,0 +1 @@ +8 0.53828125 0.53515625 0.88671875 0.7046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.2368d38bb371949e6e05ecc4c2a25506.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.2368d38bb371949e6e05ecc4c2a25506.txt new file mode 100644 index 0000000..e442ffc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.2368d38bb371949e6e05ecc4c2a25506.txt @@ -0,0 +1 @@ +8 0.53828125 0.53515625 0.88671875 0.7046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.cb58f3a27035d856babb8168c4d38dd4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.cb58f3a27035d856babb8168c4d38dd4.txt new file mode 100644 index 0000000..e442ffc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SLU4CM5KNCBFLHUE_jpg.rf.cb58f3a27035d856babb8168c4d38dd4.txt @@ -0,0 +1 @@ +8 0.53828125 0.53515625 0.88671875 0.7046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.3c51fdc1472999587b8612686ce0a9b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.3c51fdc1472999587b8612686ce0a9b5.txt new file mode 100644 index 0000000..a43073c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.3c51fdc1472999587b8612686ce0a9b5.txt @@ -0,0 +1 @@ +8 0.4859375 0.509375 0.59765625 0.6578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.a1ab9e7a64da631d72ea9143ac23eb60.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.a1ab9e7a64da631d72ea9143ac23eb60.txt new file mode 100644 index 0000000..a43073c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.a1ab9e7a64da631d72ea9143ac23eb60.txt @@ -0,0 +1 @@ +8 0.4859375 0.509375 0.59765625 0.6578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.f8a0ad88b2e2a3259a111268106edcb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.f8a0ad88b2e2a3259a111268106edcb5.txt new file mode 100644 index 0000000..a43073c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SNL85OARC6NI13NI_jpg.rf.f8a0ad88b2e2a3259a111268106edcb5.txt @@ -0,0 +1 @@ +8 0.4859375 0.509375 0.59765625 0.6578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.4878f79ba7ed0646eda15b76b106a10f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.4878f79ba7ed0646eda15b76b106a10f.txt new file mode 100644 index 0000000..17e8da4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.4878f79ba7ed0646eda15b76b106a10f.txt @@ -0,0 +1 @@ +8 0.53515625 0.490625 0.59609375 0.80234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.b18d60389fd61169cb5155a00de87c25.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.b18d60389fd61169cb5155a00de87c25.txt new file mode 100644 index 0000000..17e8da4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.b18d60389fd61169cb5155a00de87c25.txt @@ -0,0 +1 @@ +8 0.53515625 0.490625 0.59609375 0.80234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.c564dfb473b400f7893ab91ff54ab1ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.c564dfb473b400f7893ab91ff54ab1ff.txt new file mode 100644 index 0000000..17e8da4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SP7ZKMV2O7IA2JQF_jpg.rf.c564dfb473b400f7893ab91ff54ab1ff.txt @@ -0,0 +1 @@ +8 0.53515625 0.490625 0.59609375 0.80234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.56eec45f6339b46135b3d3faf371f412.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.56eec45f6339b46135b3d3faf371f412.txt new file mode 100644 index 0000000..6815bfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.56eec45f6339b46135b3d3faf371f412.txt @@ -0,0 +1 @@ +8 0.50703125 0.51484375 0.77578125 0.56015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.80dda76dcafe97bca9fb6112c890e4a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.80dda76dcafe97bca9fb6112c890e4a7.txt new file mode 100644 index 0000000..6815bfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.80dda76dcafe97bca9fb6112c890e4a7.txt @@ -0,0 +1 @@ +8 0.50703125 0.51484375 0.77578125 0.56015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.8e77239671298847dcc6432860f84897.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.8e77239671298847dcc6432860f84897.txt new file mode 100644 index 0000000..6815bfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SPW9EZNI1TG8L5G1_jpg.rf.8e77239671298847dcc6432860f84897.txt @@ -0,0 +1 @@ +8 0.50703125 0.51484375 0.77578125 0.56015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.38343f2b2a35bdbb01a0010ff3523212.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.38343f2b2a35bdbb01a0010ff3523212.txt new file mode 100644 index 0000000..c1054ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.38343f2b2a35bdbb01a0010ff3523212.txt @@ -0,0 +1 @@ +8 0.46484375 0.415625 0.9296875 0.83125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.470c70e3cf211225d605a88a68927bae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.470c70e3cf211225d605a88a68927bae.txt new file mode 100644 index 0000000..c1054ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.470c70e3cf211225d605a88a68927bae.txt @@ -0,0 +1 @@ +8 0.46484375 0.415625 0.9296875 0.83125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.b69b934b8901fd1820e9f0ded319c715.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.b69b934b8901fd1820e9f0ded319c715.txt new file mode 100644 index 0000000..c1054ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ2PI3WCTOI8I3BN_jpg.rf.b69b934b8901fd1820e9f0ded319c715.txt @@ -0,0 +1 @@ +8 0.46484375 0.415625 0.9296875 0.83125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.7196033cd02311e6e5b4211b099c7a84.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.7196033cd02311e6e5b4211b099c7a84.txt new file mode 100644 index 0000000..69a0506 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.7196033cd02311e6e5b4211b099c7a84.txt @@ -0,0 +1 @@ +8 0.41640625 0.446875 0.79921875 0.60625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.adf9c55ed674c16ec5906a6df6196458.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.adf9c55ed674c16ec5906a6df6196458.txt new file mode 100644 index 0000000..69a0506 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.adf9c55ed674c16ec5906a6df6196458.txt @@ -0,0 +1 @@ +8 0.41640625 0.446875 0.79921875 0.60625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.ba997fc43083a5e94a47f43707addc01.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.ba997fc43083a5e94a47f43707addc01.txt new file mode 100644 index 0000000..69a0506 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SQ5T4RZ1RTO5ZKS8_jpg.rf.ba997fc43083a5e94a47f43707addc01.txt @@ -0,0 +1 @@ +8 0.41640625 0.446875 0.79921875 0.60625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.0ab1a63032665ed6f41e78079a52126b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.0ab1a63032665ed6f41e78079a52126b.txt new file mode 100644 index 0000000..809a11d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.0ab1a63032665ed6f41e78079a52126b.txt @@ -0,0 +1 @@ +8 0.53359375 0.5390625 0.9328125 0.846875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.c7bb45bb06ee98d8dc161ce7e86f3f53.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.c7bb45bb06ee98d8dc161ce7e86f3f53.txt new file mode 100644 index 0000000..809a11d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.c7bb45bb06ee98d8dc161ce7e86f3f53.txt @@ -0,0 +1 @@ +8 0.53359375 0.5390625 0.9328125 0.846875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.e9fc122e775f5274c65a59a5485e3b8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.e9fc122e775f5274c65a59a5485e3b8f.txt new file mode 100644 index 0000000..809a11d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SUVESIQ8BFEJISJC_jpg.rf.e9fc122e775f5274c65a59a5485e3b8f.txt @@ -0,0 +1 @@ +8 0.53359375 0.5390625 0.9328125 0.846875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.2c1b792dca45fe36845fc8dbf4967448.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.2c1b792dca45fe36845fc8dbf4967448.txt new file mode 100644 index 0000000..b5565aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.2c1b792dca45fe36845fc8dbf4967448.txt @@ -0,0 +1 @@ +8 0.403125 0.45703125 0.70859375 0.6546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.4db2d659285761d79f699b06fcd7fcb3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.4db2d659285761d79f699b06fcd7fcb3.txt new file mode 100644 index 0000000..b5565aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.4db2d659285761d79f699b06fcd7fcb3.txt @@ -0,0 +1 @@ +8 0.403125 0.45703125 0.70859375 0.6546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.dc9e0d07682ea70468db3ab8c216c507.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.dc9e0d07682ea70468db3ab8c216c507.txt new file mode 100644 index 0000000..b5565aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVMV9UZSCVN5AO5L_jpg.rf.dc9e0d07682ea70468db3ab8c216c507.txt @@ -0,0 +1 @@ +8 0.403125 0.45703125 0.70859375 0.6546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.09509ed33e6083df9a8d2f99e9e32490.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.09509ed33e6083df9a8d2f99e9e32490.txt new file mode 100644 index 0000000..5e12e85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.09509ed33e6083df9a8d2f99e9e32490.txt @@ -0,0 +1 @@ +8 0.47734375 0.43359375 0.61328125 0.4359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.a757646ad6e1b7df885ba60ecf0e9fe7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.a757646ad6e1b7df885ba60ecf0e9fe7.txt new file mode 100644 index 0000000..5e12e85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.a757646ad6e1b7df885ba60ecf0e9fe7.txt @@ -0,0 +1 @@ +8 0.47734375 0.43359375 0.61328125 0.4359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.f1b1241ca9c6ea98e110186917140b8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.f1b1241ca9c6ea98e110186917140b8b.txt new file mode 100644 index 0000000..5e12e85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_SVPOM9V1XL2O8037_jpg.rf.f1b1241ca9c6ea98e110186917140b8b.txt @@ -0,0 +1 @@ +8 0.47734375 0.43359375 0.61328125 0.4359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.85b76fdf7cf667d60b526d2d6ae20a7d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.85b76fdf7cf667d60b526d2d6ae20a7d.txt new file mode 100644 index 0000000..c17f3fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.85b76fdf7cf667d60b526d2d6ae20a7d.txt @@ -0,0 +1 @@ +8 0.4578125 0.48515625 0.4734375 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.931ee20676a73decea61f97497de6aa6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.931ee20676a73decea61f97497de6aa6.txt new file mode 100644 index 0000000..c17f3fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.931ee20676a73decea61f97497de6aa6.txt @@ -0,0 +1 @@ +8 0.4578125 0.48515625 0.4734375 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.e4bb0046d6a4dc1900ee117ea8047c08.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.e4bb0046d6a4dc1900ee117ea8047c08.txt new file mode 100644 index 0000000..c17f3fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T3XCAXIPSTK5C2VY_jpg.rf.e4bb0046d6a4dc1900ee117ea8047c08.txt @@ -0,0 +1 @@ +8 0.4578125 0.48515625 0.4734375 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.0d1068f305a73fdfa720646243480c6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.0d1068f305a73fdfa720646243480c6c.txt new file mode 100644 index 0000000..618685b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.0d1068f305a73fdfa720646243480c6c.txt @@ -0,0 +1 @@ +8 0.53671875 0.36171875 0.60625 0.51796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.87a483b823fd29016b6edb587db99be1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.87a483b823fd29016b6edb587db99be1.txt new file mode 100644 index 0000000..618685b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.87a483b823fd29016b6edb587db99be1.txt @@ -0,0 +1 @@ +8 0.53671875 0.36171875 0.60625 0.51796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.d31f78970cccc92007ae3f4d1bf1477d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.d31f78970cccc92007ae3f4d1bf1477d.txt new file mode 100644 index 0000000..618685b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T8VRCK2I3UY5IJTK_jpg.rf.d31f78970cccc92007ae3f4d1bf1477d.txt @@ -0,0 +1 @@ +8 0.53671875 0.36171875 0.60625 0.51796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.ca338e03abb853477aba870af4260479.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.ca338e03abb853477aba870af4260479.txt new file mode 100644 index 0000000..d7664fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.ca338e03abb853477aba870af4260479.txt @@ -0,0 +1 @@ +8 0.5578125 0.415625 0.884375 0.53671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.eb72609f9350a125c6f6f2c74d6f6194.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.eb72609f9350a125c6f6f2c74d6f6194.txt new file mode 100644 index 0000000..d7664fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.eb72609f9350a125c6f6f2c74d6f6194.txt @@ -0,0 +1 @@ +8 0.5578125 0.415625 0.884375 0.53671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.f19979512e976234e4d4a0cf27b49441.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.f19979512e976234e4d4a0cf27b49441.txt new file mode 100644 index 0000000..d7664fe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_T9YC3UW1Y1XQC9U5_jpg.rf.f19979512e976234e4d4a0cf27b49441.txt @@ -0,0 +1 @@ +8 0.5578125 0.415625 0.884375 0.53671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.23dc45f7701b5c05eea3c40e15bf1706.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.23dc45f7701b5c05eea3c40e15bf1706.txt new file mode 100644 index 0000000..90d334d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.23dc45f7701b5c05eea3c40e15bf1706.txt @@ -0,0 +1 @@ +8 0.41328125 0.471875 0.4859375 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.258ed080e7c81e17fbeec170f7661f18.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.258ed080e7c81e17fbeec170f7661f18.txt new file mode 100644 index 0000000..90d334d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.258ed080e7c81e17fbeec170f7661f18.txt @@ -0,0 +1 @@ +8 0.41328125 0.471875 0.4859375 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.b3ba425f6482eeba2732fe40c7ea3e3a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.b3ba425f6482eeba2732fe40c7ea3e3a.txt new file mode 100644 index 0000000..90d334d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TBJKGDBE4D5HVI18_jpg.rf.b3ba425f6482eeba2732fe40c7ea3e3a.txt @@ -0,0 +1 @@ +8 0.41328125 0.471875 0.4859375 0.82421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.17584e76699f9a1d1dd2023e8a6b6e32.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.17584e76699f9a1d1dd2023e8a6b6e32.txt new file mode 100644 index 0000000..64bb1e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.17584e76699f9a1d1dd2023e8a6b6e32.txt @@ -0,0 +1 @@ +8 0.5390625 0.51875 0.20546875 0.21015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.6e1eba2dfe1b101ff6c8fd0fd94653b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.6e1eba2dfe1b101ff6c8fd0fd94653b6.txt new file mode 100644 index 0000000..64bb1e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.6e1eba2dfe1b101ff6c8fd0fd94653b6.txt @@ -0,0 +1 @@ +8 0.5390625 0.51875 0.20546875 0.21015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.90df980a43100d578f5a3ce6e5e92cdc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.90df980a43100d578f5a3ce6e5e92cdc.txt new file mode 100644 index 0000000..64bb1e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TD0G80YO5584M8FU_jpg.rf.90df980a43100d578f5a3ce6e5e92cdc.txt @@ -0,0 +1 @@ +8 0.5390625 0.51875 0.20546875 0.21015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.54196546bba5125753633c3af8249a73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.54196546bba5125753633c3af8249a73.txt new file mode 100644 index 0000000..2e60710 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.54196546bba5125753633c3af8249a73.txt @@ -0,0 +1 @@ +8 0.44609375 0.4125 0.53515625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.790f6c03830e90bdbeaf38d7142726c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.790f6c03830e90bdbeaf38d7142726c9.txt new file mode 100644 index 0000000..2e60710 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.790f6c03830e90bdbeaf38d7142726c9.txt @@ -0,0 +1 @@ +8 0.44609375 0.4125 0.53515625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.bc90b7578c4cd0b1e13c03c551ea409b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.bc90b7578c4cd0b1e13c03c551ea409b.txt new file mode 100644 index 0000000..2e60710 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TFPXZYL8ZXMRPBUG_jpg.rf.bc90b7578c4cd0b1e13c03c551ea409b.txt @@ -0,0 +1 @@ +8 0.44609375 0.4125 0.53515625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.47901a2a18b5a6e210e526a2a0bfcb63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.47901a2a18b5a6e210e526a2a0bfcb63.txt new file mode 100644 index 0000000..a2617c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.47901a2a18b5a6e210e526a2a0bfcb63.txt @@ -0,0 +1,2 @@ +8 0.46796875 0.43671875 0.5578125 0.75703125 +8 0.8453125 0.7125 0.30859375 0.57265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.be0bb780ecd4050e9a7fef43439d1e36.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.be0bb780ecd4050e9a7fef43439d1e36.txt new file mode 100644 index 0000000..a2617c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.be0bb780ecd4050e9a7fef43439d1e36.txt @@ -0,0 +1,2 @@ +8 0.46796875 0.43671875 0.5578125 0.75703125 +8 0.8453125 0.7125 0.30859375 0.57265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.f4089c1a69f8e5f3037e0cf1d7181250.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.f4089c1a69f8e5f3037e0cf1d7181250.txt new file mode 100644 index 0000000..a2617c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TKRQW159E50L8OSH_jpg.rf.f4089c1a69f8e5f3037e0cf1d7181250.txt @@ -0,0 +1,2 @@ +8 0.46796875 0.43671875 0.5578125 0.75703125 +8 0.8453125 0.7125 0.30859375 0.57265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.e2a4c178da83df22f753aa95185e52ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.e2a4c178da83df22f753aa95185e52ed.txt new file mode 100644 index 0000000..86ee6d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.e2a4c178da83df22f753aa95185e52ed.txt @@ -0,0 +1 @@ +8 0.44765625 0.39453125 0.590625 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f1ffa26d2806a59d9d2ec80c91f6db2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f1ffa26d2806a59d9d2ec80c91f6db2e.txt new file mode 100644 index 0000000..86ee6d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f1ffa26d2806a59d9d2ec80c91f6db2e.txt @@ -0,0 +1 @@ +8 0.44765625 0.39453125 0.590625 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f67c3c9286bcf42917112a32d152bcc6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f67c3c9286bcf42917112a32d152bcc6.txt new file mode 100644 index 0000000..86ee6d2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TMEBU1DUBCS8O7LP_jpg.rf.f67c3c9286bcf42917112a32d152bcc6.txt @@ -0,0 +1 @@ +8 0.44765625 0.39453125 0.590625 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.630035dc8f547ed9d69467f46a7fb13f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.630035dc8f547ed9d69467f46a7fb13f.txt new file mode 100644 index 0000000..4d9664c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.630035dc8f547ed9d69467f46a7fb13f.txt @@ -0,0 +1 @@ +8 0.390625 0.44140625 0.4015625 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.63467110ef487e47610cd0b387784b36.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.63467110ef487e47610cd0b387784b36.txt new file mode 100644 index 0000000..4d9664c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.63467110ef487e47610cd0b387784b36.txt @@ -0,0 +1 @@ +8 0.390625 0.44140625 0.4015625 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.b0cf8d64bad242ca3b6645505e26095f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.b0cf8d64bad242ca3b6645505e26095f.txt new file mode 100644 index 0000000..4d9664c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TPYFCNVTJOG51J3A_jpg.rf.b0cf8d64bad242ca3b6645505e26095f.txt @@ -0,0 +1 @@ +8 0.390625 0.44140625 0.4015625 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.402031621b3bd126ab005946ade7bbda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.402031621b3bd126ab005946ade7bbda.txt new file mode 100644 index 0000000..98f65fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.402031621b3bd126ab005946ade7bbda.txt @@ -0,0 +1 @@ +8 0.43984375 0.496875 0.68359375 0.96875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.cafb6ccade706c846e1054878f3de434.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.cafb6ccade706c846e1054878f3de434.txt new file mode 100644 index 0000000..98f65fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.cafb6ccade706c846e1054878f3de434.txt @@ -0,0 +1 @@ +8 0.43984375 0.496875 0.68359375 0.96875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.dac83153af32deae1fcbc8bfa9a4bc6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.dac83153af32deae1fcbc8bfa9a4bc6e.txt new file mode 100644 index 0000000..98f65fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TQFAEXRMTYMRNCKP_jpg.rf.dac83153af32deae1fcbc8bfa9a4bc6e.txt @@ -0,0 +1 @@ +8 0.43984375 0.496875 0.68359375 0.96875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.2ac39ef4c6a1818c0fa77a99e97c067f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.2ac39ef4c6a1818c0fa77a99e97c067f.txt new file mode 100644 index 0000000..78a4a16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.2ac39ef4c6a1818c0fa77a99e97c067f.txt @@ -0,0 +1,10 @@ +8 0.8921875 0.225 0.12265625 0.32734375 +8 0.7875 0.91328125 0.13046875 0.16953125 +8 0.51640625 0.90234375 0.10546875 0.19296875 +8 0.53671875 0.62890625 0.08203125 0.18359375 +8 0.434375 0.515625 0.103125 0.18515625 +8 0.7625 0.50546875 0.0984375 0.19921875 +8 0.6609375 0.9125 0.08828125 0.17109375 +8 0.43828125 0.678125 0.071875 0.15859375 +8 0.5390625 0.4828125 0.07890625 0.1421875 +8 0.6515625 0.625 0.08359375 0.253125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.e2497f5264749c251b50e8b11222cf66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.e2497f5264749c251b50e8b11222cf66.txt new file mode 100644 index 0000000..78a4a16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.e2497f5264749c251b50e8b11222cf66.txt @@ -0,0 +1,10 @@ +8 0.8921875 0.225 0.12265625 0.32734375 +8 0.7875 0.91328125 0.13046875 0.16953125 +8 0.51640625 0.90234375 0.10546875 0.19296875 +8 0.53671875 0.62890625 0.08203125 0.18359375 +8 0.434375 0.515625 0.103125 0.18515625 +8 0.7625 0.50546875 0.0984375 0.19921875 +8 0.6609375 0.9125 0.08828125 0.17109375 +8 0.43828125 0.678125 0.071875 0.15859375 +8 0.5390625 0.4828125 0.07890625 0.1421875 +8 0.6515625 0.625 0.08359375 0.253125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.fea8de93a7188c71e75a5dc88579becd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.fea8de93a7188c71e75a5dc88579becd.txt new file mode 100644 index 0000000..78a4a16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TUORKH34ONDG47CZ_jpg.rf.fea8de93a7188c71e75a5dc88579becd.txt @@ -0,0 +1,10 @@ +8 0.8921875 0.225 0.12265625 0.32734375 +8 0.7875 0.91328125 0.13046875 0.16953125 +8 0.51640625 0.90234375 0.10546875 0.19296875 +8 0.53671875 0.62890625 0.08203125 0.18359375 +8 0.434375 0.515625 0.103125 0.18515625 +8 0.7625 0.50546875 0.0984375 0.19921875 +8 0.6609375 0.9125 0.08828125 0.17109375 +8 0.43828125 0.678125 0.071875 0.15859375 +8 0.5390625 0.4828125 0.07890625 0.1421875 +8 0.6515625 0.625 0.08359375 0.253125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.4b97788abdbf6c60782735c9483b6f79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.4b97788abdbf6c60782735c9483b6f79.txt new file mode 100644 index 0000000..aeb523e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.4b97788abdbf6c60782735c9483b6f79.txt @@ -0,0 +1,2 @@ +8 0.08203125 0.52109375 0.12578125 0.16953125 +8 0.4875 0.3265625 0.65390625 0.64921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.902b7855135f7339a1eae6f657353f5c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.902b7855135f7339a1eae6f657353f5c.txt new file mode 100644 index 0000000..aeb523e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.902b7855135f7339a1eae6f657353f5c.txt @@ -0,0 +1,2 @@ +8 0.08203125 0.52109375 0.12578125 0.16953125 +8 0.4875 0.3265625 0.65390625 0.64921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.b458403c76de00c927f155044d4ed3d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.b458403c76de00c927f155044d4ed3d7.txt new file mode 100644 index 0000000..aeb523e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TVH614WFWOEULVZR_jpg.rf.b458403c76de00c927f155044d4ed3d7.txt @@ -0,0 +1,2 @@ +8 0.08203125 0.52109375 0.12578125 0.16953125 +8 0.4875 0.3265625 0.65390625 0.64921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.7f9a793126c354cea2f2ac3a37d851bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.7f9a793126c354cea2f2ac3a37d851bb.txt new file mode 100644 index 0000000..63831da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.7f9a793126c354cea2f2ac3a37d851bb.txt @@ -0,0 +1 @@ +8 0.4984375 0.45078125 0.596875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.9a2d0bb01b0d16f9b96723412755bd82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.9a2d0bb01b0d16f9b96723412755bd82.txt new file mode 100644 index 0000000..63831da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.9a2d0bb01b0d16f9b96723412755bd82.txt @@ -0,0 +1 @@ +8 0.4984375 0.45078125 0.596875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.b495c34cfb82ee955e055dc0210c9b68.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.b495c34cfb82ee955e055dc0210c9b68.txt new file mode 100644 index 0000000..63831da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_TW0H6JIE7RLBM9IY_jpg.rf.b495c34cfb82ee955e055dc0210c9b68.txt @@ -0,0 +1 @@ +8 0.4984375 0.45078125 0.596875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.1e1e8886a9fb959503c274d9dc8457a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.1e1e8886a9fb959503c274d9dc8457a2.txt new file mode 100644 index 0000000..aa696a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.1e1e8886a9fb959503c274d9dc8457a2.txt @@ -0,0 +1 @@ +8 0.3828125 0.44453125 0.5390625 0.725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.96efbc6b102bf9e51960057ba1d8b276.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.96efbc6b102bf9e51960057ba1d8b276.txt new file mode 100644 index 0000000..aa696a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.96efbc6b102bf9e51960057ba1d8b276.txt @@ -0,0 +1 @@ +8 0.3828125 0.44453125 0.5390625 0.725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.f0ba82335cedb38835a8f9ee5696a477.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.f0ba82335cedb38835a8f9ee5696a477.txt new file mode 100644 index 0000000..aa696a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1SAMIWYZS5CA7OO_jpg.rf.f0ba82335cedb38835a8f9ee5696a477.txt @@ -0,0 +1 @@ +8 0.3828125 0.44453125 0.5390625 0.725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.3a314ac34ad8eccd61b87f42fbf9cf31.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.3a314ac34ad8eccd61b87f42fbf9cf31.txt new file mode 100644 index 0000000..8c1f080 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.3a314ac34ad8eccd61b87f42fbf9cf31.txt @@ -0,0 +1 @@ +8 0.4640625 0.47734375 0.7640625 0.67109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.7068595d7ee4e6ec63358fd30618ed0f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.7068595d7ee4e6ec63358fd30618ed0f.txt new file mode 100644 index 0000000..8c1f080 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U1ZP8NILBF18BUJS_jpg.rf.7068595d7ee4e6ec63358fd30618ed0f.txt @@ -0,0 +1 @@ +8 0.4640625 0.47734375 0.7640625 0.67109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.6c1ef812991f74099c9419aa582d3701.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.6c1ef812991f74099c9419aa582d3701.txt new file mode 100644 index 0000000..01d68ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.6c1ef812991f74099c9419aa582d3701.txt @@ -0,0 +1 @@ +8 0.5 0.50078125 0.7875 0.76328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.cbf889273bec0a9b77b745ded6c4a0f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.cbf889273bec0a9b77b745ded6c4a0f1.txt new file mode 100644 index 0000000..01d68ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.cbf889273bec0a9b77b745ded6c4a0f1.txt @@ -0,0 +1 @@ +8 0.5 0.50078125 0.7875 0.76328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.e1300b401dd8476832caa8086231cd32.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.e1300b401dd8476832caa8086231cd32.txt new file mode 100644 index 0000000..01d68ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U29BANYS93Y48GZ4_jpg.rf.e1300b401dd8476832caa8086231cd32.txt @@ -0,0 +1 @@ +8 0.5 0.50078125 0.7875 0.76328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.219984dacd076d5ba6137d28305ee388.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.219984dacd076d5ba6137d28305ee388.txt new file mode 100644 index 0000000..d004694 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.219984dacd076d5ba6137d28305ee388.txt @@ -0,0 +1 @@ +8 0.5 0.44453125 1 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.d9e102c6874f7ca9bae72a3c7392a7ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.d9e102c6874f7ca9bae72a3c7392a7ca.txt new file mode 100644 index 0000000..d004694 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U4FDIZOZ61R830JZ_jpg.rf.d9e102c6874f7ca9bae72a3c7392a7ca.txt @@ -0,0 +1 @@ +8 0.5 0.44453125 1 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.625f011c961c182f7820c4b3f40b86e3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.625f011c961c182f7820c4b3f40b86e3.txt new file mode 100644 index 0000000..1e0b7c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.625f011c961c182f7820c4b3f40b86e3.txt @@ -0,0 +1 @@ +8 0.50859375 0.5 0.8015625 0.4140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.9c35656ed639ff576cb1d5aef66a6c58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.9c35656ed639ff576cb1d5aef66a6c58.txt new file mode 100644 index 0000000..1e0b7c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.9c35656ed639ff576cb1d5aef66a6c58.txt @@ -0,0 +1 @@ +8 0.50859375 0.5 0.8015625 0.4140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.c5423132ac33a1fcf74a9429358e6fff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.c5423132ac33a1fcf74a9429358e6fff.txt new file mode 100644 index 0000000..1e0b7c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_U51QXRBS4KYQ5G3Z_jpg.rf.c5423132ac33a1fcf74a9429358e6fff.txt @@ -0,0 +1 @@ +8 0.50859375 0.5 0.8015625 0.4140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.08160b8fba7f95f1e7484ca673b5c25d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.08160b8fba7f95f1e7484ca673b5c25d.txt new file mode 100644 index 0000000..10fb3a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.08160b8fba7f95f1e7484ca673b5c25d.txt @@ -0,0 +1 @@ +8 0.53984375 0.4453125 0.7875 0.659375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.43a72efb856a58a018ed71b20f6010d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.43a72efb856a58a018ed71b20f6010d3.txt new file mode 100644 index 0000000..10fb3a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.43a72efb856a58a018ed71b20f6010d3.txt @@ -0,0 +1 @@ +8 0.53984375 0.4453125 0.7875 0.659375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.fc7cfd3339b77e584acd3c1ebc2ed011.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.fc7cfd3339b77e584acd3c1ebc2ed011.txt new file mode 100644 index 0000000..10fb3a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UB0NIVOSDLPW2MLK_jpg.rf.fc7cfd3339b77e584acd3c1ebc2ed011.txt @@ -0,0 +1 @@ +8 0.53984375 0.4453125 0.7875 0.659375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.a15fd829364aa52d1aa024a1f082cb80.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.a15fd829364aa52d1aa024a1f082cb80.txt new file mode 100644 index 0000000..005ff55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.a15fd829364aa52d1aa024a1f082cb80.txt @@ -0,0 +1 @@ +8 0.51640625 0.37265625 0.23046875 0.2765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f339b1e0ff6a2eff830e36c42d2bc7bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f339b1e0ff6a2eff830e36c42d2bc7bb.txt new file mode 100644 index 0000000..005ff55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f339b1e0ff6a2eff830e36c42d2bc7bb.txt @@ -0,0 +1 @@ +8 0.51640625 0.37265625 0.23046875 0.2765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f5543224e63f062e5e16464754fe50df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f5543224e63f062e5e16464754fe50df.txt new file mode 100644 index 0000000..005ff55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UHBDOEHJ68KOG0PD_jpg.rf.f5543224e63f062e5e16464754fe50df.txt @@ -0,0 +1 @@ +8 0.51640625 0.37265625 0.23046875 0.2765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.0abfb5ed72464143e2203882af5cc16c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.0abfb5ed72464143e2203882af5cc16c.txt new file mode 100644 index 0000000..9475869 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.0abfb5ed72464143e2203882af5cc16c.txt @@ -0,0 +1,2 @@ +8 0.48828125 0.46796875 0.85390625 0.68359375 +8 0.68125 0.34140625 0.6375 0.68203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.3b9aafb553644831124ead1cb29fbf94.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.3b9aafb553644831124ead1cb29fbf94.txt new file mode 100644 index 0000000..9475869 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.3b9aafb553644831124ead1cb29fbf94.txt @@ -0,0 +1,2 @@ +8 0.48828125 0.46796875 0.85390625 0.68359375 +8 0.68125 0.34140625 0.6375 0.68203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.c44ef0e6fd604bd3867597889be6ee2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.c44ef0e6fd604bd3867597889be6ee2c.txt new file mode 100644 index 0000000..9475869 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UJKJDPDCTLELXTSN_jpg.rf.c44ef0e6fd604bd3867597889be6ee2c.txt @@ -0,0 +1,2 @@ +8 0.48828125 0.46796875 0.85390625 0.68359375 +8 0.68125 0.34140625 0.6375 0.68203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.5b4413a1fdf74af0a943045f5a715f92.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.5b4413a1fdf74af0a943045f5a715f92.txt new file mode 100644 index 0000000..43acc98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.5b4413a1fdf74af0a943045f5a715f92.txt @@ -0,0 +1 @@ +8 0.51484375 0.5109375 0.53125 0.596875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.652ada3f3ac68dfced3a45d31de955ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.652ada3f3ac68dfced3a45d31de955ad.txt new file mode 100644 index 0000000..43acc98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.652ada3f3ac68dfced3a45d31de955ad.txt @@ -0,0 +1 @@ +8 0.51484375 0.5109375 0.53125 0.596875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.b5f1650af661bfcb915d218ebabfb447.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.b5f1650af661bfcb915d218ebabfb447.txt new file mode 100644 index 0000000..43acc98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UM9JOAYC1HGYSMIJ_jpg.rf.b5f1650af661bfcb915d218ebabfb447.txt @@ -0,0 +1 @@ +8 0.51484375 0.5109375 0.53125 0.596875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.4c5e69906fdbcfebbbf9d8d18db31c83.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.4c5e69906fdbcfebbbf9d8d18db31c83.txt new file mode 100644 index 0000000..8d8d2a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.4c5e69906fdbcfebbbf9d8d18db31c83.txt @@ -0,0 +1 @@ +8 0.49140625 0.36484375 0.59296875 0.36328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.7a9c32540a71222b3073871849747d45.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.7a9c32540a71222b3073871849747d45.txt new file mode 100644 index 0000000..8d8d2a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.7a9c32540a71222b3073871849747d45.txt @@ -0,0 +1 @@ +8 0.49140625 0.36484375 0.59296875 0.36328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.86a4ac1343cc5eb933b4ef2416775c96.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.86a4ac1343cc5eb933b4ef2416775c96.txt new file mode 100644 index 0000000..8d8d2a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UQZ19VDZFW0WNHGQ_jpg.rf.86a4ac1343cc5eb933b4ef2416775c96.txt @@ -0,0 +1 @@ +8 0.49140625 0.36484375 0.59296875 0.36328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.788c3c4addbb69a725a96458b41a9267.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.788c3c4addbb69a725a96458b41a9267.txt new file mode 100644 index 0000000..4c8e676 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.788c3c4addbb69a725a96458b41a9267.txt @@ -0,0 +1 @@ +8 0.55390625 0.409375 0.50625 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.a4528abafb579e7a423aac39489e0387.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.a4528abafb579e7a423aac39489e0387.txt new file mode 100644 index 0000000..4c8e676 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.a4528abafb579e7a423aac39489e0387.txt @@ -0,0 +1 @@ +8 0.55390625 0.409375 0.50625 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.c963657885d4e2cf866010af88a33ed2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.c963657885d4e2cf866010af88a33ed2.txt new file mode 100644 index 0000000..4c8e676 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UUZBKT82JXBSGY2H_jpg.rf.c963657885d4e2cf866010af88a33ed2.txt @@ -0,0 +1 @@ +8 0.55390625 0.409375 0.50625 0.571875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.73844497c15db6cff08b2a216c588609.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.73844497c15db6cff08b2a216c588609.txt new file mode 100644 index 0000000..f2ab00d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.73844497c15db6cff08b2a216c588609.txt @@ -0,0 +1 @@ +8 0.50546875 0.49609375 0.7375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.b14525899c9fd23c0edaed66af2e85b9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.b14525899c9fd23c0edaed66af2e85b9.txt new file mode 100644 index 0000000..f2ab00d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.b14525899c9fd23c0edaed66af2e85b9.txt @@ -0,0 +1 @@ +8 0.50546875 0.49609375 0.7375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.e900d0bf8e87d1c6c0d8f82426796b70.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.e900d0bf8e87d1c6c0d8f82426796b70.txt new file mode 100644 index 0000000..f2ab00d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_UV2H1A2GDSZUF8BI_jpg.rf.e900d0bf8e87d1c6c0d8f82426796b70.txt @@ -0,0 +1 @@ +8 0.50546875 0.49609375 0.7375 0.553125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.72602e62e6fa451431fc6b5983b67314.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.72602e62e6fa451431fc6b5983b67314.txt new file mode 100644 index 0000000..0d1d7f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.72602e62e6fa451431fc6b5983b67314.txt @@ -0,0 +1,2 @@ +8 0.51796875 0.28125 0.66015625 0.50625 +8 0.4640625 0.59453125 0.734375 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.ab54b1cf23e5da225a5d746d1e54c254.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.ab54b1cf23e5da225a5d746d1e54c254.txt new file mode 100644 index 0000000..0d1d7f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.ab54b1cf23e5da225a5d746d1e54c254.txt @@ -0,0 +1,2 @@ +8 0.51796875 0.28125 0.66015625 0.50625 +8 0.4640625 0.59453125 0.734375 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.d92a1a57bcd44669f10842ac0c5b8213.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.d92a1a57bcd44669f10842ac0c5b8213.txt new file mode 100644 index 0000000..0d1d7f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V0X6BJKKELI5HX1I_jpg.rf.d92a1a57bcd44669f10842ac0c5b8213.txt @@ -0,0 +1,2 @@ +8 0.51796875 0.28125 0.66015625 0.50625 +8 0.4640625 0.59453125 0.734375 0.52734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.142aff55a6ae679add4601155b04135a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.142aff55a6ae679add4601155b04135a.txt new file mode 100644 index 0000000..e84f4b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.142aff55a6ae679add4601155b04135a.txt @@ -0,0 +1 @@ +8 0.48984375 0.6765625 0.51015625 0.5234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.350ff142204b9cbec76491fd92289799.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.350ff142204b9cbec76491fd92289799.txt new file mode 100644 index 0000000..e84f4b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.350ff142204b9cbec76491fd92289799.txt @@ -0,0 +1 @@ +8 0.48984375 0.6765625 0.51015625 0.5234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.55526567e44c16f050b37841b62c5b4d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.55526567e44c16f050b37841b62c5b4d.txt new file mode 100644 index 0000000..e84f4b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V35XAPVZZRSJWZ26_jpg.rf.55526567e44c16f050b37841b62c5b4d.txt @@ -0,0 +1 @@ +8 0.48984375 0.6765625 0.51015625 0.5234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.3f885a9e7c8f207147b30a3447832378.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.3f885a9e7c8f207147b30a3447832378.txt new file mode 100644 index 0000000..4aeeb6b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.3f885a9e7c8f207147b30a3447832378.txt @@ -0,0 +1 @@ +8 0.58125 0.434375 0.8375 0.86484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.5806245c2a1a1c8ad35bffbc3195bfd6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.5806245c2a1a1c8ad35bffbc3195bfd6.txt new file mode 100644 index 0000000..4aeeb6b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.5806245c2a1a1c8ad35bffbc3195bfd6.txt @@ -0,0 +1 @@ +8 0.58125 0.434375 0.8375 0.86484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.be63e6df512837343898a9c6da42abdf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.be63e6df512837343898a9c6da42abdf.txt new file mode 100644 index 0000000..4aeeb6b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5B5PQDJG31GE4QQ_jpg.rf.be63e6df512837343898a9c6da42abdf.txt @@ -0,0 +1 @@ +8 0.58125 0.434375 0.8375 0.86484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.0f22babb6e250ac2e1c732d67237c5b9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.0f22babb6e250ac2e1c732d67237c5b9.txt new file mode 100644 index 0000000..79b00c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.0f22babb6e250ac2e1c732d67237c5b9.txt @@ -0,0 +1 @@ +8 0.5109375 0.4828125 0.5625 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.6cc8b46cb46d0fe595e82110b915477d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.6cc8b46cb46d0fe595e82110b915477d.txt new file mode 100644 index 0000000..79b00c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.6cc8b46cb46d0fe595e82110b915477d.txt @@ -0,0 +1 @@ +8 0.5109375 0.4828125 0.5625 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.a3282542a58e20cd4d4b4e04d028cb33.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.a3282542a58e20cd4d4b4e04d028cb33.txt new file mode 100644 index 0000000..79b00c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V5Q2FBU9ILG8TSNR_jpg.rf.a3282542a58e20cd4d4b4e04d028cb33.txt @@ -0,0 +1 @@ +8 0.5109375 0.4828125 0.5625 0.6078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.0abcbdcc4ca260830ce64f00e351d460.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.0abcbdcc4ca260830ce64f00e351d460.txt new file mode 100644 index 0000000..77c6379 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.0abcbdcc4ca260830ce64f00e351d460.txt @@ -0,0 +1 @@ +8 0.58515625 0.496875 0.82890625 0.99375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.c6e8080f494638081844c5a228dc9f17.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.c6e8080f494638081844c5a228dc9f17.txt new file mode 100644 index 0000000..77c6379 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.c6e8080f494638081844c5a228dc9f17.txt @@ -0,0 +1 @@ +8 0.58515625 0.496875 0.82890625 0.99375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.f3d6e0870564bec1af5154bd68a8e3d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.f3d6e0870564bec1af5154bd68a8e3d8.txt new file mode 100644 index 0000000..77c6379 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_V9YQJ5W5GXJ16BGL_jpg.rf.f3d6e0870564bec1af5154bd68a8e3d8.txt @@ -0,0 +1 @@ +8 0.58515625 0.496875 0.82890625 0.99375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.0478e637896790961796c90fee88c2a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.0478e637896790961796c90fee88c2a9.txt new file mode 100644 index 0000000..1cf8da4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.0478e637896790961796c90fee88c2a9.txt @@ -0,0 +1 @@ +8 0.48125 0.51171875 0.79296875 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.66d48d965fd44511abca69b7d85ba9b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.66d48d965fd44511abca69b7d85ba9b1.txt new file mode 100644 index 0000000..1cf8da4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.66d48d965fd44511abca69b7d85ba9b1.txt @@ -0,0 +1 @@ +8 0.48125 0.51171875 0.79296875 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.6a1c2155f1db85607fb292ee7391ddc7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.6a1c2155f1db85607fb292ee7391ddc7.txt new file mode 100644 index 0000000..1cf8da4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VBA1C8B9M9VZJXST_jpg.rf.6a1c2155f1db85607fb292ee7391ddc7.txt @@ -0,0 +1 @@ +8 0.48125 0.51171875 0.79296875 0.67734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.0b0b9b5c7d718aeffa9bb60dc71214f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.0b0b9b5c7d718aeffa9bb60dc71214f5.txt new file mode 100644 index 0000000..89f89e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.0b0b9b5c7d718aeffa9bb60dc71214f5.txt @@ -0,0 +1 @@ +8 0.421875 0.50546875 0.45 0.38125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.1c8ee8e1c8158d14fe8dd670976e26fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.1c8ee8e1c8158d14fe8dd670976e26fe.txt new file mode 100644 index 0000000..89f89e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.1c8ee8e1c8158d14fe8dd670976e26fe.txt @@ -0,0 +1 @@ +8 0.421875 0.50546875 0.45 0.38125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.2940c204dbcea9990c6d5e874921e1e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.2940c204dbcea9990c6d5e874921e1e8.txt new file mode 100644 index 0000000..89f89e4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VD3SNBZ5CXR3M1O8_jpg.rf.2940c204dbcea9990c6d5e874921e1e8.txt @@ -0,0 +1 @@ +8 0.421875 0.50546875 0.45 0.38125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.21bf013ad7762ac97949420a0110bb61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.21bf013ad7762ac97949420a0110bb61.txt new file mode 100644 index 0000000..e7c25dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.21bf013ad7762ac97949420a0110bb61.txt @@ -0,0 +1 @@ +8 0.51953125 0.50625 0.71484375 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.7efe085fd729b316f7f2069b5421ff3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.7efe085fd729b316f7f2069b5421ff3c.txt new file mode 100644 index 0000000..e7c25dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.7efe085fd729b316f7f2069b5421ff3c.txt @@ -0,0 +1 @@ +8 0.51953125 0.50625 0.71484375 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.ee9ddb052da53466f59cc48cdc301f2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.ee9ddb052da53466f59cc48cdc301f2e.txt new file mode 100644 index 0000000..e7c25dd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VMXCP0P3GFSYWYG8_jpg.rf.ee9ddb052da53466f59cc48cdc301f2e.txt @@ -0,0 +1 @@ +8 0.51953125 0.50625 0.71484375 0.63125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.322530273dfc9364434bf5d0c1fe8a5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.322530273dfc9364434bf5d0c1fe8a5d.txt new file mode 100644 index 0000000..79b8ac3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.322530273dfc9364434bf5d0c1fe8a5d.txt @@ -0,0 +1 @@ +8 0.50234375 0.54375 0.7859375 0.8875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.8d4a759bb9742832ba58173572d3523b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.8d4a759bb9742832ba58173572d3523b.txt new file mode 100644 index 0000000..79b8ac3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.8d4a759bb9742832ba58173572d3523b.txt @@ -0,0 +1 @@ +8 0.50234375 0.54375 0.7859375 0.8875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.ba65ae62d5d8f913cec609496ed562e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.ba65ae62d5d8f913cec609496ed562e6.txt new file mode 100644 index 0000000..79b8ac3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_VWZC0V0JLBFATBBN_jpg.rf.ba65ae62d5d8f913cec609496ed562e6.txt @@ -0,0 +1 @@ +8 0.50234375 0.54375 0.7859375 0.8875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.39a415db60311b74718e23da324b3c93.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.39a415db60311b74718e23da324b3c93.txt new file mode 100644 index 0000000..ac52213 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.39a415db60311b74718e23da324b3c93.txt @@ -0,0 +1 @@ +8 0.534375 0.5125 0.521875 0.55234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.ce7fc7a669cd99b3c26e8d7ce12ae1d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.ce7fc7a669cd99b3c26e8d7ce12ae1d9.txt new file mode 100644 index 0000000..ac52213 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.ce7fc7a669cd99b3c26e8d7ce12ae1d9.txt @@ -0,0 +1 @@ +8 0.534375 0.5125 0.521875 0.55234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.df37d32875bde00ed625d97f91131ced.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.df37d32875bde00ed625d97f91131ced.txt new file mode 100644 index 0000000..ac52213 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0IZRF5TYQ9OTRN0_jpg.rf.df37d32875bde00ed625d97f91131ced.txt @@ -0,0 +1 @@ +8 0.534375 0.5125 0.521875 0.55234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.148c3367de2d3d742bf96a3108856204.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.148c3367de2d3d742bf96a3108856204.txt new file mode 100644 index 0000000..f494670 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.148c3367de2d3d742bf96a3108856204.txt @@ -0,0 +1,2 @@ +8 0.5328125 0.51015625 0.83984375 0.23984375 +8 0.49375 0.3296875 0.71796875 0.215625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.378575a99cc851ef9773f589870c6fe4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.378575a99cc851ef9773f589870c6fe4.txt new file mode 100644 index 0000000..f494670 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.378575a99cc851ef9773f589870c6fe4.txt @@ -0,0 +1,2 @@ +8 0.5328125 0.51015625 0.83984375 0.23984375 +8 0.49375 0.3296875 0.71796875 0.215625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.41601eb3d6e080c414c4b1c7eb10b2ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.41601eb3d6e080c414c4b1c7eb10b2ef.txt new file mode 100644 index 0000000..f494670 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W0TJRS8169K9KQC6_jpg.rf.41601eb3d6e080c414c4b1c7eb10b2ef.txt @@ -0,0 +1,2 @@ +8 0.5328125 0.51015625 0.83984375 0.23984375 +8 0.49375 0.3296875 0.71796875 0.215625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.baf32a994162788b72934524752e68bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.baf32a994162788b72934524752e68bb.txt new file mode 100644 index 0000000..2aaedf6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.baf32a994162788b72934524752e68bb.txt @@ -0,0 +1 @@ +8 0.57890625 0.5015625 0.19375 0.20234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.e5328c27ee3d78d60707e7fd3e2dd02b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.e5328c27ee3d78d60707e7fd3e2dd02b.txt new file mode 100644 index 0000000..2aaedf6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.e5328c27ee3d78d60707e7fd3e2dd02b.txt @@ -0,0 +1 @@ +8 0.57890625 0.5015625 0.19375 0.20234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.ff4c29f9691c14fe2bba576a9c1f8907.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.ff4c29f9691c14fe2bba576a9c1f8907.txt new file mode 100644 index 0000000..2aaedf6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_W7JDHS40SIN3ODHC_jpg.rf.ff4c29f9691c14fe2bba576a9c1f8907.txt @@ -0,0 +1 @@ +8 0.57890625 0.5015625 0.19375 0.20234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.6ad19d7217fc4e28b18360beab4cb70a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.6ad19d7217fc4e28b18360beab4cb70a.txt new file mode 100644 index 0000000..b665ce2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.6ad19d7217fc4e28b18360beab4cb70a.txt @@ -0,0 +1 @@ +8 0.4765625 0.5234375 0.7921875 0.78671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.ca03a03e01034b19752e4b9c642b4df4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.ca03a03e01034b19752e4b9c642b4df4.txt new file mode 100644 index 0000000..b665ce2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.ca03a03e01034b19752e4b9c642b4df4.txt @@ -0,0 +1 @@ +8 0.4765625 0.5234375 0.7921875 0.78671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.e7029bac29f4965cfbc184446e46a129.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.e7029bac29f4965cfbc184446e46a129.txt new file mode 100644 index 0000000..b665ce2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHER3F9AQQYO3DNR_jpg.rf.e7029bac29f4965cfbc184446e46a129.txt @@ -0,0 +1 @@ +8 0.4765625 0.5234375 0.7921875 0.78671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.2336db4ca5a9a5dd4f12f8a6f9467f3c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.2336db4ca5a9a5dd4f12f8a6f9467f3c.txt new file mode 100644 index 0000000..a731068 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.2336db4ca5a9a5dd4f12f8a6f9467f3c.txt @@ -0,0 +1 @@ +8 0.515625 0.57109375 0.64375 0.7125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.ca0b3113cccf6ba10c74a3405dc32f93.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.ca0b3113cccf6ba10c74a3405dc32f93.txt new file mode 100644 index 0000000..a731068 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.ca0b3113cccf6ba10c74a3405dc32f93.txt @@ -0,0 +1 @@ +8 0.515625 0.57109375 0.64375 0.7125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.e141ff8c10c736dcdedbf38b691f6e7f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.e141ff8c10c736dcdedbf38b691f6e7f.txt new file mode 100644 index 0000000..a731068 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHICT8LZW9KC9QMX_jpg.rf.e141ff8c10c736dcdedbf38b691f6e7f.txt @@ -0,0 +1 @@ +8 0.515625 0.57109375 0.64375 0.7125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.9906086ae793e4317e3c2826de5f1b52.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.9906086ae793e4317e3c2826de5f1b52.txt new file mode 100644 index 0000000..04f5af7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.9906086ae793e4317e3c2826de5f1b52.txt @@ -0,0 +1 @@ +8 0.5296875 0.45078125 0.6765625 0.78984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e1a11f5b880c474b012b6091ff2b343a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e1a11f5b880c474b012b6091ff2b343a.txt new file mode 100644 index 0000000..04f5af7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e1a11f5b880c474b012b6091ff2b343a.txt @@ -0,0 +1 @@ +8 0.5296875 0.45078125 0.6765625 0.78984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e5919f0d0a6edb6e45ec60ddac4bdc59.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e5919f0d0a6edb6e45ec60ddac4bdc59.txt new file mode 100644 index 0000000..04f5af7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WHQ54AL8TISWJKIX_jpg.rf.e5919f0d0a6edb6e45ec60ddac4bdc59.txt @@ -0,0 +1 @@ +8 0.5296875 0.45078125 0.6765625 0.78984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.4955aae89304929d40074b05c632fca4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.4955aae89304929d40074b05c632fca4.txt new file mode 100644 index 0000000..e6e3d8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.4955aae89304929d40074b05c632fca4.txt @@ -0,0 +1 @@ +8 0.44296875 0.590625 0.590625 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7a81cb9b983fb361510b6e03809cb968.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7a81cb9b983fb361510b6e03809cb968.txt new file mode 100644 index 0000000..e6e3d8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7a81cb9b983fb361510b6e03809cb968.txt @@ -0,0 +1 @@ +8 0.44296875 0.590625 0.590625 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7bd9fef3c50406b783e1900e4d927c66.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7bd9fef3c50406b783e1900e4d927c66.txt new file mode 100644 index 0000000..e6e3d8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WJ2HKQC7G1CT84EG_jpg.rf.7bd9fef3c50406b783e1900e4d927c66.txt @@ -0,0 +1 @@ +8 0.44296875 0.590625 0.590625 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.71d725fafaf360b4cbc8fe58a2a7549e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.71d725fafaf360b4cbc8fe58a2a7549e.txt new file mode 100644 index 0000000..b3bf445 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.71d725fafaf360b4cbc8fe58a2a7549e.txt @@ -0,0 +1 @@ +8 0.6328125 0.659375 0.734375 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.871f62a921f7718ee1f915d25b2a7fb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.871f62a921f7718ee1f915d25b2a7fb5.txt new file mode 100644 index 0000000..b3bf445 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.871f62a921f7718ee1f915d25b2a7fb5.txt @@ -0,0 +1 @@ +8 0.6328125 0.659375 0.734375 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.e9753592ad030c1389f153d316741ec8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.e9753592ad030c1389f153d316741ec8.txt new file mode 100644 index 0000000..b3bf445 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WM2CZGFTOXC4XNMW_jpg.rf.e9753592ad030c1389f153d316741ec8.txt @@ -0,0 +1 @@ +8 0.6328125 0.659375 0.734375 0.678125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.6bc855dd7eb5801d3857a438fd6f06e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.6bc855dd7eb5801d3857a438fd6f06e7.txt new file mode 100644 index 0000000..4acf0c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.6bc855dd7eb5801d3857a438fd6f06e7.txt @@ -0,0 +1 @@ +8 0.478125 0.5015625 0.7234375 0.32578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.7bbb45243941cde80fbe5f828d1277d5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.7bbb45243941cde80fbe5f828d1277d5.txt new file mode 100644 index 0000000..4acf0c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.7bbb45243941cde80fbe5f828d1277d5.txt @@ -0,0 +1 @@ +8 0.478125 0.5015625 0.7234375 0.32578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.c2f6bdbc806c332361590120a3993289.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.c2f6bdbc806c332361590120a3993289.txt new file mode 100644 index 0000000..4acf0c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WPN5M8IO7XTV4TIO_jpg.rf.c2f6bdbc806c332361590120a3993289.txt @@ -0,0 +1 @@ +8 0.478125 0.5015625 0.7234375 0.32578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.19e6054e1282a7f9531e88c268a74b1f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.19e6054e1282a7f9531e88c268a74b1f.txt new file mode 100644 index 0000000..a2b93a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.19e6054e1282a7f9531e88c268a74b1f.txt @@ -0,0 +1 @@ +8 0.50078125 0.43515625 0.61953125 0.8703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.ba819b62658aa77fb816496929022128.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.ba819b62658aa77fb816496929022128.txt new file mode 100644 index 0000000..a2b93a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.ba819b62658aa77fb816496929022128.txt @@ -0,0 +1 @@ +8 0.50078125 0.43515625 0.61953125 0.8703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.d52d8490e1e927685ee130b295908b14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.d52d8490e1e927685ee130b295908b14.txt new file mode 100644 index 0000000..a2b93a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQAOKIMC1S62F8LD_jpg.rf.d52d8490e1e927685ee130b295908b14.txt @@ -0,0 +1 @@ +8 0.50078125 0.43515625 0.61953125 0.8703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.a3278dd5c1a6d7b6d6b5e8a02f5c79b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.a3278dd5c1a6d7b6d6b5e8a02f5c79b4.txt new file mode 100644 index 0000000..fd9f2c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.a3278dd5c1a6d7b6d6b5e8a02f5c79b4.txt @@ -0,0 +1 @@ +8 0.45078125 0.52734375 0.6078125 0.57578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.da9de5294af217f1b0aeebcc5c79614e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.da9de5294af217f1b0aeebcc5c79614e.txt new file mode 100644 index 0000000..fd9f2c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQCYALPZDRIZ9BLB_jpg.rf.da9de5294af217f1b0aeebcc5c79614e.txt @@ -0,0 +1 @@ +8 0.45078125 0.52734375 0.6078125 0.57578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.1b3bf416e737b89d2b53aa1a4714e16f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.1b3bf416e737b89d2b53aa1a4714e16f.txt new file mode 100644 index 0000000..f0071bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.1b3bf416e737b89d2b53aa1a4714e16f.txt @@ -0,0 +1 @@ +8 0.48984375 0.528125 0.628125 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.2d69c56148d3db951e5281fe1a948ef2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.2d69c56148d3db951e5281fe1a948ef2.txt new file mode 100644 index 0000000..f0071bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.2d69c56148d3db951e5281fe1a948ef2.txt @@ -0,0 +1 @@ +8 0.48984375 0.528125 0.628125 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.87c01b87148a63054188950856043e71.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.87c01b87148a63054188950856043e71.txt new file mode 100644 index 0000000..f0071bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WQLJ7EHY8FDEDW22_jpg.rf.87c01b87148a63054188950856043e71.txt @@ -0,0 +1 @@ +8 0.48984375 0.528125 0.628125 0.609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.6bf60ad71207a41cc4c712fa14f1c156.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.6bf60ad71207a41cc4c712fa14f1c156.txt new file mode 100644 index 0000000..5a4d0fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.6bf60ad71207a41cc4c712fa14f1c156.txt @@ -0,0 +1 @@ +8 0.4859375 0.46015625 0.753125 0.784375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.897dbe0f20bdd8903558f6e98d5f10ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.897dbe0f20bdd8903558f6e98d5f10ed.txt new file mode 100644 index 0000000..5a4d0fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.897dbe0f20bdd8903558f6e98d5f10ed.txt @@ -0,0 +1 @@ +8 0.4859375 0.46015625 0.753125 0.784375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.fedccd5b1ac987ad1af70a9c6fcf67a4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.fedccd5b1ac987ad1af70a9c6fcf67a4.txt new file mode 100644 index 0000000..5a4d0fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WR7ASXTN2CW3CAWF_jpg.rf.fedccd5b1ac987ad1af70a9c6fcf67a4.txt @@ -0,0 +1 @@ +8 0.4859375 0.46015625 0.753125 0.784375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.573d9592660b800a8b4d560a52b2d67b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.573d9592660b800a8b4d560a52b2d67b.txt new file mode 100644 index 0000000..88b45c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.573d9592660b800a8b4d560a52b2d67b.txt @@ -0,0 +1 @@ +8 0.4640625 0.49296875 0.928125 0.9828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.79ba55ebcd89680d447141b7d47ba18a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.79ba55ebcd89680d447141b7d47ba18a.txt new file mode 100644 index 0000000..88b45c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.79ba55ebcd89680d447141b7d47ba18a.txt @@ -0,0 +1 @@ +8 0.4640625 0.49296875 0.928125 0.9828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.b9f03cbdc05e79fdf8da7c14ceeb7a32.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.b9f03cbdc05e79fdf8da7c14ceeb7a32.txt new file mode 100644 index 0000000..88b45c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WTAFLPEU76A1YDVN_jpg.rf.b9f03cbdc05e79fdf8da7c14ceeb7a32.txt @@ -0,0 +1 @@ +8 0.4640625 0.49296875 0.928125 0.9828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.44478894335c35cfde461df5d9899015.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.44478894335c35cfde461df5d9899015.txt new file mode 100644 index 0000000..1768fd1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.44478894335c35cfde461df5d9899015.txt @@ -0,0 +1 @@ +8 0.46796875 0.52890625 0.503125 0.67578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.ee6ff2dc24814648098bb25d5a1c267a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.ee6ff2dc24814648098bb25d5a1c267a.txt new file mode 100644 index 0000000..1768fd1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WU8XONO0AQZLHDD3_jpg.rf.ee6ff2dc24814648098bb25d5a1c267a.txt @@ -0,0 +1 @@ +8 0.46796875 0.52890625 0.503125 0.67578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.12c99468864f4cd760445f1986332587.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.12c99468864f4cd760445f1986332587.txt new file mode 100644 index 0000000..f87e7d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.12c99468864f4cd760445f1986332587.txt @@ -0,0 +1,3 @@ +8 0.4515625 0.365625 0.5984375 0.3953125 +8 0.478125 0.68125 0.49296875 0.42421875 +8 0.846875 0.21875 0.30546875 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.2466fec1c3e01466cddc98dad5f2be9e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.2466fec1c3e01466cddc98dad5f2be9e.txt new file mode 100644 index 0000000..f87e7d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.2466fec1c3e01466cddc98dad5f2be9e.txt @@ -0,0 +1,3 @@ +8 0.4515625 0.365625 0.5984375 0.3953125 +8 0.478125 0.68125 0.49296875 0.42421875 +8 0.846875 0.21875 0.30546875 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.c93e656a7c59732fbc42818f9d9ccf0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.c93e656a7c59732fbc42818f9d9ccf0a.txt new file mode 100644 index 0000000..f87e7d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WUGBD29XXDWSDUKO_jpg.rf.c93e656a7c59732fbc42818f9d9ccf0a.txt @@ -0,0 +1,3 @@ +8 0.4515625 0.365625 0.5984375 0.3953125 +8 0.478125 0.68125 0.49296875 0.42421875 +8 0.846875 0.21875 0.30546875 0.3828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.0da82e3818a73a90b75c4c070894de25.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.0da82e3818a73a90b75c4c070894de25.txt new file mode 100644 index 0000000..56d0a1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.0da82e3818a73a90b75c4c070894de25.txt @@ -0,0 +1 @@ +8 0.46953125 0.496875 0.40625 0.23515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.209d9b73cebfb66b0c5a0ac44b1d7d45.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.209d9b73cebfb66b0c5a0ac44b1d7d45.txt new file mode 100644 index 0000000..56d0a1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.209d9b73cebfb66b0c5a0ac44b1d7d45.txt @@ -0,0 +1 @@ +8 0.46953125 0.496875 0.40625 0.23515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.dcb20ac37e3d1bf77867c10f9ed16edf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.dcb20ac37e3d1bf77867c10f9ed16edf.txt new file mode 100644 index 0000000..56d0a1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WVL8QALCUKW13AOS_jpg.rf.dcb20ac37e3d1bf77867c10f9ed16edf.txt @@ -0,0 +1 @@ +8 0.46953125 0.496875 0.40625 0.23515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.0f3e10160b89af3d7cafeb7343574edd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.0f3e10160b89af3d7cafeb7343574edd.txt new file mode 100644 index 0000000..5baaec6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.0f3e10160b89af3d7cafeb7343574edd.txt @@ -0,0 +1 @@ +8 0.390625 0.40859375 0.78125 0.8171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.6eec1f7e71dcbd5910af8ab353c3fb70.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.6eec1f7e71dcbd5910af8ab353c3fb70.txt new file mode 100644 index 0000000..5baaec6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWHKMKEGL502Z9GH_jpg.rf.6eec1f7e71dcbd5910af8ab353c3fb70.txt @@ -0,0 +1 @@ +8 0.390625 0.40859375 0.78125 0.8171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.21cfaae3b9bf30c38b63f50e5aca6c79.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.21cfaae3b9bf30c38b63f50e5aca6c79.txt new file mode 100644 index 0000000..7dc63ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.21cfaae3b9bf30c38b63f50e5aca6c79.txt @@ -0,0 +1 @@ +8 0.4828125 0.4484375 0.6890625 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.731374ecc739f2d62f632834ae562e04.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.731374ecc739f2d62f632834ae562e04.txt new file mode 100644 index 0000000..7dc63ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.731374ecc739f2d62f632834ae562e04.txt @@ -0,0 +1 @@ +8 0.4828125 0.4484375 0.6890625 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.ab26ebd5b46b95ca2e01e769d0b1c1c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.ab26ebd5b46b95ca2e01e769d0b1c1c5.txt new file mode 100644 index 0000000..7dc63ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WWSUDME4F3DPPWLH_jpg.rf.ab26ebd5b46b95ca2e01e769d0b1c1c5.txt @@ -0,0 +1 @@ +8 0.4828125 0.4484375 0.6890625 0.66171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.01f52492cff040c493af2eacf376c48a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.01f52492cff040c493af2eacf376c48a.txt new file mode 100644 index 0000000..e308913 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.01f52492cff040c493af2eacf376c48a.txt @@ -0,0 +1 @@ +8 0.45390625 0.46953125 0.6109375 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.4bd6e46700f1cf232f1b2c047c4ae6f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.4bd6e46700f1cf232f1b2c047c4ae6f1.txt new file mode 100644 index 0000000..e308913 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.4bd6e46700f1cf232f1b2c047c4ae6f1.txt @@ -0,0 +1 @@ +8 0.45390625 0.46953125 0.6109375 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.699e65fc340158c695ad275da6681af3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.699e65fc340158c695ad275da6681af3.txt new file mode 100644 index 0000000..e308913 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_WZOXZ1UI58G42C75_jpg.rf.699e65fc340158c695ad275da6681af3.txt @@ -0,0 +1 @@ +8 0.45390625 0.46953125 0.6109375 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.05ac151daa148e95e4056e7ca4d17236.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.05ac151daa148e95e4056e7ca4d17236.txt new file mode 100644 index 0000000..1cbb5ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.05ac151daa148e95e4056e7ca4d17236.txt @@ -0,0 +1 @@ +8 0.53671875 0.62109375 0.9234375 0.7515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.7db248370b267c99adca3137c113e029.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.7db248370b267c99adca3137c113e029.txt new file mode 100644 index 0000000..1cbb5ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.7db248370b267c99adca3137c113e029.txt @@ -0,0 +1 @@ +8 0.53671875 0.62109375 0.9234375 0.7515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.e420ef195d2a22d7bbf03217cb5fa38f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.e420ef195d2a22d7bbf03217cb5fa38f.txt new file mode 100644 index 0000000..1cbb5ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X077LZCLU6D3U1N4_jpg.rf.e420ef195d2a22d7bbf03217cb5fa38f.txt @@ -0,0 +1 @@ +8 0.53671875 0.62109375 0.9234375 0.7515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.863b2163d7f25dd886cbdf63e9f115bc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.863b2163d7f25dd886cbdf63e9f115bc.txt new file mode 100644 index 0000000..61f3c2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.863b2163d7f25dd886cbdf63e9f115bc.txt @@ -0,0 +1 @@ +8 0.55625 0.51015625 0.83515625 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.af71216353d1e56187177a91b28f1b95.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.af71216353d1e56187177a91b28f1b95.txt new file mode 100644 index 0000000..61f3c2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.af71216353d1e56187177a91b28f1b95.txt @@ -0,0 +1 @@ +8 0.55625 0.51015625 0.83515625 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.f5a6772e86808feb32d4bd9b9a1c1679.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.f5a6772e86808feb32d4bd9b9a1c1679.txt new file mode 100644 index 0000000..61f3c2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2JXWPI0YXB1F3ZL_jpg.rf.f5a6772e86808feb32d4bd9b9a1c1679.txt @@ -0,0 +1 @@ +8 0.55625 0.51015625 0.83515625 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.4f9140ab0dbe31b1291e9320e7f53ee3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.4f9140ab0dbe31b1291e9320e7f53ee3.txt new file mode 100644 index 0000000..f63116b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.4f9140ab0dbe31b1291e9320e7f53ee3.txt @@ -0,0 +1 @@ +8 0.50390625 0.5109375 0.57890625 0.56875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.5062405a101b9b338806a2bddea42a2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.5062405a101b9b338806a2bddea42a2a.txt new file mode 100644 index 0000000..f63116b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.5062405a101b9b338806a2bddea42a2a.txt @@ -0,0 +1 @@ +8 0.50390625 0.5109375 0.57890625 0.56875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.b8d44f5fea0c8ff9cb4b95f0f7bd7531.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.b8d44f5fea0c8ff9cb4b95f0f7bd7531.txt new file mode 100644 index 0000000..f63116b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X2TCEDW0LOI4RDS7_jpg.rf.b8d44f5fea0c8ff9cb4b95f0f7bd7531.txt @@ -0,0 +1 @@ +8 0.50390625 0.5109375 0.57890625 0.56875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.27b427111bc076e47e90a9d09d77c73b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.27b427111bc076e47e90a9d09d77c73b.txt new file mode 100644 index 0000000..9a9f98c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.27b427111bc076e47e90a9d09d77c73b.txt @@ -0,0 +1 @@ +8 0.55234375 0.5109375 0.68515625 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.e23c17dbf57008a37002a7b7afd1be0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.e23c17dbf57008a37002a7b7afd1be0a.txt new file mode 100644 index 0000000..9a9f98c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.e23c17dbf57008a37002a7b7afd1be0a.txt @@ -0,0 +1 @@ +8 0.55234375 0.5109375 0.68515625 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.f3bb82de6f77cba897a6b0ef9573d63c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.f3bb82de6f77cba897a6b0ef9573d63c.txt new file mode 100644 index 0000000..9a9f98c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6N8WEWN2YOO1QRH_jpg.rf.f3bb82de6f77cba897a6b0ef9573d63c.txt @@ -0,0 +1 @@ +8 0.55234375 0.5109375 0.68515625 0.7375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.781832cb111f5626ee44f937fa3da2b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.781832cb111f5626ee44f937fa3da2b8.txt new file mode 100644 index 0000000..a01e638 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.781832cb111f5626ee44f937fa3da2b8.txt @@ -0,0 +1 @@ +8 0.53515625 0.49609375 0.81875 0.99140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b01929cd304cb886a9250825ca106099.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b01929cd304cb886a9250825ca106099.txt new file mode 100644 index 0000000..a01e638 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b01929cd304cb886a9250825ca106099.txt @@ -0,0 +1 @@ +8 0.53515625 0.49609375 0.81875 0.99140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b157b4005f3a2f32740aa5e13110ae76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b157b4005f3a2f32740aa5e13110ae76.txt new file mode 100644 index 0000000..a01e638 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X6WFPKD6ANQUF0SW_jpg.rf.b157b4005f3a2f32740aa5e13110ae76.txt @@ -0,0 +1 @@ +8 0.53515625 0.49609375 0.81875 0.99140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.a6eac7e46d49fdc65f7509084f6e462f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.a6eac7e46d49fdc65f7509084f6e462f.txt new file mode 100644 index 0000000..ac8e28c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.a6eac7e46d49fdc65f7509084f6e462f.txt @@ -0,0 +1,2 @@ +8 0.440625 0.321875 0.88046875 0.42109375 +8 0.44375 0.653125 0.86953125 0.32421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.ac476c23591723e6fae62c699343c029.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.ac476c23591723e6fae62c699343c029.txt new file mode 100644 index 0000000..ac8e28c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X8V98R8GHKBVIXOZ_jpg.rf.ac476c23591723e6fae62c699343c029.txt @@ -0,0 +1,2 @@ +8 0.440625 0.321875 0.88046875 0.42109375 +8 0.44375 0.653125 0.86953125 0.32421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.10014a75e723494f4eac003211ed1cce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.10014a75e723494f4eac003211ed1cce.txt new file mode 100644 index 0000000..5bd1a78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.10014a75e723494f4eac003211ed1cce.txt @@ -0,0 +1 @@ +8 0.44375 0.33203125 0.88671875 0.6640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.7c693d4d5020ab39fece7530388c0141.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.7c693d4d5020ab39fece7530388c0141.txt new file mode 100644 index 0000000..5bd1a78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.7c693d4d5020ab39fece7530388c0141.txt @@ -0,0 +1 @@ +8 0.44375 0.33203125 0.88671875 0.6640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.97d4fed56f7553a29d38ed6885d2936d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.97d4fed56f7553a29d38ed6885d2936d.txt new file mode 100644 index 0000000..5bd1a78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_X9S64DLN3U5WRCZW_jpg.rf.97d4fed56f7553a29d38ed6885d2936d.txt @@ -0,0 +1 @@ +8 0.44375 0.33203125 0.88671875 0.6640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.46c149300ca0c659063d3253ca2e35d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.46c149300ca0c659063d3253ca2e35d8.txt new file mode 100644 index 0000000..5303911 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.46c149300ca0c659063d3253ca2e35d8.txt @@ -0,0 +1 @@ +8 0.5859375 0.56953125 0.76953125 0.60859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.69e22754f4c49e92dcde68fc49d3a8f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.69e22754f4c49e92dcde68fc49d3a8f7.txt new file mode 100644 index 0000000..5303911 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.69e22754f4c49e92dcde68fc49d3a8f7.txt @@ -0,0 +1 @@ +8 0.5859375 0.56953125 0.76953125 0.60859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.fb732e492b1eecb3faeaea95f103d3b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.fb732e492b1eecb3faeaea95f103d3b2.txt new file mode 100644 index 0000000..5303911 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XH4NAYDHL8HAYU8X_jpg.rf.fb732e492b1eecb3faeaea95f103d3b2.txt @@ -0,0 +1 @@ +8 0.5859375 0.56953125 0.76953125 0.60859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.cefd2ffc9b79d151b8b1357eabe61436.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.cefd2ffc9b79d151b8b1357eabe61436.txt new file mode 100644 index 0000000..d9ca4fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.cefd2ffc9b79d151b8b1357eabe61436.txt @@ -0,0 +1 @@ +8 0.46875 0.4984375 0.54296875 0.53046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.dd22012b4638ecc41ab7774e130fb565.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.dd22012b4638ecc41ab7774e130fb565.txt new file mode 100644 index 0000000..d9ca4fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.dd22012b4638ecc41ab7774e130fb565.txt @@ -0,0 +1 @@ +8 0.46875 0.4984375 0.54296875 0.53046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.ff2e77e129e6da9064268d14380efd64.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.ff2e77e129e6da9064268d14380efd64.txt new file mode 100644 index 0000000..d9ca4fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJA4L6814UDBT2B1_jpg.rf.ff2e77e129e6da9064268d14380efd64.txt @@ -0,0 +1 @@ +8 0.46875 0.4984375 0.54296875 0.53046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.16d4bd48765fb936f0ff4d23228969ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.16d4bd48765fb936f0ff4d23228969ca.txt new file mode 100644 index 0000000..f92023e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.16d4bd48765fb936f0ff4d23228969ca.txt @@ -0,0 +1 @@ +8 0.49140625 0.40859375 0.65859375 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.5ee2a5e6aae1187c47fb38f4d392ab8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.5ee2a5e6aae1187c47fb38f4d392ab8f.txt new file mode 100644 index 0000000..f92023e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.5ee2a5e6aae1187c47fb38f4d392ab8f.txt @@ -0,0 +1 @@ +8 0.49140625 0.40859375 0.65859375 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.753f92ebc38d8c2e035787a366b62380.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.753f92ebc38d8c2e035787a366b62380.txt new file mode 100644 index 0000000..f92023e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XJXA0LDIUEDTCHAD_jpg.rf.753f92ebc38d8c2e035787a366b62380.txt @@ -0,0 +1 @@ +8 0.49140625 0.40859375 0.65859375 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.16727a5cf52322f6e6568c95dddb4341.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.16727a5cf52322f6e6568c95dddb4341.txt new file mode 100644 index 0000000..54ca013 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.16727a5cf52322f6e6568c95dddb4341.txt @@ -0,0 +1,3 @@ +8 0.584375 0.45703125 0.60703125 0.6546875 +8 0.275 0.62265625 0.23671875 0.628125 +8 0.52265625 0.2046875 0.64609375 0.40625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.1b60cfb33618f73edd63c5a2dddf2ad5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.1b60cfb33618f73edd63c5a2dddf2ad5.txt new file mode 100644 index 0000000..54ca013 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.1b60cfb33618f73edd63c5a2dddf2ad5.txt @@ -0,0 +1,3 @@ +8 0.584375 0.45703125 0.60703125 0.6546875 +8 0.275 0.62265625 0.23671875 0.628125 +8 0.52265625 0.2046875 0.64609375 0.40625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.9799cfd2a35bede45b6a3c2158d9921a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.9799cfd2a35bede45b6a3c2158d9921a.txt new file mode 100644 index 0000000..54ca013 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_XXVVP360O472HZT5_jpg.rf.9799cfd2a35bede45b6a3c2158d9921a.txt @@ -0,0 +1,3 @@ +8 0.584375 0.45703125 0.60703125 0.6546875 +8 0.275 0.62265625 0.23671875 0.628125 +8 0.52265625 0.2046875 0.64609375 0.40625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.5b6fa19c4719482e184fcc7862746131.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.5b6fa19c4719482e184fcc7862746131.txt new file mode 100644 index 0000000..703b8f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.5b6fa19c4719482e184fcc7862746131.txt @@ -0,0 +1 @@ +8 0.50703125 0.45703125 0.5703125 0.6421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.808ce835a9a46cf0b24f0cff2be87cb0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.808ce835a9a46cf0b24f0cff2be87cb0.txt new file mode 100644 index 0000000..703b8f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.808ce835a9a46cf0b24f0cff2be87cb0.txt @@ -0,0 +1 @@ +8 0.50703125 0.45703125 0.5703125 0.6421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.892aa3d8d22227e33569e04f3004aaac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.892aa3d8d22227e33569e04f3004aaac.txt new file mode 100644 index 0000000..703b8f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y1DR1BL2N55P8FHD_jpg.rf.892aa3d8d22227e33569e04f3004aaac.txt @@ -0,0 +1 @@ +8 0.50703125 0.45703125 0.5703125 0.6421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8343a0c37279cbb2299ef451e807ea9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8343a0c37279cbb2299ef451e807ea9d.txt new file mode 100644 index 0000000..f8fe8c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8343a0c37279cbb2299ef451e807ea9d.txt @@ -0,0 +1 @@ +8 0.5640625 0.365625 0.1359375 0.275 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8be4de764e053639d50e23708495f03e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8be4de764e053639d50e23708495f03e.txt new file mode 100644 index 0000000..f8fe8c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.8be4de764e053639d50e23708495f03e.txt @@ -0,0 +1 @@ +8 0.5640625 0.365625 0.1359375 0.275 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.ecbb07e1aeacdd502028b3f7291be887.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.ecbb07e1aeacdd502028b3f7291be887.txt new file mode 100644 index 0000000..f8fe8c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Y58EZDTNS6GP7LZ1_jpg.rf.ecbb07e1aeacdd502028b3f7291be887.txt @@ -0,0 +1 @@ +8 0.5640625 0.365625 0.1359375 0.275 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.a3c7c964938886b72e884a2d32f766ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.a3c7c964938886b72e884a2d32f766ad.txt new file mode 100644 index 0000000..573937f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.a3c7c964938886b72e884a2d32f766ad.txt @@ -0,0 +1 @@ +8 0.5328125 0.3578125 0.6421875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.ac93ed788e01ae74ead23278d7780c46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.ac93ed788e01ae74ead23278d7780c46.txt new file mode 100644 index 0000000..573937f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.ac93ed788e01ae74ead23278d7780c46.txt @@ -0,0 +1 @@ +8 0.5328125 0.3578125 0.6421875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.af55ebb4942c597f574f8b07e24d9df8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.af55ebb4942c597f574f8b07e24d9df8.txt new file mode 100644 index 0000000..573937f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YH62N81YLUYV50Y0_jpg.rf.af55ebb4942c597f574f8b07e24d9df8.txt @@ -0,0 +1 @@ +8 0.5328125 0.3578125 0.6421875 0.3953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.177f64abff841c3dfd07c0b85b781160.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.177f64abff841c3dfd07c0b85b781160.txt new file mode 100644 index 0000000..fcaa055 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.177f64abff841c3dfd07c0b85b781160.txt @@ -0,0 +1 @@ +8 0.41875 0.5078125 0.8375 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.841cf0f043117fae76d8df53d7f75f2f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.841cf0f043117fae76d8df53d7f75f2f.txt new file mode 100644 index 0000000..fcaa055 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.841cf0f043117fae76d8df53d7f75f2f.txt @@ -0,0 +1 @@ +8 0.41875 0.5078125 0.8375 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.84836ebde48dfa58d91362d6fe360279.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.84836ebde48dfa58d91362d6fe360279.txt new file mode 100644 index 0000000..fcaa055 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YK0YGDLHHMCT74N6_jpg.rf.84836ebde48dfa58d91362d6fe360279.txt @@ -0,0 +1 @@ +8 0.41875 0.5078125 0.8375 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.0bb775c7d6641dbba9cec86aab79c2ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.0bb775c7d6641dbba9cec86aab79c2ef.txt new file mode 100644 index 0000000..a6d3d38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.0bb775c7d6641dbba9cec86aab79c2ef.txt @@ -0,0 +1 @@ +8 0.4859375 0.4390625 0.62265625 0.7140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.3104a94e8977e2eaccb6e784178c1505.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.3104a94e8977e2eaccb6e784178c1505.txt new file mode 100644 index 0000000..a6d3d38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.3104a94e8977e2eaccb6e784178c1505.txt @@ -0,0 +1 @@ +8 0.4859375 0.4390625 0.62265625 0.7140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.6fe0cf2318c348150bac10b71219f969.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.6fe0cf2318c348150bac10b71219f969.txt new file mode 100644 index 0000000..a6d3d38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YLPW131S7X0B7Y5H_jpg.rf.6fe0cf2318c348150bac10b71219f969.txt @@ -0,0 +1 @@ +8 0.4859375 0.4390625 0.62265625 0.7140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.99c7d90b0af2deb5f2bb5098a4c792ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.99c7d90b0af2deb5f2bb5098a4c792ab.txt new file mode 100644 index 0000000..48c2602 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.99c7d90b0af2deb5f2bb5098a4c792ab.txt @@ -0,0 +1 @@ +8 0.51171875 0.459375 0.6875 0.65 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.affb8be93ada08d9489b329284d26c5f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.affb8be93ada08d9489b329284d26c5f.txt new file mode 100644 index 0000000..48c2602 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.affb8be93ada08d9489b329284d26c5f.txt @@ -0,0 +1 @@ +8 0.51171875 0.459375 0.6875 0.65 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.d84b75642cf4026d9df8b8b62baf0afa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.d84b75642cf4026d9df8b8b62baf0afa.txt new file mode 100644 index 0000000..48c2602 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YM6SFF1930LTJQG5_jpg.rf.d84b75642cf4026d9df8b8b62baf0afa.txt @@ -0,0 +1 @@ +8 0.51171875 0.459375 0.6875 0.65 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.92d78ac0bee0589bfff41fe9a37cce95.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.92d78ac0bee0589bfff41fe9a37cce95.txt new file mode 100644 index 0000000..8db49cd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.92d78ac0bee0589bfff41fe9a37cce95.txt @@ -0,0 +1 @@ +8 0.44609375 0.45546875 0.5796875 0.82265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.9efbf7cb9c63ea8a55d12b5d3199ffa6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.9efbf7cb9c63ea8a55d12b5d3199ffa6.txt new file mode 100644 index 0000000..8db49cd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YRQVUO17MLNPV2J5_jpg.rf.9efbf7cb9c63ea8a55d12b5d3199ffa6.txt @@ -0,0 +1 @@ +8 0.44609375 0.45546875 0.5796875 0.82265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.3c648957c1f4f538a12205a863c535af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.3c648957c1f4f538a12205a863c535af.txt new file mode 100644 index 0000000..afad1e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.3c648957c1f4f538a12205a863c535af.txt @@ -0,0 +1 @@ +8 0.52265625 0.31328125 0.19375 0.20390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.6cf658ee8876a6ca613cb52100470839.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.6cf658ee8876a6ca613cb52100470839.txt new file mode 100644 index 0000000..afad1e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.6cf658ee8876a6ca613cb52100470839.txt @@ -0,0 +1 @@ +8 0.52265625 0.31328125 0.19375 0.20390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.7073c27f8041854a71e118a45dba93ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.7073c27f8041854a71e118a45dba93ca.txt new file mode 100644 index 0000000..afad1e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YT5EGN5YTTW5IBWC_jpg.rf.7073c27f8041854a71e118a45dba93ca.txt @@ -0,0 +1 @@ +8 0.52265625 0.31328125 0.19375 0.20390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.04dcd8ea68e5c7ce533ee0e99ad89ac0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.04dcd8ea68e5c7ce533ee0e99ad89ac0.txt new file mode 100644 index 0000000..973a5d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.04dcd8ea68e5c7ce533ee0e99ad89ac0.txt @@ -0,0 +1 @@ +8 0.48828125 0.45859375 0.7703125 0.89765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.146137bb76a1ef10f3c21721db823ed5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.146137bb76a1ef10f3c21721db823ed5.txt new file mode 100644 index 0000000..973a5d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.146137bb76a1ef10f3c21721db823ed5.txt @@ -0,0 +1 @@ +8 0.48828125 0.45859375 0.7703125 0.89765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.803711ccfd1ab2e2bedee8f77acc19e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.803711ccfd1ab2e2bedee8f77acc19e1.txt new file mode 100644 index 0000000..973a5d3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YVP2OL9P2JQSQSDX_jpg.rf.803711ccfd1ab2e2bedee8f77acc19e1.txt @@ -0,0 +1 @@ +8 0.48828125 0.45859375 0.7703125 0.89765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.7248dbfbeed414028ff58dd4717ad2cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.7248dbfbeed414028ff58dd4717ad2cb.txt new file mode 100644 index 0000000..8836813 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.7248dbfbeed414028ff58dd4717ad2cb.txt @@ -0,0 +1 @@ +8 0.52109375 0.51328125 0.71171875 0.75859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.ac3b3556497170504a2abe563636e04e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.ac3b3556497170504a2abe563636e04e.txt new file mode 100644 index 0000000..8836813 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.ac3b3556497170504a2abe563636e04e.txt @@ -0,0 +1 @@ +8 0.52109375 0.51328125 0.71171875 0.75859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.dd7880bcaf637ba980128a67940c9f5f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.dd7880bcaf637ba980128a67940c9f5f.txt new file mode 100644 index 0000000..8836813 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_YZBWNPPG0CCWVS86_jpg.rf.dd7880bcaf637ba980128a67940c9f5f.txt @@ -0,0 +1 @@ +8 0.52109375 0.51328125 0.71171875 0.75859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.0756aaedb1cbc3ddbf4d6b5dabfa9eac.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.0756aaedb1cbc3ddbf4d6b5dabfa9eac.txt new file mode 100644 index 0000000..b9fa697 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.0756aaedb1cbc3ddbf4d6b5dabfa9eac.txt @@ -0,0 +1 @@ +8 0.565625 0.47421875 0.4375 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.16c633db8ef8d7a4f04d3e1f5be47248.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.16c633db8ef8d7a4f04d3e1f5be47248.txt new file mode 100644 index 0000000..b9fa697 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.16c633db8ef8d7a4f04d3e1f5be47248.txt @@ -0,0 +1 @@ +8 0.565625 0.47421875 0.4375 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.99639aa64df71774a1a9c526c8be0a0d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.99639aa64df71774a1a9c526c8be0a0d.txt new file mode 100644 index 0000000..b9fa697 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z0IT1JIYODN4DE7Q_jpg.rf.99639aa64df71774a1a9c526c8be0a0d.txt @@ -0,0 +1 @@ +8 0.565625 0.47421875 0.4375 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.03e9c434d3b66412c20f5cc94e423a9c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.03e9c434d3b66412c20f5cc94e423a9c.txt new file mode 100644 index 0000000..eebdae4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.03e9c434d3b66412c20f5cc94e423a9c.txt @@ -0,0 +1 @@ +8 0.4546875 0.51015625 0.5453125 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.4dbc1490b0cd3848ecd472d3e7e2f587.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.4dbc1490b0cd3848ecd472d3e7e2f587.txt new file mode 100644 index 0000000..eebdae4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.4dbc1490b0cd3848ecd472d3e7e2f587.txt @@ -0,0 +1 @@ +8 0.4546875 0.51015625 0.5453125 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.738ac61fd05b557b74895e45af5df42f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.738ac61fd05b557b74895e45af5df42f.txt new file mode 100644 index 0000000..eebdae4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z3QJ0ZEBFQ4Z65QL_jpg.rf.738ac61fd05b557b74895e45af5df42f.txt @@ -0,0 +1 @@ +8 0.4546875 0.51015625 0.5453125 0.7359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.2d1158df0e83027a2b53a30cdd9730c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.2d1158df0e83027a2b53a30cdd9730c6.txt new file mode 100644 index 0000000..6441825 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.2d1158df0e83027a2b53a30cdd9730c6.txt @@ -0,0 +1 @@ +8 0.3828125 0.48828125 0.6828125 0.31953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.8679d2b8e83876c1929a932c143e49ad.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.8679d2b8e83876c1929a932c143e49ad.txt new file mode 100644 index 0000000..6441825 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.8679d2b8e83876c1929a932c143e49ad.txt @@ -0,0 +1 @@ +8 0.3828125 0.48828125 0.6828125 0.31953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.bf68f413548b7315fab91a013eef1ba0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.bf68f413548b7315fab91a013eef1ba0.txt new file mode 100644 index 0000000..6441825 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z5DF6V5POVU8VF0L_jpg.rf.bf68f413548b7315fab91a013eef1ba0.txt @@ -0,0 +1 @@ +8 0.3828125 0.48828125 0.6828125 0.31953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.599330824fd102d51009c39f79c8ad7d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.599330824fd102d51009c39f79c8ad7d.txt new file mode 100644 index 0000000..39c573e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.599330824fd102d51009c39f79c8ad7d.txt @@ -0,0 +1 @@ +8 0.44140625 0.55625 0.50390625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.6a892d2dbe3edfc8b763ba2a0f499f46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.6a892d2dbe3edfc8b763ba2a0f499f46.txt new file mode 100644 index 0000000..39c573e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.6a892d2dbe3edfc8b763ba2a0f499f46.txt @@ -0,0 +1 @@ +8 0.44140625 0.55625 0.50390625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.77df54b0b2b1037e692b7ed40a8f36a2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.77df54b0b2b1037e692b7ed40a8f36a2.txt new file mode 100644 index 0000000..39c573e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_Z8HFKW1CXUYNGI91_jpg.rf.77df54b0b2b1037e692b7ed40a8f36a2.txt @@ -0,0 +1 @@ +8 0.44140625 0.55625 0.50390625 0.5078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.3a0bd483e72dc73ec1fe8b4ae5e49cd2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.3a0bd483e72dc73ec1fe8b4ae5e49cd2.txt new file mode 100644 index 0000000..6f7343d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.3a0bd483e72dc73ec1fe8b4ae5e49cd2.txt @@ -0,0 +1,2 @@ +8 0.5359375 0.63203125 0.62734375 0.50390625 +8 0.34375 0.3546875 0.5078125 0.32578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.bb4ece9197758fc99a294eeebbbdecca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.bb4ece9197758fc99a294eeebbbdecca.txt new file mode 100644 index 0000000..6f7343d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.bb4ece9197758fc99a294eeebbbdecca.txt @@ -0,0 +1,2 @@ +8 0.5359375 0.63203125 0.62734375 0.50390625 +8 0.34375 0.3546875 0.5078125 0.32578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.c5ed1da2232a44d9f8569071a7522bde.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.c5ed1da2232a44d9f8569071a7522bde.txt new file mode 100644 index 0000000..6f7343d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZDGSFVNUYMY2YJWZ_jpg.rf.c5ed1da2232a44d9f8569071a7522bde.txt @@ -0,0 +1,2 @@ +8 0.5359375 0.63203125 0.62734375 0.50390625 +8 0.34375 0.3546875 0.5078125 0.32578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.017c5b40c036adad52c0b69062553938.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.017c5b40c036adad52c0b69062553938.txt new file mode 100644 index 0000000..9ae9d05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.017c5b40c036adad52c0b69062553938.txt @@ -0,0 +1 @@ +8 0.428125 0.5 0.778125 0.490625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.48145b10ec6e45f38d318f70bc4f4e59.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.48145b10ec6e45f38d318f70bc4f4e59.txt new file mode 100644 index 0000000..9ae9d05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.48145b10ec6e45f38d318f70bc4f4e59.txt @@ -0,0 +1 @@ +8 0.428125 0.5 0.778125 0.490625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.cf8e513f6de37f415952db716f195b61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.cf8e513f6de37f415952db716f195b61.txt new file mode 100644 index 0000000..9ae9d05 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEHCM4N5D137EVJM_jpg.rf.cf8e513f6de37f415952db716f195b61.txt @@ -0,0 +1 @@ +8 0.428125 0.5 0.778125 0.490625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.4fbfeb5c45b593f8c8f6c0961da0c08a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.4fbfeb5c45b593f8c8f6c0961da0c08a.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.7106d1b2ec234e6045673c9839fb0649.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.7106d1b2ec234e6045673c9839fb0649.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.997e52686083dc0e90aa06ebc354d1af.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEJV3MCDXA0CG8JE_jpg.rf.997e52686083dc0e90aa06ebc354d1af.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.2064e70d1ab7ce3c42748185e69ab045.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.2064e70d1ab7ce3c42748185e69ab045.txt new file mode 100644 index 0000000..0433f9a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.2064e70d1ab7ce3c42748185e69ab045.txt @@ -0,0 +1 @@ +8 0.45234375 0.5765625 0.50234375 0.60625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.47f841b41b019db06339bd22e2837f2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.47f841b41b019db06339bd22e2837f2c.txt new file mode 100644 index 0000000..0433f9a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.47f841b41b019db06339bd22e2837f2c.txt @@ -0,0 +1 @@ +8 0.45234375 0.5765625 0.50234375 0.60625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.ad922d955d0fc05a129ede1c5538c0d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.ad922d955d0fc05a129ede1c5538c0d2.txt new file mode 100644 index 0000000..0433f9a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZEQR3ZLC2MJACQMZ_jpg.rf.ad922d955d0fc05a129ede1c5538c0d2.txt @@ -0,0 +1 @@ +8 0.45234375 0.5765625 0.50234375 0.60625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.05c8d9297bcd2b82ee81ee210e13f50e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.05c8d9297bcd2b82ee81ee210e13f50e.txt new file mode 100644 index 0000000..82b56fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.05c8d9297bcd2b82ee81ee210e13f50e.txt @@ -0,0 +1 @@ +8 0.440625 0.4125 0.61328125 0.82265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.17974d0c57dd3379162051673940f5a5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.17974d0c57dd3379162051673940f5a5.txt new file mode 100644 index 0000000..82b56fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.17974d0c57dd3379162051673940f5a5.txt @@ -0,0 +1 @@ +8 0.440625 0.4125 0.61328125 0.82265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.e73a8db5beb06fef44b69450df9dfd1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.e73a8db5beb06fef44b69450df9dfd1a.txt new file mode 100644 index 0000000..82b56fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZKSIEQ7HUYY29JVC_jpg.rf.e73a8db5beb06fef44b69450df9dfd1a.txt @@ -0,0 +1 @@ +8 0.440625 0.4125 0.61328125 0.82265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.a1670a2939e77defb6170e41aa95f465.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.a1670a2939e77defb6170e41aa95f465.txt new file mode 100644 index 0000000..30655e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.a1670a2939e77defb6170e41aa95f465.txt @@ -0,0 +1,2 @@ +8 0.60078125 0.46171875 0.5515625 0.471875 +8 0.22109375 0.51796875 0.29453125 0.19609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.dbf76dc43991450082eac07786449010.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.dbf76dc43991450082eac07786449010.txt new file mode 100644 index 0000000..30655e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.dbf76dc43991450082eac07786449010.txt @@ -0,0 +1,2 @@ +8 0.60078125 0.46171875 0.5515625 0.471875 +8 0.22109375 0.51796875 0.29453125 0.19609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.ea61ab07539c4d1cb999ec96efed17eb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.ea61ab07539c4d1cb999ec96efed17eb.txt new file mode 100644 index 0000000..30655e7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZMO9WJGSH0GIUAKA_jpg.rf.ea61ab07539c4d1cb999ec96efed17eb.txt @@ -0,0 +1,2 @@ +8 0.60078125 0.46171875 0.5515625 0.471875 +8 0.22109375 0.51796875 0.29453125 0.19609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.28787119138079752325e708dcd05dc0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.28787119138079752325e708dcd05dc0.txt new file mode 100644 index 0000000..25bf957 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.28787119138079752325e708dcd05dc0.txt @@ -0,0 +1 @@ +8 0.50859375 0.52421875 0.54765625 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.3f2974a16aa87fefbc7f5aee9f63a5d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.3f2974a16aa87fefbc7f5aee9f63a5d7.txt new file mode 100644 index 0000000..25bf957 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.3f2974a16aa87fefbc7f5aee9f63a5d7.txt @@ -0,0 +1 @@ +8 0.50859375 0.52421875 0.54765625 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.ccddc7d7513c30a1ed43f3cf4c905bfa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.ccddc7d7513c30a1ed43f3cf4c905bfa.txt new file mode 100644 index 0000000..25bf957 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZU4YXIPVZ466P90Z_jpg.rf.ccddc7d7513c30a1ed43f3cf4c905bfa.txt @@ -0,0 +1 @@ +8 0.50859375 0.52421875 0.54765625 0.4109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.19f96c2f7235faa608747f7500edcaf1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.19f96c2f7235faa608747f7500edcaf1.txt new file mode 100644 index 0000000..638c8a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.19f96c2f7235faa608747f7500edcaf1.txt @@ -0,0 +1 @@ +8 0.47265625 0.39140625 0.75625 0.7828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.bdbb42232178fb143e3e628507b40529.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.bdbb42232178fb143e3e628507b40529.txt new file mode 100644 index 0000000..638c8a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.bdbb42232178fb143e3e628507b40529.txt @@ -0,0 +1 @@ +8 0.47265625 0.39140625 0.75625 0.7828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.d4c5da249209e5bfdca62841fe0f8b05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.d4c5da249209e5bfdca62841fe0f8b05.txt new file mode 100644 index 0000000..638c8a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZVG7RB80JJG5RCCX_jpg.rf.d4c5da249209e5bfdca62841fe0f8b05.txt @@ -0,0 +1 @@ +8 0.47265625 0.39140625 0.75625 0.7828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.3fb5798dd997f3fc23398dc13434a2c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.3fb5798dd997f3fc23398dc13434a2c1.txt new file mode 100644 index 0000000..422882b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.3fb5798dd997f3fc23398dc13434a2c1.txt @@ -0,0 +1 @@ +8 0.5484375 0.56015625 0.37265625 0.3421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.8f1f7313a65d12f75a66ad5b3174af69.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.8f1f7313a65d12f75a66ad5b3174af69.txt new file mode 100644 index 0000000..422882b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.8f1f7313a65d12f75a66ad5b3174af69.txt @@ -0,0 +1 @@ +8 0.5484375 0.56015625 0.37265625 0.3421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.fa37a2b1fa717e1b808148564b0d25b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.fa37a2b1fa717e1b808148564b0d25b7.txt new file mode 100644 index 0000000..422882b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZW873VTX8FVI8OMB_jpg.rf.fa37a2b1fa717e1b808148564b0d25b7.txt @@ -0,0 +1 @@ +8 0.5484375 0.56015625 0.37265625 0.3421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.2176f9b83196d7f71a636e336a7579c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.2176f9b83196d7f71a636e336a7579c0.txt new file mode 100644 index 0000000..648ba7a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.2176f9b83196d7f71a636e336a7579c0.txt @@ -0,0 +1 @@ +8 0.5234375 0.43125 0.82109375 0.628125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.7bbc4a91adcbb2603da0847bf06ada6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.7bbc4a91adcbb2603da0847bf06ada6a.txt new file mode 100644 index 0000000..648ba7a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.7bbc4a91adcbb2603da0847bf06ada6a.txt @@ -0,0 +1 @@ +8 0.5234375 0.43125 0.82109375 0.628125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.a6701d06407202326b69a8f14077cb12.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.a6701d06407202326b69a8f14077cb12.txt new file mode 100644 index 0000000..648ba7a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dc_luggage_batch_1_ZWJWB9PFHDL6FUAB_jpg.rf.a6701d06407202326b69a8f14077cb12.txt @@ -0,0 +1 @@ +8 0.5234375 0.43125 0.82109375 0.628125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/dcd1d1b0e623cd81a745dc6126540902689a011d_jpg.rf.e63487055707b2afadb8831dca4c4a71.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/dcd1d1b0e623cd81a745dc6126540902689a011d_jpg.rf.e63487055707b2afadb8831dca4c4a71.txt new file mode 100644 index 0000000..a9d0009 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/dcd1d1b0e623cd81a745dc6126540902689a011d_jpg.rf.e63487055707b2afadb8831dca4c4a71.txt @@ -0,0 +1,2 @@ +0 0.5132275132275133 0.26166666666666666 0.7142857142857143 0.25 +5 0.5740740740740741 0.455 0.6507936507936508 0.16666666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/fb74a6726c8898c42f4bef3b0a8b26cf377756a1_jpg.rf.9fd9852aa4436f437fe3cfef6f5a6810.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/fb74a6726c8898c42f4bef3b0a8b26cf377756a1_jpg.rf.9fd9852aa4436f437fe3cfef6f5a6810.txt new file mode 100644 index 0000000..975d586 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/fb74a6726c8898c42f4bef3b0a8b26cf377756a1_jpg.rf.9fd9852aa4436f437fe3cfef6f5a6810.txt @@ -0,0 +1,2 @@ +0 0.48945147679324896 0.2822368421052632 0.35443037974683544 0.225 +3 0.4767932489451477 0.569078947368421 0.2848101265822785 0.38552631578947366 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/fb868d8a8a58b164a99af3d75bffe49b60237533_jpg.rf.df391397170ef8c171c137f2207dd361.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/fb868d8a8a58b164a99af3d75bffe49b60237533_jpg.rf.df391397170ef8c171c137f2207dd361.txt new file mode 100644 index 0000000..976679c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/fb868d8a8a58b164a99af3d75bffe49b60237533_jpg.rf.df391397170ef8c171c137f2207dd361.txt @@ -0,0 +1,2 @@ +4 0.49683544303797467 0.2922437673130194 0.4050632911392405 0.2742382271468144 +3 0.4177215189873418 0.6343490304709142 0.379746835443038 0.44598337950138506 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.0a8e5639db3071bb5c4dd0b224fcdf3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.0a8e5639db3071bb5c4dd0b224fcdf3b.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.0a8e5639db3071bb5c4dd0b224fcdf3b.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.7bab24c1655982267d97196b36b2ee45.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.7bab24c1655982267d97196b36b2ee45.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.7bab24c1655982267d97196b36b2ee45.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.89922c925cc6c5ed253d06d0db4446ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.89922c925cc6c5ed253d06d0db4446ae.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0003_jpg.rf.89922c925cc6c5ed253d06d0db4446ae.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.37b357bbbb733c8bd134885a973a0035.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.37b357bbbb733c8bd134885a973a0035.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.37b357bbbb733c8bd134885a973a0035.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.3dd7e14045f3e185c3f1500112d97f69.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.3dd7e14045f3e185c3f1500112d97f69.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.3dd7e14045f3e185c3f1500112d97f69.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.f1df33669ce211fe4f9d2904fc9d2042.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.f1df33669ce211fe4f9d2904fc9d2042.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0004_jpg.rf.f1df33669ce211fe4f9d2904fc9d2042.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.132ced88a8c0ff1aa0109332867e1df6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.132ced88a8c0ff1aa0109332867e1df6.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.132ced88a8c0ff1aa0109332867e1df6.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.74763ed53ad856c841efe3f5532b4385.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.74763ed53ad856c841efe3f5532b4385.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.74763ed53ad856c841efe3f5532b4385.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.a063321f7e4714c71991cda80a50a2e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.a063321f7e4714c71991cda80a50a2e8.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0007_jpg.rf.a063321f7e4714c71991cda80a50a2e8.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.174ae6f438867c9fb9aebd1f24013194.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.174ae6f438867c9fb9aebd1f24013194.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.174ae6f438867c9fb9aebd1f24013194.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.6044b91e5c3173152879147522d48dfb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.6044b91e5c3173152879147522d48dfb.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.6044b91e5c3173152879147522d48dfb.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.ec0fdbef377b3d8cf78ab874e3cda9c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.ec0fdbef377b3d8cf78ab874e3cda9c9.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0008_jpg.rf.ec0fdbef377b3d8cf78ab874e3cda9c9.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0009_jpg.rf.593579475e89d1d970bd4645b76d1ad1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0009_jpg.rf.593579475e89d1d970bd4645b76d1ad1.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0009_jpg.rf.593579475e89d1d970bd4645b76d1ad1.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0009_jpg.rf.ae10b943375c86f9dbe2633103d18c47.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0009_jpg.rf.ae10b943375c86f9dbe2633103d18c47.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0009_jpg.rf.ae10b943375c86f9dbe2633103d18c47.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.5d7fed2954f7f961a1b3cd2e56af8ec1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.5d7fed2954f7f961a1b3cd2e56af8ec1.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.5d7fed2954f7f961a1b3cd2e56af8ec1.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.7c7d5d6c727cfd4c3b2976649e166fda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.7c7d5d6c727cfd4c3b2976649e166fda.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.7c7d5d6c727cfd4c3b2976649e166fda.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.8d3ec2e4bb2f3f850a02c4842fa0bc4e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.8d3ec2e4bb2f3f850a02c4842fa0bc4e.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0011_jpg.rf.8d3ec2e4bb2f3f850a02c4842fa0bc4e.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.0f6259bfdf5893491b46bf8cdb832ccd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.0f6259bfdf5893491b46bf8cdb832ccd.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.0f6259bfdf5893491b46bf8cdb832ccd.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.2ec103f16682acf19ceb94d2c744cbf8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.2ec103f16682acf19ceb94d2c744cbf8.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.2ec103f16682acf19ceb94d2c744cbf8.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.d3b8f56c2caab34f17b4a5c010262f78.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.d3b8f56c2caab34f17b4a5c010262f78.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0072_jpg.rf.d3b8f56c2caab34f17b4a5c010262f78.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.0a2755975bb27eba52a7e5dc7c4cd821.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.0a2755975bb27eba52a7e5dc7c4cd821.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.0a2755975bb27eba52a7e5dc7c4cd821.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.30bbf3b5aee67e153077a5853f582d49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.30bbf3b5aee67e153077a5853f582d49.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.30bbf3b5aee67e153077a5853f582d49.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.3ae5c56c5a27c9cb29f6d46848067fbc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.3ae5c56c5a27c9cb29f6d46848067fbc.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0074_jpg.rf.3ae5c56c5a27c9cb29f6d46848067fbc.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.824c441cae0fa0cedd3ad7157b09e720.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.824c441cae0fa0cedd3ad7157b09e720.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.824c441cae0fa0cedd3ad7157b09e720.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.bbc91378e5bafef91d4d7c37f838dfae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.bbc91378e5bafef91d4d7c37f838dfae.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.bbc91378e5bafef91d4d7c37f838dfae.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.d236969c9bd8ba9a1df077fc6634efda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.d236969c9bd8ba9a1df077fc6634efda.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0075_jpg.rf.d236969c9bd8ba9a1df077fc6634efda.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.49a46c111e9c75912143aa7940f6789f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.49a46c111e9c75912143aa7940f6789f.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.49a46c111e9c75912143aa7940f6789f.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.4fb5b2cf96ca53557dd9e5bf53d98699.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.4fb5b2cf96ca53557dd9e5bf53d98699.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.4fb5b2cf96ca53557dd9e5bf53d98699.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.fa07525050bfec279b009475c6c2bc88.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.fa07525050bfec279b009475c6c2bc88.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0076_jpg.rf.fa07525050bfec279b009475c6c2bc88.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.6c9f3cc6e1ad4b9ee5e29eb57c16fc05.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.6c9f3cc6e1ad4b9ee5e29eb57c16fc05.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.6c9f3cc6e1ad4b9ee5e29eb57c16fc05.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.7c20490ba16ab0ede34201e807e0fb6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.7c20490ba16ab0ede34201e807e0fb6e.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.7c20490ba16ab0ede34201e807e0fb6e.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.90651e531d0df502acd71e2956bca358.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.90651e531d0df502acd71e2956bca358.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0077_jpg.rf.90651e531d0df502acd71e2956bca358.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.009dd75c06ae28fed727fe55e8eaf7b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.009dd75c06ae28fed727fe55e8eaf7b6.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.009dd75c06ae28fed727fe55e8eaf7b6.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.6d5f71cbd9df4d8d5ee51ba98a5760b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.6d5f71cbd9df4d8d5ee51ba98a5760b6.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.6d5f71cbd9df4d8d5ee51ba98a5760b6.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.81323054a233a34efac78902bb1e6f0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.81323054a233a34efac78902bb1e6f0a.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0102_jpg.rf.81323054a233a34efac78902bb1e6f0a.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.069d2a39df70b0d9c4fd967d05689953.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.069d2a39df70b0d9c4fd967d05689953.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.069d2a39df70b0d9c4fd967d05689953.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.96cc31b009f64fcc15e7de0cd6040e46.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.96cc31b009f64fcc15e7de0cd6040e46.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.96cc31b009f64fcc15e7de0cd6040e46.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.a054e89bb67b04dcca0ea66bb9a1ac50.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.a054e89bb67b04dcca0ea66bb9a1ac50.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0104_jpg.rf.a054e89bb67b04dcca0ea66bb9a1ac50.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0105_jpg.rf.2cd60d55ebed287eecb0664f9c3b6790.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0105_jpg.rf.2cd60d55ebed287eecb0664f9c3b6790.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0105_jpg.rf.2cd60d55ebed287eecb0664f9c3b6790.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0105_jpg.rf.f3b2331bead0161e352544bcdb57a625.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0105_jpg.rf.f3b2331bead0161e352544bcdb57a625.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0105_jpg.rf.f3b2331bead0161e352544bcdb57a625.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.470270ea15ff8ec226fb09a8a4011150.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.470270ea15ff8ec226fb09a8a4011150.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.470270ea15ff8ec226fb09a8a4011150.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.65f8ddabeaedc23afa1855909ba1b5dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.65f8ddabeaedc23afa1855909ba1b5dc.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.65f8ddabeaedc23afa1855909ba1b5dc.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.6e592b83df04c0da3650d2735a108f63.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.6e592b83df04c0da3650d2735a108f63.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0106_jpg.rf.6e592b83df04c0da3650d2735a108f63.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.6f302d84d532bb08b82495fc7fbbb173.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.6f302d84d532bb08b82495fc7fbbb173.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.6f302d84d532bb08b82495fc7fbbb173.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.8734cfa1af732eaaeb856ffbeff0ff97.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.8734cfa1af732eaaeb856ffbeff0ff97.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.8734cfa1af732eaaeb856ffbeff0ff97.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.d5a36d9329e42f6f9183f6827135ca74.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.d5a36d9329e42f6f9183f6827135ca74.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0107_jpg.rf.d5a36d9329e42f6f9183f6827135ca74.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.24218c0f7c0868d65b81108c831c3798.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.24218c0f7c0868d65b81108c831c3798.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.24218c0f7c0868d65b81108c831c3798.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.3a873d079a019a2e9055acbc19d80084.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.3a873d079a019a2e9055acbc19d80084.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.3a873d079a019a2e9055acbc19d80084.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.7b7f163f4b296e2bbc20b66b856ecff3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.7b7f163f4b296e2bbc20b66b856ecff3.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0288_jpg.rf.7b7f163f4b296e2bbc20b66b856ecff3.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.96d5f0a545424741776861a77cbd0cc2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.96d5f0a545424741776861a77cbd0cc2.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.96d5f0a545424741776861a77cbd0cc2.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.c9f006eea3153ca2f97450b430eba320.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.c9f006eea3153ca2f97450b430eba320.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.c9f006eea3153ca2f97450b430eba320.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.f17d056c7f61a8ddb67ea6f84f44b845.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.f17d056c7f61a8ddb67ea6f84f44b845.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0291_jpg.rf.f17d056c7f61a8ddb67ea6f84f44b845.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.a5da6a376ddd3d6812d03f42112f24d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.a5da6a376ddd3d6812d03f42112f24d9.txt new file mode 100644 index 0000000..c63dee5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.a5da6a376ddd3d6812d03f42112f24d9.txt @@ -0,0 +1 @@ +8 0.4421875 0.4359375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.e672b9fba5607727b7be8419f3fa476f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.e672b9fba5607727b7be8419f3fa476f.txt new file mode 100644 index 0000000..c63dee5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.e672b9fba5607727b7be8419f3fa476f.txt @@ -0,0 +1 @@ +8 0.4421875 0.4359375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.fa1b9150a414c73f69ea6db18bbc5fe1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.fa1b9150a414c73f69ea6db18bbc5fe1.txt new file mode 100644 index 0000000..c63dee5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0336_jpg.rf.fa1b9150a414c73f69ea6db18bbc5fe1.txt @@ -0,0 +1 @@ +8 0.4421875 0.4359375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.a5210651a7ec29ad5348d5eeef8a3ef4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.a5210651a7ec29ad5348d5eeef8a3ef4.txt new file mode 100644 index 0000000..1826220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.a5210651a7ec29ad5348d5eeef8a3ef4.txt @@ -0,0 +1 @@ +8 0.42578125 0.4359375 0.2390625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.ae957d8c323819b37c09d52bacd2e837.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.ae957d8c323819b37c09d52bacd2e837.txt new file mode 100644 index 0000000..1826220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.ae957d8c323819b37c09d52bacd2e837.txt @@ -0,0 +1 @@ +8 0.42578125 0.4359375 0.2390625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.f4768cf16d2f01df1069e4a560d47b65.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.f4768cf16d2f01df1069e4a560d47b65.txt new file mode 100644 index 0000000..1826220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0338_jpg.rf.f4768cf16d2f01df1069e4a560d47b65.txt @@ -0,0 +1 @@ +8 0.42578125 0.4359375 0.2390625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.8328137daabe3a77688aadbe133afdd7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.8328137daabe3a77688aadbe133afdd7.txt new file mode 100644 index 0000000..1826220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.8328137daabe3a77688aadbe133afdd7.txt @@ -0,0 +1 @@ +8 0.42578125 0.4359375 0.2390625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.9d4bafb9ba466430bf83efdaa3985b08.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.9d4bafb9ba466430bf83efdaa3985b08.txt new file mode 100644 index 0000000..1826220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.9d4bafb9ba466430bf83efdaa3985b08.txt @@ -0,0 +1 @@ +8 0.42578125 0.4359375 0.2390625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.cff8f80386908ec845dba8cdaff081b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.cff8f80386908ec845dba8cdaff081b2.txt new file mode 100644 index 0000000..1826220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0339_jpg.rf.cff8f80386908ec845dba8cdaff081b2.txt @@ -0,0 +1 @@ +8 0.42578125 0.4359375 0.2390625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.1551819a7efec3166088394f92c9973b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.1551819a7efec3166088394f92c9973b.txt new file mode 100644 index 0000000..cbb9df7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.1551819a7efec3166088394f92c9973b.txt @@ -0,0 +1 @@ +8 0.46875 0.39921875 0.26640625 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.5135c7147955c983940b784970894736.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.5135c7147955c983940b784970894736.txt new file mode 100644 index 0000000..cbb9df7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.5135c7147955c983940b784970894736.txt @@ -0,0 +1 @@ +8 0.46875 0.39921875 0.26640625 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.f16ae7d735c438eaeabbc17c6bd922a1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.f16ae7d735c438eaeabbc17c6bd922a1.txt new file mode 100644 index 0000000..cbb9df7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0395_jpg.rf.f16ae7d735c438eaeabbc17c6bd922a1.txt @@ -0,0 +1 @@ +8 0.46875 0.39921875 0.26640625 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.26ec940cbb23871ca87bc9f387a5a772.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.26ec940cbb23871ca87bc9f387a5a772.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.26ec940cbb23871ca87bc9f387a5a772.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.3a554dc65a5b7d0518fb25046872a823.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.3a554dc65a5b7d0518fb25046872a823.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.3a554dc65a5b7d0518fb25046872a823.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.7fa0eaa7ece3e0030e271450fd6eae59.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.7fa0eaa7ece3e0030e271450fd6eae59.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0396_jpg.rf.7fa0eaa7ece3e0030e271450fd6eae59.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.07d5ccf6f7e2316bc1fdd56a02a516b3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.07d5ccf6f7e2316bc1fdd56a02a516b3.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.07d5ccf6f7e2316bc1fdd56a02a516b3.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.31cc9a67a32dce8ab453c55092756aa8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.31cc9a67a32dce8ab453c55092756aa8.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.31cc9a67a32dce8ab453c55092756aa8.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.99d5f0bc61e86eb06887d742995571ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.99d5f0bc61e86eb06887d742995571ff.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0397_jpg.rf.99d5f0bc61e86eb06887d742995571ff.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.687ddc977ee0d1a88df878215de52e1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.687ddc977ee0d1a88df878215de52e1a.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.687ddc977ee0d1a88df878215de52e1a.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.b4d5416370a0a257c313529bd1069759.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.b4d5416370a0a257c313529bd1069759.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.b4d5416370a0a257c313529bd1069759.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.eb33816619052b385144606b00d5c8f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.eb33816619052b385144606b00d5c8f2.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0399_jpg.rf.eb33816619052b385144606b00d5c8f2.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.1da8a372a6035a03b5f56ebf202b2e9b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.1da8a372a6035a03b5f56ebf202b2e9b.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.1da8a372a6035a03b5f56ebf202b2e9b.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.9af12481e889bfb114b645e1bf46b447.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.9af12481e889bfb114b645e1bf46b447.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.9af12481e889bfb114b645e1bf46b447.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.9cae05679fc7d3d6d9eb42fa58721e17.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.9cae05679fc7d3d6d9eb42fa58721e17.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0502_jpg.rf.9cae05679fc7d3d6d9eb42fa58721e17.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.a5cbf1dbe5706e025a4cecc3fcf729dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.a5cbf1dbe5706e025a4cecc3fcf729dd.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.a5cbf1dbe5706e025a4cecc3fcf729dd.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.b383e04e02d044b96a303298f265e623.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.b383e04e02d044b96a303298f265e623.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.b383e04e02d044b96a303298f265e623.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.e5a18f889d6cf796c665c92f128069ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.e5a18f889d6cf796c665c92f128069ce.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0503_jpg.rf.e5a18f889d6cf796c665c92f128069ce.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.0ac9d4dcbb37557f193ee7e1a7dfba0f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.0ac9d4dcbb37557f193ee7e1a7dfba0f.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.0ac9d4dcbb37557f193ee7e1a7dfba0f.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.9b6a3366bda47f6936f2a9b5b0bda8e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.9b6a3366bda47f6936f2a9b5b0bda8e2.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.9b6a3366bda47f6936f2a9b5b0bda8e2.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.c3fc06072785b4776b680bb2e0121a23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.c3fc06072785b4776b680bb2e0121a23.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0504_jpg.rf.c3fc06072785b4776b680bb2e0121a23.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.0163db7cd35cb140e410effa42666155.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.0163db7cd35cb140e410effa42666155.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.0163db7cd35cb140e410effa42666155.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.9609c54810456838f20452d7556a138f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.9609c54810456838f20452d7556a138f.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.9609c54810456838f20452d7556a138f.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.db7e5d6da60e330cffd0cd2c00dfd323.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.db7e5d6da60e330cffd0cd2c00dfd323.txt new file mode 100644 index 0000000..fb47b21 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0505_jpg.rf.db7e5d6da60e330cffd0cd2c00dfd323.txt @@ -0,0 +1 @@ +8 0.41328125 0.62734375 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.6a229fc1174049a4757b74ce728cafdf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.6a229fc1174049a4757b74ce728cafdf.txt new file mode 100644 index 0000000..206bc53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.6a229fc1174049a4757b74ce728cafdf.txt @@ -0,0 +1 @@ +8 0.440625 0.62890625 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.c5a1a039d3e9306c9bca0c2227952d62.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.c5a1a039d3e9306c9bca0c2227952d62.txt new file mode 100644 index 0000000..206bc53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.c5a1a039d3e9306c9bca0c2227952d62.txt @@ -0,0 +1 @@ +8 0.440625 0.62890625 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.d22a3959416b7308703b269f20e32605.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.d22a3959416b7308703b269f20e32605.txt new file mode 100644 index 0000000..206bc53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0506_jpg.rf.d22a3959416b7308703b269f20e32605.txt @@ -0,0 +1 @@ +8 0.440625 0.62890625 0.39453125 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.993fa0e658a0e4d8e83b3999097567e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.993fa0e658a0e4d8e83b3999097567e2.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.993fa0e658a0e4d8e83b3999097567e2.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.b518a67052c4ca9bb553c266487285c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.b518a67052c4ca9bb553c266487285c5.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.b518a67052c4ca9bb553c266487285c5.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.cb48a1c34b4758c563e1e7f2bc05fdd2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.cb48a1c34b4758c563e1e7f2bc05fdd2.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0537_jpg.rf.cb48a1c34b4758c563e1e7f2bc05fdd2.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.2639c39aaf986259e9db304c1a2fede3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.2639c39aaf986259e9db304c1a2fede3.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.2639c39aaf986259e9db304c1a2fede3.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.a14920db7615f339be9687d105a4151d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.a14920db7615f339be9687d105a4151d.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.a14920db7615f339be9687d105a4151d.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.d24df582127c920a7604995d30732979.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.d24df582127c920a7604995d30732979.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0539_jpg.rf.d24df582127c920a7604995d30732979.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.53269300ae389f40b702ebe1b479c69d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.53269300ae389f40b702ebe1b479c69d.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.53269300ae389f40b702ebe1b479c69d.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.663eb437f293ba0ebce7e765ee6c6bea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.663eb437f293ba0ebce7e765ee6c6bea.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.663eb437f293ba0ebce7e765ee6c6bea.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.6cb3c035eab1267744891be15568e3fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.6cb3c035eab1267744891be15568e3fd.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0541_jpg.rf.6cb3c035eab1267744891be15568e3fd.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.609d3e085071105a6c56724f4a4eeb57.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.609d3e085071105a6c56724f4a4eeb57.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.609d3e085071105a6c56724f4a4eeb57.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.874707cf8322dec7e85dbd35ef55f83f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.874707cf8322dec7e85dbd35ef55f83f.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.874707cf8322dec7e85dbd35ef55f83f.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.d49144f1aba734dec5e1769197aa7b94.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.d49144f1aba734dec5e1769197aa7b94.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0579_jpg.rf.d49144f1aba734dec5e1769197aa7b94.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.40e3dcfec8810d6d4102dadc9ed7c16a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.40e3dcfec8810d6d4102dadc9ed7c16a.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.40e3dcfec8810d6d4102dadc9ed7c16a.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.6af144b24ea75e4e0d6ffbe6e11101ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.6af144b24ea75e4e0d6ffbe6e11101ae.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.6af144b24ea75e4e0d6ffbe6e11101ae.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.9f0d4f72a25e2106e4fb105100dcf994.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.9f0d4f72a25e2106e4fb105100dcf994.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0580_jpg.rf.9f0d4f72a25e2106e4fb105100dcf994.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.4b53a02a4653a4748bc723549e0444e3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.4b53a02a4653a4748bc723549e0444e3.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.4b53a02a4653a4748bc723549e0444e3.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.5a78c481df933b67b9f850c71627aa56.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.5a78c481df933b67b9f850c71627aa56.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.5a78c481df933b67b9f850c71627aa56.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.f97496c443cc0ef38640b1523d0c92c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.f97496c443cc0ef38640b1523d0c92c4.txt new file mode 100644 index 0000000..dc1106a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0581_jpg.rf.f97496c443cc0ef38640b1523d0c92c4.txt @@ -0,0 +1 @@ +8 0.55078125 0.584375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.3f856e1eecea1c25b5a820f40ba950b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.3f856e1eecea1c25b5a820f40ba950b4.txt new file mode 100644 index 0000000..9d83578 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.3f856e1eecea1c25b5a820f40ba950b4.txt @@ -0,0 +1 @@ +8 0.5265625 0.58984375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.79a17f09064dddac65fe878434a0d505.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.79a17f09064dddac65fe878434a0d505.txt new file mode 100644 index 0000000..9d83578 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.79a17f09064dddac65fe878434a0d505.txt @@ -0,0 +1 @@ +8 0.5265625 0.58984375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.a116ae54b6e60d0ed17ecd7ac6b00a6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.a116ae54b6e60d0ed17ecd7ac6b00a6c.txt new file mode 100644 index 0000000..9d83578 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0582_jpg.rf.a116ae54b6e60d0ed17ecd7ac6b00a6c.txt @@ -0,0 +1 @@ +8 0.5265625 0.58984375 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.81c558334b81f778dbd13057488d2111.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.81c558334b81f778dbd13057488d2111.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.81c558334b81f778dbd13057488d2111.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.8c5675a1c52dbe1ce45be8a9f55ef3f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.8c5675a1c52dbe1ce45be8a9f55ef3f4.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.8c5675a1c52dbe1ce45be8a9f55ef3f4.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.9ad144e386d6bbc5cb9124e3d9aff368.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.9ad144e386d6bbc5cb9124e3d9aff368.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0638_jpg.rf.9ad144e386d6bbc5cb9124e3d9aff368.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.2e60d3bca620ec620a793149ce90cdf0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.2e60d3bca620ec620a793149ce90cdf0.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.2e60d3bca620ec620a793149ce90cdf0.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.40c636fe60993bade3502e1a1f557e61.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.40c636fe60993bade3502e1a1f557e61.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.40c636fe60993bade3502e1a1f557e61.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.503df9fc8f2a576197ae633dda90120b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.503df9fc8f2a576197ae633dda90120b.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0639_jpg.rf.503df9fc8f2a576197ae633dda90120b.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.b28b456a66c3b8bf5522e0abab63575c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.b28b456a66c3b8bf5522e0abab63575c.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.b28b456a66c3b8bf5522e0abab63575c.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.c495ab711b1171544dfa7954315f4d69.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.c495ab711b1171544dfa7954315f4d69.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.c495ab711b1171544dfa7954315f4d69.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.e190863f18116e14c2d5b7c658c27be0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.e190863f18116e14c2d5b7c658c27be0.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0640_jpg.rf.e190863f18116e14c2d5b7c658c27be0.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.07a52a975736e8cd338c381a96ec3157.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.07a52a975736e8cd338c381a96ec3157.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.07a52a975736e8cd338c381a96ec3157.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.356c32d45c1e2d3088ed0f70b6066198.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.356c32d45c1e2d3088ed0f70b6066198.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.356c32d45c1e2d3088ed0f70b6066198.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.43c8b52b795c1369158add6bc4df0fb9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.43c8b52b795c1369158add6bc4df0fb9.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0641_jpg.rf.43c8b52b795c1369158add6bc4df0fb9.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.3dff3648ae4f7a5c407c4dcdb7f18136.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.3dff3648ae4f7a5c407c4dcdb7f18136.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.3dff3648ae4f7a5c407c4dcdb7f18136.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.76fb3e56c5343ce4a6607561f46e9a82.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.76fb3e56c5343ce4a6607561f46e9a82.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.76fb3e56c5343ce4a6607561f46e9a82.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.c9b18c8a8591cfd20d0d256d2e6c04b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.c9b18c8a8591cfd20d0d256d2e6c04b1.txt new file mode 100644 index 0000000..09de53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_0642_jpg.rf.c9b18c8a8591cfd20d0d256d2e6c04b1.txt @@ -0,0 +1 @@ +8 0.54453125 0.69375 0.66875 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.79107e7099e4a30c4a4fe9012c4b46cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.79107e7099e4a30c4a4fe9012c4b46cb.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.79107e7099e4a30c4a4fe9012c4b46cb.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.8e901cb6c0f5b780014e85b140f5bd49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.8e901cb6c0f5b780014e85b140f5bd49.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.8e901cb6c0f5b780014e85b140f5bd49.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.b328e0fd8f044c71af3a2452d38c2c43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.b328e0fd8f044c71af3a2452d38c2c43.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1063_jpg.rf.b328e0fd8f044c71af3a2452d38c2c43.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.9b76b56ee77d8204a16c6bf903eb960b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.9b76b56ee77d8204a16c6bf903eb960b.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.9b76b56ee77d8204a16c6bf903eb960b.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.b353c4cce0ab68c57e34a21207d120ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.b353c4cce0ab68c57e34a21207d120ab.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.b353c4cce0ab68c57e34a21207d120ab.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.f7a1e597c0590919ee8f091fbbf2bff5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.f7a1e597c0590919ee8f091fbbf2bff5.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1064_jpg.rf.f7a1e597c0590919ee8f091fbbf2bff5.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.2f0a7fbe666b65fdaba19fe32c8ea95c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.2f0a7fbe666b65fdaba19fe32c8ea95c.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.2f0a7fbe666b65fdaba19fe32c8ea95c.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.6cfeae413d2994285cbad9ad6d995234.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.6cfeae413d2994285cbad9ad6d995234.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.6cfeae413d2994285cbad9ad6d995234.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.e90be95eac350b1d0327a00b6ef8f9e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.e90be95eac350b1d0327a00b6ef8f9e0.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1065_jpg.rf.e90be95eac350b1d0327a00b6ef8f9e0.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.447703db302ca2adafb0c259fc0c0f52.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.447703db302ca2adafb0c259fc0c0f52.txt new file mode 100644 index 0000000..0c8ac2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.447703db302ca2adafb0c259fc0c0f52.txt @@ -0,0 +1 @@ +8 0.4890625 0.621875 0.54140625 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.5f71a62bf67d8a95f9839c3dfa83f3df.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.5f71a62bf67d8a95f9839c3dfa83f3df.txt new file mode 100644 index 0000000..0c8ac2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.5f71a62bf67d8a95f9839c3dfa83f3df.txt @@ -0,0 +1 @@ +8 0.4890625 0.621875 0.54140625 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.7654bbca451130f341c4e7f0b0a2d97b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.7654bbca451130f341c4e7f0b0a2d97b.txt new file mode 100644 index 0000000..0c8ac2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1069_jpg.rf.7654bbca451130f341c4e7f0b0a2d97b.txt @@ -0,0 +1 @@ +8 0.4890625 0.621875 0.54140625 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.8b5c3846413266a7c735e3b66c3f1a11.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.8b5c3846413266a7c735e3b66c3f1a11.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.8b5c3846413266a7c735e3b66c3f1a11.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.cc7b600ff61fa511467ea5f66fa05c3f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.cc7b600ff61fa511467ea5f66fa05c3f.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.cc7b600ff61fa511467ea5f66fa05c3f.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.f9ade3fd52b6b4afaa721ff1228d0c98.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.f9ade3fd52b6b4afaa721ff1228d0c98.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1070_jpg.rf.f9ade3fd52b6b4afaa721ff1228d0c98.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1071_jpg.rf.a58c29840277ead95c3d046bff34f9ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1071_jpg.rf.a58c29840277ead95c3d046bff34f9ab.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1071_jpg.rf.a58c29840277ead95c3d046bff34f9ab.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1071_jpg.rf.d25d71f21022ad4bc09f1b3104065626.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1071_jpg.rf.d25d71f21022ad4bc09f1b3104065626.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1071_jpg.rf.d25d71f21022ad4bc09f1b3104065626.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.256c04beecda9620193f671cdef7e51f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.256c04beecda9620193f671cdef7e51f.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.256c04beecda9620193f671cdef7e51f.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.9817af5a193d5a99b719a91c31e4fa96.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.9817af5a193d5a99b719a91c31e4fa96.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.9817af5a193d5a99b719a91c31e4fa96.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.bafe635f7ade028d50808b35bd87ac5f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.bafe635f7ade028d50808b35bd87ac5f.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1072_jpg.rf.bafe635f7ade028d50808b35bd87ac5f.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.268685f7402bf3e32c59387f985f1b23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.268685f7402bf3e32c59387f985f1b23.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.268685f7402bf3e32c59387f985f1b23.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.4ebf20f30cf972dbe2ae59c6d218c4ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.4ebf20f30cf972dbe2ae59c6d218c4ea.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.4ebf20f30cf972dbe2ae59c6d218c4ea.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.e990044480d6562915009fa8aae32a06.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.e990044480d6562915009fa8aae32a06.txt new file mode 100644 index 0000000..063a8ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1073_jpg.rf.e990044480d6562915009fa8aae32a06.txt @@ -0,0 +1 @@ +8 0.50390625 0.621875 0.51171875 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.9e2a9742a5a661acbd2dd5fef1bbd2f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.9e2a9742a5a661acbd2dd5fef1bbd2f7.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.9e2a9742a5a661acbd2dd5fef1bbd2f7.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.b3274b847df12cc37439ebeba78cc23f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.b3274b847df12cc37439ebeba78cc23f.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.b3274b847df12cc37439ebeba78cc23f.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.e6e6d3cf94a2c58ffed985b45c4b8d70.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.e6e6d3cf94a2c58ffed985b45c4b8d70.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1353_jpg.rf.e6e6d3cf94a2c58ffed985b45c4b8d70.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.8ca85b29a653414879a35d248d4d58c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.8ca85b29a653414879a35d248d4d58c4.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.8ca85b29a653414879a35d248d4d58c4.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.aad12db3cd9b9e979892efb92c256cc5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.aad12db3cd9b9e979892efb92c256cc5.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.aad12db3cd9b9e979892efb92c256cc5.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.e53189492d43e3bf9e7d03da35f9e6d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.e53189492d43e3bf9e7d03da35f9e6d0.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1354_jpg.rf.e53189492d43e3bf9e7d03da35f9e6d0.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.48f03347ef52e6ba6d5af9fd9db94fa4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.48f03347ef52e6ba6d5af9fd9db94fa4.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.48f03347ef52e6ba6d5af9fd9db94fa4.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.b60db52f1d41578bb99bda83211479c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.b60db52f1d41578bb99bda83211479c5.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.b60db52f1d41578bb99bda83211479c5.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.f9194b644596ccf5fc95bf8c4787c399.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.f9194b644596ccf5fc95bf8c4787c399.txt new file mode 100644 index 0000000..71e02da --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1356_jpg.rf.f9194b644596ccf5fc95bf8c4787c399.txt @@ -0,0 +1 @@ +8 0.4859375 0.59453125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.1f213910e005b0a0c639c621681f2ae7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.1f213910e005b0a0c639c621681f2ae7.txt new file mode 100644 index 0000000..3c4a6a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.1f213910e005b0a0c639c621681f2ae7.txt @@ -0,0 +1 @@ +8 0.49921875 0.6203125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.2cdc6a50c1a9671b832f4225e0c6bbfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.2cdc6a50c1a9671b832f4225e0c6bbfc.txt new file mode 100644 index 0000000..3c4a6a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.2cdc6a50c1a9671b832f4225e0c6bbfc.txt @@ -0,0 +1 @@ +8 0.49921875 0.6203125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.89280edf455e339d05efbaded909a552.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.89280edf455e339d05efbaded909a552.txt new file mode 100644 index 0000000..3c4a6a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1357_jpg.rf.89280edf455e339d05efbaded909a552.txt @@ -0,0 +1 @@ +8 0.49921875 0.6203125 0.67734375 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1543_jpg.rf.aac6273951e1a0bd1ef8b0c4ecb6b64a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1543_jpg.rf.aac6273951e1a0bd1ef8b0c4ecb6b64a.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1543_jpg.rf.aac6273951e1a0bd1ef8b0c4ecb6b64a.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1543_jpg.rf.c49d3e2cfd5d4249109e8a112f8ab999.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1543_jpg.rf.c49d3e2cfd5d4249109e8a112f8ab999.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1543_jpg.rf.c49d3e2cfd5d4249109e8a112f8ab999.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.660523a4ed17dcb3a11aad613c418ee2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.660523a4ed17dcb3a11aad613c418ee2.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.660523a4ed17dcb3a11aad613c418ee2.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.7289c9f07e30198f5296f32f6028c6e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.7289c9f07e30198f5296f32f6028c6e5.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.7289c9f07e30198f5296f32f6028c6e5.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.79c8fa53524669195aeefcdef1f068ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.79c8fa53524669195aeefcdef1f068ef.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1544_jpg.rf.79c8fa53524669195aeefcdef1f068ef.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.60b0ea24d360fc4838183b82f0ce3cc6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.60b0ea24d360fc4838183b82f0ce3cc6.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.60b0ea24d360fc4838183b82f0ce3cc6.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.d97a273c0dc9baf3fd86947c7a8ee635.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.d97a273c0dc9baf3fd86947c7a8ee635.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.d97a273c0dc9baf3fd86947c7a8ee635.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.f4f7d82552450af36fafaddaf7101466.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.f4f7d82552450af36fafaddaf7101466.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1545_jpg.rf.f4f7d82552450af36fafaddaf7101466.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.26fcea6f34ede6564b87a3657ebeae95.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.26fcea6f34ede6564b87a3657ebeae95.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.26fcea6f34ede6564b87a3657ebeae95.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.dc3631c345025ef3be5cf029e8260915.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.dc3631c345025ef3be5cf029e8260915.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.dc3631c345025ef3be5cf029e8260915.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.f3a690fe4ab9a4bc724bd21839047a81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.f3a690fe4ab9a4bc724bd21839047a81.txt new file mode 100644 index 0000000..c88f550 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1546_jpg.rf.f3a690fe4ab9a4bc724bd21839047a81.txt @@ -0,0 +1 @@ +8 0.43828125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.c2657c3d4cd969fc733699b64d9c794e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.c2657c3d4cd969fc733699b64d9c794e.txt new file mode 100644 index 0000000..d2e032e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.c2657c3d4cd969fc733699b64d9c794e.txt @@ -0,0 +1 @@ +8 0.46953125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.dce5a77cd7e7a967f3da05f1322efdd2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.dce5a77cd7e7a967f3da05f1322efdd2.txt new file mode 100644 index 0000000..d2e032e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.dce5a77cd7e7a967f3da05f1322efdd2.txt @@ -0,0 +1 @@ +8 0.46953125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.f2b08b7ddd72aa6607f2b00d9aefdf49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.f2b08b7ddd72aa6607f2b00d9aefdf49.txt new file mode 100644 index 0000000..d2e032e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1550_jpg.rf.f2b08b7ddd72aa6607f2b00d9aefdf49.txt @@ -0,0 +1 @@ +8 0.46953125 0.44453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.0f68fe0dca84600b143ba9ffa099c8ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.0f68fe0dca84600b143ba9ffa099c8ee.txt new file mode 100644 index 0000000..e6519b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.0f68fe0dca84600b143ba9ffa099c8ee.txt @@ -0,0 +1 @@ +8 0.46953125 0.4453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.371ec283561e14792540f239b4ad6faf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.371ec283561e14792540f239b4ad6faf.txt new file mode 100644 index 0000000..e6519b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.371ec283561e14792540f239b4ad6faf.txt @@ -0,0 +1 @@ +8 0.46953125 0.4453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.eefb57c0dcec0b6700fa219c8960f735.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.eefb57c0dcec0b6700fa219c8960f735.txt new file mode 100644 index 0000000..e6519b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1551_jpg.rf.eefb57c0dcec0b6700fa219c8960f735.txt @@ -0,0 +1 @@ +8 0.46953125 0.4453125 0.6109375 0.53125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1698_jpg.rf.3fe08aa4f5de97b7d0042711f900f90c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1698_jpg.rf.3fe08aa4f5de97b7d0042711f900f90c.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1698_jpg.rf.3fe08aa4f5de97b7d0042711f900f90c.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1698_jpg.rf.546e25d14e9e1634b1fbf84f1eb5a489.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1698_jpg.rf.546e25d14e9e1634b1fbf84f1eb5a489.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1698_jpg.rf.546e25d14e9e1634b1fbf84f1eb5a489.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.634e516c5e8502d25335c5773e1d6dd0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.634e516c5e8502d25335c5773e1d6dd0.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.634e516c5e8502d25335c5773e1d6dd0.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.75e17c2d55a3addfd150215d6f55d615.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.75e17c2d55a3addfd150215d6f55d615.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.75e17c2d55a3addfd150215d6f55d615.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.e0464ee46d759076194025a0efdfc4b7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.e0464ee46d759076194025a0efdfc4b7.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1699_jpg.rf.e0464ee46d759076194025a0efdfc4b7.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.5b77e8c67df676c855c75bd391228ad5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.5b77e8c67df676c855c75bd391228ad5.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.5b77e8c67df676c855c75bd391228ad5.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.73f41b811ee91648f5f4950047b22ab7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.73f41b811ee91648f5f4950047b22ab7.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.73f41b811ee91648f5f4950047b22ab7.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.d5d3e5fe4fa3d2bd58f863a4a5bb07e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.d5d3e5fe4fa3d2bd58f863a4a5bb07e4.txt new file mode 100644 index 0000000..3023625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/frame_1701_jpg.rf.d5d3e5fe4fa3d2bd58f863a4a5bb07e4.txt @@ -0,0 +1 @@ +8 0.45703125 0.4296875 0.4578125 0.34609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/image20C_jpeg_jpg.rf.157707341c43cee304392d8fcc598712.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/image20C_jpeg_jpg.rf.157707341c43cee304392d8fcc598712.txt new file mode 100644 index 0000000..dec5b83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/image20C_jpeg_jpg.rf.157707341c43cee304392d8fcc598712.txt @@ -0,0 +1 @@ +6 0.5862068965517241 0.5143540669856459 0.7586206896551724 0.9712918660287081 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/image26C_jpeg_jpg.rf.8c12622131f8e70dbec3aabf38e31f4e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/image26C_jpeg_jpg.rf.8c12622131f8e70dbec3aabf38e31f4e.txt new file mode 100644 index 0000000..94496a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/image26C_jpeg_jpg.rf.8c12622131f8e70dbec3aabf38e31f4e.txt @@ -0,0 +1 @@ +6 0.4849777777777778 0.48484444444444447 0.46537777777777767 0.7994666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/image28C_jpeg_jpg.rf.4601ab13dbcc865ff71486c2f237f190.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/image28C_jpeg_jpg.rf.4601ab13dbcc865ff71486c2f237f190.txt new file mode 100644 index 0000000..78a5c99 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/image28C_jpeg_jpg.rf.4601ab13dbcc865ff71486c2f237f190.txt @@ -0,0 +1,2 @@ +6 0.37216748768472907 0.37810483870967737 0.3544334975369459 0.5685887096774194 +6 0.7120689655172414 0.353508064516129 0.3341379310344827 0.5193548387096775 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/image36C_jpeg_jpg.rf.72d64e7ab97df082ca29068c45636734.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/image36C_jpeg_jpg.rf.72d64e7ab97df082ca29068c45636734.txt new file mode 100644 index 0000000..e4a7e14 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/image36C_jpeg_jpg.rf.72d64e7ab97df082ca29068c45636734.txt @@ -0,0 +1,2 @@ +6 0.28457777777777776 0.5372 0.5691555555555555 0.7936 +6 0.7269333333333333 0.5796888888888889 0.4408 0.8130222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images116_jpg.rf.2cd368fac477463bde26139c74932525.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images116_jpg.rf.2cd368fac477463bde26139c74932525.txt new file mode 100644 index 0000000..8e9c576 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images116_jpg.rf.2cd368fac477463bde26139c74932525.txt @@ -0,0 +1 @@ +6 0.5495111111111112 0.6033333333333334 0.4886222222222223 0.5963111111111109 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images122_jpg.rf.5660df2b017e418feffa7973a018aa51.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images122_jpg.rf.5660df2b017e418feffa7973a018aa51.txt new file mode 100644 index 0000000..54de1b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images122_jpg.rf.5660df2b017e418feffa7973a018aa51.txt @@ -0,0 +1,10 @@ +6 0.20986666666666667 0.2697333333333333 0.3384444444444445 0.3692888888888889 +6 0.20666666666666667 0.776888888888889 0.3617333333333333 0.3847111111111111 +6 0.5567111111111112 0.13 0.29137777777777785 0.22533333333333336 +6 0.5461333333333334 0.3706666666666667 0.2787111111111111 0.2452888888888889 +6 0.5514222222222221 0.6189777777777778 0.2850666666666666 0.22968888888888891 +6 0.5526666666666666 0.8748 0.27911111111111114 0.2503555555555555 +6 0.8616444444444444 0.1257777777777778 0.27062222222222215 0.23377777777777778 +6 0.8487555555555556 0.3751111111111111 0.29982222222222216 0.2499555555555556 +6 0.8502222222222223 0.6176888888888888 0.2900888888888888 0.23564444444444443 +6 0.8470666666666666 0.8725777777777778 0.2964444444444444 0.254311111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images123_jpg.rf.617403a237c14f95b45b60f3356bd17d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images123_jpg.rf.617403a237c14f95b45b60f3356bd17d.txt new file mode 100644 index 0000000..0a3891b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images123_jpg.rf.617403a237c14f95b45b60f3356bd17d.txt @@ -0,0 +1,2 @@ +6 0.24391111111111113 0.4642666666666667 0.24995555555555554 0.5424888888888889 +6 0.7617777777777778 0.5093777777777777 0.35866666666666663 0.7469777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images138_jpg.rf.092f6762bb5e1cde6071c26852266a13.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images138_jpg.rf.092f6762bb5e1cde6071c26852266a13.txt new file mode 100644 index 0000000..6e667f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images138_jpg.rf.092f6762bb5e1cde6071c26852266a13.txt @@ -0,0 +1 @@ +6 0.5270666666666667 0.5011111111111111 0.5707555555555556 0.7432000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images140_jpg.rf.f1e2fa92df68ddbafd682ecb8b7869a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images140_jpg.rf.f1e2fa92df68ddbafd682ecb8b7869a9.txt new file mode 100644 index 0000000..e9f2350 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images140_jpg.rf.f1e2fa92df68ddbafd682ecb8b7869a9.txt @@ -0,0 +1 @@ +6 0.4948 0.5387555555555555 0.6820888888888889 0.7735111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images155_jpg.rf.cbcc8f7846f2eb83211c492633ef6814.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images155_jpg.rf.cbcc8f7846f2eb83211c492633ef6814.txt new file mode 100644 index 0000000..dd772a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images155_jpg.rf.cbcc8f7846f2eb83211c492633ef6814.txt @@ -0,0 +1 @@ +6 0.6112946428571429 0.48302222222222224 0.6535714285714285 0.8482666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images169_jpg.rf.0334fc0fec74bb6f2b661aeb011be4c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images169_jpg.rf.0334fc0fec74bb6f2b661aeb011be4c7.txt new file mode 100644 index 0000000..4011dd1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images169_jpg.rf.0334fc0fec74bb6f2b661aeb011be4c7.txt @@ -0,0 +1,2 @@ +6 0.35106666666666664 0.4517777777777778 0.32608888888888893 0.5720444444444444 +6 0.6572444444444444 0.45533333333333337 0.34591111111111106 0.5621333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images194_jpg.rf.3a560ed50b5dbfa45aa7d0243671f725.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images194_jpg.rf.3a560ed50b5dbfa45aa7d0243671f725.txt new file mode 100644 index 0000000..8fbb725 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images194_jpg.rf.3a560ed50b5dbfa45aa7d0243671f725.txt @@ -0,0 +1 @@ +6 0.4539 0.647 0.6831999999999999 0.706 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images197_jpg.rf.025949e6ba83ad20edab8c3c1b156ad7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images197_jpg.rf.025949e6ba83ad20edab8c3c1b156ad7.txt new file mode 100644 index 0000000..05573fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images197_jpg.rf.025949e6ba83ad20edab8c3c1b156ad7.txt @@ -0,0 +1 @@ +6 0.47311111111111115 0.5017333333333333 0.5432444444444444 0.6572444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images19_jpg.rf.bc2963720e329e762f18c5171bde8749.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images19_jpg.rf.bc2963720e329e762f18c5171bde8749.txt new file mode 100644 index 0000000..168eec3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images19_jpg.rf.bc2963720e329e762f18c5171bde8749.txt @@ -0,0 +1 @@ +6 0.5311111111111111 0.45942222222222223 0.2952000000000001 0.5793333333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images202_jpg.rf.6a15af072eb2aa7bbaffabd53450213c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images202_jpg.rf.6a15af072eb2aa7bbaffabd53450213c.txt new file mode 100644 index 0000000..efeef53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images202_jpg.rf.6a15af072eb2aa7bbaffabd53450213c.txt @@ -0,0 +1,2 @@ +6 0.46 0.6363555555555556 0.37311111111111106 0.6284888888888888 +7 0.4925777777777777 0.19097777777777777 0.4805777777777777 0.3472444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images213_jpg.rf.1ce040fa4fe6b08d2e0212e3bda34fa7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images213_jpg.rf.1ce040fa4fe6b08d2e0212e3bda34fa7.txt new file mode 100644 index 0000000..38b04e6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images213_jpg.rf.1ce040fa4fe6b08d2e0212e3bda34fa7.txt @@ -0,0 +1 @@ +6 0.47564444444444437 0.48546666666666666 0.6160444444444445 0.6525777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images225_jpg.rf.d5c6692defc73203e7d885e8fdd2e707.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images225_jpg.rf.d5c6692defc73203e7d885e8fdd2e707.txt new file mode 100644 index 0000000..56e0471 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images225_jpg.rf.d5c6692defc73203e7d885e8fdd2e707.txt @@ -0,0 +1,8 @@ +6 0.2530222222222222 0.5368444444444445 0.28933333333333333 0.40408888888888883 +0 0.22151111111111113 0.25106666666666666 0.2304888888888889 0.1965777777777778 +6 0.6210222222222221 0.16706666666666667 0.21688888888888894 0.30364444444444444 +6 0.8843111111111112 0.1708888888888889 0.20160000000000006 0.30279999999999996 +6 0.6007111111111111 0.49768888888888896 0.2101333333333334 0.29613333333333336 +6 0.8887555555555555 0.5046666666666666 0.20626666666666676 0.30586666666666656 +6 0.6053777777777778 0.8441333333333334 0.2109777777777777 0.31173333333333325 +6 0.8902222222222222 0.8420888888888889 0.19653333333333345 0.2611111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images228_jpg.rf.c99f96cbe7356dd3fbdf7e65a7865c15.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images228_jpg.rf.c99f96cbe7356dd3fbdf7e65a7865c15.txt new file mode 100644 index 0000000..7588631 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images228_jpg.rf.c99f96cbe7356dd3fbdf7e65a7865c15.txt @@ -0,0 +1,2 @@ +6 0.33675555555555553 0.41244444444444445 0.37159999999999993 0.5801333333333334 +6 0.6632444444444444 0.42835555555555554 0.35368888888888883 0.6161333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images231_jpg.rf.cc4182f0c7ad96c0eb96fc968bb67b0b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images231_jpg.rf.cc4182f0c7ad96c0eb96fc968bb67b0b.txt new file mode 100644 index 0000000..682007e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images231_jpg.rf.cc4182f0c7ad96c0eb96fc968bb67b0b.txt @@ -0,0 +1,2 @@ +6 0.3602222222222222 0.4872444444444444 0.38115555555555564 0.5688444444444445 +6 0.6796444444444444 0.49324444444444454 0.3377777777777778 0.5766222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images239_jpg.rf.ce92dd88a10550a9e21f6f6462c5e8d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images239_jpg.rf.ce92dd88a10550a9e21f6f6462c5e8d0.txt new file mode 100644 index 0000000..5d8a64f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images239_jpg.rf.ce92dd88a10550a9e21f6f6462c5e8d0.txt @@ -0,0 +1 @@ +6 0.5179555555555556 0.45453333333333323 0.87 0.7177777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images240_jpg.rf.ddd0da40e94192bfd14eb5f44ce16d73.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images240_jpg.rf.ddd0da40e94192bfd14eb5f44ce16d73.txt new file mode 100644 index 0000000..5d55f50 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images240_jpg.rf.ddd0da40e94192bfd14eb5f44ce16d73.txt @@ -0,0 +1 @@ +6 0.4938666666666667 0.4617777777777778 0.5424000000000001 0.7575555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images252_jpg.rf.bb458985ec1f0260d9a9fd5c7f4baea1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images252_jpg.rf.bb458985ec1f0260d9a9fd5c7f4baea1.txt new file mode 100644 index 0000000..7aafe62 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images252_jpg.rf.bb458985ec1f0260d9a9fd5c7f4baea1.txt @@ -0,0 +1,7 @@ +6 0.07951111111111112 0.10377777777777779 0.14546666666666663 0.17280000000000004 +6 0.30404444444444445 0.8126666666666666 0.25164444444444445 0.2826666666666668 +6 0.8188888888888889 0.4274222222222222 0.21053333333333335 0.25715555555555547 +6 0.28542222222222224 0.10568888888888889 0.14671111111111107 0.17239999999999997 +6 0.48897777777777773 0.11728888888888889 0.17288888888888893 0.1829777777777778 +6 0.7029333333333333 0.10271111111111111 0.18173333333333327 0.17493333333333333 +6 0.9164444444444444 0.10862222222222222 0.16435555555555564 0.1868 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images258_jpg.rf.80db5f344f076bd40a36fe0cb16dee8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images258_jpg.rf.80db5f344f076bd40a36fe0cb16dee8f.txt new file mode 100644 index 0000000..387dc01 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images258_jpg.rf.80db5f344f076bd40a36fe0cb16dee8f.txt @@ -0,0 +1 @@ +6 0.4261333333333333 0.55 0.6439999999999999 0.7300888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images277_jpg.rf.0c79ac0dad794d1d8a16273ad4775e1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images277_jpg.rf.0c79ac0dad794d1d8a16273ad4775e1a.txt new file mode 100644 index 0000000..1c58952 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images277_jpg.rf.0c79ac0dad794d1d8a16273ad4775e1a.txt @@ -0,0 +1 @@ +6 0.48346666666666666 0.5832444444444445 0.49204444444444434 0.7550666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images295_jpg.rf.8be10435f07aa672f4d98c56153c84ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images295_jpg.rf.8be10435f07aa672f4d98c56153c84ef.txt new file mode 100644 index 0000000..405aeb0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images295_jpg.rf.8be10435f07aa672f4d98c56153c84ef.txt @@ -0,0 +1 @@ +6 0.5440444444444444 0.5167111111111111 0.48768888888888895 0.7696 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images320_jpg.rf.02606b04dce9de39ce74881cb7dd3905.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images320_jpg.rf.02606b04dce9de39ce74881cb7dd3905.txt new file mode 100644 index 0000000..567899f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images320_jpg.rf.02606b04dce9de39ce74881cb7dd3905.txt @@ -0,0 +1,3 @@ +1 0.18457777777777779 0.5634666666666667 0.36911111111111117 0.8087999999999999 +1 0.5084 0.5708888888888889 0.34448888888888896 0.8334666666666666 +1 0.8273333333333334 0.5627555555555556 0.34533333333333327 0.8299555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images329_jpg.rf.44a0510f1db70ba171bf4bd6c5bbb46d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images329_jpg.rf.44a0510f1db70ba171bf4bd6c5bbb46d.txt new file mode 100644 index 0000000..cac3f18 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images329_jpg.rf.44a0510f1db70ba171bf4bd6c5bbb46d.txt @@ -0,0 +1 @@ +6 0.4476888888888889 0.4988000000000001 0.5432444444444444 0.8528444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images33_jpg.rf.48639f274a75d53aba1086e30aa95038.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images33_jpg.rf.48639f274a75d53aba1086e30aa95038.txt new file mode 100644 index 0000000..aedb05c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images33_jpg.rf.48639f274a75d53aba1086e30aa95038.txt @@ -0,0 +1 @@ +6 0.562 0.5030222222222223 0.45013333333333333 0.4887555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images358_jpg.rf.954954560784315488298ce8c4d06cda.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images358_jpg.rf.954954560784315488298ce8c4d06cda.txt new file mode 100644 index 0000000..be9d8a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images358_jpg.rf.954954560784315488298ce8c4d06cda.txt @@ -0,0 +1,8 @@ +6 0.12964444444444445 0.2799111111111111 0.1738222222222222 0.4065777777777778 +6 0.12924444444444444 0.7802666666666667 0.19835555555555553 0.3914666666666666 +6 0.37831111111111115 0.2826222222222222 0.23511111111111113 0.4078222222222222 +6 0.36115555555555556 0.773511111111111 0.17124444444444445 0.37791111111111125 +6 0.6236 0.28644444444444445 0.1712 0.40697777777777777 +6 0.6168 0.7948888888888889 0.2084444444444444 0.39951111111111104 +6 0.8783555555555556 0.28413333333333335 0.18977777777777774 0.3980888888888889 +6 0.8796444444444443 0.768 0.20075555555555563 0.39231111111111105 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images366_jpg.rf.cd7a06c242e239cadb812f57db224d42.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images366_jpg.rf.cd7a06c242e239cadb812f57db224d42.txt new file mode 100644 index 0000000..22d5011 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images366_jpg.rf.cd7a06c242e239cadb812f57db224d42.txt @@ -0,0 +1,3 @@ +6 0.18871111111111108 0.4638666666666667 0.30626666666666663 0.6686666666666666 +6 0.5099111111111111 0.4636444444444444 0.3206222222222223 0.6555111111111112 +6 0.8276 0.48564444444444443 0.2872 0.6826222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images377_jpg.rf.3161e23d90438b20f50c287edc3f2cc5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images377_jpg.rf.3161e23d90438b20f50c287edc3f2cc5.txt new file mode 100644 index 0000000..98a0ff0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images377_jpg.rf.3161e23d90438b20f50c287edc3f2cc5.txt @@ -0,0 +1 @@ +6 0.5034666666666666 0.4756 0.6224444444444445 0.9026222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images381_jpg.rf.4c7aa74af8bda4de661d4e44c4d5abd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images381_jpg.rf.4c7aa74af8bda4de661d4e44c4d5abd3.txt new file mode 100644 index 0000000..add2f64 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images381_jpg.rf.4c7aa74af8bda4de661d4e44c4d5abd3.txt @@ -0,0 +1 @@ +6 0.48897777777777773 0.36902222222222225 0.4776444444444444 0.6652444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images383_jpg.rf.dbe1938ca67f86f621310b56020336f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images383_jpg.rf.dbe1938ca67f86f621310b56020336f9.txt new file mode 100644 index 0000000..b5774fc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images383_jpg.rf.dbe1938ca67f86f621310b56020336f9.txt @@ -0,0 +1,2 @@ +6 0.30008888888888885 0.5147999999999999 0.5324888888888889 0.8694222222222222 +6 0.7344888888888889 0.5279999999999999 0.28453333333333325 0.49586666666666657 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images384_jpg.rf.6c36f97d31ae989df149769a88cfbdbb.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images384_jpg.rf.6c36f97d31ae989df149769a88cfbdbb.txt new file mode 100644 index 0000000..3b59469 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images384_jpg.rf.6c36f97d31ae989df149769a88cfbdbb.txt @@ -0,0 +1 @@ +6 0.5088888888888888 0.4378222222222222 0.5089333333333332 0.5276888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images385_jpg.rf.55de5258966d61703e4943e448427e94.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images385_jpg.rf.55de5258966d61703e4943e448427e94.txt new file mode 100644 index 0000000..8d09fc8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images385_jpg.rf.55de5258966d61703e4943e448427e94.txt @@ -0,0 +1 @@ +1 0.512888888888889 0.5065777777777778 0.3552888888888889 0.9868444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images386_jpg.rf.2df9d6ac99488fc7cab3eebd4dabdb5a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images386_jpg.rf.2df9d6ac99488fc7cab3eebd4dabdb5a.txt new file mode 100644 index 0000000..61b673f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images386_jpg.rf.2df9d6ac99488fc7cab3eebd4dabdb5a.txt @@ -0,0 +1,2 @@ +6 0.2835111111111111 0.4494666666666666 0.35026666666666667 0.6906666666666665 +6 0.760488888888889 0.5470222222222222 0.33071111111111096 0.5056888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images391_jpg.rf.99037538afbd7e188128084e3dbb982c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images391_jpg.rf.99037538afbd7e188128084e3dbb982c.txt new file mode 100644 index 0000000..7dcdc49 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images391_jpg.rf.99037538afbd7e188128084e3dbb982c.txt @@ -0,0 +1 @@ +6 0.5501333333333334 0.39084444444444444 0.3925333333333333 0.6453333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images392_jpg.rf.c4d48f89cc311bb60b52e31a66107670.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images392_jpg.rf.c4d48f89cc311bb60b52e31a66107670.txt new file mode 100644 index 0000000..c49b4f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images392_jpg.rf.c4d48f89cc311bb60b52e31a66107670.txt @@ -0,0 +1 @@ +6 0.4524888888888889 0.4636 0.4760444444444445 0.6443555555555557 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images393_jpg.rf.711badc936f9c7c697ee38bc98c2bb76.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images393_jpg.rf.711badc936f9c7c697ee38bc98c2bb76.txt new file mode 100644 index 0000000..4c85970 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images393_jpg.rf.711badc936f9c7c697ee38bc98c2bb76.txt @@ -0,0 +1 @@ +1 0.6163555555555555 0.5493777777777777 0.639288888888889 0.6704 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images396_jpg.rf.8aeb4538c8b426208a143593085c3863.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images396_jpg.rf.8aeb4538c8b426208a143593085c3863.txt new file mode 100644 index 0000000..4411805 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images396_jpg.rf.8aeb4538c8b426208a143593085c3863.txt @@ -0,0 +1 @@ +6 0.4893777777777777 0.34106666666666663 0.4869333333333333 0.5754666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images400_jpg.rf.81024777d218a313992b15645f1c2e74.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images400_jpg.rf.81024777d218a313992b15645f1c2e74.txt new file mode 100644 index 0000000..b646611 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images400_jpg.rf.81024777d218a313992b15645f1c2e74.txt @@ -0,0 +1,4 @@ +6 0.3918666666666667 0.4592 0.2452888888888889 0.5831555555555558 +6 0.6758666666666666 0.44035555555555556 0.2833333333333333 0.5666222222222221 +7 0.3698222222222222 0.08875555555555555 0.3468444444444444 0.17239999999999997 +7 0.7067555555555556 0.08426666666666667 0.3332888888888889 0.16773333333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images404_jpg.rf.2d1aed09229bcdd2ce7bfce913378c49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images404_jpg.rf.2d1aed09229bcdd2ce7bfce913378c49.txt new file mode 100644 index 0000000..5f3dd8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images404_jpg.rf.2d1aed09229bcdd2ce7bfce913378c49.txt @@ -0,0 +1,4 @@ +7 0.3120444444444444 0.14333333333333334 0.3439111111111111 0.2866666666666667 +6 0.30360000000000004 0.3450666666666667 0.3100444444444444 0.2660444444444444 +7 0.7820888888888888 0.10968888888888889 0.38235555555555567 0.21853333333333333 +6 0.7518222222222222 0.4428888888888889 0.28035555555555547 0.5378666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images420_jpg.rf.968e2f53aa0769024d4dc6c95adc22ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images420_jpg.rf.968e2f53aa0769024d4dc6c95adc22ea.txt new file mode 100644 index 0000000..476ebd3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images420_jpg.rf.968e2f53aa0769024d4dc6c95adc22ea.txt @@ -0,0 +1 @@ +6 0.4771111111111111 0.39782222222222224 0.6909333333333333 0.6212444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images449_jpg.rf.dcce9f314dbe890817f5a5d627b992cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images449_jpg.rf.dcce9f314dbe890817f5a5d627b992cf.txt new file mode 100644 index 0000000..adf0be4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images449_jpg.rf.dcce9f314dbe890817f5a5d627b992cf.txt @@ -0,0 +1 @@ +6 0.5 0.34565625 1 0.644625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images44_jpg.rf.21f57810ff27aaca552629c8f88a4c29.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images44_jpg.rf.21f57810ff27aaca552629c8f88a4c29.txt new file mode 100644 index 0000000..1941300 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images44_jpg.rf.21f57810ff27aaca552629c8f88a4c29.txt @@ -0,0 +1 @@ +1 0.4729333333333333 0.5288888888888889 0.7173777777777779 0.8637333333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images450_jpg.rf.15f2893307bdacc6421a2658bbec6e4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images450_jpg.rf.15f2893307bdacc6421a2658bbec6e4c.txt new file mode 100644 index 0000000..5e98cdb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images450_jpg.rf.15f2893307bdacc6421a2658bbec6e4c.txt @@ -0,0 +1,2 @@ +6 0.5154666666666667 0.6312000000000001 0.3332 0.5604444444444443 +0 0.4623555555555556 0.2718666666666667 0.2672 0.18671111111111108 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images451_jpg.rf.bc9c7d6f2812fdf2f2da05686634c912.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images451_jpg.rf.bc9c7d6f2812fdf2f2da05686634c912.txt new file mode 100644 index 0000000..584f82f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images451_jpg.rf.bc9c7d6f2812fdf2f2da05686634c912.txt @@ -0,0 +1,2 @@ +6 0.25986666666666663 0.6110666666666668 0.2911555555555555 0.3889777777777777 +6 0.746488888888889 0.6241333333333333 0.4270666666666666 0.6564 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images467_jpg.rf.6c1a3159a51d9523090a6de2cb79e399.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images467_jpg.rf.6c1a3159a51d9523090a6de2cb79e399.txt new file mode 100644 index 0000000..ac19be4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images467_jpg.rf.6c1a3159a51d9523090a6de2cb79e399.txt @@ -0,0 +1 @@ +6 0.4906666666666667 0.3586666666666667 0.46408888888888894 0.6148444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images471_jpg.rf.3560a03f36bcdc10d5e0a937db8b6182.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images471_jpg.rf.3560a03f36bcdc10d5e0a937db8b6182.txt new file mode 100644 index 0000000..e2227f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images471_jpg.rf.3560a03f36bcdc10d5e0a937db8b6182.txt @@ -0,0 +1 @@ +6 0.4856 0.5038222222222222 0.5893777777777779 0.5581777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images475_jpg.rf.3a1e4eb90c216b68708a8ba2183a9ec1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images475_jpg.rf.3a1e4eb90c216b68708a8ba2183a9ec1.txt new file mode 100644 index 0000000..7765c41 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images475_jpg.rf.3a1e4eb90c216b68708a8ba2183a9ec1.txt @@ -0,0 +1,3 @@ +6 0.22066666666666662 0.3792 0.3304 0.6516888888888889 +6 0.6132 0.5508444444444445 0.1749777777777778 0.44048888888888893 +7 0.6301333333333333 0.2540444444444444 0.27319999999999994 0.22791111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images478_jpg.rf.eb8780d33a88c1f1477f7bc6f37e06dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images478_jpg.rf.eb8780d33a88c1f1477f7bc6f37e06dc.txt new file mode 100644 index 0000000..dc58f5e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images478_jpg.rf.eb8780d33a88c1f1477f7bc6f37e06dc.txt @@ -0,0 +1 @@ +6 0.5209333333333334 0.39591111111111116 0.40128888888888886 0.6697333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images483_jpg.rf.e21bd1f674ef56e6064ae19c067d689d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images483_jpg.rf.e21bd1f674ef56e6064ae19c067d689d.txt new file mode 100644 index 0000000..75aa5ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images483_jpg.rf.e21bd1f674ef56e6064ae19c067d689d.txt @@ -0,0 +1,2 @@ +6 0.47733333333333333 0.6343555555555556 0.4488888888888889 0.6387555555555554 +7 0.48053333333333337 0.32408888888888887 0.3522222222222222 0.34195555555555557 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images488_jpg.rf.a3633f9536a2a3abcaca90180b6cd4f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images488_jpg.rf.a3633f9536a2a3abcaca90180b6cd4f0.txt new file mode 100644 index 0000000..8ba2937 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images488_jpg.rf.a3633f9536a2a3abcaca90180b6cd4f0.txt @@ -0,0 +1 @@ +6 0.5632444444444445 0.47844444444444445 0.7484 0.9449333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images501_jpg.rf.049d7856905a78c0750e2c1d7a0a3a2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images501_jpg.rf.049d7856905a78c0750e2c1d7a0a3a2a.txt new file mode 100644 index 0000000..ae70dcb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images501_jpg.rf.049d7856905a78c0750e2c1d7a0a3a2a.txt @@ -0,0 +1 @@ +6 0.5160444444444445 0.5990222222222222 0.7688444444444444 0.7942666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images502_jpg.rf.d331f3ce39ac51d2ec2b586dac2d5ca4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images502_jpg.rf.d331f3ce39ac51d2ec2b586dac2d5ca4.txt new file mode 100644 index 0000000..391c466 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images502_jpg.rf.d331f3ce39ac51d2ec2b586dac2d5ca4.txt @@ -0,0 +1 @@ +6 0.4931999999999999 0.4993000000000001 0.9081 0.9893000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images503_jpg.rf.a5a9bbdf589ccc4856adaf023b3d674b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images503_jpg.rf.a5a9bbdf589ccc4856adaf023b3d674b.txt new file mode 100644 index 0000000..1c8fe4a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images503_jpg.rf.a5a9bbdf589ccc4856adaf023b3d674b.txt @@ -0,0 +1,2 @@ +6 0.6009333333333333 0.48373333333333335 0.4907555555555556 0.5644888888888888 +7 0.5909777777777778 0.16031111111111107 0.3413333333333334 0.32057777777777774 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images511_jpg.rf.ea037fe2b499027da3e9ddcba423baa2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images511_jpg.rf.ea037fe2b499027da3e9ddcba423baa2.txt new file mode 100644 index 0000000..0a05a1f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images511_jpg.rf.ea037fe2b499027da3e9ddcba423baa2.txt @@ -0,0 +1,5 @@ +6 0.16075555555555557 0.2728888888888889 0.32151111111111114 0.4476 +6 0.48857777777777783 0.3766222222222222 0.2312888888888889 0.2571555555555555 +6 0.8367111111111111 0.2764888888888889 0.32657777777777786 0.41671111111111114 +6 0.8667111111111111 0.6244888888888889 0.21302222222222225 0.26608888888888893 +6 0.4925777777777778 0.1459111111111111 0.29435555555555554 0.26128888888888885 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images543_jpg.rf.f0952560d4b3d70c264aaa53db76a940.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images543_jpg.rf.f0952560d4b3d70c264aaa53db76a940.txt new file mode 100644 index 0000000..ccff84a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images543_jpg.rf.f0952560d4b3d70c264aaa53db76a940.txt @@ -0,0 +1 @@ +6 0.5258666666666666 0.47457777777777777 0.8344444444444444 0.8539111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images576_jpg.rf.a71db975ebcdafe0f883a0596455e893.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images576_jpg.rf.a71db975ebcdafe0f883a0596455e893.txt new file mode 100644 index 0000000..c233fd8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images576_jpg.rf.a71db975ebcdafe0f883a0596455e893.txt @@ -0,0 +1 @@ +6 0.5520444444444444 0.5231111111111111 0.3853333333333334 0.7601333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images584_jpg.rf.a32bacbb842d5b3820b9e1e55f243b64.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images584_jpg.rf.a32bacbb842d5b3820b9e1e55f243b64.txt new file mode 100644 index 0000000..782b5f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images584_jpg.rf.a32bacbb842d5b3820b9e1e55f243b64.txt @@ -0,0 +1 @@ +6 0.5068 0.5345333333333333 0.7540444444444445 0.9259111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images596_jpg.rf.452f1b1187b2f066cf169e53954b192f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images596_jpg.rf.452f1b1187b2f066cf169e53954b192f.txt new file mode 100644 index 0000000..18fb484 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images596_jpg.rf.452f1b1187b2f066cf169e53954b192f.txt @@ -0,0 +1 @@ +1 0.48 0.5317333333333334 0.7004000000000001 0.9117777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images597_jpg.rf.54ec385ab0443a74a13d7fd818d10c29.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images597_jpg.rf.54ec385ab0443a74a13d7fd818d10c29.txt new file mode 100644 index 0000000..1e61c66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images597_jpg.rf.54ec385ab0443a74a13d7fd818d10c29.txt @@ -0,0 +1,2 @@ +6 0.746311111111111 0.42848888888888886 0.3150666666666666 0.47520000000000007 +6 0.30462222222222224 0.3828 0.29439999999999994 0.5784444444444443 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images601_jpg.rf.7778dba06beae1260794547ef0b81312.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images601_jpg.rf.7778dba06beae1260794547ef0b81312.txt new file mode 100644 index 0000000..a42460f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images601_jpg.rf.7778dba06beae1260794547ef0b81312.txt @@ -0,0 +1 @@ +6 0.5011555555555556 0.5047555555555555 0.5734222222222223 0.8556888888888887 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images606_jpg.rf.11ede90add70e5f24361404bae49ec38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images606_jpg.rf.11ede90add70e5f24361404bae49ec38.txt new file mode 100644 index 0000000..7256a32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images606_jpg.rf.11ede90add70e5f24361404bae49ec38.txt @@ -0,0 +1,2 @@ +6 0.29302222222222224 0.3628888888888889 0.3941777777777778 0.7074666666666667 +6 0.7184444444444444 0.34031111111111106 0.33075555555555564 0.6707555555555553 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images612_jpg.rf.c0dfdbf2b324b89240f30b0a084a703c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images612_jpg.rf.c0dfdbf2b324b89240f30b0a084a703c.txt new file mode 100644 index 0000000..63e24a0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images612_jpg.rf.c0dfdbf2b324b89240f30b0a084a703c.txt @@ -0,0 +1 @@ +6 0.5218222222222222 0.5352444444444445 0.5490666666666667 0.8511111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images614_jpg.rf.5ac1f748dd5e56c16a63d43642ecd08e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images614_jpg.rf.5ac1f748dd5e56c16a63d43642ecd08e.txt new file mode 100644 index 0000000..1ad6cdb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images614_jpg.rf.5ac1f748dd5e56c16a63d43642ecd08e.txt @@ -0,0 +1,2 @@ +6 0.6415555555555555 0.6473777777777777 0.4737777777777777 0.5827555555555556 +6 0.32222222222222224 0.5002666666666666 0.4150222222222222 0.5721333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images619_jpg.rf.8b4fd54a6ad092848f4b2bc4bc01c195.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images619_jpg.rf.8b4fd54a6ad092848f4b2bc4bc01c195.txt new file mode 100644 index 0000000..ef5bec1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images619_jpg.rf.8b4fd54a6ad092848f4b2bc4bc01c195.txt @@ -0,0 +1,2 @@ +7 0.5196444444444445 0.17808888888888894 0.34853333333333325 0.3426222222222222 +6 0.5433777777777778 0.5523111111111112 0.34515555555555555 0.6508888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images620_jpg.rf.a7b2971826975e5ef275e6a79c63a079.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images620_jpg.rf.a7b2971826975e5ef275e6a79c63a079.txt new file mode 100644 index 0000000..593ca45 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images620_jpg.rf.a7b2971826975e5ef275e6a79c63a079.txt @@ -0,0 +1 @@ +6 0.5200444444444445 0.4821333333333333 0.4425333333333334 0.692 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images623_jpg.rf.702e7774c834ccf1ae15ba6cdb456a58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images623_jpg.rf.702e7774c834ccf1ae15ba6cdb456a58.txt new file mode 100644 index 0000000..cc6fca0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images623_jpg.rf.702e7774c834ccf1ae15ba6cdb456a58.txt @@ -0,0 +1 @@ +6 0.48200000000000004 0.4729333333333333 0.48484444444444447 0.6572444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images636_jpg.rf.13f4d4e40c2a34956347fb2a193a109a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images636_jpg.rf.13f4d4e40c2a34956347fb2a193a109a.txt new file mode 100644 index 0000000..406600d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images636_jpg.rf.13f4d4e40c2a34956347fb2a193a109a.txt @@ -0,0 +1,2 @@ +0 0.4866222222222223 0.34297777777777777 0.3366666666666667 0.2364 +6 0.5181777777777778 0.6988 0.3278222222222222 0.46977777777777774 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images637_jpg.rf.b7fb46fd1f4e5a3615b4ec6a809bdd0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images637_jpg.rf.b7fb46fd1f4e5a3615b4ec6a809bdd0e.txt new file mode 100644 index 0000000..2101888 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images637_jpg.rf.b7fb46fd1f4e5a3615b4ec6a809bdd0e.txt @@ -0,0 +1 @@ +6 0.49373333333333336 0.41404444444444444 0.4659999999999999 0.774311111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images649_jpg.rf.b900c1560b3ccce877d6b08473b09a43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images649_jpg.rf.b900c1560b3ccce877d6b08473b09a43.txt new file mode 100644 index 0000000..c1265a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images649_jpg.rf.b900c1560b3ccce877d6b08473b09a43.txt @@ -0,0 +1 @@ +6 0.5428000000000001 0.6872 0.5019 0.4842000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images652_jpg.rf.025b1d6de9695915542862350cf9cb38.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images652_jpg.rf.025b1d6de9695915542862350cf9cb38.txt new file mode 100644 index 0000000..ab5430c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images652_jpg.rf.025b1d6de9695915542862350cf9cb38.txt @@ -0,0 +1,2 @@ +6 0.8049777777777778 0.42893333333333333 0.3900444444444444 0.7215555555555555 +6 0.2597777777777778 0.37835555555555556 0.3367111111111112 0.7008 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images659_jpg.rf.2316098d8657dbb82432654347dc2997.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images659_jpg.rf.2316098d8657dbb82432654347dc2997.txt new file mode 100644 index 0000000..557ec32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images659_jpg.rf.2316098d8657dbb82432654347dc2997.txt @@ -0,0 +1,6 @@ +6 0.2786222222222222 0.6128444444444444 0.28888888888888886 0.35711111111111116 +6 0.5700444444444444 0.6945333333333333 0.18684444444444448 0.25808888888888887 +0 0.2733333333333333 0.3455111111111111 0.2182222222222222 0.19066666666666668 +6 0.5717333333333333 0.2591555555555556 0.17328888888888894 0.19404444444444444 +6 0.5084444444444445 0.4574666666666667 0.14413333333333336 0.13946666666666666 +6 0.6517333333333333 0.4564 0.1385777777777778 0.14160000000000006 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images67_jpg.rf.8c30b3deb90446208aa338265856d09f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images67_jpg.rf.8c30b3deb90446208aa338265856d09f.txt new file mode 100644 index 0000000..91ecc0d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images67_jpg.rf.8c30b3deb90446208aa338265856d09f.txt @@ -0,0 +1,2 @@ +6 0.24151111111111112 0.6287111111111111 0.3983999999999999 0.5936 +6 0.6985333333333332 0.6488444444444444 0.3988444444444445 0.5025777777777777 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images680_jpg.rf.eaddad546e783285a0345e4581eab07c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images680_jpg.rf.eaddad546e783285a0345e4581eab07c.txt new file mode 100644 index 0000000..472eba5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images680_jpg.rf.eaddad546e783285a0345e4581eab07c.txt @@ -0,0 +1,2 @@ +6 0.2570222222222222 0.5550666666666667 0.2982222222222222 0.4828444444444445 +6 0.7824888888888889 0.41115555555555555 0.34088888888888885 0.6859999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images690_jpg.rf.45ebc1bd4002b49fdf536eff4fdc7ace.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images690_jpg.rf.45ebc1bd4002b49fdf536eff4fdc7ace.txt new file mode 100644 index 0000000..14ae494 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images690_jpg.rf.45ebc1bd4002b49fdf536eff4fdc7ace.txt @@ -0,0 +1,3 @@ +6 0.7137333333333333 0.5455555555555556 0.37684444444444454 0.603511111111111 +6 0.25386666666666663 0.4413777777777778 0.3418222222222222 0.41208888888888895 +4 0.7135111111111111 0.18186666666666668 0.3298666666666666 0.22319999999999998 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images694_jpg.rf.99c1eaa155ab0ae8ca1cb1ddc9137992.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images694_jpg.rf.99c1eaa155ab0ae8ca1cb1ddc9137992.txt new file mode 100644 index 0000000..35fa04b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images694_jpg.rf.99c1eaa155ab0ae8ca1cb1ddc9137992.txt @@ -0,0 +1 @@ +6 0.4876888888888889 0.35377777777777775 0.4293777777777777 0.6008888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images709_jpg.rf.d31575b1e8aaac438b24cc11ef5736d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images709_jpg.rf.d31575b1e8aaac438b24cc11ef5736d0.txt new file mode 100644 index 0000000..b851bdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images709_jpg.rf.d31575b1e8aaac438b24cc11ef5736d0.txt @@ -0,0 +1 @@ +1 0.628 0.5425333333333333 0.32822222222222225 0.9149333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images728_jpg.rf.172d45c5ea030af4a3e9dd2d729b5869.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images728_jpg.rf.172d45c5ea030af4a3e9dd2d729b5869.txt new file mode 100644 index 0000000..3808d6f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images728_jpg.rf.172d45c5ea030af4a3e9dd2d729b5869.txt @@ -0,0 +1,2 @@ +6 0.5004444444444445 0.2970222222222222 0.3396444444444445 0.5382222222222222 +6 0.15417777777777777 0.3281777777777778 0.2635555555555556 0.5369777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images731_jpg.rf.b3660530909efd5c2a838de36f4deba3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images731_jpg.rf.b3660530909efd5c2a838de36f4deba3.txt new file mode 100644 index 0000000..f280e14 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images731_jpg.rf.b3660530909efd5c2a838de36f4deba3.txt @@ -0,0 +1,2 @@ +6 0.3308888888888889 0.5296888888888889 0.3942666666666667 0.8553777777777779 +6 0.7994222222222223 0.47377777777777774 0.17155555555555566 0.3710666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images737_jpg.rf.93e580d49d00c10f7c89bed83f0deec6.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images737_jpg.rf.93e580d49d00c10f7c89bed83f0deec6.txt new file mode 100644 index 0000000..7c32173 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images737_jpg.rf.93e580d49d00c10f7c89bed83f0deec6.txt @@ -0,0 +1 @@ +6 0.5383555555555556 0.5540888888888889 0.34942222222222225 0.6158222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images747_jpg.rf.84d9f7bdb2ca8a14a849235c6d39d266.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images747_jpg.rf.84d9f7bdb2ca8a14a849235c6d39d266.txt new file mode 100644 index 0000000..f9d9162 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images747_jpg.rf.84d9f7bdb2ca8a14a849235c6d39d266.txt @@ -0,0 +1 @@ +6 0.35035555555555553 0.5694666666666667 0.5517333333333334 0.7995111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images75_jpg.rf.76e95e1e65413ed1e9521c1d1c471aaf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images75_jpg.rf.76e95e1e65413ed1e9521c1d1c471aaf.txt new file mode 100644 index 0000000..abf5022 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images75_jpg.rf.76e95e1e65413ed1e9521c1d1c471aaf.txt @@ -0,0 +1,2 @@ +6 0.4595555555555556 0.4742222222222222 0.6566666666666666 0.674 +4 0.5355555555555556 0.16497777777777778 0.36071111111111104 0.32991111111111115 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images767_jpg.rf.2157cf29c1fd35f965cf0c7cd3b2a269.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images767_jpg.rf.2157cf29c1fd35f965cf0c7cd3b2a269.txt new file mode 100644 index 0000000..3c4f2a9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images767_jpg.rf.2157cf29c1fd35f965cf0c7cd3b2a269.txt @@ -0,0 +1 @@ +1 0.5323555555555556 0.5129777777777779 0.34008888888888883 0.6483555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images771_jpg.rf.afe48c1cbeb1554fe58111869b02c2dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images771_jpg.rf.afe48c1cbeb1554fe58111869b02c2dc.txt new file mode 100644 index 0000000..05edf56 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images771_jpg.rf.afe48c1cbeb1554fe58111869b02c2dc.txt @@ -0,0 +1 @@ +6 0.5165777777777778 0.4177333333333333 0.4503555555555556 0.7029333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images782_jpg.rf.0297dfe32bff3ab59646fa862c4c41a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images782_jpg.rf.0297dfe32bff3ab59646fa862c4c41a0.txt new file mode 100644 index 0000000..ef51495 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images782_jpg.rf.0297dfe32bff3ab59646fa862c4c41a0.txt @@ -0,0 +1,2 @@ +6 0.4951111111111111 0.7578666666666667 0.3163555555555556 0.4397333333333333 +0 0.4781777777777778 0.44328888888888884 0.2757333333333334 0.2220444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images786_jpg.rf.33aefbcb7f1fcddf8ea1a6722905460e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images786_jpg.rf.33aefbcb7f1fcddf8ea1a6722905460e.txt new file mode 100644 index 0000000..a7241ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images786_jpg.rf.33aefbcb7f1fcddf8ea1a6722905460e.txt @@ -0,0 +1,2 @@ +6 0.2763111111111111 0.33959999999999996 0.3612888888888888 0.5276444444444444 +6 0.7431555555555556 0.4623555555555556 0.3281777777777777 0.4582666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images788_jpg.rf.5f31e3adfe5080d5f12c5639a38e0bcd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images788_jpg.rf.5f31e3adfe5080d5f12c5639a38e0bcd.txt new file mode 100644 index 0000000..6fdd953 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images788_jpg.rf.5f31e3adfe5080d5f12c5639a38e0bcd.txt @@ -0,0 +1,2 @@ +0 0.4713333333333333 0.3045333333333333 0.24631111111111106 0.1824444444444444 +6 0.4998666666666667 0.6021777777777778 0.21164444444444447 0.4246222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images790_jpg.rf.11874b08db129ed6e4a09f80a4bbefba.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images790_jpg.rf.11874b08db129ed6e4a09f80a4bbefba.txt new file mode 100644 index 0000000..615db18 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images790_jpg.rf.11874b08db129ed6e4a09f80a4bbefba.txt @@ -0,0 +1,5 @@ +1 0.2627555555555555 0.43697777777777774 0.33759999999999996 0.8477333333333333 +1 0.6231555555555556 0.23373333333333335 0.24653333333333327 0.41586666666666666 +1 0.6271555555555556 0.7178222222222221 0.2249333333333334 0.41471111111111114 +1 0.8800444444444444 0.24942222222222224 0.22702222222222215 0.44720000000000004 +1 0.8531555555555556 0.7142222222222222 0.21982222222222214 0.41177777777777774 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images799_jpg.rf.33a770c5a70c83d20fd94ccdf654b2f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images799_jpg.rf.33a770c5a70c83d20fd94ccdf654b2f4.txt new file mode 100644 index 0000000..2df42c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images799_jpg.rf.33a770c5a70c83d20fd94ccdf654b2f4.txt @@ -0,0 +1 @@ +1 0.49724444444444443 0.5813333333333334 0.34262222222222233 0.7893333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images7_jpg.rf.78be52718b91e494326a6401aa8854f4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images7_jpg.rf.78be52718b91e494326a6401aa8854f4.txt new file mode 100644 index 0000000..f7c7b94 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images7_jpg.rf.78be52718b91e494326a6401aa8854f4.txt @@ -0,0 +1 @@ +6 0.5517777777777778 0.6590666666666666 0.31697777777777775 0.49342222222222215 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images807_jpg.rf.31448829bd6f1d6df75740d0f6e434d0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images807_jpg.rf.31448829bd6f1d6df75740d0f6e434d0.txt new file mode 100644 index 0000000..a521224 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images807_jpg.rf.31448829bd6f1d6df75740d0f6e434d0.txt @@ -0,0 +1,4 @@ +6 0.2671111111111111 0.2589777777777778 0.4714222222222222 0.43826666666666664 +6 0.7544444444444445 0.2551111111111111 0.4902222222222223 0.3924 +6 0.2734666666666667 0.7624 0.39946666666666664 0.4250222222222222 +6 0.7697777777777777 0.7606666666666667 0.42284444444444436 0.4341777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images82_jpg.rf.62e7d10c63ebe13a8d7f2023359f8f43.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images82_jpg.rf.62e7d10c63ebe13a8d7f2023359f8f43.txt new file mode 100644 index 0000000..d41576f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images82_jpg.rf.62e7d10c63ebe13a8d7f2023359f8f43.txt @@ -0,0 +1,2 @@ +6 0.4781777777777778 0.5713777777777778 0.3671555555555556 0.5281333333333332 +4 0.5575555555555555 0.2561777777777778 0.5978222222222221 0.4946222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images844_jpg.rf.be2323137bafca4b8475e6c1b5c7dc3b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images844_jpg.rf.be2323137bafca4b8475e6c1b5c7dc3b.txt new file mode 100644 index 0000000..79aebb0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images844_jpg.rf.be2323137bafca4b8475e6c1b5c7dc3b.txt @@ -0,0 +1,4 @@ +0 0.21155555555555558 0.13848888888888888 0.3418222222222222 0.24226666666666666 +0 0.7526666666666666 0.15604444444444443 0.38702222222222216 0.2647111111111111 +6 0.296 0.5940444444444444 0.4302666666666667 0.7131555555555554 +6 0.7795555555555556 0.6139555555555555 0.4408444444444444 0.7275555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images849_jpg.rf.b0e12ffa0608d90001edb84a828a7c7a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images849_jpg.rf.b0e12ffa0608d90001edb84a828a7c7a.txt new file mode 100644 index 0000000..ba407ed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images849_jpg.rf.b0e12ffa0608d90001edb84a828a7c7a.txt @@ -0,0 +1,2 @@ +6 0.5902222222222223 0.6779555555555555 0.34448888888888884 0.6440888888888889 +0 0.5223111111111111 0.22231111111111113 0.4972 0.3310222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images861_jpg.rf.ec003c4e6f3bc04c6b61b7b661ee5efd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images861_jpg.rf.ec003c4e6f3bc04c6b61b7b661ee5efd.txt new file mode 100644 index 0000000..c6a9cce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images861_jpg.rf.ec003c4e6f3bc04c6b61b7b661ee5efd.txt @@ -0,0 +1 @@ +6 0.5284888888888889 0.3634222222222222 0.4510222222222223 0.6640888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images872_jpg.rf.3bad4c9a2050da3bb2cb8c94a66899a9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images872_jpg.rf.3bad4c9a2050da3bb2cb8c94a66899a9.txt new file mode 100644 index 0000000..db1c346 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images872_jpg.rf.3bad4c9a2050da3bb2cb8c94a66899a9.txt @@ -0,0 +1,6 @@ +6 0.16328888888888893 0.5576 0.31306666666666666 0.43711111111111106 +6 0.41324444444444447 0.7879111111111111 0.14835555555555555 0.22044444444444455 +6 0.41257777777777777 0.28835555555555553 0.14284444444444452 0.23720000000000002 +6 0.5797777777777777 0.8022666666666666 0.16399999999999995 0.23231111111111102 +6 0.5728 0.29617777777777776 0.15426666666666664 0.23173333333333337 +6 0.8235555555555556 0.5811111111111111 0.3298666666666668 0.43755555555555553 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images874_jpg.rf.133376f8659d9d7eabb00f142a634a4a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images874_jpg.rf.133376f8659d9d7eabb00f142a634a4a.txt new file mode 100644 index 0000000..7d56330 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images874_jpg.rf.133376f8659d9d7eabb00f142a634a4a.txt @@ -0,0 +1 @@ +6 0.4932444444444444 0.4071111111111111 0.32359999999999994 0.6059999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images87_jpg.rf.e2398dfe36add6af47ba91c288ab3dca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images87_jpg.rf.e2398dfe36add6af47ba91c288ab3dca.txt new file mode 100644 index 0000000..a0f7968 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images87_jpg.rf.e2398dfe36add6af47ba91c288ab3dca.txt @@ -0,0 +1 @@ +6 0.49573333333333336 0.526 0.6651111111111111 0.6921777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images889_jpg.rf.a6e3b4529e809ff769f38750fcbaa721.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images889_jpg.rf.a6e3b4529e809ff769f38750fcbaa721.txt new file mode 100644 index 0000000..f5f6e2a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images889_jpg.rf.a6e3b4529e809ff769f38750fcbaa721.txt @@ -0,0 +1,2 @@ +6 0.24666666666666667 0.4733777777777778 0.2343111111111111 0.5310666666666666 +6 0.7894666666666666 0.5956888888888889 0.2659555555555557 0.39479999999999993 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images892_jpg.rf.95328596a34cf3afcc07693f28c52ca8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images892_jpg.rf.95328596a34cf3afcc07693f28c52ca8.txt new file mode 100644 index 0000000..3d05302 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images892_jpg.rf.95328596a34cf3afcc07693f28c52ca8.txt @@ -0,0 +1 @@ +1 0.5184 0.5027555555555556 0.45604444444444436 0.92 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images901_jpg.rf.b8209a5ec2c59728c969d98038ff038f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images901_jpg.rf.b8209a5ec2c59728c969d98038ff038f.txt new file mode 100644 index 0000000..96d5b02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images901_jpg.rf.b8209a5ec2c59728c969d98038ff038f.txt @@ -0,0 +1,4 @@ +6 0.10484444444444445 0.4625333333333333 0.20893333333333333 0.3416444444444445 +6 0.34524444444444446 0.36008888888888885 0.21355555555555558 0.4732 +6 0.5616444444444445 0.36235555555555554 0.2436 0.4460444444444445 +6 0.7888444444444445 0.43626666666666664 0.23235555555555543 0.3377777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images902_jpg.rf.d54957d197817c96fdca2859d0b8db1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images902_jpg.rf.d54957d197817c96fdca2859d0b8db1b.txt new file mode 100644 index 0000000..425d963 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images902_jpg.rf.d54957d197817c96fdca2859d0b8db1b.txt @@ -0,0 +1 @@ +6 0.6000888888888889 0.6270222222222223 0.32311111111111107 0.4913333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images904_jpg.rf.013e88c745ba77fac0ad7acb4da66405.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images904_jpg.rf.013e88c745ba77fac0ad7acb4da66405.txt new file mode 100644 index 0000000..6651cea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images904_jpg.rf.013e88c745ba77fac0ad7acb4da66405.txt @@ -0,0 +1 @@ +1 0.5084 0.5152888888888889 0.7425777777777778 0.6335555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images908_jpg.rf.b1fa4873bd526f406ff937aa9b2af531.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images908_jpg.rf.b1fa4873bd526f406ff937aa9b2af531.txt new file mode 100644 index 0000000..17619de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images908_jpg.rf.b1fa4873bd526f406ff937aa9b2af531.txt @@ -0,0 +1 @@ +6 0.5359555555555555 0.5373333333333333 0.44800000000000006 0.701288888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images918_jpg.rf.010646d3531971c609e62419a6760867.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images918_jpg.rf.010646d3531971c609e62419a6760867.txt new file mode 100644 index 0000000..b4cf860 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images918_jpg.rf.010646d3531971c609e62419a6760867.txt @@ -0,0 +1,2 @@ +6 0.5216939890710383 0.5987272727272728 0.44655737704918025 0.4858545454545455 +0 0.5133879781420765 0.27796363636363636 0.37316939890710377 0.16876363636363634 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images938_jpg.rf.bda44129289a009e7741ae68d69fd15a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images938_jpg.rf.bda44129289a009e7741ae68d69fd15a.txt new file mode 100644 index 0000000..42aa631 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images938_jpg.rf.bda44129289a009e7741ae68d69fd15a.txt @@ -0,0 +1 @@ +6 0.4908888888888889 0.47973333333333334 0.7717777777777778 0.8570666666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images93_jpg.rf.64541623099fd7d36f7bf9acc23f5010.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images93_jpg.rf.64541623099fd7d36f7bf9acc23f5010.txt new file mode 100644 index 0000000..4da8489 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images93_jpg.rf.64541623099fd7d36f7bf9acc23f5010.txt @@ -0,0 +1,2 @@ +6 0.5747111111111112 0.6088444444444445 0.2723555555555555 0.4803111111111111 +4 0.5308888888888889 0.3340888888888889 0.25497777777777775 0.24400000000000002 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images942_jpg.rf.4ca9db8fe970717bbd0eab47f3a1d537.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images942_jpg.rf.4ca9db8fe970717bbd0eab47f3a1d537.txt new file mode 100644 index 0000000..f897bca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images942_jpg.rf.4ca9db8fe970717bbd0eab47f3a1d537.txt @@ -0,0 +1,2 @@ +6 0.42306666666666665 0.5080888888888888 0.3792444444444444 0.49044444444444446 +7 0.4989333333333333 0.20155555555555557 0.31888888888888883 0.3133777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images943_jpg.rf.b94b344ad48a63491a7f190010016cd3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images943_jpg.rf.b94b344ad48a63491a7f190010016cd3.txt new file mode 100644 index 0000000..781ea17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images943_jpg.rf.b94b344ad48a63491a7f190010016cd3.txt @@ -0,0 +1,2 @@ +6 0.5028571428571429 0.6436607142857144 0.1970535714285715 0.4106250000000001 +0 0.5037053571428571 0.36745535714285715 0.19875000000000004 0.16004464285714284 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images958_jpg.rf.8af2c787df09dae6413628d3dd560b9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images958_jpg.rf.8af2c787df09dae6413628d3dd560b9d.txt new file mode 100644 index 0000000..8914fb9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images958_jpg.rf.8af2c787df09dae6413628d3dd560b9d.txt @@ -0,0 +1 @@ +6 0.47346666666666665 0.2782222222222222 0.7416888888888888 0.5127111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images960_jpg.rf.531d170d91fe5fa58a804c71e9ef0712.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images960_jpg.rf.531d170d91fe5fa58a804c71e9ef0712.txt new file mode 100644 index 0000000..fc1b2a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images960_jpg.rf.531d170d91fe5fa58a804c71e9ef0712.txt @@ -0,0 +1 @@ +1 0.4995555555555556 0.5898222222222222 0.27026666666666666 0.7385333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images972_jpg.rf.0ce1414a031922d742bc335a95624263.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images972_jpg.rf.0ce1414a031922d742bc335a95624263.txt new file mode 100644 index 0000000..8c68a83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images972_jpg.rf.0ce1414a031922d742bc335a95624263.txt @@ -0,0 +1,2 @@ +6 0.2387111111111111 0.676711111111111 0.29400000000000004 0.4609777777777778 +6 0.6731111111111111 0.36306666666666665 0.28031111111111107 0.5236888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images982_jpg.rf.dedfd5fec678659b75888d7169d2632c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images982_jpg.rf.dedfd5fec678659b75888d7169d2632c.txt new file mode 100644 index 0000000..9472125 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images982_jpg.rf.dedfd5fec678659b75888d7169d2632c.txt @@ -0,0 +1,2 @@ +6 0.29471111111111115 0.4356888888888889 0.5343555555555556 0.6335111111111112 +6 0.7695555555555555 0.2570222222222222 0.33622222222222237 0.4116444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/images985_jpg.rf.6dfc7f2930462727acd8817a3b722a9b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/images985_jpg.rf.6dfc7f2930462727acd8817a3b722a9b.txt new file mode 100644 index 0000000..3d335f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/images985_jpg.rf.6dfc7f2930462727acd8817a3b722a9b.txt @@ -0,0 +1 @@ +6 0.5037777777777778 0.6530666666666667 0.2956444444444444 0.4799111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img118_jpg.rf.5c074d9c71488308d488eb3759daeb14.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img118_jpg.rf.5c074d9c71488308d488eb3759daeb14.txt new file mode 100644 index 0000000..68f86ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img118_jpg.rf.5c074d9c71488308d488eb3759daeb14.txt @@ -0,0 +1 @@ +6 0.46237500000000004 0.42846875000000006 0.30728124999999995 0.5269375000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img13_jpg.rf.818e6124c75bd97809b2443bbec53ace.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img13_jpg.rf.818e6124c75bd97809b2443bbec53ace.txt new file mode 100644 index 0000000..7e1828b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img13_jpg.rf.818e6124c75bd97809b2443bbec53ace.txt @@ -0,0 +1,8 @@ +6 0.162 0.23153125000000002 0.11484375 0.18725000000000003 +6 0.49178125 0.22903125000000002 0.11187500000000003 0.16556249999999997 +6 0.15137499999999998 0.54159375 0.10609374999999999 0.15734375000000006 +6 0.15303125 0.8859999999999999 0.07609374999999999 0.15868749999999993 +6 0.5003124999999999 0.55596875 0.10812500000000007 0.19859375000000004 +6 0.84215625 0.2350625 0.13762499999999997 0.17350000000000004 +6 0.8219375 0.557625 0.11806249999999992 0.18524999999999991 +6 0.8848750000000001 0.91790625 0.10221875000000011 0.16415624999999992 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img176_jpg.rf.bda08c4bc9c0a3ac2b110eaf1ead96c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img176_jpg.rf.bda08c4bc9c0a3ac2b110eaf1ead96c2.txt new file mode 100644 index 0000000..6a6b32d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img176_jpg.rf.bda08c4bc9c0a3ac2b110eaf1ead96c2.txt @@ -0,0 +1,2 @@ +6 0.5703437499999999 0.676875 0.45603125 0.6174062499999999 +4 0.5525625 0.2631875 0.5088437500000002 0.49046874999999995 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img181_jpg.rf.521ab4edda86ae3b9049bdcb0dbcd98e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img181_jpg.rf.521ab4edda86ae3b9049bdcb0dbcd98e.txt new file mode 100644 index 0000000..a13524f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img181_jpg.rf.521ab4edda86ae3b9049bdcb0dbcd98e.txt @@ -0,0 +1,3 @@ +4 0.27003125 0.21665625 0.49912499999999993 0.39096875 +6 0.23931249999999998 0.56409375 0.313375 0.6418125 +6 0.7585625 0.26625 0.23765624999999996 0.38665625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img317_jpg.rf.e80e446debee482cc6374a5272d79dd4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img317_jpg.rf.e80e446debee482cc6374a5272d79dd4.txt new file mode 100644 index 0000000..73224c7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img317_jpg.rf.e80e446debee482cc6374a5272d79dd4.txt @@ -0,0 +1 @@ +6 0.43821875 0.78665625 0.24228125000000006 0.42665625000000007 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img325_jpg.rf.07149cd1648159b228dcbbc06f02e46a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img325_jpg.rf.07149cd1648159b228dcbbc06f02e46a.txt new file mode 100644 index 0000000..75e7e13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img325_jpg.rf.07149cd1648159b228dcbbc06f02e46a.txt @@ -0,0 +1,2 @@ +6 0.58703125 0.50390625 0.31918749999999996 0.5235937500000001 +4 0.64953125 0.22368750000000004 0.358 0.4286875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img373_jpg.rf.48733beb619f04b4667f2a662f92b1fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img373_jpg.rf.48733beb619f04b4667f2a662f92b1fa.txt new file mode 100644 index 0000000..45189b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img373_jpg.rf.48733beb619f04b4667f2a662f92b1fa.txt @@ -0,0 +1,2 @@ +0 0.49615625 0.15865625 0.42621875 0.31728125 +6 0.501375 0.5626562500000001 0.36981250000000004 0.6216875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img432_jpg.rf.cd63c9d48bf91c00f63bda8f1f01b034.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img432_jpg.rf.cd63c9d48bf91c00f63bda8f1f01b034.txt new file mode 100644 index 0000000..92e3c6a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img432_jpg.rf.cd63c9d48bf91c00f63bda8f1f01b034.txt @@ -0,0 +1,2 @@ +6 0.42378125000000005 0.48 0.28359375 0.48228124999999994 +0 0.42090625 0.18309375 0.3640625 0.36615625000000007 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img45_jpg.rf.9fdbc4bbae3a8e44edf2f2449ba6ffdf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img45_jpg.rf.9fdbc4bbae3a8e44edf2f2449ba6ffdf.txt new file mode 100644 index 0000000..f4a33e2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img45_jpg.rf.9fdbc4bbae3a8e44edf2f2449ba6ffdf.txt @@ -0,0 +1 @@ +6 0.5171875 0.50975 0.32100000000000006 0.6478124999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img470_jpg.rf.c5e175cb2a69a0add80f56bf1ffd05a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img470_jpg.rf.c5e175cb2a69a0add80f56bf1ffd05a7.txt new file mode 100644 index 0000000..03aaef3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img470_jpg.rf.c5e175cb2a69a0add80f56bf1ffd05a7.txt @@ -0,0 +1,2 @@ +6 0.4828125 0.6036875 0.33978125000000003 0.5232499999999999 +0 0.5075937500000001 0.198 0.4268437500000001 0.32434375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img518_jpg.rf.e66cbf2826c6c75b50bf3cf600bb16ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img518_jpg.rf.e66cbf2826c6c75b50bf3cf600bb16ed.txt new file mode 100644 index 0000000..543ea2b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img518_jpg.rf.e66cbf2826c6c75b50bf3cf600bb16ed.txt @@ -0,0 +1,2 @@ +6 0.457 0.51128125 0.3953125 0.7043125 +0 0.44731249999999995 0.09684374999999999 0.38884375000000004 0.19368749999999998 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0002_jpeg_jpg.rf.b68b89147ba4b535f59d48c1e3aa72bf.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0002_jpeg_jpg.rf.b68b89147ba4b535f59d48c1e3aa72bf.txt new file mode 100644 index 0000000..14f13fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0002_jpeg_jpg.rf.b68b89147ba4b535f59d48c1e3aa72bf.txt @@ -0,0 +1,2 @@ +6 0.47909090909090907 0.6648484848484848 0.3981818181818182 0.4678787878787879 +7 0.4581818181818182 0.33636363636363636 0.37272727272727274 0.3478787878787879 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0006_jpeg_jpg.rf.7fdc0a77cf333b91afec04ba7d61b81c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0006_jpeg_jpg.rf.7fdc0a77cf333b91afec04ba7d61b81c.txt new file mode 100644 index 0000000..88d9524 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0006_jpeg_jpg.rf.7fdc0a77cf333b91afec04ba7d61b81c.txt @@ -0,0 +1,2 @@ +7 0.5136363636363637 0.4090909090909091 0.4818181818181818 0.3975757575757576 +6 0.47909090909090907 0.5266666666666666 0.31636363636363635 0.1406060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0007_jpeg_jpg.rf.58edde367f46058c63895372666637ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0007_jpeg_jpg.rf.58edde367f46058c63895372666637ed.txt new file mode 100644 index 0000000..e042198 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0007_jpeg_jpg.rf.58edde367f46058c63895372666637ed.txt @@ -0,0 +1,2 @@ +6 0.42727272727272725 0.6696969696969697 0.43636363636363634 0.4387878787878788 +0 0.44545454545454544 0.3412121212121212 0.3981818181818182 0.2884848484848485 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0008_jpeg_jpg.rf.06f74b9353dbba0bee0becb130e7ceed.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0008_jpeg_jpg.rf.06f74b9353dbba0bee0becb130e7ceed.txt new file mode 100644 index 0000000..fec7cab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0008_jpeg_jpg.rf.06f74b9353dbba0bee0becb130e7ceed.txt @@ -0,0 +1,2 @@ +3 0.4109090909090909 0.6478787878787878 0.28909090909090907 0.46060606060606063 +7 0.4254545454545455 0.3424242424242424 0.3890909090909091 0.3563636363636364 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0015_jpeg_jpg.rf.9a371b463faec612183a958dfcd6db4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0015_jpeg_jpg.rf.9a371b463faec612183a958dfcd6db4f.txt new file mode 100644 index 0000000..131b1a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0015_jpeg_jpg.rf.9a371b463faec612183a958dfcd6db4f.txt @@ -0,0 +1,2 @@ +7 0.48727272727272725 0.343030303030303 0.39636363636363636 0.35515151515151516 +3 0.4672727272727273 0.6703030303030303 0.26545454545454544 0.3806060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0021-1-_jpeg_jpg.rf.bb6213c7f54182ed7f9ef380166607d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0021-1-_jpeg_jpg.rf.bb6213c7f54182ed7f9ef380166607d8.txt new file mode 100644 index 0000000..f9c8bcd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0021-1-_jpeg_jpg.rf.bb6213c7f54182ed7f9ef380166607d8.txt @@ -0,0 +1,2 @@ +4 0.41363636363636364 0.30303030303030304 0.3890909090909091 0.2703030303030303 +3 0.4536363636363636 0.6418181818181818 0.2927272727272727 0.4315151515151515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0024_jpeg_jpg.rf.aa8c17f2744560a9e1a3c1fe385d1f37.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0024_jpeg_jpg.rf.aa8c17f2744560a9e1a3c1fe385d1f37.txt new file mode 100644 index 0000000..b5b729e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0024_jpeg_jpg.rf.aa8c17f2744560a9e1a3c1fe385d1f37.txt @@ -0,0 +1,2 @@ +3 0.45454545454545453 0.6690909090909091 0.2581818181818182 0.5345454545454545 +4 0.47363636363636363 0.38242424242424244 0.42363636363636364 0.3696969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0025_jpeg_jpg.rf.1dfe49e1c2c0c3b88017a9c59743bf5c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0025_jpeg_jpg.rf.1dfe49e1c2c0c3b88017a9c59743bf5c.txt new file mode 100644 index 0000000..2b2e26b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0025_jpeg_jpg.rf.1dfe49e1c2c0c3b88017a9c59743bf5c.txt @@ -0,0 +1 @@ +1 0.5018181818181818 0.5527272727272727 0.38181818181818183 0.7745454545454545 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0026-1-_jpeg_jpg.rf.be553d85f3e55a624189f96afb5c874f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0026-1-_jpeg_jpg.rf.be553d85f3e55a624189f96afb5c874f.txt new file mode 100644 index 0000000..13c1855 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0026-1-_jpeg_jpg.rf.be553d85f3e55a624189f96afb5c874f.txt @@ -0,0 +1,2 @@ +3 0.5272727272727272 0.6654545454545454 0.27090909090909093 0.45454545454545453 +7 0.5236363636363637 0.3393939393939394 0.37636363636363634 0.30666666666666664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0027_jpeg_jpg.rf.c810dd680e6b2c0e72dfdbf36c6160e5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0027_jpeg_jpg.rf.c810dd680e6b2c0e72dfdbf36c6160e5.txt new file mode 100644 index 0000000..4503cfd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0027_jpeg_jpg.rf.c810dd680e6b2c0e72dfdbf36c6160e5.txt @@ -0,0 +1,2 @@ +7 0.4 0.3490909090909091 0.35454545454545455 0.32727272727272727 +3 0.4090909090909091 0.6575757575757576 0.30727272727272725 0.45696969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0030_jpeg_jpg.rf.b1a5a40719fc8930e8663ac49a3f0a22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0030_jpeg_jpg.rf.b1a5a40719fc8930e8663ac49a3f0a22.txt new file mode 100644 index 0000000..55d41b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0030_jpeg_jpg.rf.b1a5a40719fc8930e8663ac49a3f0a22.txt @@ -0,0 +1,2 @@ +7 0.5109090909090909 0.3236363636363636 0.34 0.3212121212121212 +3 0.49363636363636365 0.656969696969697 0.2927272727272727 0.4533333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0035_jpeg_jpg.rf.fd7a221256d24926824ed490bd0d8c8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0035_jpeg_jpg.rf.fd7a221256d24926824ed490bd0d8c8f.txt new file mode 100644 index 0000000..4cb2a0e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0035_jpeg_jpg.rf.fd7a221256d24926824ed490bd0d8c8f.txt @@ -0,0 +1,2 @@ +3 0.48 0.6842424242424242 0.3290909090909091 0.36484848484848487 +7 0.5 0.3709090909090909 0.4527272727272727 0.3890909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0036-1-_jpeg_jpg.rf.ccfe13efa22b37430b01fd7160398911.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0036-1-_jpeg_jpg.rf.ccfe13efa22b37430b01fd7160398911.txt new file mode 100644 index 0000000..bde41b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0036-1-_jpeg_jpg.rf.ccfe13efa22b37430b01fd7160398911.txt @@ -0,0 +1,2 @@ +6 0.47454545454545455 0.5563636363636364 0.37636363636363634 0.31393939393939396 +0 0.43727272727272726 0.31636363636363635 0.33636363636363636 0.23515151515151514 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0039-1-_jpeg_jpg.rf.bc184b626bbe0b1ccc0b500a172b680d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0039-1-_jpeg_jpg.rf.bc184b626bbe0b1ccc0b500a172b680d.txt new file mode 100644 index 0000000..b6f549d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0039-1-_jpeg_jpg.rf.bc184b626bbe0b1ccc0b500a172b680d.txt @@ -0,0 +1,2 @@ +3 0.38636363636363635 0.6903030303030303 0.29454545454545455 0.3939393939393939 +0 0.3781818181818182 0.3484848484848485 0.27090909090909093 0.31636363636363635 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0045-1-_jpeg_jpg.rf.499eca8066e18078431f69e9bc2ad2ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0045-1-_jpeg_jpg.rf.499eca8066e18078431f69e9bc2ad2ca.txt new file mode 100644 index 0000000..d32ab59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0045-1-_jpeg_jpg.rf.499eca8066e18078431f69e9bc2ad2ca.txt @@ -0,0 +1,2 @@ +4 0.49272727272727274 0.2818181818181818 0.28909090909090907 0.2193939393939394 +6 0.4690909090909091 0.6048484848484849 0.4090909090909091 0.5236363636363637 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0046_jpeg_jpg.rf.35f96659ae3d0bca9e0b0adb6eb0d438.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0046_jpeg_jpg.rf.35f96659ae3d0bca9e0b0adb6eb0d438.txt new file mode 100644 index 0000000..d622075 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0046_jpeg_jpg.rf.35f96659ae3d0bca9e0b0adb6eb0d438.txt @@ -0,0 +1,2 @@ +3 0.5118181818181818 0.6545454545454545 0.31636363636363635 0.4206060606060606 +7 0.5127272727272727 0.32545454545454544 0.43636363636363634 0.35393939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0054_jpeg_jpg.rf.4a8ef0caff6f589ef9d5946f878d9ad5.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0054_jpeg_jpg.rf.4a8ef0caff6f589ef9d5946f878d9ad5.txt new file mode 100644 index 0000000..fa03cf3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0054_jpeg_jpg.rf.4a8ef0caff6f589ef9d5946f878d9ad5.txt @@ -0,0 +1 @@ +1 0.4481818181818182 0.3751515151515151 0.35454545454545455 0.38545454545454544 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0066_jpeg_jpg.rf.0c3845e722d977e384c8c7ac9d841828.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0066_jpeg_jpg.rf.0c3845e722d977e384c8c7ac9d841828.txt new file mode 100644 index 0000000..3da5759 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0066_jpeg_jpg.rf.0c3845e722d977e384c8c7ac9d841828.txt @@ -0,0 +1 @@ +1 0.4490909090909091 0.44666666666666666 0.37272727272727274 0.5175757575757576 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0077-1-_jpeg_jpg.rf.153adcdd6d2f254eaf2337990f0532ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0077-1-_jpeg_jpg.rf.153adcdd6d2f254eaf2337990f0532ef.txt new file mode 100644 index 0000000..af444bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0077-1-_jpeg_jpg.rf.153adcdd6d2f254eaf2337990f0532ef.txt @@ -0,0 +1,2 @@ +6 0.47363636363636363 0.6806060606060607 0.39636363636363636 0.5915151515151515 +4 0.5063636363636363 0.32242424242424245 0.38545454545454544 0.28 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0094_jpeg_jpg.rf.1f4f2481958292c8085186282219271e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0094_jpeg_jpg.rf.1f4f2481958292c8085186282219271e.txt new file mode 100644 index 0000000..7c13606 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0094_jpeg_jpg.rf.1f4f2481958292c8085186282219271e.txt @@ -0,0 +1,2 @@ +6 0.49454545454545457 0.5230303030303031 0.35454545454545455 0.32606060606060605 +7 0.51 0.33515151515151514 0.46545454545454545 0.3406060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0098_jpeg_jpg.rf.a4195cf402ab5bcfd7fc316a6f905181.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0098_jpeg_jpg.rf.a4195cf402ab5bcfd7fc316a6f905181.txt new file mode 100644 index 0000000..fb5ae91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0098_jpeg_jpg.rf.a4195cf402ab5bcfd7fc316a6f905181.txt @@ -0,0 +1,2 @@ +7 0.4627272727272727 0.39212121212121215 0.5254545454545455 0.36484848484848487 +6 0.4409090909090909 0.556969696969697 0.32727272727272727 0.3696969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0105_jpeg_jpg.rf.d47c3799d8d3f67d012a28dd9b69c03e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0105_jpeg_jpg.rf.d47c3799d8d3f67d012a28dd9b69c03e.txt new file mode 100644 index 0000000..7de51db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0105_jpeg_jpg.rf.d47c3799d8d3f67d012a28dd9b69c03e.txt @@ -0,0 +1,2 @@ +3 0.46636363636363637 0.6187878787878788 0.2581818181818182 0.42424242424242425 +7 0.4890909090909091 0.3327272727272727 0.41454545454545455 0.38181818181818183 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0124-1-_jpeg_jpg.rf.4070395ae90fe068c55a8c29832593fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0124-1-_jpeg_jpg.rf.4070395ae90fe068c55a8c29832593fa.txt new file mode 100644 index 0000000..0c379d8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0124-1-_jpeg_jpg.rf.4070395ae90fe068c55a8c29832593fa.txt @@ -0,0 +1,2 @@ +4 0.5209090909090909 0.30303030303030304 0.34545454545454546 0.24484848484848484 +3 0.48727272727272725 0.6242424242424243 0.31636363636363635 0.4193939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0126_jpeg_jpg.rf.d91c25a9f2b50de6af841c63cd7a2139.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0126_jpeg_jpg.rf.d91c25a9f2b50de6af841c63cd7a2139.txt new file mode 100644 index 0000000..05cded5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0126_jpeg_jpg.rf.d91c25a9f2b50de6af841c63cd7a2139.txt @@ -0,0 +1 @@ +1 0.4690909090909091 0.4478787878787879 0.36 0.5066666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0131_jpeg_jpg.rf.88685e754feef16ff4bf563bd84d84dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0131_jpeg_jpg.rf.88685e754feef16ff4bf563bd84d84dc.txt new file mode 100644 index 0000000..d46acd4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0131_jpeg_jpg.rf.88685e754feef16ff4bf563bd84d84dc.txt @@ -0,0 +1,2 @@ +6 0.4409090909090909 0.6696969696969697 0.41818181818181815 0.583030303030303 +0 0.4772727272727273 0.296969696969697 0.3490909090909091 0.18424242424242424 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0150-1-_jpeg_jpg.rf.ad805b692ac8d5fbebaa93b15b321230.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0150-1-_jpeg_jpg.rf.ad805b692ac8d5fbebaa93b15b321230.txt new file mode 100644 index 0000000..7feba00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0150-1-_jpeg_jpg.rf.ad805b692ac8d5fbebaa93b15b321230.txt @@ -0,0 +1,2 @@ +0 0.4318181818181818 0.32303030303030306 0.35454545454545455 0.24 +3 0.4627272727272727 0.6557575757575758 0.26545454545454544 0.46060606060606063 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0158_jpeg_jpg.rf.2f3fd0ba8c26e7d3459c502bf25fa6ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0158_jpeg_jpg.rf.2f3fd0ba8c26e7d3459c502bf25fa6ef.txt new file mode 100644 index 0000000..a97009c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0158_jpeg_jpg.rf.2f3fd0ba8c26e7d3459c502bf25fa6ef.txt @@ -0,0 +1 @@ +1 0.5018181818181818 0.4163636363636364 0.32727272727272727 0.4036363636363636 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0160_jpeg_jpg.rf.655e389fd7ff28035f73fd76255cc051.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0160_jpeg_jpg.rf.655e389fd7ff28035f73fd76255cc051.txt new file mode 100644 index 0000000..6653f15 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0160_jpeg_jpg.rf.655e389fd7ff28035f73fd76255cc051.txt @@ -0,0 +1 @@ +1 0.4681818181818182 0.3787878787878788 0.3290909090909091 0.4084848484848485 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0213-1-_jpeg_jpg.rf.9c8c5aca20871d9f22be7d58b55a087f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0213-1-_jpeg_jpg.rf.9c8c5aca20871d9f22be7d58b55a087f.txt new file mode 100644 index 0000000..a8a4106 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0213-1-_jpeg_jpg.rf.9c8c5aca20871d9f22be7d58b55a087f.txt @@ -0,0 +1,2 @@ +4 0.48 0.3503030303030303 0.38 0.3696969696969697 +3 0.4954545454545455 0.6721212121212121 0.26 0.38666666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0217_jpeg_jpg.rf.c316d1750c0bd9f885839ca774f5f0b1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0217_jpeg_jpg.rf.c316d1750c0bd9f885839ca774f5f0b1.txt new file mode 100644 index 0000000..c300c17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0217_jpeg_jpg.rf.c316d1750c0bd9f885839ca774f5f0b1.txt @@ -0,0 +1,2 @@ +4 0.43727272727272726 0.3527272727272727 0.44363636363636366 0.3527272727272727 +3 0.4781818181818182 0.683030303030303 0.3236363636363636 0.4448484848484848 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0238-1-_jpeg_jpg.rf.76c08ddf8572feffe7068521235f0b8c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0238-1-_jpeg_jpg.rf.76c08ddf8572feffe7068521235f0b8c.txt new file mode 100644 index 0000000..2813a5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0238-1-_jpeg_jpg.rf.76c08ddf8572feffe7068521235f0b8c.txt @@ -0,0 +1,2 @@ +4 0.4809090909090909 0.3242424242424242 0.4490909090909091 0.3503030303030303 +6 0.49363636363636365 0.5430303030303031 0.3327272727272727 0.3490909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0259_jpeg_jpg.rf.8df6b59a9797fed3aaca34c3c434362f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0259_jpeg_jpg.rf.8df6b59a9797fed3aaca34c3c434362f.txt new file mode 100644 index 0000000..93a55cf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0259_jpeg_jpg.rf.8df6b59a9797fed3aaca34c3c434362f.txt @@ -0,0 +1,2 @@ +3 0.4863636363636364 0.6933333333333334 0.30363636363636365 0.526060606060606 +7 0.52 0.3503030303030303 0.3381818181818182 0.3503030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0290_jpeg_jpg.rf.b68aa26a079782ee0f21a19d4dfaab07.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0290_jpeg_jpg.rf.b68aa26a079782ee0f21a19d4dfaab07.txt new file mode 100644 index 0000000..67bf527 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0290_jpeg_jpg.rf.b68aa26a079782ee0f21a19d4dfaab07.txt @@ -0,0 +1 @@ +1 0.4627272727272727 0.37696969696969695 0.33090909090909093 0.4218181818181818 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0330-1-_jpeg_jpg.rf.8c7e1e711c2b4fe58345936a5dfdcd58.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0330-1-_jpeg_jpg.rf.8c7e1e711c2b4fe58345936a5dfdcd58.txt new file mode 100644 index 0000000..ce8fb87 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0330-1-_jpeg_jpg.rf.8c7e1e711c2b4fe58345936a5dfdcd58.txt @@ -0,0 +1,2 @@ +3 0.49636363636363634 0.6587878787878788 0.24363636363636362 0.46545454545454545 +7 0.5036363636363637 0.31636363636363635 0.32545454545454544 0.33454545454545453 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0361_jpeg_jpg.rf.3b1401f2262b8a7324d5800672069ed9.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0361_jpeg_jpg.rf.3b1401f2262b8a7324d5800672069ed9.txt new file mode 100644 index 0000000..191cf77 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0361_jpeg_jpg.rf.3b1401f2262b8a7324d5800672069ed9.txt @@ -0,0 +1 @@ +1 0.46545454545454545 0.4763636363636364 0.28909090909090907 0.5733333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0371_jpeg_jpg.rf.691f2231a401e1112b4ddd1239f3a885.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0371_jpeg_jpg.rf.691f2231a401e1112b4ddd1239f3a885.txt new file mode 100644 index 0000000..0d2cfc3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0371_jpeg_jpg.rf.691f2231a401e1112b4ddd1239f3a885.txt @@ -0,0 +1 @@ +1 0.49454545454545457 0.40545454545454546 0.2727272727272727 0.37696969696969695 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0391-1-_jpeg_jpg.rf.a3f506120167cb6835374fea6a0c31db.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0391-1-_jpeg_jpg.rf.a3f506120167cb6835374fea6a0c31db.txt new file mode 100644 index 0000000..737c239 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0391-1-_jpeg_jpg.rf.a3f506120167cb6835374fea6a0c31db.txt @@ -0,0 +1,2 @@ +3 0.43454545454545457 0.6806060606060607 0.2872727272727273 0.48 +4 0.45636363636363636 0.3515151515151515 0.36727272727272725 0.3612121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0395_jpeg_jpg.rf.c49e837a4a4242192db8869f0ea4a36b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0395_jpeg_jpg.rf.c49e837a4a4242192db8869f0ea4a36b.txt new file mode 100644 index 0000000..1a737bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0395_jpeg_jpg.rf.c49e837a4a4242192db8869f0ea4a36b.txt @@ -0,0 +1,2 @@ +7 0.4581818181818182 0.3806060606060606 0.4109090909090909 0.3090909090909091 +5 0.4727272727272727 0.5896969696969697 0.30727272727272725 0.18303030303030304 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0485-1-_jpeg_jpg.rf.be8e34af1ab9c8e946657917cd276df2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0485-1-_jpeg_jpg.rf.be8e34af1ab9c8e946657917cd276df2.txt new file mode 100644 index 0000000..4496704 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0485-1-_jpeg_jpg.rf.be8e34af1ab9c8e946657917cd276df2.txt @@ -0,0 +1,2 @@ +0 0.48818181818181816 0.30606060606060603 0.3618181818181818 0.2206060606060606 +3 0.5372727272727272 0.6703030303030303 0.3981818181818182 0.5466666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0506-1-_jpeg_jpg.rf.8c834011bf60c057255d0615e2cfb1e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0506-1-_jpeg_jpg.rf.8c834011bf60c057255d0615e2cfb1e0.txt new file mode 100644 index 0000000..deb15de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0506-1-_jpeg_jpg.rf.8c834011bf60c057255d0615e2cfb1e0.txt @@ -0,0 +1,2 @@ +6 0.38 0.4715151515151515 0.2909090909090909 0.2315151515151515 +4 0.37454545454545457 0.2896969696969697 0.3563636363636364 0.21696969696969698 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0530-1-_jpeg_jpg.rf.7ef652a9f5581cebc442ff3106e96c49.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0530-1-_jpeg_jpg.rf.7ef652a9f5581cebc442ff3106e96c49.txt new file mode 100644 index 0000000..bb7b8b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0530-1-_jpeg_jpg.rf.7ef652a9f5581cebc442ff3106e96c49.txt @@ -0,0 +1,2 @@ +7 0.4990909090909091 0.37575757575757573 0.39636363636363636 0.38303030303030305 +3 0.4890909090909091 0.6812121212121212 0.24909090909090909 0.38545454545454544 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0547-1-_jpeg_jpg.rf.cc9698db3ab419650d9b47431b9abd00.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0547-1-_jpeg_jpg.rf.cc9698db3ab419650d9b47431b9abd00.txt new file mode 100644 index 0000000..f1febad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0547-1-_jpeg_jpg.rf.cc9698db3ab419650d9b47431b9abd00.txt @@ -0,0 +1,2 @@ +3 0.4809090909090909 0.636969696969697 0.2581818181818182 0.39636363636363636 +7 0.4818181818181818 0.33636363636363636 0.37454545454545457 0.32 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0600-1-_jpeg_jpg.rf.d161f7b7903da81271142cf6266d9f1c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0600-1-_jpeg_jpg.rf.d161f7b7903da81271142cf6266d9f1c.txt new file mode 100644 index 0000000..03a6633 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0600-1-_jpeg_jpg.rf.d161f7b7903da81271142cf6266d9f1c.txt @@ -0,0 +1,2 @@ +3 0.48818181818181816 0.6278787878787879 0.28363636363636363 0.4387878787878788 +4 0.49636363636363634 0.2915151515151515 0.4018181818181818 0.2387878787878788 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0602-1-_jpeg_jpg.rf.8d1e1781694f766f64047bc9699fc79b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0602-1-_jpeg_jpg.rf.8d1e1781694f766f64047bc9699fc79b.txt new file mode 100644 index 0000000..c2a0ccd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0602-1-_jpeg_jpg.rf.8d1e1781694f766f64047bc9699fc79b.txt @@ -0,0 +1,2 @@ +3 0.44727272727272727 0.7115151515151515 0.3054545454545455 0.3381818181818182 +7 0.45454545454545453 0.4090909090909091 0.46545454545454545 0.3709090909090909 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0605_jpeg_jpg.rf.126fc0301f1cc591558c296654b13010.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0605_jpeg_jpg.rf.126fc0301f1cc591558c296654b13010.txt new file mode 100644 index 0000000..f4d08a3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0605_jpeg_jpg.rf.126fc0301f1cc591558c296654b13010.txt @@ -0,0 +1 @@ +1 0.5172727272727272 0.4266666666666667 0.3890909090909091 0.48848484848484847 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0674_jpeg_jpg.rf.a40f1c47f55f0f4cc782ae1455087c00.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0674_jpeg_jpg.rf.a40f1c47f55f0f4cc782ae1455087c00.txt new file mode 100644 index 0000000..1212cc9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0674_jpeg_jpg.rf.a40f1c47f55f0f4cc782ae1455087c00.txt @@ -0,0 +1 @@ +1 0.4163636363636364 0.37454545454545457 0.3018181818181818 0.4193939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0675_jpeg_jpg.rf.e4152ddd54f2c668d96d826e14e44da2.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0675_jpeg_jpg.rf.e4152ddd54f2c668d96d826e14e44da2.txt new file mode 100644 index 0000000..09d1267 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0675_jpeg_jpg.rf.e4152ddd54f2c668d96d826e14e44da2.txt @@ -0,0 +1,2 @@ +4 0.4772727272727273 0.30666666666666664 0.36363636363636365 0.2690909090909091 +5 0.4263636363636364 0.5084848484848485 0.2581818181818182 0.14545454545454545 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0690_jpeg_jpg.rf.c496095b8db5449dee295e548bf74ebd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0690_jpeg_jpg.rf.c496095b8db5449dee295e548bf74ebd.txt new file mode 100644 index 0000000..8669caa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0690_jpeg_jpg.rf.c496095b8db5449dee295e548bf74ebd.txt @@ -0,0 +1 @@ +1 0.4163636363636364 0.41878787878787876 0.24545454545454545 0.45454545454545453 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0707-1-_jpeg_jpg.rf.5f8f39fb84e7b7879fb76d56db5156a4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0707-1-_jpeg_jpg.rf.5f8f39fb84e7b7879fb76d56db5156a4.txt new file mode 100644 index 0000000..f9db13c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0707-1-_jpeg_jpg.rf.5f8f39fb84e7b7879fb76d56db5156a4.txt @@ -0,0 +1,2 @@ +4 0.45545454545454545 0.3303030303030303 0.42 0.27151515151515154 +3 0.4581818181818182 0.6387878787878788 0.3418181818181818 0.47393939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0723-1-_jpeg_jpg.rf.397047ae53ec1753a4d81f4013dec4ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0723-1-_jpeg_jpg.rf.397047ae53ec1753a4d81f4013dec4ee.txt new file mode 100644 index 0000000..a07e0d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0723-1-_jpeg_jpg.rf.397047ae53ec1753a4d81f4013dec4ee.txt @@ -0,0 +1,2 @@ +3 0.4681818181818182 0.6581818181818182 0.27636363636363637 0.4533333333333333 +4 0.4809090909090909 0.31333333333333335 0.37636363636363634 0.336969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0730_jpeg_jpg.rf.1076466024ca7c17fb05a5d5941fd63f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0730_jpeg_jpg.rf.1076466024ca7c17fb05a5d5941fd63f.txt new file mode 100644 index 0000000..b49c301 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0730_jpeg_jpg.rf.1076466024ca7c17fb05a5d5941fd63f.txt @@ -0,0 +1 @@ +1 0.4509090909090909 0.556969696969697 0.5072727272727273 0.7321212121212122 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0737-1-_jpeg_jpg.rf.5a7f9825b1e56fc478f6804f18120a6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0737-1-_jpeg_jpg.rf.5a7f9825b1e56fc478f6804f18120a6d.txt new file mode 100644 index 0000000..173232e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0737-1-_jpeg_jpg.rf.5a7f9825b1e56fc478f6804f18120a6d.txt @@ -0,0 +1,2 @@ +4 0.5 0.34545454545454546 0.3781818181818182 0.32 +3 0.4763636363636364 0.6593939393939394 0.27090909090909093 0.39151515151515154 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0739-1-_jpeg_jpg.rf.984f48c1a307e4822601985d88622a0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0739-1-_jpeg_jpg.rf.984f48c1a307e4822601985d88622a0e.txt new file mode 100644 index 0000000..a64f0c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0739-1-_jpeg_jpg.rf.984f48c1a307e4822601985d88622a0e.txt @@ -0,0 +1,2 @@ +3 0.45545454545454545 0.686060606060606 0.34363636363636363 0.44 +0 0.44 0.336969696969697 0.4709090909090909 0.36363636363636365 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0750-1-_jpeg_jpg.rf.777d6a810b4a9147b97b53a24d09dd1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0750-1-_jpeg_jpg.rf.777d6a810b4a9147b97b53a24d09dd1a.txt new file mode 100644 index 0000000..e779de8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0750-1-_jpeg_jpg.rf.777d6a810b4a9147b97b53a24d09dd1a.txt @@ -0,0 +1,2 @@ +6 0.41 0.6012121212121212 0.3490909090909091 0.24363636363636362 +7 0.37545454545454543 0.37212121212121213 0.3981818181818182 0.3503030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0784_jpeg_jpg.rf.940f1a0643c9783e31ce3f21303f1299.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0784_jpeg_jpg.rf.940f1a0643c9783e31ce3f21303f1299.txt new file mode 100644 index 0000000..4c2eb25 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0784_jpeg_jpg.rf.940f1a0643c9783e31ce3f21303f1299.txt @@ -0,0 +1 @@ +1 0.5 0.39454545454545453 0.3236363636363636 0.4448484848484848 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0801-1-_jpeg_jpg.rf.fac63f89d73a2e42e422f5f172becf23.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0801-1-_jpeg_jpg.rf.fac63f89d73a2e42e422f5f172becf23.txt new file mode 100644 index 0000000..ed275ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0801-1-_jpeg_jpg.rf.fac63f89d73a2e42e422f5f172becf23.txt @@ -0,0 +1,2 @@ +3 0.53 0.6727272727272727 0.2781818181818182 0.41818181818181815 +7 0.5472727272727272 0.33575757575757575 0.3781818181818182 0.3115151515151515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0823-1-_jpeg_jpg.rf.eb3120fc8a969444b75d445349b2f888.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0823-1-_jpeg_jpg.rf.eb3120fc8a969444b75d445349b2f888.txt new file mode 100644 index 0000000..7a9b935 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0823-1-_jpeg_jpg.rf.eb3120fc8a969444b75d445349b2f888.txt @@ -0,0 +1,2 @@ +5 0.37454545454545457 0.47575757575757577 0.2818181818181818 0.16363636363636364 +0 0.4081818181818182 0.30303030303030304 0.36 0.2012121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0891-1-_jpeg_jpg.rf.787aa5ce95e2b21dcbf65bb1a98e742e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0891-1-_jpeg_jpg.rf.787aa5ce95e2b21dcbf65bb1a98e742e.txt new file mode 100644 index 0000000..a2f9940 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0891-1-_jpeg_jpg.rf.787aa5ce95e2b21dcbf65bb1a98e742e.txt @@ -0,0 +1,2 @@ +4 0.3781818181818182 0.25696969696969696 0.3709090909090909 0.19515151515151516 +6 0.4109090909090909 0.526060606060606 0.3654545454545455 0.36363636363636365 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0933_jpeg_jpg.rf.2df95a3570849152a5b6c508de029da3.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0933_jpeg_jpg.rf.2df95a3570849152a5b6c508de029da3.txt new file mode 100644 index 0000000..44e8328 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0933_jpeg_jpg.rf.2df95a3570849152a5b6c508de029da3.txt @@ -0,0 +1,2 @@ +6 0.48545454545454547 0.5575757575757576 0.28909090909090907 0.3903030303030303 +0 0.4818181818181818 0.30484848484848487 0.3981818181818182 0.2593939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0944-1-_jpeg_jpg.rf.618a4ec9fe1a3fc8bd2b99e9b420dfa4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0944-1-_jpeg_jpg.rf.618a4ec9fe1a3fc8bd2b99e9b420dfa4.txt new file mode 100644 index 0000000..b4b970a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0944-1-_jpeg_jpg.rf.618a4ec9fe1a3fc8bd2b99e9b420dfa4.txt @@ -0,0 +1,2 @@ +0 0.4763636363636364 0.3521212121212121 0.4127272727272727 0.3284848484848485 +3 0.3981818181818182 0.6927272727272727 0.2818181818181818 0.3842424242424242 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0949-1-_jpeg_jpg.rf.691446023e5b6bb72a58873257144d81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0949-1-_jpeg_jpg.rf.691446023e5b6bb72a58873257144d81.txt new file mode 100644 index 0000000..06ebc4f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0949-1-_jpeg_jpg.rf.691446023e5b6bb72a58873257144d81.txt @@ -0,0 +1,2 @@ +7 0.5572727272727273 0.2812121212121212 0.5545454545454546 0.38545454545454544 +3 0.4827272727272727 0.676969696969697 0.2963636363636364 0.4412121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0958_jpeg_jpg.rf.344bde3d22430820e3e1df900ea5fe22.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0958_jpeg_jpg.rf.344bde3d22430820e3e1df900ea5fe22.txt new file mode 100644 index 0000000..28908aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0958_jpeg_jpg.rf.344bde3d22430820e3e1df900ea5fe22.txt @@ -0,0 +1 @@ +1 0.5590909090909091 0.5357575757575758 0.44181818181818183 0.64 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0962_jpeg_jpg.rf.5cf2a8a8d314c7b5320bac7485cd9918.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0962_jpeg_jpg.rf.5cf2a8a8d314c7b5320bac7485cd9918.txt new file mode 100644 index 0000000..317be90 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0962_jpeg_jpg.rf.5cf2a8a8d314c7b5320bac7485cd9918.txt @@ -0,0 +1,2 @@ +7 0.49454545454545457 0.4315151515151515 0.48545454545454547 0.4763636363636364 +1 0.4672727272727273 0.4084848484848485 0.26181818181818184 0.4193939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0968-1-_jpeg_jpg.rf.770374e5551d97f15a7545fa101767d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0968-1-_jpeg_jpg.rf.770374e5551d97f15a7545fa101767d7.txt new file mode 100644 index 0000000..f077c2c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0968-1-_jpeg_jpg.rf.770374e5551d97f15a7545fa101767d7.txt @@ -0,0 +1,2 @@ +6 0.44545454545454544 0.6466666666666666 0.49818181818181817 0.5309090909090909 +7 0.4909090909090909 0.35393939393939394 0.38727272727272727 0.3503030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0976_jpeg_jpg.rf.088b7238e9887b658eb637f77350c5c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0976_jpeg_jpg.rf.088b7238e9887b658eb637f77350c5c1.txt new file mode 100644 index 0000000..5d55633 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0976_jpeg_jpg.rf.088b7238e9887b658eb637f77350c5c1.txt @@ -0,0 +1,2 @@ +0 0.5018181818181818 0.24848484848484848 0.34 0.1806060606060606 +6 0.4909090909090909 0.5787878787878787 0.3563636363636364 0.3975757575757576 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/img_0986-1-_jpeg_jpg.rf.78b55147db39aa47b0c7d8258151b76f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0986-1-_jpeg_jpg.rf.78b55147db39aa47b0c7d8258151b76f.txt new file mode 100644 index 0000000..ecfa420 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/img_0986-1-_jpeg_jpg.rf.78b55147db39aa47b0c7d8258151b76f.txt @@ -0,0 +1,2 @@ +6 0.4390909090909091 0.5206060606060606 0.2872727272727273 0.28484848484848485 +0 0.5536363636363636 0.3284848484848485 0.2781818181818182 0.22303030303030302 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.177531ad39b9ed44faa41040ea1c553c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.177531ad39b9ed44faa41040ea1c553c.txt new file mode 100644 index 0000000..d80edc1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.177531ad39b9ed44faa41040ea1c553c.txt @@ -0,0 +1 @@ +8 0.240625 0.6359375 0.259375 0.45859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.60ead2f0e3d5f651d2c5b54c16a577e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.60ead2f0e3d5f651d2c5b54c16a577e4.txt new file mode 100644 index 0000000..d80edc1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.60ead2f0e3d5f651d2c5b54c16a577e4.txt @@ -0,0 +1 @@ +8 0.240625 0.6359375 0.259375 0.45859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.97c3cd68d92faee64e6e22717d8b935e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.97c3cd68d92faee64e6e22717d8b935e.txt new file mode 100644 index 0000000..d80edc1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-chanaka-madushan-sugathadasa-999068_jpg.rf.97c3cd68d92faee64e6e22717d8b935e.txt @@ -0,0 +1 @@ +8 0.240625 0.6359375 0.259375 0.45859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.5fee3ebc0fdd3fb7882b7587a2a58110.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.5fee3ebc0fdd3fb7882b7587a2a58110.txt new file mode 100644 index 0000000..684b13f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.5fee3ebc0fdd3fb7882b7587a2a58110.txt @@ -0,0 +1 @@ +8 0.48359375 0.5171875 0.5953125 0.58125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.e5d0c25b6d2d360078070bca21058f6d.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.e5d0c25b6d2d360078070bca21058f6d.txt new file mode 100644 index 0000000..684b13f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.e5d0c25b6d2d360078070bca21058f6d.txt @@ -0,0 +1 @@ +8 0.48359375 0.5171875 0.5953125 0.58125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.ec02048878b631a7e9176e2dd991e568.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.ec02048878b631a7e9176e2dd991e568.txt new file mode 100644 index 0000000..684b13f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-gul-isik-2452345_jpg.rf.ec02048878b631a7e9176e2dd991e568.txt @@ -0,0 +1 @@ +8 0.48359375 0.5171875 0.5953125 0.58125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.4175817f5dea03125a2db1fdd48f1608.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.4175817f5dea03125a2db1fdd48f1608.txt new file mode 100644 index 0000000..55b5855 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.4175817f5dea03125a2db1fdd48f1608.txt @@ -0,0 +1 @@ +8 0.496875 0.52734375 0.4234375 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.8503e80f57e5070defed6ef3a962ba3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.8503e80f57e5070defed6ef3a962ba3e.txt new file mode 100644 index 0000000..55b5855 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.8503e80f57e5070defed6ef3a962ba3e.txt @@ -0,0 +1 @@ +8 0.496875 0.52734375 0.4234375 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.bbb194ca2ac7daaf590a2715ca225f9a.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.bbb194ca2ac7daaf590a2715ca225f9a.txt new file mode 100644 index 0000000..55b5855 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-luis-quintero-3731256_jpg.rf.bbb194ca2ac7daaf590a2715ca225f9a.txt @@ -0,0 +1 @@ +8 0.496875 0.52734375 0.4234375 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.76455640bacb2cb4b6f4390c94ce6680.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.76455640bacb2cb4b6f4390c94ce6680.txt new file mode 100644 index 0000000..4e521f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.76455640bacb2cb4b6f4390c94ce6680.txt @@ -0,0 +1 @@ +8 0.5171875 0.54296875 0.7609375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.b4abe4e50d54a95e032fd0c28fb08c81.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.b4abe4e50d54a95e032fd0c28fb08c81.txt new file mode 100644 index 0000000..4e521f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.b4abe4e50d54a95e032fd0c28fb08c81.txt @@ -0,0 +1 @@ +8 0.5171875 0.54296875 0.7609375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.d063dfd26ce731dd2aaa265f6f0cd515.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.d063dfd26ce731dd2aaa265f6f0cd515.txt new file mode 100644 index 0000000..4e521f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-matheus-bertelli-2376993_jpg.rf.d063dfd26ce731dd2aaa265f6f0cd515.txt @@ -0,0 +1 @@ +8 0.5171875 0.54296875 0.7609375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.481a38a027984c97e06a684c2a4e2dbd.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.481a38a027984c97e06a684c2a4e2dbd.txt new file mode 100644 index 0000000..5d5bfa1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.481a38a027984c97e06a684c2a4e2dbd.txt @@ -0,0 +1 @@ +8 0.35859375 0.48203125 0.4359375 0.36953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.87b7a3efb74265f8bd352fc4cb25494c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.87b7a3efb74265f8bd352fc4cb25494c.txt new file mode 100644 index 0000000..5d5bfa1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.87b7a3efb74265f8bd352fc4cb25494c.txt @@ -0,0 +1 @@ +8 0.35859375 0.48203125 0.4359375 0.36953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.f7ea30a3735facdc280dee7fee0f233b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.f7ea30a3735facdc280dee7fee0f233b.txt new file mode 100644 index 0000000..5d5bfa1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1478476_jpg.rf.f7ea30a3735facdc280dee7fee0f233b.txt @@ -0,0 +1 @@ +8 0.35859375 0.48203125 0.4359375 0.36953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.8f9ad99c13226981fc10cc279e67238c.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.8f9ad99c13226981fc10cc279e67238c.txt new file mode 100644 index 0000000..0821625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.8f9ad99c13226981fc10cc279e67238c.txt @@ -0,0 +1 @@ +8 0.55078125 0.23203125 0.3625 0.2890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.91a39833dab4df314c6395ad353c126b.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.91a39833dab4df314c6395ad353c126b.txt new file mode 100644 index 0000000..0821625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.91a39833dab4df314c6395ad353c126b.txt @@ -0,0 +1 @@ +8 0.55078125 0.23203125 0.3625 0.2890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.fed4f577ae6341666a854595b4884170.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.fed4f577ae6341666a854595b4884170.txt new file mode 100644 index 0000000..0821625 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-ray-piedra-1502216_jpg.rf.fed4f577ae6341666a854595b4884170.txt @@ -0,0 +1 @@ +8 0.55078125 0.23203125 0.3625 0.2890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.8a2c0d8c003ab1065243657bf9424b25.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.8a2c0d8c003ab1065243657bf9424b25.txt new file mode 100644 index 0000000..668bfcf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.8a2c0d8c003ab1065243657bf9424b25.txt @@ -0,0 +1 @@ +8 0.65625 0.7671875 0.19140625 0.409375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.ad52dfe34180190e81eee77f0b7dad5f.txt b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.ad52dfe34180190e81eee77f0b7dad5f.txt new file mode 100644 index 0000000..668bfcf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/train/pexels-the-lazy-artist-gallery-1446526_jpg.rf.ad52dfe34180190e81eee77f0b7dad5f.txt @@ -0,0 +1 @@ +8 0.65625 0.7671875 0.19140625 0.409375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val.cache b/clothing_type_datasets/clothing_type_datasets/labels/val.cache new file mode 100644 index 0000000..8f4b276 Binary files /dev/null and b/clothing_type_datasets/clothing_type_datasets/labels/val.cache differ diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/07c1a574dac9256d92cbe7eaa45d7d84_jpg.rf.77b2e2f62f51af9163d06f71d1080bdd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/07c1a574dac9256d92cbe7eaa45d7d84_jpg.rf.77b2e2f62f51af9163d06f71d1080bdd.txt new file mode 100644 index 0000000..192ce86 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/07c1a574dac9256d92cbe7eaa45d7d84_jpg.rf.77b2e2f62f51af9163d06f71d1080bdd.txt @@ -0,0 +1 @@ +6 0.5331 0.5252125 0.6328625 0.8899124999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/0e59d15cd67bcbb13b25b8d1da2b518d_jpg.rf.c5761060ddfb0393fa2faf88ce8fd30c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/0e59d15cd67bcbb13b25b8d1da2b518d_jpg.rf.c5761060ddfb0393fa2faf88ce8fd30c.txt new file mode 100644 index 0000000..f9938ef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/0e59d15cd67bcbb13b25b8d1da2b518d_jpg.rf.c5761060ddfb0393fa2faf88ce8fd30c.txt @@ -0,0 +1 @@ +2 0.509035294117647 0.4053294117647058 0.6641764705882353 0.7156 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/141ab65dbb61ee8f4f72604dabd0ae82_jpg.rf.d43243ee7d1de299b08c948001010671.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/141ab65dbb61ee8f4f72604dabd0ae82_jpg.rf.d43243ee7d1de299b08c948001010671.txt new file mode 100644 index 0000000..3363245 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/141ab65dbb61ee8f4f72604dabd0ae82_jpg.rf.d43243ee7d1de299b08c948001010671.txt @@ -0,0 +1 @@ +7 0.49857142857142855 0.5014285714285714 0.7485714285714286 0.9971428571428571 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1588740009628_y7nnqa9klr7_jpg.rf.6e9983327b3b73410ca0fab73738e4f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1588740009628_y7nnqa9klr7_jpg.rf.6e9983327b3b73410ca0fab73738e4f0.txt new file mode 100644 index 0000000..442fb12 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1588740009628_y7nnqa9klr7_jpg.rf.6e9983327b3b73410ca0fab73738e4f0.txt @@ -0,0 +1 @@ +0 0.47394404332129964 0.5901150981719703 0.772202166064982 0.6783073798239674 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1589783941431_crkvei0n719_jpg.rf.7f4e072337d0421252ed066e0a30be72.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1589783941431_crkvei0n719_jpg.rf.7f4e072337d0421252ed066e0a30be72.txt new file mode 100644 index 0000000..160d849 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1589783941431_crkvei0n719_jpg.rf.7f4e072337d0421252ed066e0a30be72.txt @@ -0,0 +1 @@ +0 0.6966666666666667 0.87875 0.7066666666666667 0.7704166666666666 0.7175 0.72625 0.7216666666666667 0.6004166666666667 0.7554166666666666 0.595 0.7804166666666666 0.5775 0.81125 0.5683333333333334 0.8175 0.5620833333333334 0.7716666666666666 0.33791666666666664 0.7483333333333333 0.2504166666666667 0.7366666666666667 0.22458333333333333 0.7245833333333334 0.21083333333333334 0.6945833333333333 0.19166666666666668 0.65125 0.17333333333333334 0.61875 0.15416666666666667 0.61 0.15958333333333333 0.6004166666666667 0.17333333333333334 0.5204166666666666 0.1875 0.46791666666666665 0.185 0.41458333333333336 0.16916666666666666 0.39958333333333335 0.17416666666666666 0.38375 0.15833333333333333 0.3779166666666667 0.15833333333333333 0.33958333333333335 0.17833333333333334 0.28541666666666665 0.21416666666666667 0.2683333333333333 0.23375 0.24583333333333332 0.27458333333333335 0.2325 0.32208333333333333 0.22916666666666666 0.35041666666666665 0.21083333333333334 0.57625 0.23375 0.5866666666666667 0.26208333333333333 0.5941666666666666 0.2683333333333333 0.59125 0.27541666666666664 0.5783333333333334 0.2841666666666667 0.5804166666666667 0.28 0.5870833333333333 0.28 0.59375 0.2841666666666667 0.5979166666666667 0.27875 0.5958333333333333 0.2733333333333333 0.6004166666666667 0.27875 0.61 0.28291666666666665 0.6091666666666666 0.28875 0.6175 0.295 0.61875 0.3233333333333333 0.7995833333333333 0.3416666666666667 0.86125 0.3541666666666667 0.9345833333333333 0.36125 0.9458333333333333 0.36875 0.9475 0.38125 0.9383333333333334 0.38875 0.9408333333333333 0.41208333333333336 0.9641666666666666 0.43625 0.9641666666666666 0.45375 0.96 0.48375 0.9375 0.5079166666666667 0.935 0.5270833333333333 0.9483333333333334 0.5379166666666667 0.9491666666666667 0.5529166666666666 0.9683333333333334 0.57375 0.9791666666666666 0.59375 0.9758333333333333 0.6179166666666667 0.9491666666666667 0.63375 0.9458333333333333 0.6441666666666667 0.9504166666666667 0.6458333333333334 0.96375 0.6529166666666667 0.9716666666666667 0.6670833333333334 0.9825 0.6708333333333333 0.9820833333333333 0.6775 0.97125 0.6966666666666667 0.87875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1590167053532_e956akbr8e_jpg.rf.7e5ce960ad65fe47e8d4735c5ffc4204.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1590167053532_e956akbr8e_jpg.rf.7e5ce960ad65fe47e8d4735c5ffc4204.txt new file mode 100644 index 0000000..8c48b17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1590167053532_e956akbr8e_jpg.rf.7e5ce960ad65fe47e8d4735c5ffc4204.txt @@ -0,0 +1 @@ +0 0.4993083333333333 0.4881916666666666 0.5819416666666668 0.7958333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1592066813022_653ki9thw7g_jpg.rf.153c41bf2797889a52f56332a332b897.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1592066813022_653ki9thw7g_jpg.rf.153c41bf2797889a52f56332a332b897.txt new file mode 100644 index 0000000..d0b4210 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1592066813022_653ki9thw7g_jpg.rf.153c41bf2797889a52f56332a332b897.txt @@ -0,0 +1 @@ +0 0.4863166666666667 0.5274500000000001 0.8426416666666665 0.6457333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1592230461320_pdfd3vp6oep_jpg.rf.f1abf8afefff6689808b8b2aa1a31dd9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1592230461320_pdfd3vp6oep_jpg.rf.f1abf8afefff6689808b8b2aa1a31dd9.txt new file mode 100644 index 0000000..e573385 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1592230461320_pdfd3vp6oep_jpg.rf.f1abf8afefff6689808b8b2aa1a31dd9.txt @@ -0,0 +1,2 @@ +0 0.29444166666666666 0.5444416666666666 0.447225 0.7083333333333333 +0 0.671525 0.5430583333333333 0.5319416666666668 0.7222249999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1592230710528_52i43qtxzb4_jpg.rf.c70f80a86172678501581efb45b5920c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1592230710528_52i43qtxzb4_jpg.rf.c70f80a86172678501581efb45b5920c.txt new file mode 100644 index 0000000..dce7998 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1592230710528_52i43qtxzb4_jpg.rf.c70f80a86172678501581efb45b5920c.txt @@ -0,0 +1,2 @@ +0 0.31527499999999997 0.5006916666666666 0.4361083333333334 0.6791666666666667 +0 0.7006916666666667 0.5208333333333334 0.4652750000000001 0.6972250000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1593165998543_bunlrsrnqms_jpg.rf.6ce18c3b57bddf9e9d3fc8fa9f09aa78.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1593165998543_bunlrsrnqms_jpg.rf.6ce18c3b57bddf9e9d3fc8fa9f09aa78.txt new file mode 100644 index 0000000..a1afcba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1593165998543_bunlrsrnqms_jpg.rf.6ce18c3b57bddf9e9d3fc8fa9f09aa78.txt @@ -0,0 +1 @@ +0 0.46801041666666665 0.5657291666666667 0.6205312500000001 0.8189583333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1595042799849_35qbrdf898s_jpg.rf.f12b9e4f096fbb742b64f23d86007a37.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1595042799849_35qbrdf898s_jpg.rf.f12b9e4f096fbb742b64f23d86007a37.txt new file mode 100644 index 0000000..fc5425e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1595042799849_35qbrdf898s_jpg.rf.f12b9e4f096fbb742b64f23d86007a37.txt @@ -0,0 +1,2 @@ +0 0.3233333333333333 0.5866666666666667 0.6466666666666666 0.6316666666666667 +0 0.7527750000000001 0.5402750000000001 0.4944416666666668 0.6638916666666665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1598423139819_1abhvxm9b7si_jpg.rf.2e8266a5496b5e5dcbaf9c2feeffd6c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1598423139819_1abhvxm9b7si_jpg.rf.2e8266a5496b5e5dcbaf9c2feeffd6c5.txt new file mode 100644 index 0000000..920c52c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1598423139819_1abhvxm9b7si_jpg.rf.2e8266a5496b5e5dcbaf9c2feeffd6c5.txt @@ -0,0 +1,2 @@ +0 0.3198916666666667 0.60475 0.405625 0.6378333333333334 +0 0.6727833333333334 0.6087083333333334 0.3864000000000001 0.6665916666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1602383357634_i5kptlzg0t_jpg.rf.ebde7b1c9ed19e9b9e94e43f38507fb7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1602383357634_i5kptlzg0t_jpg.rf.ebde7b1c9ed19e9b9e94e43f38507fb7.txt new file mode 100644 index 0000000..12f22d4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1602383357634_i5kptlzg0t_jpg.rf.ebde7b1c9ed19e9b9e94e43f38507fb7.txt @@ -0,0 +1,2 @@ +0 0.3111733046286329 0.6456512378902045 0.40348762109795483 0.6289451022604952 +0 0.6893864370290635 0.6189128094725511 0.4021097954790096 0.5905382131324005 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1603457590358_5rb9tzinuds_jpg.rf.6ab0b60c412f52dd1a514e91be4e31cf.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1603457590358_5rb9tzinuds_jpg.rf.6ab0b60c412f52dd1a514e91be4e31cf.txt new file mode 100644 index 0000000..1be4745 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1603457590358_5rb9tzinuds_jpg.rf.6ab0b60c412f52dd1a514e91be4e31cf.txt @@ -0,0 +1,2 @@ +0 0.25807500000000005 0.54615 0.5105916666666667 0.7159166666666668 +0 0.7068916666666667 0.5565666666666667 0.5103166666666668 0.6284083333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1606317801198_copgsgu87ra_jpg.rf.00813469b093e2c638e3ec4b65d39350.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1606317801198_copgsgu87ra_jpg.rf.00813469b093e2c638e3ec4b65d39350.txt new file mode 100644 index 0000000..99cd571 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1606317801198_copgsgu87ra_jpg.rf.00813469b093e2c638e3ec4b65d39350.txt @@ -0,0 +1,2 @@ +0 0.2828313253012048 0.5636488812392427 0.47386402753872625 0.641790017211704 +0 0.6975559380378658 0.5745955249569707 0.462091222030981 0.7088554216867471 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1606543107862_0iykecnl4ig7_jpg.rf.2e6a84b15fdd45ac0a16780758e02a60.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1606543107862_0iykecnl4ig7_jpg.rf.2e6a84b15fdd45ac0a16780758e02a60.txt new file mode 100644 index 0000000..8b823fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1606543107862_0iykecnl4ig7_jpg.rf.2e6a84b15fdd45ac0a16780758e02a60.txt @@ -0,0 +1,2 @@ +0 0.3105277777777778 0.41681481481481486 0.4442037037037037 0.633638888888889 +3 0.6947592592592593 0.49370370370370376 0.3237870370370371 0.9540740740740742 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1606713779284_cbezkf41jxd_jpg.rf.5f1e1ae5d3cb40f36aef2a09a1fd5de5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1606713779284_cbezkf41jxd_jpg.rf.5f1e1ae5d3cb40f36aef2a09a1fd5de5.txt new file mode 100644 index 0000000..2a4ce02 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1606713779284_cbezkf41jxd_jpg.rf.5f1e1ae5d3cb40f36aef2a09a1fd5de5.txt @@ -0,0 +1 @@ +0 0.4686166666666667 0.5116333333333334 0.6614083333333334 0.8640916666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1607054019345_6msipvnki8r_jpg.rf.8994fc686ad9181d5579a745f1a18c83.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1607054019345_6msipvnki8r_jpg.rf.8994fc686ad9181d5579a745f1a18c83.txt new file mode 100644 index 0000000..df5ddee --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1607054019345_6msipvnki8r_jpg.rf.8994fc686ad9181d5579a745f1a18c83.txt @@ -0,0 +1,2 @@ +0 0.24281666666666665 0.5426583333333334 0.4098 0.6719916666666665 +0 0.6786083333333334 0.562875 0.4647249999999999 0.7249166666666668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1607488627876_ox4slw17ew_jpg.rf.ccbdca69718cf78314a08ff3b48ca239.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1607488627876_ox4slw17ew_jpg.rf.ccbdca69718cf78314a08ff3b48ca239.txt new file mode 100644 index 0000000..0f09274 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1607488627876_ox4slw17ew_jpg.rf.ccbdca69718cf78314a08ff3b48ca239.txt @@ -0,0 +1 @@ +0 0.5013166666666667 0.5087166666666667 0.8726333333333334 0.9166000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1607488948253_i49wvrhxyga_jpg.rf.eac60b4cdd15589eb9c42ca08879a64a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1607488948253_i49wvrhxyga_jpg.rf.eac60b4cdd15589eb9c42ca08879a64a.txt new file mode 100644 index 0000000..fbd13b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1607488948253_i49wvrhxyga_jpg.rf.eac60b4cdd15589eb9c42ca08879a64a.txt @@ -0,0 +1 @@ +0 0.5046583333333333 0.5089166666666667 0.7459749999999998 0.862841666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1607503815075_k4avdumab_jpg.rf.04ca5542769b3ec00281c79aaae02d79.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1607503815075_k4avdumab_jpg.rf.04ca5542769b3ec00281c79aaae02d79.txt new file mode 100644 index 0000000..49ff2e0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1607503815075_k4avdumab_jpg.rf.04ca5542769b3ec00281c79aaae02d79.txt @@ -0,0 +1,2 @@ +0 0.27535185185185185 0.5559722222222223 0.43310185185185185 0.7517407407407408 +0 0.6660555555555556 0.5237870370370371 0.4515555555555556 0.7086759259259259 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1607926787684_004kerpgz8ff_png_jpg.rf.e34e6479f71d185f1d9fa2421813ae1a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1607926787684_004kerpgz8ff_png_jpg.rf.e34e6479f71d185f1d9fa2421813ae1a.txt new file mode 100644 index 0000000..ee5c655 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1607926787684_004kerpgz8ff_png_jpg.rf.e34e6479f71d185f1d9fa2421813ae1a.txt @@ -0,0 +1 @@ +0 0.7666999999999999 0.566 0.40784166666666666 0.7186750000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1608267778378_dh3p0fvtqj8_jpg.rf.e05d20d53a07bf21b4969e2f67912b5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1608267778378_dh3p0fvtqj8_jpg.rf.e05d20d53a07bf21b4969e2f67912b5e.txt new file mode 100644 index 0000000..4121257 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1608267778378_dh3p0fvtqj8_jpg.rf.e05d20d53a07bf21b4969e2f67912b5e.txt @@ -0,0 +1,2 @@ +0 0.2690666666666667 0.5937 0.4372916666666667 0.5365666666666667 +0 0.6898583333333334 0.4276333333333333 0.5288833333333334 0.5752750000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1608439517761_3cr0hzamgzu_jpg.rf.829888b28c470f3e324eb39037b4013d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1608439517761_3cr0hzamgzu_jpg.rf.829888b28c470f3e324eb39037b4013d.txt new file mode 100644 index 0000000..a7b794a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1608439517761_3cr0hzamgzu_jpg.rf.829888b28c470f3e324eb39037b4013d.txt @@ -0,0 +1,2 @@ +0 0.2429391304347826 0.4610260869565217 0.4050086956521739 0.7081391304347825 +7 0.680504347826087 0.4527652173913043 0.5210173913043477 0.7037826086956523 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1610097901757_ybhgtxot0j_jpg.rf.c69f257c9c68469d81a96db03a96821a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1610097901757_ybhgtxot0j_jpg.rf.c69f257c9c68469d81a96db03a96821a.txt new file mode 100644 index 0000000..79067b5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1610097901757_ybhgtxot0j_jpg.rf.c69f257c9c68469d81a96db03a96821a.txt @@ -0,0 +1,3 @@ +4 0.20826041666666667 0.71821875 0.3475520833333333 0.563515625 +4 0.503125 0.72578125 0.30625 0.5484375 +4 0.8088541666666667 0.70859375 0.359375 0.5828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1610097941429_387j4t5wxjp_jpg.rf.8376c0126960f04a40c16e290892bea5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1610097941429_387j4t5wxjp_jpg.rf.8376c0126960f04a40c16e290892bea5.txt new file mode 100644 index 0000000..2409bd2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1610097941429_387j4t5wxjp_jpg.rf.8376c0126960f04a40c16e290892bea5.txt @@ -0,0 +1,2 @@ +0 0.2553125 0.6147395833333333 0.40146875000000004 0.5244895833333333 +0 0.6740312500000001 0.6084999999999999 0.44722916666666657 0.6003229166666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1610592544951_r2o3izytxgg_jpg.rf.91443a4ed1507309c459b6145ba64e03.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1610592544951_r2o3izytxgg_jpg.rf.91443a4ed1507309c459b6145ba64e03.txt new file mode 100644 index 0000000..9721e53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1610592544951_r2o3izytxgg_jpg.rf.91443a4ed1507309c459b6145ba64e03.txt @@ -0,0 +1,2 @@ +0 0.29604273504273504 0.34349572649572646 0.5228547008547009 0.4981025641025641 +3 0.7293504273504274 0.5217606837606837 0.2612649572649573 0.9144615384615385 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1610592544954_0d6yz6zzq78_jpg.rf.1999cc471550b0abde70f6ef6fc562d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1610592544954_0d6yz6zzq78_jpg.rf.1999cc471550b0abde70f6ef6fc562d1.txt new file mode 100644 index 0000000..407b4c9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1610592544954_0d6yz6zzq78_jpg.rf.1999cc471550b0abde70f6ef6fc562d1.txt @@ -0,0 +1,2 @@ +0 0.29176068376068376 0.49479487179487175 0.5607264957264957 0.6911623931623933 +6 0.7519059829059829 0.506897435897436 0.45538461538461544 0.5444188034188034 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1610594082717_kch28v6cgbn_jpg.rf.2cb17a104e11ff2d4adc7350c6ce00ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1610594082717_kch28v6cgbn_jpg.rf.2cb17a104e11ff2d4adc7350c6ce00ee.txt new file mode 100644 index 0000000..3a04437 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1610594082717_kch28v6cgbn_jpg.rf.2cb17a104e11ff2d4adc7350c6ce00ee.txt @@ -0,0 +1,2 @@ +0 0.27840170940170944 0.4965811965811966 0.5190598290598291 0.699 +0 0.7506581196581197 0.4832222222222222 0.48066666666666674 0.682965811965812 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1640681986317_5yfrsgm8u6f_jpg.rf.189337103c5ffed06af23abb34157309.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1640681986317_5yfrsgm8u6f_jpg.rf.189337103c5ffed06af23abb34157309.txt new file mode 100644 index 0000000..1cec750 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1640681986317_5yfrsgm8u6f_jpg.rf.189337103c5ffed06af23abb34157309.txt @@ -0,0 +1 @@ +0 0.5192083333333333 0.532275 0.6828666666666667 0.8714916666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/1654828700185_pzxoils771m_jpg.rf.25842a480aaa749363e97cd66c81dd4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/1654828700185_pzxoils771m_jpg.rf.25842a480aaa749363e97cd66c81dd4f.txt new file mode 100644 index 0000000..bb74a30 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/1654828700185_pzxoils771m_jpg.rf.25842a480aaa749363e97cd66c81dd4f.txt @@ -0,0 +1,2 @@ +0 0.2484017094017094 0.546965811965812 0.45747863247863246 0.6999059829059828 +0 0.7225042735042735 0.568982905982906 0.5039829059829061 0.7824017094017093 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/25e4b18b5f7f45e3849fb6c1f9d9f618_jpg.rf.ffcb7767b4792551a7b7479d7cc6075d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/25e4b18b5f7f45e3849fb6c1f9d9f618_jpg.rf.ffcb7767b4792551a7b7479d7cc6075d.txt new file mode 100644 index 0000000..fb958fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/25e4b18b5f7f45e3849fb6c1f9d9f618_jpg.rf.ffcb7767b4792551a7b7479d7cc6075d.txt @@ -0,0 +1 @@ +2 0.49791015625 0.511689453125 0.8309863281250001 0.9241699218749999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/2adf5457503b48428264c1d97e740c1d_jpg.rf.ac21d7fd0df14fcf8d41f5dbda3b19d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/2adf5457503b48428264c1d97e740c1d_jpg.rf.ac21d7fd0df14fcf8d41f5dbda3b19d8.txt new file mode 100644 index 0000000..6c65bbb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/2adf5457503b48428264c1d97e740c1d_jpg.rf.ac21d7fd0df14fcf8d41f5dbda3b19d8.txt @@ -0,0 +1 @@ +2 0.5126086956521739 0.5054076086956522 0.7225543478260869 0.9222282608695652 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/7bbd9b3de9c37bdf8dd45a4f7a91e2c5_jpg.rf.991e43e7e32be3f978978e70ea96bbb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/7bbd9b3de9c37bdf8dd45a4f7a91e2c5_jpg.rf.991e43e7e32be3f978978e70ea96bbb5.txt new file mode 100644 index 0000000..44c4956 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/7bbd9b3de9c37bdf8dd45a4f7a91e2c5_jpg.rf.991e43e7e32be3f978978e70ea96bbb5.txt @@ -0,0 +1 @@ +1 0.49698571428571425 0.5157142857142857 0.2716285714285714 0.6365428571428571 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-10-_jpg.rf.ba77700fb0c854bc1f1a7cdc34fbb8b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-10-_jpg.rf.ba77700fb0c854bc1f1a7cdc34fbb8b5.txt new file mode 100644 index 0000000..c0e3efe --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-10-_jpg.rf.ba77700fb0c854bc1f1a7cdc34fbb8b5.txt @@ -0,0 +1 @@ +9 0.48046875 0.51328125 0.821875 0.49296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-102-_jpg.rf.e5a39f068ef999301a6c54a8941afc31.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-102-_jpg.rf.e5a39f068ef999301a6c54a8941afc31.txt new file mode 100644 index 0000000..d7165b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-102-_jpg.rf.e5a39f068ef999301a6c54a8941afc31.txt @@ -0,0 +1 @@ +9 0.490625 0.48828125 0.6734375 0.58671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-108-_jpg.rf.afc94cf0d47b52b777a4848167c66bad.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-108-_jpg.rf.afc94cf0d47b52b777a4848167c66bad.txt new file mode 100644 index 0000000..f38e9bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-108-_jpg.rf.afc94cf0d47b52b777a4848167c66bad.txt @@ -0,0 +1 @@ +9 0.49765625 0.328125 0.8171875 0.5984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-11-_jpg.rf.2e005955745f9783e2c41a95c52aa1e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-11-_jpg.rf.2e005955745f9783e2c41a95c52aa1e8.txt new file mode 100644 index 0000000..8ae392a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-11-_jpg.rf.2e005955745f9783e2c41a95c52aa1e8.txt @@ -0,0 +1 @@ +9 0.49609375 0.5203125 0.96875 0.42578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-117-_jpg.rf.295e7427742299ae320ae23f5f290fa1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-117-_jpg.rf.295e7427742299ae320ae23f5f290fa1.txt new file mode 100644 index 0000000..0d9375d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-117-_jpg.rf.295e7427742299ae320ae23f5f290fa1.txt @@ -0,0 +1 @@ +9 0.49921875 0.49375 0.8359375 0.9875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-119-_jpg.rf.3ba1d68573ff1cd05d862d91cd651b83.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-119-_jpg.rf.3ba1d68573ff1cd05d862d91cd651b83.txt new file mode 100644 index 0000000..9d9f2f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-119-_jpg.rf.3ba1d68573ff1cd05d862d91cd651b83.txt @@ -0,0 +1 @@ +9 0.5015625 0.49375 0.73828125 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-129-_jpg.rf.44dc394c8ee6b6958c004172a49e423a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-129-_jpg.rf.44dc394c8ee6b6958c004172a49e423a.txt new file mode 100644 index 0000000..d83f63a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-129-_jpg.rf.44dc394c8ee6b6958c004172a49e423a.txt @@ -0,0 +1 @@ +9 0.49765625 0.50234375 0.9953125 0.40859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-131-_jpg.rf.45a4ca718b60a47b2fee266b1d33e96b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-131-_jpg.rf.45a4ca718b60a47b2fee266b1d33e96b.txt new file mode 100644 index 0000000..b3b9c36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-131-_jpg.rf.45a4ca718b60a47b2fee266b1d33e96b.txt @@ -0,0 +1 @@ +9 0.5 0.5 0.65390625 0.60078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-132-_jpg.rf.4cd84cb2867a419a1b8d63c794b1106a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-132-_jpg.rf.4cd84cb2867a419a1b8d63c794b1106a.txt new file mode 100644 index 0000000..0170486 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-132-_jpg.rf.4cd84cb2867a419a1b8d63c794b1106a.txt @@ -0,0 +1 @@ +9 0.5015625 0.48828125 0.771875 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-133-_jpg.rf.5118eec7fccade2dcaceee899f9d411a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-133-_jpg.rf.5118eec7fccade2dcaceee899f9d411a.txt new file mode 100644 index 0000000..b517a27 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-133-_jpg.rf.5118eec7fccade2dcaceee899f9d411a.txt @@ -0,0 +1 @@ +9 0.49765625 0.50859375 0.625 0.49765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-136-_jpg.rf.d282600ce4af7951dc8ebbe983d8551e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-136-_jpg.rf.d282600ce4af7951dc8ebbe983d8551e.txt new file mode 100644 index 0000000..08d5c32 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-136-_jpg.rf.d282600ce4af7951dc8ebbe983d8551e.txt @@ -0,0 +1 @@ +9 0.49375 0.5046875 0.93046875 0.7453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-143-_jpg.rf.dade85b6bdf3a6d8e8cf5f6d2cb31a12.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-143-_jpg.rf.dade85b6bdf3a6d8e8cf5f6d2cb31a12.txt new file mode 100644 index 0000000..4585934 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-143-_jpg.rf.dade85b6bdf3a6d8e8cf5f6d2cb31a12.txt @@ -0,0 +1 @@ +9 0.4984375 0.49765625 0.8921875 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-156-_jpg.rf.936e207b3570762a27448759ab8d7adc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-156-_jpg.rf.936e207b3570762a27448759ab8d7adc.txt new file mode 100644 index 0000000..361041b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-156-_jpg.rf.936e207b3570762a27448759ab8d7adc.txt @@ -0,0 +1 @@ +9 0.4890625 0.39453125 0.6703125 0.60078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-165-_jpg.rf.4ed02f927c21b6a1f2b699d46b0e181f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-165-_jpg.rf.4ed02f927c21b6a1f2b699d46b0e181f.txt new file mode 100644 index 0000000..1a3a961 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-165-_jpg.rf.4ed02f927c21b6a1f2b699d46b0e181f.txt @@ -0,0 +1 @@ +9 0.4984375 0.49296875 0.94453125 0.77890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-167-_jpg.rf.98064e5a222e655f3d148638d6f85a89.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-167-_jpg.rf.98064e5a222e655f3d148638d6f85a89.txt new file mode 100644 index 0000000..b8231f5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-167-_jpg.rf.98064e5a222e655f3d148638d6f85a89.txt @@ -0,0 +1 @@ +9 0.49765625 0.50703125 0.9953125 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-179-_jpg.rf.31dd058e12c9c50e1c9838e2ea9a1a06.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-179-_jpg.rf.31dd058e12c9c50e1c9838e2ea9a1a06.txt new file mode 100644 index 0000000..641c830 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-179-_jpg.rf.31dd058e12c9c50e1c9838e2ea9a1a06.txt @@ -0,0 +1 @@ +9 0.48828125 0.49296875 0.7984375 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-18-_jpg.rf.7f26a6ff82e4c63adc4cfc4a37b2d49d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-18-_jpg.rf.7f26a6ff82e4c63adc4cfc4a37b2d49d.txt new file mode 100644 index 0000000..3fd7827 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-18-_jpg.rf.7f26a6ff82e4c63adc4cfc4a37b2d49d.txt @@ -0,0 +1 @@ +9 0.50859375 0.4890625 0.896875 0.584375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-182-_jpg.rf.353723a350b609196281c71b2eb73106.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-182-_jpg.rf.353723a350b609196281c71b2eb73106.txt new file mode 100644 index 0000000..bb83e9b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-182-_jpg.rf.353723a350b609196281c71b2eb73106.txt @@ -0,0 +1 @@ +9 0.4890625 0.50625 0.7859375 0.5984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-184-_jpg.rf.2736d0f76de1ea60eabdd827c1b78889.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-184-_jpg.rf.2736d0f76de1ea60eabdd827c1b78889.txt new file mode 100644 index 0000000..ae50fef --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-184-_jpg.rf.2736d0f76de1ea60eabdd827c1b78889.txt @@ -0,0 +1 @@ +9 0.49375 0.4953125 0.7765625 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-19-_jpg.rf.02259b53ed508e10a6c028d973deea0e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-19-_jpg.rf.02259b53ed508e10a6c028d973deea0e.txt new file mode 100644 index 0000000..82261a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-19-_jpg.rf.02259b53ed508e10a6c028d973deea0e.txt @@ -0,0 +1 @@ +9 0.5 0.4859375 0.7640625 0.65859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-192-_jpg.rf.d39656d63501b4649ec7caff7fdb9378.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-192-_jpg.rf.d39656d63501b4649ec7caff7fdb9378.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-194-_jpg.rf.5bbe9d7b27eca8cb25b6f3b35fbd959f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-194-_jpg.rf.5bbe9d7b27eca8cb25b6f3b35fbd959f.txt new file mode 100644 index 0000000..4568a11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-194-_jpg.rf.5bbe9d7b27eca8cb25b6f3b35fbd959f.txt @@ -0,0 +1 @@ +9 0.49375 0.50859375 0.93984375 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-200-_jpg.rf.3bada7b7642d6caf74cddca48499af11.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-200-_jpg.rf.3bada7b7642d6caf74cddca48499af11.txt new file mode 100644 index 0000000..a1d57eb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-200-_jpg.rf.3bada7b7642d6caf74cddca48499af11.txt @@ -0,0 +1 @@ +9 0.46171875 0.515625 0.72578125 0.46875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-202-_jpg.rf.5f4b2809127fcae71a838d5f22299b15.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-202-_jpg.rf.5f4b2809127fcae71a838d5f22299b15.txt new file mode 100644 index 0000000..ea6826e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-202-_jpg.rf.5f4b2809127fcae71a838d5f22299b15.txt @@ -0,0 +1 @@ +9 0.47734375 0.49375 0.69453125 0.51171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-215-_jpg.rf.a864ebe73e2f797482863ab86dd921bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-215-_jpg.rf.a864ebe73e2f797482863ab86dd921bb.txt new file mode 100644 index 0000000..099cb9c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-215-_jpg.rf.a864ebe73e2f797482863ab86dd921bb.txt @@ -0,0 +1,4 @@ +9 0.24765625 0.303125 0.46640625 0.3703125 +9 0.7390625 0.3078125 0.46875 0.3796875 +9 0.24765625 0.703125 0.46640625 0.38203125 +9 0.7390625 0.70546875 0.459375 0.37734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-225-_jpg.rf.934ca06ea970ceb30313ade06ef38c3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-225-_jpg.rf.934ca06ea970ceb30313ade06ef38c3d.txt new file mode 100644 index 0000000..790be97 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-225-_jpg.rf.934ca06ea970ceb30313ade06ef38c3d.txt @@ -0,0 +1 @@ +9 0.4953125 0.5 0.9421875 0.71640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-23-_jpg.rf.670178122ac65690d837d62da6cd1ebc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-23-_jpg.rf.670178122ac65690d837d62da6cd1ebc.txt new file mode 100644 index 0000000..b20acc4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-23-_jpg.rf.670178122ac65690d837d62da6cd1ebc.txt @@ -0,0 +1 @@ +9 0.49765625 0.44453125 0.946875 0.60546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-231-_jpg.rf.788eeec0357f6f7b4a16167664eacece.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-231-_jpg.rf.788eeec0357f6f7b4a16167664eacece.txt new file mode 100644 index 0000000..b68f806 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-231-_jpg.rf.788eeec0357f6f7b4a16167664eacece.txt @@ -0,0 +1 @@ +9 0.5 0.49765625 0.8609375 0.8171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-235-_jpg.rf.8c21c21310ed80615e18aef801795372.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-235-_jpg.rf.8c21c21310ed80615e18aef801795372.txt new file mode 100644 index 0000000..9641015 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-235-_jpg.rf.8c21c21310ed80615e18aef801795372.txt @@ -0,0 +1 @@ +9 0.48671875 0.46015625 0.88671875 0.61328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-240-_jpg.rf.3f4a6323c13c76b3765fc5475e023e16.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-240-_jpg.rf.3f4a6323c13c76b3765fc5475e023e16.txt new file mode 100644 index 0000000..2f23182 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-240-_jpg.rf.3f4a6323c13c76b3765fc5475e023e16.txt @@ -0,0 +1 @@ +9 0.6984375 0.75625 0.5984375 0.4546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-244-_jpg.rf.d607f9b5da411196ba9b3ec29801840d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-244-_jpg.rf.d607f9b5da411196ba9b3ec29801840d.txt new file mode 100644 index 0000000..c210f81 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-244-_jpg.rf.d607f9b5da411196ba9b3ec29801840d.txt @@ -0,0 +1 @@ +9 0.49140625 0.49375 0.853125 0.6421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-25-_jpg.rf.d949239863144b10bcbf7d58d1221f8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-25-_jpg.rf.d949239863144b10bcbf7d58d1221f8b.txt new file mode 100644 index 0000000..add33c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-25-_jpg.rf.d949239863144b10bcbf7d58d1221f8b.txt @@ -0,0 +1 @@ +9 0.48671875 0.47265625 0.65625 0.68515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-250-_jpg.rf.389c8bc2cd7ea819f41f3cb13ab6d63d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-250-_jpg.rf.389c8bc2cd7ea819f41f3cb13ab6d63d.txt new file mode 100644 index 0000000..c09903b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-250-_jpg.rf.389c8bc2cd7ea819f41f3cb13ab6d63d.txt @@ -0,0 +1 @@ +9 0.51328125 0.49765625 0.9546875 0.9953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-262-_jpg.rf.7d2bc679f23e0f12d94491088f0feac1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-262-_jpg.rf.7d2bc679f23e0f12d94491088f0feac1.txt new file mode 100644 index 0000000..e6e537c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-262-_jpg.rf.7d2bc679f23e0f12d94491088f0feac1.txt @@ -0,0 +1 @@ +9 0.50625 0.5203125 0.86328125 0.7328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-270-_jpg.rf.482ef9435a411609b103b1a740ead2b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-270-_jpg.rf.482ef9435a411609b103b1a740ead2b2.txt new file mode 100644 index 0000000..80101cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-270-_jpg.rf.482ef9435a411609b103b1a740ead2b2.txt @@ -0,0 +1 @@ +9 0.5 0.48046875 0.78359375 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-283-_jpg.rf.76091030418f1eaeb2db6f43be87dc32.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-283-_jpg.rf.76091030418f1eaeb2db6f43be87dc32.txt new file mode 100644 index 0000000..e2d8a2d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-283-_jpg.rf.76091030418f1eaeb2db6f43be87dc32.txt @@ -0,0 +1 @@ +9 0.51171875 0.47734375 0.8609375 0.8296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-29-_jpg.rf.cb61c64b25199b009b4a6678906452a8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-29-_jpg.rf.cb61c64b25199b009b4a6678906452a8.txt new file mode 100644 index 0000000..af30955 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-29-_jpg.rf.cb61c64b25199b009b4a6678906452a8.txt @@ -0,0 +1 @@ +9 0.5140625 0.5046875 0.96640625 0.8265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-3-_jpg.rf.0d716c4117c333a2040e263857b57bbe.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-3-_jpg.rf.0d716c4117c333a2040e263857b57bbe.txt new file mode 100644 index 0000000..efa6073 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-3-_jpg.rf.0d716c4117c333a2040e263857b57bbe.txt @@ -0,0 +1 @@ +9 0.4859375 0.4625 0.7640625 0.61328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-303-_jpg.rf.e70ce48210c0e781e5a2a5f4d2492891.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-303-_jpg.rf.e70ce48210c0e781e5a2a5f4d2492891.txt new file mode 100644 index 0000000..3f87fdf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-303-_jpg.rf.e70ce48210c0e781e5a2a5f4d2492891.txt @@ -0,0 +1 @@ +9 0.5 0.46640625 0.78828125 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-310-_jpg.rf.2a05ebc0dd876bc7f2f754cf4c314e29.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-310-_jpg.rf.2a05ebc0dd876bc7f2f754cf4c314e29.txt new file mode 100644 index 0000000..8242789 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-310-_jpg.rf.2a05ebc0dd876bc7f2f754cf4c314e29.txt @@ -0,0 +1 @@ +9 0.4953125 0.4890625 0.91796875 0.48828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-316-_jpg.rf.d40366e28cae26e2b274f86105977d3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-316-_jpg.rf.d40366e28cae26e2b274f86105977d3e.txt new file mode 100644 index 0000000..e1f217d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-316-_jpg.rf.d40366e28cae26e2b274f86105977d3e.txt @@ -0,0 +1 @@ +9 0.50703125 0.49609375 0.428125 0.9109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-324-_jpg.rf.0b25b383de9b87ac6ea89f62dcce69f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-324-_jpg.rf.0b25b383de9b87ac6ea89f62dcce69f8.txt new file mode 100644 index 0000000..dc990b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-324-_jpg.rf.0b25b383de9b87ac6ea89f62dcce69f8.txt @@ -0,0 +1 @@ +9 0.69453125 0.53359375 0.41796875 0.40390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-325-_jpg.rf.a13bb6111ab2753ebe5d3b58759001e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-325-_jpg.rf.a13bb6111ab2753ebe5d3b58759001e1.txt new file mode 100644 index 0000000..205af63 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-325-_jpg.rf.a13bb6111ab2753ebe5d3b58759001e1.txt @@ -0,0 +1 @@ +9 0.50859375 0.5015625 0.8921875 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-344-_jpg.rf.99502874b76c15027f655ccbaf0bf55b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-344-_jpg.rf.99502874b76c15027f655ccbaf0bf55b.txt new file mode 100644 index 0000000..0c16cfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-344-_jpg.rf.99502874b76c15027f655ccbaf0bf55b.txt @@ -0,0 +1 @@ +9 0.4890625 0.28828125 0.69453125 0.45703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-349-_jpg.rf.c1059e8dc601503eb6f4b6cc42a08b57.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-349-_jpg.rf.c1059e8dc601503eb6f4b6cc42a08b57.txt new file mode 100644 index 0000000..daf8d57 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-349-_jpg.rf.c1059e8dc601503eb6f4b6cc42a08b57.txt @@ -0,0 +1 @@ +9 0.5 0.53828125 0.946875 0.615625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-35-_jpg.rf.a59446f34f7ee3e0b0e98406f258a439.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-35-_jpg.rf.a59446f34f7ee3e0b0e98406f258a439.txt new file mode 100644 index 0000000..010d7aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-35-_jpg.rf.a59446f34f7ee3e0b0e98406f258a439.txt @@ -0,0 +1 @@ +9 0.4953125 0.50859375 0.85546875 0.521875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-355-_jpg.rf.e0f09e2ef7f9790b64c2ec6ceb86367e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-355-_jpg.rf.e0f09e2ef7f9790b64c2ec6ceb86367e.txt new file mode 100644 index 0000000..d40a6ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-355-_jpg.rf.e0f09e2ef7f9790b64c2ec6ceb86367e.txt @@ -0,0 +1 @@ +9 0.4703125 0.5265625 0.7859375 0.7015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-358-_jpg.rf.2896f4a6be6bda3d27b91044d6d97c18.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-358-_jpg.rf.2896f4a6be6bda3d27b91044d6d97c18.txt new file mode 100644 index 0000000..8d92ea3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-358-_jpg.rf.2896f4a6be6bda3d27b91044d6d97c18.txt @@ -0,0 +1 @@ +9 0.5203125 0.4984375 0.68984375 0.43984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-360-_jpg.rf.247bf7d845a9de46db33162c9daad951.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-360-_jpg.rf.247bf7d845a9de46db33162c9daad951.txt new file mode 100644 index 0000000..c6e3b37 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-360-_jpg.rf.247bf7d845a9de46db33162c9daad951.txt @@ -0,0 +1 @@ +9 0.49296875 0.4546875 0.91796875 0.77421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-361-_jpg.rf.26845acd405480a306118d474701e40c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-361-_jpg.rf.26845acd405480a306118d474701e40c.txt new file mode 100644 index 0000000..199237a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-361-_jpg.rf.26845acd405480a306118d474701e40c.txt @@ -0,0 +1 @@ +9 0.4984375 0.60546875 0.84375 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-367-_jpg.rf.3cc448288f28d9bc860121917ce10e85.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-367-_jpg.rf.3cc448288f28d9bc860121917ce10e85.txt new file mode 100644 index 0000000..c6fd643 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-367-_jpg.rf.3cc448288f28d9bc860121917ce10e85.txt @@ -0,0 +1 @@ +9 0.4984375 0.49609375 0.69453125 0.834375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-368-_jpg.rf.48e3aecc4d1ce2cb528c8147848e1cc0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-368-_jpg.rf.48e3aecc4d1ce2cb528c8147848e1cc0.txt new file mode 100644 index 0000000..448e8ab --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-368-_jpg.rf.48e3aecc4d1ce2cb528c8147848e1cc0.txt @@ -0,0 +1 @@ +9 0.50234375 0.49296875 0.70703125 0.65390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-373-_jpg.rf.fdb501030a6bfc16e561f589bd42fc35.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-373-_jpg.rf.fdb501030a6bfc16e561f589bd42fc35.txt new file mode 100644 index 0000000..a8c8f9a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-373-_jpg.rf.fdb501030a6bfc16e561f589bd42fc35.txt @@ -0,0 +1 @@ +9 0.50625 0.4984375 0.93515625 0.709375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-377-_jpg.rf.f2e3f1548e467841f1be0b1dbf36d3af.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-377-_jpg.rf.f2e3f1548e467841f1be0b1dbf36d3af.txt new file mode 100644 index 0000000..8808965 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-377-_jpg.rf.f2e3f1548e467841f1be0b1dbf36d3af.txt @@ -0,0 +1 @@ +9 0.50390625 0.49296875 0.90625 0.6109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-380-_jpg.rf.159372d93f6aa8f607e03c6019ea2e12.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-380-_jpg.rf.159372d93f6aa8f607e03c6019ea2e12.txt new file mode 100644 index 0000000..ad2987a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-380-_jpg.rf.159372d93f6aa8f607e03c6019ea2e12.txt @@ -0,0 +1 @@ +9 0.4890625 0.5359375 0.69453125 0.5578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-395-_jpg.rf.bece9dba5754ac383bc6bdfc92d31fb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-395-_jpg.rf.bece9dba5754ac383bc6bdfc92d31fb2.txt new file mode 100644 index 0000000..e98df4c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-395-_jpg.rf.bece9dba5754ac383bc6bdfc92d31fb2.txt @@ -0,0 +1 @@ +9 0.49765625 0.46875 0.84140625 0.6828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-397-_jpg.rf.1bdcdf274c7ac7cf38d80e17789e040d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-397-_jpg.rf.1bdcdf274c7ac7cf38d80e17789e040d.txt new file mode 100644 index 0000000..6fe5c85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-397-_jpg.rf.1bdcdf274c7ac7cf38d80e17789e040d.txt @@ -0,0 +1 @@ +9 0.4953125 0.515625 0.8796875 0.8296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-402-_jpg.rf.6afb2ac0f18326d8eb2e35c06a2b8791.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-402-_jpg.rf.6afb2ac0f18326d8eb2e35c06a2b8791.txt new file mode 100644 index 0000000..9110b85 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-402-_jpg.rf.6afb2ac0f18326d8eb2e35c06a2b8791.txt @@ -0,0 +1 @@ +9 0.50625 0.484375 0.96875 0.7765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-415-_jpg.rf.1cc34a1cc0061ce24dcdb6899c4d6907.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-415-_jpg.rf.1cc34a1cc0061ce24dcdb6899c4d6907.txt new file mode 100644 index 0000000..17bcf81 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-415-_jpg.rf.1cc34a1cc0061ce24dcdb6899c4d6907.txt @@ -0,0 +1 @@ +9 0.4859375 0.5953125 0.9421875 0.61796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-430-_jpg.rf.5962e98292d0f3b69e01ee96a9305dc2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-430-_jpg.rf.5962e98292d0f3b69e01ee96a9305dc2.txt new file mode 100644 index 0000000..8e25cda --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-430-_jpg.rf.5962e98292d0f3b69e01ee96a9305dc2.txt @@ -0,0 +1 @@ +9 0.5015625 0.4484375 0.9546875 0.81015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-435-_jpg.rf.d5f757c4734dcb0aa5293992161195a8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-435-_jpg.rf.d5f757c4734dcb0aa5293992161195a8.txt new file mode 100644 index 0000000..99139a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-435-_jpg.rf.d5f757c4734dcb0aa5293992161195a8.txt @@ -0,0 +1 @@ +9 0.49140625 0.5015625 0.853125 0.68515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-438-_jpg.rf.c410586b4310da0a6625d8986e42ff1b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-438-_jpg.rf.c410586b4310da0a6625d8986e42ff1b.txt new file mode 100644 index 0000000..520b9aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-438-_jpg.rf.c410586b4310da0a6625d8986e42ff1b.txt @@ -0,0 +1,3 @@ +9 0.24609375 0.23046875 0.43984375 0.375 +9 0.71640625 0.2515625 0.4328125 0.37265625 +9 0.4421875 0.71484375 0.48046875 0.36796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-445-_jpg.rf.8f063a06e2ca931b7c621844b42f7260.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-445-_jpg.rf.8f063a06e2ca931b7c621844b42f7260.txt new file mode 100644 index 0000000..a74ace1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-445-_jpg.rf.8f063a06e2ca931b7c621844b42f7260.txt @@ -0,0 +1 @@ +9 0.43984375 0.5109375 0.7984375 0.5265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-446-_jpg.rf.1024bad7d3dd262680bc8419555b3b6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-446-_jpg.rf.1024bad7d3dd262680bc8419555b3b6c.txt new file mode 100644 index 0000000..bf2cf78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-446-_jpg.rf.1024bad7d3dd262680bc8419555b3b6c.txt @@ -0,0 +1 @@ +9 0.4625 0.4953125 0.65625 0.6828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-448-_jpg.rf.aa11506850d878ad7d4446911fefcfeb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-448-_jpg.rf.aa11506850d878ad7d4446911fefcfeb.txt new file mode 100644 index 0000000..d63d399 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-448-_jpg.rf.aa11506850d878ad7d4446911fefcfeb.txt @@ -0,0 +1 @@ +9 0.5046875 0.515625 0.95703125 0.790625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-450-_jpg.rf.5f068b35d12495b3d49402bca9f01da9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-450-_jpg.rf.5f068b35d12495b3d49402bca9f01da9.txt new file mode 100644 index 0000000..3c044cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-450-_jpg.rf.5f068b35d12495b3d49402bca9f01da9.txt @@ -0,0 +1 @@ +9 0.51328125 0.5 0.56953125 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-52-_jpg.rf.1cfb7f732a8ec6a731233ead402777f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-52-_jpg.rf.1cfb7f732a8ec6a731233ead402777f0.txt new file mode 100644 index 0000000..55bb841 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-52-_jpg.rf.1cfb7f732a8ec6a731233ead402777f0.txt @@ -0,0 +1 @@ +9 0.5109375 0.50859375 0.68515625 0.5359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-59-_jpg.rf.dcb23a60d2121406a44dc051aed60cfe.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-59-_jpg.rf.dcb23a60d2121406a44dc051aed60cfe.txt new file mode 100644 index 0000000..d1aa4a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-59-_jpg.rf.dcb23a60d2121406a44dc051aed60cfe.txt @@ -0,0 +1 @@ +9 0.50859375 0.4953125 0.94453125 0.8703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-6-_jpg.rf.705f75e404e1a3209fabfe97d54ccd19.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-6-_jpg.rf.705f75e404e1a3209fabfe97d54ccd19.txt new file mode 100644 index 0000000..8acf290 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-6-_jpg.rf.705f75e404e1a3209fabfe97d54ccd19.txt @@ -0,0 +1 @@ +9 0.28515625 0.78984375 0.5453125 0.37734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-76-_jpg.rf.a407483d37c24859f2eb9a08b0ab41a6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-76-_jpg.rf.a407483d37c24859f2eb9a08b0ab41a6.txt new file mode 100644 index 0000000..1231b6c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-76-_jpg.rf.a407483d37c24859f2eb9a08b0ab41a6.txt @@ -0,0 +1 @@ +9 0.49375 0.4953125 0.87734375 0.6828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-8-_jpg.rf.5ea09bc75282982865a914c3780d65d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-8-_jpg.rf.5ea09bc75282982865a914c3780d65d9.txt new file mode 100644 index 0000000..3052c59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-8-_jpg.rf.5ea09bc75282982865a914c3780d65d9.txt @@ -0,0 +1 @@ +9 0.31875 0.51171875 0.61328125 0.4859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-88-_jpg.rf.a98bbc827c7e9fa1d6f6071a42991e42.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-88-_jpg.rf.a98bbc827c7e9fa1d6f6071a42991e42.txt new file mode 100644 index 0000000..570ab79 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-88-_jpg.rf.a98bbc827c7e9fa1d6f6071a42991e42.txt @@ -0,0 +1 @@ +9 0.478125 0.259375 0.6921875 0.5 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-96-_jpg.rf.fb55c73f298da55ca3613c491dd2bf6e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-96-_jpg.rf.fb55c73f298da55ca3613c491dd2bf6e.txt new file mode 100644 index 0000000..25e4bad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-96-_jpg.rf.fb55c73f298da55ca3613c491dd2bf6e.txt @@ -0,0 +1 @@ +9 0.49375 0.49296875 0.959375 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-97-_jpg.rf.f6aee7d3203cc7b4964063ab6de450e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-97-_jpg.rf.f6aee7d3203cc7b4964063ab6de450e8.txt new file mode 100644 index 0000000..b2b8e92 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/BallCap-97-_jpg.rf.f6aee7d3203cc7b4964063ab6de450e8.txt @@ -0,0 +1 @@ +9 0.49375 0.4796875 0.93046875 0.6703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3105_jpg.rf.7049143c0a9ecef7a72a28efa0fc8f73.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3105_jpg.rf.7049143c0a9ecef7a72a28efa0fc8f73.txt new file mode 100644 index 0000000..c80aa65 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3105_jpg.rf.7049143c0a9ecef7a72a28efa0fc8f73.txt @@ -0,0 +1 @@ +1 0.46697777777777777 0.5072444444444444 0.6536888888888891 0.8697777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3109_jpg.rf.f280719661071545196566cabdc75b2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3109_jpg.rf.f280719661071545196566cabdc75b2e.txt new file mode 100644 index 0000000..4a35c9f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3109_jpg.rf.f280719661071545196566cabdc75b2e.txt @@ -0,0 +1,7 @@ +1 0.15231111111111112 0.2832888888888889 0.15560000000000002 0.3964 +1 0.47226666666666667 0.3112 0.2876 0.3845333333333334 +1 0.11760000000000001 0.7891555555555556 0.15391111111111117 0.3770666666666668 +1 0.3724 0.7815555555555556 0.15555555555555556 0.4024888888888889 +1 0.6176444444444444 0.7876888888888889 0.15933333333333338 0.35973333333333335 +1 0.8224888888888889 0.2764888888888889 0.16266666666666676 0.38284444444444443 +1 0.8656888888888888 0.7781777777777777 0.1474222222222223 0.3787555555555554 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3112_jpg.rf.6635f20f6048811aeb5ed5443e907905.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3112_jpg.rf.6635f20f6048811aeb5ed5443e907905.txt new file mode 100644 index 0000000..08c0ff1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3112_jpg.rf.6635f20f6048811aeb5ed5443e907905.txt @@ -0,0 +1 @@ +1 0.5006222222222222 0.5144444444444445 0.2527555555555555 0.6951555555555554 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3125_jpg.rf.bcf16f4997aae7666033485a0900c184.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3125_jpg.rf.bcf16f4997aae7666033485a0900c184.txt new file mode 100644 index 0000000..73b5a33 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3125_jpg.rf.bcf16f4997aae7666033485a0900c184.txt @@ -0,0 +1 @@ +1 0.49764444444444444 0.49293333333333333 0.8316444444444445 0.9780888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3159_jpg.rf.c939f5da8e0c5c19febbced7b53cfbda.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3159_jpg.rf.c939f5da8e0c5c19febbced7b53cfbda.txt new file mode 100644 index 0000000..ecb8f80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3159_jpg.rf.c939f5da8e0c5c19febbced7b53cfbda.txt @@ -0,0 +1 @@ +1 0.5251555555555555 0.4975111111111111 0.25288888888888883 0.5539555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3712_jpg.rf.3a5fd4f1f979c2be8319daf6bc24cf45.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3712_jpg.rf.3a5fd4f1f979c2be8319daf6bc24cf45.txt new file mode 100644 index 0000000..1b023fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3712_jpg.rf.3a5fd4f1f979c2be8319daf6bc24cf45.txt @@ -0,0 +1 @@ +1 0.5281333333333333 0.5235555555555556 0.514488888888889 0.8642666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3746_jpg.rf.a1248cb719c03b7f71e5e160e53da8d3.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3746_jpg.rf.a1248cb719c03b7f71e5e160e53da8d3.txt new file mode 100644 index 0000000..e009525 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3746_jpg.rf.a1248cb719c03b7f71e5e160e53da8d3.txt @@ -0,0 +1 @@ +1 0.4807111111111111 0.5085333333333334 0.42302222222222224 0.9315555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3785_jpg.rf.bbc03dcd3a846d07c016b74d9544ed16.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3785_jpg.rf.bbc03dcd3a846d07c016b74d9544ed16.txt new file mode 100644 index 0000000..faaa196 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3785_jpg.rf.bbc03dcd3a846d07c016b74d9544ed16.txt @@ -0,0 +1 @@ +1 0.4811111111111111 0.6975555555555555 0.33075555555555564 0.5772888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3818_jpg.rf.86b95abbf23915464fa8941134a33a2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3818_jpg.rf.86b95abbf23915464fa8941134a33a2e.txt new file mode 100644 index 0000000..397e0f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3818_jpg.rf.86b95abbf23915464fa8941134a33a2e.txt @@ -0,0 +1 @@ +1 0.5052888888888889 0.314 0.3434666666666666 0.5720888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3829_jpg.rf.4148855c2663764e275eb1e2f31cd0bf.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3829_jpg.rf.4148855c2663764e275eb1e2f31cd0bf.txt new file mode 100644 index 0000000..3e1246b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3829_jpg.rf.4148855c2663764e275eb1e2f31cd0bf.txt @@ -0,0 +1 @@ +1 0.4911111111111111 0.43537777777777775 0.3564444444444444 0.6217777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3833_jpg.rf.7f9b094fc2898a60814f5712804c2171.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3833_jpg.rf.7f9b094fc2898a60814f5712804c2171.txt new file mode 100644 index 0000000..c49c3a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3833_jpg.rf.7f9b094fc2898a60814f5712804c2171.txt @@ -0,0 +1 @@ +1 0.47733333333333333 0.5400888888888888 0.28084444444444445 0.8888444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage384_jpg.rf.eac633457c3f85d1f8ddc93365739646.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage384_jpg.rf.eac633457c3f85d1f8ddc93365739646.txt new file mode 100644 index 0000000..d119b11 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage384_jpg.rf.eac633457c3f85d1f8ddc93365739646.txt @@ -0,0 +1,2 @@ +1 0.24435555555555555 0.5097777777777779 0.3032888888888889 0.6885777777777778 +1 0.7156444444444445 0.5017333333333334 0.46111111111111114 0.6301333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3871_jpg.rf.291b68591294273d645cea6532c4054f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3871_jpg.rf.291b68591294273d645cea6532c4054f.txt new file mode 100644 index 0000000..5b8b685 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3871_jpg.rf.291b68591294273d645cea6532c4054f.txt @@ -0,0 +1 @@ +1 0.47555555555555556 0.5422222222222223 0.6133333333333333 0.9155555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3928_jpg.rf.8d19e7a59170ba237fc85fb4ac3547f1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3928_jpg.rf.8d19e7a59170ba237fc85fb4ac3547f1.txt new file mode 100644 index 0000000..82140be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3928_jpg.rf.8d19e7a59170ba237fc85fb4ac3547f1.txt @@ -0,0 +1 @@ +1 0.600488888888889 0.4475555555555555 0.41711111111111115 0.5895111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3933_jpg.rf.a686972fdd4fc5070b4ba41791fc7910.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3933_jpg.rf.a686972fdd4fc5070b4ba41791fc7910.txt new file mode 100644 index 0000000..bfdfac0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Dimage3933_jpg.rf.a686972fdd4fc5070b4ba41791fc7910.txt @@ -0,0 +1 @@ +1 0.5518222222222222 0.6367111111111111 0.48057777777777777 0.7265777777777779 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9127_jpg.rf.9cc1dddcef636a05f63de44023d66e7c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9127_jpg.rf.9cc1dddcef636a05f63de44023d66e7c.txt new file mode 100644 index 0000000..cbf25b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9127_jpg.rf.9cc1dddcef636a05f63de44023d66e7c.txt @@ -0,0 +1 @@ +7 0.49319999999999997 0.5019555555555556 0.723111111111111 0.7956888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9140_jpg.rf.9ea7828a286376bbee078176d60ddb88.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9140_jpg.rf.9ea7828a286376bbee078176d60ddb88.txt new file mode 100644 index 0000000..7d23359 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9140_jpg.rf.9ea7828a286376bbee078176d60ddb88.txt @@ -0,0 +1 @@ +7 0.5154222222222222 0.5716000000000001 0.6617333333333333 0.7106222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9145_jpg.rf.1315785e89c2845519209924fd7ef5be.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9145_jpg.rf.1315785e89c2845519209924fd7ef5be.txt new file mode 100644 index 0000000..19f2678 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9145_jpg.rf.1315785e89c2845519209924fd7ef5be.txt @@ -0,0 +1 @@ +7 0.4443111111111111 0.5007111111111111 0.7565777777777776 0.8016000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9164_jpg.rf.5e07103ed58acacffdcf605598fb184a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9164_jpg.rf.5e07103ed58acacffdcf605598fb184a.txt new file mode 100644 index 0000000..1a85fd3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9164_jpg.rf.5e07103ed58acacffdcf605598fb184a.txt @@ -0,0 +1 @@ +7 0.5088444444444444 0.46217777777777774 0.6782666666666667 0.8854222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9186_jpg.rf.25f546a8e3031f2c545b93a167c9685f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9186_jpg.rf.25f546a8e3031f2c545b93a167c9685f.txt new file mode 100644 index 0000000..e3b7b1b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9186_jpg.rf.25f546a8e3031f2c545b93a167c9685f.txt @@ -0,0 +1,4 @@ +7 0.3681333333333333 0.6120444444444445 0.5703555555555556 0.711022222222222 +7 0.8787999999999999 0.20346666666666668 0.18213333333333342 0.2579555555555555 +7 0.8758222222222223 0.5396 0.18466666666666673 0.25297777777777786 +7 0.8739111111111111 0.863688888888889 0.185111111111111 0.22808888888888887 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9204_jpg.rf.d028c458c14c6f6ac44b096eecdf6bd7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9204_jpg.rf.d028c458c14c6f6ac44b096eecdf6bd7.txt new file mode 100644 index 0000000..5ae8210 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9204_jpg.rf.d028c458c14c6f6ac44b096eecdf6bd7.txt @@ -0,0 +1 @@ +7 0.5693777777777779 0.5062222222222222 0.6384444444444444 0.9226666666666665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9295_jpg.rf.b12b0cbc96d158b91692727daa62fb2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9295_jpg.rf.b12b0cbc96d158b91692727daa62fb2a.txt new file mode 100644 index 0000000..fac2984 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9295_jpg.rf.b12b0cbc96d158b91692727daa62fb2a.txt @@ -0,0 +1,5 @@ +7 0.2536444444444444 0.34173333333333333 0.41333333333333333 0.6148444444444444 +7 0.6218666666666666 0.7172000000000001 0.23551111111111114 0.3076444444444445 +7 0.6229333333333333 0.1986222222222222 0.23337777777777774 0.3286222222222222 +7 0.8732888888888889 0.20622222222222225 0.23040000000000013 0.3438666666666667 +7 0.8694666666666666 0.7125333333333334 0.23124444444444434 0.3236888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9360_jpg.rf.c5b88ccf97f9ecbe4f59fbb8245921cc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9360_jpg.rf.c5b88ccf97f9ecbe4f59fbb8245921cc.txt new file mode 100644 index 0000000..dd2d073 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9360_jpg.rf.c5b88ccf97f9ecbe4f59fbb8245921cc.txt @@ -0,0 +1 @@ +7 0.5059111111111112 0.49711111111111106 0.6130666666666666 0.832488888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage939C_jpeg_jpg.rf.c6372a0b461c0ca86155c1c07cf17400.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage939C_jpeg_jpg.rf.c6372a0b461c0ca86155c1c07cf17400.txt new file mode 100644 index 0000000..1f06a1b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage939C_jpeg_jpg.rf.c6372a0b461c0ca86155c1c07cf17400.txt @@ -0,0 +1 @@ +7 0.4169 0.47759999999999997 0.5734 0.8351999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9560_jpg.rf.7fa65a8b67bea19c7840f16995733848.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9560_jpg.rf.7fa65a8b67bea19c7840f16995733848.txt new file mode 100644 index 0000000..9497a5f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9560_jpg.rf.7fa65a8b67bea19c7840f16995733848.txt @@ -0,0 +1 @@ +7 0.48213333333333336 0.4950222222222222 0.8062222222222223 0.8637777777777779 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9569_jpg.rf.d8c4ee2a52980e2f2da7496f313e2014.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9569_jpg.rf.d8c4ee2a52980e2f2da7496f313e2014.txt new file mode 100644 index 0000000..1d21a0f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9569_jpg.rf.d8c4ee2a52980e2f2da7496f313e2014.txt @@ -0,0 +1 @@ +7 0.49173333333333336 0.4981777777777778 0.5974222222222222 0.8981333333333332 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9577_jpg.rf.70a16e6b731d9229082529238697fb5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9577_jpg.rf.70a16e6b731d9229082529238697fb5d.txt new file mode 100644 index 0000000..5994b34 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9577_jpg.rf.70a16e6b731d9229082529238697fb5d.txt @@ -0,0 +1 @@ +7 0.5004017857142857 0.5071875 0.6145982142857144 0.9342857142857143 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9580_jpg.rf.628d690665b228e857b27fb13ae7142e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9580_jpg.rf.628d690665b228e857b27fb13ae7142e.txt new file mode 100644 index 0000000..9a6e4b1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9580_jpg.rf.628d690665b228e857b27fb13ae7142e.txt @@ -0,0 +1 @@ +7 0.4820000000000001 0.4613333333333333 0.6541333333333333 0.8668 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9592_jpg.rf.70537e65f65e08214976bba5665779e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9592_jpg.rf.70537e65f65e08214976bba5665779e6.txt new file mode 100644 index 0000000..b598c60 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9592_jpg.rf.70537e65f65e08214976bba5665779e6.txt @@ -0,0 +1,2 @@ +7 0.3190222222222222 0.4588000000000001 0.43831111111111115 0.7939555555555555 +7 0.7037777777777777 0.5534222222222223 0.3696888888888889 0.7842666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9608_jpg.rf.94e11cbf14ffdda333a82bdde2f5c8ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9608_jpg.rf.94e11cbf14ffdda333a82bdde2f5c8ce.txt new file mode 100644 index 0000000..a2112b3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9608_jpg.rf.94e11cbf14ffdda333a82bdde2f5c8ce.txt @@ -0,0 +1 @@ +7 0.4857777777777777 0.5044444444444445 0.5347555555555554 0.9191111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9615_jpg.rf.7acb247f44fb7eae20df3643abc27fa3.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9615_jpg.rf.7acb247f44fb7eae20df3643abc27fa3.txt new file mode 100644 index 0000000..703fca3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9615_jpg.rf.7acb247f44fb7eae20df3643abc27fa3.txt @@ -0,0 +1 @@ +7 0.5154222222222222 0.5885333333333332 0.5771111111111109 0.7444888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9678_jpg.rf.56727c07bb3f6d7e27aa1fb8115fa594.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9678_jpg.rf.56727c07bb3f6d7e27aa1fb8115fa594.txt new file mode 100644 index 0000000..d6000c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9678_jpg.rf.56727c07bb3f6d7e27aa1fb8115fa594.txt @@ -0,0 +1 @@ +7 0.48919999999999997 0.5125333333333333 0.6261777777777777 0.8422666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage96C_jpeg_jpg.rf.607b2bf08adc582f6d23bd569b049c5a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage96C_jpeg_jpg.rf.607b2bf08adc582f6d23bd569b049c5a.txt new file mode 100644 index 0000000..1b2eb8e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage96C_jpeg_jpg.rf.607b2bf08adc582f6d23bd569b049c5a.txt @@ -0,0 +1 @@ +7 0.49064171122994654 0.6080213903743316 0.5691978609625669 0.7354545454545455 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9746_jpg.rf.0faff69c5032fb5fb07e2f18c14629b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9746_jpg.rf.0faff69c5032fb5fb07e2f18c14629b4.txt new file mode 100644 index 0000000..78d049e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9746_jpg.rf.0faff69c5032fb5fb07e2f18c14629b4.txt @@ -0,0 +1 @@ +7 0.49693333333333334 0.5262666666666667 0.7681333333333336 0.9474222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9849_jpg.rf.92b52ea32b4d509bfc2182a5b37600fb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9849_jpg.rf.92b52ea32b4d509bfc2182a5b37600fb.txt new file mode 100644 index 0000000..818cf93 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9849_jpg.rf.92b52ea32b4d509bfc2182a5b37600fb.txt @@ -0,0 +1,2 @@ +7 0.34684444444444446 0.5357777777777778 0.6901333333333334 0.9262666666666667 +7 0.7955555555555556 0.27111111111111114 0.4088888888888889 0.48 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9892_jpg.rf.7a506960274a90b951c76525ad4b3947.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9892_jpg.rf.7a506960274a90b951c76525ad4b3947.txt new file mode 100644 index 0000000..d1ce133 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9892_jpg.rf.7a506960274a90b951c76525ad4b3947.txt @@ -0,0 +1 @@ +7 0.5150222222222222 0.3290222222222222 0.44928888888888896 0.454 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9894_jpg.rf.3594bfe6cb65981ee5f99abbfe48230e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9894_jpg.rf.3594bfe6cb65981ee5f99abbfe48230e.txt new file mode 100644 index 0000000..4ad35ce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9894_jpg.rf.3594bfe6cb65981ee5f99abbfe48230e.txt @@ -0,0 +1,2 @@ +7 0.4993333333333333 0.3806666666666667 0.4264 0.47262222222222217 +3 0.5365777777777778 0.726488888888889 0.33159999999999995 0.27546666666666675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9905_jpg.rf.408606dfb1f38a133143dbfc5b96a07c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9905_jpg.rf.408606dfb1f38a133143dbfc5b96a07c.txt new file mode 100644 index 0000000..6394c09 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9905_jpg.rf.408606dfb1f38a133143dbfc5b96a07c.txt @@ -0,0 +1,2 @@ +7 0.6312000000000001 0.5675555555555556 0.7375999999999999 0.8648888888888888 +7 0.2760888888888889 0.5105333333333334 0.5494222222222223 0.8186222222222223 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9950_jpg.rf.9b964122fd2da2a1d7718fd04be28d77.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9950_jpg.rf.9b964122fd2da2a1d7718fd04be28d77.txt new file mode 100644 index 0000000..4532516 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9950_jpg.rf.9b964122fd2da2a1d7718fd04be28d77.txt @@ -0,0 +1,6 @@ +7 0.2535111111111111 0.17644444444444446 0.28973333333333334 0.34933333333333333 +7 0.27399999999999997 0.5105333333333334 0.2968 0.3614222222222222 +7 0.25475555555555557 0.8276888888888888 0.32395555555555555 0.3396444444444445 +7 0.7475555555555555 0.1775111111111111 0.29795555555555564 0.33875555555555553 +7 0.7535555555555556 0.5062666666666666 0.3141777777777778 0.34448888888888884 +7 0.7461333333333333 0.8310222222222222 0.31204444444444435 0.3379111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9963_jpg.rf.ad42ec03d40a16958fe46ebdc4f489a3.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9963_jpg.rf.ad42ec03d40a16958fe46ebdc4f489a3.txt new file mode 100644 index 0000000..8437cf2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Himage9963_jpg.rf.ad42ec03d40a16958fe46ebdc4f489a3.txt @@ -0,0 +1 @@ +7 0.4525777777777777 0.5153333333333333 0.7772888888888888 0.9451111111111111 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3381_mp4-0004_jpg.rf.977e937ad3cf5f47bf20e0c06120ba99.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3381_mp4-0004_jpg.rf.977e937ad3cf5f47bf20e0c06120ba99.txt new file mode 100644 index 0000000..a9dfeac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3381_mp4-0004_jpg.rf.977e937ad3cf5f47bf20e0c06120ba99.txt @@ -0,0 +1 @@ +8 0.41171875 0.5765625 0.81953125 0.3234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3381_mp4-0007_jpg.rf.9b807f631d4ee87c25a546b87ee5b31c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3381_mp4-0007_jpg.rf.9b807f631d4ee87c25a546b87ee5b31c.txt new file mode 100644 index 0000000..aeede70 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3381_mp4-0007_jpg.rf.9b807f631d4ee87c25a546b87ee5b31c.txt @@ -0,0 +1 @@ +8 0.47421875 0.4578125 0.7453125 0.296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0000_jpg.rf.1c6360060bcf367b99a61b4baeb70b5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0000_jpg.rf.1c6360060bcf367b99a61b4baeb70b5e.txt new file mode 100644 index 0000000..852d747 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0000_jpg.rf.1c6360060bcf367b99a61b4baeb70b5e.txt @@ -0,0 +1 @@ +8 0.47109375 0.4625 0.47265625 0.2859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0004_jpg.rf.0a9822bd414cdd033f7a7e4e76c4e60c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0004_jpg.rf.0a9822bd414cdd033f7a7e4e76c4e60c.txt new file mode 100644 index 0000000..3aacf3a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0004_jpg.rf.0a9822bd414cdd033f7a7e4e76c4e60c.txt @@ -0,0 +1 @@ +8 0.590625 0.509375 0.453125 0.26875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0008_jpg.rf.a573e782af12093d00302a41d0e7e173.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0008_jpg.rf.a573e782af12093d00302a41d0e7e173.txt new file mode 100644 index 0000000..db3c6b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0008_jpg.rf.a573e782af12093d00302a41d0e7e173.txt @@ -0,0 +1 @@ +8 0.75234375 0.553125 0.44375 0.32421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0014_jpg.rf.1b60e3c4f3c08f3df87c0aa7a6dcbf70.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0014_jpg.rf.1b60e3c4f3c08f3df87c0aa7a6dcbf70.txt new file mode 100644 index 0000000..e403325 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0014_jpg.rf.1b60e3c4f3c08f3df87c0aa7a6dcbf70.txt @@ -0,0 +1 @@ +8 0.52890625 0.65390625 0.48984375 0.4703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0022_jpg.rf.80d1504186157761da50614d997f1371.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0022_jpg.rf.80d1504186157761da50614d997f1371.txt new file mode 100644 index 0000000..a38fe91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0022_jpg.rf.80d1504186157761da50614d997f1371.txt @@ -0,0 +1 @@ +8 0.4203125 0.39765625 0.428125 0.2421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0025_jpg.rf.59c34e18df6ca2bc0f75b54b020237b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0025_jpg.rf.59c34e18df6ca2bc0f75b54b020237b6.txt new file mode 100644 index 0000000..6dff98f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3382_mp4-0025_jpg.rf.59c34e18df6ca2bc0f75b54b020237b6.txt @@ -0,0 +1 @@ +8 0.46796875 0.43203125 0.415625 0.265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3383_mp4-0000_jpg.rf.ee9e9acdc7b16655da79e7d70d02f8b4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3383_mp4-0000_jpg.rf.ee9e9acdc7b16655da79e7d70d02f8b4.txt new file mode 100644 index 0000000..f5abfb4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3383_mp4-0000_jpg.rf.ee9e9acdc7b16655da79e7d70d02f8b4.txt @@ -0,0 +1 @@ +8 0.55859375 0.36171875 0.19921875 0.11796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3383_mp4-0010_jpg.rf.74893d2a3e12184a2fe3c8a20d4fba90.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3383_mp4-0010_jpg.rf.74893d2a3e12184a2fe3c8a20d4fba90.txt new file mode 100644 index 0000000..02875f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/IMG_3383_mp4-0010_jpg.rf.74893d2a3e12184a2fe3c8a20d4fba90.txt @@ -0,0 +1 @@ +8 0.62265625 0.34375 0.1921875 0.1109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage1811C_jpeg_jpg.rf.9ff5ee394548f27e077fc61c5dbd382a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage1811C_jpeg_jpg.rf.9ff5ee394548f27e077fc61c5dbd382a.txt new file mode 100644 index 0000000..67df90e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage1811C_jpeg_jpg.rf.9ff5ee394548f27e077fc61c5dbd382a.txt @@ -0,0 +1 @@ +2 0.4988888888888889 0.4984 0.7556888888888887 0.9789777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18227_jpg.rf.12ce2f8b0e021bdf92df756819d43236.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18227_jpg.rf.12ce2f8b0e021bdf92df756819d43236.txt new file mode 100644 index 0000000..3390ec3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18227_jpg.rf.12ce2f8b0e021bdf92df756819d43236.txt @@ -0,0 +1,2 @@ +2 0.5567111111111112 0.49666666666666665 0.3421777777777777 0.4506666666666666 +3 0.4485777777777778 0.7978666666666667 0.27404444444444437 0.3800444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18236_jpg.rf.cdb8561c921ce8b38dde520850309ac3.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18236_jpg.rf.cdb8561c921ce8b38dde520850309ac3.txt new file mode 100644 index 0000000..a97a4f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18236_jpg.rf.cdb8561c921ce8b38dde520850309ac3.txt @@ -0,0 +1 @@ +2 0.4246222222222222 0.44226666666666664 0.8230222222222222 0.8032888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18278_jpg.rf.9f042c67593273110b48e180848b468e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18278_jpg.rf.9f042c67593273110b48e180848b468e.txt new file mode 100644 index 0000000..fda80d0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18278_jpg.rf.9f042c67593273110b48e180848b468e.txt @@ -0,0 +1 @@ +2 0.49364444444444444 0.48484444444444447 0.6816444444444445 0.8333333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18282_jpg.rf.05e621bb07081e262c7af0d49578b3fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18282_jpg.rf.05e621bb07081e262c7af0d49578b3fc.txt new file mode 100644 index 0000000..771f242 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18282_jpg.rf.05e621bb07081e262c7af0d49578b3fc.txt @@ -0,0 +1 @@ +2 0.5475999999999999 0.4818666666666666 0.6922222222222222 0.9036444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18303_jpg.rf.5824b87192f90859d860a0f46b337567.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18303_jpg.rf.5824b87192f90859d860a0f46b337567.txt new file mode 100644 index 0000000..08189f4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18303_jpg.rf.5824b87192f90859d860a0f46b337567.txt @@ -0,0 +1 @@ +2 0.4840888888888889 0.5005333333333334 0.8588 0.9911555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18372_jpg.rf.e8795b0932062b368ae28ea7d5fcd463.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18372_jpg.rf.e8795b0932062b368ae28ea7d5fcd463.txt new file mode 100644 index 0000000..e8a62c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18372_jpg.rf.e8795b0932062b368ae28ea7d5fcd463.txt @@ -0,0 +1 @@ +2 0.4836888888888889 0.4149333333333333 0.28506666666666675 0.36342222222222226 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18390_jpg.rf.f1eac51136bc27d936076f0fc5b82a21.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18390_jpg.rf.f1eac51136bc27d936076f0fc5b82a21.txt new file mode 100644 index 0000000..ba60cb9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18390_jpg.rf.f1eac51136bc27d936076f0fc5b82a21.txt @@ -0,0 +1 @@ +2 0.5069777777777777 0.6406222222222222 0.5771111111111112 0.6708444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18401_jpg.rf.a452086c51dec4920dc6edc9d20dce2f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18401_jpg.rf.a452086c51dec4920dc6edc9d20dce2f.txt new file mode 100644 index 0000000..695e958 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18401_jpg.rf.a452086c51dec4920dc6edc9d20dce2f.txt @@ -0,0 +1 @@ +2 0.49271111111111104 0.5045777777777778 0.9036 0.9908444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18407_jpg.rf.840578910446326e7be70b40f3966be8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18407_jpg.rf.840578910446326e7be70b40f3966be8.txt new file mode 100644 index 0000000..fab345f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18407_jpg.rf.840578910446326e7be70b40f3966be8.txt @@ -0,0 +1 @@ +2 0.5006222222222222 0.4814222222222222 0.776 0.9281777777777779 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18441_jpg.rf.771d1e4752d9fa6dfdd4578aabf61690.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18441_jpg.rf.771d1e4752d9fa6dfdd4578aabf61690.txt new file mode 100644 index 0000000..34aa00f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18441_jpg.rf.771d1e4752d9fa6dfdd4578aabf61690.txt @@ -0,0 +1,2 @@ +2 0.6385777777777778 0.5179555555555556 0.6287111111111112 0.8446222222222222 +2 0.28097777777777777 0.46151111111111115 0.5283111111111112 0.8724000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18474_jpg.rf.2c045e83f67ea3850c46172830b7b2d1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18474_jpg.rf.2c045e83f67ea3850c46172830b7b2d1.txt new file mode 100644 index 0000000..406d0aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18474_jpg.rf.2c045e83f67ea3850c46172830b7b2d1.txt @@ -0,0 +1 @@ +2 0.5244444444444445 0.6711111111111111 0.7555555555555555 0.6577777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18508_jpg.rf.c86a8a16eb3d7a19767c42ae9526fb82.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18508_jpg.rf.c86a8a16eb3d7a19767c42ae9526fb82.txt new file mode 100644 index 0000000..69d6194 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18508_jpg.rf.c86a8a16eb3d7a19767c42ae9526fb82.txt @@ -0,0 +1 @@ +2 0.5313333333333334 0.6248444444444444 0.5977777777777777 0.6747555555555556 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18519_jpg.rf.2f548423b0b5945a7f34c485427c6ade.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18519_jpg.rf.2f548423b0b5945a7f34c485427c6ade.txt new file mode 100644 index 0000000..e97cecb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18519_jpg.rf.2f548423b0b5945a7f34c485427c6ade.txt @@ -0,0 +1 @@ +2 0.4843111111111111 0.5650666666666667 0.5783555555555555 0.8287111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18591_jpg.rf.59dd30c058f7811e1cf588dd7a1427fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18591_jpg.rf.59dd30c058f7811e1cf588dd7a1427fc.txt new file mode 100644 index 0000000..34de86b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18591_jpg.rf.59dd30c058f7811e1cf588dd7a1427fc.txt @@ -0,0 +1,3 @@ +2 0.2826666666666667 0.3552444444444445 0.41631111111111113 0.5572888888888888 +2 0.7776444444444445 0.26866666666666666 0.3438222222222223 0.4391555555555556 +2 0.7804 0.7074666666666667 0.3789777777777777 0.38128888888888895 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18606_jpg.rf.dadcdc2dd7ca48f6a68b45aa58f1aedd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18606_jpg.rf.dadcdc2dd7ca48f6a68b45aa58f1aedd.txt new file mode 100644 index 0000000..52a89ec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage18606_jpg.rf.dadcdc2dd7ca48f6a68b45aa58f1aedd.txt @@ -0,0 +1 @@ +2 0.4417333333333334 0.4906222222222223 0.7769333333333334 0.9036444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage188_jpg.rf.4469efe4531c80eedc34bfe547cc6af2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage188_jpg.rf.4469efe4531c80eedc34bfe547cc6af2.txt new file mode 100644 index 0000000..e01d945 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimage188_jpg.rf.4469efe4531c80eedc34bfe547cc6af2.txt @@ -0,0 +1 @@ +3 0.5115999999999999 0.5708 0.3328999999999999 0.6557 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14154_jpg.rf.06f4ebb5cbcd84d24cfe87a25c751d40.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14154_jpg.rf.06f4ebb5cbcd84d24cfe87a25c751d40.txt new file mode 100644 index 0000000..99fe77c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14154_jpg.rf.06f4ebb5cbcd84d24cfe87a25c751d40.txt @@ -0,0 +1 @@ +3 0.514875 0.5068125 0.24559375000000006 0.6003125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14176_jpg.rf.e04709b804a003dcf7d48ae7b3e9df8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14176_jpg.rf.e04709b804a003dcf7d48ae7b3e9df8b.txt new file mode 100644 index 0000000..99ea7bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14176_jpg.rf.e04709b804a003dcf7d48ae7b3e9df8b.txt @@ -0,0 +1 @@ +3 0.46799999999999997 0.4499375 0.32268749999999996 0.7240624999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14177_jpg.rf.45597593ff8ce4083d9c7b4ee3fd703d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14177_jpg.rf.45597593ff8ce4083d9c7b4ee3fd703d.txt new file mode 100644 index 0000000..84f9096 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14177_jpg.rf.45597593ff8ce4083d9c7b4ee3fd703d.txt @@ -0,0 +1 @@ +3 0.481125 0.62765625 0.23643750000000002 0.5253124999999998 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14227_jpg.rf.85101a4b0e7f5805d8c6647da7913017.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14227_jpg.rf.85101a4b0e7f5805d8c6647da7913017.txt new file mode 100644 index 0000000..3a5997b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14227_jpg.rf.85101a4b0e7f5805d8c6647da7913017.txt @@ -0,0 +1,2 @@ +3 0.39915625 0.5727187499999999 0.39028125 0.7452812499999999 +3 0.59996875 0.57665625 0.3967812500000001 0.7575000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14248_jpg.rf.9f91bbda6f20277da7190bb0db2d5b2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14248_jpg.rf.9f91bbda6f20277da7190bb0db2d5b2a.txt new file mode 100644 index 0000000..157d96e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg14248_jpg.rf.9f91bbda6f20277da7190bb0db2d5b2a.txt @@ -0,0 +1,2 @@ +3 0.34446875 0.67765625 0.22981249999999998 0.4086562500000001 +0 0.4178125 0.38821875 0.15978124999999999 0.18393749999999995 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1455_jpg.rf.8f8ba9119a80f7198b5ed2708b3abe35.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1455_jpg.rf.8f8ba9119a80f7198b5ed2708b3abe35.txt new file mode 100644 index 0000000..775b5f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1455_jpg.rf.8f8ba9119a80f7198b5ed2708b3abe35.txt @@ -0,0 +1 @@ +3 0.5155624999999999 0.4987187500000001 0.62596875 0.9421250000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1465_jpg.rf.ab24008119a441c3aaaf3af3c81ebc51.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1465_jpg.rf.ab24008119a441c3aaaf3af3c81ebc51.txt new file mode 100644 index 0000000..71fc8af --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1465_jpg.rf.ab24008119a441c3aaaf3af3c81ebc51.txt @@ -0,0 +1,3 @@ +3 0.20659375 0.52784375 0.14565625 0.42153124999999997 +3 0.47406249999999994 0.5224375 0.14728124999999997 0.4356874999999999 +3 0.748625 0.5293125 0.15474999999999994 0.44528125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1475_jpg.rf.51f20f4c69761bb08e9a27c198e8162b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1475_jpg.rf.51f20f4c69761bb08e9a27c198e8162b.txt new file mode 100644 index 0000000..13a4977 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Jimg1475_jpg.rf.51f20f4c69761bb08e9a27c198e8162b.txt @@ -0,0 +1,2 @@ +3 0.513375 0.4645625 0.37737499999999996 0.6540000000000001 +7 0.53134375 0.14878125 0.48515625 0.2939375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-16_jpg.rf.b123203d307d78db8e9e55640498c825.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-16_jpg.rf.b123203d307d78db8e9e55640498c825.txt new file mode 100644 index 0000000..641ca1d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-16_jpg.rf.b123203d307d78db8e9e55640498c825.txt @@ -0,0 +1 @@ +8 0.14296875 0.57109375 0.1328125 0.2421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-1_jpg.rf.1784d18c3f53413ea22c6c62051583bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-1_jpg.rf.1784d18c3f53413ea22c6c62051583bb.txt new file mode 100644 index 0000000..9ace381 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-1_jpg.rf.1784d18c3f53413ea22c6c62051583bb.txt @@ -0,0 +1 @@ +8 0.5953125 0.5046875 0.12734375 0.19140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-20_jpg.rf.8658d948fc2c7d0a6c3c1683fdfbde5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-20_jpg.rf.8658d948fc2c7d0a6c3c1683fdfbde5e.txt new file mode 100644 index 0000000..abb8b39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-20_jpg.rf.8658d948fc2c7d0a6c3c1683fdfbde5e.txt @@ -0,0 +1 @@ +8 0.1453125 0.57890625 0.12265625 0.2515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-22_jpg.rf.16de90625c6c5b9c887247b21503b32a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-22_jpg.rf.16de90625c6c5b9c887247b21503b32a.txt new file mode 100644 index 0000000..310a460 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-22_jpg.rf.16de90625c6c5b9c887247b21503b32a.txt @@ -0,0 +1 @@ +8 0.14375 0.57890625 0.12734375 0.240625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-23_jpg.rf.c267b053a7f66ef86fde86402b62fa74.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-23_jpg.rf.c267b053a7f66ef86fde86402b62fa74.txt new file mode 100644 index 0000000..70ae0ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-23_jpg.rf.c267b053a7f66ef86fde86402b62fa74.txt @@ -0,0 +1 @@ +8 0.15234375 0.5796875 0.13046875 0.25234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-33_jpg.rf.9c67ba210b1bb003a4147d65bcac8a4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-33_jpg.rf.9c67ba210b1bb003a4147d65bcac8a4b.txt new file mode 100644 index 0000000..951fa62 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-33_jpg.rf.9c67ba210b1bb003a4147d65bcac8a4b.txt @@ -0,0 +1 @@ +8 0.14765625 0.56484375 0.134375 0.296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-38_jpg.rf.168c105f730e993d956e049aadaced54.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-38_jpg.rf.168c105f730e993d956e049aadaced54.txt new file mode 100644 index 0000000..29389ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-38_jpg.rf.168c105f730e993d956e049aadaced54.txt @@ -0,0 +1 @@ +8 0.1453125 0.55703125 0.14140625 0.284375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-8_jpg.rf.20e935032bd92c1caa3acc1b88ac3ad7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-8_jpg.rf.20e935032bd92c1caa3acc1b88ac3ad7.txt new file mode 100644 index 0000000..ca1f447 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-8_jpg.rf.20e935032bd92c1caa3acc1b88ac3ad7.txt @@ -0,0 +1 @@ +8 0.14921875 0.5734375 0.134375 0.24765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-9_jpg.rf.0abfaeee01c84735ede6fccb0f82e5f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-9_jpg.rf.0abfaeee01c84735ede6fccb0f82e5f9.txt new file mode 100644 index 0000000..50c9b92 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Metro_Bag_Abandoned_mp4-9_jpg.rf.0abfaeee01c84735ede6fccb0f82e5f9.txt @@ -0,0 +1 @@ +8 0.153125 0.575 0.14296875 0.23359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6138_jpg.rf.8f6841be09e2e147bcc13ddbca905511.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6138_jpg.rf.8f6841be09e2e147bcc13ddbca905511.txt new file mode 100644 index 0000000..f534782 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6138_jpg.rf.8f6841be09e2e147bcc13ddbca905511.txt @@ -0,0 +1 @@ +3 0.5120095693779905 0.5317703349282297 0.7369856459330144 0.9364593301435407 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6311_jpg.rf.19469f2887acc4aa6876ca8d65d71b3a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6311_jpg.rf.19469f2887acc4aa6876ca8d65d71b3a.txt new file mode 100644 index 0000000..f4a7e5d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6311_jpg.rf.19469f2887acc4aa6876ca8d65d71b3a.txt @@ -0,0 +1 @@ +3 0.5033689839572192 0.4942245989304813 0.5747058823529413 0.9704812834224599 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6330_jpg.rf.53c0a25b01dd5144c176967fe08cbdfd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6330_jpg.rf.53c0a25b01dd5144c176967fe08cbdfd.txt new file mode 100644 index 0000000..98b1313 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6330_jpg.rf.53c0a25b01dd5144c176967fe08cbdfd.txt @@ -0,0 +1 @@ +3 0.5302222222222222 0.49191111111111113 0.2808444444444444 0.7671111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6350_jpg.rf.438a0d862ee810061de3f033a08f86ba.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6350_jpg.rf.438a0d862ee810061de3f033a08f86ba.txt new file mode 100644 index 0000000..dfccf92 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6350_jpg.rf.438a0d862ee810061de3f033a08f86ba.txt @@ -0,0 +1 @@ +3 0.4517333333333333 0.44164444444444445 0.42008888888888896 0.6792444444444447 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6389_jpg.rf.a4d609ed5b3ccf9f2b6645c60bd52bdb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6389_jpg.rf.a4d609ed5b3ccf9f2b6645c60bd52bdb.txt new file mode 100644 index 0000000..906f9cb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/Pimage6389_jpg.rf.a4d609ed5b3ccf9f2b6645c60bd52bdb.txt @@ -0,0 +1 @@ +3 0.5272444444444444 0.5708888888888889 0.36315555555555545 0.6641333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/a32699bfb5c8f5551e3114fa133c0f97_jpg.rf.b4ccbdd309093cd5732a8055d029e9ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/a32699bfb5c8f5551e3114fa133c0f97_jpg.rf.b4ccbdd309093cd5732a8055d029e9ff.txt new file mode 100644 index 0000000..5944df8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/a32699bfb5c8f5551e3114fa133c0f97_jpg.rf.b4ccbdd309093cd5732a8055d029e9ff.txt @@ -0,0 +1 @@ +0 0.4845539906103286 0.4826291079812206 0.6105007824726135 0.9062284820031301 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_2_mp4-0_jpg.rf.982c2d50f49b77b7b030b3bcb8a68f47.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_2_mp4-0_jpg.rf.982c2d50f49b77b7b030b3bcb8a68f47.txt new file mode 100644 index 0000000..18eb7c8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_2_mp4-0_jpg.rf.982c2d50f49b77b7b030b3bcb8a68f47.txt @@ -0,0 +1 @@ +8 0.37890625 0.8140625 0.215625 0.371875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_2_mp4-7_jpg.rf.a121030162e7878ad5f2647e44634ce8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_2_mp4-7_jpg.rf.a121030162e7878ad5f2647e44634ce8.txt new file mode 100644 index 0000000..04eeb33 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_2_mp4-7_jpg.rf.a121030162e7878ad5f2647e44634ce8.txt @@ -0,0 +1 @@ +8 0.44140625 0.7640625 0.20234375 0.47109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-0_jpg.rf.1a1f8616d88614c009e630be45d90809.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-0_jpg.rf.1a1f8616d88614c009e630be45d90809.txt new file mode 100644 index 0000000..0fc98fb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-0_jpg.rf.1a1f8616d88614c009e630be45d90809.txt @@ -0,0 +1 @@ +8 0.3828125 0.746875 0.1875 0.50625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-16_jpg.rf.adfe1a295ea9bdd65c613ffb80c7b712.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-16_jpg.rf.adfe1a295ea9bdd65c613ffb80c7b712.txt new file mode 100644 index 0000000..f0f7aff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-16_jpg.rf.adfe1a295ea9bdd65c613ffb80c7b712.txt @@ -0,0 +1 @@ +8 0.46875 0.85859375 0.171875 0.2828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-18_jpg.rf.995980c450fafd39714626a9f5acc6e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-18_jpg.rf.995980c450fafd39714626a9f5acc6e6.txt new file mode 100644 index 0000000..cdb76fd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/abandonedbag_3_mp4-18_jpg.rf.995980c450fafd39714626a9f5acc6e6.txt @@ -0,0 +1 @@ +8 0.28359375 0.85546875 0.36796875 0.2890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/b9586185a8a8c96e31e05403aa3e1469_jpg.rf.05d28b53df975d03ad9d8461bde1e3c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/b9586185a8a8c96e31e05403aa3e1469_jpg.rf.05d28b53df975d03ad9d8461bde1e3c7.txt new file mode 100644 index 0000000..b82fea9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/b9586185a8a8c96e31e05403aa3e1469_jpg.rf.05d28b53df975d03ad9d8461bde1e3c7.txt @@ -0,0 +1 @@ +1 0.49139860139860136 0.4371128871128871 0.2906893106893107 0.7495404595404596 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-11-_jpg.rf.9d9594f4ba823970871899686ea6be99.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-11-_jpg.rf.9d9594f4ba823970871899686ea6be99.txt new file mode 100644 index 0000000..7f04ad7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-11-_jpg.rf.9d9594f4ba823970871899686ea6be99.txt @@ -0,0 +1 @@ +9 0.4484375 0.66328125 0.396875 0.52421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-14-_jpg.rf.93919428df615449f088c0aca7618f6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-14-_jpg.rf.93919428df615449f088c0aca7618f6b.txt new file mode 100644 index 0000000..eecda2b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-14-_jpg.rf.93919428df615449f088c0aca7618f6b.txt @@ -0,0 +1 @@ +9 0.5 0.196875 0.3125 0.2453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-17-_jpg.rf.36c9235daefa9f812e1f58c10ad055f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-17-_jpg.rf.36c9235daefa9f812e1f58c10ad055f9.txt new file mode 100644 index 0000000..cd81878 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-17-_jpg.rf.36c9235daefa9f812e1f58c10ad055f9.txt @@ -0,0 +1 @@ +9 0.86328125 0.290625 0.26953125 0.46171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-18-_jpg.rf.979e208d02189ca92aadc262b2fefcf6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-18-_jpg.rf.979e208d02189ca92aadc262b2fefcf6.txt new file mode 100644 index 0000000..5e195a1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-18-_jpg.rf.979e208d02189ca92aadc262b2fefcf6.txt @@ -0,0 +1 @@ +9 0.88828125 0.5171875 0.209375 0.27421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-20-_jpg.rf.d8dc1d70a5fe75cb2ca9f412e6634c2c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-20-_jpg.rf.d8dc1d70a5fe75cb2ca9f412e6634c2c.txt new file mode 100644 index 0000000..9913d3f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-20-_jpg.rf.d8dc1d70a5fe75cb2ca9f412e6634c2c.txt @@ -0,0 +1 @@ +9 0.71875 0.1203125 0.47578125 0.22578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-23-_jpg.rf.6b00074606736695bb0d16252cc01d12.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-23-_jpg.rf.6b00074606736695bb0d16252cc01d12.txt new file mode 100644 index 0000000..6f49b75 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-23-_jpg.rf.6b00074606736695bb0d16252cc01d12.txt @@ -0,0 +1 @@ +9 0.86796875 0.5046875 0.21640625 0.5046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-24-_jpg.rf.24ef78180bfe84e5a0072e283b056e5b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-24-_jpg.rf.24ef78180bfe84e5a0072e283b056e5b.txt new file mode 100644 index 0000000..40d0b38 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-24-_jpg.rf.24ef78180bfe84e5a0072e283b056e5b.txt @@ -0,0 +1 @@ +9 0.446875 0.80078125 0.6296875 0.365625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-28-_jpg.rf.e9d86cf390b255e40b9ed403fe75c473.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-28-_jpg.rf.e9d86cf390b255e40b9ed403fe75c473.txt new file mode 100644 index 0000000..6cbdc1e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-28-_jpg.rf.e9d86cf390b255e40b9ed403fe75c473.txt @@ -0,0 +1 @@ +9 0.36875 0.234375 0.646875 0.36796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-29-_jpg.rf.3af07cba355b946acb3fc81b745e1714.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-29-_jpg.rf.3af07cba355b946acb3fc81b745e1714.txt new file mode 100644 index 0000000..4349271 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-29-_jpg.rf.3af07cba355b946acb3fc81b745e1714.txt @@ -0,0 +1 @@ +9 0.165625 0.38828125 0.33125 0.6015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-29-_jpg.rf.45fbadd6f5f526d48a506c95a1ec3fb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-29-_jpg.rf.45fbadd6f5f526d48a506c95a1ec3fb5.txt new file mode 100644 index 0000000..e4c7b40 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-29-_jpg.rf.45fbadd6f5f526d48a506c95a1ec3fb5.txt @@ -0,0 +1 @@ +9 0.38828125 0.8328125 0.603125 0.3296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-33-_jpg.rf.088c298302a7b32bd962c0ab3fd8f8a7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-33-_jpg.rf.088c298302a7b32bd962c0ab3fd8f8a7.txt new file mode 100644 index 0000000..9dfc38f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-33-_jpg.rf.088c298302a7b32bd962c0ab3fd8f8a7.txt @@ -0,0 +1 @@ +9 0.18984375 0.65 0.35546875 0.68046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-33-_jpg.rf.11288bcf19b06457366d6b807ec8d63e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-33-_jpg.rf.11288bcf19b06457366d6b807ec8d63e.txt new file mode 100644 index 0000000..e9de54b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-33-_jpg.rf.11288bcf19b06457366d6b807ec8d63e.txt @@ -0,0 +1 @@ +9 0.65 0.8125 0.68046875 0.35546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-34-_jpg.rf.10fefc56c3bda209874d532e19b889b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-34-_jpg.rf.10fefc56c3bda209874d532e19b889b0.txt new file mode 100644 index 0000000..917fe33 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-34-_jpg.rf.10fefc56c3bda209874d532e19b889b0.txt @@ -0,0 +1 @@ +9 0.2078125 0.43359375 0.4109375 0.34375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-38-_jpg.rf.15ff2af4b16d47848f56423253646ad4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-38-_jpg.rf.15ff2af4b16d47848f56423253646ad4.txt new file mode 100644 index 0000000..ad08c16 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-38-_jpg.rf.15ff2af4b16d47848f56423253646ad4.txt @@ -0,0 +1 @@ +9 0.14921875 0.30078125 0.25 0.41796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-4-_jpg.rf.aebcfaf4d6c3242c36caf09912224e2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-4-_jpg.rf.aebcfaf4d6c3242c36caf09912224e2e.txt new file mode 100644 index 0000000..dc07f86 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-4-_jpg.rf.aebcfaf4d6c3242c36caf09912224e2e.txt @@ -0,0 +1 @@ +9 0.5140625 0.7984375 0.2984375 0.3078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-44-_jpg.rf.4c0924810c8ffba5f4c34b60f344948e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-44-_jpg.rf.4c0924810c8ffba5f4c34b60f344948e.txt new file mode 100644 index 0000000..119ca91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-44-_jpg.rf.4c0924810c8ffba5f4c34b60f344948e.txt @@ -0,0 +1 @@ +9 0.7828125 0.4796875 0.4109375 0.56953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-45-_jpg.rf.af30e60e061973081a20263abc582249.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-45-_jpg.rf.af30e60e061973081a20263abc582249.txt new file mode 100644 index 0000000..d323622 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-45-_jpg.rf.af30e60e061973081a20263abc582249.txt @@ -0,0 +1 @@ +9 0.90625 0.4546875 0.1109375 0.28359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-49-_jpg.rf.e6166850953edc65a8b697f109eca36a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-49-_jpg.rf.e6166850953edc65a8b697f109eca36a.txt new file mode 100644 index 0000000..7782485 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-49-_jpg.rf.e6166850953edc65a8b697f109eca36a.txt @@ -0,0 +1 @@ +9 0.87265625 0.459375 0.21171875 0.35546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-5-_jpg.rf.496d6327afab53bf28aaf72397e82a05.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-5-_jpg.rf.496d6327afab53bf28aaf72397e82a05.txt new file mode 100644 index 0000000..a7c2634 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-5-_jpg.rf.496d6327afab53bf28aaf72397e82a05.txt @@ -0,0 +1 @@ +9 0.4984375 0.803125 0.165625 0.0625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-50-_jpg.rf.4df4dbeee91defa1a4fd7882a2104549.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-50-_jpg.rf.4df4dbeee91defa1a4fd7882a2104549.txt new file mode 100644 index 0000000..930fd13 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-50-_jpg.rf.4df4dbeee91defa1a4fd7882a2104549.txt @@ -0,0 +1 @@ +9 0.3078125 0.4828125 0.2453125 0.41328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-50-_jpg.rf.b263de904511cb926348247113fe18ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-50-_jpg.rf.b263de904511cb926348247113fe18ca.txt new file mode 100644 index 0000000..774f28c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-50-_jpg.rf.b263de904511cb926348247113fe18ca.txt @@ -0,0 +1 @@ +9 0.6921875 0.51953125 0.2453125 0.41328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-51-_jpg.rf.eb89d209502f7e096e9c5d48139ca8fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-51-_jpg.rf.eb89d209502f7e096e9c5d48139ca8fe.txt new file mode 100644 index 0000000..298e83d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-51-_jpg.rf.eb89d209502f7e096e9c5d48139ca8fe.txt @@ -0,0 +1 @@ +9 0.80078125 0.52890625 0.365625 0.5484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-52-_jpg.rf.4f2309c99e494a010343ca6b95392266.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-52-_jpg.rf.4f2309c99e494a010343ca6b95392266.txt new file mode 100644 index 0000000..ec681e1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-52-_jpg.rf.4f2309c99e494a010343ca6b95392266.txt @@ -0,0 +1 @@ +9 0.71171875 0.5625 0.115625 0.33203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-52-_jpg.rf.8ed2dabf0b414c7c2f3522e5204ecc94.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-52-_jpg.rf.8ed2dabf0b414c7c2f3522e5204ecc94.txt new file mode 100644 index 0000000..97e82ce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-52-_jpg.rf.8ed2dabf0b414c7c2f3522e5204ecc94.txt @@ -0,0 +1 @@ +9 0.43984375 0.71171875 0.33203125 0.115625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-53-_jpg.rf.3017f91907d344609a993d9033117bac.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-53-_jpg.rf.3017f91907d344609a993d9033117bac.txt new file mode 100644 index 0000000..ba0a7ff --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-53-_jpg.rf.3017f91907d344609a993d9033117bac.txt @@ -0,0 +1 @@ +9 0.2515625 0.49296875 0.24765625 0.47109375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-53-_jpg.rf.de2ed98e4589f1fa35424684682c1de9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-53-_jpg.rf.de2ed98e4589f1fa35424684682c1de9.txt new file mode 100644 index 0000000..d93302f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-53-_jpg.rf.de2ed98e4589f1fa35424684682c1de9.txt @@ -0,0 +1 @@ +9 0.50703125 0.2515625 0.47109375 0.24765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-57-_jpg.rf.17f640fb5a6b6f5a482b85055b871dfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-57-_jpg.rf.17f640fb5a6b6f5a482b85055b871dfc.txt new file mode 100644 index 0000000..f92772e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-57-_jpg.rf.17f640fb5a6b6f5a482b85055b871dfc.txt @@ -0,0 +1 @@ +9 0.8390625 0.49765625 0.27421875 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-57-_jpg.rf.4228302b1b0223608a1f282d2ef952ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-57-_jpg.rf.4228302b1b0223608a1f282d2ef952ca.txt new file mode 100644 index 0000000..21b8836 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-57-_jpg.rf.4228302b1b0223608a1f282d2ef952ca.txt @@ -0,0 +1 @@ +9 0.16328125 0.50234375 0.27421875 0.64453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-58-_jpg.rf.b861b16cb6fdbaf764de85d5070c6f6a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-58-_jpg.rf.b861b16cb6fdbaf764de85d5070c6f6a.txt new file mode 100644 index 0000000..f162e44 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-58-_jpg.rf.b861b16cb6fdbaf764de85d5070c6f6a.txt @@ -0,0 +1 @@ +9 0.1875 0.65859375 0.2984375 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-59-_jpg.rf.d88187e8c1dd02f5dab3fae04727c486.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-59-_jpg.rf.d88187e8c1dd02f5dab3fae04727c486.txt new file mode 100644 index 0000000..f2d7146 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-59-_jpg.rf.d88187e8c1dd02f5dab3fae04727c486.txt @@ -0,0 +1 @@ +9 0.4078125 0.8609375 0.32421875 0.2546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-60-_jpg.rf.5ea86860a9b0cef7d65ac35ecd33c214.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-60-_jpg.rf.5ea86860a9b0cef7d65ac35ecd33c214.txt new file mode 100644 index 0000000..c6a5384 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-60-_jpg.rf.5ea86860a9b0cef7d65ac35ecd33c214.txt @@ -0,0 +1 @@ +9 0.890625 0.54296875 0.12265625 0.2640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-64-_jpg.rf.2fd0f622076df925e6cb9cdc609f2153.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-64-_jpg.rf.2fd0f622076df925e6cb9cdc609f2153.txt new file mode 100644 index 0000000..2213425 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-64-_jpg.rf.2fd0f622076df925e6cb9cdc609f2153.txt @@ -0,0 +1 @@ +9 0.8484375 0.67578125 0.29296875 0.5625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-64-_jpg.rf.e4063c576dc991ed4a9046c2d7f5e5c8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-64-_jpg.rf.e4063c576dc991ed4a9046c2d7f5e5c8.txt new file mode 100644 index 0000000..16dfda8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-64-_jpg.rf.e4063c576dc991ed4a9046c2d7f5e5c8.txt @@ -0,0 +1 @@ +9 0.32421875 0.8484375 0.5625 0.29296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-66-_jpg.rf.6785892bef1ad885981606bbb8ae56d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-66-_jpg.rf.6785892bef1ad885981606bbb8ae56d8.txt new file mode 100644 index 0000000..a8799bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-66-_jpg.rf.6785892bef1ad885981606bbb8ae56d8.txt @@ -0,0 +1 @@ +9 0.15859375 0.64921875 0.259375 0.53359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-7-_jpg.rf.f659f10021381b913a1ce526fe16681b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-7-_jpg.rf.f659f10021381b913a1ce526fe16681b.txt new file mode 100644 index 0000000..b78e604 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-7-_jpg.rf.f659f10021381b913a1ce526fe16681b.txt @@ -0,0 +1 @@ +9 0.11796875 0.47734375 0.1828125 0.49296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-71-_jpg.rf.272ff3d769c9cb8e65d48026074fedc1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-71-_jpg.rf.272ff3d769c9cb8e65d48026074fedc1.txt new file mode 100644 index 0000000..5686ed7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-71-_jpg.rf.272ff3d769c9cb8e65d48026074fedc1.txt @@ -0,0 +1 @@ +9 0.490625 0.1734375 0.60546875 0.28828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-73-_jpg.rf.14295d99d1bedd47b32bba181ed2c797.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-73-_jpg.rf.14295d99d1bedd47b32bba181ed2c797.txt new file mode 100644 index 0000000..77de786 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-73-_jpg.rf.14295d99d1bedd47b32bba181ed2c797.txt @@ -0,0 +1 @@ +9 0.4328125 0.15859375 0.59140625 0.25 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-80-_jpg.rf.7588ce282febad6c61bd5551cdd6c764.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-80-_jpg.rf.7588ce282febad6c61bd5551cdd6c764.txt new file mode 100644 index 0000000..e5e2f2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-80-_jpg.rf.7588ce282febad6c61bd5551cdd6c764.txt @@ -0,0 +1 @@ +9 0.16796875 0.44921875 0.21171875 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-84-_jpg.rf.77406fbffd528d33d596c335719b66c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-84-_jpg.rf.77406fbffd528d33d596c335719b66c2.txt new file mode 100644 index 0000000..da0534d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-84-_jpg.rf.77406fbffd528d33d596c335719b66c2.txt @@ -0,0 +1 @@ +9 0.09375 0.696875 0.16796875 0.59140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-87-_jpg.rf.0e5da108e3761b447302808fdd192445.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-87-_jpg.rf.0e5da108e3761b447302808fdd192445.txt new file mode 100644 index 0000000..18cc28f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-87-_jpg.rf.0e5da108e3761b447302808fdd192445.txt @@ -0,0 +1 @@ +9 0.571875 0.80078125 0.696875 0.3890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-87-_jpg.rf.ae0a816fcc04bd70a8e65adad6e668d8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-87-_jpg.rf.ae0a816fcc04bd70a8e65adad6e668d8.txt new file mode 100644 index 0000000..3ce6a50 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-87-_jpg.rf.ae0a816fcc04bd70a8e65adad6e668d8.txt @@ -0,0 +1 @@ +9 0.19921875 0.571875 0.3890625 0.696875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-89-_jpg.rf.373edd66b153cec6cecc35417e640fff.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-89-_jpg.rf.373edd66b153cec6cecc35417e640fff.txt new file mode 100644 index 0000000..927b1d6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-89-_jpg.rf.373edd66b153cec6cecc35417e640fff.txt @@ -0,0 +1 @@ +9 0.74296875 0.553125 0.33203125 0.5140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-89-_jpg.rf.90ba91dfd42e9b0ad5952ffb452f78ed.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-89-_jpg.rf.90ba91dfd42e9b0ad5952ffb452f78ed.txt new file mode 100644 index 0000000..07d5058 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ballcapman-89-_jpg.rf.90ba91dfd42e9b0ad5952ffb452f78ed.txt @@ -0,0 +1 @@ +9 0.553125 0.259375 0.5140625 0.33203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/c122774f90042f92d38185f4ef6e76237e396b24_jpg.rf.eab1f7b1eb53e3b7f12a85bbda8a652f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/c122774f90042f92d38185f4ef6e76237e396b24_jpg.rf.eab1f7b1eb53e3b7f12a85bbda8a652f.txt new file mode 100644 index 0000000..00476f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/c122774f90042f92d38185f4ef6e76237e396b24_jpg.rf.eab1f7b1eb53e3b7f12a85bbda8a652f.txt @@ -0,0 +1 @@ +3 0.47877984084880637 0.4946949602122016 0.35013262599469497 0.8037135278514589 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0HCC5TPEJ2T309WM_jpg.rf.6f019b898e9cdfca736b0cb56c613bc4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0HCC5TPEJ2T309WM_jpg.rf.6f019b898e9cdfca736b0cb56c613bc4.txt new file mode 100644 index 0000000..388307e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0HCC5TPEJ2T309WM_jpg.rf.6f019b898e9cdfca736b0cb56c613bc4.txt @@ -0,0 +1 @@ +8 0.49296875 0.5125 0.68515625 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0IMUK5XCEKOZRP4K_jpg.rf.aa4248dcaa90f323a3028faf431297c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0IMUK5XCEKOZRP4K_jpg.rf.aa4248dcaa90f323a3028faf431297c1.txt new file mode 100644 index 0000000..76096ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0IMUK5XCEKOZRP4K_jpg.rf.aa4248dcaa90f323a3028faf431297c1.txt @@ -0,0 +1 @@ +8 0.46015625 0.4625 0.73828125 0.78515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0QRD5D3OQSJV7QRH_jpg.rf.4b566e6d6f2b3d7812d15cbb6bd53f3f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0QRD5D3OQSJV7QRH_jpg.rf.4b566e6d6f2b3d7812d15cbb6bd53f3f.txt new file mode 100644 index 0000000..c43f87b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0QRD5D3OQSJV7QRH_jpg.rf.4b566e6d6f2b3d7812d15cbb6bd53f3f.txt @@ -0,0 +1 @@ +8 0.4859375 0.38671875 0.6875 0.61875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0U7247J8H2DYVC39_jpg.rf.bfe616206317e51e22b8d57457c5c9de.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0U7247J8H2DYVC39_jpg.rf.bfe616206317e51e22b8d57457c5c9de.txt new file mode 100644 index 0000000..f9cc305 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0U7247J8H2DYVC39_jpg.rf.bfe616206317e51e22b8d57457c5c9de.txt @@ -0,0 +1 @@ +8 0.38203125 0.6140625 0.615625 0.76875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0Z3C11Q8VZIXDXIJ_jpg.rf.eb8aac015a2963b1e9108a534cd442c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0Z3C11Q8VZIXDXIJ_jpg.rf.eb8aac015a2963b1e9108a534cd442c9.txt new file mode 100644 index 0000000..bed5c60 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_0Z3C11Q8VZIXDXIJ_jpg.rf.eb8aac015a2963b1e9108a534cd442c9.txt @@ -0,0 +1,2 @@ +8 0.53671875 0.32734375 0.490625 0.45703125 +8 0.60625 0.72890625 0.403125 0.359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_14BX2TW4FZVQQ55Q_jpg.rf.e4ef252e280dafc4928167c41c0c8158.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_14BX2TW4FZVQQ55Q_jpg.rf.e4ef252e280dafc4928167c41c0c8158.txt new file mode 100644 index 0000000..4814b91 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_14BX2TW4FZVQQ55Q_jpg.rf.e4ef252e280dafc4928167c41c0c8158.txt @@ -0,0 +1 @@ +8 0.55390625 0.40078125 0.89140625 0.8015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_16XCW3U31GP68RJX_jpg.rf.2a0b37acec415d6913a6b91834e3c5c1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_16XCW3U31GP68RJX_jpg.rf.2a0b37acec415d6913a6b91834e3c5c1.txt new file mode 100644 index 0000000..917c828 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_16XCW3U31GP68RJX_jpg.rf.2a0b37acec415d6913a6b91834e3c5c1.txt @@ -0,0 +1 @@ +8 0.3796875 0.5796875 0.759375 0.690625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_1TPFLB1VZ08TV62D_jpg.rf.7123f4927a29ead20cc8d3131c336a8f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_1TPFLB1VZ08TV62D_jpg.rf.7123f4927a29ead20cc8d3131c336a8f.txt new file mode 100644 index 0000000..39aa844 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_1TPFLB1VZ08TV62D_jpg.rf.7123f4927a29ead20cc8d3131c336a8f.txt @@ -0,0 +1 @@ +8 0.5109375 0.5109375 0.87890625 0.8609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_1VQL8U9BW9X3G8HV_jpg.rf.8036fef0a007f0d70589cafd5debc65d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_1VQL8U9BW9X3G8HV_jpg.rf.8036fef0a007f0d70589cafd5debc65d.txt new file mode 100644 index 0000000..3400675 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_1VQL8U9BW9X3G8HV_jpg.rf.8036fef0a007f0d70589cafd5debc65d.txt @@ -0,0 +1 @@ +8 0.396875 0.46484375 0.3453125 0.41640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_21EMP7A4HTAHOOK7_jpg.rf.8d2ba0f6c923eb5687860cb0a45d82aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_21EMP7A4HTAHOOK7_jpg.rf.8d2ba0f6c923eb5687860cb0a45d82aa.txt new file mode 100644 index 0000000..3a1da84 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_21EMP7A4HTAHOOK7_jpg.rf.8d2ba0f6c923eb5687860cb0a45d82aa.txt @@ -0,0 +1 @@ +8 0.4703125 0.42734375 0.63203125 0.81171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2GFCSG8C3ZVL9UIK_jpg.rf.0c2672ce817a8290702f4ad25185520b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2GFCSG8C3ZVL9UIK_jpg.rf.0c2672ce817a8290702f4ad25185520b.txt new file mode 100644 index 0000000..47fd128 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2GFCSG8C3ZVL9UIK_jpg.rf.0c2672ce817a8290702f4ad25185520b.txt @@ -0,0 +1 @@ +8 0.55859375 0.41640625 0.47578125 0.62734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2ODL07UWIJMFKLBK_jpg.rf.e634700ec59b2f58bf14244e597937d9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2ODL07UWIJMFKLBK_jpg.rf.e634700ec59b2f58bf14244e597937d9.txt new file mode 100644 index 0000000..1e84daa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2ODL07UWIJMFKLBK_jpg.rf.e634700ec59b2f58bf14244e597937d9.txt @@ -0,0 +1 @@ +8 0.49296875 0.4265625 0.6078125 0.5765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2Q8HDGLN23O2ITMH_jpg.rf.e71fdcb7a8d3732fc008c951484ffba1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2Q8HDGLN23O2ITMH_jpg.rf.e71fdcb7a8d3732fc008c951484ffba1.txt new file mode 100644 index 0000000..40f5f39 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2Q8HDGLN23O2ITMH_jpg.rf.e71fdcb7a8d3732fc008c951484ffba1.txt @@ -0,0 +1 @@ +8 0.53046875 0.4484375 0.70390625 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2UX7RL84SMK6DL4G_jpg.rf.a39890b284b248af594ca5b34ac405b2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2UX7RL84SMK6DL4G_jpg.rf.a39890b284b248af594ca5b34ac405b2.txt new file mode 100644 index 0000000..2902a2c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_2UX7RL84SMK6DL4G_jpg.rf.a39890b284b248af594ca5b34ac405b2.txt @@ -0,0 +1 @@ +8 0.5015625 0.4296875 0.996875 0.521875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_35DS6RQ0K1LWZPHA_jpg.rf.78118f5a49c3e3cd0643203c5d12e006.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_35DS6RQ0K1LWZPHA_jpg.rf.78118f5a49c3e3cd0643203c5d12e006.txt new file mode 100644 index 0000000..aaf3782 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_35DS6RQ0K1LWZPHA_jpg.rf.78118f5a49c3e3cd0643203c5d12e006.txt @@ -0,0 +1 @@ +8 0.4265625 0.52109375 0.5390625 0.71171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3946EACY89H6IAMD_jpg.rf.31a336ab9d6afff8ed3d53b211554b69.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3946EACY89H6IAMD_jpg.rf.31a336ab9d6afff8ed3d53b211554b69.txt new file mode 100644 index 0000000..46e753c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3946EACY89H6IAMD_jpg.rf.31a336ab9d6afff8ed3d53b211554b69.txt @@ -0,0 +1 @@ +8 0.44296875 0.59375 0.8859375 0.81171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3PBKO5YJBJNX7XY0_jpg.rf.2e70e2809552dd86b398a8af41f67292.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3PBKO5YJBJNX7XY0_jpg.rf.2e70e2809552dd86b398a8af41f67292.txt new file mode 100644 index 0000000..3a7f695 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3PBKO5YJBJNX7XY0_jpg.rf.2e70e2809552dd86b398a8af41f67292.txt @@ -0,0 +1 @@ +8 0.4296875 0.50546875 0.7625 0.7046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3QEVASZ78HHPEJ4M_jpg.rf.8550a77addc095d091d8e69c53cde17c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3QEVASZ78HHPEJ4M_jpg.rf.8550a77addc095d091d8e69c53cde17c.txt new file mode 100644 index 0000000..b5ad0ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3QEVASZ78HHPEJ4M_jpg.rf.8550a77addc095d091d8e69c53cde17c.txt @@ -0,0 +1 @@ +8 0.58359375 0.4828125 0.8328125 0.965625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3UA4TDS6BE0BM6BN_jpg.rf.dd706864414cc84db294ae2126ea5381.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3UA4TDS6BE0BM6BN_jpg.rf.dd706864414cc84db294ae2126ea5381.txt new file mode 100644 index 0000000..a1c6d6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3UA4TDS6BE0BM6BN_jpg.rf.dd706864414cc84db294ae2126ea5381.txt @@ -0,0 +1 @@ +8 0.49921875 0.51796875 0.99765625 0.96171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3UCFO98N95L4TTYS_jpg.rf.81fad8799528b17efb2f4f8d2de0e7f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3UCFO98N95L4TTYS_jpg.rf.81fad8799528b17efb2f4f8d2de0e7f0.txt new file mode 100644 index 0000000..2a7672c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_3UCFO98N95L4TTYS_jpg.rf.81fad8799528b17efb2f4f8d2de0e7f0.txt @@ -0,0 +1,2 @@ +8 0.528125 0.41484375 0.578125 0.2875 +8 0.5703125 0.8625 0.5515625 0.271875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4K5XX03APZGHOLJ5_jpg.rf.5f0f09fc81b02cbe88a2f612f16746ee.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4K5XX03APZGHOLJ5_jpg.rf.5f0f09fc81b02cbe88a2f612f16746ee.txt new file mode 100644 index 0000000..3448c4b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4K5XX03APZGHOLJ5_jpg.rf.5f0f09fc81b02cbe88a2f612f16746ee.txt @@ -0,0 +1 @@ +8 0.50390625 0.459375 0.56640625 0.540625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4VVKBYT008DSTBU6_jpg.rf.00f1818e473a8e1d206c709c23fe6f66.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4VVKBYT008DSTBU6_jpg.rf.00f1818e473a8e1d206c709c23fe6f66.txt new file mode 100644 index 0000000..7b1f923 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4VVKBYT008DSTBU6_jpg.rf.00f1818e473a8e1d206c709c23fe6f66.txt @@ -0,0 +1 @@ +8 0.4078125 0.63125 0.815625 0.73125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4ZRR7GMLZH68CGO4_jpg.rf.9f25c29446897c07d39ae0d39e9f2b31.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4ZRR7GMLZH68CGO4_jpg.rf.9f25c29446897c07d39ae0d39e9f2b31.txt new file mode 100644 index 0000000..92dbcd3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_4ZRR7GMLZH68CGO4_jpg.rf.9f25c29446897c07d39ae0d39e9f2b31.txt @@ -0,0 +1 @@ +8 0.4765625 0.5890625 0.93671875 0.4984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_557F25IZ82F8WK92_jpg.rf.656b0a29b839b296f0fda1f3e91640c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_557F25IZ82F8WK92_jpg.rf.656b0a29b839b296f0fda1f3e91640c4.txt new file mode 100644 index 0000000..c67a082 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_557F25IZ82F8WK92_jpg.rf.656b0a29b839b296f0fda1f3e91640c4.txt @@ -0,0 +1,2 @@ +8 0.59375 0.76640625 0.8015625 0.4609375 +8 0.5359375 0.47421875 0.83828125 0.64140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5FZJ7TKAW9QVSHFX_jpg.rf.2698f231700eb3148173bf462cb1deb8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5FZJ7TKAW9QVSHFX_jpg.rf.2698f231700eb3148173bf462cb1deb8.txt new file mode 100644 index 0000000..af88214 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5FZJ7TKAW9QVSHFX_jpg.rf.2698f231700eb3148173bf462cb1deb8.txt @@ -0,0 +1 @@ +8 0.47578125 0.4890625 0.79296875 0.78515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5GR64AVVX2HUJOXQ_jpg.rf.57c0b222b3f6e0691ed1ab15aaedf999.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5GR64AVVX2HUJOXQ_jpg.rf.57c0b222b3f6e0691ed1ab15aaedf999.txt new file mode 100644 index 0000000..397ff23 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5GR64AVVX2HUJOXQ_jpg.rf.57c0b222b3f6e0691ed1ab15aaedf999.txt @@ -0,0 +1 @@ +8 0.57734375 0.61875 0.73125 0.6359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5L7PYM1Q5XN4D95T_jpg.rf.5306149bae2c602576663a992af9dfed.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5L7PYM1Q5XN4D95T_jpg.rf.5306149bae2c602576663a992af9dfed.txt new file mode 100644 index 0000000..ca0b3cf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_5L7PYM1Q5XN4D95T_jpg.rf.5306149bae2c602576663a992af9dfed.txt @@ -0,0 +1 @@ +8 0.47890625 0.60859375 0.8125 0.71484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_61R7R5TVXN00KOVF_jpg.rf.863d16420767020840e8ca7bbd2f335c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_61R7R5TVXN00KOVF_jpg.rf.863d16420767020840e8ca7bbd2f335c.txt new file mode 100644 index 0000000..c0bf8ea --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_61R7R5TVXN00KOVF_jpg.rf.863d16420767020840e8ca7bbd2f335c.txt @@ -0,0 +1 @@ +8 0.48046875 0.4953125 0.54609375 0.6515625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6BZLL2IPAC60EK61_jpg.rf.9074c2332cd37dc4fe92648b049cd601.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6BZLL2IPAC60EK61_jpg.rf.9074c2332cd37dc4fe92648b049cd601.txt new file mode 100644 index 0000000..2907ab3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6BZLL2IPAC60EK61_jpg.rf.9074c2332cd37dc4fe92648b049cd601.txt @@ -0,0 +1 @@ +8 0.421875 0.32734375 0.41171875 0.6421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6CQ4DJ7X34QXXBSM_jpg.rf.b458a33e525fa1fa5a3fd803f48a6d9e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6CQ4DJ7X34QXXBSM_jpg.rf.b458a33e525fa1fa5a3fd803f48a6d9e.txt new file mode 100644 index 0000000..96b543e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6CQ4DJ7X34QXXBSM_jpg.rf.b458a33e525fa1fa5a3fd803f48a6d9e.txt @@ -0,0 +1 @@ +8 0.525 0.42734375 0.68203125 0.8546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6KXYRV48DTUIZ1DE_jpg.rf.92cd5a74384ecf7fab364f70037683c5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6KXYRV48DTUIZ1DE_jpg.rf.92cd5a74384ecf7fab364f70037683c5.txt new file mode 100644 index 0000000..e3c86ba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6KXYRV48DTUIZ1DE_jpg.rf.92cd5a74384ecf7fab364f70037683c5.txt @@ -0,0 +1 @@ +8 0.5234375 0.38125 0.771875 0.7625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6R98A4MN9KIRX8LN_jpg.rf.312c2b14eb869f7f6d6c21cfea620be4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6R98A4MN9KIRX8LN_jpg.rf.312c2b14eb869f7f6d6c21cfea620be4.txt new file mode 100644 index 0000000..7f7a72a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6R98A4MN9KIRX8LN_jpg.rf.312c2b14eb869f7f6d6c21cfea620be4.txt @@ -0,0 +1 @@ +8 0.41875 0.4765625 0.70390625 0.721875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6T7MFOQE2691I8UE_jpg.rf.1319c7f89979d07a605b5e4a4118519e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6T7MFOQE2691I8UE_jpg.rf.1319c7f89979d07a605b5e4a4118519e.txt new file mode 100644 index 0000000..3307ab4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_6T7MFOQE2691I8UE_jpg.rf.1319c7f89979d07a605b5e4a4118519e.txt @@ -0,0 +1 @@ +8 0.50234375 0.4390625 0.6828125 0.82890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_74CPVZ27H24G2KWG_jpg.rf.9eefeb4cf101f15aecb3b2a58f7c60dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_74CPVZ27H24G2KWG_jpg.rf.9eefeb4cf101f15aecb3b2a58f7c60dc.txt new file mode 100644 index 0000000..4a4bf17 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_74CPVZ27H24G2KWG_jpg.rf.9eefeb4cf101f15aecb3b2a58f7c60dc.txt @@ -0,0 +1 @@ +8 0.45 0.4296875 0.51171875 0.40625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_79QNX4NPRTQHVPL4_jpg.rf.2b048c224c4cf140d081603f39330e72.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_79QNX4NPRTQHVPL4_jpg.rf.2b048c224c4cf140d081603f39330e72.txt new file mode 100644 index 0000000..d7d36ad --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_79QNX4NPRTQHVPL4_jpg.rf.2b048c224c4cf140d081603f39330e72.txt @@ -0,0 +1 @@ +8 0.42265625 0.56171875 0.76328125 0.7171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7IHTBQBRIBAO3JRG_jpg.rf.d387ab07f8f61a6e30ca992a14887212.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7IHTBQBRIBAO3JRG_jpg.rf.d387ab07f8f61a6e30ca992a14887212.txt new file mode 100644 index 0000000..1a88ce9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7IHTBQBRIBAO3JRG_jpg.rf.d387ab07f8f61a6e30ca992a14887212.txt @@ -0,0 +1 @@ +8 0.453125 0.32421875 0.62578125 0.6484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7P5C20L83KAZN5NM_jpg.rf.ddabaf8c6f9c1bd3af418614415f6e64.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7P5C20L83KAZN5NM_jpg.rf.ddabaf8c6f9c1bd3af418614415f6e64.txt new file mode 100644 index 0000000..42867c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7P5C20L83KAZN5NM_jpg.rf.ddabaf8c6f9c1bd3af418614415f6e64.txt @@ -0,0 +1 @@ +8 0.47265625 0.42109375 0.8953125 0.83828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7WW8UBR84F2Z465R_jpg.rf.e79d360796f593d5e255b006578c8063.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7WW8UBR84F2Z465R_jpg.rf.e79d360796f593d5e255b006578c8063.txt new file mode 100644 index 0000000..ba2fae7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_7WW8UBR84F2Z465R_jpg.rf.e79d360796f593d5e255b006578c8063.txt @@ -0,0 +1 @@ +8 0.45078125 0.46328125 0.7734375 0.80234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_80V03C14R3NV4TBD_jpg.rf.bebefcc0b279b1ec71bd0fc914b08e09.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_80V03C14R3NV4TBD_jpg.rf.bebefcc0b279b1ec71bd0fc914b08e09.txt new file mode 100644 index 0000000..1177d29 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_80V03C14R3NV4TBD_jpg.rf.bebefcc0b279b1ec71bd0fc914b08e09.txt @@ -0,0 +1 @@ +8 0.51328125 0.6046875 0.7140625 0.78359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_82VW5UIZJP21SAXZ_jpg.rf.3a41ad10518b40290087da805298bc92.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_82VW5UIZJP21SAXZ_jpg.rf.3a41ad10518b40290087da805298bc92.txt new file mode 100644 index 0000000..011e83c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_82VW5UIZJP21SAXZ_jpg.rf.3a41ad10518b40290087da805298bc92.txt @@ -0,0 +1 @@ +8 0.575 0.45390625 0.85 0.49375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_87DI7U1J82GH1YS8_jpg.rf.52aade430176f9a510ee93189105b91c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_87DI7U1J82GH1YS8_jpg.rf.52aade430176f9a510ee93189105b91c.txt new file mode 100644 index 0000000..26a3c4e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_87DI7U1J82GH1YS8_jpg.rf.52aade430176f9a510ee93189105b91c.txt @@ -0,0 +1 @@ +8 0.5390625 0.41796875 0.7859375 0.5890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8A7KQ0AQO7C819QO_jpg.rf.95c79740fba90bf77c6f0a6eaba21a14.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8A7KQ0AQO7C819QO_jpg.rf.95c79740fba90bf77c6f0a6eaba21a14.txt new file mode 100644 index 0000000..4d20b3f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8A7KQ0AQO7C819QO_jpg.rf.95c79740fba90bf77c6f0a6eaba21a14.txt @@ -0,0 +1 @@ +8 0.48046875 0.48125 0.865625 0.7546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8CGQ7NH7ZQE80RH9_jpg.rf.8b7e5760d188cfab9a2969ccf994f96d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8CGQ7NH7ZQE80RH9_jpg.rf.8b7e5760d188cfab9a2969ccf994f96d.txt new file mode 100644 index 0000000..515f09d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8CGQ7NH7ZQE80RH9_jpg.rf.8b7e5760d188cfab9a2969ccf994f96d.txt @@ -0,0 +1 @@ +8 0.51484375 0.48359375 0.66328125 0.7578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8IB7ULC1SFQ3HLK5_jpg.rf.9ef0579480f2b093580ceb56d4108861.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8IB7ULC1SFQ3HLK5_jpg.rf.9ef0579480f2b093580ceb56d4108861.txt new file mode 100644 index 0000000..886ae5c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_8IB7ULC1SFQ3HLK5_jpg.rf.9ef0579480f2b093580ceb56d4108861.txt @@ -0,0 +1 @@ +8 0.51484375 0.515625 0.63203125 0.578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_964LCKP7TAQSEWCC_jpg.rf.f5f04625d04fee377342224c25ad60e6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_964LCKP7TAQSEWCC_jpg.rf.f5f04625d04fee377342224c25ad60e6.txt new file mode 100644 index 0000000..b7b71de --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_964LCKP7TAQSEWCC_jpg.rf.f5f04625d04fee377342224c25ad60e6.txt @@ -0,0 +1 @@ +8 0.665625 0.35859375 0.66015625 0.45546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_967O36SYUP3R8406_jpg.rf.fa102a595dcef9095db09ec20a4ba3e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_967O36SYUP3R8406_jpg.rf.fa102a595dcef9095db09ec20a4ba3e8.txt new file mode 100644 index 0000000..0098dfa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_967O36SYUP3R8406_jpg.rf.fa102a595dcef9095db09ec20a4ba3e8.txt @@ -0,0 +1,5 @@ +8 0.10390625 0.57734375 0.2078125 0.67265625 +8 0.91875 0.53984375 0.1625 0.59765625 +8 0.27109375 0.1625 0.5421875 0.325 +8 0.47890625 0.47578125 0.66484375 0.95078125 +8 0.76875 0.3140625 0.46171875 0.62578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9KF5FFRQTO5NDOVE_jpg.rf.1b8065cfdee1a798c1c537cc6018a72c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9KF5FFRQTO5NDOVE_jpg.rf.1b8065cfdee1a798c1c537cc6018a72c.txt new file mode 100644 index 0000000..2217814 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9KF5FFRQTO5NDOVE_jpg.rf.1b8065cfdee1a798c1c537cc6018a72c.txt @@ -0,0 +1 @@ +8 0.44296875 0.525 0.6953125 0.63359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9RL7XQ5SC7YFOAVY_jpg.rf.43f33c73bc8ab4c17dc62fee4da9b9b8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9RL7XQ5SC7YFOAVY_jpg.rf.43f33c73bc8ab4c17dc62fee4da9b9b8.txt new file mode 100644 index 0000000..23c2632 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9RL7XQ5SC7YFOAVY_jpg.rf.43f33c73bc8ab4c17dc62fee4da9b9b8.txt @@ -0,0 +1 @@ +8 0.475 0.45 0.6375 0.640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9XPVAICQ3CSE1EJN_jpg.rf.48e7c4fb2fb050d840a86570ffd560ea.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9XPVAICQ3CSE1EJN_jpg.rf.48e7c4fb2fb050d840a86570ffd560ea.txt new file mode 100644 index 0000000..432fc80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9XPVAICQ3CSE1EJN_jpg.rf.48e7c4fb2fb050d840a86570ffd560ea.txt @@ -0,0 +1 @@ +8 0.48359375 0.47265625 0.54140625 0.765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9YO70GQIO0339YCQ_jpg.rf.32b83587ecb9130e2019b9353f26a8ca.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9YO70GQIO0339YCQ_jpg.rf.32b83587ecb9130e2019b9353f26a8ca.txt new file mode 100644 index 0000000..dba53b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_9YO70GQIO0339YCQ_jpg.rf.32b83587ecb9130e2019b9353f26a8ca.txt @@ -0,0 +1 @@ +8 0.496875 0.446875 0.61953125 0.890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_AAI0FXH7JL24KP3T_jpg.rf.ee3e3f913a15eec417f3ef8c27e5a4d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_AAI0FXH7JL24KP3T_jpg.rf.ee3e3f913a15eec417f3ef8c27e5a4d7.txt new file mode 100644 index 0000000..3e59ae0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_AAI0FXH7JL24KP3T_jpg.rf.ee3e3f913a15eec417f3ef8c27e5a4d7.txt @@ -0,0 +1 @@ +8 0.50390625 0.36328125 0.6875 0.57265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_AURL1OPAL1WKY5C9_jpg.rf.13ff7c3f179642031b0ebe81d9a01b5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_AURL1OPAL1WKY5C9_jpg.rf.13ff7c3f179642031b0ebe81d9a01b5d.txt new file mode 100644 index 0000000..4941da2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_AURL1OPAL1WKY5C9_jpg.rf.13ff7c3f179642031b0ebe81d9a01b5d.txt @@ -0,0 +1 @@ +8 0.50234375 0.46796875 0.74453125 0.90625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BDHMY3TPQ0RZ77M5_jpg.rf.37840403d704e0244b016373476b6313.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BDHMY3TPQ0RZ77M5_jpg.rf.37840403d704e0244b016373476b6313.txt new file mode 100644 index 0000000..d36663f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BDHMY3TPQ0RZ77M5_jpg.rf.37840403d704e0244b016373476b6313.txt @@ -0,0 +1 @@ +8 0.44765625 0.44765625 0.68125 0.8890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BFUTWKMGE6B18PB5_jpg.rf.ae8c793eb54b88c2625f35659d8ee956.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BFUTWKMGE6B18PB5_jpg.rf.ae8c793eb54b88c2625f35659d8ee956.txt new file mode 100644 index 0000000..bab71a6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BFUTWKMGE6B18PB5_jpg.rf.ae8c793eb54b88c2625f35659d8ee956.txt @@ -0,0 +1 @@ +8 0.50625 0.428125 0.746875 0.85625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BLIMU2NNMO2BRB4Q_jpg.rf.59e0c34dd01ec11eaf6e07bb6d8a4c7a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BLIMU2NNMO2BRB4Q_jpg.rf.59e0c34dd01ec11eaf6e07bb6d8a4c7a.txt new file mode 100644 index 0000000..e2e9224 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BLIMU2NNMO2BRB4Q_jpg.rf.59e0c34dd01ec11eaf6e07bb6d8a4c7a.txt @@ -0,0 +1 @@ +8 0.4296875 0.51015625 0.46796875 0.57578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BPFCXZOFYS7VL88W_jpg.rf.a1466e438e02450935414919136d3be5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BPFCXZOFYS7VL88W_jpg.rf.a1466e438e02450935414919136d3be5.txt new file mode 100644 index 0000000..0597b78 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_BPFCXZOFYS7VL88W_jpg.rf.a1466e438e02450935414919136d3be5.txt @@ -0,0 +1 @@ +8 0.50234375 0.49609375 0.50390625 0.63828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_C7BH6LXHXOKUJ4G4_jpg.rf.b3f41aeb71d0a3b3f7df81c9d38f7e29.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_C7BH6LXHXOKUJ4G4_jpg.rf.b3f41aeb71d0a3b3f7df81c9d38f7e29.txt new file mode 100644 index 0000000..e7165c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_C7BH6LXHXOKUJ4G4_jpg.rf.b3f41aeb71d0a3b3f7df81c9d38f7e29.txt @@ -0,0 +1 @@ +8 0.51640625 0.46171875 0.74921875 0.91328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_C7P1G1SXNB0QG5UH_jpg.rf.6278af0e345e0f57bcbf40cf7ebdcddb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_C7P1G1SXNB0QG5UH_jpg.rf.6278af0e345e0f57bcbf40cf7ebdcddb.txt new file mode 100644 index 0000000..825ccba --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_C7P1G1SXNB0QG5UH_jpg.rf.6278af0e345e0f57bcbf40cf7ebdcddb.txt @@ -0,0 +1 @@ +8 0.49296875 0.51953125 0.66640625 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CG64NE8LNSMU178J_jpg.rf.f7a848880ff624d38720471effce5362.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CG64NE8LNSMU178J_jpg.rf.f7a848880ff624d38720471effce5362.txt new file mode 100644 index 0000000..0476e2c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CG64NE8LNSMU178J_jpg.rf.f7a848880ff624d38720471effce5362.txt @@ -0,0 +1 @@ +8 0.41171875 0.415625 0.6390625 0.7296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CSKOE9AL40H9T07K_jpg.rf.9f397b6fcd2a7dd3a77ddc88d02a766a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CSKOE9AL40H9T07K_jpg.rf.9f397b6fcd2a7dd3a77ddc88d02a766a.txt new file mode 100644 index 0000000..6bfae80 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CSKOE9AL40H9T07K_jpg.rf.9f397b6fcd2a7dd3a77ddc88d02a766a.txt @@ -0,0 +1 @@ +8 0.4109375 0.33515625 0.703125 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CZM6DH8LPQOQK9JY_jpg.rf.6d782480ff2b1bb7f089f498907f9e3d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CZM6DH8LPQOQK9JY_jpg.rf.6d782480ff2b1bb7f089f498907f9e3d.txt new file mode 100644 index 0000000..194fae3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_CZM6DH8LPQOQK9JY_jpg.rf.6d782480ff2b1bb7f089f498907f9e3d.txt @@ -0,0 +1 @@ +8 0.50078125 0.5203125 0.53671875 0.56484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DDK1CA9ON87CJ938_jpg.rf.48762caf752ed2e08cde475d4ed395c0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DDK1CA9ON87CJ938_jpg.rf.48762caf752ed2e08cde475d4ed395c0.txt new file mode 100644 index 0000000..c16dc8a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DDK1CA9ON87CJ938_jpg.rf.48762caf752ed2e08cde475d4ed395c0.txt @@ -0,0 +1 @@ +8 0.478125 0.49296875 0.6109375 0.64375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DI383R1BHHE0LYN8_jpg.rf.94ab08d8481be41cdf62ab2021e5d1e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DI383R1BHHE0LYN8_jpg.rf.94ab08d8481be41cdf62ab2021e5d1e8.txt new file mode 100644 index 0000000..485a37e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DI383R1BHHE0LYN8_jpg.rf.94ab08d8481be41cdf62ab2021e5d1e8.txt @@ -0,0 +1 @@ +8 0.471875 0.46015625 0.68125 0.91640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DLBGCIBON65LAEQG_jpg.rf.44f33073c1ccace01d487e50cb919ba7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_DLBGCIBON65LAEQG_jpg.rf.44f33073c1ccace01d487e50cb919ba7.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_E0084UBOSYS53CZO_jpg.rf.cc0af8528e315e060cd4e0f22e69c5c4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_E0084UBOSYS53CZO_jpg.rf.cc0af8528e315e060cd4e0f22e69c5c4.txt new file mode 100644 index 0000000..344921c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_E0084UBOSYS53CZO_jpg.rf.cc0af8528e315e060cd4e0f22e69c5c4.txt @@ -0,0 +1 @@ +8 0.5671875 0.51328125 0.6171875 0.59296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EDBXJ3THGK6OO7GU_jpg.rf.0101b4659cd0409c28742dd407ea9f29.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EDBXJ3THGK6OO7GU_jpg.rf.0101b4659cd0409c28742dd407ea9f29.txt new file mode 100644 index 0000000..588c289 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EDBXJ3THGK6OO7GU_jpg.rf.0101b4659cd0409c28742dd407ea9f29.txt @@ -0,0 +1 @@ +8 0.41171875 0.3390625 0.8234375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ETAZV43J4Z430O2A_jpg.rf.84a2c352e29b4a992150a12630191931.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ETAZV43J4Z430O2A_jpg.rf.84a2c352e29b4a992150a12630191931.txt new file mode 100644 index 0000000..04a4394 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ETAZV43J4Z430O2A_jpg.rf.84a2c352e29b4a992150a12630191931.txt @@ -0,0 +1 @@ +8 0.40078125 0.50234375 0.6734375 0.63046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EWWWOC2T19FF2VI3_jpg.rf.455769279fa92940497926edcda653e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EWWWOC2T19FF2VI3_jpg.rf.455769279fa92940497926edcda653e0.txt new file mode 100644 index 0000000..0b26ae3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EWWWOC2T19FF2VI3_jpg.rf.455769279fa92940497926edcda653e0.txt @@ -0,0 +1 @@ +8 0.5078125 0.44921875 0.89609375 0.78359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EZ513GHNJWSTF2X9_jpg.rf.fcc8531143632aafc8e78df471ce5f74.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EZ513GHNJWSTF2X9_jpg.rf.fcc8531143632aafc8e78df471ce5f74.txt new file mode 100644 index 0000000..6a0aecb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_EZ513GHNJWSTF2X9_jpg.rf.fcc8531143632aafc8e78df471ce5f74.txt @@ -0,0 +1 @@ +8 0.48125 0.58828125 0.9625 0.8046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_FS90X0FFR5GPH2BH_jpg.rf.d117d9e64e885e53908bfaecb9763634.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_FS90X0FFR5GPH2BH_jpg.rf.d117d9e64e885e53908bfaecb9763634.txt new file mode 100644 index 0000000..390fbc6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_FS90X0FFR5GPH2BH_jpg.rf.d117d9e64e885e53908bfaecb9763634.txt @@ -0,0 +1 @@ +8 0.5078125 0.37578125 0.84921875 0.2765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_FSWHTYTDFARM42ON_jpg.rf.f4dbe02b01f8593c5cb600a4e5400910.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_FSWHTYTDFARM42ON_jpg.rf.f4dbe02b01f8593c5cb600a4e5400910.txt new file mode 100644 index 0000000..741c0f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_FSWHTYTDFARM42ON_jpg.rf.f4dbe02b01f8593c5cb600a4e5400910.txt @@ -0,0 +1 @@ +8 0.48359375 0.52265625 0.61640625 0.59296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_G9RWDMDINJ7Z3XSF_jpg.rf.23ab9726835ab8dbe75c7c46e6c6442f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_G9RWDMDINJ7Z3XSF_jpg.rf.23ab9726835ab8dbe75c7c46e6c6442f.txt new file mode 100644 index 0000000..1d521dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_G9RWDMDINJ7Z3XSF_jpg.rf.23ab9726835ab8dbe75c7c46e6c6442f.txt @@ -0,0 +1 @@ +8 0.54375 0.4828125 0.58203125 0.9625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_G9VJ77I0RPQW1Z0O_jpg.rf.4e6ee0bf9f8a12c8c83af2737b775738.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_G9VJ77I0RPQW1Z0O_jpg.rf.4e6ee0bf9f8a12c8c83af2737b775738.txt new file mode 100644 index 0000000..2bd8338 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_G9VJ77I0RPQW1Z0O_jpg.rf.4e6ee0bf9f8a12c8c83af2737b775738.txt @@ -0,0 +1,2 @@ +8 0.4890625 0.2109375 0.50390625 0.41484375 +8 0.515625 0.53828125 0.96875 0.67265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GEDKMN60NRR3CSEL_jpg.rf.a5d405d4cbb4155944db84630a0ceaae.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GEDKMN60NRR3CSEL_jpg.rf.a5d405d4cbb4155944db84630a0ceaae.txt new file mode 100644 index 0000000..0653d8b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GEDKMN60NRR3CSEL_jpg.rf.a5d405d4cbb4155944db84630a0ceaae.txt @@ -0,0 +1 @@ +8 0.509375 0.59375 0.759375 0.6140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GOLAF1SKIWT00SCE_jpg.rf.268ad9b1f53e202d2f66da33f2f5e123.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GOLAF1SKIWT00SCE_jpg.rf.268ad9b1f53e202d2f66da33f2f5e123.txt new file mode 100644 index 0000000..7b9f584 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GOLAF1SKIWT00SCE_jpg.rf.268ad9b1f53e202d2f66da33f2f5e123.txt @@ -0,0 +1 @@ +8 0.42421875 0.40390625 0.740625 0.80078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GOQMKEEX13QDUSEB_jpg.rf.44e3dd683401ccf5c892e78c6ce37678.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GOQMKEEX13QDUSEB_jpg.rf.44e3dd683401ccf5c892e78c6ce37678.txt new file mode 100644 index 0000000..49b9cd7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GOQMKEEX13QDUSEB_jpg.rf.44e3dd683401ccf5c892e78c6ce37678.txt @@ -0,0 +1 @@ +8 0.40390625 0.2203125 0.4015625 0.440625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GRCZO2JYT7MVQ1QM_jpg.rf.3a5efc5ddacb20b458f9394a9c700617.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GRCZO2JYT7MVQ1QM_jpg.rf.3a5efc5ddacb20b458f9394a9c700617.txt new file mode 100644 index 0000000..986ffac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_GRCZO2JYT7MVQ1QM_jpg.rf.3a5efc5ddacb20b458f9394a9c700617.txt @@ -0,0 +1 @@ +8 0.50234375 0.4375 0.4359375 0.54140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_HNX27Y4FKJO5NEV8_jpg.rf.3b75fbf621a0110ab1501e16686037c2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_HNX27Y4FKJO5NEV8_jpg.rf.3b75fbf621a0110ab1501e16686037c2.txt new file mode 100644 index 0000000..e493f70 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_HNX27Y4FKJO5NEV8_jpg.rf.3b75fbf621a0110ab1501e16686037c2.txt @@ -0,0 +1 @@ +8 0.4671875 0.50546875 0.4625 0.421875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_I2RR6NCZLPKDO8ET_jpg.rf.7ad1f8470efbb59d1899c2841f77d59d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_I2RR6NCZLPKDO8ET_jpg.rf.7ad1f8470efbb59d1899c2841f77d59d.txt new file mode 100644 index 0000000..023272a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_I2RR6NCZLPKDO8ET_jpg.rf.7ad1f8470efbb59d1899c2841f77d59d.txt @@ -0,0 +1 @@ +8 0.465625 0.51015625 0.48515625 0.69921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_IHYE06HJJ60MRRNK_jpg.rf.3bb43b1315af99df6150569f6710f73a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_IHYE06HJJ60MRRNK_jpg.rf.3bb43b1315af99df6150569f6710f73a.txt new file mode 100644 index 0000000..281c0f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_IHYE06HJJ60MRRNK_jpg.rf.3bb43b1315af99df6150569f6710f73a.txt @@ -0,0 +1 @@ +8 0.503125 0.48671875 0.84765625 0.971875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_IVPGGP3X6YOC50E7_jpg.rf.e7aeecb954401ba39b051ef353837984.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_IVPGGP3X6YOC50E7_jpg.rf.e7aeecb954401ba39b051ef353837984.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_J2KRPMHX3IXXBHH3_jpg.rf.ff8eaefa20c8f7a8ca2793afaf684d11.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_J2KRPMHX3IXXBHH3_jpg.rf.ff8eaefa20c8f7a8ca2793afaf684d11.txt new file mode 100644 index 0000000..0dec404 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_J2KRPMHX3IXXBHH3_jpg.rf.ff8eaefa20c8f7a8ca2793afaf684d11.txt @@ -0,0 +1,3 @@ +8 0.496875 0.37265625 0.7859375 0.35859375 +8 0.4640625 0.66328125 0.62578125 0.1234375 +8 0.48984375 0.590625 0.69921875 0.14140625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_JCYRFJC5ASC3HBGH_jpg.rf.b7e7d70dcd65bd6c74c8615ffabbf51f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_JCYRFJC5ASC3HBGH_jpg.rf.b7e7d70dcd65bd6c74c8615ffabbf51f.txt new file mode 100644 index 0000000..49a53e8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_JCYRFJC5ASC3HBGH_jpg.rf.b7e7d70dcd65bd6c74c8615ffabbf51f.txt @@ -0,0 +1 @@ +8 0.5390625 0.4796875 0.921875 0.928125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_JTOUX25OR3838EQ0_jpg.rf.a1480f85fff52a2acdeadfa637267fcf.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_JTOUX25OR3838EQ0_jpg.rf.a1480f85fff52a2acdeadfa637267fcf.txt new file mode 100644 index 0000000..6ef30e5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_JTOUX25OR3838EQ0_jpg.rf.a1480f85fff52a2acdeadfa637267fcf.txt @@ -0,0 +1 @@ +8 0.45625 0.45859375 0.88359375 0.7703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_K30PQM55E33I6ZQI_jpg.rf.c5d90567b45ca1c48b0884948ea64019.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_K30PQM55E33I6ZQI_jpg.rf.c5d90567b45ca1c48b0884948ea64019.txt new file mode 100644 index 0000000..639f2d5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_K30PQM55E33I6ZQI_jpg.rf.c5d90567b45ca1c48b0884948ea64019.txt @@ -0,0 +1 @@ +8 0.39921875 0.61171875 0.48125 0.384375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_K9KFHCSJG94BJ8ZX_jpg.rf.a80cdf84b80fc722ebaf0c3ec8d2b126.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_K9KFHCSJG94BJ8ZX_jpg.rf.a80cdf84b80fc722ebaf0c3ec8d2b126.txt new file mode 100644 index 0000000..e768183 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_K9KFHCSJG94BJ8ZX_jpg.rf.a80cdf84b80fc722ebaf0c3ec8d2b126.txt @@ -0,0 +1 @@ +8 0.51015625 0.37734375 0.7515625 0.734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_KN44UC640BZUO4EK_jpg.rf.d515dfb8c6c7edeafdd31894f19f46f7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_KN44UC640BZUO4EK_jpg.rf.d515dfb8c6c7edeafdd31894f19f46f7.txt new file mode 100644 index 0000000..2c64391 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_KN44UC640BZUO4EK_jpg.rf.d515dfb8c6c7edeafdd31894f19f46f7.txt @@ -0,0 +1 @@ +8 0.496875 0.52890625 0.96484375 0.4953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_KY5O4G77G833ULJF_jpg.rf.4f839124c78702850587c6b2fa084a05.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_KY5O4G77G833ULJF_jpg.rf.4f839124c78702850587c6b2fa084a05.txt new file mode 100644 index 0000000..adbaa12 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_KY5O4G77G833ULJF_jpg.rf.4f839124c78702850587c6b2fa084a05.txt @@ -0,0 +1 @@ +8 0.47890625 0.5421875 0.55390625 0.6375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_LYFSQ7PJZNK3HM7T_jpg.rf.3acce6a02b2ab02db100cc18fcfa89e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_LYFSQ7PJZNK3HM7T_jpg.rf.3acce6a02b2ab02db100cc18fcfa89e2.txt new file mode 100644 index 0000000..bf04135 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_LYFSQ7PJZNK3HM7T_jpg.rf.3acce6a02b2ab02db100cc18fcfa89e2.txt @@ -0,0 +1 @@ +8 0.46796875 0.45078125 0.82265625 0.721875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_M0H53O3BVTPGHVH3_jpg.rf.4f9ff903a52f09c2206ce4e048205861.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_M0H53O3BVTPGHVH3_jpg.rf.4f9ff903a52f09c2206ce4e048205861.txt new file mode 100644 index 0000000..53024be --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_M0H53O3BVTPGHVH3_jpg.rf.4f9ff903a52f09c2206ce4e048205861.txt @@ -0,0 +1 @@ +8 0.4890625 0.58046875 0.53671875 0.59453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_M7N4MXU81QCNAC7Q_jpg.rf.97719162ec20ffe0915e2ad75ec75e17.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_M7N4MXU81QCNAC7Q_jpg.rf.97719162ec20ffe0915e2ad75ec75e17.txt new file mode 100644 index 0000000..631618e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_M7N4MXU81QCNAC7Q_jpg.rf.97719162ec20ffe0915e2ad75ec75e17.txt @@ -0,0 +1 @@ +8 0.48203125 0.50390625 0.63125 0.55234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MFELVN9GC4EPPID4_jpg.rf.3f2eac5fca6ca30e4223b418b53aac40.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MFELVN9GC4EPPID4_jpg.rf.3f2eac5fca6ca30e4223b418b53aac40.txt new file mode 100644 index 0000000..a906c9c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MFELVN9GC4EPPID4_jpg.rf.3f2eac5fca6ca30e4223b418b53aac40.txt @@ -0,0 +1 @@ +8 0.56953125 0.41640625 0.38671875 0.55859375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MON49KP1XW4PCOOK_jpg.rf.57185101c98ed08fbe2d724b6e6c2b78.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MON49KP1XW4PCOOK_jpg.rf.57185101c98ed08fbe2d724b6e6c2b78.txt new file mode 100644 index 0000000..7594a2f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MON49KP1XW4PCOOK_jpg.rf.57185101c98ed08fbe2d724b6e6c2b78.txt @@ -0,0 +1 @@ +8 0.45546875 0.60390625 0.64375 0.7390625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MOXNBDVJJB448Z36_jpg.rf.0b8171c2fc2dddad5ea2d257f0cd4e94.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MOXNBDVJJB448Z36_jpg.rf.0b8171c2fc2dddad5ea2d257f0cd4e94.txt new file mode 100644 index 0000000..46bcd94 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MOXNBDVJJB448Z36_jpg.rf.0b8171c2fc2dddad5ea2d257f0cd4e94.txt @@ -0,0 +1 @@ +8 0.390625 0.45703125 0.7625 0.85 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MT3X1GRGPTA7SK9S_jpg.rf.a28f0604746420dab72d4a8fe524b63d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MT3X1GRGPTA7SK9S_jpg.rf.a28f0604746420dab72d4a8fe524b63d.txt new file mode 100644 index 0000000..56d81c5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MT3X1GRGPTA7SK9S_jpg.rf.a28f0604746420dab72d4a8fe524b63d.txt @@ -0,0 +1 @@ +8 0.39609375 0.5234375 0.41015625 0.52265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MTPDGHRPBMC05G9G_jpg.rf.9b86bd307cace54ccc318081b293270c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MTPDGHRPBMC05G9G_jpg.rf.9b86bd307cace54ccc318081b293270c.txt new file mode 100644 index 0000000..6b7c265 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MTPDGHRPBMC05G9G_jpg.rf.9b86bd307cace54ccc318081b293270c.txt @@ -0,0 +1 @@ +8 0.421875 0.48203125 0.68671875 0.81171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MYFBBWJVK3CTUHUK_jpg.rf.786dd4621739a409bb421534c72a3efd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MYFBBWJVK3CTUHUK_jpg.rf.786dd4621739a409bb421534c72a3efd.txt new file mode 100644 index 0000000..c7d794c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_MYFBBWJVK3CTUHUK_jpg.rf.786dd4621739a409bb421534c72a3efd.txt @@ -0,0 +1 @@ +8 0.4484375 0.30546875 0.44453125 0.44609375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_NURWMV7DHGC9C2ET_jpg.rf.9609cbe3a1b16813892af495b82f2d5e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_NURWMV7DHGC9C2ET_jpg.rf.9609cbe3a1b16813892af495b82f2d5e.txt new file mode 100644 index 0000000..30f1792 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_NURWMV7DHGC9C2ET_jpg.rf.9609cbe3a1b16813892af495b82f2d5e.txt @@ -0,0 +1 @@ +8 0.45234375 0.503125 0.59453125 0.56171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_NWD11PZVW0S3YMTX_jpg.rf.439d2b51fa5f723ff69e2714db4344e8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_NWD11PZVW0S3YMTX_jpg.rf.439d2b51fa5f723ff69e2714db4344e8.txt new file mode 100644 index 0000000..8bada00 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_NWD11PZVW0S3YMTX_jpg.rf.439d2b51fa5f723ff69e2714db4344e8.txt @@ -0,0 +1 @@ +8 0.56171875 0.43828125 0.81875 0.234375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_O3FIJ11IKM3SOLYG_jpg.rf.e2a06fdcce13681971e906eda9be56ae.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_O3FIJ11IKM3SOLYG_jpg.rf.e2a06fdcce13681971e906eda9be56ae.txt new file mode 100644 index 0000000..5bbbf04 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_O3FIJ11IKM3SOLYG_jpg.rf.e2a06fdcce13681971e906eda9be56ae.txt @@ -0,0 +1 @@ +8 0.5671875 0.46953125 0.58828125 0.59375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OA90R87KT9F9Z7GT_jpg.rf.f06e9ce821931a018fca37caf996d24e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OA90R87KT9F9Z7GT_jpg.rf.f06e9ce821931a018fca37caf996d24e.txt new file mode 100644 index 0000000..74cfbed --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OA90R87KT9F9Z7GT_jpg.rf.f06e9ce821931a018fca37caf996d24e.txt @@ -0,0 +1 @@ +8 0.5296875 0.5109375 0.584375 0.56328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OB093H2S65W40JAO_jpg.rf.3f84a13b06f5a9d76269d905fc7b1311.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OB093H2S65W40JAO_jpg.rf.3f84a13b06f5a9d76269d905fc7b1311.txt new file mode 100644 index 0000000..b4536b2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OB093H2S65W40JAO_jpg.rf.3f84a13b06f5a9d76269d905fc7b1311.txt @@ -0,0 +1 @@ +8 0.49765625 0.53125 0.73203125 0.71328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ON7UHABIFJUKVLPO_jpg.rf.2fcae5f647814538fb727688183bf1fc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ON7UHABIFJUKVLPO_jpg.rf.2fcae5f647814538fb727688183bf1fc.txt new file mode 100644 index 0000000..e69de29 diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OPFOYD77NW3YNRWT_jpg.rf.c4ca35afc8059b2e724bbfe1a12c581d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OPFOYD77NW3YNRWT_jpg.rf.c4ca35afc8059b2e724bbfe1a12c581d.txt new file mode 100644 index 0000000..35d8bb4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OPFOYD77NW3YNRWT_jpg.rf.c4ca35afc8059b2e724bbfe1a12c581d.txt @@ -0,0 +1 @@ +8 0.49765625 0.42890625 0.64609375 0.8484375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OSHWV9DQZ8QST70X_jpg.rf.9284832a6b3a85eac3a123628497a0d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OSHWV9DQZ8QST70X_jpg.rf.9284832a6b3a85eac3a123628497a0d7.txt new file mode 100644 index 0000000..083f1e9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OSHWV9DQZ8QST70X_jpg.rf.9284832a6b3a85eac3a123628497a0d7.txt @@ -0,0 +1 @@ +8 0.521875 0.5421875 0.42890625 0.5015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OSJFEHFGEMFTC743_jpg.rf.513043dee906fb9436073196aced43f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OSJFEHFGEMFTC743_jpg.rf.513043dee906fb9436073196aced43f9.txt new file mode 100644 index 0000000..fea218c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OSJFEHFGEMFTC743_jpg.rf.513043dee906fb9436073196aced43f9.txt @@ -0,0 +1 @@ +8 0.571875 0.48984375 0.67890625 0.43984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OW2RGAORQEDN3HXN_jpg.rf.27c9935275868a2ad285de596fc6c368.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OW2RGAORQEDN3HXN_jpg.rf.27c9935275868a2ad285de596fc6c368.txt new file mode 100644 index 0000000..8a3434f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_OW2RGAORQEDN3HXN_jpg.rf.27c9935275868a2ad285de596fc6c368.txt @@ -0,0 +1 @@ +8 0.26640625 0.4984375 0.53203125 0.66953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_P190L7RNOZ8EJE2S_jpg.rf.f1b6e0c29316b695154df5c8fb8c0627.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_P190L7RNOZ8EJE2S_jpg.rf.f1b6e0c29316b695154df5c8fb8c0627.txt new file mode 100644 index 0000000..c0fa1ec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_P190L7RNOZ8EJE2S_jpg.rf.f1b6e0c29316b695154df5c8fb8c0627.txt @@ -0,0 +1 @@ +8 0.41640625 0.4671875 0.51796875 0.40703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q18T8O25C5DH18TX_jpg.rf.e361172d13cf9d41b256047d10897378.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q18T8O25C5DH18TX_jpg.rf.e361172d13cf9d41b256047d10897378.txt new file mode 100644 index 0000000..348e711 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q18T8O25C5DH18TX_jpg.rf.e361172d13cf9d41b256047d10897378.txt @@ -0,0 +1 @@ +8 0.4390625 0.484375 0.878125 0.46328125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q44KDUO99Y1TYD2D_jpg.rf.218c23bf638f3bce76c49c503efb2bfc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q44KDUO99Y1TYD2D_jpg.rf.218c23bf638f3bce76c49c503efb2bfc.txt new file mode 100644 index 0000000..97e8ad1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q44KDUO99Y1TYD2D_jpg.rf.218c23bf638f3bce76c49c503efb2bfc.txt @@ -0,0 +1,3 @@ +8 0.4875 0.178125 0.63515625 0.35625 +8 0.4390625 0.521875 0.71640625 0.7203125 +8 0.3875 0.90390625 0.73515625 0.18671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q8W7ZGTBU14UGURS_jpg.rf.c256ad155cef0b6885df1ede4006ec5f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q8W7ZGTBU14UGURS_jpg.rf.c256ad155cef0b6885df1ede4006ec5f.txt new file mode 100644 index 0000000..fe3b27c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Q8W7ZGTBU14UGURS_jpg.rf.c256ad155cef0b6885df1ede4006ec5f.txt @@ -0,0 +1 @@ +8 0.4640625 0.43125 0.746875 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_QOGSFSPQO1IH6D9A_jpg.rf.bfc2e9242fb1683a68b827ea2f6a226e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_QOGSFSPQO1IH6D9A_jpg.rf.bfc2e9242fb1683a68b827ea2f6a226e.txt new file mode 100644 index 0000000..70d6cd7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_QOGSFSPQO1IH6D9A_jpg.rf.bfc2e9242fb1683a68b827ea2f6a226e.txt @@ -0,0 +1 @@ +8 0.37578125 0.5734375 0.6953125 0.78203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_R65AJ66FCUAAVMNU_jpg.rf.294de842af6be54ceaeb4531f9a32888.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_R65AJ66FCUAAVMNU_jpg.rf.294de842af6be54ceaeb4531f9a32888.txt new file mode 100644 index 0000000..70850bb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_R65AJ66FCUAAVMNU_jpg.rf.294de842af6be54ceaeb4531f9a32888.txt @@ -0,0 +1 @@ +8 0.45 0.4875 0.715625 0.59296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_R8VOEAH7AUTCV29I_jpg.rf.abe7221f00dba325d123828ea7ba0e86.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_R8VOEAH7AUTCV29I_jpg.rf.abe7221f00dba325d123828ea7ba0e86.txt new file mode 100644 index 0000000..c34ef59 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_R8VOEAH7AUTCV29I_jpg.rf.abe7221f00dba325d123828ea7ba0e86.txt @@ -0,0 +1 @@ +8 0.51328125 0.44375 0.35 0.29453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_RSJJ8WMTQSOVZ7ZH_jpg.rf.29e4e37fa7ea3986c2b4f3da1a4b83dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_RSJJ8WMTQSOVZ7ZH_jpg.rf.29e4e37fa7ea3986c2b4f3da1a4b83dd.txt new file mode 100644 index 0000000..e43e2c6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_RSJJ8WMTQSOVZ7ZH_jpg.rf.29e4e37fa7ea3986c2b4f3da1a4b83dd.txt @@ -0,0 +1 @@ +8 0.5 0.471875 0.7078125 0.765625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_RXZCTFT7XIIH2207_jpg.rf.a2493a3095ad9c71deebcafb21ca6e73.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_RXZCTFT7XIIH2207_jpg.rf.a2493a3095ad9c71deebcafb21ca6e73.txt new file mode 100644 index 0000000..39f5850 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_RXZCTFT7XIIH2207_jpg.rf.a2493a3095ad9c71deebcafb21ca6e73.txt @@ -0,0 +1,2 @@ +8 0.565625 0.48671875 0.3625 0.32265625 +8 0.3140625 0.796875 0.46328125 0.396875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_SDWTGDODJPX2S3XN_jpg.rf.dc9459a1185716143ab16d653ae6eed0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_SDWTGDODJPX2S3XN_jpg.rf.dc9459a1185716143ab16d653ae6eed0.txt new file mode 100644 index 0000000..1d36d6e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_SDWTGDODJPX2S3XN_jpg.rf.dc9459a1185716143ab16d653ae6eed0.txt @@ -0,0 +1,2 @@ +8 0.53984375 0.365625 0.76328125 0.3515625 +8 0.56171875 0.5859375 0.63359375 0.2671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TFFWGIND8ZR8GVZD_jpg.rf.c66d01169054090867dd52851d07fe29.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TFFWGIND8ZR8GVZD_jpg.rf.c66d01169054090867dd52851d07fe29.txt new file mode 100644 index 0000000..f8f0f2a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TFFWGIND8ZR8GVZD_jpg.rf.c66d01169054090867dd52851d07fe29.txt @@ -0,0 +1,3 @@ +8 0.87734375 0.4390625 0.24453125 0.32265625 +8 0.92890625 0.6234375 0.1421875 0.30859375 +8 0.46953125 0.48125 0.728125 0.33046875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TFX8A9BWAKZKYOMY_jpg.rf.c64dce16a0a49fe52c52d31c6cd27693.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TFX8A9BWAKZKYOMY_jpg.rf.c64dce16a0a49fe52c52d31c6cd27693.txt new file mode 100644 index 0000000..3cd9924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TFX8A9BWAKZKYOMY_jpg.rf.c64dce16a0a49fe52c52d31c6cd27693.txt @@ -0,0 +1 @@ +8 0.571875 0.503125 0.66640625 0.44453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TGM7TQZKM14D2ZWZ_jpg.rf.47d6b2a23d764040cfe67cc0976e6676.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TGM7TQZKM14D2ZWZ_jpg.rf.47d6b2a23d764040cfe67cc0976e6676.txt new file mode 100644 index 0000000..4a31063 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TGM7TQZKM14D2ZWZ_jpg.rf.47d6b2a23d764040cfe67cc0976e6676.txt @@ -0,0 +1 @@ +8 0.5625 0.61875 0.47109375 0.41015625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TXEVC99CUSA4CHWH_jpg.rf.ff573e2d6fd8b49084b898d51c5c4cc1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TXEVC99CUSA4CHWH_jpg.rf.ff573e2d6fd8b49084b898d51c5c4cc1.txt new file mode 100644 index 0000000..ca766bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_TXEVC99CUSA4CHWH_jpg.rf.ff573e2d6fd8b49084b898d51c5c4cc1.txt @@ -0,0 +1 @@ +8 0.4640625 0.49296875 0.64375 0.596875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_U11TYYLSJ5H2GM0C_jpg.rf.3cf5082cefcc908b8ab0178e248e3143.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_U11TYYLSJ5H2GM0C_jpg.rf.3cf5082cefcc908b8ab0178e248e3143.txt new file mode 100644 index 0000000..32caf63 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_U11TYYLSJ5H2GM0C_jpg.rf.3cf5082cefcc908b8ab0178e248e3143.txt @@ -0,0 +1 @@ +8 0.4640625 0.49765625 0.50234375 0.728125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_U3NETU3LEZNGZOK9_jpg.rf.bbd2b4164a938d572afbb3a861a99890.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_U3NETU3LEZNGZOK9_jpg.rf.bbd2b4164a938d572afbb3a861a99890.txt new file mode 100644 index 0000000..edace61 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_U3NETU3LEZNGZOK9_jpg.rf.bbd2b4164a938d572afbb3a861a99890.txt @@ -0,0 +1 @@ +8 0.5296875 0.48125 0.934375 0.9625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_UZXVK8T06FNICC0S_jpg.rf.2f50f4e921a3dd3d8b3a88295fea256c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_UZXVK8T06FNICC0S_jpg.rf.2f50f4e921a3dd3d8b3a88295fea256c.txt new file mode 100644 index 0000000..0ec7ffa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_UZXVK8T06FNICC0S_jpg.rf.2f50f4e921a3dd3d8b3a88295fea256c.txt @@ -0,0 +1 @@ +8 0.59765625 0.48203125 0.4296875 0.5171875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_V0PB3CYDW6AP0UNG_jpg.rf.742707c1a88da524a411bcc9bef748ab.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_V0PB3CYDW6AP0UNG_jpg.rf.742707c1a88da524a411bcc9bef748ab.txt new file mode 100644 index 0000000..35469f6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_V0PB3CYDW6AP0UNG_jpg.rf.742707c1a88da524a411bcc9bef748ab.txt @@ -0,0 +1 @@ +8 0.51640625 0.515625 0.64765625 0.62265625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W44XGXN4UDP2QMDM_jpg.rf.91c0d108249a234c26a7f0da64478084.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W44XGXN4UDP2QMDM_jpg.rf.91c0d108249a234c26a7f0da64478084.txt new file mode 100644 index 0000000..baef9bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W44XGXN4UDP2QMDM_jpg.rf.91c0d108249a234c26a7f0da64478084.txt @@ -0,0 +1 @@ +8 0.52890625 0.48046875 0.6171875 0.47890625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W5LJDZLLXR8ESWFB_jpg.rf.9a2a3400d7a3045a9477c477b8619dca.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W5LJDZLLXR8ESWFB_jpg.rf.9a2a3400d7a3045a9477c477b8619dca.txt new file mode 100644 index 0000000..032062f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W5LJDZLLXR8ESWFB_jpg.rf.9a2a3400d7a3045a9477c477b8619dca.txt @@ -0,0 +1 @@ +8 0.4328125 0.40625 0.64609375 0.51640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W7DH2J4O0RSEZX8S_jpg.rf.ee203f500c332852a86fa2cda228d928.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W7DH2J4O0RSEZX8S_jpg.rf.ee203f500c332852a86fa2cda228d928.txt new file mode 100644 index 0000000..bddb6ce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_W7DH2J4O0RSEZX8S_jpg.rf.ee203f500c332852a86fa2cda228d928.txt @@ -0,0 +1 @@ +8 0.5328125 0.4859375 0.7578125 0.70703125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WFGWUCJS01SK6RNM_jpg.rf.c513bc709b7f9a145d3b010b69302f9b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WFGWUCJS01SK6RNM_jpg.rf.c513bc709b7f9a145d3b010b69302f9b.txt new file mode 100644 index 0000000..aadc065 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WFGWUCJS01SK6RNM_jpg.rf.c513bc709b7f9a145d3b010b69302f9b.txt @@ -0,0 +1 @@ +8 0.40703125 0.4828125 0.6703125 0.58359375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WIQVW5II6QM4B28D_jpg.rf.7f07b528a44fd33e73bd1506d84f4073.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WIQVW5II6QM4B28D_jpg.rf.7f07b528a44fd33e73bd1506d84f4073.txt new file mode 100644 index 0000000..947c9a7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WIQVW5II6QM4B28D_jpg.rf.7f07b528a44fd33e73bd1506d84f4073.txt @@ -0,0 +1 @@ +8 0.5171875 0.41875 0.96484375 0.8375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WKCV3LRFY9VGIET1_jpg.rf.c4077e66a1730f22fe32a013ad2853bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WKCV3LRFY9VGIET1_jpg.rf.c4077e66a1730f22fe32a013ad2853bd.txt new file mode 100644 index 0000000..8c04783 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WKCV3LRFY9VGIET1_jpg.rf.c4077e66a1730f22fe32a013ad2853bd.txt @@ -0,0 +1 @@ +8 0.50234375 0.503125 0.84140625 0.66796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WLCPAV6ZYWKRYM0C_jpg.rf.7b8761e0a672e800fdc3baaa3d604acb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WLCPAV6ZYWKRYM0C_jpg.rf.7b8761e0a672e800fdc3baaa3d604acb.txt new file mode 100644 index 0000000..0677bdd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WLCPAV6ZYWKRYM0C_jpg.rf.7b8761e0a672e800fdc3baaa3d604acb.txt @@ -0,0 +1 @@ +8 0.53125 0.45625 0.6625 0.690625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WLGRME1QK7VSCJF8_jpg.rf.1f349dcdef64335eedab308dd24bbd80.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WLGRME1QK7VSCJF8_jpg.rf.1f349dcdef64335eedab308dd24bbd80.txt new file mode 100644 index 0000000..ecafe98 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WLGRME1QK7VSCJF8_jpg.rf.1f349dcdef64335eedab308dd24bbd80.txt @@ -0,0 +1 @@ +8 0.36953125 0.56015625 0.73046875 0.8734375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WXTDCLRKQP1SWVYA_jpg.rf.2bacd525210b63b02a21284ccc069fea.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WXTDCLRKQP1SWVYA_jpg.rf.2bacd525210b63b02a21284ccc069fea.txt new file mode 100644 index 0000000..6068894 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_WXTDCLRKQP1SWVYA_jpg.rf.2bacd525210b63b02a21284ccc069fea.txt @@ -0,0 +1 @@ +8 0.41484375 0.5234375 0.675 0.53984375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XJG0AE7ZWL70WBWA_jpg.rf.5ef599b7416bb6b8b37da26d3cb42bae.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XJG0AE7ZWL70WBWA_jpg.rf.5ef599b7416bb6b8b37da26d3cb42bae.txt new file mode 100644 index 0000000..b665545 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XJG0AE7ZWL70WBWA_jpg.rf.5ef599b7416bb6b8b37da26d3cb42bae.txt @@ -0,0 +1 @@ +8 0.46171875 0.54609375 0.6359375 0.8640625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XLTLMAZEVM3KQS38_jpg.rf.a006a91d35b05bc04e52525961588761.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XLTLMAZEVM3KQS38_jpg.rf.a006a91d35b05bc04e52525961588761.txt new file mode 100644 index 0000000..f0d40c2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XLTLMAZEVM3KQS38_jpg.rf.a006a91d35b05bc04e52525961588761.txt @@ -0,0 +1 @@ +8 0.59296875 0.50625 0.778125 0.740625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XO564N55B99IFJ6D_jpg.rf.e6b3561bfb947575095a49f1ddebd45b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XO564N55B99IFJ6D_jpg.rf.e6b3561bfb947575095a49f1ddebd45b.txt new file mode 100644 index 0000000..61f2b14 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_XO564N55B99IFJ6D_jpg.rf.e6b3561bfb947575095a49f1ddebd45b.txt @@ -0,0 +1 @@ +8 0.4875 0.5203125 0.64140625 0.8953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_YK02JEW0XAH5VQBK_jpg.rf.d8d5b832a676a8d7266d7f9a324762d2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_YK02JEW0XAH5VQBK_jpg.rf.d8d5b832a676a8d7266d7f9a324762d2.txt new file mode 100644 index 0000000..417a5f8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_YK02JEW0XAH5VQBK_jpg.rf.d8d5b832a676a8d7266d7f9a324762d2.txt @@ -0,0 +1 @@ +8 0.50703125 0.52578125 0.68125 0.853125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_YLSDHF7BIOOQ346V_jpg.rf.82e922bd0be31c883f9013db66952532.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_YLSDHF7BIOOQ346V_jpg.rf.82e922bd0be31c883f9013db66952532.txt new file mode 100644 index 0000000..a616e95 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_YLSDHF7BIOOQ346V_jpg.rf.82e922bd0be31c883f9013db66952532.txt @@ -0,0 +1 @@ +8 0.4984375 0.60234375 0.996875 0.4921875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z1910K4AFTC2PRBY_jpg.rf.a2de479fef573402afdfd870cc41330f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z1910K4AFTC2PRBY_jpg.rf.a2de479fef573402afdfd870cc41330f.txt new file mode 100644 index 0000000..0b4ae10 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z1910K4AFTC2PRBY_jpg.rf.a2de479fef573402afdfd870cc41330f.txt @@ -0,0 +1 @@ +8 0.51796875 0.4609375 0.709375 0.78828125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z2ACOTEVKK3T5KXX_jpg.rf.1e713249123c6f92df1cc1f4e74516de.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z2ACOTEVKK3T5KXX_jpg.rf.1e713249123c6f92df1cc1f4e74516de.txt new file mode 100644 index 0000000..0afb1b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z2ACOTEVKK3T5KXX_jpg.rf.1e713249123c6f92df1cc1f4e74516de.txt @@ -0,0 +1 @@ +8 0.46953125 0.58359375 0.52421875 0.453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z2JWF59GU0P1RWXA_jpg.rf.a96e60afaf638c40f8e036c25072dbfb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z2JWF59GU0P1RWXA_jpg.rf.a96e60afaf638c40f8e036c25072dbfb.txt new file mode 100644 index 0000000..a086c7d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z2JWF59GU0P1RWXA_jpg.rf.a96e60afaf638c40f8e036c25072dbfb.txt @@ -0,0 +1 @@ +8 0.478125 0.40546875 0.4171875 0.371875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z4HM8QPTYYHXCYXW_jpg.rf.bd9d6df25e5eddeb4f0f8c61a5f4f665.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z4HM8QPTYYHXCYXW_jpg.rf.bd9d6df25e5eddeb4f0f8c61a5f4f665.txt new file mode 100644 index 0000000..a65b327 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z4HM8QPTYYHXCYXW_jpg.rf.bd9d6df25e5eddeb4f0f8c61a5f4f665.txt @@ -0,0 +1 @@ +8 0.5890625 0.534375 0.70546875 0.7578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z4SKHBZFXVTGDRZP_jpg.rf.f80565176acab437c5e299f8dc17e044.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z4SKHBZFXVTGDRZP_jpg.rf.f80565176acab437c5e299f8dc17e044.txt new file mode 100644 index 0000000..6380ff8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_Z4SKHBZFXVTGDRZP_jpg.rf.f80565176acab437c5e299f8dc17e044.txt @@ -0,0 +1 @@ +8 0.47421875 0.55078125 0.41015625 0.2953125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZE6KY6F7N0CS2FHV_jpg.rf.3cf867f96a4f6b556b5c17d725ca534f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZE6KY6F7N0CS2FHV_jpg.rf.3cf867f96a4f6b556b5c17d725ca534f.txt new file mode 100644 index 0000000..bb632a4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZE6KY6F7N0CS2FHV_jpg.rf.3cf867f96a4f6b556b5c17d725ca534f.txt @@ -0,0 +1 @@ +8 0.63203125 0.625 0.509375 0.584375 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZFVPLWBFFRQ9J6MD_jpg.rf.a02fa8cbde31b819521631291983e598.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZFVPLWBFFRQ9J6MD_jpg.rf.a02fa8cbde31b819521631291983e598.txt new file mode 100644 index 0000000..ef3ec95 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZFVPLWBFFRQ9J6MD_jpg.rf.a02fa8cbde31b819521631291983e598.txt @@ -0,0 +1 @@ +8 0.5828125 0.5046875 0.45234375 0.42578125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZHNGS041HG6A0UI8_jpg.rf.6eeee598f3aaf5dbad7ba9d299026f04.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZHNGS041HG6A0UI8_jpg.rf.6eeee598f3aaf5dbad7ba9d299026f04.txt new file mode 100644 index 0000000..8eb8dc3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZHNGS041HG6A0UI8_jpg.rf.6eeee598f3aaf5dbad7ba9d299026f04.txt @@ -0,0 +1 @@ +8 0.5328125 0.50234375 0.76484375 0.71796875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZJJN936P448GUBPQ_jpg.rf.175db8fb2b60a25bf22ba260b040db1d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZJJN936P448GUBPQ_jpg.rf.175db8fb2b60a25bf22ba260b040db1d.txt new file mode 100644 index 0000000..2ae30f3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZJJN936P448GUBPQ_jpg.rf.175db8fb2b60a25bf22ba260b040db1d.txt @@ -0,0 +1,2 @@ +8 0.51640625 0.46953125 0.91796875 0.53203125 +8 0.62578125 0.1578125 0.74765625 0.18671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZLOCKJZWBT38ZLVL_jpg.rf.3d139757a52ead135cfcadc0ab48232a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZLOCKJZWBT38ZLVL_jpg.rf.3d139757a52ead135cfcadc0ab48232a.txt new file mode 100644 index 0000000..6b1417b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/dc_luggage_batch_1_ZLOCKJZWBT38ZLVL_jpg.rf.3d139757a52ead135cfcadc0ab48232a.txt @@ -0,0 +1 @@ +8 0.5171875 0.44921875 0.57421875 0.625 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/e191e62ba495eb4fe62de84e71c40982ece39d05_jpg.rf.d5d171236155ed881c2b8c88777eef37.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/e191e62ba495eb4fe62de84e71c40982ece39d05_jpg.rf.d5d171236155ed881c2b8c88777eef37.txt new file mode 100644 index 0000000..761c967 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/e191e62ba495eb4fe62de84e71c40982ece39d05_jpg.rf.d5d171236155ed881c2b8c88777eef37.txt @@ -0,0 +1 @@ +5 0.560126582278481 0.19057665260196907 0.44936708860759494 0.2841068917018284 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/f545cc1def8a3c506129092634ccd361_jpg.rf.31dfd4b3158003d61166dd8937f46551.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/f545cc1def8a3c506129092634ccd361_jpg.rf.31dfd4b3158003d61166dd8937f46551.txt new file mode 100644 index 0000000..e2c3b57 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/f545cc1def8a3c506129092634ccd361_jpg.rf.31dfd4b3158003d61166dd8937f46551.txt @@ -0,0 +1 @@ +1 0.54675 0.61725 0.37183750000000004 0.646175 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0000_jpg.rf.eda9825f7feb34d482b19ae71315b1dd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0000_jpg.rf.eda9825f7feb34d482b19ae71315b1dd.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0000_jpg.rf.eda9825f7feb34d482b19ae71315b1dd.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0010_jpg.rf.dbd7f7f9e7d1027a2e3478064da18a7d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0010_jpg.rf.dbd7f7f9e7d1027a2e3478064da18a7d.txt new file mode 100644 index 0000000..8f3b7c1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0010_jpg.rf.dbd7f7f9e7d1027a2e3478064da18a7d.txt @@ -0,0 +1 @@ +8 0.40546875 0.45234375 0.29765625 0.45078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0073_jpg.rf.dd3f50ed187e3fa7ee0cf655eafa0f13.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0073_jpg.rf.dd3f50ed187e3fa7ee0cf655eafa0f13.txt new file mode 100644 index 0000000..b2ca426 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0073_jpg.rf.dd3f50ed187e3fa7ee0cf655eafa0f13.txt @@ -0,0 +1 @@ +8 0.4390625 0.43359375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0103_jpg.rf.6ec71dc0023d8e90eb1c978ed1991817.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0103_jpg.rf.6ec71dc0023d8e90eb1c978ed1991817.txt new file mode 100644 index 0000000..bb91799 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0103_jpg.rf.6ec71dc0023d8e90eb1c978ed1991817.txt @@ -0,0 +1 @@ +8 0.41796875 0.4484375 0.33828125 0.425 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0289_jpg.rf.3d21a8efa330c911ddb0b50f918bc2f9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0289_jpg.rf.3d21a8efa330c911ddb0b50f918bc2f9.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0289_jpg.rf.3d21a8efa330c911ddb0b50f918bc2f9.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0290_jpg.rf.61dd95e39110def88360fceeb498bd0a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0290_jpg.rf.61dd95e39110def88360fceeb498bd0a.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0290_jpg.rf.61dd95e39110def88360fceeb498bd0a.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0293_jpg.rf.aa7a8c5887797f7a7fefb76ab585e6c6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0293_jpg.rf.aa7a8c5887797f7a7fefb76ab585e6c6.txt new file mode 100644 index 0000000..e55a924 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0293_jpg.rf.aa7a8c5887797f7a7fefb76ab585e6c6.txt @@ -0,0 +1 @@ +8 0.47734375 0.47109375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0337_jpg.rf.27a6e249aba7fcb6466cece66043d00a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0337_jpg.rf.27a6e249aba7fcb6466cece66043d00a.txt new file mode 100644 index 0000000..c63dee5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0337_jpg.rf.27a6e249aba7fcb6466cece66043d00a.txt @@ -0,0 +1 @@ +8 0.4421875 0.4359375 0.27265625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0340_jpg.rf.18b36af46ca3d19756c98f32b939d93e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0340_jpg.rf.18b36af46ca3d19756c98f32b939d93e.txt new file mode 100644 index 0000000..1826220 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0340_jpg.rf.18b36af46ca3d19756c98f32b939d93e.txt @@ -0,0 +1 @@ +8 0.42578125 0.4359375 0.2390625 0.35078125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0398_jpg.rf.e06d048354b6b02ab706523a35c0a059.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0398_jpg.rf.e06d048354b6b02ab706523a35c0a059.txt new file mode 100644 index 0000000..ec3a405 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0398_jpg.rf.e06d048354b6b02ab706523a35c0a059.txt @@ -0,0 +1 @@ +8 0.45859375 0.39921875 0.2703125 0.39453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0538_jpg.rf.b9ff134e28c65ded00744a9167933ba0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0538_jpg.rf.b9ff134e28c65ded00744a9167933ba0.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0538_jpg.rf.b9ff134e28c65ded00744a9167933ba0.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0540_jpg.rf.73336c9b086c5e9fb452cd807c1d4658.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0540_jpg.rf.73336c9b086c5e9fb452cd807c1d4658.txt new file mode 100644 index 0000000..ba889b7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0540_jpg.rf.73336c9b086c5e9fb452cd807c1d4658.txt @@ -0,0 +1 @@ +8 0.5421875 0.61796875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0542_jpg.rf.a4b5805b3dc283043985daa38a21210f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0542_jpg.rf.a4b5805b3dc283043985daa38a21210f.txt new file mode 100644 index 0000000..5d689ca --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0542_jpg.rf.a4b5805b3dc283043985daa38a21210f.txt @@ -0,0 +1 @@ +8 0.51640625 0.621875 0.4796875 0.69453125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0583_jpg.rf.1474f3d16370986015c1620bc51c14bf.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0583_jpg.rf.1474f3d16370986015c1620bc51c14bf.txt new file mode 100644 index 0000000..c63e8c4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0583_jpg.rf.1474f3d16370986015c1620bc51c14bf.txt @@ -0,0 +1 @@ +8 0.5265625 0.59140625 0.58828125 0.68671875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0764_jpg.rf.92bf29160322e015e9c2ed49081c22c9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0764_jpg.rf.92bf29160322e015e9c2ed49081c22c9.txt new file mode 100644 index 0000000..15e2c9d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0764_jpg.rf.92bf29160322e015e9c2ed49081c22c9.txt @@ -0,0 +1 @@ +8 0.5140625 0.6625 0.603125 0.675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0765_jpg.rf.f253710ccb8746844fb73a555c0f62bb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0765_jpg.rf.f253710ccb8746844fb73a555c0f62bb.txt new file mode 100644 index 0000000..15e2c9d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0765_jpg.rf.f253710ccb8746844fb73a555c0f62bb.txt @@ -0,0 +1 @@ +8 0.5140625 0.6625 0.603125 0.675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0766_jpg.rf.7b953710c6d09731325c2abd5d154b03.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0766_jpg.rf.7b953710c6d09731325c2abd5d154b03.txt new file mode 100644 index 0000000..15e2c9d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_0766_jpg.rf.7b953710c6d09731325c2abd5d154b03.txt @@ -0,0 +1 @@ +8 0.5140625 0.6625 0.603125 0.675 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/frame_1062_jpg.rf.aa269c53d5cb39a1a5c14f10b6bd8253.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_1062_jpg.rf.aa269c53d5cb39a1a5c14f10b6bd8253.txt new file mode 100644 index 0000000..80d34bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/frame_1062_jpg.rf.aa269c53d5cb39a1a5c14f10b6bd8253.txt @@ -0,0 +1 @@ +8 0.465625 0.64375 0.54140625 0.55546875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images149_jpg.rf.e25b49bf9b32743743b202806e2b1e38.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images149_jpg.rf.e25b49bf9b32743743b202806e2b1e38.txt new file mode 100644 index 0000000..83e729f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images149_jpg.rf.e25b49bf9b32743743b202806e2b1e38.txt @@ -0,0 +1 @@ +6 0.30106666666666665 0.4204444444444444 0.37271111111111105 0.5860888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images181_jpg.rf.96c91178f2124797eca0b6becf76fbfd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images181_jpg.rf.96c91178f2124797eca0b6becf76fbfd.txt new file mode 100644 index 0000000..21a4d7f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images181_jpg.rf.96c91178f2124797eca0b6becf76fbfd.txt @@ -0,0 +1,6 @@ +6 0.2005333333333333 0.6405777777777778 0.2012888888888889 0.5015111111111112 +6 0.3740888888888889 0.5874666666666667 0.17586666666666664 0.4417777777777777 +6 0.5708888888888889 0.5864 0.17160000000000006 0.42697777777777773 +6 0.7717333333333333 0.6253333333333333 0.24733333333333324 0.48795555555555564 +7 0.37977777777777777 0.27924444444444446 0.20848888888888886 0.19786666666666672 +7 0.5859111111111112 0.27671111111111113 0.22284444444444437 0.1927555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images199_jpg.rf.4f9de2209725190816073a954c077bda.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images199_jpg.rf.4f9de2209725190816073a954c077bda.txt new file mode 100644 index 0000000..691acfd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images199_jpg.rf.4f9de2209725190816073a954c077bda.txt @@ -0,0 +1,2 @@ +6 0.3088888888888889 0.43231111111111115 0.21484444444444445 0.6775555555555555 +6 0.7473777777777778 0.5508444444444445 0.2452444444444445 0.5928888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images215_jpg.rf.5a8c883a92ee314f86016351c84471b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images215_jpg.rf.5a8c883a92ee314f86016351c84471b6.txt new file mode 100644 index 0000000..2d56694 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images215_jpg.rf.5a8c883a92ee314f86016351c84471b6.txt @@ -0,0 +1,2 @@ +6 0.5264 0.5265777777777778 0.40444444444444444 0.7216444444444444 +0 0.573288888888889 0.09862222222222222 0.28804444444444444 0.19724444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images227_jpg.rf.e14496bc915df6491a2056d2f2d66cb5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images227_jpg.rf.e14496bc915df6491a2056d2f2d66cb5.txt new file mode 100644 index 0000000..3f5f6aa --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images227_jpg.rf.e14496bc915df6491a2056d2f2d66cb5.txt @@ -0,0 +1,3 @@ +1 0.1730222222222222 0.5870666666666667 0.3240444444444444 0.7880888888888888 +1 0.4993333333333333 0.5815555555555555 0.3552888888888889 0.8194222222222223 +1 0.8388444444444445 0.5845333333333333 0.32231111111111105 0.8168888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images260_jpg.rf.33be944c3f06b87a3c93cd6a7f4d6edf.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images260_jpg.rf.33be944c3f06b87a3c93cd6a7f4d6edf.txt new file mode 100644 index 0000000..9b92d31 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images260_jpg.rf.33be944c3f06b87a3c93cd6a7f4d6edf.txt @@ -0,0 +1,2 @@ +6 0.5893777777777779 0.6992888888888888 0.8147111111111112 0.6014222222222222 +0 0.4060888888888889 0.21773333333333333 0.6986222222222223 0.38533333333333336 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images326_jpg.rf.d145bd491f6552755be228b80f5bc090.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images326_jpg.rf.d145bd491f6552755be228b80f5bc090.txt new file mode 100644 index 0000000..0eb0ff9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images326_jpg.rf.d145bd491f6552755be228b80f5bc090.txt @@ -0,0 +1,2 @@ +6 0.49337777777777786 0.4258666666666666 0.3208444444444445 0.5307555555555556 +0 0.4835111111111111 0.08946666666666667 0.37728888888888895 0.17893333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images430_jpg.rf.1756a4eb6e5a25b58ca0b7c00c2a7b2a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images430_jpg.rf.1756a4eb6e5a25b58ca0b7c00c2a7b2a.txt new file mode 100644 index 0000000..da96211 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images430_jpg.rf.1756a4eb6e5a25b58ca0b7c00c2a7b2a.txt @@ -0,0 +1,2 @@ +6 0.6246222222222222 0.5104 0.32142222222222216 0.5755555555555556 +0 0.5459111111111111 0.11666666666666667 0.2656 0.22826666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images431_jpg.rf.0ef22cd799832bd8a5862bc345aeb58f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images431_jpg.rf.0ef22cd799832bd8a5862bc345aeb58f.txt new file mode 100644 index 0000000..d41b0a8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images431_jpg.rf.0ef22cd799832bd8a5862bc345aeb58f.txt @@ -0,0 +1,5 @@ +6 0.1288 0.2997777777777778 0.1552 0.15 +6 0.296 0.2800888888888889 0.14244444444444446 0.16568888888888886 +6 0.46697777777777777 0.27924444444444446 0.14582222222222224 0.16400000000000003 +6 0.6695111111111111 0.3114222222222222 0.20800000000000005 0.26222222222222225 +6 0.8815555555555555 0.3560888888888889 0.18342222222222215 0.3388444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images454_jpg.rf.dfb186d20357966f4101112e23e3a899.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images454_jpg.rf.dfb186d20357966f4101112e23e3a899.txt new file mode 100644 index 0000000..4a0871f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images454_jpg.rf.dfb186d20357966f4101112e23e3a899.txt @@ -0,0 +1,2 @@ +6 0.24346666666666666 0.5287111111111111 0.2392888888888889 0.46622222222222226 +0 0.24435555555555555 0.24364444444444444 0.27142222222222223 0.18106666666666665 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images52_jpg.rf.0c4ef2a4e2ee5c69197c5f6e63fceefc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images52_jpg.rf.0c4ef2a4e2ee5c69197c5f6e63fceefc.txt new file mode 100644 index 0000000..9c47423 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images52_jpg.rf.0c4ef2a4e2ee5c69197c5f6e63fceefc.txt @@ -0,0 +1 @@ +6 0.4865333333333333 0.4682222222222222 0.36 0.7593777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images533_jpg.rf.5611cbbfca47b5dd723f9e926a13e0be.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images533_jpg.rf.5611cbbfca47b5dd723f9e926a13e0be.txt new file mode 100644 index 0000000..07387bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images533_jpg.rf.5611cbbfca47b5dd723f9e926a13e0be.txt @@ -0,0 +1,4 @@ +6 0.08435555555555556 0.46955555555555556 0.15942222222222222 0.34564444444444437 +6 0.32964444444444446 0.5313333333333333 0.1970666666666667 0.36768888888888884 +6 0.6136444444444444 0.5214222222222222 0.19786666666666664 0.36048888888888897 +6 0.8669333333333333 0.48013333333333336 0.1753777777777777 0.3244888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images598_jpg.rf.e94a7fc6ed8dc79882ec161cb2269da6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images598_jpg.rf.e94a7fc6ed8dc79882ec161cb2269da6.txt new file mode 100644 index 0000000..048220f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images598_jpg.rf.e94a7fc6ed8dc79882ec161cb2269da6.txt @@ -0,0 +1 @@ +6 0.4866666666666667 0.5132 0.5026222222222223 0.8816 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images5_jpg.rf.0cd14e73eafc2c80b6e076a69dffbb6b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images5_jpg.rf.0cd14e73eafc2c80b6e076a69dffbb6b.txt new file mode 100644 index 0000000..3e5c9b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images5_jpg.rf.0cd14e73eafc2c80b6e076a69dffbb6b.txt @@ -0,0 +1,2 @@ +6 0.4924888888888889 0.5814222222222222 0.29440000000000005 0.4397777777777777 +0 0.5164888888888888 0.2850666666666667 0.29719999999999996 0.19413333333333335 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images610_jpg.rf.274a2d8095cf66840eeb0235106e7a33.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images610_jpg.rf.274a2d8095cf66840eeb0235106e7a33.txt new file mode 100644 index 0000000..0cc328f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images610_jpg.rf.274a2d8095cf66840eeb0235106e7a33.txt @@ -0,0 +1,16 @@ +6 0.12097777777777777 0.0972 0.16066666666666668 0.13853333333333331 +6 0.31293333333333334 0.108 0.1593777777777778 0.1812888888888889 +6 0.664 0.6407555555555555 0.17160000000000006 0.12515555555555566 +6 0.8790222222222223 0.9091555555555556 0.21217777777777783 0.1539999999999999 +6 0.8938222222222223 0.5186222222222222 0.14871111111111102 0.12213333333333336 +6 0.5044444444444445 0.2532 0.21648888888888887 0.17542222222222223 +6 0.5171111111111111 0.08364444444444445 0.2249333333333334 0.12835555555555553 +6 0.726 0.1280888888888889 0.15591111111111103 0.17493333333333333 +6 0.7101333333333333 0.2836888888888889 0.15382222222222228 0.13475555555555552 +6 0.8942666666666667 0.12302222222222223 0.15800000000000006 0.19866666666666669 +6 0.10044444444444445 0.33324444444444445 0.1577333333333333 0.2931111111111112 +6 0.4140888888888889 0.8190222222222222 0.25164444444444445 0.32080000000000003 +6 0.6803111111111111 0.8433333333333334 0.1660888888888889 0.2551555555555554 +6 0.8864 0.3436 0.19737777777777762 0.2249777777777778 +6 0.8641777777777778 0.7057777777777778 0.21813333333333326 0.2424444444444445 +6 0.12733333333333333 0.7415555555555555 0.19875555555555555 0.4452000000000001 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images622_jpg.rf.7fbfaffdbdc41ecf0bca1e089a02c5be.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images622_jpg.rf.7fbfaffdbdc41ecf0bca1e089a02c5be.txt new file mode 100644 index 0000000..ee98ea5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images622_jpg.rf.7fbfaffdbdc41ecf0bca1e089a02c5be.txt @@ -0,0 +1 @@ +6 0.46546666666666675 0.48333333333333334 0.47720000000000007 0.8091999999999999 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images65_jpg.rf.a8bb870a8a5b37d35448053a48301a56.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images65_jpg.rf.a8bb870a8a5b37d35448053a48301a56.txt new file mode 100644 index 0000000..739f6d9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images65_jpg.rf.a8bb870a8a5b37d35448053a48301a56.txt @@ -0,0 +1 @@ +6 0.5120444444444445 0.5423555555555556 0.31635555555555567 0.3896888888888889 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images681_jpg.rf.d76faeb5d4935e61ed81fd6daf1948e2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images681_jpg.rf.d76faeb5d4935e61ed81fd6daf1948e2.txt new file mode 100644 index 0000000..76c47df --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images681_jpg.rf.d76faeb5d4935e61ed81fd6daf1948e2.txt @@ -0,0 +1 @@ +6 0.4934222222222222 0.49964444444444445 0.4043999999999999 0.7021333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images853_jpg.rf.04f30d88ccce904fe8ef5ba905bf7eaa.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images853_jpg.rf.04f30d88ccce904fe8ef5ba905bf7eaa.txt new file mode 100644 index 0000000..45870bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images853_jpg.rf.04f30d88ccce904fe8ef5ba905bf7eaa.txt @@ -0,0 +1 @@ +6 0.5300888888888888 0.49413333333333337 0.5466222222222221 0.8599111111111112 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images8_jpg.rf.b6945d3c68244a138d3100280a04d913.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images8_jpg.rf.b6945d3c68244a138d3100280a04d913.txt new file mode 100644 index 0000000..415efce --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images8_jpg.rf.b6945d3c68244a138d3100280a04d913.txt @@ -0,0 +1,2 @@ +6 0.4862222222222222 0.4822666666666667 0.2562666666666667 0.4726666666666666 +7 0.5992444444444445 0.16875555555555555 0.3383555555555555 0.2900888888888888 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images91_jpg.rf.8bd135da0c9819cc190bb16f7e813caf.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images91_jpg.rf.8bd135da0c9819cc190bb16f7e813caf.txt new file mode 100644 index 0000000..e1e8c31 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images91_jpg.rf.8bd135da0c9819cc190bb16f7e813caf.txt @@ -0,0 +1,2 @@ +6 0.24413333333333337 0.5258666666666666 0.3138666666666667 0.8054222222222224 +6 0.7577333333333334 0.5413333333333333 0.32946666666666663 0.7643555555555555 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images922_jpg.rf.3111a670bd2b43d89bf910cb071a2441.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images922_jpg.rf.3111a670bd2b43d89bf910cb071a2441.txt new file mode 100644 index 0000000..5c2565e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images922_jpg.rf.3111a670bd2b43d89bf910cb071a2441.txt @@ -0,0 +1 @@ +1 0.5287555555555555 0.4272444444444444 0.30324444444444454 0.8028444444444444 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images932_jpg.rf.9b352caac83f1df7b294fc39e16e6995.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images932_jpg.rf.9b352caac83f1df7b294fc39e16e6995.txt new file mode 100644 index 0000000..81ece58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images932_jpg.rf.9b352caac83f1df7b294fc39e16e6995.txt @@ -0,0 +1,3 @@ +6 0.29386666666666666 0.5771111111111111 0.5530222222222223 0.7470222222222221 +6 0.8024 0.7614222222222222 0.37217777777777783 0.3749333333333334 +6 0.7854666666666666 0.2852 0.37217777777777783 0.3790222222222222 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images947_jpg.rf.22a2a20c12f7144923e283ada27d479c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images947_jpg.rf.22a2a20c12f7144923e283ada27d479c.txt new file mode 100644 index 0000000..36e1bf0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images947_jpg.rf.22a2a20c12f7144923e283ada27d479c.txt @@ -0,0 +1,2 @@ +6 0.3370222222222222 0.4424888888888889 0.3346222222222222 0.6809333333333335 +6 0.8104444444444444 0.4386666666666667 0.2782222222222223 0.6817777777777778 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images987_jpg.rf.c2dc7c54e9f861e2aa67e5b96c5c81e0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images987_jpg.rf.c2dc7c54e9f861e2aa67e5b96c5c81e0.txt new file mode 100644 index 0000000..aac2641 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images987_jpg.rf.c2dc7c54e9f861e2aa67e5b96c5c81e0.txt @@ -0,0 +1,7 @@ +6 0.2799111111111111 0.29893333333333333 0.3811555555555556 0.47004444444444454 +6 0.6273777777777778 0.16662222222222223 0.23804444444444445 0.2943555555555556 +6 0.8800888888888889 0.17551111111111112 0.23977777777777773 0.28671111111111114 +6 0.6314222222222222 0.5169333333333334 0.2503111111111111 0.27115555555555554 +6 0.8822222222222222 0.5088888888888888 0.23555555555555555 0.29777777777777775 +6 0.8769333333333333 0.8578666666666667 0.24613333333333332 0.28422222222222215 +6 0.6216888888888888 0.8483555555555555 0.22240000000000001 0.30328888888888894 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/images996_jpg.rf.6036740de4a80b62add90fbdc3d7aa14.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/images996_jpg.rf.6036740de4a80b62add90fbdc3d7aa14.txt new file mode 100644 index 0000000..c5d69b9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/images996_jpg.rf.6036740de4a80b62add90fbdc3d7aa14.txt @@ -0,0 +1 @@ +6 0.31035555555555555 0.6397333333333334 0.3743999999999999 0.3304444444444445 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img170_jpg.rf.dfbe0cf6149a4a88681dae44e6ebadaf.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img170_jpg.rf.dfbe0cf6149a4a88681dae44e6ebadaf.txt new file mode 100644 index 0000000..0096ce5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img170_jpg.rf.dfbe0cf6149a4a88681dae44e6ebadaf.txt @@ -0,0 +1,4 @@ +4 0.2803125 0.18256250000000002 0.40146875 0.28515625 +6 0.2671875 0.572875 0.3710625 0.5782187499999999 +6 0.7692500000000001 0.34821875 0.21681250000000007 0.32062500000000005 +4 0.8067187499999999 0.11671875000000001 0.27512499999999995 0.20346875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img576_jpg.rf.438566c8dd1b82550e463f4dbc442c93.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img576_jpg.rf.438566c8dd1b82550e463f4dbc442c93.txt new file mode 100644 index 0000000..d7f31ac --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img576_jpg.rf.438566c8dd1b82550e463f4dbc442c93.txt @@ -0,0 +1,2 @@ +6 0.52525 0.628375 0.35940625 0.5936874999999999 +4 0.5324375 0.25009375 0.5462187499999999 0.41899999999999993 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0018_jpeg_jpg.rf.3baf0c7067d8cec746176ff45559a7f3.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0018_jpeg_jpg.rf.3baf0c7067d8cec746176ff45559a7f3.txt new file mode 100644 index 0000000..e15f21f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0018_jpeg_jpg.rf.3baf0c7067d8cec746176ff45559a7f3.txt @@ -0,0 +1,2 @@ +4 0.5690909090909091 0.3515151515151515 0.3054545454545455 0.37696969696969695 +6 0.5218181818181818 0.6824242424242424 0.3 0.5757575757575758 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0019_jpeg_jpg.rf.248cf72932ef5bb73ea3a52b747375c3.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0019_jpeg_jpg.rf.248cf72932ef5bb73ea3a52b747375c3.txt new file mode 100644 index 0000000..8fca462 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0019_jpeg_jpg.rf.248cf72932ef5bb73ea3a52b747375c3.txt @@ -0,0 +1,2 @@ +4 0.4481818181818182 0.29757575757575755 0.28545454545454546 0.24727272727272728 +3 0.47363636363636363 0.6727272727272727 0.2927272727272727 0.5212121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0028-1-_jpeg_jpg.rf.93ce92990209496c7fbc7fee8dd8ce74.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0028-1-_jpeg_jpg.rf.93ce92990209496c7fbc7fee8dd8ce74.txt new file mode 100644 index 0000000..67ef31b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0028-1-_jpeg_jpg.rf.93ce92990209496c7fbc7fee8dd8ce74.txt @@ -0,0 +1,2 @@ +4 0.4490909090909091 0.31393939393939396 0.38181818181818183 0.2787878787878788 +3 0.4290909090909091 0.6666666666666666 0.35818181818181816 0.4412121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0031-1-_jpeg_jpg.rf.e23f5fa3237c0d2368a7df345fc9305d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0031-1-_jpeg_jpg.rf.e23f5fa3237c0d2368a7df345fc9305d.txt new file mode 100644 index 0000000..3807df6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0031-1-_jpeg_jpg.rf.e23f5fa3237c0d2368a7df345fc9305d.txt @@ -0,0 +1,2 @@ +4 0.4681818181818182 0.3084848484848485 0.4090909090909091 0.23757575757575758 +6 0.44727272727272727 0.5333333333333333 0.46 0.2824242424242424 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0052_jpeg_jpg.rf.d1d58cd42b63691267aa4f4fe7eb262d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0052_jpeg_jpg.rf.d1d58cd42b63691267aa4f4fe7eb262d.txt new file mode 100644 index 0000000..49c2d1c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0052_jpeg_jpg.rf.d1d58cd42b63691267aa4f4fe7eb262d.txt @@ -0,0 +1 @@ +1 0.4509090909090909 0.4812121212121212 0.31636363636363635 0.5406060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0053_jpeg_jpg.rf.ef84471ac972183702b87fa232c8b0e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0053_jpeg_jpg.rf.ef84471ac972183702b87fa232c8b0e7.txt new file mode 100644 index 0000000..0555ec8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0053_jpeg_jpg.rf.ef84471ac972183702b87fa232c8b0e7.txt @@ -0,0 +1 @@ +1 0.5227272727272727 0.36363636363636365 0.3527272727272727 0.42787878787878786 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0070_jpeg_jpg.rf.91b4834bca7557340694ab38916be1ac.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0070_jpeg_jpg.rf.91b4834bca7557340694ab38916be1ac.txt new file mode 100644 index 0000000..778cd01 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0070_jpeg_jpg.rf.91b4834bca7557340694ab38916be1ac.txt @@ -0,0 +1,2 @@ +3 0.4827272727272727 0.6575757575757576 0.38181818181818183 0.3612121212121212 +7 0.48545454545454547 0.3793939393939394 0.5672727272727273 0.3903030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0082_jpeg_jpg.rf.939bf5341907297f1cd0fd09802005be.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0082_jpeg_jpg.rf.939bf5341907297f1cd0fd09802005be.txt new file mode 100644 index 0000000..222a659 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0082_jpeg_jpg.rf.939bf5341907297f1cd0fd09802005be.txt @@ -0,0 +1 @@ +1 0.47545454545454546 0.5454545454545454 0.4127272727272727 0.7212121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0083-1-_jpeg_jpg.rf.b05adf0128fcd95f0d8fbdf52ed8b30c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0083-1-_jpeg_jpg.rf.b05adf0128fcd95f0d8fbdf52ed8b30c.txt new file mode 100644 index 0000000..9e76c36 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0083-1-_jpeg_jpg.rf.b05adf0128fcd95f0d8fbdf52ed8b30c.txt @@ -0,0 +1,2 @@ +3 0.4809090909090909 0.6515151515151515 0.32181818181818184 0.5442424242424242 +4 0.4781818181818182 0.28424242424242424 0.36727272727272725 0.22303030303030302 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0084_jpeg_jpg.rf.c7ef38ee86d5513498d8f08eb93952ef.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0084_jpeg_jpg.rf.c7ef38ee86d5513498d8f08eb93952ef.txt new file mode 100644 index 0000000..b12322e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0084_jpeg_jpg.rf.c7ef38ee86d5513498d8f08eb93952ef.txt @@ -0,0 +1,2 @@ +3 0.47363636363636363 0.6575757575757576 0.28363636363636363 0.4509090909090909 +4 0.5009090909090909 0.3327272727272727 0.26545454545454544 0.30787878787878786 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0092_jpeg_jpg.rf.d431b7bfcd4db7ce1d178a0408283d24.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0092_jpeg_jpg.rf.d431b7bfcd4db7ce1d178a0408283d24.txt new file mode 100644 index 0000000..3c9d01d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0092_jpeg_jpg.rf.d431b7bfcd4db7ce1d178a0408283d24.txt @@ -0,0 +1 @@ +1 0.40454545454545454 0.41393939393939394 0.34 0.4496969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0099_jpeg_jpg.rf.429fa9daaf51ba069dfcfd6c56fa1d06.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0099_jpeg_jpg.rf.429fa9daaf51ba069dfcfd6c56fa1d06.txt new file mode 100644 index 0000000..625118d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0099_jpeg_jpg.rf.429fa9daaf51ba069dfcfd6c56fa1d06.txt @@ -0,0 +1 @@ +1 0.4954545454545455 0.39575757575757575 0.31636363636363635 0.3987878787878788 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0101-1-_jpeg_jpg.rf.25f6c108feeecbd54964eb2cd8f86e91.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0101-1-_jpeg_jpg.rf.25f6c108feeecbd54964eb2cd8f86e91.txt new file mode 100644 index 0000000..71e55b6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0101-1-_jpeg_jpg.rf.25f6c108feeecbd54964eb2cd8f86e91.txt @@ -0,0 +1,2 @@ +0 0.5018181818181818 0.3084848484848485 0.36363636363636365 0.2872727272727273 +3 0.44636363636363635 0.6593939393939394 0.32545454545454544 0.509090909090909 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0102_jpeg_jpg.rf.712c7317d1275c47330c236a8b81b94f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0102_jpeg_jpg.rf.712c7317d1275c47330c236a8b81b94f.txt new file mode 100644 index 0000000..7831bfb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0102_jpeg_jpg.rf.712c7317d1275c47330c236a8b81b94f.txt @@ -0,0 +1 @@ +1 0.5036363636363637 0.5672727272727273 0.4581818181818182 0.7636363636363637 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0104_jpeg_jpg.rf.8f6cd33ef7bf74b8ee7b2adac4ab8fbb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0104_jpeg_jpg.rf.8f6cd33ef7bf74b8ee7b2adac4ab8fbb.txt new file mode 100644 index 0000000..a5213f1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0104_jpeg_jpg.rf.8f6cd33ef7bf74b8ee7b2adac4ab8fbb.txt @@ -0,0 +1,2 @@ +7 0.46454545454545454 0.34424242424242424 0.4727272727272727 0.4072727272727273 +6 0.44727272727272727 0.4696969696969697 0.3109090909090909 0.22666666666666666 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0116_jpeg_jpg.rf.6f41e812219de31c6de15819dd12f5cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0116_jpeg_jpg.rf.6f41e812219de31c6de15819dd12f5cd.txt new file mode 100644 index 0000000..2e1bd9f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0116_jpeg_jpg.rf.6f41e812219de31c6de15819dd12f5cd.txt @@ -0,0 +1 @@ +7 0.4381818181818182 0.36363636363636365 0.42 0.37575757575757573 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0129_jpeg_jpg.rf.75109cfb42dc43d5d55335d64ba69b35.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0129_jpeg_jpg.rf.75109cfb42dc43d5d55335d64ba69b35.txt new file mode 100644 index 0000000..27dc7ec --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0129_jpeg_jpg.rf.75109cfb42dc43d5d55335d64ba69b35.txt @@ -0,0 +1 @@ +1 0.4636363636363636 0.46 0.33636363636363636 0.49575757575757573 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0147_jpeg_jpg.rf.ffe4a6508086522a9765a6ddacb7a431.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0147_jpeg_jpg.rf.ffe4a6508086522a9765a6ddacb7a431.txt new file mode 100644 index 0000000..9731894 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0147_jpeg_jpg.rf.ffe4a6508086522a9765a6ddacb7a431.txt @@ -0,0 +1,2 @@ +6 0.43272727272727274 0.5024242424242424 0.3527272727272727 0.20242424242424242 +7 0.42272727272727273 0.3145454545454546 0.4781818181818182 0.36 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0157_jpeg_jpg.rf.cb5c8954fab33cf3d47354eeacbcc6cb.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0157_jpeg_jpg.rf.cb5c8954fab33cf3d47354eeacbcc6cb.txt new file mode 100644 index 0000000..55b645e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0157_jpeg_jpg.rf.cb5c8954fab33cf3d47354eeacbcc6cb.txt @@ -0,0 +1,2 @@ +7 0.5181818181818182 0.2812121212121212 0.3618181818181818 0.2775757575757576 +6 0.48727272727272725 0.4915151515151515 0.3527272727272727 0.17333333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0159_jpeg_jpg.rf.715605c18a1a3c641505bff43d8557fe.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0159_jpeg_jpg.rf.715605c18a1a3c641505bff43d8557fe.txt new file mode 100644 index 0000000..2f3ddcc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0159_jpeg_jpg.rf.715605c18a1a3c641505bff43d8557fe.txt @@ -0,0 +1,2 @@ +6 0.47545454545454546 0.49696969696969695 0.3290909090909091 0.28 +0 0.4445454545454545 0.2787878787878788 0.23272727272727273 0.1903030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0164-1-_jpeg_jpg.rf.8a2f28fec825a3747246c1e0743f9059.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0164-1-_jpeg_jpg.rf.8a2f28fec825a3747246c1e0743f9059.txt new file mode 100644 index 0000000..276d8db --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0164-1-_jpeg_jpg.rf.8a2f28fec825a3747246c1e0743f9059.txt @@ -0,0 +1,2 @@ +4 0.48545454545454547 0.3696969696969697 0.4781818181818182 0.3563636363636364 +6 0.5136363636363637 0.526060606060606 0.25272727272727274 0.22424242424242424 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0185_jpeg_jpg.rf.4c8e8e8d592d7cae109d335f91bceba9.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0185_jpeg_jpg.rf.4c8e8e8d592d7cae109d335f91bceba9.txt new file mode 100644 index 0000000..7d7c7b0 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0185_jpeg_jpg.rf.4c8e8e8d592d7cae109d335f91bceba9.txt @@ -0,0 +1,2 @@ +6 0.5181818181818182 0.5157575757575757 0.23272727272727273 0.2909090909090909 +0 0.5263636363636364 0.2733333333333333 0.2781818181818182 0.2206060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0205_jpeg_jpg.rf.86dfd33c914bdb286580356763182cc0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0205_jpeg_jpg.rf.86dfd33c914bdb286580356763182cc0.txt new file mode 100644 index 0000000..2b54f33 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0205_jpeg_jpg.rf.86dfd33c914bdb286580356763182cc0.txt @@ -0,0 +1 @@ +1 0.46090909090909093 0.38 0.31272727272727274 0.45212121212121215 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0206_jpeg_jpg.rf.2a026f1b5f91d83108d0339dc1b54b79.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0206_jpeg_jpg.rf.2a026f1b5f91d83108d0339dc1b54b79.txt new file mode 100644 index 0000000..7ca3383 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0206_jpeg_jpg.rf.2a026f1b5f91d83108d0339dc1b54b79.txt @@ -0,0 +1 @@ +1 0.5063636363636363 0.46606060606060606 0.34363636363636363 0.5721212121212121 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0214_jpeg_jpg.rf.a17c6e021d5fa58b453ef715f323a3b0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0214_jpeg_jpg.rf.a17c6e021d5fa58b453ef715f323a3b0.txt new file mode 100644 index 0000000..9fb4059 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0214_jpeg_jpg.rf.a17c6e021d5fa58b453ef715f323a3b0.txt @@ -0,0 +1 @@ +1 0.39181818181818184 0.39636363636363636 0.31272727272727274 0.3975757575757576 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0244-1-_jpeg_jpg.rf.3f0627312bd17f678ef04f50fb573fc3.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0244-1-_jpeg_jpg.rf.3f0627312bd17f678ef04f50fb573fc3.txt new file mode 100644 index 0000000..d194de9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0244-1-_jpeg_jpg.rf.3f0627312bd17f678ef04f50fb573fc3.txt @@ -0,0 +1,2 @@ +0 0.4481818181818182 0.31696969696969696 0.3527272727272727 0.2412121212121212 +3 0.45 0.6575757575757576 0.26181818181818184 0.4533333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0245-1-_jpeg_jpg.rf.5253f7593f604e0d4c1260bc6e3f98df.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0245-1-_jpeg_jpg.rf.5253f7593f604e0d4c1260bc6e3f98df.txt new file mode 100644 index 0000000..e6cdac7 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0245-1-_jpeg_jpg.rf.5253f7593f604e0d4c1260bc6e3f98df.txt @@ -0,0 +1,2 @@ +3 0.4863636363636364 0.6793939393939394 0.3509090909090909 0.45454545454545453 +4 0.5254545454545455 0.3145454545454546 0.41818181818181815 0.31272727272727274 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0251_jpeg_jpg.rf.fe48635e0397bac04e9f53014a1af15d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0251_jpeg_jpg.rf.fe48635e0397bac04e9f53014a1af15d.txt new file mode 100644 index 0000000..01c4388 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0251_jpeg_jpg.rf.fe48635e0397bac04e9f53014a1af15d.txt @@ -0,0 +1,2 @@ +5 0.4863636363636364 0.5818181818181818 0.28363636363636363 0.22181818181818183 +7 0.49818181818181817 0.39454545454545453 0.4127272727272727 0.3781818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0254_jpeg_jpg.rf.bd5116807b1dbc50a9d959197e83645b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0254_jpeg_jpg.rf.bd5116807b1dbc50a9d959197e83645b.txt new file mode 100644 index 0000000..6a75b12 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0254_jpeg_jpg.rf.bd5116807b1dbc50a9d959197e83645b.txt @@ -0,0 +1,2 @@ +5 0.4709090909090909 0.5933333333333334 0.28 0.22181818181818183 +7 0.49636363636363634 0.3496969696969697 0.3890909090909091 0.3806060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0256_jpeg_jpg.rf.01ed104cd380ab5cb1aa96bd86997f70.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0256_jpeg_jpg.rf.01ed104cd380ab5cb1aa96bd86997f70.txt new file mode 100644 index 0000000..d8ee54d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0256_jpeg_jpg.rf.01ed104cd380ab5cb1aa96bd86997f70.txt @@ -0,0 +1,2 @@ +7 0.43454545454545457 0.32484848484848483 0.39636363636363636 0.34424242424242424 +6 0.47363636363636363 0.5442424242424242 0.4 0.3878787878787879 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0260_jpeg_jpg.rf.91f107d5c1d5c8559b09bcb8133877c8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0260_jpeg_jpg.rf.91f107d5c1d5c8559b09bcb8133877c8.txt new file mode 100644 index 0000000..203c1d5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0260_jpeg_jpg.rf.91f107d5c1d5c8559b09bcb8133877c8.txt @@ -0,0 +1,2 @@ +6 0.46545454545454545 0.48727272727272725 0.3018181818181818 0.1503030303030303 +7 0.49272727272727274 0.35515151515151516 0.52 0.3696969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0262_jpeg_jpg.rf.3a5750d2aac232b834e382e2da6f31f0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0262_jpeg_jpg.rf.3a5750d2aac232b834e382e2da6f31f0.txt new file mode 100644 index 0000000..3a2e53f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0262_jpeg_jpg.rf.3a5750d2aac232b834e382e2da6f31f0.txt @@ -0,0 +1,2 @@ +0 0.5227272727272727 0.3206060606060606 0.3527272727272727 0.27151515151515154 +3 0.4718181818181818 0.6436363636363637 0.2545454545454545 0.40969696969696967 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0263_jpeg_jpg.rf.02fd80269fe97029c5d6487ac1277fe1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0263_jpeg_jpg.rf.02fd80269fe97029c5d6487ac1277fe1.txt new file mode 100644 index 0000000..18d29e6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0263_jpeg_jpg.rf.02fd80269fe97029c5d6487ac1277fe1.txt @@ -0,0 +1,2 @@ +6 0.4827272727272727 0.52 0.3472727272727273 0.28 +7 0.5181818181818182 0.30606060606060603 0.38181818181818183 0.2824242424242424 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0270_jpeg_jpg.rf.d2b87ff63d8cc073dd54d78ec62ee93a.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0270_jpeg_jpg.rf.d2b87ff63d8cc073dd54d78ec62ee93a.txt new file mode 100644 index 0000000..08ccd4a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0270_jpeg_jpg.rf.d2b87ff63d8cc073dd54d78ec62ee93a.txt @@ -0,0 +1,2 @@ +7 0.46454545454545454 0.33090909090909093 0.33090909090909093 0.336969696969697 +6 0.5409090909090909 0.666060606060606 0.4581818181818182 0.4303030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0279_jpeg_jpg.rf.767b5abe8bc6e85e7fa56af58754835c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0279_jpeg_jpg.rf.767b5abe8bc6e85e7fa56af58754835c.txt new file mode 100644 index 0000000..8347194 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0279_jpeg_jpg.rf.767b5abe8bc6e85e7fa56af58754835c.txt @@ -0,0 +1,2 @@ +6 0.4490909090909091 0.6957575757575758 0.3145454545454546 0.4533333333333333 +4 0.4354545454545454 0.3563636363636364 0.4018181818181818 0.32 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0287_jpeg_jpg.rf.bedc8bc9614b88481386ed76f16d9010.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0287_jpeg_jpg.rf.bedc8bc9614b88481386ed76f16d9010.txt new file mode 100644 index 0000000..72d8941 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0287_jpeg_jpg.rf.bedc8bc9614b88481386ed76f16d9010.txt @@ -0,0 +1,2 @@ +6 0.4681818181818182 0.5315151515151515 0.39090909090909093 0.3660606060606061 +4 0.46454545454545454 0.2593939393939394 0.22 0.19636363636363635 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0292-1-_jpeg_jpg.rf.c8e88dedef62b29a6531d404d24acf9d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0292-1-_jpeg_jpg.rf.c8e88dedef62b29a6531d404d24acf9d.txt new file mode 100644 index 0000000..c200f25 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0292-1-_jpeg_jpg.rf.c8e88dedef62b29a6531d404d24acf9d.txt @@ -0,0 +1,2 @@ +3 0.5072727272727273 0.6715151515151515 0.2818181818181818 0.47515151515151516 +7 0.5018181818181818 0.31696969696969696 0.37454545454545457 0.28606060606060607 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0302_jpeg_jpg.rf.b04bb4577b9776d8ae1b020ce7ca39fa.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0302_jpeg_jpg.rf.b04bb4577b9776d8ae1b020ce7ca39fa.txt new file mode 100644 index 0000000..d750aa3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0302_jpeg_jpg.rf.b04bb4577b9776d8ae1b020ce7ca39fa.txt @@ -0,0 +1,2 @@ +6 0.49363636363636365 0.503030303030303 0.26545454545454544 0.2012121212121212 +0 0.49363636363636365 0.3096969696969697 0.42363636363636364 0.25575757575757574 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0308-1-_jpeg_jpg.rf.4b24862df65f41919f1d96fc6f0bf2f8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0308-1-_jpeg_jpg.rf.4b24862df65f41919f1d96fc6f0bf2f8.txt new file mode 100644 index 0000000..c47ef2c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0308-1-_jpeg_jpg.rf.4b24862df65f41919f1d96fc6f0bf2f8.txt @@ -0,0 +1,2 @@ +5 0.4527272727272727 0.5266666666666666 0.2909090909090909 0.1296969696969697 +4 0.44727272727272727 0.35818181818181816 0.41818181818181815 0.3478787878787879 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0309_jpeg_jpg.rf.1e97deda01f1f9ca3843576092311e3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0309_jpeg_jpg.rf.1e97deda01f1f9ca3843576092311e3e.txt new file mode 100644 index 0000000..1b726cc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0309_jpeg_jpg.rf.1e97deda01f1f9ca3843576092311e3e.txt @@ -0,0 +1 @@ +1 0.4990909090909091 0.3836363636363636 0.3490909090909091 0.4315151515151515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0334-1-_jpeg_jpg.rf.15c680ff752f63435aa018fd068238f6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0334-1-_jpeg_jpg.rf.15c680ff752f63435aa018fd068238f6.txt new file mode 100644 index 0000000..776eadc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0334-1-_jpeg_jpg.rf.15c680ff752f63435aa018fd068238f6.txt @@ -0,0 +1,2 @@ +7 0.4690909090909091 0.3284848484848485 0.38181818181818183 0.36363636363636365 +6 0.47 0.5763636363636364 0.3490909090909091 0.37696969696969695 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0350_jpeg_jpg.rf.7449b32b7656f9f4ddc7188f1751a193.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0350_jpeg_jpg.rf.7449b32b7656f9f4ddc7188f1751a193.txt new file mode 100644 index 0000000..bd437f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0350_jpeg_jpg.rf.7449b32b7656f9f4ddc7188f1751a193.txt @@ -0,0 +1 @@ +1 0.4709090909090909 0.44 0.3654545454545455 0.44 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0354_jpeg_jpg.rf.0faf041b7ead9198a6269bef3a9ca13c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0354_jpeg_jpg.rf.0faf041b7ead9198a6269bef3a9ca13c.txt new file mode 100644 index 0000000..fdb5e90 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0354_jpeg_jpg.rf.0faf041b7ead9198a6269bef3a9ca13c.txt @@ -0,0 +1 @@ +1 0.45636363636363636 0.3418181818181818 0.43454545454545457 0.4036363636363636 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0383-1-_jpeg_jpg.rf.c5ec51a6f5dc4dc4e1ab5479f3c02166.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0383-1-_jpeg_jpg.rf.c5ec51a6f5dc4dc4e1ab5479f3c02166.txt new file mode 100644 index 0000000..3a4b6f9 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0383-1-_jpeg_jpg.rf.c5ec51a6f5dc4dc4e1ab5479f3c02166.txt @@ -0,0 +1,2 @@ +3 0.44636363636363635 0.62 0.28 0.41575757575757577 +0 0.4890909090909091 0.3018181818181818 0.39090909090909093 0.3115151515151515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0388_jpeg_jpg.rf.f413359783cb7d25bc3334cfe06eb4dc.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0388_jpeg_jpg.rf.f413359783cb7d25bc3334cfe06eb4dc.txt new file mode 100644 index 0000000..cf1c939 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0388_jpeg_jpg.rf.f413359783cb7d25bc3334cfe06eb4dc.txt @@ -0,0 +1,2 @@ +0 0.5018181818181818 0.26666666666666666 0.2872727272727273 0.18666666666666668 +6 0.49727272727272726 0.45575757575757575 0.2672727272727273 0.21212121212121213 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0389-1-_jpeg_jpg.rf.86a466e7fa5c53adb24dfd891962d8b5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0389-1-_jpeg_jpg.rf.86a466e7fa5c53adb24dfd891962d8b5.txt new file mode 100644 index 0000000..344a962 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0389-1-_jpeg_jpg.rf.86a466e7fa5c53adb24dfd891962d8b5.txt @@ -0,0 +1,2 @@ +7 0.4827272727272727 0.33575757575757575 0.3472727272727273 0.3381818181818182 +6 0.4818181818181818 0.49636363636363634 0.39454545454545453 0.2012121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0393-1-_jpeg_jpg.rf.7f39a9987523b3d92c6442960d16fd4c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0393-1-_jpeg_jpg.rf.7f39a9987523b3d92c6442960d16fd4c.txt new file mode 100644 index 0000000..5a26bcb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0393-1-_jpeg_jpg.rf.7f39a9987523b3d92c6442960d16fd4c.txt @@ -0,0 +1,2 @@ +6 0.49454545454545457 0.6060606060606061 0.3018181818181818 0.49575757575757573 +0 0.5663636363636364 0.32242424242424245 0.4109090909090909 0.3151515151515151 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0396-1-_jpeg_jpg.rf.92d48c535aad1a653d0c67c23042ec91.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0396-1-_jpeg_jpg.rf.92d48c535aad1a653d0c67c23042ec91.txt new file mode 100644 index 0000000..b123456 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0396-1-_jpeg_jpg.rf.92d48c535aad1a653d0c67c23042ec91.txt @@ -0,0 +1,2 @@ +7 0.5109090909090909 0.3515151515151515 0.32727272727272727 0.3393939393939394 +6 0.4672727272727273 0.54 0.32727272727272727 0.2290909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0403_jpeg_jpg.rf.1fcf0f9276bec9ffeea2b83382f144bd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0403_jpeg_jpg.rf.1fcf0f9276bec9ffeea2b83382f144bd.txt new file mode 100644 index 0000000..c796018 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0403_jpeg_jpg.rf.1fcf0f9276bec9ffeea2b83382f144bd.txt @@ -0,0 +1 @@ +1 0.5218181818181818 0.38545454545454544 0.32 0.4254545454545455 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0413_jpeg_jpg.rf.1cbe37592ee790fb9a77117766598675.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0413_jpeg_jpg.rf.1cbe37592ee790fb9a77117766598675.txt new file mode 100644 index 0000000..fd9cce8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0413_jpeg_jpg.rf.1cbe37592ee790fb9a77117766598675.txt @@ -0,0 +1 @@ +1 0.4381818181818182 0.39212121212121215 0.2636363636363636 0.4 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0416_jpeg_jpg.rf.d468f06f6e09f98d98dcf770af9a53d7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0416_jpeg_jpg.rf.d468f06f6e09f98d98dcf770af9a53d7.txt new file mode 100644 index 0000000..69fb176 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0416_jpeg_jpg.rf.d468f06f6e09f98d98dcf770af9a53d7.txt @@ -0,0 +1,2 @@ +6 0.4909090909090909 0.6872727272727273 0.3018181818181818 0.5963636363636363 +7 0.4709090909090909 0.33151515151515154 0.4109090909090909 0.2593939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0423_jpeg_jpg.rf.51d7ae6c64d855c807cb4ce57cca8ce1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0423_jpeg_jpg.rf.51d7ae6c64d855c807cb4ce57cca8ce1.txt new file mode 100644 index 0000000..2da7667 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0423_jpeg_jpg.rf.51d7ae6c64d855c807cb4ce57cca8ce1.txt @@ -0,0 +1,2 @@ +7 0.49454545454545457 0.41454545454545455 0.4127272727272727 0.4666666666666667 +1 0.49 0.5078787878787879 0.30363636363636365 0.5672727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0425_jpeg_jpg.rf.776ab63e3989bdfff4d592b845b7804e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0425_jpeg_jpg.rf.776ab63e3989bdfff4d592b845b7804e.txt new file mode 100644 index 0000000..13eea55 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0425_jpeg_jpg.rf.776ab63e3989bdfff4d592b845b7804e.txt @@ -0,0 +1 @@ +1 0.4209090909090909 0.5751515151515152 0.3509090909090909 0.7466666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0443-1-_jpeg_jpg.rf.e0eed831260adc1df12ea46557a16fb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0443-1-_jpeg_jpg.rf.e0eed831260adc1df12ea46557a16fb2.txt new file mode 100644 index 0000000..4737a75 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0443-1-_jpeg_jpg.rf.e0eed831260adc1df12ea46557a16fb2.txt @@ -0,0 +1,2 @@ +6 0.4527272727272727 0.48 0.28 0.17696969696969697 +0 0.43454545454545457 0.3 0.3472727272727273 0.23272727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0448_jpeg_jpg.rf.377f8f8872558a03b99d28fdf43b40ce.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0448_jpeg_jpg.rf.377f8f8872558a03b99d28fdf43b40ce.txt new file mode 100644 index 0000000..32f5a53 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0448_jpeg_jpg.rf.377f8f8872558a03b99d28fdf43b40ce.txt @@ -0,0 +1 @@ +1 0.57 0.4024242424242424 0.39636363636363636 0.4581818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0453-1-_jpeg_jpg.rf.53335b8e4a1f774889236655ef6ac72c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0453-1-_jpeg_jpg.rf.53335b8e4a1f774889236655ef6ac72c.txt new file mode 100644 index 0000000..cc33a3b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0453-1-_jpeg_jpg.rf.53335b8e4a1f774889236655ef6ac72c.txt @@ -0,0 +1,4 @@ +3 0.10909090909090909 0.48727272727272725 0.15818181818181817 0.2387878787878788 +3 0.4490909090909091 0.6472727272727272 0.2909090909090909 0.4509090909090909 +7 0.45636363636363636 0.32181818181818184 0.33454545454545453 0.2545454545454545 +0 0.11636363636363636 0.3115151515151515 0.14545454545454545 0.14424242424242426 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0456-1-_jpeg_jpg.rf.e8214cd920895012fce0c3972b4acc17.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0456-1-_jpeg_jpg.rf.e8214cd920895012fce0c3972b4acc17.txt new file mode 100644 index 0000000..8a16694 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0456-1-_jpeg_jpg.rf.e8214cd920895012fce0c3972b4acc17.txt @@ -0,0 +1,2 @@ +6 0.47363636363636363 0.6042424242424242 0.33090909090909093 0.3515151515151515 +0 0.4709090909090909 0.32606060606060605 0.3236363636363636 0.2315151515151515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0467-1-_jpeg_jpg.rf.183b16294ea1a78f59b05697daead83d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0467-1-_jpeg_jpg.rf.183b16294ea1a78f59b05697daead83d.txt new file mode 100644 index 0000000..5e98928 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0467-1-_jpeg_jpg.rf.183b16294ea1a78f59b05697daead83d.txt @@ -0,0 +1,2 @@ +7 0.47909090909090907 0.3557575757575758 0.4309090909090909 0.39636363636363636 +5 0.4690909090909091 0.5763636363636364 0.3054545454545455 0.17333333333333334 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0501-1-_jpeg_jpg.rf.40e910fa05388543aebe6544d48f8d2d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0501-1-_jpeg_jpg.rf.40e910fa05388543aebe6544d48f8d2d.txt new file mode 100644 index 0000000..46a1d58 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0501-1-_jpeg_jpg.rf.40e910fa05388543aebe6544d48f8d2d.txt @@ -0,0 +1,2 @@ +3 0.46090909090909093 0.6703030303030303 0.3 0.5709090909090909 +0 0.47 0.28484848484848485 0.3381818181818182 0.2206060606060606 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0512-1-_jpeg_jpg.rf.8b7a9817e889ca852dd33221a099f0aa.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0512-1-_jpeg_jpg.rf.8b7a9817e889ca852dd33221a099f0aa.txt new file mode 100644 index 0000000..86a1a9d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0512-1-_jpeg_jpg.rf.8b7a9817e889ca852dd33221a099f0aa.txt @@ -0,0 +1,2 @@ +4 0.46454545454545454 0.3242424242424242 0.4127272727272727 0.2727272727272727 +6 0.48 0.5042424242424243 0.3981818181818182 0.2812121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0513-1-_jpeg_jpg.rf.10d3e933d50edd410827f40868bdab63.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0513-1-_jpeg_jpg.rf.10d3e933d50edd410827f40868bdab63.txt new file mode 100644 index 0000000..90006bd --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0513-1-_jpeg_jpg.rf.10d3e933d50edd410827f40868bdab63.txt @@ -0,0 +1,2 @@ +4 0.47454545454545455 0.34424242424242424 0.3472727272727273 0.2909090909090909 +3 0.4445454545454545 0.6866666666666666 0.27090909090909093 0.47515151515151516 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0548-1-_jpeg_jpg.rf.7fbc14111bbc20ce01b663cca5c3414f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0548-1-_jpeg_jpg.rf.7fbc14111bbc20ce01b663cca5c3414f.txt new file mode 100644 index 0000000..797c055 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0548-1-_jpeg_jpg.rf.7fbc14111bbc20ce01b663cca5c3414f.txt @@ -0,0 +1,2 @@ +0 0.5272727272727272 0.3090909090909091 0.38545454545454544 0.27151515151515154 +3 0.4672727272727273 0.6872727272727273 0.31636363636363635 0.5078787878787879 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0552_jpeg_jpg.rf.327407c0d48ef4a9d9cc4a27be19fe2e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0552_jpeg_jpg.rf.327407c0d48ef4a9d9cc4a27be19fe2e.txt new file mode 100644 index 0000000..9c13895 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0552_jpeg_jpg.rf.327407c0d48ef4a9d9cc4a27be19fe2e.txt @@ -0,0 +1,2 @@ +7 0.47363636363636363 0.3509090909090909 0.3527272727272727 0.3018181818181818 +1 0.47 0.4121212121212121 0.27090909090909093 0.4303030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0558-1-_jpeg_jpg.rf.570681978889a26bcabf07f2c763ba32.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0558-1-_jpeg_jpg.rf.570681978889a26bcabf07f2c763ba32.txt new file mode 100644 index 0000000..17ae250 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0558-1-_jpeg_jpg.rf.570681978889a26bcabf07f2c763ba32.txt @@ -0,0 +1,2 @@ +3 0.4390909090909091 0.6624242424242425 0.3472727272727273 0.536969696969697 +7 0.44636363636363635 0.32727272727272727 0.40545454545454546 0.2812121212121212 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0565_jpeg_jpg.rf.87343ef11a8664a4353a3dd1d58db7fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0565_jpeg_jpg.rf.87343ef11a8664a4353a3dd1d58db7fd.txt new file mode 100644 index 0000000..329993b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0565_jpeg_jpg.rf.87343ef11a8664a4353a3dd1d58db7fd.txt @@ -0,0 +1,2 @@ +6 0.4445454545454545 0.6721212121212121 0.3181818181818182 0.5503030303030303 +7 0.4381818181818182 0.34 0.37272727272727274 0.2703030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0572-1-_jpeg_jpg.rf.4eb1c2a6aaa67e421be42a4041a6fcb2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0572-1-_jpeg_jpg.rf.4eb1c2a6aaa67e421be42a4041a6fcb2.txt new file mode 100644 index 0000000..883493f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0572-1-_jpeg_jpg.rf.4eb1c2a6aaa67e421be42a4041a6fcb2.txt @@ -0,0 +1,5 @@ +3 0.8618181818181818 0.6036363636363636 0.27636363636363637 0.2606060606060606 +6 0.43272727272727274 0.5006060606060606 0.21272727272727274 0.22303030303030302 +0 0.42454545454545456 0.2957575757575758 0.21818181818181817 0.2206060606060606 +0 0.9072727272727272 0.3751515151515151 0.18545454545454546 0.2290909090909091 +0 0.07545454545454545 0.36727272727272725 0.14 0.16121212121212122 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0577-1-_jpeg_jpg.rf.d9a8655eb48c4570a1801c1a7a4a65b6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0577-1-_jpeg_jpg.rf.d9a8655eb48c4570a1801c1a7a4a65b6.txt new file mode 100644 index 0000000..890c109 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0577-1-_jpeg_jpg.rf.d9a8655eb48c4570a1801c1a7a4a65b6.txt @@ -0,0 +1,3 @@ +7 0.5327272727272727 0.28 0.3327272727272727 0.2206060606060606 +4 0.5536363636363636 0.2896969696969697 0.24181818181818182 0.2509090909090909 +3 0.5590909090909091 0.6054545454545455 0.27090909090909093 0.4072727272727273 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0580-1-_jpeg_jpg.rf.e8a2d44a5970f278933180d5577643cd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0580-1-_jpeg_jpg.rf.e8a2d44a5970f278933180d5577643cd.txt new file mode 100644 index 0000000..def2c31 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0580-1-_jpeg_jpg.rf.e8a2d44a5970f278933180d5577643cd.txt @@ -0,0 +1,2 @@ +6 0.45636363636363636 0.5890909090909091 0.3109090909090909 0.2921212121212121 +0 0.49 0.33454545454545453 0.4090909090909091 0.28 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0584_jpeg_jpg.rf.f35b7ea9106e2987c714d277e341f1ff.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0584_jpeg_jpg.rf.f35b7ea9106e2987c714d277e341f1ff.txt new file mode 100644 index 0000000..93e975e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0584_jpeg_jpg.rf.f35b7ea9106e2987c714d277e341f1ff.txt @@ -0,0 +1,2 @@ +6 0.4572727272727273 0.5218181818181818 0.36 0.16727272727272727 +7 0.47454545454545455 0.33151515151515154 0.3509090909090909 0.28484848484848485 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0603-1-_jpeg_jpg.rf.7fd4d934d79b3285c6f1bc29910104d4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0603-1-_jpeg_jpg.rf.7fd4d934d79b3285c6f1bc29910104d4.txt new file mode 100644 index 0000000..2f05932 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0603-1-_jpeg_jpg.rf.7fd4d934d79b3285c6f1bc29910104d4.txt @@ -0,0 +1,2 @@ +3 0.4763636363636364 0.6709090909090909 0.2636363636363636 0.43272727272727274 +7 0.4918181818181818 0.343030303030303 0.40545454545454546 0.3490909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0606-1-_jpeg_jpg.rf.ac3792bd6ae4c918cad627bee56e5a04.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0606-1-_jpeg_jpg.rf.ac3792bd6ae4c918cad627bee56e5a04.txt new file mode 100644 index 0000000..f5a99a5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0606-1-_jpeg_jpg.rf.ac3792bd6ae4c918cad627bee56e5a04.txt @@ -0,0 +1,2 @@ +4 0.5018181818181818 0.3236363636363636 0.35454545454545455 0.30303030303030304 +3 0.4672727272727273 0.6442424242424243 0.28545454545454546 0.4266666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0608-1-_jpeg_jpg.rf.dc6818be53c6e3e8dd4d919d21de05e1.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0608-1-_jpeg_jpg.rf.dc6818be53c6e3e8dd4d919d21de05e1.txt new file mode 100644 index 0000000..b01199d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0608-1-_jpeg_jpg.rf.dc6818be53c6e3e8dd4d919d21de05e1.txt @@ -0,0 +1,2 @@ +3 0.49272727272727274 0.6557575757575758 0.24545454545454545 0.41818181818181815 +4 0.5209090909090909 0.3381818181818182 0.32 0.38181818181818183 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0610_jpeg_jpg.rf.7395bb540b2014c631523bbf8b890491.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0610_jpeg_jpg.rf.7395bb540b2014c631523bbf8b890491.txt new file mode 100644 index 0000000..41dd651 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0610_jpeg_jpg.rf.7395bb540b2014c631523bbf8b890491.txt @@ -0,0 +1 @@ +1 0.4772727272727273 0.39151515151515154 0.36727272727272725 0.43272727272727274 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0614-1-_jpeg_jpg.rf.d5541c58c71ac21ed28c371ccd891e5d.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0614-1-_jpeg_jpg.rf.d5541c58c71ac21ed28c371ccd891e5d.txt new file mode 100644 index 0000000..5062e82 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0614-1-_jpeg_jpg.rf.d5541c58c71ac21ed28c371ccd891e5d.txt @@ -0,0 +1,2 @@ +6 0.49818181818181817 0.4866666666666667 0.3181818181818182 0.1806060606060606 +0 0.4918181818181818 0.3018181818181818 0.3145454545454546 0.19757575757575757 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0616_jpeg_jpg.rf.f49c2bd84581636bb0c0a258adea2f44.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0616_jpeg_jpg.rf.f49c2bd84581636bb0c0a258adea2f44.txt new file mode 100644 index 0000000..4d63987 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0616_jpeg_jpg.rf.f49c2bd84581636bb0c0a258adea2f44.txt @@ -0,0 +1 @@ +1 0.48454545454545456 0.4636363636363636 0.3145454545454546 0.6121212121212121 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0618-1-_jpeg_jpg.rf.3f3692beef79ca3f76078f33da303b4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0618-1-_jpeg_jpg.rf.3f3692beef79ca3f76078f33da303b4f.txt new file mode 100644 index 0000000..ebaf6bf --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0618-1-_jpeg_jpg.rf.3f3692beef79ca3f76078f33da303b4f.txt @@ -0,0 +1,2 @@ +3 0.43 0.64 0.2963636363636364 0.4533333333333333 +4 0.4018181818181818 0.30363636363636365 0.44545454545454544 0.27515151515151515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0626-1-_jpeg_jpg.rf.0c25a15356fa18d33b01e2130ce25691.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0626-1-_jpeg_jpg.rf.0c25a15356fa18d33b01e2130ce25691.txt new file mode 100644 index 0000000..56b0b8d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0626-1-_jpeg_jpg.rf.0c25a15356fa18d33b01e2130ce25691.txt @@ -0,0 +1,2 @@ +4 0.5154545454545455 0.3236363636363636 0.3509090909090909 0.27151515151515154 +5 0.49636363636363634 0.5066666666666667 0.30363636363636365 0.13333333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0635_jpeg_jpg.rf.b0af7483f2370346ab8ba17a977e1bde.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0635_jpeg_jpg.rf.b0af7483f2370346ab8ba17a977e1bde.txt new file mode 100644 index 0000000..0c1930d --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0635_jpeg_jpg.rf.b0af7483f2370346ab8ba17a977e1bde.txt @@ -0,0 +1 @@ +1 0.49 0.43333333333333335 0.35818181818181816 0.5272727272727272 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0637_jpeg_jpg.rf.898dcbaff4c0943cfc7ccf777bb9ff92.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0637_jpeg_jpg.rf.898dcbaff4c0943cfc7ccf777bb9ff92.txt new file mode 100644 index 0000000..bf02be4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0637_jpeg_jpg.rf.898dcbaff4c0943cfc7ccf777bb9ff92.txt @@ -0,0 +1 @@ +1 0.4990909090909091 0.4 0.4072727272727273 0.46545454545454545 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0638-1-_jpeg_jpg.rf.5150f635f5186caef9fecea472aca121.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0638-1-_jpeg_jpg.rf.5150f635f5186caef9fecea472aca121.txt new file mode 100644 index 0000000..b31e10e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0638-1-_jpeg_jpg.rf.5150f635f5186caef9fecea472aca121.txt @@ -0,0 +1,2 @@ +7 0.5027272727272727 0.34424242424242424 0.44363636363636366 0.3284848484848485 +6 0.48818181818181816 0.5333333333333333 0.27090909090909093 0.11515151515151516 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0639-1-_jpeg_jpg.rf.c95d7196d48598b6feff0fc429dde4e7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0639-1-_jpeg_jpg.rf.c95d7196d48598b6feff0fc429dde4e7.txt new file mode 100644 index 0000000..46fa417 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0639-1-_jpeg_jpg.rf.c95d7196d48598b6feff0fc429dde4e7.txt @@ -0,0 +1,2 @@ +3 0.4290909090909091 0.6751515151515152 0.32727272727272727 0.52 +0 0.4618181818181818 0.3084848484848485 0.34363636363636363 0.2545454545454545 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0651-1-_jpeg_jpg.rf.8553aa09dae7222e11ef150063163d7e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0651-1-_jpeg_jpg.rf.8553aa09dae7222e11ef150063163d7e.txt new file mode 100644 index 0000000..8f56f64 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0651-1-_jpeg_jpg.rf.8553aa09dae7222e11ef150063163d7e.txt @@ -0,0 +1,2 @@ +6 0.44 0.5309090909090909 0.3090909090909091 0.2509090909090909 +7 0.44636363636363635 0.3406060606060606 0.4290909090909091 0.4448484848484848 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0653_jpeg_jpg.rf.70d91cd9c407d42b639319b9c2b80d6c.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0653_jpeg_jpg.rf.70d91cd9c407d42b639319b9c2b80d6c.txt new file mode 100644 index 0000000..cc5fc8f --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0653_jpeg_jpg.rf.70d91cd9c407d42b639319b9c2b80d6c.txt @@ -0,0 +1 @@ +1 0.41818181818181815 0.4824242424242424 0.4618181818181818 0.6290909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0656_jpeg_jpg.rf.75f8d76ea7f5785d62d63311a720e694.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0656_jpeg_jpg.rf.75f8d76ea7f5785d62d63311a720e694.txt new file mode 100644 index 0000000..e515e42 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0656_jpeg_jpg.rf.75f8d76ea7f5785d62d63311a720e694.txt @@ -0,0 +1 @@ +1 0.4772727272727273 0.45454545454545453 0.3327272727272727 0.5745454545454546 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0658_jpeg_jpg.rf.b46ffa7f31bd34fa9d43be3dfb6d7f11.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0658_jpeg_jpg.rf.b46ffa7f31bd34fa9d43be3dfb6d7f11.txt new file mode 100644 index 0000000..1819feb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0658_jpeg_jpg.rf.b46ffa7f31bd34fa9d43be3dfb6d7f11.txt @@ -0,0 +1 @@ +1 0.4627272727272727 0.3933333333333333 0.41818181818181815 0.40606060606060607 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0665-1-_jpeg_jpg.rf.415d7811798e81cb415dc72e358c9d3e.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0665-1-_jpeg_jpg.rf.415d7811798e81cb415dc72e358c9d3e.txt new file mode 100644 index 0000000..a826821 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0665-1-_jpeg_jpg.rf.415d7811798e81cb415dc72e358c9d3e.txt @@ -0,0 +1,2 @@ +4 0.4681818181818182 0.3187878787878788 0.3509090909090909 0.2739393939393939 +3 0.4109090909090909 0.6448484848484849 0.2636363636363636 0.43272727272727274 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0666-1-_jpeg_jpg.rf.8732f28f82a97e1c35daacd0f53690c7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0666-1-_jpeg_jpg.rf.8732f28f82a97e1c35daacd0f53690c7.txt new file mode 100644 index 0000000..87bc7ae --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0666-1-_jpeg_jpg.rf.8732f28f82a97e1c35daacd0f53690c7.txt @@ -0,0 +1,2 @@ +6 0.509090909090909 0.47878787878787876 0.2927272727272727 0.15878787878787878 +0 0.5136363636363637 0.3012121212121212 0.33090909090909093 0.22424242424242424 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0683_jpeg_jpg.rf.b33a007588316904febd1c0417b31543.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0683_jpeg_jpg.rf.b33a007588316904febd1c0417b31543.txt new file mode 100644 index 0000000..f3c2ee8 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0683_jpeg_jpg.rf.b33a007588316904febd1c0417b31543.txt @@ -0,0 +1 @@ +1 0.49 0.3842424242424242 0.4127272727272727 0.4581818181818182 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0694_jpeg_jpg.rf.c892795522f4eef85043ca59acb17051.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0694_jpeg_jpg.rf.c892795522f4eef85043ca59acb17051.txt new file mode 100644 index 0000000..0d2df69 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0694_jpeg_jpg.rf.c892795522f4eef85043ca59acb17051.txt @@ -0,0 +1 @@ +1 0.4590909090909091 0.3878787878787879 0.32 0.4109090909090909 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0701-1-_jpeg_jpg.rf.df27c5a7c4012ae14709ddf47193152b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0701-1-_jpeg_jpg.rf.df27c5a7c4012ae14709ddf47193152b.txt new file mode 100644 index 0000000..85cfa83 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0701-1-_jpeg_jpg.rf.df27c5a7c4012ae14709ddf47193152b.txt @@ -0,0 +1,2 @@ +3 0.4681818181818182 0.6466666666666666 0.28363636363636363 0.4 +4 0.49272727272727274 0.3290909090909091 0.2963636363636364 0.3115151515151515 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0704-1-_jpeg_jpg.rf.b21b4ef41b871c3dd4c571a78e11b3d6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0704-1-_jpeg_jpg.rf.b21b4ef41b871c3dd4c571a78e11b3d6.txt new file mode 100644 index 0000000..3fce945 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0704-1-_jpeg_jpg.rf.b21b4ef41b871c3dd4c571a78e11b3d6.txt @@ -0,0 +1,2 @@ +6 0.49727272727272726 0.4593939393939394 0.34363636363636363 0.2 +0 0.47 0.3006060606060606 0.3418181818181818 0.22303030303030302 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0708-1-_jpeg_jpg.rf.5e1a4bb5a268a40def220383cd233a4f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0708-1-_jpeg_jpg.rf.5e1a4bb5a268a40def220383cd233a4f.txt new file mode 100644 index 0000000..82faaa5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0708-1-_jpeg_jpg.rf.5e1a4bb5a268a40def220383cd233a4f.txt @@ -0,0 +1,2 @@ +6 0.4690909090909091 0.47515151515151516 0.2818181818181818 0.23393939393939395 +4 0.49636363636363634 0.3406060606060606 0.35818181818181816 0.3296969696969697 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0713-1-_jpeg_jpg.rf.149df4dfa553476b682e26d9a991afb0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0713-1-_jpeg_jpg.rf.149df4dfa553476b682e26d9a991afb0.txt new file mode 100644 index 0000000..975318b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0713-1-_jpeg_jpg.rf.149df4dfa553476b682e26d9a991afb0.txt @@ -0,0 +1,2 @@ +3 0.39636363636363636 0.6339393939393939 0.3327272727272727 0.4909090909090909 +0 0.40454545454545454 0.3 0.34 0.19757575757575757 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0716_jpeg_jpg.rf.2eb3f2cbf18038005fc20b777e6da14f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0716_jpeg_jpg.rf.2eb3f2cbf18038005fc20b777e6da14f.txt new file mode 100644 index 0000000..a92a37a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0716_jpeg_jpg.rf.2eb3f2cbf18038005fc20b777e6da14f.txt @@ -0,0 +1 @@ +1 0.4636363636363636 0.5678787878787879 0.43454545454545457 0.7890909090909091 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0734-1-_jpeg_jpg.rf.edfbf96f06e5dbd5c1b425868a2a05fd.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0734-1-_jpeg_jpg.rf.edfbf96f06e5dbd5c1b425868a2a05fd.txt new file mode 100644 index 0000000..9f2edc6 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0734-1-_jpeg_jpg.rf.edfbf96f06e5dbd5c1b425868a2a05fd.txt @@ -0,0 +1,2 @@ +0 0.4909090909090909 0.3339393939393939 0.36727272727272725 0.33575757575757575 +3 0.48545454545454547 0.6733333333333333 0.2581818181818182 0.5042424242424243 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0744-1-_jpeg_jpg.rf.c4010ae2b55c0b4d86d862ecd2e49d4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0744-1-_jpeg_jpg.rf.c4010ae2b55c0b4d86d862ecd2e49d4b.txt new file mode 100644 index 0000000..1288016 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0744-1-_jpeg_jpg.rf.c4010ae2b55c0b4d86d862ecd2e49d4b.txt @@ -0,0 +1,2 @@ +5 0.47 0.5963636363636363 0.3236363636363636 0.1890909090909091 +7 0.4890909090909091 0.3618181818181818 0.37636363636363634 0.343030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0766-1-_jpeg_jpg.rf.3f960b12e83c6dfb1d61674e35414e4b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0766-1-_jpeg_jpg.rf.3f960b12e83c6dfb1d61674e35414e4b.txt new file mode 100644 index 0000000..6d995e5 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0766-1-_jpeg_jpg.rf.3f960b12e83c6dfb1d61674e35414e4b.txt @@ -0,0 +1,2 @@ +6 0.48454545454545456 0.7 0.3781818181818182 0.45454545454545453 +0 0.5390909090909091 0.3418181818181818 0.37454545454545457 0.35393939393939394 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0788-1-_jpeg_jpg.rf.6e5895396ea1c793a9c1b92e8ab16cc0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0788-1-_jpeg_jpg.rf.6e5895396ea1c793a9c1b92e8ab16cc0.txt new file mode 100644 index 0000000..bad7a66 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0788-1-_jpeg_jpg.rf.6e5895396ea1c793a9c1b92e8ab16cc0.txt @@ -0,0 +1,2 @@ +4 0.48 0.3557575757575758 0.41818181818181815 0.36727272727272725 +3 0.4909090909090909 0.656969696969697 0.34363636363636363 0.36363636363636365 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0793-1-_jpeg_jpg.rf.af61e6739452e82d9e4672d58f0e5100.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0793-1-_jpeg_jpg.rf.af61e6739452e82d9e4672d58f0e5100.txt new file mode 100644 index 0000000..4555deb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0793-1-_jpeg_jpg.rf.af61e6739452e82d9e4672d58f0e5100.txt @@ -0,0 +1,2 @@ +6 0.4627272727272727 0.49393939393939396 0.3145454545454546 0.1890909090909091 +7 0.4318181818181818 0.3090909090909091 0.3563636363636364 0.2509090909090909 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0802-1-_jpeg_jpg.rf.cc1cdeedf8f77fb9c100f7053e67c858.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0802-1-_jpeg_jpg.rf.cc1cdeedf8f77fb9c100f7053e67c858.txt new file mode 100644 index 0000000..79fe18b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0802-1-_jpeg_jpg.rf.cc1cdeedf8f77fb9c100f7053e67c858.txt @@ -0,0 +1,2 @@ +7 0.48545454545454547 0.37212121212121213 0.47454545454545455 0.4024242424242424 +5 0.4672727272727273 0.6236363636363637 0.3527272727272727 0.21818181818181817 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0810-1-_jpeg_jpg.rf.a2ace3799e79ce1945d628c0744c5e69.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0810-1-_jpeg_jpg.rf.a2ace3799e79ce1945d628c0744c5e69.txt new file mode 100644 index 0000000..1229918 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0810-1-_jpeg_jpg.rf.a2ace3799e79ce1945d628c0744c5e69.txt @@ -0,0 +1,2 @@ +3 0.4490909090909091 0.6909090909090909 0.3 0.3696969696969697 +7 0.509090909090909 0.35333333333333333 0.4 0.3333333333333333 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0813-1-_jpeg_jpg.rf.78be4de88eeae0ad17a4dd85ef9120f2.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0813-1-_jpeg_jpg.rf.78be4de88eeae0ad17a4dd85ef9120f2.txt new file mode 100644 index 0000000..0f63be1 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0813-1-_jpeg_jpg.rf.78be4de88eeae0ad17a4dd85ef9120f2.txt @@ -0,0 +1,2 @@ +3 0.4172727272727273 0.6024242424242424 0.3472727272727273 0.45696969696969697 +7 0.40636363636363637 0.2812121212121212 0.3327272727272727 0.21818181818181817 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0815-1-_jpeg_jpg.rf.95cf867fec4c15ab591585c51cb7a682.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0815-1-_jpeg_jpg.rf.95cf867fec4c15ab591585c51cb7a682.txt new file mode 100644 index 0000000..5d8bf79 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0815-1-_jpeg_jpg.rf.95cf867fec4c15ab591585c51cb7a682.txt @@ -0,0 +1,2 @@ +3 0.46636363636363637 0.6284848484848485 0.28363636363636363 0.4763636363636364 +4 0.4772727272727273 0.35393939393939394 0.4309090909090909 0.3660606060606061 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0840_jpeg_jpg.rf.660502903ca490810b6562518adccb8b.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0840_jpeg_jpg.rf.660502903ca490810b6562518adccb8b.txt new file mode 100644 index 0000000..ed57647 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0840_jpeg_jpg.rf.660502903ca490810b6562518adccb8b.txt @@ -0,0 +1 @@ +1 0.46636363636363637 0.5903030303030303 0.610909090909091 0.7624242424242424 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0844-1-_jpeg_jpg.rf.742cf92fe7d37ccce4706b92b4dd84a0.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0844-1-_jpeg_jpg.rf.742cf92fe7d37ccce4706b92b4dd84a0.txt new file mode 100644 index 0000000..66d2a9c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0844-1-_jpeg_jpg.rf.742cf92fe7d37ccce4706b92b4dd84a0.txt @@ -0,0 +1,2 @@ +4 0.47363636363636363 0.3563636363636364 0.4581818181818182 0.37696969696969695 +3 0.44363636363636366 0.6890909090909091 0.28545454545454546 0.39151515151515154 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0854_jpeg_jpg.rf.a5803bac6b3fd0ecad09deb625e44794.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0854_jpeg_jpg.rf.a5803bac6b3fd0ecad09deb625e44794.txt new file mode 100644 index 0000000..841ad79 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0854_jpeg_jpg.rf.a5803bac6b3fd0ecad09deb625e44794.txt @@ -0,0 +1 @@ +1 0.4536363636363636 0.4315151515151515 0.38727272727272727 0.48727272727272725 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0903-1-_jpeg_jpg.rf.ad4f5a6d98276233437209d8bf1e4888.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0903-1-_jpeg_jpg.rf.ad4f5a6d98276233437209d8bf1e4888.txt new file mode 100644 index 0000000..fa19fc3 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0903-1-_jpeg_jpg.rf.ad4f5a6d98276233437209d8bf1e4888.txt @@ -0,0 +1,2 @@ +6 0.44545454545454544 0.5612121212121212 0.2581818181818182 0.2957575757575758 +7 0.44 0.3303030303030303 0.3563636363636364 0.32727272727272727 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0909-1-_jpeg_jpg.rf.3fa6b546386f53f0e16fa62573b14a19.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0909-1-_jpeg_jpg.rf.3fa6b546386f53f0e16fa62573b14a19.txt new file mode 100644 index 0000000..e0d12dc --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0909-1-_jpeg_jpg.rf.3fa6b546386f53f0e16fa62573b14a19.txt @@ -0,0 +1,2 @@ +4 0.5045454545454545 0.3303030303030303 0.4 0.2896969696969697 +3 0.48545454545454547 0.6757575757575758 0.2927272727272727 0.4266666666666667 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0910-1-_jpeg_jpg.rf.e3b302122f24439e95e0822c63399be7.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0910-1-_jpeg_jpg.rf.e3b302122f24439e95e0822c63399be7.txt new file mode 100644 index 0000000..0086a7e --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0910-1-_jpeg_jpg.rf.e3b302122f24439e95e0822c63399be7.txt @@ -0,0 +1,2 @@ +3 0.4527272727272727 0.649090909090909 0.3109090909090909 0.41575757575757577 +4 0.47 0.3478787878787879 0.37454545454545457 0.32606060606060605 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0939_jpeg_jpg.rf.ab7371679002b45c0d1730777fb38ab6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0939_jpeg_jpg.rf.ab7371679002b45c0d1730777fb38ab6.txt new file mode 100644 index 0000000..4fb0097 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0939_jpeg_jpg.rf.ab7371679002b45c0d1730777fb38ab6.txt @@ -0,0 +1,2 @@ +3 0.47 0.5975757575757575 0.27636363636363637 0.4303030303030303 +7 0.4918181818181818 0.29757575757575755 0.39454545454545453 0.24484848484848484 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0950-1-_jpeg_jpg.rf.58a4e63fe3f07a0bfc61f653dc8d25a6.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0950-1-_jpeg_jpg.rf.58a4e63fe3f07a0bfc61f653dc8d25a6.txt new file mode 100644 index 0000000..f5e7904 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0950-1-_jpeg_jpg.rf.58a4e63fe3f07a0bfc61f653dc8d25a6.txt @@ -0,0 +1,2 @@ +4 0.5136363636363637 0.3781818181818182 0.45636363636363636 0.3696969696969697 +5 0.4890909090909091 0.5963636363636363 0.3109090909090909 0.16484848484848486 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0952-1-_jpeg_jpg.rf.84465ea50f84206bbac04e4aa9b176e4.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0952-1-_jpeg_jpg.rf.84465ea50f84206bbac04e4aa9b176e4.txt new file mode 100644 index 0000000..a8202a2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0952-1-_jpeg_jpg.rf.84465ea50f84206bbac04e4aa9b176e4.txt @@ -0,0 +1,2 @@ +0 0.49727272727272726 0.28363636363636363 0.44727272727272727 0.23636363636363636 +3 0.49363636363636365 0.6454545454545455 0.35454545454545455 0.503030303030303 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0953_jpeg_jpg.rf.e5cc533edc45c005e20461139b904e54.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0953_jpeg_jpg.rf.e5cc533edc45c005e20461139b904e54.txt new file mode 100644 index 0000000..368094b --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0953_jpeg_jpg.rf.e5cc533edc45c005e20461139b904e54.txt @@ -0,0 +1 @@ +1 0.42272727272727273 0.4412121212121212 0.33090909090909093 0.38545454545454544 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0974_jpeg_jpg.rf.b7d4b615a5448733b1c67d413cc0f98f.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0974_jpeg_jpg.rf.b7d4b615a5448733b1c67d413cc0f98f.txt new file mode 100644 index 0000000..554d21c --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0974_jpeg_jpg.rf.b7d4b615a5448733b1c67d413cc0f98f.txt @@ -0,0 +1 @@ +1 0.5436363636363636 0.5284848484848484 0.4127272727272727 0.6545454545454545 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/img_0984-1-_jpeg_jpg.rf.62f19cf6ba8d764191f1226acb6ea071.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0984-1-_jpeg_jpg.rf.62f19cf6ba8d764191f1226acb6ea071.txt new file mode 100644 index 0000000..3b9a305 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/img_0984-1-_jpeg_jpg.rf.62f19cf6ba8d764191f1226acb6ea071.txt @@ -0,0 +1,2 @@ +3 0.4681818181818182 0.6606060606060606 0.28363636363636363 0.5612121212121212 +4 0.49818181818181817 0.32181818181818184 0.3381818181818182 0.30666666666666664 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/pexels-athena-2081199_jpg.rf.3a4c302e89ec1072c60663a9797deca8.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/pexels-athena-2081199_jpg.rf.3a4c302e89ec1072c60663a9797deca8.txt new file mode 100644 index 0000000..a19e91a --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/pexels-athena-2081199_jpg.rf.3a4c302e89ec1072c60663a9797deca8.txt @@ -0,0 +1 @@ +8 0.42578125 0.58046875 0.71171875 0.6296875 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/pexels-matheus-bertelli-20077361_jpg.rf.ad07e2d457455d3cc8234f39152ef828.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/pexels-matheus-bertelli-20077361_jpg.rf.ad07e2d457455d3cc8234f39152ef828.txt new file mode 100644 index 0000000..0278ef4 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/pexels-matheus-bertelli-20077361_jpg.rf.ad07e2d457455d3cc8234f39152ef828.txt @@ -0,0 +1 @@ +8 0.4671875 0.77734375 0.2609375 0.23203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/uhuhu_jpg.rf.c52938b7758f6a4d83c52c6bc7fe5159.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/uhuhu_jpg.rf.c52938b7758f6a4d83c52c6bc7fe5159.txt new file mode 100644 index 0000000..fe63eeb --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/uhuhu_jpg.rf.c52938b7758f6a4d83c52c6bc7fe5159.txt @@ -0,0 +1,2 @@ +6 0.498046875 0.544921875 0.42578125 0.3984375 +0 0.498046875 0.259765625 0.234375 0.203125 \ No newline at end of file diff --git a/clothing_type_datasets/clothing_type_datasets/labels/val/ygugu_jpg.rf.1916406b222d9ffce5a6666186be02f5.txt b/clothing_type_datasets/clothing_type_datasets/labels/val/ygugu_jpg.rf.1916406b222d9ffce5a6666186be02f5.txt new file mode 100644 index 0000000..78caec2 --- /dev/null +++ b/clothing_type_datasets/clothing_type_datasets/labels/val/ygugu_jpg.rf.1916406b222d9ffce5a6666186be02f5.txt @@ -0,0 +1,2 @@ +0 0.525390625 0.37890625 0.40234375 0.3046875 +6 0.458984375 0.7578125 0.484375 0.44140625 \ No newline at end of file diff --git a/clothing_type_detection/__pycache__/ui.cpython-311.pyc b/clothing_type_detection/__pycache__/ui.cpython-311.pyc new file mode 100644 index 0000000..0eaf5f6 Binary files /dev/null and b/clothing_type_detection/__pycache__/ui.cpython-311.pyc differ diff --git a/clothing_type_detection/data/data.yaml b/clothing_type_detection/data/data.yaml new file mode 100644 index 0000000..c018538 --- /dev/null +++ b/clothing_type_detection/data/data.yaml @@ -0,0 +1,9 @@ +train: D:\YOLOprj\clothing_type_datasets\clothing_type_datasets\images\train +val: D:\YOLOprj\clothing_type_datasets\clothing_type_datasets\images\val + + + +nc: 10 + +# class names +names: ['Tshirt', 'dress', 'jacket', 'pants', 'shirt', 'short', 'skirt', 'sweater', 'bag', 'hat'] diff --git a/clothing_type_detection/gui.py b/clothing_type_detection/gui.py new file mode 100644 index 0000000..2e48944 --- /dev/null +++ b/clothing_type_detection/gui.py @@ -0,0 +1,186 @@ +import os +import sys +import shutil +import warnings +import torch +import threading +import os.path as osp +from PyQt5.QtGui import * +from pathlib import Path +from PyQt5 import QtCore +from PyQt5.QtWidgets import QApplication , QMainWindow, QFileDialog +import os +from ultralytics import YOLO +import sys +from PyQt5.QtCore import QTimer, Qt +import cv2 +import numpy as np + + +from ui import Ui_MainWindow + + +FILE = Path(__file__).resolve() +ROOT = FILE.parents[0] # YOLOv5 root directory +if str(ROOT) not in sys.path: + sys.path.append(str(ROOT)) # add ROOT to PATH +ROOT = Path(os.path.relpath(ROOT, Path.cwd())) # relative + + +warnings.filterwarnings('ignore') +os.environ['KMP_DUPLICATE_LIB_OK'] = 'True' + + +class MyWindow(QMainWindow, Ui_MainWindow): + def __init__(self, model_path): + super().__init__() + self.device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") + self.stop = False + self.file_path = "" + # 图片读取进程 + self.output_size = 640 + self.img2predict = "" + # 更新视频图像 + self.timer_camera = QTimer() + self.cap = None + self.is_camera_open = False + self.stopEvent = threading.Event() + # 加载检测模型 + self.model = YOLO(model_path, task='detect') + self.model(np.zeros((48, 48, 3))) # 预先加载推理模型 + + self.setupUi(self) + self.setWindowFlag(QtCore.Qt.FramelessWindowHint) + self.setAttribute(QtCore.Qt.WA_TranslucentBackground) + + self.pushButton.clicked.connect(self.upload_img) + self.pushButton_2.clicked.connect(self.detect_img) + + self.pushButton_5.clicked.connect(self.vedio_show) + self.pushButton_9.clicked.connect(self.camera_show) + self.pushButton_10.clicked.connect(self.video_stop) + self.pushButton_3.clicked.connect(self.close_window) + + self.reset_vid() + + def upload_img(self): + """上传图片""" + # 选择录像文件进行读取 + fileName, fileType = QFileDialog.getOpenFileName(self, 'Choose file', '', '*.jpg *.png *.tif *.jpeg') + if fileName: + self.file_path = fileName + suffix = fileName.split(".")[-1] + save_path = osp.join("images/tmp", "tmp_upload." + suffix) + # + # 将路径中的反斜杠替换为正斜杠 + save_path = save_path.replace('\\', '/') + # + os.makedirs(os.path.dirname(save_path), exist_ok=True) # 确保目录存在 + # + + shutil.copy(fileName, save_path) + # 应该调整一下图片的大小,然后统一放在一起 + im0 = cv2.imread(save_path) + resize_scale = self.output_size / im0.shape[0] + im0 = cv2.resize(im0, (0, 0), fx=resize_scale, fy=resize_scale) + cv2.imwrite("images/tmp/upload_show_result.jpg", im0) + self.img2predict = fileName + self.label_5.setScaledContents(True) + self.label_5.setPixmap(QPixmap("images/tmp/upload_show_result.jpg")) + # todo 上传图片之后右侧的图片重置, + self.label_6.setText(' ') + + def detect_img(self): + """检测图片""" + org_path = self.file_path + # 目标检测 + results = self.model(org_path)[0] + now_img = results.plot() + resize_scale = self.output_size / now_img.shape[0] + im0 = cv2.resize(now_img, (0, 0), fx=resize_scale, fy=resize_scale) + cv2.imwrite("images/tmp/single_result.jpg", im0) + self.label_6.setScaledContents(True) + self.label_6.setPixmap(QPixmap("images/tmp/single_result.jpg")) + + def get_video_path(self): + file_path, _ = QFileDialog.getOpenFileName(None, '打开视频', './', "Image files (*.avi *.mp4 *.jepg *.png)") + if not file_path: + return None + self.org_path = file_path + return file_path + + def video_start(self): + # 定时器开启,每隔一段时间,读取一帧 + self.timer_camera.start(1) + self.timer_camera.timeout.connect(self.open_frame) + + def video_stop(self): + self.cap.release() + self.timer_camera.stop() + self.reset_vid() + + def open_frame(self): + ret, now_img = self.cap.read() + if ret: + # 目标检测 + results = self.model(now_img)[0] + now_img = results.plot() + + # 获取缩放后的图片尺寸 + resize_scale = self.output_size / now_img.shape[0] + frame_resized = cv2.resize(now_img, (0, 0), fx=resize_scale, fy=resize_scale) + cv2.imwrite("images/tmp/single_result_vid.jpg", frame_resized) + self.label_8.setScaledContents(True) + self.label_8.setPixmap(QPixmap("images/tmp/single_result_vid.jpg")) + else: + self.cap.release() + self.timer_camera.stop() + + def vedio_show(self): + if self.is_camera_open: + self.is_camera_open = False + print('摄像头未开启') + + video_path = self.get_video_path() + if not video_path: + return None + self.cap = cv2.VideoCapture(video_path) + self.video_start() + + def camera_show(self): + self.is_camera_open = not self.is_camera_open + if self.is_camera_open: + print('摄像头开启') + self.cap = cv2.VideoCapture(0) + self.video_start() + else: + print('摄像头未开启') + self.label_8.setText('') + if self.cap: + self.cap.release() + cv2.destroyAllWindows() + self.label_8.clear() + + def close_window(self): + self.stopEvent.set() + self.close() + + def reset_vid(self): + """界面重置事件""" + self.pushButton_5.setEnabled(True) + self.pushButton_9.setEnabled(True) + self.label_8.setText('检测窗口') + + +if __name__ == '__main__': + # todo 修改模型权重路径 + model_dir = r'D:\YOLOprj\clothing_type_detection\runs\detect\train2\weights\best.pt' + + + # 解决2K等高分辨率屏幕不匹配或自适应问题,导致部分控件显示不完全 + QApplication.setHighDpiScaleFactorRoundingPolicy(Qt.HighDpiScaleFactorRoundingPolicy.PassThrough) + + app = QApplication(sys.argv) + my_window = MyWindow(model_dir) + my_window.show() + sys.exit(app.exec_()) diff --git a/clothing_type_detection/images/tmp/single_result.jpg b/clothing_type_detection/images/tmp/single_result.jpg new file mode 100644 index 0000000..cfabdef Binary files /dev/null and b/clothing_type_detection/images/tmp/single_result.jpg differ diff --git a/clothing_type_detection/images/tmp/tmp_upload.jpg b/clothing_type_detection/images/tmp/tmp_upload.jpg new file mode 100644 index 0000000..175d23e Binary files /dev/null and b/clothing_type_detection/images/tmp/tmp_upload.jpg differ diff --git a/clothing_type_detection/images/tmp/upload_show_result.jpg b/clothing_type_detection/images/tmp/upload_show_result.jpg new file mode 100644 index 0000000..24bdfe2 Binary files /dev/null and b/clothing_type_detection/images/tmp/upload_show_result.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/F1_curve.png b/clothing_type_detection/runs/detect/train2/F1_curve.png new file mode 100644 index 0000000..8aeff1c Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/F1_curve.png differ diff --git a/clothing_type_detection/runs/detect/train2/PR_curve.png b/clothing_type_detection/runs/detect/train2/PR_curve.png new file mode 100644 index 0000000..6d40c03 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/PR_curve.png differ diff --git a/clothing_type_detection/runs/detect/train2/P_curve.png b/clothing_type_detection/runs/detect/train2/P_curve.png new file mode 100644 index 0000000..01bc59c Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/P_curve.png differ diff --git a/clothing_type_detection/runs/detect/train2/R_curve.png b/clothing_type_detection/runs/detect/train2/R_curve.png new file mode 100644 index 0000000..8df8237 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/R_curve.png differ diff --git a/clothing_type_detection/runs/detect/train2/args.yaml b/clothing_type_detection/runs/detect/train2/args.yaml new file mode 100644 index 0000000..dd81482 --- /dev/null +++ b/clothing_type_detection/runs/detect/train2/args.yaml @@ -0,0 +1,106 @@ +task: detect +mode: train +model: yolov8n.pt +data: C:\Users\tttiger\Desktop\clothing_type\clothing_type_detection\clothing_type_detection\data\data.yaml +epochs: 100 +time: null +patience: 100 +batch: 4 +imgsz: 640 +save: true +save_period: -1 +cache: false +device: null +workers: 8 +project: null +name: train2 +exist_ok: false +pretrained: true +optimizer: auto +verbose: true +seed: 0 +deterministic: true +single_cls: false +rect: false +cos_lr: false +close_mosaic: 10 +resume: false +amp: true +fraction: 1.0 +profile: false +freeze: null +multi_scale: false +overlap_mask: true +mask_ratio: 4 +dropout: 0.0 +val: true +split: val +save_json: false +save_hybrid: false +conf: null +iou: 0.7 +max_det: 300 +half: false +dnn: false +plots: true +source: null +vid_stride: 1 +stream_buffer: false +visualize: false +augment: false +agnostic_nms: false +classes: null +retina_masks: false +embed: null +show: false +save_frames: false +save_txt: false +save_conf: false +save_crop: false +show_labels: true +show_conf: true +show_boxes: true +line_width: null +format: torchscript +keras: false +optimize: false +int8: false +dynamic: false +simplify: false +opset: null +workspace: 4 +nms: false +lr0: 0.01 +lrf: 0.01 +momentum: 0.937 +weight_decay: 0.0005 +warmup_epochs: 3.0 +warmup_momentum: 0.8 +warmup_bias_lr: 0.1 +box: 7.5 +cls: 0.5 +dfl: 1.5 +pose: 12.0 +kobj: 1.0 +label_smoothing: 0.0 +nbs: 64 +hsv_h: 0.015 +hsv_s: 0.7 +hsv_v: 0.4 +degrees: 0.0 +translate: 0.1 +scale: 0.5 +shear: 0.0 +perspective: 0.0 +flipud: 0.0 +fliplr: 0.5 +bgr: 0.0 +mosaic: 1.0 +mixup: 0.0 +copy_paste: 0.0 +auto_augment: randaugment +erasing: 0.4 +crop_fraction: 1.0 +cfg: null +tracker: botsort.yaml +save_dir: runs\detect\train2 diff --git a/clothing_type_detection/runs/detect/train2/confusion_matrix.png b/clothing_type_detection/runs/detect/train2/confusion_matrix.png new file mode 100644 index 0000000..b3f579d Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/confusion_matrix.png differ diff --git a/clothing_type_detection/runs/detect/train2/confusion_matrix_normalized.png b/clothing_type_detection/runs/detect/train2/confusion_matrix_normalized.png new file mode 100644 index 0000000..5b7c27f Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/confusion_matrix_normalized.png differ diff --git a/clothing_type_detection/runs/detect/train2/events.out.tfevents.1719411506.DESKTOP-LK42RV0.4368.0 b/clothing_type_detection/runs/detect/train2/events.out.tfevents.1719411506.DESKTOP-LK42RV0.4368.0 new file mode 100644 index 0000000..aea2959 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/events.out.tfevents.1719411506.DESKTOP-LK42RV0.4368.0 differ diff --git a/clothing_type_detection/runs/detect/train2/labels.jpg b/clothing_type_detection/runs/detect/train2/labels.jpg new file mode 100644 index 0000000..7f773d2 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/labels.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/labels_correlogram.jpg b/clothing_type_detection/runs/detect/train2/labels_correlogram.jpg new file mode 100644 index 0000000..4c3447a Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/labels_correlogram.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/results.csv b/clothing_type_detection/runs/detect/train2/results.csv new file mode 100644 index 0000000..354e4d1 --- /dev/null +++ b/clothing_type_detection/runs/detect/train2/results.csv @@ -0,0 +1,101 @@ + epoch, train/box_loss, train/cls_loss, train/dfl_loss, metrics/precision(B), metrics/recall(B), metrics/mAP50(B), metrics/mAP50-95(B), val/box_loss, val/cls_loss, val/dfl_loss, lr/pg0, lr/pg1, lr/pg2 + 1, 0.98394, 2.6061, 1.4439, 0.39998, 0.51192, 0.46684, 0.32591, 1.0157, 1.9632, 1.5494, 0.00023775, 0.00023775, 0.00023775 + 2, 0.98785, 1.9197, 1.4076, 0.53527, 0.51618, 0.5564, 0.37563, 1.1187, 2.0005, 1.6131, 0.00047104, 0.00047104, 0.00047104 + 3, 0.99816, 1.6857, 1.4002, 0.53962, 0.60997, 0.60153, 0.41882, 1.0416, 1.5806, 1.5335, 0.00069962, 0.00069962, 0.00069962 + 4, 0.98183, 1.5202, 1.3768, 0.6268, 0.5371, 0.59412, 0.41155, 1.0785, 1.3992, 1.5579, 0.00069279, 0.00069279, 0.00069279 + 5, 0.97087, 1.4053, 1.3749, 0.6416, 0.61821, 0.65227, 0.47551, 0.97633, 1.2044, 1.4364, 0.00068573, 0.00068573, 0.00068573 + 6, 0.94253, 1.3078, 1.3532, 0.56654, 0.64129, 0.69962, 0.50592, 0.95379, 1.1098, 1.4184, 0.00067866, 0.00067866, 0.00067866 + 7, 0.90682, 1.237, 1.3266, 0.74813, 0.62594, 0.70589, 0.50568, 0.96534, 1.0796, 1.429, 0.00067159, 0.00067159, 0.00067159 + 8, 0.89407, 1.1606, 1.3124, 0.63933, 0.68817, 0.70545, 0.49989, 0.93353, 1.0651, 1.3871, 0.00066452, 0.00066452, 0.00066452 + 9, 0.8781, 1.1092, 1.3049, 0.76687, 0.68575, 0.75089, 0.55298, 0.9077, 0.98395, 1.3833, 0.00065745, 0.00065745, 0.00065745 + 10, 0.87026, 1.0733, 1.2977, 0.66757, 0.74443, 0.74575, 0.55049, 0.90362, 0.94815, 1.383, 0.00065038, 0.00065038, 0.00065038 + 11, 0.86644, 1.0785, 1.295, 0.72946, 0.66937, 0.74005, 0.55205, 0.89182, 0.96358, 1.3684, 0.00064331, 0.00064331, 0.00064331 + 12, 0.8424, 1.0077, 1.2703, 0.82518, 0.60669, 0.70546, 0.52379, 0.9231, 1.0109, 1.3948, 0.00063625, 0.00063625, 0.00063625 + 13, 0.82717, 0.974, 1.2588, 0.70975, 0.66305, 0.7311, 0.53351, 0.94203, 0.98158, 1.4027, 0.00062918, 0.00062918, 0.00062918 + 14, 0.81594, 0.95884, 1.2559, 0.64402, 0.76086, 0.75015, 0.55382, 0.92605, 0.94227, 1.3791, 0.00062211, 0.00062211, 0.00062211 + 15, 0.80479, 0.94285, 1.2479, 0.67037, 0.77015, 0.78375, 0.58105, 0.88749, 0.87289, 1.3502, 0.00061504, 0.00061504, 0.00061504 + 16, 0.80478, 0.91031, 1.2427, 0.65047, 0.7773, 0.77777, 0.57546, 0.91396, 0.89267, 1.3605, 0.00060797, 0.00060797, 0.00060797 + 17, 0.78413, 0.90864, 1.2296, 0.70959, 0.74661, 0.78379, 0.59417, 0.8599, 0.85773, 1.3357, 0.0006009, 0.0006009, 0.0006009 + 18, 0.78421, 0.8848, 1.2353, 0.72222, 0.71298, 0.76171, 0.57789, 0.86436, 0.85492, 1.333, 0.00059383, 0.00059383, 0.00059383 + 19, 0.78642, 0.86169, 1.2295, 0.66396, 0.74085, 0.77085, 0.58184, 0.84862, 0.88153, 1.3236, 0.00058677, 0.00058677, 0.00058677 + 20, 0.77598, 0.8622, 1.2226, 0.71212, 0.71314, 0.76924, 0.58486, 0.84887, 0.83734, 1.3197, 0.0005797, 0.0005797, 0.0005797 + 21, 0.77058, 0.84486, 1.2238, 0.66955, 0.75514, 0.77599, 0.59567, 0.83388, 0.82919, 1.3097, 0.00057263, 0.00057263, 0.00057263 + 22, 0.76229, 0.82235, 1.2095, 0.78476, 0.69455, 0.79642, 0.60706, 0.83105, 0.78287, 1.304, 0.00056556, 0.00056556, 0.00056556 + 23, 0.75536, 0.8045, 1.2004, 0.64015, 0.74686, 0.7637, 0.5759, 0.85477, 0.81401, 1.3112, 0.00055849, 0.00055849, 0.00055849 + 24, 0.76105, 0.80766, 1.206, 0.73663, 0.75285, 0.80908, 0.6193, 0.83377, 0.78109, 1.2919, 0.00055142, 0.00055142, 0.00055142 + 25, 0.74888, 0.78115, 1.1963, 0.72234, 0.77175, 0.81007, 0.62262, 0.82528, 0.79167, 1.2966, 0.00054435, 0.00054435, 0.00054435 + 26, 0.73889, 0.76299, 1.1905, 0.71716, 0.73861, 0.76636, 0.5856, 0.80576, 0.80071, 1.2708, 0.00053728, 0.00053728, 0.00053728 + 27, 0.73258, 0.76627, 1.185, 0.74633, 0.75814, 0.81776, 0.63099, 0.79283, 0.74274, 1.2791, 0.00053022, 0.00053022, 0.00053022 + 28, 0.71875, 0.76486, 1.1801, 0.77954, 0.7204, 0.81463, 0.62552, 0.81095, 0.79042, 1.2852, 0.00052315, 0.00052315, 0.00052315 + 29, 0.72829, 0.7601, 1.19, 0.721, 0.81582, 0.82074, 0.63169, 0.83183, 0.74959, 1.2979, 0.00051608, 0.00051608, 0.00051608 + 30, 0.70922, 0.72615, 1.1774, 0.68228, 0.80824, 0.82133, 0.63995, 0.79282, 0.73288, 1.2861, 0.00050901, 0.00050901, 0.00050901 + 31, 0.70357, 0.71697, 1.1713, 0.67867, 0.81134, 0.80371, 0.63022, 0.78463, 0.75753, 1.2702, 0.00050194, 0.00050194, 0.00050194 + 32, 0.71107, 0.73508, 1.1755, 0.74971, 0.78746, 0.82713, 0.63266, 0.81624, 0.74899, 1.29, 0.00049487, 0.00049487, 0.00049487 + 33, 0.70243, 0.70564, 1.174, 0.73039, 0.77035, 0.80781, 0.63512, 0.79456, 0.75136, 1.2778, 0.0004878, 0.0004878, 0.0004878 + 34, 0.68883, 0.68913, 1.163, 0.75087, 0.81444, 0.8342, 0.64991, 0.78329, 0.73663, 1.2667, 0.00048074, 0.00048074, 0.00048074 + 35, 0.68556, 0.67937, 1.1565, 0.7481, 0.79558, 0.82443, 0.64215, 0.79055, 0.72248, 1.2632, 0.00047367, 0.00047367, 0.00047367 + 36, 0.67783, 0.6758, 1.1482, 0.71764, 0.82211, 0.81712, 0.63231, 0.79952, 0.73912, 1.2822, 0.0004666, 0.0004666, 0.0004666 + 37, 0.68402, 0.68321, 1.1576, 0.7645, 0.78637, 0.81667, 0.63286, 0.78223, 0.74514, 1.2522, 0.00045953, 0.00045953, 0.00045953 + 38, 0.68542, 0.6773, 1.1526, 0.73401, 0.77193, 0.81708, 0.63954, 0.78511, 0.73535, 1.2684, 0.00045246, 0.00045246, 0.00045246 + 39, 0.6781, 0.66899, 1.1525, 0.70268, 0.79794, 0.81889, 0.63793, 0.79361, 0.74963, 1.2727, 0.00044539, 0.00044539, 0.00044539 + 40, 0.67681, 0.6619, 1.1466, 0.76344, 0.78469, 0.83448, 0.65477, 0.75995, 0.71956, 1.2579, 0.00043832, 0.00043832, 0.00043832 + 41, 0.66978, 0.64554, 1.1428, 0.66368, 0.8343, 0.79426, 0.62337, 0.79107, 0.7228, 1.2761, 0.00043126, 0.00043126, 0.00043126 + 42, 0.67039, 0.65128, 1.1476, 0.72661, 0.82652, 0.83431, 0.65293, 0.78968, 0.69976, 1.281, 0.00042419, 0.00042419, 0.00042419 + 43, 0.65798, 0.63991, 1.1381, 0.73778, 0.81766, 0.83127, 0.64982, 0.75946, 0.69249, 1.2537, 0.00041712, 0.00041712, 0.00041712 + 44, 0.6606, 0.6509, 1.1432, 0.75832, 0.80054, 0.84284, 0.65422, 0.7574, 0.7103, 1.2408, 0.00041005, 0.00041005, 0.00041005 + 45, 0.66699, 0.64039, 1.1427, 0.75132, 0.77545, 0.81561, 0.64287, 0.78209, 0.73697, 1.2615, 0.00040298, 0.00040298, 0.00040298 + 46, 0.64717, 0.61755, 1.1308, 0.70094, 0.83335, 0.83231, 0.65067, 0.78352, 0.70523, 1.2543, 0.00039591, 0.00039591, 0.00039591 + 47, 0.64258, 0.6175, 1.1286, 0.77345, 0.79865, 0.82278, 0.64402, 0.78171, 0.72858, 1.2567, 0.00038884, 0.00038884, 0.00038884 + 48, 0.6484, 0.61446, 1.1337, 0.7528, 0.8149, 0.83566, 0.6612, 0.7667, 0.69428, 1.2514, 0.00038178, 0.00038178, 0.00038178 + 49, 0.65032, 0.60023, 1.1315, 0.69481, 0.81798, 0.80672, 0.63246, 0.77038, 0.72732, 1.2591, 0.00037471, 0.00037471, 0.00037471 + 50, 0.64709, 0.59973, 1.1272, 0.77591, 0.77407, 0.83264, 0.65072, 0.75796, 0.69319, 1.2422, 0.00036764, 0.00036764, 0.00036764 + 51, 0.63683, 0.59808, 1.1199, 0.7495, 0.77831, 0.80501, 0.6264, 0.7728, 0.74574, 1.2666, 0.00036057, 0.00036057, 0.00036057 + 52, 0.62924, 0.5865, 1.1227, 0.70766, 0.8273, 0.81466, 0.63402, 0.76232, 0.71658, 1.2551, 0.0003535, 0.0003535, 0.0003535 + 53, 0.6275, 0.58203, 1.1228, 0.76461, 0.76433, 0.8166, 0.63595, 0.7685, 0.70722, 1.261, 0.00034643, 0.00034643, 0.00034643 + 54, 0.62544, 0.57015, 1.1217, 0.74285, 0.8036, 0.82463, 0.65642, 0.77841, 0.70054, 1.2823, 0.00033936, 0.00033936, 0.00033936 + 55, 0.61454, 0.55914, 1.1089, 0.73883, 0.83263, 0.84334, 0.66597, 0.76022, 0.69376, 1.2541, 0.0003323, 0.0003323, 0.0003323 + 56, 0.61598, 0.56207, 1.1078, 0.77527, 0.80556, 0.83025, 0.65184, 0.77465, 0.6967, 1.2703, 0.00032523, 0.00032523, 0.00032523 + 57, 0.6154, 0.55838, 1.1064, 0.76352, 0.82227, 0.84564, 0.66776, 0.74578, 0.67475, 1.2403, 0.00031816, 0.00031816, 0.00031816 + 58, 0.61031, 0.54929, 1.1059, 0.80725, 0.78603, 0.83327, 0.65072, 0.76054, 0.68248, 1.2525, 0.00031109, 0.00031109, 0.00031109 + 59, 0.60665, 0.54748, 1.0988, 0.74936, 0.81517, 0.84062, 0.65696, 0.75646, 0.69246, 1.258, 0.00030402, 0.00030402, 0.00030402 + 60, 0.61515, 0.54822, 1.1058, 0.76781, 0.80259, 0.84338, 0.65176, 0.77414, 0.7019, 1.2775, 0.00029695, 0.00029695, 0.00029695 + 61, 0.61423, 0.55911, 1.1105, 0.80386, 0.81611, 0.85114, 0.67156, 0.731, 0.64821, 1.2386, 0.00028988, 0.00028988, 0.00028988 + 62, 0.61028, 0.55097, 1.1086, 0.79171, 0.81649, 0.85525, 0.66932, 0.76194, 0.67149, 1.2687, 0.00028282, 0.00028282, 0.00028282 + 63, 0.60463, 0.53557, 1.102, 0.75377, 0.84922, 0.86458, 0.68641, 0.75607, 0.65758, 1.2619, 0.00027575, 0.00027575, 0.00027575 + 64, 0.59456, 0.53783, 1.0989, 0.79074, 0.81429, 0.87247, 0.6902, 0.755, 0.63691, 1.2644, 0.00026868, 0.00026868, 0.00026868 + 65, 0.5871, 0.52272, 1.093, 0.76701, 0.80573, 0.86154, 0.6836, 0.74767, 0.65068, 1.2586, 0.00026161, 0.00026161, 0.00026161 + 66, 0.59243, 0.51845, 1.0937, 0.81582, 0.76855, 0.84002, 0.66426, 0.75363, 0.68169, 1.2593, 0.00025454, 0.00025454, 0.00025454 + 67, 0.58133, 0.50988, 1.086, 0.77496, 0.79666, 0.8516, 0.67617, 0.74131, 0.64712, 1.2486, 0.00024747, 0.00024747, 0.00024747 + 68, 0.57838, 0.51537, 1.086, 0.77848, 0.83996, 0.85967, 0.67537, 0.74374, 0.63498, 1.2489, 0.0002404, 0.0002404, 0.0002404 + 69, 0.58116, 0.50967, 1.0906, 0.81682, 0.81482, 0.8595, 0.68999, 0.74159, 0.63524, 1.2422, 0.00023334, 0.00023334, 0.00023334 + 70, 0.58152, 0.50296, 1.0856, 0.78708, 0.83108, 0.85702, 0.67947, 0.74388, 0.62068, 1.2488, 0.00022627, 0.00022627, 0.00022627 + 71, 0.58177, 0.50532, 1.0888, 0.77493, 0.82879, 0.85097, 0.6709, 0.74546, 0.64923, 1.2567, 0.0002192, 0.0002192, 0.0002192 + 72, 0.57244, 0.49352, 1.0857, 0.78882, 0.81268, 0.85314, 0.67347, 0.73673, 0.64755, 1.244, 0.00021213, 0.00021213, 0.00021213 + 73, 0.56364, 0.48951, 1.0764, 0.78921, 0.83621, 0.85586, 0.68132, 0.7327, 0.64319, 1.235, 0.00020506, 0.00020506, 0.00020506 + 74, 0.55543, 0.47164, 1.0708, 0.77665, 0.82198, 0.86056, 0.68997, 0.73373, 0.63977, 1.2433, 0.00019799, 0.00019799, 0.00019799 + 75, 0.56388, 0.49103, 1.0798, 0.79985, 0.79558, 0.8664, 0.69415, 0.73312, 0.63887, 1.2407, 0.00019092, 0.00019092, 0.00019092 + 76, 0.57, 0.4951, 1.0796, 0.77735, 0.81419, 0.85899, 0.68123, 0.73629, 0.63649, 1.2489, 0.00018385, 0.00018385, 0.00018385 + 77, 0.55634, 0.47681, 1.0702, 0.78818, 0.79982, 0.85939, 0.68512, 0.74243, 0.64033, 1.2576, 0.00017679, 0.00017679, 0.00017679 + 78, 0.54881, 0.47327, 1.0664, 0.79131, 0.81765, 0.85865, 0.68681, 0.73256, 0.64848, 1.2454, 0.00016972, 0.00016972, 0.00016972 + 79, 0.55775, 0.47059, 1.0726, 0.80421, 0.75834, 0.8427, 0.67815, 0.72574, 0.64712, 1.23, 0.00016265, 0.00016265, 0.00016265 + 80, 0.54815, 0.46831, 1.0688, 0.81509, 0.80001, 0.85787, 0.68221, 0.72963, 0.64803, 1.2343, 0.00015558, 0.00015558, 0.00015558 + 81, 0.5438, 0.46351, 1.0627, 0.77813, 0.82053, 0.85567, 0.68513, 0.73789, 0.63384, 1.2395, 0.00014851, 0.00014851, 0.00014851 + 82, 0.5444, 0.45877, 1.0649, 0.80183, 0.79946, 0.85458, 0.68211, 0.7364, 0.63038, 1.2347, 0.00014144, 0.00014144, 0.00014144 + 83, 0.54111, 0.448, 1.0613, 0.79489, 0.8022, 0.8516, 0.68039, 0.73911, 0.63768, 1.2492, 0.00013437, 0.00013437, 0.00013437 + 84, 0.5479, 0.46115, 1.0696, 0.797, 0.79624, 0.85527, 0.68137, 0.72892, 0.63337, 1.2383, 0.00012731, 0.00012731, 0.00012731 + 85, 0.54248, 0.44638, 1.0591, 0.8045, 0.8148, 0.86861, 0.69176, 0.73249, 0.61755, 1.243, 0.00012024, 0.00012024, 0.00012024 + 86, 0.53402, 0.44567, 1.058, 0.77148, 0.84291, 0.85983, 0.68418, 0.72641, 0.6282, 1.2348, 0.00011317, 0.00011317, 0.00011317 + 87, 0.53796, 0.45225, 1.0607, 0.81245, 0.80372, 0.86266, 0.68707, 0.72073, 0.6196, 1.2326, 0.0001061, 0.0001061, 0.0001061 + 88, 0.54059, 0.44984, 1.0613, 0.78709, 0.81462, 0.86012, 0.69053, 0.72486, 0.63087, 1.2376, 9.9032e-05, 9.9032e-05, 9.9032e-05 + 89, 0.52925, 0.43747, 1.0568, 0.80557, 0.79992, 0.86227, 0.69452, 0.71454, 0.6021, 1.2316, 9.1963e-05, 9.1963e-05, 9.1963e-05 + 90, 0.53082, 0.43778, 1.0578, 0.81589, 0.78142, 0.85824, 0.68747, 0.71623, 0.6124, 1.2317, 8.4895e-05, 8.4895e-05, 8.4895e-05 + 91, 0.40766, 0.31051, 0.98544, 0.82547, 0.78438, 0.85714, 0.68641, 0.72407, 0.60938, 1.2449, 7.7826e-05, 7.7826e-05, 7.7826e-05 + 92, 0.39651, 0.28764, 0.97255, 0.79093, 0.81682, 0.8551, 0.68784, 0.71803, 0.61478, 1.2422, 7.0757e-05, 7.0757e-05, 7.0757e-05 + 93, 0.39397, 0.284, 0.97393, 0.78695, 0.82748, 0.85496, 0.68338, 0.72213, 0.61185, 1.2451, 6.3689e-05, 6.3689e-05, 6.3689e-05 + 94, 0.38552, 0.27831, 0.96302, 0.83759, 0.79824, 0.85847, 0.69141, 0.72021, 0.59312, 1.2493, 5.662e-05, 5.662e-05, 5.662e-05 + 95, 0.38015, 0.27597, 0.95886, 0.801, 0.81851, 0.86006, 0.68894, 0.71596, 0.59029, 1.2471, 4.9552e-05, 4.9552e-05, 4.9552e-05 + 96, 0.37441, 0.27412, 0.95539, 0.7784, 0.84613, 0.85987, 0.68866, 0.72078, 0.60019, 1.2604, 4.2483e-05, 4.2483e-05, 4.2483e-05 + 97, 0.37615, 0.26227, 0.95926, 0.84256, 0.78702, 0.86068, 0.68894, 0.72062, 0.59852, 1.258, 3.5414e-05, 3.5414e-05, 3.5414e-05 + 98, 0.37554, 0.26248, 0.95822, 0.81073, 0.81399, 0.85525, 0.68445, 0.71863, 0.60714, 1.2575, 2.8346e-05, 2.8346e-05, 2.8346e-05 + 99, 0.36751, 0.25756, 0.9508, 0.81611, 0.79464, 0.85196, 0.68144, 0.7163, 0.6118, 1.2527, 2.1277e-05, 2.1277e-05, 2.1277e-05 + 100, 0.37023, 0.25864, 0.95513, 0.80277, 0.79989, 0.85285, 0.68164, 0.71747, 0.61296, 1.2533, 1.4209e-05, 1.4209e-05, 1.4209e-05 diff --git a/clothing_type_detection/runs/detect/train2/results.png b/clothing_type_detection/runs/detect/train2/results.png new file mode 100644 index 0000000..a8ce044 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/results.png differ diff --git a/clothing_type_detection/runs/detect/train2/train_batch0.jpg b/clothing_type_detection/runs/detect/train2/train_batch0.jpg new file mode 100644 index 0000000..fff2320 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/train_batch0.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/train_batch1.jpg b/clothing_type_detection/runs/detect/train2/train_batch1.jpg new file mode 100644 index 0000000..c521a29 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/train_batch1.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/train_batch2.jpg b/clothing_type_detection/runs/detect/train2/train_batch2.jpg new file mode 100644 index 0000000..767dfa7 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/train_batch2.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/train_batch85770.jpg b/clothing_type_detection/runs/detect/train2/train_batch85770.jpg new file mode 100644 index 0000000..32ebe80 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/train_batch85770.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/train_batch85771.jpg b/clothing_type_detection/runs/detect/train2/train_batch85771.jpg new file mode 100644 index 0000000..8763815 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/train_batch85771.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/train_batch85772.jpg b/clothing_type_detection/runs/detect/train2/train_batch85772.jpg new file mode 100644 index 0000000..6556365 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/train_batch85772.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/val_batch0_labels.jpg b/clothing_type_detection/runs/detect/train2/val_batch0_labels.jpg new file mode 100644 index 0000000..096d0ce Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/val_batch0_labels.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/val_batch0_pred.jpg b/clothing_type_detection/runs/detect/train2/val_batch0_pred.jpg new file mode 100644 index 0000000..3f880c1 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/val_batch0_pred.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/val_batch1_labels.jpg b/clothing_type_detection/runs/detect/train2/val_batch1_labels.jpg new file mode 100644 index 0000000..e17510d Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/val_batch1_labels.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/val_batch1_pred.jpg b/clothing_type_detection/runs/detect/train2/val_batch1_pred.jpg new file mode 100644 index 0000000..d23f7d4 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/val_batch1_pred.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/val_batch2_labels.jpg b/clothing_type_detection/runs/detect/train2/val_batch2_labels.jpg new file mode 100644 index 0000000..9bab0f3 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/val_batch2_labels.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/val_batch2_pred.jpg b/clothing_type_detection/runs/detect/train2/val_batch2_pred.jpg new file mode 100644 index 0000000..d0537f2 Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/val_batch2_pred.jpg differ diff --git a/clothing_type_detection/runs/detect/train2/weights/best.pt b/clothing_type_detection/runs/detect/train2/weights/best.pt new file mode 100644 index 0000000..1ee2b0c Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/weights/best.pt differ diff --git a/clothing_type_detection/runs/detect/train2/weights/last.pt b/clothing_type_detection/runs/detect/train2/weights/last.pt new file mode 100644 index 0000000..0b35f6a Binary files /dev/null and b/clothing_type_detection/runs/detect/train2/weights/last.pt differ diff --git a/clothing_type_detection/train.py b/clothing_type_detection/train.py new file mode 100644 index 0000000..2fcfa3e --- /dev/null +++ b/clothing_type_detection/train.py @@ -0,0 +1,10 @@ +from ultralytics import YOLO + +model = YOLO("yolov8n.pt") +if __name__ == '__main__': + yaml_path = r'D:\YOLOprj\clothing_type_detection\data\data.yaml' + results = model.train(data=yaml_path, epochs=100, batch=4) + + + + diff --git a/clothing_type_detection/ui.py b/clothing_type_detection/ui.py new file mode 100644 index 0000000..a3c78b3 --- /dev/null +++ b/clothing_type_detection/ui.py @@ -0,0 +1,287 @@ +# -*- coding: utf-8 -*- +# Created by: PyQt5 UI code generator 5.15.6 +# +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + + +from PyQt5 import QtCore, QtGui, QtWidgets + + +class Ui_MainWindow(object): + def setupUi(self, MainWindow): + MainWindow.setObjectName("MainWindow") + MainWindow.resize(1138, 784) + self.centralwidget = QtWidgets.QWidget(MainWindow) + self.centralwidget.setObjectName("centralwidget") + self.frame = QtWidgets.QFrame(self.centralwidget) + self.frame.setGeometry(QtCore.QRect(20, 20, 1101, 751)) + self.frame.setMinimumSize(QtCore.QSize(760, 500)) + self.frame.setStyleSheet("#frame{\n" + "background-color: rgb(255, 255, 255);\n" + "}") + self.frame.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame.setObjectName("frame") + self.tabWidget = QtWidgets.QTabWidget(self.frame) + self.tabWidget.setGeometry(QtCore.QRect(40, 20, 1031, 711)) + self.tabWidget.setMinimumSize(QtCore.QSize(130, 35)) + self.tabWidget.setObjectName("tabWidget") + self.tab = QtWidgets.QWidget() + self.tab.setObjectName("tab") + self.frame_2 = QtWidgets.QFrame(self.tab) + self.frame_2.setGeometry(QtCore.QRect(0, 0, 1031, 671)) + self.frame_2.setMinimumSize(QtCore.QSize(541, 511)) + self.frame_2.setStyleSheet("") + self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_2.setObjectName("frame_2") + self.verticalLayout = QtWidgets.QVBoxLayout(self.frame_2) + self.verticalLayout.setContentsMargins(0, 0, 0, 0) + self.verticalLayout.setSpacing(0) + self.verticalLayout.setObjectName("verticalLayout") + self.frame_4 = QtWidgets.QFrame(self.frame_2) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(1) + sizePolicy.setHeightForWidth(self.frame_4.sizePolicy().hasHeightForWidth()) + self.frame_4.setSizePolicy(sizePolicy) + self.frame_4.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_4.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_4.setObjectName("frame_4") + self.label = QtWidgets.QLabel(self.frame_4) + self.label.setGeometry(QtCore.QRect(360, 20, 301, 31)) + self.label.setStyleSheet("font: 16pt \"隶书\";") + self.label.setAlignment(QtCore.Qt.AlignCenter) + self.label.setObjectName("label") + self.verticalLayout.addWidget(self.frame_4) + self.frame_5 = QtWidgets.QFrame(self.frame_2) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(2) + sizePolicy.setHeightForWidth(self.frame_5.sizePolicy().hasHeightForWidth()) + self.frame_5.setSizePolicy(sizePolicy) + self.frame_5.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_5.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_5.setObjectName("frame_5") + self.line = QtWidgets.QFrame(self.frame_5) + self.line.setGeometry(QtCore.QRect(0, 0, 1021, 16)) + self.line.setFrameShape(QtWidgets.QFrame.HLine) + self.line.setFrameShadow(QtWidgets.QFrame.Sunken) + self.line.setObjectName("line") + self.pushButton = QtWidgets.QPushButton(self.frame_5) + self.pushButton.setGeometry(QtCore.QRect(310, 40, 130, 51)) + self.pushButton.setMinimumSize(QtCore.QSize(130, 35)) + self.pushButton.setObjectName("pushButton") + self.pushButton_2 = QtWidgets.QPushButton(self.frame_5) + self.pushButton_2.setGeometry(QtCore.QRect(560, 40, 131, 51)) + self.pushButton_2.setMinimumSize(QtCore.QSize(130, 35)) + self.pushButton_2.setObjectName("pushButton_2") + self.verticalLayout.addWidget(self.frame_5) + self.frame_6 = QtWidgets.QFrame(self.frame_2) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(8) + sizePolicy.setHeightForWidth(self.frame_6.sizePolicy().hasHeightForWidth()) + self.frame_6.setSizePolicy(sizePolicy) + self.frame_6.setStyleSheet("#frame_6{\n" + "border-top: 1px dashed black;\n" + "}") + self.frame_6.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_6.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_6.setObjectName("frame_6") + self.frame_7 = QtWidgets.QFrame(self.frame_6) + self.frame_7.setGeometry(QtCore.QRect(70, 40, 400, 400)) + self.frame_7.setMinimumSize(QtCore.QSize(0, 0)) + self.frame_7.setMaximumSize(QtCore.QSize(400, 400)) + self.frame_7.setStyleSheet("#frame_7{\n" + "border: 1px dashed black;\n" + "}") + self.frame_7.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_7.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_7.setObjectName("frame_7") + self.label_5 = QtWidgets.QLabel(self.frame_7) + self.label_5.setGeometry(QtCore.QRect(0, 0, 400, 400)) + self.label_5.setMinimumSize(QtCore.QSize(0, 0)) + self.label_5.setMaximumSize(QtCore.QSize(400, 400)) + self.label_5.setStyleSheet("font: 18pt \"方正姚体\";") + self.label_5.setAlignment(QtCore.Qt.AlignCenter) + self.label_5.setObjectName("label_5") + self.frame_8 = QtWidgets.QFrame(self.frame_6) + self.frame_8.setGeometry(QtCore.QRect(560, 40, 400, 400)) + self.frame_8.setMinimumSize(QtCore.QSize(0, 0)) + self.frame_8.setStyleSheet("#frame_8{\n" + "border: 1px dashed black;\n" + "}") + self.frame_8.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_8.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_8.setObjectName("frame_8") + self.label_6 = QtWidgets.QLabel(self.frame_8) + self.label_6.setGeometry(QtCore.QRect(0, 0, 400, 400)) + self.label_6.setMinimumSize(QtCore.QSize(0, 0)) + self.label_6.setMaximumSize(QtCore.QSize(400, 400)) + self.label_6.setStyleSheet("font: 18pt \"方正姚体\";") + self.label_6.setAlignment(QtCore.Qt.AlignCenter) + self.label_6.setObjectName("label_6") + self.label_3 = QtWidgets.QLabel(self.frame_6) + self.label_3.setGeometry(QtCore.QRect(210, 460, 101, 16)) + self.label_3.setObjectName("label_3") + self.label_4 = QtWidgets.QLabel(self.frame_6) + self.label_4.setGeometry(QtCore.QRect(730, 460, 101, 16)) + self.label_4.setObjectName("label_4") + self.verticalLayout.addWidget(self.frame_6) + self.tabWidget.addTab(self.tab, "") + self.tab_2 = QtWidgets.QWidget() + self.tab_2.setObjectName("tab_2") + self.frame_3 = QtWidgets.QFrame(self.tab_2) + self.frame_3.setGeometry(QtCore.QRect(0, 0, 1031, 671)) + self.frame_3.setMinimumSize(QtCore.QSize(541, 511)) + self.frame_3.setStyleSheet("") + self.frame_3.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_3.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_3.setObjectName("frame_3") + self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.frame_3) + self.verticalLayout_2.setContentsMargins(0, 0, 0, 0) + self.verticalLayout_2.setSpacing(0) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.frame_9 = QtWidgets.QFrame(self.frame_3) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(1) + sizePolicy.setHeightForWidth(self.frame_9.sizePolicy().hasHeightForWidth()) + self.frame_9.setSizePolicy(sizePolicy) + self.frame_9.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_9.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_9.setObjectName("frame_9") + self.label_2 = QtWidgets.QLabel(self.frame_9) + self.label_2.setGeometry(QtCore.QRect(360, 20, 301, 31)) + self.label_2.setStyleSheet("font: 16pt \"隶书\";") + self.label_2.setAlignment(QtCore.Qt.AlignCenter) + self.label_2.setObjectName("label_2") + self.verticalLayout_2.addWidget(self.frame_9) + self.frame_10 = QtWidgets.QFrame(self.frame_3) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(2) + sizePolicy.setHeightForWidth(self.frame_10.sizePolicy().hasHeightForWidth()) + self.frame_10.setSizePolicy(sizePolicy) + self.frame_10.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_10.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_10.setObjectName("frame_10") + self.line_2 = QtWidgets.QFrame(self.frame_10) + self.line_2.setGeometry(QtCore.QRect(0, 0, 1021, 16)) + self.line_2.setFrameShape(QtWidgets.QFrame.HLine) + self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken) + self.line_2.setObjectName("line_2") + self.pushButton_5 = QtWidgets.QPushButton(self.frame_10) + self.pushButton_5.setGeometry(QtCore.QRect(230, 40, 141, 51)) + self.pushButton_5.setMinimumSize(QtCore.QSize(130, 35)) + self.pushButton_5.setObjectName("pushButton_5") + self.pushButton_9 = QtWidgets.QPushButton(self.frame_10) + self.pushButton_9.setGeometry(QtCore.QRect(430, 40, 141, 51)) + self.pushButton_9.setMinimumSize(QtCore.QSize(130, 35)) + self.pushButton_9.setObjectName("pushButton_9") + self.pushButton_10 = QtWidgets.QPushButton(self.frame_10) + self.pushButton_10.setGeometry(QtCore.QRect(620, 40, 141, 51)) + self.pushButton_10.setMinimumSize(QtCore.QSize(130, 35)) + self.pushButton_10.setObjectName("pushButton_10") + self.verticalLayout_2.addWidget(self.frame_10) + self.frame_11 = QtWidgets.QFrame(self.frame_3) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(8) + sizePolicy.setHeightForWidth(self.frame_11.sizePolicy().hasHeightForWidth()) + self.frame_11.setSizePolicy(sizePolicy) + self.frame_11.setStyleSheet("#frame_11{\n" + "border-top: 1px dashed black;\n" + "}") + self.frame_11.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_11.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_11.setObjectName("frame_11") + self.frame_13 = QtWidgets.QFrame(self.frame_11) + self.frame_13.setGeometry(QtCore.QRect(260, 20, 450, 450)) + self.frame_13.setMinimumSize(QtCore.QSize(450, 450)) + self.frame_13.setMaximumSize(QtCore.QSize(450, 450)) + self.frame_13.setStyleSheet("#frame_13{\n" + "border: 1px dashed black;\n" + "}") + self.frame_13.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_13.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_13.setObjectName("frame_13") + self.label_8 = QtWidgets.QLabel(self.frame_13) + self.label_8.setGeometry(QtCore.QRect(0, 0, 450, 450)) + self.label_8.setMinimumSize(QtCore.QSize(450, 450)) + self.label_8.setMaximumSize(QtCore.QSize(450, 450)) + self.label_8.setStyleSheet("font: 18pt \"方正姚体\";") + self.label_8.setAlignment(QtCore.Qt.AlignCenter) + self.label_8.setObjectName("label_8") + self.verticalLayout_2.addWidget(self.frame_11) + self.tabWidget.addTab(self.tab_2, "") + self.frame_14 = QtWidgets.QFrame(self.frame) + self.frame_14.setGeometry(QtCore.QRect(910, 10, 161, 31)) + self.frame_14.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.frame_14.setFrameShadow(QtWidgets.QFrame.Raised) + self.frame_14.setObjectName("frame_14") + self.pushButton_3 = QtWidgets.QPushButton(self.frame_14) + self.pushButton_3.setGeometry(QtCore.QRect(120, 0, 41, 28)) + self.pushButton_3.setStyleSheet("#pushButton_3{\n" + "border: none;\n" + "background-color: white;\n" # 设置背景颜色 + "color: black;\n" # 设置文本颜色 + "}\n" + "#pushButton_3::hover{\n" + "padding-left: 5px;\n" + "padding-bottom: 5px;\n" + "background-color: red;\n" # 设置悬停时的背景颜色 + "}") + + self.pushButton_3.setText("X") + icon = QtGui.QIcon() + icon.addPixmap(QtGui.QPixmap(":/icons/icons/remove.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) + self.pushButton_3.setIcon(icon) + self.pushButton_3.setObjectName("pushButton_3") + self.pushButton_8 = QtWidgets.QPushButton(self.frame_14) + self.pushButton_8.setGeometry(QtCore.QRect(70, 0, 41, 28)) + self.pushButton_8.setStyleSheet("#pushButton_8{\n" + "border: none;\n" + "background-color: white;\n" # 设置背景颜色 + "color: black;\n" # 设置文本颜色 + "}\n" + "#pushButton_8::hover{\n" + "padding-left: 5px;\n" + "padding-bottom: 5px;\n" + "background-color: grey;\n" # 设置悬停时的背景颜色 + "}") + + self.pushButton_8.setText("-") + icon1 = QtGui.QIcon() + icon1.addPixmap(QtGui.QPixmap(":/icons/icons/subtract.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) + self.pushButton_8.setIcon(icon1) + self.pushButton_8.setObjectName("pushButton_8") + MainWindow.setCentralWidget(self.centralwidget) + + self.retranslateUi(MainWindow) + self.tabWidget.setCurrentIndex(0) + self.pushButton_8.clicked.connect(MainWindow.showMinimized) # type: ignore + QtCore.QMetaObject.connectSlotsByName(MainWindow) + + def retranslateUi(self, MainWindow): + _translate = QtCore.QCoreApplication.translate + MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) + self.label.setText(_translate("MainWindow", "图像目标检测系统")) + self.pushButton.setText(_translate("MainWindow", "上传图片")) + self.pushButton_2.setText(_translate("MainWindow", "开始检测")) + self.label_5.setText(_translate("MainWindow", "待检测的图像")) + self.label_6.setText(_translate("MainWindow", "已检测的图像")) + self.label_3.setText(_translate("MainWindow", "待检测的样本")) + self.label_4.setText(_translate("MainWindow", "已检测的样本")) + self.label_3.setStyleSheet("font: 7pt \"等线\";") + self.label_4.setStyleSheet("font: 7pt \"等线\";") + self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), _translate("MainWindow", "图像检测")) + self.label_2.setText(_translate("MainWindow", "视频目标检测系统")) + self.pushButton_5.setText(_translate("MainWindow", "视频检测")) + self.pushButton_9.setText(_translate("MainWindow", "摄像检测")) + self.pushButton_10.setText(_translate("MainWindow", "停止检测")) + self.label_8.setText(_translate("MainWindow", "已检测的视频")) + self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), _translate("MainWindow", "视频检测")) + diff --git a/clothing_type_detection/yolov8n.pt b/clothing_type_detection/yolov8n.pt new file mode 100644 index 0000000..d61ef50 Binary files /dev/null and b/clothing_type_detection/yolov8n.pt differ diff --git a/images/tmp/single_result.jpg b/images/tmp/single_result.jpg new file mode 100644 index 0000000..d9704c7 Binary files /dev/null and b/images/tmp/single_result.jpg differ diff --git a/images/tmp/single_result_vid.jpg b/images/tmp/single_result_vid.jpg new file mode 100644 index 0000000..dcaa45c Binary files /dev/null and b/images/tmp/single_result_vid.jpg differ diff --git a/images/tmp/tmp_upload.jpg b/images/tmp/tmp_upload.jpg new file mode 100644 index 0000000..b7ab691 Binary files /dev/null and b/images/tmp/tmp_upload.jpg differ diff --git a/images/tmp/upload_show_result.jpg b/images/tmp/upload_show_result.jpg new file mode 100644 index 0000000..d7610f5 Binary files /dev/null and b/images/tmp/upload_show_result.jpg differ diff --git a/video.zip b/video.zip new file mode 100644 index 0000000..e2e63ac Binary files /dev/null and b/video.zip differ