diff --git a/YOLO/Dockerfiles/app/app/app.py b/YOLO/Dockerfiles/app/app/app.py index 77209a0..a02691c 100644 --- a/YOLO/Dockerfiles/app/app/app.py +++ b/YOLO/Dockerfiles/app/app/app.py @@ -13,14 +13,13 @@ def create_app(): def create(id): import detect import create_csv - attributes = ['Smiling', 'Bald', 'Bangs', 'Black_Hair', 'Blond_Hair', 'Brown_Hair', 'Chubby', - 'Eyeglasses', 'Heavy_Makeup', 'Male', 'Mustache', 'No_Beard', 'Pale_Skin', - 'Straight_Hair', 'Wavy_Hair', 'Wearing_Earrings', 'Wearing_Hat', 'Wearing_Necklace', - 'Wearing_Lipstick', 'Young'] + attributes = ['Smiling', 'Bald', 'Bangs', 'Black_Hair', 'Blond_Hair', 'Brown_Hair', + 'Eyeglasses', 'Male', 'Mustache', 'No_Beard', + 'Straight_Hair', 'Wavy_Hair', 'Wearing_Earrings', 'Wearing_Hat', 'Young'] filename = id+'.png' in_path = "/Datasets/grids/"+filename #PATH TO VOLUME out_path = './images/'+filename - weight_path="runs/train/exp4/weights/last.pt" + weight_path="runs/train/exp2/weights/last.pt" #r = requests.get("http://127.0.0.1:50011/update/"+id+"/"+attr+"/"+str(value)+"/") #print("Message",file=sys.stdout) shutil.copy(in_path,out_path) @@ -28,6 +27,9 @@ def create_app(): file_yolo="./runs/detect/"+id+"/labels/"+id+".txt" file_csv="/Datasets/database/"+id+".csv" create_csv.create_csv(file_yolo,file_csv,attributes) + shutil.rmtree("./runs/detect/"+id+"/") return str(5) return app + + diff --git a/YOLO/Dockerfiles/app/app/create_csv.py b/YOLO/Dockerfiles/app/app/create_csv.py index d63df0e..8a79f2c 100644 --- a/YOLO/Dockerfiles/app/app/create_csv.py +++ b/YOLO/Dockerfiles/app/app/create_csv.py @@ -27,11 +27,9 @@ def create_csv(file_yolo, file_csv, attributes): yolo.close() # définition des noms de colonnes - fields = ['Excluded', 'id', 'x', 'y', 'Smiling', 'Bald', 'Bangs', 'Black_Hair', 'Blond_Hair', 'Brown_Hair', 'Chubby', - 'Eyeglasses', 'Heavy_Makeup', 'Male', 'Mustache', 'No_Beard', 'Pale_Skin', - 'Straight_Hair', 'Wavy_Hair', 'Wearing_Earrings', 'Wearing_Hat', 'Wearing_Necklace', - 'Wearing_Lipstick', 'Young'] - + fields = ['Excluded', 'id', 'x', 'y','Smiling', 'Bald', 'Bangs', 'Black_Hair', 'Blond_Hair', 'Brown_Hair', + 'Eyeglasses', 'Male', 'Mustache', 'No_Beard', + 'Straight_Hair', 'Wavy_Hair', 'Wearing_Earrings', 'Wearing_Hat', 'Young'] i = 0 coords = [] # liste des coordonnées des classes détectés (emplacement des images) rows = [] # liste des lignes to add dans le fichier csv @@ -60,9 +58,9 @@ def create_csv(file_yolo, file_csv, attributes): writer.writerows(rows) df=pd.read_csv(file_csv,delimiter=',') df.rename(columns={'No_Beard':'Beard','Black_Hair':'Black','Blond_Hair':'Blond','Brown_Hair':'Brown','Wavy_Hair':'Wavy','Straight_Hair':'Straight','Wearing_Earrings':'Earrings','Wearing_Hat':'Hat','Wearing_Necklace':'Necklace','Wearing_Lipstick':'Lipstick'},inplace=True) - df.loc[df.Beard == 1,"Beard"] = 2 - df.loc[df.Beard == 0,"Beard"] = 1 - df.loc[df.Beard == 2,"Beard"] = 0 + #df.loc[df.Beard == 1,"Beard"] = 2 + #df.loc[df.Beard == 0,"Beard"] = 1 + #df.loc[df.Beard == 2,"Beard"] = 0 df.to_csv(file_csv,index=False) attributes = ['Smiling', 'Bald', 'Bangs', 'Black_Hair', 'Blond_Hair', 'Brown_Hair', 'Chubby', diff --git a/YOLO/Dockerfiles/app/app/images/ABKBBBGBKBYBY.png b/YOLO/Dockerfiles/app/app/images/ABKBBBGBKBYBY.png new file mode 100644 index 0000000..17b451b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/ABKBBBGBKBYBY.png differ diff --git a/YOLO/Dockerfiles/app/app/images/ANQNGNSNPNTNG.png b/YOLO/Dockerfiles/app/app/images/ANQNGNSNPNTNG.png new file mode 100644 index 0000000..4def4d6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/ANQNGNSNPNTNG.png differ diff --git a/YOLO/Dockerfiles/app/app/images/AWAWIWNWFWMWT.png b/YOLO/Dockerfiles/app/app/images/AWAWIWNWFWMWT.png new file mode 100644 index 0000000..9b78d6e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/AWAWIWNWFWMWT.png differ diff --git a/YOLO/Dockerfiles/app/app/images/BHLHDHFHZHJHP.png b/YOLO/Dockerfiles/app/app/images/BHLHDHFHZHJHP.png new file mode 100644 index 0000000..720191f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/BHLHDHFHZHJHP.png differ diff --git a/YOLO/Dockerfiles/app/app/images/BIKIQITISIOII.png b/YOLO/Dockerfiles/app/app/images/BIKIQITISIOII.png new file mode 100644 index 0000000..dd272ea Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/BIKIQITISIOII.png differ diff --git a/YOLO/Dockerfiles/app/app/images/BJGJEJUJMJHJO.png b/YOLO/Dockerfiles/app/app/images/BJGJEJUJMJHJO.png new file mode 100644 index 0000000..d0f1ea4 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/BJGJEJUJMJHJO.png differ diff --git a/YOLO/Dockerfiles/app/app/images/BKNKFKNKDKKKL.png b/YOLO/Dockerfiles/app/app/images/BKNKFKNKDKKKL.png new file mode 100644 index 0000000..54bc3bf Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/BKNKFKNKDKKKL.png differ diff --git a/YOLO/Dockerfiles/app/app/images/BQDQSQLQHQUQO.png b/YOLO/Dockerfiles/app/app/images/BQDQSQLQHQUQO.png new file mode 100644 index 0000000..64305ce Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/BQDQSQLQHQUQO.png differ diff --git a/YOLO/Dockerfiles/app/app/images/CSRSUSASNSWSE.png b/YOLO/Dockerfiles/app/app/images/CSRSUSASNSWSE.png new file mode 100644 index 0000000..e029426 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/CSRSUSASNSWSE.png differ diff --git a/YOLO/Dockerfiles/app/app/images/DELEMEUELESEM.png b/YOLO/Dockerfiles/app/app/images/DELEMEUELESEM.png new file mode 100644 index 0000000..2038489 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/DELEMEUELESEM.png differ diff --git a/YOLO/Dockerfiles/app/app/images/DJVJYJXJYJMJV.png b/YOLO/Dockerfiles/app/app/images/DJVJYJXJYJMJV.png new file mode 100644 index 0000000..c3144d0 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/DJVJYJXJYJMJV.png differ diff --git a/YOLO/Dockerfiles/app/app/images/DJXJOJUJQJNJM.png b/YOLO/Dockerfiles/app/app/images/DJXJOJUJQJNJM.png new file mode 100644 index 0000000..f887aee Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/DJXJOJUJQJNJM.png differ diff --git a/YOLO/Dockerfiles/app/app/images/DQRQBQDQTQRQV.png b/YOLO/Dockerfiles/app/app/images/DQRQBQDQTQRQV.png new file mode 100644 index 0000000..effca2b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/DQRQBQDQTQRQV.png differ diff --git a/YOLO/Dockerfiles/app/app/images/DSOSNSYSJSJSW.png b/YOLO/Dockerfiles/app/app/images/DSOSNSYSJSJSW.png new file mode 100644 index 0000000..32934c0 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/DSOSNSYSJSJSW.png differ diff --git a/YOLO/Dockerfiles/app/app/images/FEBEVEXEGEBER.png b/YOLO/Dockerfiles/app/app/images/FEBEVEXEGEBER.png new file mode 100644 index 0000000..c8f9acd Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/FEBEVEXEGEBER.png differ diff --git a/YOLO/Dockerfiles/app/app/images/FMTMOMSMZMAMP.png b/YOLO/Dockerfiles/app/app/images/FMTMOMSMZMAMP.png new file mode 100644 index 0000000..7ee1af8 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/FMTMOMSMZMAMP.png differ diff --git a/YOLO/Dockerfiles/app/app/images/FXDXVXRXUXJXX.png b/YOLO/Dockerfiles/app/app/images/FXDXVXRXUXJXX.png new file mode 100644 index 0000000..972de91 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/FXDXVXRXUXJXX.png differ diff --git a/YOLO/Dockerfiles/app/app/images/FYFYMYHYGYOYK.png b/YOLO/Dockerfiles/app/app/images/FYFYMYHYGYOYK.png new file mode 100644 index 0000000..3637541 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/FYFYMYHYGYOYK.png differ diff --git a/YOLO/Dockerfiles/app/app/images/FYSYEYDYXYVYM.png b/YOLO/Dockerfiles/app/app/images/FYSYEYDYXYVYM.png new file mode 100644 index 0000000..28b4f1a Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/FYSYEYDYXYVYM.png differ diff --git a/YOLO/Dockerfiles/app/app/images/GBZBGBEBJBGBG.png b/YOLO/Dockerfiles/app/app/images/GBZBGBEBJBGBG.png new file mode 100644 index 0000000..9ede96d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/GBZBGBEBJBGBG.png differ diff --git a/YOLO/Dockerfiles/app/app/images/GVUVWVFVPVDVF.png b/YOLO/Dockerfiles/app/app/images/GVUVWVFVPVDVF.png new file mode 100644 index 0000000..e626152 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/GVUVWVFVPVDVF.png differ diff --git a/YOLO/Dockerfiles/app/app/images/HIMIWIPIFIQIZ.png b/YOLO/Dockerfiles/app/app/images/HIMIWIPIFIQIZ.png new file mode 100644 index 0000000..026d11a Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/HIMIWIPIFIQIZ.png differ diff --git a/YOLO/Dockerfiles/app/app/images/HZPZVZGZPZOZS.png b/YOLO/Dockerfiles/app/app/images/HZPZVZGZPZOZS.png new file mode 100644 index 0000000..b743cf2 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/HZPZVZGZPZOZS.png differ diff --git a/YOLO/Dockerfiles/app/app/images/IYJYOYSYUYBYD.png b/YOLO/Dockerfiles/app/app/images/IYJYOYSYUYBYD.png new file mode 100644 index 0000000..71d6e8d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/IYJYOYSYUYBYD.png differ diff --git a/YOLO/Dockerfiles/app/app/images/JAEAGAVAAARAH.png b/YOLO/Dockerfiles/app/app/images/JAEAGAVAAARAH.png new file mode 100644 index 0000000..6f8dcae Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/JAEAGAVAAARAH.png differ diff --git a/YOLO/Dockerfiles/app/app/images/JRLRZRIRPRLRH.png b/YOLO/Dockerfiles/app/app/images/JRLRZRIRPRLRH.png new file mode 100644 index 0000000..5f9d10e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/JRLRZRIRPRLRH.png differ diff --git a/YOLO/Dockerfiles/app/app/images/JWDWKWSWQWPWD.png b/YOLO/Dockerfiles/app/app/images/JWDWKWSWQWPWD.png new file mode 100644 index 0000000..143061b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/JWDWKWSWQWPWD.png differ diff --git a/YOLO/Dockerfiles/app/app/images/KCQCNCECKCXCQ.png b/YOLO/Dockerfiles/app/app/images/KCQCNCECKCXCQ.png new file mode 100644 index 0000000..1588dc6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/KCQCNCECKCXCQ.png differ diff --git a/YOLO/Dockerfiles/app/app/images/KEGEGECEGEUEG.png b/YOLO/Dockerfiles/app/app/images/KEGEGECEGEUEG.png new file mode 100644 index 0000000..23ae675 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/KEGEGECEGEUEG.png differ diff --git a/YOLO/Dockerfiles/app/app/images/KGHGXGYGGGNGH.png b/YOLO/Dockerfiles/app/app/images/KGHGXGYGGGNGH.png new file mode 100644 index 0000000..0bbd259 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/KGHGXGYGGGNGH.png differ diff --git a/YOLO/Dockerfiles/app/app/images/KPQPXPPPAPLPR.png b/YOLO/Dockerfiles/app/app/images/KPQPXPPPAPLPR.png new file mode 100644 index 0000000..2b89e78 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/KPQPXPPPAPLPR.png differ diff --git a/YOLO/Dockerfiles/app/app/images/MDADHDKDUDJDL.png b/YOLO/Dockerfiles/app/app/images/MDADHDKDUDJDL.png new file mode 100644 index 0000000..2c2d4e0 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/MDADHDKDUDJDL.png differ diff --git a/YOLO/Dockerfiles/app/app/images/MDFDEDIDPDKDY.png b/YOLO/Dockerfiles/app/app/images/MDFDEDIDPDKDY.png new file mode 100644 index 0000000..33ea1c8 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/MDFDEDIDPDKDY.png differ diff --git a/YOLO/Dockerfiles/app/app/images/MLSLPLULGLQLS.png b/YOLO/Dockerfiles/app/app/images/MLSLPLULGLQLS.png new file mode 100644 index 0000000..18042fc Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/MLSLPLULGLQLS.png differ diff --git a/YOLO/Dockerfiles/app/app/images/MMPMIMTMTMYMG.png b/YOLO/Dockerfiles/app/app/images/MMPMIMTMTMYMG.png new file mode 100644 index 0000000..f1719f8 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/MMPMIMTMTMYMG.png differ diff --git a/YOLO/Dockerfiles/app/app/images/NWAWKWFWBWUWM.png b/YOLO/Dockerfiles/app/app/images/NWAWKWFWBWUWM.png new file mode 100644 index 0000000..d3c17a8 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/NWAWKWFWBWUWM.png differ diff --git a/YOLO/Dockerfiles/app/app/images/ORLRZRTRHRHRQ.png b/YOLO/Dockerfiles/app/app/images/ORLRZRTRHRHRQ.png new file mode 100644 index 0000000..0717789 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/ORLRZRTRHRHRQ.png differ diff --git a/YOLO/Dockerfiles/app/app/images/OVIVAVXVWVOVL.png b/YOLO/Dockerfiles/app/app/images/OVIVAVXVWVOVL.png new file mode 100644 index 0000000..8129328 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/OVIVAVXVWVOVL.png differ diff --git a/YOLO/Dockerfiles/app/app/images/OZQZTZBZOZQZZ.png b/YOLO/Dockerfiles/app/app/images/OZQZTZBZOZQZZ.png new file mode 100644 index 0000000..64ae275 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/OZQZTZBZOZQZZ.png differ diff --git a/YOLO/Dockerfiles/app/app/images/PBCBPBDBZBJBL.png b/YOLO/Dockerfiles/app/app/images/PBCBPBDBZBJBL.png new file mode 100644 index 0000000..757d06d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/PBCBPBDBZBJBL.png differ diff --git a/YOLO/Dockerfiles/app/app/images/PDFDBDCDODDDH.png b/YOLO/Dockerfiles/app/app/images/PDFDBDCDODDDH.png new file mode 100644 index 0000000..69d4778 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/PDFDBDCDODDDH.png differ diff --git a/YOLO/Dockerfiles/app/app/images/PXLXWXVXJXEXR.png b/YOLO/Dockerfiles/app/app/images/PXLXWXVXJXEXR.png new file mode 100644 index 0000000..73853ba Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/PXLXWXVXJXEXR.png differ diff --git a/YOLO/Dockerfiles/app/app/images/RBMBYBWBOBOBH.png b/YOLO/Dockerfiles/app/app/images/RBMBYBWBOBOBH.png new file mode 100644 index 0000000..2ecbcd8 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/RBMBYBWBOBOBH.png differ diff --git a/YOLO/Dockerfiles/app/app/images/RBQBEBVBOBEBF.png b/YOLO/Dockerfiles/app/app/images/RBQBEBVBOBEBF.png new file mode 100644 index 0000000..76a0dc1 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/RBQBEBVBOBEBF.png differ diff --git a/YOLO/Dockerfiles/app/app/images/RCICUCGCACMCR.png b/YOLO/Dockerfiles/app/app/images/RCICUCGCACMCR.png new file mode 100644 index 0000000..3d0a6c5 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/RCICUCGCACMCR.png differ diff --git a/YOLO/Dockerfiles/app/app/images/RCQCMCPCJCBCO.png b/YOLO/Dockerfiles/app/app/images/RCQCMCPCJCBCO.png new file mode 100644 index 0000000..d4298f9 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/RCQCMCPCJCBCO.png differ diff --git a/YOLO/Dockerfiles/app/app/images/RJHJJJGJLJZJJ.png b/YOLO/Dockerfiles/app/app/images/RJHJJJGJLJZJJ.png new file mode 100644 index 0000000..f01dffe Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/RJHJJJGJLJZJJ.png differ diff --git a/YOLO/Dockerfiles/app/app/images/RMHMFMGMEMYMH.png b/YOLO/Dockerfiles/app/app/images/RMHMFMGMEMYMH.png new file mode 100644 index 0000000..f7b7129 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/RMHMFMGMEMYMH.png differ diff --git a/YOLO/Dockerfiles/app/app/images/ROOOXOZOYODOV.png b/YOLO/Dockerfiles/app/app/images/ROOOXOZOYODOV.png new file mode 100644 index 0000000..1496ac7 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/ROOOXOZOYODOV.png differ diff --git a/YOLO/Dockerfiles/app/app/images/RWMWGWCWUWGWW.png b/YOLO/Dockerfiles/app/app/images/RWMWGWCWUWGWW.png new file mode 100644 index 0000000..a95b065 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/RWMWGWCWUWGWW.png differ diff --git a/YOLO/Dockerfiles/app/app/images/THPHLHDHBHZHT.png b/YOLO/Dockerfiles/app/app/images/THPHLHDHBHZHT.png new file mode 100644 index 0000000..d9bd98e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/THPHLHDHBHZHT.png differ diff --git a/YOLO/Dockerfiles/app/app/images/TKMKTKOKFKIKG.png b/YOLO/Dockerfiles/app/app/images/TKMKTKOKFKIKG.png new file mode 100644 index 0000000..3b865f1 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/TKMKTKOKFKIKG.png differ diff --git a/YOLO/Dockerfiles/app/app/images/TNENBNUNXNLNK.png b/YOLO/Dockerfiles/app/app/images/TNENBNUNXNLNK.png new file mode 100644 index 0000000..a50a693 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/TNENBNUNXNLNK.png differ diff --git a/YOLO/Dockerfiles/app/app/images/UIPIBIPIAIRIO.png b/YOLO/Dockerfiles/app/app/images/UIPIBIPIAIRIO.png new file mode 100644 index 0000000..951a4bd Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/UIPIBIPIAIRIO.png differ diff --git a/YOLO/Dockerfiles/app/app/images/UJQJUJGJQJAJG.png b/YOLO/Dockerfiles/app/app/images/UJQJUJGJQJAJG.png new file mode 100644 index 0000000..195c8c8 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/UJQJUJGJQJAJG.png differ diff --git a/YOLO/Dockerfiles/app/app/images/VDBDGDJDEDCDJ.png b/YOLO/Dockerfiles/app/app/images/VDBDGDJDEDCDJ.png new file mode 100644 index 0000000..e7bb44a Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/VDBDGDJDEDCDJ.png differ diff --git a/YOLO/Dockerfiles/app/app/images/VDSDEDPDADYDP.png b/YOLO/Dockerfiles/app/app/images/VDSDEDPDADYDP.png new file mode 100644 index 0000000..9847fbe Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/VDSDEDPDADYDP.png differ diff --git a/YOLO/Dockerfiles/app/app/images/VNYNONHNSNMNZ.png b/YOLO/Dockerfiles/app/app/images/VNYNONHNSNMNZ.png new file mode 100644 index 0000000..c042c59 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/VNYNONHNSNMNZ.png differ diff --git a/YOLO/Dockerfiles/app/app/images/VXWXIXTXLXAXK.png b/YOLO/Dockerfiles/app/app/images/VXWXIXTXLXAXK.png new file mode 100644 index 0000000..6eb5be3 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/VXWXIXTXLXAXK.png differ diff --git a/YOLO/Dockerfiles/app/app/images/WCWCRCBCJCOCP.png b/YOLO/Dockerfiles/app/app/images/WCWCRCBCJCOCP.png new file mode 100644 index 0000000..c79af70 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/WCWCRCBCJCOCP.png differ diff --git a/YOLO/Dockerfiles/app/app/images/XLILQLQLILILE.png b/YOLO/Dockerfiles/app/app/images/XLILQLQLILILE.png new file mode 100644 index 0000000..b139adb Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/XLILQLQLILILE.png differ diff --git a/YOLO/Dockerfiles/app/app/images/XRERORXRNRYRR.png b/YOLO/Dockerfiles/app/app/images/XRERORXRNRYRR.png new file mode 100644 index 0000000..c6ba178 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/XRERORXRNRYRR.png differ diff --git a/YOLO/Dockerfiles/app/app/images/XSQSVSESSSASB.png b/YOLO/Dockerfiles/app/app/images/XSQSVSESSSASB.png new file mode 100644 index 0000000..daa480d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/XSQSVSESSSASB.png differ diff --git a/YOLO/Dockerfiles/app/app/images/XUQUHUQUUUPUS.png b/YOLO/Dockerfiles/app/app/images/XUQUHUQUUUPUS.png new file mode 100644 index 0000000..8f8b613 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/XUQUHUQUUUPUS.png differ diff --git a/YOLO/Dockerfiles/app/app/images/XYUYJYPYPYQYR.png b/YOLO/Dockerfiles/app/app/images/XYUYJYPYPYQYR.png new file mode 100644 index 0000000..651c8ce Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/XYUYJYPYPYQYR.png differ diff --git a/YOLO/Dockerfiles/app/app/images/YYUYZYJYUYHYL.png b/YOLO/Dockerfiles/app/app/images/YYUYZYJYUYHYL.png new file mode 100644 index 0000000..40dc7da Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/YYUYZYJYUYHYL.png differ diff --git a/YOLO/Dockerfiles/app/app/images/ZJZJFJBJXJGJT.png b/YOLO/Dockerfiles/app/app/images/ZJZJFJBJXJGJT.png new file mode 100644 index 0000000..4745868 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/ZJZJFJBJXJGJT.png differ diff --git a/YOLO/Dockerfiles/app/app/images/ZNFNGNNNXNKNB.png b/YOLO/Dockerfiles/app/app/images/ZNFNGNNNXNKNB.png new file mode 100644 index 0000000..292e66f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/ZNFNGNNNXNKNB.png differ diff --git a/YOLO/Dockerfiles/app/app/images/grilleEliseA.png b/YOLO/Dockerfiles/app/app/images/grilleEliseA.png new file mode 100644 index 0000000..7f4aae6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/grilleEliseA.png differ diff --git a/YOLO/Dockerfiles/app/app/images/grilleEliseB.png b/YOLO/Dockerfiles/app/app/images/grilleEliseB.png new file mode 100644 index 0000000..8add31b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/grilleEliseB.png differ diff --git a/YOLO/Dockerfiles/app/app/images/grilledos.png b/YOLO/Dockerfiles/app/app/images/grilledos.png new file mode 100644 index 0000000..daa8a71 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/grilledos.png differ diff --git a/YOLO/Dockerfiles/app/app/images/grillequatro.png b/YOLO/Dockerfiles/app/app/images/grillequatro.png new file mode 100644 index 0000000..daa8a71 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/grillequatro.png differ diff --git a/YOLO/Dockerfiles/app/app/images/grilletres.png b/YOLO/Dockerfiles/app/app/images/grilletres.png new file mode 100644 index 0000000..daa8a71 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/grilletres.png differ diff --git a/YOLO/Dockerfiles/app/app/images/grilleuno.png b/YOLO/Dockerfiles/app/app/images/grilleuno.png new file mode 100644 index 0000000..daa8a71 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/grilleuno.png differ diff --git a/YOLO/Dockerfiles/app/app/images/grilleuno2.png b/YOLO/Dockerfiles/app/app/images/grilleuno2.png new file mode 100644 index 0000000..daa8a71 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/images/grilleuno2.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY/ABKBBBGBKBYBY.png b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY/ABKBBBGBKBYBY.png new file mode 100644 index 0000000..fd11483 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY/ABKBBBGBKBYBY.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY/labels/ABKBBBGBKBYBY.txt b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY/labels/ABKBBBGBKBYBY.txt new file mode 100644 index 0000000..f9c9083 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY/labels/ABKBBBGBKBYBY.txt @@ -0,0 +1,29 @@ +14 0.899438 0.900459 0.201124 0.197248 +0 0.499438 0.300917 0.201124 0.198165 +9 0.498876 0.3 0.202247 0.198165 +9 0.898876 0.9 0.202247 0.198165 +7 0.899438 0.699541 0.201124 0.199083 +9 0.898876 0.1 0.202247 0.198165 +9 0.898876 0.3 0.2 0.198165 +0 0.0994382 0.700459 0.198876 0.199083 +7 0.5 0.300459 0.2 0.199083 +9 0.501124 0.7 0.2 0.2 +7 0.1 0.500459 0.2 0.199083 +14 0.498876 0.100917 0.202247 0.198165 +9 0.0988764 0.899541 0.197753 0.197248 +9 0.7 0.899541 0.2 0.197248 +9 0.899438 0.500459 0.198876 0.199083 +7 0.698876 0.1 0.2 0.2 +7 0.499438 0.9 0.201124 0.2 +7 0.298315 0.700459 0.198876 0.199083 +9 0.699438 0.700459 0.198876 0.199083 +0 0.298315 0.899083 0.198876 0.198165 +7 0.7 0.500459 0.2 0.199083 +9 0.0994382 0.1 0.198876 0.198165 +9 0.498876 0.5 0.2 0.2 +7 0.298315 0.100459 0.201124 0.199083 +9 0.298876 0.299541 0.2 0.199083 +7 0.0994382 0.300917 0.198876 0.198165 +9 0.0994382 0.7 0.198876 0.2 +7 0.298876 0.5 0.2 0.2 +0 0.7 0.300917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY2/ABKBBBGBKBYBY.png b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY2/ABKBBBGBKBYBY.png new file mode 100644 index 0000000..fd11483 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY2/ABKBBBGBKBYBY.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY2/labels/ABKBBBGBKBYBY.txt b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY2/labels/ABKBBBGBKBYBY.txt new file mode 100644 index 0000000..f9c9083 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ABKBBBGBKBYBY2/labels/ABKBBBGBKBYBY.txt @@ -0,0 +1,29 @@ +14 0.899438 0.900459 0.201124 0.197248 +0 0.499438 0.300917 0.201124 0.198165 +9 0.498876 0.3 0.202247 0.198165 +9 0.898876 0.9 0.202247 0.198165 +7 0.899438 0.699541 0.201124 0.199083 +9 0.898876 0.1 0.202247 0.198165 +9 0.898876 0.3 0.2 0.198165 +0 0.0994382 0.700459 0.198876 0.199083 +7 0.5 0.300459 0.2 0.199083 +9 0.501124 0.7 0.2 0.2 +7 0.1 0.500459 0.2 0.199083 +14 0.498876 0.100917 0.202247 0.198165 +9 0.0988764 0.899541 0.197753 0.197248 +9 0.7 0.899541 0.2 0.197248 +9 0.899438 0.500459 0.198876 0.199083 +7 0.698876 0.1 0.2 0.2 +7 0.499438 0.9 0.201124 0.2 +7 0.298315 0.700459 0.198876 0.199083 +9 0.699438 0.700459 0.198876 0.199083 +0 0.298315 0.899083 0.198876 0.198165 +7 0.7 0.500459 0.2 0.199083 +9 0.0994382 0.1 0.198876 0.198165 +9 0.498876 0.5 0.2 0.2 +7 0.298315 0.100459 0.201124 0.199083 +9 0.298876 0.299541 0.2 0.199083 +7 0.0994382 0.300917 0.198876 0.198165 +9 0.0994382 0.7 0.198876 0.2 +7 0.298876 0.5 0.2 0.2 +0 0.7 0.300917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG/ANQNGNSNPNTNG.png b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG/ANQNGNSNPNTNG.png new file mode 100644 index 0000000..cb6b872 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG/ANQNGNSNPNTNG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG/labels/ANQNGNSNPNTNG.txt b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG/labels/ANQNGNSNPNTNG.txt new file mode 100644 index 0000000..f16d011 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG/labels/ANQNGNSNPNTNG.txt @@ -0,0 +1,29 @@ +14 0.898876 0.1 0.202247 0.198165 +7 0.298315 0.100459 0.201124 0.195413 +13 0.499438 0.500459 0.201124 0.200917 +9 0.899438 0.100917 0.201124 0.198165 +9 0.299438 0.300917 0.198876 0.198165 +14 0.0994382 0.500459 0.198876 0.199083 +9 0.899438 0.897706 0.198876 0.191743 +7 0.499438 0.501376 0.201124 0.200917 +9 0.5 0.900459 0.202247 0.199083 +7 0.0988764 0.300459 0.197753 0.199083 +7 0.298315 0.7 0.198876 0.2 +9 0.899438 0.700459 0.201124 0.200917 +9 0.699438 0.299541 0.198876 0.200917 +0 0.899438 0.5 0.201124 0.198165 +7 0.699438 0.899541 0.198876 0.197248 +7 0.7 0.101376 0.202247 0.197248 +9 0.1 0.100459 0.2 0.199083 +7 0.899438 0.300459 0.198876 0.199083 +7 0.498876 0.700917 0.202247 0.201835 +9 0.499438 0.100459 0.201124 0.199083 +9 0.499438 0.300459 0.201124 0.200917 +9 0.298876 0.899541 0.2 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.699438 0.7 0.198876 0.2 +14 0.299438 0.100917 0.201124 0.198165 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.1 0.7 0.2 0.2 +7 0.1 0.900459 0.2 0.197248 +9 0.298876 0.500917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG2/ANQNGNSNPNTNG.png b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG2/ANQNGNSNPNTNG.png new file mode 100644 index 0000000..cb6b872 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG2/ANQNGNSNPNTNG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG2/labels/ANQNGNSNPNTNG.txt b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG2/labels/ANQNGNSNPNTNG.txt new file mode 100644 index 0000000..f16d011 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ANQNGNSNPNTNG2/labels/ANQNGNSNPNTNG.txt @@ -0,0 +1,29 @@ +14 0.898876 0.1 0.202247 0.198165 +7 0.298315 0.100459 0.201124 0.195413 +13 0.499438 0.500459 0.201124 0.200917 +9 0.899438 0.100917 0.201124 0.198165 +9 0.299438 0.300917 0.198876 0.198165 +14 0.0994382 0.500459 0.198876 0.199083 +9 0.899438 0.897706 0.198876 0.191743 +7 0.499438 0.501376 0.201124 0.200917 +9 0.5 0.900459 0.202247 0.199083 +7 0.0988764 0.300459 0.197753 0.199083 +7 0.298315 0.7 0.198876 0.2 +9 0.899438 0.700459 0.201124 0.200917 +9 0.699438 0.299541 0.198876 0.200917 +0 0.899438 0.5 0.201124 0.198165 +7 0.699438 0.899541 0.198876 0.197248 +7 0.7 0.101376 0.202247 0.197248 +9 0.1 0.100459 0.2 0.199083 +7 0.899438 0.300459 0.198876 0.199083 +7 0.498876 0.700917 0.202247 0.201835 +9 0.499438 0.100459 0.201124 0.199083 +9 0.499438 0.300459 0.201124 0.200917 +9 0.298876 0.899541 0.2 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.699438 0.7 0.198876 0.2 +14 0.299438 0.100917 0.201124 0.198165 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.1 0.7 0.2 0.2 +7 0.1 0.900459 0.2 0.197248 +9 0.298876 0.500917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT/AWAWIWNWFWMWT.png b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT/AWAWIWNWFWMWT.png new file mode 100644 index 0000000..315abc0 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT/AWAWIWNWFWMWT.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT/labels/AWAWIWNWFWMWT.txt b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT/labels/AWAWIWNWFWMWT.txt new file mode 100644 index 0000000..9d223fb --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT/labels/AWAWIWNWFWMWT.txt @@ -0,0 +1,28 @@ +14 0.300562 0.100459 0.203371 0.197248 +6 0.498315 0.0990826 0.201124 0.19633 +13 0.898876 0.100917 0.202247 0.198165 +7 0.899438 0.100459 0.201124 0.199083 +9 0.9 0.299541 0.2 0.197248 +7 0.898876 0.499541 0.2 0.200917 +9 0.899438 0.899083 0.201124 0.2 +7 0.499438 0.100459 0.201124 0.199083 +9 0.499438 0.5 0.201124 0.201835 +7 0.499438 0.9 0.203371 0.2 +7 0.298315 0.500459 0.198876 0.199083 +7 0.499438 0.700459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.198165 +9 0.499438 0.3 0.201124 0.2 +7 0.0994382 0.500459 0.198876 0.197248 +0 0.298315 0.7 0.198876 0.2 +9 0.9 0.700459 0.2 0.199083 +7 0.298876 0.300459 0.2 0.199083 +9 0.298876 0.100459 0.202247 0.199083 +7 0.298876 0.900459 0.202247 0.199083 +9 0.7 0.7 0.2 0.2 +7 0.0994382 0.100459 0.198876 0.197248 +9 0.7 0.100459 0.202247 0.199083 +7 0.0994382 0.899541 0.198876 0.199083 +9 0.7 0.9 0.202247 0.2 +9 0.699438 0.300459 0.198876 0.199083 +0 0.0988764 0.700459 0.197753 0.199083 +7 0.7 0.500917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT2/AWAWIWNWFWMWT.png b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT2/AWAWIWNWFWMWT.png new file mode 100644 index 0000000..315abc0 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT2/AWAWIWNWFWMWT.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT2/labels/AWAWIWNWFWMWT.txt b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT2/labels/AWAWIWNWFWMWT.txt new file mode 100644 index 0000000..9d223fb --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/AWAWIWNWFWMWT2/labels/AWAWIWNWFWMWT.txt @@ -0,0 +1,28 @@ +14 0.300562 0.100459 0.203371 0.197248 +6 0.498315 0.0990826 0.201124 0.19633 +13 0.898876 0.100917 0.202247 0.198165 +7 0.899438 0.100459 0.201124 0.199083 +9 0.9 0.299541 0.2 0.197248 +7 0.898876 0.499541 0.2 0.200917 +9 0.899438 0.899083 0.201124 0.2 +7 0.499438 0.100459 0.201124 0.199083 +9 0.499438 0.5 0.201124 0.201835 +7 0.499438 0.9 0.203371 0.2 +7 0.298315 0.500459 0.198876 0.199083 +7 0.499438 0.700459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.198165 +9 0.499438 0.3 0.201124 0.2 +7 0.0994382 0.500459 0.198876 0.197248 +0 0.298315 0.7 0.198876 0.2 +9 0.9 0.700459 0.2 0.199083 +7 0.298876 0.300459 0.2 0.199083 +9 0.298876 0.100459 0.202247 0.199083 +7 0.298876 0.900459 0.202247 0.199083 +9 0.7 0.7 0.2 0.2 +7 0.0994382 0.100459 0.198876 0.197248 +9 0.7 0.100459 0.202247 0.199083 +7 0.0994382 0.899541 0.198876 0.199083 +9 0.7 0.9 0.202247 0.2 +9 0.699438 0.300459 0.198876 0.199083 +0 0.0988764 0.700459 0.197753 0.199083 +7 0.7 0.500917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII/BIKIQITISIOII.png b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII/BIKIQITISIOII.png new file mode 100644 index 0000000..6e6777c Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII/BIKIQITISIOII.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII/labels/BIKIQITISIOII.txt b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII/labels/BIKIQITISIOII.txt new file mode 100644 index 0000000..9dfff11 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII/labels/BIKIQITISIOII.txt @@ -0,0 +1,27 @@ +9 0.0994382 0.3 0.198876 0.2 +7 0.1 0.300459 0.2 0.199083 +14 0.100562 0.9 0.201124 0.198165 +7 0.9 0.700459 0.2 0.199083 +9 0.898876 0.5 0.2 0.198165 +9 0.0994382 0.900459 0.198876 0.199083 +7 0.898876 0.3 0.2 0.198165 +7 0.899438 0.900459 0.201124 0.199083 +7 0.699438 0.101835 0.201124 0.2 +9 0.499438 0.899541 0.201124 0.199083 +9 0.899438 0.1 0.201124 0.198165 +9 0.699438 0.900459 0.198876 0.199083 +9 0.699438 0.5 0.198876 0.2 +9 0.299438 0.500917 0.198876 0.2 +0 0.298315 0.899083 0.198876 0.198165 +9 0.498876 0.700459 0.2 0.199083 +9 0.499438 0.5 0.201124 0.201835 +7 0.699438 0.300917 0.198876 0.198165 +9 0.298876 0.700459 0.2 0.199083 +7 0.499438 0.100459 0.201124 0.199083 +9 0.298315 0.100459 0.201124 0.199083 +7 0.1 0.500459 0.2 0.199083 +7 0.0994382 0.100459 0.198876 0.199083 +0 0.0994382 0.700459 0.198876 0.199083 +9 0.298876 0.299541 0.197753 0.199083 +9 0.699438 0.700459 0.201124 0.199083 +7 0.5 0.300459 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII2/BIKIQITISIOII.png b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII2/BIKIQITISIOII.png new file mode 100644 index 0000000..6e6777c Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII2/BIKIQITISIOII.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII2/labels/BIKIQITISIOII.txt b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII2/labels/BIKIQITISIOII.txt new file mode 100644 index 0000000..9dfff11 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/BIKIQITISIOII2/labels/BIKIQITISIOII.txt @@ -0,0 +1,27 @@ +9 0.0994382 0.3 0.198876 0.2 +7 0.1 0.300459 0.2 0.199083 +14 0.100562 0.9 0.201124 0.198165 +7 0.9 0.700459 0.2 0.199083 +9 0.898876 0.5 0.2 0.198165 +9 0.0994382 0.900459 0.198876 0.199083 +7 0.898876 0.3 0.2 0.198165 +7 0.899438 0.900459 0.201124 0.199083 +7 0.699438 0.101835 0.201124 0.2 +9 0.499438 0.899541 0.201124 0.199083 +9 0.899438 0.1 0.201124 0.198165 +9 0.699438 0.900459 0.198876 0.199083 +9 0.699438 0.5 0.198876 0.2 +9 0.299438 0.500917 0.198876 0.2 +0 0.298315 0.899083 0.198876 0.198165 +9 0.498876 0.700459 0.2 0.199083 +9 0.499438 0.5 0.201124 0.201835 +7 0.699438 0.300917 0.198876 0.198165 +9 0.298876 0.700459 0.2 0.199083 +7 0.499438 0.100459 0.201124 0.199083 +9 0.298315 0.100459 0.201124 0.199083 +7 0.1 0.500459 0.2 0.199083 +7 0.0994382 0.100459 0.198876 0.199083 +0 0.0994382 0.700459 0.198876 0.199083 +9 0.298876 0.299541 0.197753 0.199083 +9 0.699438 0.700459 0.201124 0.199083 +7 0.5 0.300459 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO/BQDQSQLQHQUQO.png b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO/BQDQSQLQHQUQO.png new file mode 100644 index 0000000..e157328 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO/BQDQSQLQHQUQO.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO/labels/BQDQSQLQHQUQO.txt b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO/labels/BQDQSQLQHQUQO.txt new file mode 100644 index 0000000..33d6dbe --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO/labels/BQDQSQLQHQUQO.txt @@ -0,0 +1,26 @@ +9 0.898876 0.1 0.2 0.198165 +7 0.898315 0.9 0.201124 0.198165 +14 0.499438 0.899541 0.201124 0.199083 +9 0.298876 0.500459 0.197753 0.199083 +7 0.899438 0.300459 0.201124 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +9 0.0994382 0.898624 0.198876 0.197248 +7 0.298315 0.100917 0.201124 0.198165 +7 0.699438 0.900459 0.201124 0.199083 +9 0.499438 0.700459 0.201124 0.199083 +7 0.700562 0.500459 0.198876 0.199083 +7 0.0994382 0.100917 0.198876 0.198165 +7 0.498876 0.500917 0.202247 0.201835 +9 0.499438 0.101376 0.201124 0.199083 +9 0.5 0.300459 0.2 0.200917 +9 0.898876 0.699083 0.2 0.198165 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.298876 0.9 0.2 0.198165 +7 0.699438 0.3 0.198876 0.2 +9 0.899438 0.5 0.201124 0.2 +7 0.0994382 0.3 0.198876 0.198165 +9 0.298876 0.7 0.2 0.2 +7 0.698876 0.100459 0.2 0.199083 +9 0.699438 0.700459 0.201124 0.199083 +9 0.298876 0.300459 0.2 0.200917 +7 0.0994382 0.700917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO2/BQDQSQLQHQUQO.png b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO2/BQDQSQLQHQUQO.png new file mode 100644 index 0000000..e157328 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO2/BQDQSQLQHQUQO.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO2/labels/BQDQSQLQHQUQO.txt b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO2/labels/BQDQSQLQHQUQO.txt new file mode 100644 index 0000000..33d6dbe --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/BQDQSQLQHQUQO2/labels/BQDQSQLQHQUQO.txt @@ -0,0 +1,26 @@ +9 0.898876 0.1 0.2 0.198165 +7 0.898315 0.9 0.201124 0.198165 +14 0.499438 0.899541 0.201124 0.199083 +9 0.298876 0.500459 0.197753 0.199083 +7 0.899438 0.300459 0.201124 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +9 0.0994382 0.898624 0.198876 0.197248 +7 0.298315 0.100917 0.201124 0.198165 +7 0.699438 0.900459 0.201124 0.199083 +9 0.499438 0.700459 0.201124 0.199083 +7 0.700562 0.500459 0.198876 0.199083 +7 0.0994382 0.100917 0.198876 0.198165 +7 0.498876 0.500917 0.202247 0.201835 +9 0.499438 0.101376 0.201124 0.199083 +9 0.5 0.300459 0.2 0.200917 +9 0.898876 0.699083 0.2 0.198165 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.298876 0.9 0.2 0.198165 +7 0.699438 0.3 0.198876 0.2 +9 0.899438 0.5 0.201124 0.2 +7 0.0994382 0.3 0.198876 0.198165 +9 0.298876 0.7 0.2 0.2 +7 0.698876 0.100459 0.2 0.199083 +9 0.699438 0.700459 0.201124 0.199083 +9 0.298876 0.300459 0.2 0.200917 +7 0.0994382 0.700917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE/CSRSUSASNSWSE.png b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE/CSRSUSASNSWSE.png new file mode 100644 index 0000000..6d2dc99 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE/CSRSUSASNSWSE.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE/labels/CSRSUSASNSWSE.txt b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE/labels/CSRSUSASNSWSE.txt new file mode 100644 index 0000000..607bd7f --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE/labels/CSRSUSASNSWSE.txt @@ -0,0 +1,25 @@ +9 0.898876 0.100459 0.202247 0.197248 +9 0.898876 0.9 0.2 0.198165 +7 0.298876 0.9 0.2 0.2 +7 0.698876 0.899083 0.2 0.198165 +9 0.499438 0.300459 0.201124 0.200917 +9 0.499438 0.899083 0.201124 0.19633 +9 0.499438 0.100917 0.201124 0.198165 +7 0.698876 0.700459 0.2 0.199083 +9 0.499438 0.5 0.201124 0.2 +9 0.899438 0.700459 0.201124 0.200917 +7 0.699438 0.301376 0.198876 0.200917 +9 0.1 0.899541 0.2 0.199083 +7 0.499438 0.700459 0.201124 0.200917 +9 0.699438 0.100459 0.201124 0.199083 +14 0.0994382 0.499541 0.198876 0.197248 +0 0.297753 0.3 0.197753 0.2 +9 0.899438 0.500459 0.198876 0.199083 +7 0.9 0.300459 0.2 0.199083 +9 0.1 0.700459 0.2 0.199083 +9 0.0994382 0.100917 0.198876 0.19633 +9 0.298876 0.499541 0.2 0.199083 +9 0.298876 0.700459 0.2 0.200917 +9 0.7 0.500459 0.197753 0.199083 +7 0.0988764 0.300917 0.197753 0.2 +9 0.299438 0.1 0.201124 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE2/CSRSUSASNSWSE.png b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE2/CSRSUSASNSWSE.png new file mode 100644 index 0000000..6d2dc99 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE2/CSRSUSASNSWSE.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE2/labels/CSRSUSASNSWSE.txt b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE2/labels/CSRSUSASNSWSE.txt new file mode 100644 index 0000000..607bd7f --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/CSRSUSASNSWSE2/labels/CSRSUSASNSWSE.txt @@ -0,0 +1,25 @@ +9 0.898876 0.100459 0.202247 0.197248 +9 0.898876 0.9 0.2 0.198165 +7 0.298876 0.9 0.2 0.2 +7 0.698876 0.899083 0.2 0.198165 +9 0.499438 0.300459 0.201124 0.200917 +9 0.499438 0.899083 0.201124 0.19633 +9 0.499438 0.100917 0.201124 0.198165 +7 0.698876 0.700459 0.2 0.199083 +9 0.499438 0.5 0.201124 0.2 +9 0.899438 0.700459 0.201124 0.200917 +7 0.699438 0.301376 0.198876 0.200917 +9 0.1 0.899541 0.2 0.199083 +7 0.499438 0.700459 0.201124 0.200917 +9 0.699438 0.100459 0.201124 0.199083 +14 0.0994382 0.499541 0.198876 0.197248 +0 0.297753 0.3 0.197753 0.2 +9 0.899438 0.500459 0.198876 0.199083 +7 0.9 0.300459 0.2 0.199083 +9 0.1 0.700459 0.2 0.199083 +9 0.0994382 0.100917 0.198876 0.19633 +9 0.298876 0.499541 0.2 0.199083 +9 0.298876 0.700459 0.2 0.200917 +9 0.7 0.500459 0.197753 0.199083 +7 0.0988764 0.300917 0.197753 0.2 +9 0.299438 0.1 0.201124 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM/DELEMEUELESEM.png b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM/DELEMEUELESEM.png new file mode 100644 index 0000000..e5e4b27 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM/DELEMEUELESEM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM/labels/DELEMEUELESEM.txt b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM/labels/DELEMEUELESEM.txt new file mode 100644 index 0000000..78689e0 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM/labels/DELEMEUELESEM.txt @@ -0,0 +1,61 @@ +12 0.497753 0.100917 0.202247 0.201835 +18 0.300562 0.300459 0.201124 0.202752 +17 0.0994382 0.500459 0.198876 0.200917 +11 0.498315 0.900459 0.201124 0.199083 +16 0.1 0.701376 0.2 0.200917 +0 0.9 0.101376 0.2 0.199083 +19 0.899438 0.7 0.201124 0.2 +6 0.0994382 0.700459 0.198876 0.200917 +19 0.497753 0.101376 0.2 0.200917 +11 0.5 0.101376 0.204494 0.199083 +18 0.498315 0.700917 0.201124 0.2 +8 0.7 0.700459 0.2 0.199083 +3 0.898876 0.9 0.202247 0.198165 +14 0.498315 0.3 0.198876 0.2 +8 0.1 0.899541 0.2 0.200917 +19 0.898876 0.9 0.202247 0.198165 +2 0.1 0.5 0.2 0.2 +8 0.899438 0.7 0.198876 0.2 +9 0.499438 0.499541 0.201124 0.199083 +19 0.899438 0.500459 0.198876 0.200917 +0 0.1 0.499083 0.2 0.2 +0 0.899438 0.700459 0.198876 0.199083 +9 0.898876 0.5 0.2 0.2 +9 0.298315 0.5 0.198876 0.2 +3 0.498876 0.100917 0.202247 0.2 +17 0.298315 0.701376 0.201124 0.200917 +18 0.899438 0.301376 0.201124 0.199083 +16 0.499438 0.500459 0.201124 0.200917 +19 0.699438 0.300917 0.201124 0.2 +19 0.298876 0.299541 0.2 0.200917 +11 0.1 0.500459 0.2 0.199083 +2 0.7 0.3 0.2 0.2 +5 0.1 0.300917 0.2 0.2 +19 0.699438 0.100459 0.201124 0.199083 +0 0.7 0.100917 0.2 0.198165 +16 0.898876 0.101376 0.202247 0.197248 +9 0.499438 0.300459 0.201124 0.200917 +9 0.1 0.100917 0.2 0.198165 +18 0.1 0.900917 0.2 0.198165 +18 0.499438 0.9 0.201124 0.2 +3 0.300562 0.9 0.201124 0.2 +11 0.5 0.300459 0.202247 0.200917 +5 0.699438 0.700459 0.198876 0.199083 +11 0.1 0.900459 0.2 0.197248 +11 0.298876 0.700917 0.2 0.2 +11 0.298315 0.100917 0.201124 0.2 +8 0.0994382 0.300459 0.198876 0.199083 +19 0.5 0.9 0.2 0.198165 +11 0.3 0.300917 0.2 0.198165 +9 0.7 0.900459 0.2 0.197248 +11 0.0994382 0.301835 0.198876 0.198165 +11 0.299438 0.900917 0.198876 0.198165 +11 0.698876 0.101376 0.202247 0.199083 +9 0.1 0.699541 0.2 0.200917 +9 0.698876 0.5 0.2 0.2 +11 0.9 0.699541 0.2 0.200917 +11 0.699438 0.5 0.198876 0.2 +19 0.1 0.100917 0.2 0.2 +19 0.700562 0.900917 0.201124 0.198165 +11 0.7 0.301376 0.2 0.199083 +6 0.298315 0.500459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM2/DELEMEUELESEM.png b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM2/DELEMEUELESEM.png new file mode 100644 index 0000000..e5e4b27 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM2/DELEMEUELESEM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM2/labels/DELEMEUELESEM.txt b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM2/labels/DELEMEUELESEM.txt new file mode 100644 index 0000000..78689e0 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DELEMEUELESEM2/labels/DELEMEUELESEM.txt @@ -0,0 +1,61 @@ +12 0.497753 0.100917 0.202247 0.201835 +18 0.300562 0.300459 0.201124 0.202752 +17 0.0994382 0.500459 0.198876 0.200917 +11 0.498315 0.900459 0.201124 0.199083 +16 0.1 0.701376 0.2 0.200917 +0 0.9 0.101376 0.2 0.199083 +19 0.899438 0.7 0.201124 0.2 +6 0.0994382 0.700459 0.198876 0.200917 +19 0.497753 0.101376 0.2 0.200917 +11 0.5 0.101376 0.204494 0.199083 +18 0.498315 0.700917 0.201124 0.2 +8 0.7 0.700459 0.2 0.199083 +3 0.898876 0.9 0.202247 0.198165 +14 0.498315 0.3 0.198876 0.2 +8 0.1 0.899541 0.2 0.200917 +19 0.898876 0.9 0.202247 0.198165 +2 0.1 0.5 0.2 0.2 +8 0.899438 0.7 0.198876 0.2 +9 0.499438 0.499541 0.201124 0.199083 +19 0.899438 0.500459 0.198876 0.200917 +0 0.1 0.499083 0.2 0.2 +0 0.899438 0.700459 0.198876 0.199083 +9 0.898876 0.5 0.2 0.2 +9 0.298315 0.5 0.198876 0.2 +3 0.498876 0.100917 0.202247 0.2 +17 0.298315 0.701376 0.201124 0.200917 +18 0.899438 0.301376 0.201124 0.199083 +16 0.499438 0.500459 0.201124 0.200917 +19 0.699438 0.300917 0.201124 0.2 +19 0.298876 0.299541 0.2 0.200917 +11 0.1 0.500459 0.2 0.199083 +2 0.7 0.3 0.2 0.2 +5 0.1 0.300917 0.2 0.2 +19 0.699438 0.100459 0.201124 0.199083 +0 0.7 0.100917 0.2 0.198165 +16 0.898876 0.101376 0.202247 0.197248 +9 0.499438 0.300459 0.201124 0.200917 +9 0.1 0.100917 0.2 0.198165 +18 0.1 0.900917 0.2 0.198165 +18 0.499438 0.9 0.201124 0.2 +3 0.300562 0.9 0.201124 0.2 +11 0.5 0.300459 0.202247 0.200917 +5 0.699438 0.700459 0.198876 0.199083 +11 0.1 0.900459 0.2 0.197248 +11 0.298876 0.700917 0.2 0.2 +11 0.298315 0.100917 0.201124 0.2 +8 0.0994382 0.300459 0.198876 0.199083 +19 0.5 0.9 0.2 0.198165 +11 0.3 0.300917 0.2 0.198165 +9 0.7 0.900459 0.2 0.197248 +11 0.0994382 0.301835 0.198876 0.198165 +11 0.299438 0.900917 0.198876 0.198165 +11 0.698876 0.101376 0.202247 0.199083 +9 0.1 0.699541 0.2 0.200917 +9 0.698876 0.5 0.2 0.2 +11 0.9 0.699541 0.2 0.200917 +11 0.699438 0.5 0.198876 0.2 +19 0.1 0.100917 0.2 0.2 +19 0.700562 0.900917 0.201124 0.198165 +11 0.7 0.301376 0.2 0.199083 +6 0.298315 0.500459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV/DJVJYJXJYJMJV.png b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV/DJVJYJXJYJMJV.png new file mode 100644 index 0000000..3ae2b0b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV/DJVJYJXJYJMJV.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV/labels/DJVJYJXJYJMJV.txt b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV/labels/DJVJYJXJYJMJV.txt new file mode 100644 index 0000000..4ff55a4 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV/labels/DJVJYJXJYJMJV.txt @@ -0,0 +1,64 @@ +19 0.697753 0.5 0.2 0.201835 +12 0.899438 0.500459 0.201124 0.199083 +19 0.498876 0.699541 0.2 0.200917 +19 0.898876 0.100459 0.202247 0.199083 +0 0.498315 0.1 0.198876 0.2 +18 0.499438 0.301835 0.201124 0.198165 +18 0.0988764 0.500917 0.197753 0.198165 +0 0.0994382 0.700459 0.198876 0.199083 +13 0.498315 0.5 0.201124 0.201835 +3 0.898876 0.500917 0.2 0.2 +0 0.7 0.700459 0.2 0.200917 +19 0.499438 0.499541 0.203371 0.199083 +11 0.499438 0.9 0.203371 0.2 +9 0.899438 0.300459 0.201124 0.200917 +8 0.1 0.300459 0.2 0.200917 +14 0.499438 0.898624 0.198876 0.197248 +11 0.499438 0.700459 0.198876 0.200917 +6 0.898876 0.699541 0.202247 0.204587 +11 0.497753 0.1 0.202247 0.2 +18 0.899438 0.9 0.198876 0.198165 +14 0.899438 0.300917 0.198876 0.2 +11 0.498315 0.300459 0.198876 0.199083 +3 0.299438 0.300459 0.201124 0.200917 +15 0.0994382 0.9 0.198876 0.2 +11 0.7 0.100459 0.2 0.199083 +19 0.298876 0.699541 0.2 0.199083 +19 0.898876 0.5 0.202247 0.201835 +19 0.497753 0.3 0.2 0.201835 +11 0.298876 0.0995413 0.202247 0.199083 +13 0.699438 0.1 0.198876 0.198165 +2 0.499438 0.7 0.198876 0.2 +11 0.0994382 0.500459 0.198876 0.199083 +11 0.0994382 0.900459 0.198876 0.199083 +19 0.298315 0.300917 0.203371 0.2 +0 0.698876 0.300459 0.2 0.200917 +19 0.298315 0.0995413 0.201124 0.199083 +11 0.899438 0.300459 0.201124 0.200917 +9 0.898315 0.100917 0.203371 0.2 +0 0.1 0.0995413 0.2 0.197248 +18 0.0994382 0.301376 0.198876 0.199083 +9 0.499438 0.9 0.203371 0.2 +0 0.5 0.500459 0.2 0.199083 +19 0.7 0.300459 0.2 0.199083 +19 0.0994382 0.500459 0.198876 0.199083 +11 0.0994382 0.301835 0.198876 0.198165 +11 0.298876 0.700459 0.2 0.199083 +11 0.698876 0.701835 0.2 0.2 +3 0.698876 0.500459 0.2 0.200917 +16 0.1 0.700459 0.2 0.199083 +19 0.298876 0.900459 0.202247 0.197248 +11 0.898876 0.500917 0.202247 0.2 +9 0.899438 0.700459 0.201124 0.199083 +16 0.7 0.900459 0.2 0.197248 +19 0.698876 0.1 0.2 0.198165 +9 0.699438 0.500917 0.198876 0.2 +5 0.0994382 0.501376 0.198876 0.197248 +18 0.297753 0.500917 0.2 0.198165 +3 0.898876 0.101835 0.202247 0.198165 +18 0.699438 0.101835 0.198876 0.198165 +11 0.7 0.300459 0.197753 0.199083 +9 0.298876 0.900917 0.2 0.198165 +9 0.7 0.900459 0.2 0.199083 +19 0.899438 0.900459 0.198876 0.199083 +19 0.1 0.101376 0.2 0.195413 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV2/DJVJYJXJYJMJV.png b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV2/DJVJYJXJYJMJV.png new file mode 100644 index 0000000..3ae2b0b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV2/DJVJYJXJYJMJV.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV2/labels/DJVJYJXJYJMJV.txt b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV2/labels/DJVJYJXJYJMJV.txt new file mode 100644 index 0000000..4ff55a4 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DJVJYJXJYJMJV2/labels/DJVJYJXJYJMJV.txt @@ -0,0 +1,64 @@ +19 0.697753 0.5 0.2 0.201835 +12 0.899438 0.500459 0.201124 0.199083 +19 0.498876 0.699541 0.2 0.200917 +19 0.898876 0.100459 0.202247 0.199083 +0 0.498315 0.1 0.198876 0.2 +18 0.499438 0.301835 0.201124 0.198165 +18 0.0988764 0.500917 0.197753 0.198165 +0 0.0994382 0.700459 0.198876 0.199083 +13 0.498315 0.5 0.201124 0.201835 +3 0.898876 0.500917 0.2 0.2 +0 0.7 0.700459 0.2 0.200917 +19 0.499438 0.499541 0.203371 0.199083 +11 0.499438 0.9 0.203371 0.2 +9 0.899438 0.300459 0.201124 0.200917 +8 0.1 0.300459 0.2 0.200917 +14 0.499438 0.898624 0.198876 0.197248 +11 0.499438 0.700459 0.198876 0.200917 +6 0.898876 0.699541 0.202247 0.204587 +11 0.497753 0.1 0.202247 0.2 +18 0.899438 0.9 0.198876 0.198165 +14 0.899438 0.300917 0.198876 0.2 +11 0.498315 0.300459 0.198876 0.199083 +3 0.299438 0.300459 0.201124 0.200917 +15 0.0994382 0.9 0.198876 0.2 +11 0.7 0.100459 0.2 0.199083 +19 0.298876 0.699541 0.2 0.199083 +19 0.898876 0.5 0.202247 0.201835 +19 0.497753 0.3 0.2 0.201835 +11 0.298876 0.0995413 0.202247 0.199083 +13 0.699438 0.1 0.198876 0.198165 +2 0.499438 0.7 0.198876 0.2 +11 0.0994382 0.500459 0.198876 0.199083 +11 0.0994382 0.900459 0.198876 0.199083 +19 0.298315 0.300917 0.203371 0.2 +0 0.698876 0.300459 0.2 0.200917 +19 0.298315 0.0995413 0.201124 0.199083 +11 0.899438 0.300459 0.201124 0.200917 +9 0.898315 0.100917 0.203371 0.2 +0 0.1 0.0995413 0.2 0.197248 +18 0.0994382 0.301376 0.198876 0.199083 +9 0.499438 0.9 0.203371 0.2 +0 0.5 0.500459 0.2 0.199083 +19 0.7 0.300459 0.2 0.199083 +19 0.0994382 0.500459 0.198876 0.199083 +11 0.0994382 0.301835 0.198876 0.198165 +11 0.298876 0.700459 0.2 0.199083 +11 0.698876 0.701835 0.2 0.2 +3 0.698876 0.500459 0.2 0.200917 +16 0.1 0.700459 0.2 0.199083 +19 0.298876 0.900459 0.202247 0.197248 +11 0.898876 0.500917 0.202247 0.2 +9 0.899438 0.700459 0.201124 0.199083 +16 0.7 0.900459 0.2 0.197248 +19 0.698876 0.1 0.2 0.198165 +9 0.699438 0.500917 0.198876 0.2 +5 0.0994382 0.501376 0.198876 0.197248 +18 0.297753 0.500917 0.2 0.198165 +3 0.898876 0.101835 0.202247 0.198165 +18 0.699438 0.101835 0.198876 0.198165 +11 0.7 0.300459 0.197753 0.199083 +9 0.298876 0.900917 0.2 0.198165 +9 0.7 0.900459 0.2 0.199083 +19 0.899438 0.900459 0.198876 0.199083 +19 0.1 0.101376 0.2 0.195413 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM/DJXJOJUJQJNJM.png b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM/DJXJOJUJQJNJM.png new file mode 100644 index 0000000..dbc27d1 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM/DJXJOJUJQJNJM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM/labels/DJXJOJUJQJNJM.txt b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM/labels/DJXJOJUJQJNJM.txt new file mode 100644 index 0000000..97df4e3 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM/labels/DJXJOJUJQJNJM.txt @@ -0,0 +1,27 @@ +14 0.499438 0.700459 0.201124 0.200917 +14 0.100562 0.700459 0.201124 0.199083 +9 0.499438 0.1 0.201124 0.198165 +7 0.899438 0.700459 0.201124 0.199083 +9 0.899438 0.500459 0.201124 0.200917 +9 0.898876 0.9 0.2 0.198165 +7 0.0994382 0.100459 0.198876 0.199083 +9 0.699438 0.100917 0.201124 0.2 +9 0.499438 0.299541 0.201124 0.200917 +9 0.499438 0.899541 0.201124 0.199083 +9 0.0994382 0.700459 0.198876 0.200917 +9 0.899438 0.100459 0.201124 0.199083 +9 0.499438 0.500459 0.201124 0.200917 +0 0.1 0.898624 0.2 0.197248 +7 0.298315 0.500459 0.198876 0.199083 +7 0.7 0.700459 0.2 0.199083 +9 0.699438 0.300459 0.198876 0.199083 +9 0.499438 0.701376 0.201124 0.199083 +9 0.698876 0.899541 0.2 0.199083 +9 0.7 0.500459 0.2 0.200917 +9 0.298315 0.300917 0.198876 0.2 +9 0.9 0.300459 0.2 0.199083 +7 0.299438 0.900459 0.201124 0.199083 +9 0.1 0.5 0.2 0.2 +9 0.298315 0.7 0.198876 0.2 +7 0.0994382 0.300917 0.198876 0.2 +9 0.298876 0.1 0.202247 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM2/DJXJOJUJQJNJM.png b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM2/DJXJOJUJQJNJM.png new file mode 100644 index 0000000..dbc27d1 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM2/DJXJOJUJQJNJM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM2/labels/DJXJOJUJQJNJM.txt b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM2/labels/DJXJOJUJQJNJM.txt new file mode 100644 index 0000000..97df4e3 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DJXJOJUJQJNJM2/labels/DJXJOJUJQJNJM.txt @@ -0,0 +1,27 @@ +14 0.499438 0.700459 0.201124 0.200917 +14 0.100562 0.700459 0.201124 0.199083 +9 0.499438 0.1 0.201124 0.198165 +7 0.899438 0.700459 0.201124 0.199083 +9 0.899438 0.500459 0.201124 0.200917 +9 0.898876 0.9 0.2 0.198165 +7 0.0994382 0.100459 0.198876 0.199083 +9 0.699438 0.100917 0.201124 0.2 +9 0.499438 0.299541 0.201124 0.200917 +9 0.499438 0.899541 0.201124 0.199083 +9 0.0994382 0.700459 0.198876 0.200917 +9 0.899438 0.100459 0.201124 0.199083 +9 0.499438 0.500459 0.201124 0.200917 +0 0.1 0.898624 0.2 0.197248 +7 0.298315 0.500459 0.198876 0.199083 +7 0.7 0.700459 0.2 0.199083 +9 0.699438 0.300459 0.198876 0.199083 +9 0.499438 0.701376 0.201124 0.199083 +9 0.698876 0.899541 0.2 0.199083 +9 0.7 0.500459 0.2 0.200917 +9 0.298315 0.300917 0.198876 0.2 +9 0.9 0.300459 0.2 0.199083 +7 0.299438 0.900459 0.201124 0.199083 +9 0.1 0.5 0.2 0.2 +9 0.298315 0.7 0.198876 0.2 +7 0.0994382 0.300917 0.198876 0.2 +9 0.298876 0.1 0.202247 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV/DQRQBQDQTQRQV.png b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV/DQRQBQDQTQRQV.png new file mode 100644 index 0000000..f9b0ac7 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV/DQRQBQDQTQRQV.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV/labels/DQRQBQDQTQRQV.txt b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV/labels/DQRQBQDQTQRQV.txt new file mode 100644 index 0000000..1965cfe --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV/labels/DQRQBQDQTQRQV.txt @@ -0,0 +1,28 @@ +14 0.700562 0.100459 0.201124 0.199083 +13 0.0994382 0.700459 0.198876 0.199083 +0 0.898876 0.300459 0.2 0.200917 +7 0.0994382 0.700459 0.198876 0.199083 +7 0.898876 0.101376 0.2 0.197248 +7 0.899438 0.9 0.201124 0.198165 +7 0.1 0.1 0.2 0.2 +9 0.898876 0.299541 0.2 0.199083 +9 0.699438 0.701376 0.198876 0.199083 +7 0.899438 0.500459 0.201124 0.199083 +7 0.499438 0.100459 0.201124 0.199083 +0 0.499438 0.700917 0.201124 0.2 +7 0.7 0.300459 0.2 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +9 0.1 0.898624 0.2 0.199083 +7 0.298315 0.500459 0.198876 0.199083 +9 0.0994382 0.3 0.198876 0.198165 +9 0.699438 0.100459 0.203371 0.199083 +7 0.7 0.899541 0.2 0.199083 +7 0.499438 0.300917 0.201124 0.2 +7 0.9 0.700917 0.2 0.198165 +7 0.298876 0.300459 0.197753 0.199083 +9 0.298876 0.698624 0.2 0.199083 +7 0.299438 0.898624 0.201124 0.200917 +9 0.298315 0.100459 0.201124 0.199083 +7 0.499438 0.500917 0.198876 0.2 +9 0.7 0.500459 0.2 0.199083 +9 0.0994382 0.500917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV2/DQRQBQDQTQRQV.png b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV2/DQRQBQDQTQRQV.png new file mode 100644 index 0000000..f9b0ac7 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV2/DQRQBQDQTQRQV.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV2/labels/DQRQBQDQTQRQV.txt b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV2/labels/DQRQBQDQTQRQV.txt new file mode 100644 index 0000000..1965cfe --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DQRQBQDQTQRQV2/labels/DQRQBQDQTQRQV.txt @@ -0,0 +1,28 @@ +14 0.700562 0.100459 0.201124 0.199083 +13 0.0994382 0.700459 0.198876 0.199083 +0 0.898876 0.300459 0.2 0.200917 +7 0.0994382 0.700459 0.198876 0.199083 +7 0.898876 0.101376 0.2 0.197248 +7 0.899438 0.9 0.201124 0.198165 +7 0.1 0.1 0.2 0.2 +9 0.898876 0.299541 0.2 0.199083 +9 0.699438 0.701376 0.198876 0.199083 +7 0.899438 0.500459 0.201124 0.199083 +7 0.499438 0.100459 0.201124 0.199083 +0 0.499438 0.700917 0.201124 0.2 +7 0.7 0.300459 0.2 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +9 0.1 0.898624 0.2 0.199083 +7 0.298315 0.500459 0.198876 0.199083 +9 0.0994382 0.3 0.198876 0.198165 +9 0.699438 0.100459 0.203371 0.199083 +7 0.7 0.899541 0.2 0.199083 +7 0.499438 0.300917 0.201124 0.2 +7 0.9 0.700917 0.2 0.198165 +7 0.298876 0.300459 0.197753 0.199083 +9 0.298876 0.698624 0.2 0.199083 +7 0.299438 0.898624 0.201124 0.200917 +9 0.298315 0.100459 0.201124 0.199083 +7 0.499438 0.500917 0.198876 0.2 +9 0.7 0.500459 0.2 0.199083 +9 0.0994382 0.500917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DSOSNSYSJSJSW/DSOSNSYSJSJSW.png b/YOLO/Dockerfiles/app/app/runs/detect/DSOSNSYSJSJSW/DSOSNSYSJSJSW.png new file mode 100644 index 0000000..27324a0 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/DSOSNSYSJSJSW/DSOSNSYSJSJSW.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/DSOSNSYSJSJSW/labels/DSOSNSYSJSJSW.txt b/YOLO/Dockerfiles/app/app/runs/detect/DSOSNSYSJSJSW/labels/DSOSNSYSJSJSW.txt new file mode 100644 index 0000000..6f8abf6 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/DSOSNSYSJSJSW/labels/DSOSNSYSJSJSW.txt @@ -0,0 +1,29 @@ +13 0.898876 0.7 0.2 0.198165 +7 0.898315 0.700459 0.201124 0.199083 +14 0.499438 0.3 0.201124 0.201835 +14 0.1 0.100917 0.2 0.198165 +2 0.298315 0.1 0.201124 0.198165 +7 0.899438 0.500459 0.201124 0.199083 +7 0.298876 0.300917 0.2 0.2 +9 0.298876 0.100459 0.202247 0.200917 +9 0.898876 0.0990826 0.202247 0.198165 +7 0.899438 0.3 0.198876 0.198165 +9 0.899438 0.899541 0.201124 0.199083 +9 0.700562 0.9 0.203371 0.198165 +7 0.299438 0.900917 0.201124 0.198165 +9 0.498876 0.5 0.2 0.2 +9 0.0994382 0.9 0.198876 0.198165 +14 0.0994382 0.7 0.198876 0.198165 +7 0.499438 0.899541 0.201124 0.199083 +9 0.0994382 0.100459 0.198876 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +7 0.7 0.100459 0.2 0.199083 +9 0.499438 0.700459 0.201124 0.200917 +7 0.699438 0.3 0.198876 0.2 +9 0.499438 0.300917 0.201124 0.2 +9 0.298876 0.499541 0.2 0.199083 +9 0.0994382 0.499541 0.198876 0.199083 +0 0.699438 0.700917 0.198876 0.2 +9 0.298876 0.7 0.2 0.2 +9 0.699438 0.500459 0.198876 0.200917 +7 0.0994382 0.300459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER/FEBEVEXEGEBER.png b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER/FEBEVEXEGEBER.png new file mode 100644 index 0000000..c0ba21f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER/FEBEVEXEGEBER.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER/labels/FEBEVEXEGEBER.txt b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER/labels/FEBEVEXEGEBER.txt new file mode 100644 index 0000000..2fbca27 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER/labels/FEBEVEXEGEBER.txt @@ -0,0 +1,29 @@ +14 0.899438 0.499541 0.201124 0.200917 +14 0.498876 0.100917 0.202247 0.198165 +9 0.899438 0.899083 0.201124 0.198165 +0 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.3 0.198876 0.198165 +9 0.9 0.699083 0.2 0.198165 +14 0.5 0.700459 0.2 0.199083 +9 0.498876 0.700459 0.2 0.199083 +9 0.899438 0.100459 0.201124 0.200917 +9 0.499438 0.899083 0.201124 0.198165 +9 0.0994382 0.899541 0.198876 0.197248 +7 0.498876 0.500917 0.2 0.2 +0 0.0994382 0.299541 0.198876 0.197248 +9 0.298876 0.899541 0.202247 0.199083 +7 0.0994382 0.100917 0.198876 0.198165 +7 0.7 0.300459 0.2 0.199083 +9 0.498876 0.101376 0.202247 0.199083 +7 0.0994382 0.500917 0.198876 0.2 +7 0.7 0.100459 0.2 0.199083 +9 0.699438 0.5 0.198876 0.2 +9 0.498876 0.300917 0.2 0.2 +7 0.699438 0.700459 0.198876 0.199083 +9 0.0994382 0.700459 0.198876 0.199083 +9 0.699438 0.9 0.201124 0.2 +7 0.298315 0.300917 0.198876 0.2 +9 0.298315 0.100917 0.203371 0.2 +7 0.3 0.700459 0.2 0.199083 +9 0.298315 0.500459 0.198876 0.199083 +9 0.899438 0.500459 0.201124 0.197248 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER2/FEBEVEXEGEBER.png b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER2/FEBEVEXEGEBER.png new file mode 100644 index 0000000..c0ba21f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER2/FEBEVEXEGEBER.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER2/labels/FEBEVEXEGEBER.txt b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER2/labels/FEBEVEXEGEBER.txt new file mode 100644 index 0000000..2fbca27 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/FEBEVEXEGEBER2/labels/FEBEVEXEGEBER.txt @@ -0,0 +1,29 @@ +14 0.899438 0.499541 0.201124 0.200917 +14 0.498876 0.100917 0.202247 0.198165 +9 0.899438 0.899083 0.201124 0.198165 +0 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.3 0.198876 0.198165 +9 0.9 0.699083 0.2 0.198165 +14 0.5 0.700459 0.2 0.199083 +9 0.498876 0.700459 0.2 0.199083 +9 0.899438 0.100459 0.201124 0.200917 +9 0.499438 0.899083 0.201124 0.198165 +9 0.0994382 0.899541 0.198876 0.197248 +7 0.498876 0.500917 0.2 0.2 +0 0.0994382 0.299541 0.198876 0.197248 +9 0.298876 0.899541 0.202247 0.199083 +7 0.0994382 0.100917 0.198876 0.198165 +7 0.7 0.300459 0.2 0.199083 +9 0.498876 0.101376 0.202247 0.199083 +7 0.0994382 0.500917 0.198876 0.2 +7 0.7 0.100459 0.2 0.199083 +9 0.699438 0.5 0.198876 0.2 +9 0.498876 0.300917 0.2 0.2 +7 0.699438 0.700459 0.198876 0.199083 +9 0.0994382 0.700459 0.198876 0.199083 +9 0.699438 0.9 0.201124 0.2 +7 0.298315 0.300917 0.198876 0.2 +9 0.298315 0.100917 0.203371 0.2 +7 0.3 0.700459 0.2 0.199083 +9 0.298315 0.500459 0.198876 0.199083 +9 0.899438 0.500459 0.201124 0.197248 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP/FMTMOMSMZMAMP.png b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP/FMTMOMSMZMAMP.png new file mode 100644 index 0000000..a0eb43f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP/FMTMOMSMZMAMP.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP/labels/FMTMOMSMZMAMP.txt b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP/labels/FMTMOMSMZMAMP.txt new file mode 100644 index 0000000..616243d --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP/labels/FMTMOMSMZMAMP.txt @@ -0,0 +1,29 @@ +0 0.498876 0.101376 0.202247 0.197248 +9 0.498876 0.1 0.202247 0.198165 +13 0.297753 0.500917 0.2 0.2 +7 0.9 0.500917 0.2 0.198165 +14 0.898876 0.7 0.2 0.198165 +9 0.899438 0.899541 0.201124 0.199083 +2 0.298315 0.100459 0.201124 0.197248 +7 0.499438 0.100917 0.201124 0.198165 +9 0.501124 0.3 0.2 0.2 +9 0.298876 0.100917 0.202247 0.2 +7 0.698876 0.3 0.2 0.2 +7 0.499438 0.9 0.201124 0.2 +9 0.899438 0.100459 0.201124 0.199083 +9 0.0994382 0.499083 0.198876 0.198165 +7 0.0994382 0.0995413 0.198876 0.197248 +7 0.298876 0.500917 0.2 0.2 +7 0.499438 0.500459 0.201124 0.200917 +9 0.499438 0.700459 0.201124 0.200917 +0 0.298315 0.899083 0.198876 0.198165 +7 0.0994382 0.699541 0.198876 0.200917 +9 0.898876 0.299083 0.2 0.198165 +9 0.298315 0.700917 0.198876 0.2 +9 0.0988764 0.9 0.197753 0.198165 +9 0.699438 0.100459 0.201124 0.199083 +9 0.299438 0.299541 0.201124 0.200917 +7 0.0994382 0.300459 0.198876 0.199083 +9 0.698876 0.500459 0.2 0.200917 +7 0.699438 0.700459 0.198876 0.199083 +7 0.698876 0.9 0.2 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP2/FMTMOMSMZMAMP.png b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP2/FMTMOMSMZMAMP.png new file mode 100644 index 0000000..a0eb43f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP2/FMTMOMSMZMAMP.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP2/labels/FMTMOMSMZMAMP.txt b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP2/labels/FMTMOMSMZMAMP.txt new file mode 100644 index 0000000..616243d --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/FMTMOMSMZMAMP2/labels/FMTMOMSMZMAMP.txt @@ -0,0 +1,29 @@ +0 0.498876 0.101376 0.202247 0.197248 +9 0.498876 0.1 0.202247 0.198165 +13 0.297753 0.500917 0.2 0.2 +7 0.9 0.500917 0.2 0.198165 +14 0.898876 0.7 0.2 0.198165 +9 0.899438 0.899541 0.201124 0.199083 +2 0.298315 0.100459 0.201124 0.197248 +7 0.499438 0.100917 0.201124 0.198165 +9 0.501124 0.3 0.2 0.2 +9 0.298876 0.100917 0.202247 0.2 +7 0.698876 0.3 0.2 0.2 +7 0.499438 0.9 0.201124 0.2 +9 0.899438 0.100459 0.201124 0.199083 +9 0.0994382 0.499083 0.198876 0.198165 +7 0.0994382 0.0995413 0.198876 0.197248 +7 0.298876 0.500917 0.2 0.2 +7 0.499438 0.500459 0.201124 0.200917 +9 0.499438 0.700459 0.201124 0.200917 +0 0.298315 0.899083 0.198876 0.198165 +7 0.0994382 0.699541 0.198876 0.200917 +9 0.898876 0.299083 0.2 0.198165 +9 0.298315 0.700917 0.198876 0.2 +9 0.0988764 0.9 0.197753 0.198165 +9 0.699438 0.100459 0.201124 0.199083 +9 0.299438 0.299541 0.201124 0.200917 +7 0.0994382 0.300459 0.198876 0.199083 +9 0.698876 0.500459 0.2 0.200917 +7 0.699438 0.700459 0.198876 0.199083 +7 0.698876 0.9 0.2 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FYFYMYHYGYOYK/FYFYMYHYGYOYK.png b/YOLO/Dockerfiles/app/app/runs/detect/FYFYMYHYGYOYK/FYFYMYHYGYOYK.png new file mode 100644 index 0000000..3b8cc0c Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/FYFYMYHYGYOYK/FYFYMYHYGYOYK.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FYFYMYHYGYOYK/labels/FYFYMYHYGYOYK.txt b/YOLO/Dockerfiles/app/app/runs/detect/FYFYMYHYGYOYK/labels/FYFYMYHYGYOYK.txt new file mode 100644 index 0000000..cedb4da --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/FYFYMYHYGYOYK/labels/FYFYMYHYGYOYK.txt @@ -0,0 +1,28 @@ +0 0.7 0.700917 0.197753 0.2 +14 0.898876 0.899541 0.2 0.199083 +13 0.0994382 0.3 0.198876 0.2 +9 0.899438 0.1 0.201124 0.19633 +7 0.0994382 0.300917 0.198876 0.2 +9 0.5 0.5 0.2 0.2 +9 0.7 0.9 0.202247 0.2 +0 0.899438 0.898624 0.198876 0.197248 +7 0.899438 0.500459 0.201124 0.199083 +7 0.0994382 0.700917 0.198876 0.2 +9 0.899438 0.300459 0.201124 0.200917 +9 0.298876 0.898165 0.2 0.19633 +7 0.499438 0.700917 0.201124 0.2 +7 0.0994382 0.100459 0.198876 0.197248 +7 0.899438 0.700459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +7 0.1 0.899541 0.2 0.199083 +7 0.7 0.501376 0.2 0.200917 +9 0.700562 0.300459 0.201124 0.199083 +9 0.499438 0.9 0.201124 0.198165 +9 0.499438 0.300459 0.201124 0.200917 +9 0.298876 0.3 0.2 0.2 +7 0.298315 0.700917 0.198876 0.2 +9 0.698876 0.700459 0.197753 0.199083 +9 0.298876 0.500459 0.2 0.200917 +9 0.699438 0.100459 0.201124 0.199083 +7 0.299438 0.100917 0.203371 0.198165 +9 0.0994382 0.500459 0.198876 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM/FYSYEYDYXYVYM.png b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM/FYSYEYDYXYVYM.png new file mode 100644 index 0000000..22c057b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM/FYSYEYDYXYVYM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM/labels/FYSYEYDYXYVYM.txt b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM/labels/FYSYEYDYXYVYM.txt new file mode 100644 index 0000000..0dc7926 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM/labels/FYSYEYDYXYVYM.txt @@ -0,0 +1,69 @@ +13 0.900562 0.300459 0.198876 0.200917 +5 0.700562 0.7 0.201124 0.2 +8 0.9 0.5 0.2 0.2 +14 0.0994382 0.302294 0.198876 0.202752 +19 0.899438 0.700459 0.201124 0.200917 +19 0.297753 0.5 0.197753 0.201835 +18 0.898876 0.301835 0.202247 0.198165 +3 0.100562 0.500459 0.198876 0.199083 +9 0.0988764 0.101835 0.197753 0.2 +19 0.499438 0.0995413 0.203371 0.199083 +0 0.7 0.302294 0.2 0.199083 +13 0.898876 0.899541 0.202247 0.199083 +19 0.899438 0.300917 0.198876 0.198165 +11 0.898876 0.300459 0.2 0.199083 +2 0.700562 0.1 0.198876 0.2 +11 0.898315 0.899541 0.201124 0.199083 +0 0.699438 0.899541 0.201124 0.199083 +0 0.498876 0.500459 0.2 0.199083 +0 0.698315 0.5 0.198876 0.198165 +11 0.297753 0.701376 0.2 0.199083 +18 0.9 0.100459 0.2 0.199083 +19 0.3 0.9 0.202247 0.198165 +4 0.899438 0.5 0.198876 0.2 +9 0.498876 0.299541 0.197753 0.197248 +14 0.1 0.5 0.2 0.198165 +8 0.1 0.300917 0.2 0.201835 +14 0.1 0.0990826 0.2 0.198165 +19 0.7 0.1 0.2 0.2 +0 0.298876 0.3 0.197753 0.201835 +2 0.898876 0.300917 0.2 0.2 +13 0.7 0.100917 0.2 0.198165 +5 0.5 0.100917 0.202247 0.201835 +19 0.9 0.5 0.2 0.2 +0 0.899438 0.700459 0.198876 0.200917 +19 0.0994382 0.9 0.198876 0.2 +11 0.499438 0.300917 0.201124 0.201835 +16 0.498876 0.500459 0.2 0.199083 +18 0.700562 0.101835 0.201124 0.19633 +11 0.7 0.100459 0.202247 0.199083 +13 0.5 0.899541 0.2 0.199083 +19 0.0994382 0.700459 0.198876 0.197248 +19 0.499438 0.9 0.198876 0.2 +18 0.9 0.7 0.2 0.2 +5 0.1 0.9 0.2 0.2 +11 0.298876 0.100459 0.202247 0.199083 +18 0.0994382 0.301376 0.198876 0.199083 +18 0.7 0.701376 0.202247 0.199083 +3 0.698876 0.899541 0.2 0.199083 +19 0.299438 0.701376 0.201124 0.200917 +13 0.299438 0.9 0.201124 0.198165 +11 0.899438 0.499541 0.201124 0.200917 +11 0.0994382 0.301835 0.198876 0.198165 +11 0.698876 0.501835 0.2 0.2 +9 0.498876 0.700917 0.202247 0.198165 +11 0.1 0.5 0.2 0.2 +11 0.699438 0.302294 0.201124 0.199083 +19 0.0988764 0.101835 0.197753 0.2 +11 0.498876 0.700917 0.202247 0.198165 +11 0.700562 0.899541 0.203371 0.197248 +15 0.899438 0.9 0.201124 0.2 +11 0.0994382 0.7 0.198876 0.198165 +9 0.299438 0.900459 0.201124 0.199083 +18 0.898876 0.900917 0.202247 0.198165 +7 0.298315 0.300459 0.201124 0.200917 +11 0.298315 0.301376 0.198876 0.200917 +9 0.298315 0.500459 0.198876 0.200917 +19 0.700562 0.899541 0.201124 0.197248 +19 0.899438 0.100459 0.201124 0.199083 +11 0.9 0.7 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM2/FYSYEYDYXYVYM.png b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM2/FYSYEYDYXYVYM.png new file mode 100644 index 0000000..22c057b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM2/FYSYEYDYXYVYM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM2/labels/FYSYEYDYXYVYM.txt b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM2/labels/FYSYEYDYXYVYM.txt new file mode 100644 index 0000000..0dc7926 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/FYSYEYDYXYVYM2/labels/FYSYEYDYXYVYM.txt @@ -0,0 +1,69 @@ +13 0.900562 0.300459 0.198876 0.200917 +5 0.700562 0.7 0.201124 0.2 +8 0.9 0.5 0.2 0.2 +14 0.0994382 0.302294 0.198876 0.202752 +19 0.899438 0.700459 0.201124 0.200917 +19 0.297753 0.5 0.197753 0.201835 +18 0.898876 0.301835 0.202247 0.198165 +3 0.100562 0.500459 0.198876 0.199083 +9 0.0988764 0.101835 0.197753 0.2 +19 0.499438 0.0995413 0.203371 0.199083 +0 0.7 0.302294 0.2 0.199083 +13 0.898876 0.899541 0.202247 0.199083 +19 0.899438 0.300917 0.198876 0.198165 +11 0.898876 0.300459 0.2 0.199083 +2 0.700562 0.1 0.198876 0.2 +11 0.898315 0.899541 0.201124 0.199083 +0 0.699438 0.899541 0.201124 0.199083 +0 0.498876 0.500459 0.2 0.199083 +0 0.698315 0.5 0.198876 0.198165 +11 0.297753 0.701376 0.2 0.199083 +18 0.9 0.100459 0.2 0.199083 +19 0.3 0.9 0.202247 0.198165 +4 0.899438 0.5 0.198876 0.2 +9 0.498876 0.299541 0.197753 0.197248 +14 0.1 0.5 0.2 0.198165 +8 0.1 0.300917 0.2 0.201835 +14 0.1 0.0990826 0.2 0.198165 +19 0.7 0.1 0.2 0.2 +0 0.298876 0.3 0.197753 0.201835 +2 0.898876 0.300917 0.2 0.2 +13 0.7 0.100917 0.2 0.198165 +5 0.5 0.100917 0.202247 0.201835 +19 0.9 0.5 0.2 0.2 +0 0.899438 0.700459 0.198876 0.200917 +19 0.0994382 0.9 0.198876 0.2 +11 0.499438 0.300917 0.201124 0.201835 +16 0.498876 0.500459 0.2 0.199083 +18 0.700562 0.101835 0.201124 0.19633 +11 0.7 0.100459 0.202247 0.199083 +13 0.5 0.899541 0.2 0.199083 +19 0.0994382 0.700459 0.198876 0.197248 +19 0.499438 0.9 0.198876 0.2 +18 0.9 0.7 0.2 0.2 +5 0.1 0.9 0.2 0.2 +11 0.298876 0.100459 0.202247 0.199083 +18 0.0994382 0.301376 0.198876 0.199083 +18 0.7 0.701376 0.202247 0.199083 +3 0.698876 0.899541 0.2 0.199083 +19 0.299438 0.701376 0.201124 0.200917 +13 0.299438 0.9 0.201124 0.198165 +11 0.899438 0.499541 0.201124 0.200917 +11 0.0994382 0.301835 0.198876 0.198165 +11 0.698876 0.501835 0.2 0.2 +9 0.498876 0.700917 0.202247 0.198165 +11 0.1 0.5 0.2 0.2 +11 0.699438 0.302294 0.201124 0.199083 +19 0.0988764 0.101835 0.197753 0.2 +11 0.498876 0.700917 0.202247 0.198165 +11 0.700562 0.899541 0.203371 0.197248 +15 0.899438 0.9 0.201124 0.2 +11 0.0994382 0.7 0.198876 0.198165 +9 0.299438 0.900459 0.201124 0.199083 +18 0.898876 0.900917 0.202247 0.198165 +7 0.298315 0.300459 0.201124 0.200917 +11 0.298315 0.301376 0.198876 0.200917 +9 0.298315 0.500459 0.198876 0.200917 +19 0.700562 0.899541 0.201124 0.197248 +19 0.899438 0.100459 0.201124 0.199083 +11 0.9 0.7 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG/GBZBGBEBJBGBG.png b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG/GBZBGBEBJBGBG.png new file mode 100644 index 0000000..971e913 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG/GBZBGBEBJBGBG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG/labels/GBZBGBEBJBGBG.txt b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG/labels/GBZBGBEBJBGBG.txt new file mode 100644 index 0000000..d7487fc --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG/labels/GBZBGBEBJBGBG.txt @@ -0,0 +1,65 @@ +9 0.899438 0.3 0.201124 0.2 +19 0.697753 0.299541 0.2 0.200917 +2 0.698876 0.701376 0.2 0.197248 +8 0.899438 0.701376 0.201124 0.200917 +14 0.699438 0.500917 0.198876 0.201835 +14 0.498315 0.299541 0.201124 0.200917 +0 0.0994382 0.700917 0.198876 0.2 +19 0.499438 0.0995413 0.205618 0.199083 +19 0.298876 0.299541 0.2 0.200917 +11 0.0988764 0.1 0.197753 0.198165 +11 0.498315 0.101835 0.203371 0.198165 +0 0.898876 0.899541 0.202247 0.199083 +18 0.497753 0.900459 0.202247 0.197248 +19 0.899438 0.700459 0.201124 0.200917 +8 0.9 0.0995413 0.2 0.199083 +9 0.7 0.900917 0.2 0.198165 +0 0.298876 0.299541 0.2 0.199083 +11 0.499438 0.501835 0.201124 0.198165 +6 0.0988764 0.300917 0.197753 0.2 +11 0.900562 0.700917 0.198876 0.198165 +11 0.5 0.7 0.2 0.198165 +11 0.898876 0.5 0.197753 0.201835 +11 0.498315 0.900459 0.201124 0.197248 +3 0.498876 0.3 0.2 0.2 +15 0.498876 0.500459 0.2 0.199083 +16 0.499438 0.700917 0.198876 0.198165 +0 0.499438 0.700459 0.198876 0.199083 +19 0.898876 0.500459 0.197753 0.200917 +2 0.498876 0.899541 0.2 0.199083 +0 0.899438 0.701376 0.198876 0.199083 +11 0.499438 0.3 0.201124 0.2 +0 0.899438 0.100459 0.198876 0.199083 +18 0.498876 0.501835 0.202247 0.198165 +13 0.498315 0.5 0.201124 0.2 +13 0.498876 0.9 0.2 0.198165 +3 0.9 0.899083 0.2 0.198165 +0 0.497753 0.100459 0.204494 0.200917 +0 0.498876 0.500917 0.2 0.2 +11 0.298876 0.500917 0.2 0.198165 +18 0.1 0.101835 0.2 0.19633 +2 0.298876 0.5 0.197753 0.198165 +13 0.899438 0.900459 0.201124 0.197248 +16 0.899438 0.300459 0.198876 0.199083 +5 0.699438 0.100459 0.198876 0.199083 +11 0.699438 0.501376 0.198876 0.199083 +18 0.0994382 0.500917 0.198876 0.198165 +3 0.699438 0.300917 0.201124 0.2 +19 0.698315 0.100917 0.198876 0.2 +19 0.7 0.701835 0.2 0.198165 +9 0.1 0.901376 0.2 0.197248 +18 0.9 0.700459 0.197753 0.199083 +13 0.298876 0.700459 0.2 0.199083 +16 0.1 0.700459 0.2 0.199083 +14 0.0994382 0.899083 0.198876 0.2 +11 0.298315 0.300917 0.198876 0.2 +18 0.297753 0.101376 0.202247 0.197248 +9 0.7 0.5 0.197753 0.198165 +11 0.898876 0.0995413 0.202247 0.199083 +19 0.899438 0.900917 0.201124 0.198165 +9 0.7 0.300917 0.2 0.2 +9 0.100562 0.299541 0.201124 0.200917 +19 0.0994382 0.501376 0.198876 0.199083 +19 0.299438 0.700917 0.201124 0.2 +9 0.298876 0.900459 0.2 0.199083 +16 0.700562 0.9 0.198876 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG2/GBZBGBEBJBGBG.png b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG2/GBZBGBEBJBGBG.png new file mode 100644 index 0000000..971e913 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG2/GBZBGBEBJBGBG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG2/labels/GBZBGBEBJBGBG.txt b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG2/labels/GBZBGBEBJBGBG.txt new file mode 100644 index 0000000..d7487fc --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/GBZBGBEBJBGBG2/labels/GBZBGBEBJBGBG.txt @@ -0,0 +1,65 @@ +9 0.899438 0.3 0.201124 0.2 +19 0.697753 0.299541 0.2 0.200917 +2 0.698876 0.701376 0.2 0.197248 +8 0.899438 0.701376 0.201124 0.200917 +14 0.699438 0.500917 0.198876 0.201835 +14 0.498315 0.299541 0.201124 0.200917 +0 0.0994382 0.700917 0.198876 0.2 +19 0.499438 0.0995413 0.205618 0.199083 +19 0.298876 0.299541 0.2 0.200917 +11 0.0988764 0.1 0.197753 0.198165 +11 0.498315 0.101835 0.203371 0.198165 +0 0.898876 0.899541 0.202247 0.199083 +18 0.497753 0.900459 0.202247 0.197248 +19 0.899438 0.700459 0.201124 0.200917 +8 0.9 0.0995413 0.2 0.199083 +9 0.7 0.900917 0.2 0.198165 +0 0.298876 0.299541 0.2 0.199083 +11 0.499438 0.501835 0.201124 0.198165 +6 0.0988764 0.300917 0.197753 0.2 +11 0.900562 0.700917 0.198876 0.198165 +11 0.5 0.7 0.2 0.198165 +11 0.898876 0.5 0.197753 0.201835 +11 0.498315 0.900459 0.201124 0.197248 +3 0.498876 0.3 0.2 0.2 +15 0.498876 0.500459 0.2 0.199083 +16 0.499438 0.700917 0.198876 0.198165 +0 0.499438 0.700459 0.198876 0.199083 +19 0.898876 0.500459 0.197753 0.200917 +2 0.498876 0.899541 0.2 0.199083 +0 0.899438 0.701376 0.198876 0.199083 +11 0.499438 0.3 0.201124 0.2 +0 0.899438 0.100459 0.198876 0.199083 +18 0.498876 0.501835 0.202247 0.198165 +13 0.498315 0.5 0.201124 0.2 +13 0.498876 0.9 0.2 0.198165 +3 0.9 0.899083 0.2 0.198165 +0 0.497753 0.100459 0.204494 0.200917 +0 0.498876 0.500917 0.2 0.2 +11 0.298876 0.500917 0.2 0.198165 +18 0.1 0.101835 0.2 0.19633 +2 0.298876 0.5 0.197753 0.198165 +13 0.899438 0.900459 0.201124 0.197248 +16 0.899438 0.300459 0.198876 0.199083 +5 0.699438 0.100459 0.198876 0.199083 +11 0.699438 0.501376 0.198876 0.199083 +18 0.0994382 0.500917 0.198876 0.198165 +3 0.699438 0.300917 0.201124 0.2 +19 0.698315 0.100917 0.198876 0.2 +19 0.7 0.701835 0.2 0.198165 +9 0.1 0.901376 0.2 0.197248 +18 0.9 0.700459 0.197753 0.199083 +13 0.298876 0.700459 0.2 0.199083 +16 0.1 0.700459 0.2 0.199083 +14 0.0994382 0.899083 0.198876 0.2 +11 0.298315 0.300917 0.198876 0.2 +18 0.297753 0.101376 0.202247 0.197248 +9 0.7 0.5 0.197753 0.198165 +11 0.898876 0.0995413 0.202247 0.199083 +19 0.899438 0.900917 0.201124 0.198165 +9 0.7 0.300917 0.2 0.2 +9 0.100562 0.299541 0.201124 0.200917 +19 0.0994382 0.501376 0.198876 0.199083 +19 0.299438 0.700917 0.201124 0.2 +9 0.298876 0.900459 0.2 0.199083 +16 0.700562 0.9 0.198876 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ/HIMIWIPIFIQIZ.png b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ/HIMIWIPIFIQIZ.png new file mode 100644 index 0000000..fb77483 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ/HIMIWIPIFIQIZ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ/labels/HIMIWIPIFIQIZ.txt b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ/labels/HIMIWIPIFIQIZ.txt new file mode 100644 index 0000000..f633321 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ/labels/HIMIWIPIFIQIZ.txt @@ -0,0 +1,30 @@ +6 0.898876 0.500917 0.2 0.2 +0 0.498315 0.699541 0.201124 0.199083 +14 0.898315 0.7 0.201124 0.2 +0 0.899438 0.7 0.198876 0.198165 +7 0.898876 0.500459 0.2 0.199083 +14 0.1 0.700459 0.2 0.199083 +13 0.298876 0.3 0.2 0.198165 +9 0.499438 0.5 0.201124 0.2 +7 0.699438 0.100459 0.201124 0.199083 +7 0.298876 0.300459 0.2 0.199083 +7 0.899438 0.9 0.201124 0.198165 +9 0.1 0.100459 0.2 0.199083 +7 0.499438 0.3 0.201124 0.2 +9 0.699438 0.898165 0.198876 0.194495 +9 0.499438 0.100459 0.201124 0.199083 +7 0.298315 0.500459 0.198876 0.199083 +7 0.0994382 0.500917 0.198876 0.2 +9 0.298876 0.9 0.202247 0.198165 +7 0.499438 0.7 0.201124 0.2 +7 0.499438 0.899541 0.201124 0.199083 +9 0.299438 0.100917 0.201124 0.198165 +9 0.0994382 0.700459 0.198876 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.7 0.300917 0.197753 0.198165 +9 0.699438 0.500917 0.198876 0.2 +7 0.7 0.701376 0.2 0.199083 +9 0.1 0.9 0.2 0.198165 +9 0.298315 0.700459 0.198876 0.199083 +7 0.9 0.300917 0.2 0.198165 +9 0.898876 0.100917 0.202247 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ2/HIMIWIPIFIQIZ.png b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ2/HIMIWIPIFIQIZ.png new file mode 100644 index 0000000..fb77483 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ2/HIMIWIPIFIQIZ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ2/labels/HIMIWIPIFIQIZ.txt b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ2/labels/HIMIWIPIFIQIZ.txt new file mode 100644 index 0000000..f633321 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/HIMIWIPIFIQIZ2/labels/HIMIWIPIFIQIZ.txt @@ -0,0 +1,30 @@ +6 0.898876 0.500917 0.2 0.2 +0 0.498315 0.699541 0.201124 0.199083 +14 0.898315 0.7 0.201124 0.2 +0 0.899438 0.7 0.198876 0.198165 +7 0.898876 0.500459 0.2 0.199083 +14 0.1 0.700459 0.2 0.199083 +13 0.298876 0.3 0.2 0.198165 +9 0.499438 0.5 0.201124 0.2 +7 0.699438 0.100459 0.201124 0.199083 +7 0.298876 0.300459 0.2 0.199083 +7 0.899438 0.9 0.201124 0.198165 +9 0.1 0.100459 0.2 0.199083 +7 0.499438 0.3 0.201124 0.2 +9 0.699438 0.898165 0.198876 0.194495 +9 0.499438 0.100459 0.201124 0.199083 +7 0.298315 0.500459 0.198876 0.199083 +7 0.0994382 0.500917 0.198876 0.2 +9 0.298876 0.9 0.202247 0.198165 +7 0.499438 0.7 0.201124 0.2 +7 0.499438 0.899541 0.201124 0.199083 +9 0.299438 0.100917 0.201124 0.198165 +9 0.0994382 0.700459 0.198876 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.7 0.300917 0.197753 0.198165 +9 0.699438 0.500917 0.198876 0.2 +7 0.7 0.701376 0.2 0.199083 +9 0.1 0.9 0.2 0.198165 +9 0.298315 0.700459 0.198876 0.199083 +7 0.9 0.300917 0.2 0.198165 +9 0.898876 0.100917 0.202247 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD/IYJYOYSYUYBYD.png b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD/IYJYOYSYUYBYD.png new file mode 100644 index 0000000..dbbd488 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD/IYJYOYSYUYBYD.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD/labels/IYJYOYSYUYBYD.txt b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD/labels/IYJYOYSYUYBYD.txt new file mode 100644 index 0000000..c7855f4 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD/labels/IYJYOYSYUYBYD.txt @@ -0,0 +1,32 @@ +9 0.0994382 0.500459 0.198876 0.200917 +14 0.7 0.900459 0.2 0.199083 +13 0.499438 0.700917 0.201124 0.2 +0 0.898876 0.300917 0.2 0.2 +14 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.1 0.201124 0.198165 +7 0.0994382 0.300917 0.198876 0.198165 +13 0.0994382 0.5 0.198876 0.198165 +7 0.1 0.500459 0.2 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +9 0.500562 0.899083 0.201124 0.2 +9 0.699438 0.9 0.201124 0.2 +0 0.0994382 0.5 0.198876 0.2 +7 0.5 0.701835 0.202247 0.201835 +9 0.898876 0.3 0.2 0.198165 +7 0.700562 0.100917 0.201124 0.198165 +7 0.499438 0.0995413 0.203371 0.199083 +7 0.899438 0.500459 0.201124 0.199083 +9 0.898876 0.898624 0.202247 0.197248 +9 0.298876 0.500459 0.2 0.200917 +7 0.1 0.899541 0.2 0.199083 +7 0.298315 0.100459 0.201124 0.199083 +9 0.298876 0.899541 0.2 0.199083 +7 0.1 0.100917 0.2 0.198165 +9 0.7 0.500459 0.2 0.199083 +9 0.498876 0.500459 0.2 0.200917 +9 0.297753 0.700917 0.2 0.198165 +7 0.298876 0.300459 0.2 0.199083 +9 0.499438 0.300459 0.201124 0.200917 +7 0.7 0.300459 0.2 0.200917 +9 0.699438 0.700459 0.201124 0.199083 +9 0.0988764 0.7 0.197753 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD2/IYJYOYSYUYBYD.png b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD2/IYJYOYSYUYBYD.png new file mode 100644 index 0000000..dbbd488 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD2/IYJYOYSYUYBYD.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD2/labels/IYJYOYSYUYBYD.txt b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD2/labels/IYJYOYSYUYBYD.txt new file mode 100644 index 0000000..c7855f4 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/IYJYOYSYUYBYD2/labels/IYJYOYSYUYBYD.txt @@ -0,0 +1,32 @@ +9 0.0994382 0.500459 0.198876 0.200917 +14 0.7 0.900459 0.2 0.199083 +13 0.499438 0.700917 0.201124 0.2 +0 0.898876 0.300917 0.2 0.2 +14 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.1 0.201124 0.198165 +7 0.0994382 0.300917 0.198876 0.198165 +13 0.0994382 0.5 0.198876 0.198165 +7 0.1 0.500459 0.2 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +9 0.500562 0.899083 0.201124 0.2 +9 0.699438 0.9 0.201124 0.2 +0 0.0994382 0.5 0.198876 0.2 +7 0.5 0.701835 0.202247 0.201835 +9 0.898876 0.3 0.2 0.198165 +7 0.700562 0.100917 0.201124 0.198165 +7 0.499438 0.0995413 0.203371 0.199083 +7 0.899438 0.500459 0.201124 0.199083 +9 0.898876 0.898624 0.202247 0.197248 +9 0.298876 0.500459 0.2 0.200917 +7 0.1 0.899541 0.2 0.199083 +7 0.298315 0.100459 0.201124 0.199083 +9 0.298876 0.899541 0.2 0.199083 +7 0.1 0.100917 0.2 0.198165 +9 0.7 0.500459 0.2 0.199083 +9 0.498876 0.500459 0.2 0.200917 +9 0.297753 0.700917 0.2 0.198165 +7 0.298876 0.300459 0.2 0.199083 +9 0.499438 0.300459 0.201124 0.200917 +7 0.7 0.300459 0.2 0.200917 +9 0.699438 0.700459 0.201124 0.199083 +9 0.0988764 0.7 0.197753 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH/JAEAGAVAAARAH.png b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH/JAEAGAVAAARAH.png new file mode 100644 index 0000000..3884128 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH/JAEAGAVAAARAH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH/labels/JAEAGAVAAARAH.txt b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH/labels/JAEAGAVAAARAH.txt new file mode 100644 index 0000000..a37f015 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH/labels/JAEAGAVAAARAH.txt @@ -0,0 +1,29 @@ +14 0.497753 0.103211 0.2 0.193578 +14 0.898876 0.3 0.2 0.2 +7 0.9 0.5 0.2 0.2 +9 0.899438 0.1 0.201124 0.198165 +9 0.899438 0.299541 0.198876 0.199083 +9 0.299438 0.899541 0.198876 0.199083 +13 0.299438 0.9 0.201124 0.198165 +9 0.298876 0.101376 0.2 0.199083 +9 0.898876 0.699083 0.2 0.198165 +7 0.0994382 0.100917 0.198876 0.198165 +7 0.299438 0.9 0.201124 0.2 +9 0.499438 0.3 0.201124 0.2 +9 0.898876 0.899541 0.2 0.197248 +7 0.297753 0.700459 0.2 0.199083 +7 0.5 0.899541 0.202247 0.199083 +9 0.7 0.298624 0.2 0.202752 +9 0.699438 0.0995413 0.198876 0.197248 +9 0.7 0.899541 0.2 0.199083 +9 0.499438 0.101376 0.201124 0.199083 +7 0.699438 0.500917 0.198876 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.0994382 0.700917 0.198876 0.2 +9 0.299438 0.3 0.201124 0.201835 +7 0.499438 0.7 0.201124 0.2 +7 0.699438 0.700917 0.198876 0.198165 +0 0.299438 0.500917 0.198876 0.2 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.1 0.900459 0.2 0.197248 +7 0.0994382 0.300917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH2/JAEAGAVAAARAH.png b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH2/JAEAGAVAAARAH.png new file mode 100644 index 0000000..3884128 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH2/JAEAGAVAAARAH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH2/labels/JAEAGAVAAARAH.txt b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH2/labels/JAEAGAVAAARAH.txt new file mode 100644 index 0000000..a37f015 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/JAEAGAVAAARAH2/labels/JAEAGAVAAARAH.txt @@ -0,0 +1,29 @@ +14 0.497753 0.103211 0.2 0.193578 +14 0.898876 0.3 0.2 0.2 +7 0.9 0.5 0.2 0.2 +9 0.899438 0.1 0.201124 0.198165 +9 0.899438 0.299541 0.198876 0.199083 +9 0.299438 0.899541 0.198876 0.199083 +13 0.299438 0.9 0.201124 0.198165 +9 0.298876 0.101376 0.2 0.199083 +9 0.898876 0.699083 0.2 0.198165 +7 0.0994382 0.100917 0.198876 0.198165 +7 0.299438 0.9 0.201124 0.2 +9 0.499438 0.3 0.201124 0.2 +9 0.898876 0.899541 0.2 0.197248 +7 0.297753 0.700459 0.2 0.199083 +7 0.5 0.899541 0.202247 0.199083 +9 0.7 0.298624 0.2 0.202752 +9 0.699438 0.0995413 0.198876 0.197248 +9 0.7 0.899541 0.2 0.199083 +9 0.499438 0.101376 0.201124 0.199083 +7 0.699438 0.500917 0.198876 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.0994382 0.700917 0.198876 0.2 +9 0.299438 0.3 0.201124 0.201835 +7 0.499438 0.7 0.201124 0.2 +7 0.699438 0.700917 0.198876 0.198165 +0 0.299438 0.500917 0.198876 0.2 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.1 0.900459 0.2 0.197248 +7 0.0994382 0.300917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH/JRLRZRIRPRLRH.png b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH/JRLRZRIRPRLRH.png new file mode 100644 index 0000000..98d9c6b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH/JRLRZRIRPRLRH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH/labels/JRLRZRIRPRLRH.txt b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH/labels/JRLRZRIRPRLRH.txt new file mode 100644 index 0000000..b31189e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH/labels/JRLRZRIRPRLRH.txt @@ -0,0 +1,27 @@ +0 0.899438 0.0995413 0.201124 0.197248 +7 0.898876 0.500459 0.2 0.197248 +14 0.1 0.1 0.2 0.2 +9 0.898876 0.3 0.2 0.198165 +14 0.1 0.300459 0.2 0.199083 +7 0.899438 0.9 0.201124 0.198165 +9 0.498876 0.899541 0.202247 0.197248 +9 0.1 0.900459 0.2 0.199083 +9 0.0994382 0.300459 0.198876 0.200917 +7 0.299438 0.100917 0.201124 0.198165 +7 0.1 0.500917 0.2 0.2 +7 0.699438 0.100459 0.201124 0.199083 +9 0.899438 0.699541 0.198876 0.199083 +9 0.5 0.700917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.298876 0.500459 0.2 0.200917 +9 0.499438 0.3 0.201124 0.2 +7 0.699438 0.300459 0.198876 0.199083 +9 0.0994382 0.100917 0.198876 0.198165 +7 0.5 0.500459 0.2 0.200917 +9 0.298315 0.3 0.198876 0.2 +14 0.699438 0.9 0.201124 0.198165 +9 0.298315 0.700917 0.198876 0.198165 +7 0.7 0.700917 0.2 0.2 +0 0.0994382 0.700459 0.198876 0.199083 +7 0.699438 0.500459 0.198876 0.199083 +9 0.299438 0.900459 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH2/JRLRZRIRPRLRH.png b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH2/JRLRZRIRPRLRH.png new file mode 100644 index 0000000..98d9c6b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH2/JRLRZRIRPRLRH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH2/labels/JRLRZRIRPRLRH.txt b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH2/labels/JRLRZRIRPRLRH.txt new file mode 100644 index 0000000..b31189e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/JRLRZRIRPRLRH2/labels/JRLRZRIRPRLRH.txt @@ -0,0 +1,27 @@ +0 0.899438 0.0995413 0.201124 0.197248 +7 0.898876 0.500459 0.2 0.197248 +14 0.1 0.1 0.2 0.2 +9 0.898876 0.3 0.2 0.198165 +14 0.1 0.300459 0.2 0.199083 +7 0.899438 0.9 0.201124 0.198165 +9 0.498876 0.899541 0.202247 0.197248 +9 0.1 0.900459 0.2 0.199083 +9 0.0994382 0.300459 0.198876 0.200917 +7 0.299438 0.100917 0.201124 0.198165 +7 0.1 0.500917 0.2 0.2 +7 0.699438 0.100459 0.201124 0.199083 +9 0.899438 0.699541 0.198876 0.199083 +9 0.5 0.700917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.298876 0.500459 0.2 0.200917 +9 0.499438 0.3 0.201124 0.2 +7 0.699438 0.300459 0.198876 0.199083 +9 0.0994382 0.100917 0.198876 0.198165 +7 0.5 0.500459 0.2 0.200917 +9 0.298315 0.3 0.198876 0.2 +14 0.699438 0.9 0.201124 0.198165 +9 0.298315 0.700917 0.198876 0.198165 +7 0.7 0.700917 0.2 0.2 +0 0.0994382 0.700459 0.198876 0.199083 +7 0.699438 0.500459 0.198876 0.199083 +9 0.299438 0.900459 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JWDWKWSWQWPWD/JWDWKWSWQWPWD.png b/YOLO/Dockerfiles/app/app/runs/detect/JWDWKWSWQWPWD/JWDWKWSWQWPWD.png new file mode 100644 index 0000000..3300dbd Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/JWDWKWSWQWPWD/JWDWKWSWQWPWD.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/JWDWKWSWQWPWD/labels/JWDWKWSWQWPWD.txt b/YOLO/Dockerfiles/app/app/runs/detect/JWDWKWSWQWPWD/labels/JWDWKWSWQWPWD.txt new file mode 100644 index 0000000..4311911 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/JWDWKWSWQWPWD/labels/JWDWKWSWQWPWD.txt @@ -0,0 +1,27 @@ +0 0.498315 0.1 0.203371 0.198165 +14 0.701124 0.3 0.2 0.2 +0 0.899438 0.0995413 0.201124 0.197248 +7 0.899438 0.500459 0.201124 0.199083 +7 0.499438 0.500459 0.201124 0.200917 +7 0.0988764 0.300459 0.197753 0.199083 +9 0.0994382 0.897706 0.198876 0.197248 +9 0.899438 0.3 0.198876 0.2 +7 0.499438 0.700459 0.201124 0.200917 +9 0.899438 0.899541 0.201124 0.197248 +7 0.700562 0.900459 0.201124 0.199083 +9 0.298876 0.899083 0.2 0.198165 +7 0.0988764 0.700459 0.197753 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.5 0.899541 0.202247 0.199083 +7 0.298315 0.100459 0.201124 0.199083 +9 0.5 0.100459 0.2 0.199083 +9 0.699438 0.5 0.198876 0.2 +7 0.9 0.700459 0.2 0.199083 +9 0.699438 0.300459 0.198876 0.199083 +7 0.699438 0.100917 0.201124 0.2 +9 0.298876 0.500459 0.2 0.200917 +9 0.0994382 0.500459 0.198876 0.199083 +7 0.298876 0.300459 0.2 0.199083 +9 0.0988764 0.100459 0.197753 0.199083 +9 0.7 0.700917 0.2 0.2 +7 0.298876 0.7 0.197753 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ/KCQCNCECKCXCQ.png b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ/KCQCNCECKCXCQ.png new file mode 100644 index 0000000..30d9879 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ/KCQCNCECKCXCQ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ/labels/KCQCNCECKCXCQ.txt b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ/labels/KCQCNCECKCXCQ.txt new file mode 100644 index 0000000..4eb4b68 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ/labels/KCQCNCECKCXCQ.txt @@ -0,0 +1,71 @@ +19 0.297753 0.699541 0.197753 0.200917 +3 0.1 0.699083 0.2 0.2 +14 0.5 0.7 0.2 0.198165 +8 0.899438 0.502294 0.201124 0.199083 +5 0.497753 0.499541 0.202247 0.200917 +19 0.898876 0.501376 0.202247 0.202752 +19 0.298315 0.899541 0.201124 0.199083 +11 0.298315 0.300459 0.198876 0.200917 +2 0.300562 0.901835 0.198876 0.19633 +5 0.499438 0.700917 0.201124 0.198165 +11 0.0988764 0.100917 0.197753 0.198165 +3 0.1 0.3 0.197753 0.2 +11 0.7 0.300917 0.2 0.2 +13 0.7 0.7 0.2 0.2 +19 0.499438 0.500459 0.198876 0.199083 +11 0.298315 0.5 0.201124 0.2 +19 0.0988764 0.89633 0.197753 0.20367 +18 0.498876 0.7 0.2 0.198165 +6 0.898876 0.301376 0.2 0.200917 +11 0.9 0.899541 0.2 0.199083 +19 0.498876 0.700917 0.2 0.201835 +0 0.298315 0.7 0.201124 0.2 +14 0.0994382 0.299541 0.198876 0.199083 +11 0.1 0.699541 0.2 0.197248 +8 0.0994382 0.897248 0.198876 0.201835 +16 0.498315 0.100459 0.201124 0.200917 +18 0.699438 0.501376 0.198876 0.199083 +13 0.297753 0.5 0.202247 0.2 +4 0.0994382 0.895872 0.198876 0.204587 +9 0.499438 0.100917 0.201124 0.2 +13 0.9 0.9 0.2 0.198165 +5 0.899438 0.700459 0.201124 0.200917 +18 0.1 0.101835 0.2 0.19633 +5 0.899438 0.501376 0.201124 0.199083 +19 0.500562 0.900917 0.201124 0.19633 +11 0.0994382 0.897706 0.198876 0.199083 +19 0.699438 0.9 0.201124 0.2 +11 0.498876 0.500459 0.2 0.199083 +11 0.499438 0.700459 0.198876 0.199083 +16 0.899438 0.100459 0.201124 0.199083 +19 0.1 0.699083 0.2 0.198165 +2 0.698876 0.500459 0.2 0.199083 +11 0.699438 0.500917 0.198876 0.198165 +11 0.9 0.501835 0.2 0.2 +19 0.699438 0.3 0.201124 0.2 +0 0.298876 0.3 0.2 0.2 +8 0.498876 0.700917 0.2 0.2 +0 0.298315 0.899541 0.201124 0.200917 +11 0.498315 0.9 0.201124 0.198165 +3 0.298315 0.100459 0.203371 0.199083 +0 0.7 0.100459 0.2 0.199083 +11 0.299438 0.9 0.198876 0.198165 +19 0.7 0.700459 0.2 0.200917 +11 0.1 0.3 0.2 0.2 +16 0.297753 0.300459 0.197753 0.199083 +19 0.0994382 0.500459 0.198876 0.199083 +11 0.297753 0.701376 0.2 0.199083 +15 0.298876 0.500459 0.2 0.200917 +9 0.498315 0.300917 0.201124 0.198165 +9 0.9 0.299541 0.2 0.200917 +19 0.9 0.9 0.2 0.2 +8 0.899438 0.700917 0.201124 0.2 +18 0.298876 0.500917 0.2 0.2 +11 0.498315 0.300917 0.201124 0.198165 +15 0.700562 0.1 0.201124 0.198165 +11 0.699438 0.900459 0.198876 0.197248 +9 0.7 0.701376 0.2 0.200917 +11 0.7 0.101835 0.202247 0.198165 +19 0.298315 0.100459 0.203371 0.199083 +9 0.298315 0.101376 0.201124 0.199083 +18 0.9 0.900917 0.2 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ2/KCQCNCECKCXCQ.png b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ2/KCQCNCECKCXCQ.png new file mode 100644 index 0000000..30d9879 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ2/KCQCNCECKCXCQ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ2/labels/KCQCNCECKCXCQ.txt b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ2/labels/KCQCNCECKCXCQ.txt new file mode 100644 index 0000000..4eb4b68 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ2/labels/KCQCNCECKCXCQ.txt @@ -0,0 +1,71 @@ +19 0.297753 0.699541 0.197753 0.200917 +3 0.1 0.699083 0.2 0.2 +14 0.5 0.7 0.2 0.198165 +8 0.899438 0.502294 0.201124 0.199083 +5 0.497753 0.499541 0.202247 0.200917 +19 0.898876 0.501376 0.202247 0.202752 +19 0.298315 0.899541 0.201124 0.199083 +11 0.298315 0.300459 0.198876 0.200917 +2 0.300562 0.901835 0.198876 0.19633 +5 0.499438 0.700917 0.201124 0.198165 +11 0.0988764 0.100917 0.197753 0.198165 +3 0.1 0.3 0.197753 0.2 +11 0.7 0.300917 0.2 0.2 +13 0.7 0.7 0.2 0.2 +19 0.499438 0.500459 0.198876 0.199083 +11 0.298315 0.5 0.201124 0.2 +19 0.0988764 0.89633 0.197753 0.20367 +18 0.498876 0.7 0.2 0.198165 +6 0.898876 0.301376 0.2 0.200917 +11 0.9 0.899541 0.2 0.199083 +19 0.498876 0.700917 0.2 0.201835 +0 0.298315 0.7 0.201124 0.2 +14 0.0994382 0.299541 0.198876 0.199083 +11 0.1 0.699541 0.2 0.197248 +8 0.0994382 0.897248 0.198876 0.201835 +16 0.498315 0.100459 0.201124 0.200917 +18 0.699438 0.501376 0.198876 0.199083 +13 0.297753 0.5 0.202247 0.2 +4 0.0994382 0.895872 0.198876 0.204587 +9 0.499438 0.100917 0.201124 0.2 +13 0.9 0.9 0.2 0.198165 +5 0.899438 0.700459 0.201124 0.200917 +18 0.1 0.101835 0.2 0.19633 +5 0.899438 0.501376 0.201124 0.199083 +19 0.500562 0.900917 0.201124 0.19633 +11 0.0994382 0.897706 0.198876 0.199083 +19 0.699438 0.9 0.201124 0.2 +11 0.498876 0.500459 0.2 0.199083 +11 0.499438 0.700459 0.198876 0.199083 +16 0.899438 0.100459 0.201124 0.199083 +19 0.1 0.699083 0.2 0.198165 +2 0.698876 0.500459 0.2 0.199083 +11 0.699438 0.500917 0.198876 0.198165 +11 0.9 0.501835 0.2 0.2 +19 0.699438 0.3 0.201124 0.2 +0 0.298876 0.3 0.2 0.2 +8 0.498876 0.700917 0.2 0.2 +0 0.298315 0.899541 0.201124 0.200917 +11 0.498315 0.9 0.201124 0.198165 +3 0.298315 0.100459 0.203371 0.199083 +0 0.7 0.100459 0.2 0.199083 +11 0.299438 0.9 0.198876 0.198165 +19 0.7 0.700459 0.2 0.200917 +11 0.1 0.3 0.2 0.2 +16 0.297753 0.300459 0.197753 0.199083 +19 0.0994382 0.500459 0.198876 0.199083 +11 0.297753 0.701376 0.2 0.199083 +15 0.298876 0.500459 0.2 0.200917 +9 0.498315 0.300917 0.201124 0.198165 +9 0.9 0.299541 0.2 0.200917 +19 0.9 0.9 0.2 0.2 +8 0.899438 0.700917 0.201124 0.2 +18 0.298876 0.500917 0.2 0.2 +11 0.498315 0.300917 0.201124 0.198165 +15 0.700562 0.1 0.201124 0.198165 +11 0.699438 0.900459 0.198876 0.197248 +9 0.7 0.701376 0.2 0.200917 +11 0.7 0.101835 0.202247 0.198165 +19 0.298315 0.100459 0.203371 0.199083 +9 0.298315 0.101376 0.201124 0.199083 +18 0.9 0.900917 0.2 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ3/KCQCNCECKCXCQ.png b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ3/KCQCNCECKCXCQ.png new file mode 100644 index 0000000..610d16a Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ3/KCQCNCECKCXCQ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ3/labels/KCQCNCECKCXCQ.txt b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ3/labels/KCQCNCECKCXCQ.txt new file mode 100644 index 0000000..44dd2d4 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KCQCNCECKCXCQ3/labels/KCQCNCECKCXCQ.txt @@ -0,0 +1,21 @@ +11 0.695506 0.313761 0.217978 0.222018 +19 0.109551 0.129358 0.219101 0.258716 +19 0.1 0.88578 0.2 0.22844 +19 0.489326 0.116972 0.223595 0.233945 +19 0.897753 0.101835 0.202247 0.20367 +19 0.300562 0.10367 0.216854 0.2 +19 0.298315 0.700459 0.198876 0.199083 +19 0.298876 0.899541 0.2 0.199083 +2 0.300562 0.901376 0.198876 0.197248 +19 0.300562 0.502752 0.196629 0.19633 +19 0.700562 0.100459 0.201124 0.197248 +0 0.3 0.7 0.197753 0.194495 +0 0.3 0.3 0.197753 0.194495 +11 0.298876 0.3 0.197753 0.198165 +16 0.298876 0.300459 0.197753 0.199083 +0 0.298315 0.899541 0.198876 0.200917 +0 0.7 0.1 0.2 0.198165 +11 0.299438 0.9 0.198876 0.198165 +11 0.298876 0.700459 0.197753 0.199083 +15 0.701124 0.0995413 0.202247 0.197248 +11 0.700562 0.100917 0.201124 0.19633 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG/KEGEGECEGEUEG.png b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG/KEGEGECEGEUEG.png new file mode 100644 index 0000000..ec6d570 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG/KEGEGECEGEUEG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG/labels/KEGEGECEGEUEG.txt b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG/labels/KEGEGECEGEUEG.txt new file mode 100644 index 0000000..6e4bb43 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG/labels/KEGEGECEGEUEG.txt @@ -0,0 +1,31 @@ +0 0.498315 0.5 0.201124 0.2 +7 0.898315 0.700917 0.201124 0.2 +13 0.499438 0.9 0.201124 0.2 +9 0.299438 0.100917 0.201124 0.198165 +7 0.898315 0.900459 0.201124 0.197248 +0 0.698876 0.100459 0.2 0.199083 +7 0.5 0.9 0.202247 0.2 +0 0.299438 0.100917 0.201124 0.198165 +13 0.298876 0.100917 0.202247 0.198165 +7 0.299438 0.100917 0.201124 0.198165 +9 0.898876 0.1 0.202247 0.2 +7 0.499438 0.699541 0.201124 0.200917 +9 0.1 0.0995413 0.2 0.197248 +7 0.298876 0.500459 0.2 0.199083 +7 0.0994382 0.500459 0.198876 0.199083 +0 0.1 0.7 0.2 0.198165 +9 0.899438 0.300459 0.198876 0.199083 +7 0.0994382 0.3 0.198876 0.201835 +9 0.299438 0.3 0.198876 0.2 +7 0.899438 0.5 0.198876 0.198165 +9 0.499438 0.100459 0.201124 0.199083 +7 0.499438 0.500459 0.201124 0.200917 +9 0.698876 0.100917 0.2 0.198165 +7 0.5 0.300459 0.2 0.200917 +9 0.298876 0.7 0.2 0.2 +14 0.699438 0.899541 0.201124 0.199083 +9 0.699438 0.300459 0.198876 0.199083 +7 0.1 0.899541 0.2 0.197248 +9 0.299438 0.899083 0.201124 0.198165 +9 0.699438 0.7 0.201124 0.198165 +9 0.7 0.500917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG2/KEGEGECEGEUEG.png b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG2/KEGEGECEGEUEG.png new file mode 100644 index 0000000..ec6d570 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG2/KEGEGECEGEUEG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG2/labels/KEGEGECEGEUEG.txt b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG2/labels/KEGEGECEGEUEG.txt new file mode 100644 index 0000000..6e4bb43 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KEGEGECEGEUEG2/labels/KEGEGECEGEUEG.txt @@ -0,0 +1,31 @@ +0 0.498315 0.5 0.201124 0.2 +7 0.898315 0.700917 0.201124 0.2 +13 0.499438 0.9 0.201124 0.2 +9 0.299438 0.100917 0.201124 0.198165 +7 0.898315 0.900459 0.201124 0.197248 +0 0.698876 0.100459 0.2 0.199083 +7 0.5 0.9 0.202247 0.2 +0 0.299438 0.100917 0.201124 0.198165 +13 0.298876 0.100917 0.202247 0.198165 +7 0.299438 0.100917 0.201124 0.198165 +9 0.898876 0.1 0.202247 0.2 +7 0.499438 0.699541 0.201124 0.200917 +9 0.1 0.0995413 0.2 0.197248 +7 0.298876 0.500459 0.2 0.199083 +7 0.0994382 0.500459 0.198876 0.199083 +0 0.1 0.7 0.2 0.198165 +9 0.899438 0.300459 0.198876 0.199083 +7 0.0994382 0.3 0.198876 0.201835 +9 0.299438 0.3 0.198876 0.2 +7 0.899438 0.5 0.198876 0.198165 +9 0.499438 0.100459 0.201124 0.199083 +7 0.499438 0.500459 0.201124 0.200917 +9 0.698876 0.100917 0.2 0.198165 +7 0.5 0.300459 0.2 0.200917 +9 0.298876 0.7 0.2 0.2 +14 0.699438 0.899541 0.201124 0.199083 +9 0.699438 0.300459 0.198876 0.199083 +7 0.1 0.899541 0.2 0.197248 +9 0.299438 0.899083 0.201124 0.198165 +9 0.699438 0.7 0.201124 0.198165 +9 0.7 0.500917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH/KGHGXGYGGGNGH.png b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH/KGHGXGYGGGNGH.png new file mode 100644 index 0000000..acfdd75 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH/KGHGXGYGGGNGH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH/labels/KGHGXGYGGGNGH.txt b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH/labels/KGHGXGYGGGNGH.txt new file mode 100644 index 0000000..1aea8de --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH/labels/KGHGXGYGGGNGH.txt @@ -0,0 +1,28 @@ +14 0.898876 0.0990826 0.202247 0.198165 +13 0.499438 0.700459 0.201124 0.200917 +7 0.898876 0.700459 0.2 0.199083 +7 0.898876 0.299541 0.2 0.199083 +9 0.899438 0.0995413 0.201124 0.199083 +7 0.9 0.900459 0.2 0.197248 +14 0.698876 0.700459 0.2 0.199083 +14 0.898876 0.5 0.2 0.2 +7 0.499438 0.701376 0.201124 0.200917 +9 0.499438 0.100459 0.201124 0.199083 +7 0.297753 0.300459 0.2 0.199083 +9 0.0988764 0.1 0.197753 0.198165 +9 0.499438 0.9 0.201124 0.2 +9 0.7 0.500459 0.2 0.200917 +9 0.1 0.899541 0.2 0.197248 +9 0.7 0.9 0.202247 0.198165 +7 0.499438 0.500459 0.201124 0.200917 +7 0.298315 0.700459 0.198876 0.199083 +9 0.299438 0.899541 0.201124 0.200917 +9 0.698876 0.700917 0.2 0.2 +7 0.298315 0.500459 0.198876 0.199083 +7 0.0994382 0.700459 0.198876 0.199083 +7 0.499438 0.300917 0.201124 0.2 +0 0.699438 0.3 0.198876 0.198165 +9 0.1 0.499541 0.2 0.199083 +7 0.299438 0.100917 0.203371 0.198165 +7 0.698876 0.100459 0.2 0.199083 +7 0.0994382 0.300917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH2/KGHGXGYGGGNGH.png b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH2/KGHGXGYGGGNGH.png new file mode 100644 index 0000000..acfdd75 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH2/KGHGXGYGGGNGH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH2/labels/KGHGXGYGGGNGH.txt b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH2/labels/KGHGXGYGGGNGH.txt new file mode 100644 index 0000000..1aea8de --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KGHGXGYGGGNGH2/labels/KGHGXGYGGGNGH.txt @@ -0,0 +1,28 @@ +14 0.898876 0.0990826 0.202247 0.198165 +13 0.499438 0.700459 0.201124 0.200917 +7 0.898876 0.700459 0.2 0.199083 +7 0.898876 0.299541 0.2 0.199083 +9 0.899438 0.0995413 0.201124 0.199083 +7 0.9 0.900459 0.2 0.197248 +14 0.698876 0.700459 0.2 0.199083 +14 0.898876 0.5 0.2 0.2 +7 0.499438 0.701376 0.201124 0.200917 +9 0.499438 0.100459 0.201124 0.199083 +7 0.297753 0.300459 0.2 0.199083 +9 0.0988764 0.1 0.197753 0.198165 +9 0.499438 0.9 0.201124 0.2 +9 0.7 0.500459 0.2 0.200917 +9 0.1 0.899541 0.2 0.197248 +9 0.7 0.9 0.202247 0.198165 +7 0.499438 0.500459 0.201124 0.200917 +7 0.298315 0.700459 0.198876 0.199083 +9 0.299438 0.899541 0.201124 0.200917 +9 0.698876 0.700917 0.2 0.2 +7 0.298315 0.500459 0.198876 0.199083 +7 0.0994382 0.700459 0.198876 0.199083 +7 0.499438 0.300917 0.201124 0.2 +0 0.699438 0.3 0.198876 0.198165 +9 0.1 0.499541 0.2 0.199083 +7 0.299438 0.100917 0.203371 0.198165 +7 0.698876 0.100459 0.2 0.199083 +7 0.0994382 0.300917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR/KPQPXPPPAPLPR.png b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR/KPQPXPPPAPLPR.png new file mode 100644 index 0000000..cb2bd3c Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR/KPQPXPPPAPLPR.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR/labels/KPQPXPPPAPLPR.txt b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR/labels/KPQPXPPPAPLPR.txt new file mode 100644 index 0000000..68fa512 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR/labels/KPQPXPPPAPLPR.txt @@ -0,0 +1,28 @@ +0 0.898876 0.100459 0.2 0.200917 +13 0.1 0.899541 0.2 0.199083 +9 0.898876 0.100917 0.2 0.198165 +7 0.0994382 0.9 0.198876 0.198165 +7 0.899438 0.900459 0.201124 0.197248 +14 0.0994382 0.300917 0.198876 0.198165 +9 0.9 0.699541 0.2 0.199083 +9 0.499438 0.9 0.201124 0.2 +0 0.899438 0.3 0.198876 0.198165 +9 0.499438 0.100459 0.201124 0.199083 +7 0.699438 0.7 0.198876 0.2 +7 0.899438 0.500917 0.201124 0.198165 +9 0.499438 0.5 0.201124 0.2 +7 0.699438 0.100459 0.201124 0.199083 +9 0.698876 0.899541 0.202247 0.199083 +9 0.498876 0.7 0.202247 0.2 +9 0.0994382 0.100459 0.198876 0.199083 +9 0.498876 0.300459 0.2 0.200917 +9 0.298876 0.899541 0.202247 0.200917 +7 0.298315 0.700459 0.198876 0.199083 +0 0.699438 0.299541 0.198876 0.199083 +7 0.700562 0.500917 0.198876 0.198165 +9 0.0994382 0.300917 0.198876 0.2 +9 0.298876 0.3 0.2 0.2 +9 0.299438 0.5 0.201124 0.2 +7 0.299438 0.100917 0.201124 0.2 +7 0.0994382 0.5 0.198876 0.2 +9 0.0994382 0.700917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR2/KPQPXPPPAPLPR.png b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR2/KPQPXPPPAPLPR.png new file mode 100644 index 0000000..cb2bd3c Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR2/KPQPXPPPAPLPR.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR2/labels/KPQPXPPPAPLPR.txt b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR2/labels/KPQPXPPPAPLPR.txt new file mode 100644 index 0000000..68fa512 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/KPQPXPPPAPLPR2/labels/KPQPXPPPAPLPR.txt @@ -0,0 +1,28 @@ +0 0.898876 0.100459 0.2 0.200917 +13 0.1 0.899541 0.2 0.199083 +9 0.898876 0.100917 0.2 0.198165 +7 0.0994382 0.9 0.198876 0.198165 +7 0.899438 0.900459 0.201124 0.197248 +14 0.0994382 0.300917 0.198876 0.198165 +9 0.9 0.699541 0.2 0.199083 +9 0.499438 0.9 0.201124 0.2 +0 0.899438 0.3 0.198876 0.198165 +9 0.499438 0.100459 0.201124 0.199083 +7 0.699438 0.7 0.198876 0.2 +7 0.899438 0.500917 0.201124 0.198165 +9 0.499438 0.5 0.201124 0.2 +7 0.699438 0.100459 0.201124 0.199083 +9 0.698876 0.899541 0.202247 0.199083 +9 0.498876 0.7 0.202247 0.2 +9 0.0994382 0.100459 0.198876 0.199083 +9 0.498876 0.300459 0.2 0.200917 +9 0.298876 0.899541 0.202247 0.200917 +7 0.298315 0.700459 0.198876 0.199083 +0 0.699438 0.299541 0.198876 0.199083 +7 0.700562 0.500917 0.198876 0.198165 +9 0.0994382 0.300917 0.198876 0.2 +9 0.298876 0.3 0.2 0.2 +9 0.299438 0.5 0.201124 0.2 +7 0.299438 0.100917 0.201124 0.2 +7 0.0994382 0.5 0.198876 0.2 +9 0.0994382 0.700917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL/MDADHDKDUDJDL.png b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL/MDADHDKDUDJDL.png new file mode 100644 index 0000000..6d5b5b2 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL/MDADHDKDUDJDL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL/labels/MDADHDKDUDJDL.txt b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL/labels/MDADHDKDUDJDL.txt new file mode 100644 index 0000000..6558e9e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL/labels/MDADHDKDUDJDL.txt @@ -0,0 +1,28 @@ +13 0.1 0.899541 0.2 0.199083 +9 0.898876 0.100459 0.2 0.199083 +13 0.299438 0.9 0.201124 0.198165 +9 0.299438 0.899541 0.201124 0.199083 +7 0.0994382 0.9 0.198876 0.198165 +7 0.5 0.101376 0.2 0.199083 +9 0.899438 0.499541 0.201124 0.197248 +7 0.698876 0.700917 0.2 0.2 +7 0.299438 0.900459 0.201124 0.199083 +9 0.499438 0.5 0.201124 0.2 +9 0.7 0.899541 0.202247 0.197248 +14 0.499438 0.3 0.201124 0.2 +9 0.499438 0.7 0.201124 0.201835 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.7 0.100459 0.2 0.199083 +0 0.298315 0.7 0.198876 0.2 +7 0.699438 0.300459 0.198876 0.199083 +7 0.899438 0.700459 0.201124 0.199083 +7 0.299438 0.300459 0.198876 0.199083 +9 0.899438 0.3 0.198876 0.198165 +9 0.699438 0.500917 0.198876 0.2 +7 0.499438 0.9 0.201124 0.198165 +9 0.9 0.9 0.2 0.198165 +9 0.1 0.3 0.2 0.2 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.298315 0.100459 0.201124 0.199083 +9 0.298876 0.5 0.2 0.2 +7 0.0994382 0.700459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL2/MDADHDKDUDJDL.png b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL2/MDADHDKDUDJDL.png new file mode 100644 index 0000000..6d5b5b2 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL2/MDADHDKDUDJDL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL2/labels/MDADHDKDUDJDL.txt b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL2/labels/MDADHDKDUDJDL.txt new file mode 100644 index 0000000..6558e9e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/MDADHDKDUDJDL2/labels/MDADHDKDUDJDL.txt @@ -0,0 +1,28 @@ +13 0.1 0.899541 0.2 0.199083 +9 0.898876 0.100459 0.2 0.199083 +13 0.299438 0.9 0.201124 0.198165 +9 0.299438 0.899541 0.201124 0.199083 +7 0.0994382 0.9 0.198876 0.198165 +7 0.5 0.101376 0.2 0.199083 +9 0.899438 0.499541 0.201124 0.197248 +7 0.698876 0.700917 0.2 0.2 +7 0.299438 0.900459 0.201124 0.199083 +9 0.499438 0.5 0.201124 0.2 +9 0.7 0.899541 0.202247 0.197248 +14 0.499438 0.3 0.201124 0.2 +9 0.499438 0.7 0.201124 0.201835 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.7 0.100459 0.2 0.199083 +0 0.298315 0.7 0.198876 0.2 +7 0.699438 0.300459 0.198876 0.199083 +7 0.899438 0.700459 0.201124 0.199083 +7 0.299438 0.300459 0.198876 0.199083 +9 0.899438 0.3 0.198876 0.198165 +9 0.699438 0.500917 0.198876 0.2 +7 0.499438 0.9 0.201124 0.198165 +9 0.9 0.9 0.2 0.198165 +9 0.1 0.3 0.2 0.2 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.298315 0.100459 0.201124 0.199083 +9 0.298876 0.5 0.2 0.2 +7 0.0994382 0.700459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MDFDEDIDPDKDY/MDFDEDIDPDKDY.png b/YOLO/Dockerfiles/app/app/runs/detect/MDFDEDIDPDKDY/MDFDEDIDPDKDY.png new file mode 100644 index 0000000..3230fec Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/MDFDEDIDPDKDY/MDFDEDIDPDKDY.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MDFDEDIDPDKDY/labels/MDFDEDIDPDKDY.txt b/YOLO/Dockerfiles/app/app/runs/detect/MDFDEDIDPDKDY/labels/MDFDEDIDPDKDY.txt new file mode 100644 index 0000000..cae14ec --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/MDFDEDIDPDKDY/labels/MDFDEDIDPDKDY.txt @@ -0,0 +1,28 @@ +14 0.298315 0.1 0.203371 0.2 +0 0.898876 0.300459 0.2 0.200917 +13 0.499438 0.700459 0.201124 0.200917 +7 0.899438 0.500459 0.201124 0.199083 +7 0.898876 0.7 0.2 0.198165 +9 0.298876 0.9 0.2 0.198165 +9 0.898315 0.100917 0.201124 0.198165 +9 0.898876 0.897706 0.2 0.191743 +9 0.898876 0.299541 0.2 0.199083 +7 0.499438 0.700917 0.203371 0.201835 +7 0.699438 0.100459 0.201124 0.199083 +7 0.698876 0.899083 0.197753 0.198165 +7 0.1 0.100459 0.2 0.199083 +7 0.499438 0.499541 0.201124 0.200917 +7 0.499438 0.100459 0.201124 0.199083 +9 0.498876 0.3 0.2 0.2 +9 0.0994382 0.5 0.198876 0.2 +9 0.0994382 0.7 0.198876 0.2 +7 0.5 0.899541 0.202247 0.199083 +9 0.7 0.701376 0.2 0.200917 +9 0.699438 0.300459 0.198876 0.200917 +7 0.298315 0.700917 0.198876 0.2 +9 0.298315 0.101376 0.201124 0.197248 +7 0.0994382 0.899541 0.198876 0.199083 +0 0.0994382 0.300459 0.198876 0.199083 +7 0.298315 0.500459 0.198876 0.199083 +9 0.298876 0.3 0.2 0.2 +9 0.699438 0.500459 0.198876 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MLSLPLULGLQLS/MLSLPLULGLQLS.png b/YOLO/Dockerfiles/app/app/runs/detect/MLSLPLULGLQLS/MLSLPLULGLQLS.png new file mode 100644 index 0000000..9b05e9f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/MLSLPLULGLQLS/MLSLPLULGLQLS.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MLSLPLULGLQLS/labels/MLSLPLULGLQLS.txt b/YOLO/Dockerfiles/app/app/runs/detect/MLSLPLULGLQLS/labels/MLSLPLULGLQLS.txt new file mode 100644 index 0000000..275cef0 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/MLSLPLULGLQLS/labels/MLSLPLULGLQLS.txt @@ -0,0 +1,27 @@ +7 0.899438 0.1 0.198876 0.19633 +14 0.898876 0.5 0.2 0.2 +7 0.899438 0.300459 0.198876 0.199083 +9 0.298876 0.899541 0.2 0.197248 +9 0.899438 0.5 0.198876 0.198165 +7 0.499438 0.100459 0.201124 0.199083 +14 0.899438 0.7 0.201124 0.198165 +7 0.499438 0.300917 0.201124 0.2 +9 0.499438 0.899541 0.201124 0.199083 +0 0.1 0.100459 0.2 0.199083 +7 0.699438 0.900459 0.201124 0.199083 +0 0.698876 0.1 0.2 0.198165 +7 0.298876 0.1 0.2 0.198165 +7 0.899438 0.9 0.201124 0.198165 +9 0.499438 0.500459 0.201124 0.200917 +9 0.7 0.5 0.2 0.2 +9 0.7 0.700459 0.2 0.199083 +7 0.499438 0.700917 0.201124 0.2 +9 0.298876 0.499541 0.2 0.199083 +9 0.0994382 0.100459 0.198876 0.199083 +7 0.7 0.300459 0.2 0.199083 +9 0.298876 0.3 0.2 0.2 +7 0.0994382 0.899083 0.198876 0.198165 +9 0.298876 0.700459 0.2 0.200917 +7 0.0994382 0.3 0.198876 0.2 +0 0.0994382 0.500459 0.198876 0.199083 +7 0.0994382 0.700917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG/MMPMIMTMTMYMG.png b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG/MMPMIMTMTMYMG.png new file mode 100644 index 0000000..18c04a4 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG/MMPMIMTMTMYMG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG/labels/MMPMIMTMTMYMG.txt b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG/labels/MMPMIMTMTMYMG.txt new file mode 100644 index 0000000..ceb6be7 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG/labels/MMPMIMTMTMYMG.txt @@ -0,0 +1,30 @@ +14 0.9 0.299541 0.2 0.199083 +2 0.9 0.299083 0.2 0.2 +9 0.899438 0.0995413 0.201124 0.199083 +9 0.898876 0.299541 0.2 0.199083 +9 0.899438 0.499541 0.201124 0.197248 +7 0.0994382 0.100459 0.198876 0.197248 +13 0.298876 0.100917 0.2 0.198165 +7 0.899438 0.899541 0.201124 0.197248 +9 0.299438 0.100917 0.201124 0.2 +0 0.298876 0.100917 0.2 0.198165 +7 0.299438 0.100917 0.201124 0.198165 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.499438 0.900459 0.201124 0.199083 +9 0.5 0.700917 0.2 0.2 +7 0.499438 0.100459 0.201124 0.199083 +9 0.699438 0.7 0.198876 0.2 +9 0.298876 0.900459 0.2 0.199083 +9 0.899438 0.699541 0.201124 0.199083 +7 0.699438 0.9 0.198876 0.198165 +7 0.499438 0.300459 0.201124 0.200917 +9 0.298876 0.700917 0.2 0.2 +0 0.298315 0.499541 0.198876 0.199083 +9 0.498876 0.500917 0.2 0.2 +9 0.0994382 0.700459 0.198876 0.199083 +7 0.700562 0.300917 0.201124 0.2 +9 0.699438 0.100459 0.201124 0.199083 +7 0.0994382 0.300917 0.198876 0.2 +7 0.1 0.899541 0.2 0.199083 +0 0.7 0.500459 0.197753 0.199083 +9 0.298315 0.300917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG2/MMPMIMTMTMYMG.png b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG2/MMPMIMTMTMYMG.png new file mode 100644 index 0000000..18c04a4 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG2/MMPMIMTMTMYMG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG2/labels/MMPMIMTMTMYMG.txt b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG2/labels/MMPMIMTMTMYMG.txt new file mode 100644 index 0000000..ceb6be7 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/MMPMIMTMTMYMG2/labels/MMPMIMTMTMYMG.txt @@ -0,0 +1,30 @@ +14 0.9 0.299541 0.2 0.199083 +2 0.9 0.299083 0.2 0.2 +9 0.899438 0.0995413 0.201124 0.199083 +9 0.898876 0.299541 0.2 0.199083 +9 0.899438 0.499541 0.201124 0.197248 +7 0.0994382 0.100459 0.198876 0.197248 +13 0.298876 0.100917 0.2 0.198165 +7 0.899438 0.899541 0.201124 0.197248 +9 0.299438 0.100917 0.201124 0.2 +0 0.298876 0.100917 0.2 0.198165 +7 0.299438 0.100917 0.201124 0.198165 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.499438 0.900459 0.201124 0.199083 +9 0.5 0.700917 0.2 0.2 +7 0.499438 0.100459 0.201124 0.199083 +9 0.699438 0.7 0.198876 0.2 +9 0.298876 0.900459 0.2 0.199083 +9 0.899438 0.699541 0.201124 0.199083 +7 0.699438 0.9 0.198876 0.198165 +7 0.499438 0.300459 0.201124 0.200917 +9 0.298876 0.700917 0.2 0.2 +0 0.298315 0.499541 0.198876 0.199083 +9 0.498876 0.500917 0.2 0.2 +9 0.0994382 0.700459 0.198876 0.199083 +7 0.700562 0.300917 0.201124 0.2 +9 0.699438 0.100459 0.201124 0.199083 +7 0.0994382 0.300917 0.198876 0.2 +7 0.1 0.899541 0.2 0.199083 +0 0.7 0.500459 0.197753 0.199083 +9 0.298315 0.300917 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM/NWAWKWFWBWUWM.png b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM/NWAWKWFWBWUWM.png new file mode 100644 index 0000000..1b8dd4e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM/NWAWKWFWBWUWM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM/labels/NWAWKWFWBWUWM.txt b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM/labels/NWAWKWFWBWUWM.txt new file mode 100644 index 0000000..cd9a503 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM/labels/NWAWKWFWBWUWM.txt @@ -0,0 +1,30 @@ +0 0.499438 0.500917 0.201124 0.198165 +7 0.898876 0.9 0.2 0.19633 +9 0.498315 0.5 0.201124 0.198165 +14 0.5 0.899541 0.202247 0.199083 +0 0.899438 0.700917 0.198876 0.2 +9 0.899438 0.100459 0.201124 0.197248 +0 0.0994382 0.500459 0.198876 0.199083 +7 0.499438 0.500917 0.201124 0.2 +7 0.899438 0.300459 0.198876 0.197248 +7 0.499438 0.700917 0.201124 0.2 +9 0.7 0.899541 0.2 0.199083 +9 0.0994382 0.698624 0.198876 0.197248 +9 0.499438 0.900459 0.203371 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +9 0.298876 0.5 0.197753 0.2 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.298315 0.9 0.201124 0.2 +7 0.0994382 0.898165 0.198876 0.201835 +7 0.1 0.300917 0.2 0.2 +9 0.298315 0.100459 0.201124 0.199083 +9 0.299438 0.700917 0.201124 0.201835 +9 0.499438 0.3 0.201124 0.201835 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.7 0.300917 0.2 0.2 +9 0.699438 0.101376 0.201124 0.200917 +0 0.298876 0.300459 0.2 0.200917 +7 0.9 0.500459 0.2 0.199083 +9 0.699438 0.700459 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM2/NWAWKWFWBWUWM.png b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM2/NWAWKWFWBWUWM.png new file mode 100644 index 0000000..1b8dd4e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM2/NWAWKWFWBWUWM.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM2/labels/NWAWKWFWBWUWM.txt b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM2/labels/NWAWKWFWBWUWM.txt new file mode 100644 index 0000000..cd9a503 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/NWAWKWFWBWUWM2/labels/NWAWKWFWBWUWM.txt @@ -0,0 +1,30 @@ +0 0.499438 0.500917 0.201124 0.198165 +7 0.898876 0.9 0.2 0.19633 +9 0.498315 0.5 0.201124 0.198165 +14 0.5 0.899541 0.202247 0.199083 +0 0.899438 0.700917 0.198876 0.2 +9 0.899438 0.100459 0.201124 0.197248 +0 0.0994382 0.500459 0.198876 0.199083 +7 0.499438 0.500917 0.201124 0.2 +7 0.899438 0.300459 0.198876 0.197248 +7 0.499438 0.700917 0.201124 0.2 +9 0.7 0.899541 0.2 0.199083 +9 0.0994382 0.698624 0.198876 0.197248 +9 0.499438 0.900459 0.203371 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +9 0.298876 0.5 0.197753 0.2 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.298315 0.9 0.201124 0.2 +7 0.0994382 0.898165 0.198876 0.201835 +7 0.1 0.300917 0.2 0.2 +9 0.298315 0.100459 0.201124 0.199083 +9 0.299438 0.700917 0.201124 0.201835 +9 0.499438 0.3 0.201124 0.201835 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.7 0.300917 0.2 0.2 +9 0.699438 0.101376 0.201124 0.200917 +0 0.298876 0.300459 0.2 0.200917 +7 0.9 0.500459 0.2 0.199083 +9 0.699438 0.700459 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ/ORLRZRTRHRHRQ.png b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ/ORLRZRTRHRHRQ.png new file mode 100644 index 0000000..4be2426 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ/ORLRZRTRHRHRQ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ/labels/ORLRZRTRHRHRQ.txt b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ/labels/ORLRZRTRHRHRQ.txt new file mode 100644 index 0000000..4e1e552 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ/labels/ORLRZRTRHRHRQ.txt @@ -0,0 +1,29 @@ +13 0.699438 0.100917 0.198876 0.198165 +9 0.498876 0.9 0.2 0.198165 +7 0.899438 0.100917 0.201124 0.198165 +9 0.898876 0.7 0.2 0.198165 +7 0.899438 0.899541 0.201124 0.197248 +9 0.299438 0.9 0.201124 0.198165 +13 0.299438 0.9 0.201124 0.198165 +9 0.898876 0.299541 0.2 0.199083 +7 0.899438 0.499541 0.201124 0.199083 +7 0.7 0.100917 0.2 0.198165 +7 0.299438 0.900459 0.201124 0.199083 +7 0.498876 0.900459 0.2 0.199083 +9 0.499438 0.5 0.201124 0.2 +7 0.498876 0.700917 0.202247 0.201835 +9 0.0994382 0.1 0.198876 0.198165 +7 0.298876 0.300459 0.2 0.199083 +9 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.5 0.198876 0.198165 +7 0.699438 0.700459 0.198876 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.5 0.100459 0.202247 0.199083 +7 0.1 0.900917 0.2 0.198165 +7 0.0994382 0.700459 0.198876 0.199083 +7 0.298876 0.700459 0.2 0.199083 +7 0.298876 0.500459 0.2 0.199083 +9 0.699438 0.500459 0.201124 0.199083 +9 0.7 0.900917 0.2 0.198165 +9 0.298876 0.100459 0.202247 0.200917 +9 0.699438 0.300459 0.201124 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ2/ORLRZRTRHRHRQ.png b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ2/ORLRZRTRHRHRQ.png new file mode 100644 index 0000000..4be2426 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ2/ORLRZRTRHRHRQ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ2/labels/ORLRZRTRHRHRQ.txt b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ2/labels/ORLRZRTRHRHRQ.txt new file mode 100644 index 0000000..4e1e552 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ORLRZRTRHRHRQ2/labels/ORLRZRTRHRHRQ.txt @@ -0,0 +1,29 @@ +13 0.699438 0.100917 0.198876 0.198165 +9 0.498876 0.9 0.2 0.198165 +7 0.899438 0.100917 0.201124 0.198165 +9 0.898876 0.7 0.2 0.198165 +7 0.899438 0.899541 0.201124 0.197248 +9 0.299438 0.9 0.201124 0.198165 +13 0.299438 0.9 0.201124 0.198165 +9 0.898876 0.299541 0.2 0.199083 +7 0.899438 0.499541 0.201124 0.199083 +7 0.7 0.100917 0.2 0.198165 +7 0.299438 0.900459 0.201124 0.199083 +7 0.498876 0.900459 0.2 0.199083 +9 0.499438 0.5 0.201124 0.2 +7 0.498876 0.700917 0.202247 0.201835 +9 0.0994382 0.1 0.198876 0.198165 +7 0.298876 0.300459 0.2 0.199083 +9 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.5 0.198876 0.198165 +7 0.699438 0.700459 0.198876 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.5 0.100459 0.202247 0.199083 +7 0.1 0.900917 0.2 0.198165 +7 0.0994382 0.700459 0.198876 0.199083 +7 0.298876 0.700459 0.2 0.199083 +7 0.298876 0.500459 0.2 0.199083 +9 0.699438 0.500459 0.201124 0.199083 +9 0.7 0.900917 0.2 0.198165 +9 0.298876 0.100459 0.202247 0.200917 +9 0.699438 0.300459 0.201124 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/OVIVAVXVWVOVL/OVIVAVXVWVOVL.png b/YOLO/Dockerfiles/app/app/runs/detect/OVIVAVXVWVOVL/OVIVAVXVWVOVL.png new file mode 100644 index 0000000..56afa86 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/OVIVAVXVWVOVL/OVIVAVXVWVOVL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/OVIVAVXVWVOVL/labels/OVIVAVXVWVOVL.txt b/YOLO/Dockerfiles/app/app/runs/detect/OVIVAVXVWVOVL/labels/OVIVAVXVWVOVL.txt new file mode 100644 index 0000000..95868fd --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/OVIVAVXVWVOVL/labels/OVIVAVXVWVOVL.txt @@ -0,0 +1,32 @@ +0 0.900562 0.102294 0.198876 0.195413 +0 0.700562 0.100459 0.201124 0.199083 +9 0.700562 0.100459 0.201124 0.197248 +13 0.297753 0.300917 0.2 0.2 +14 0.0994382 0.3 0.198876 0.2 +7 0.298876 0.900459 0.2 0.199083 +14 0.898876 0.300459 0.2 0.199083 +13 0.7 0.101376 0.202247 0.197248 +7 0.7 0.100917 0.2 0.198165 +9 0.5 0.100917 0.202247 0.198165 +7 0.898876 0.100917 0.202247 0.19633 +7 0.899438 0.700459 0.198876 0.199083 +9 0.1 0.899541 0.2 0.199083 +9 0.899438 0.5 0.201124 0.198165 +9 0.898876 0.9 0.2 0.198165 +0 0.1 0.100459 0.2 0.199083 +7 0.699438 0.5 0.201124 0.2 +9 0.699438 0.7 0.198876 0.2 +7 0.297753 0.300917 0.2 0.2 +7 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.9 0.201124 0.198165 +9 0.0994382 0.7 0.198876 0.2 +0 0.699438 0.899083 0.198876 0.198165 +7 0.499438 0.300459 0.201124 0.200917 +9 0.298876 0.700917 0.2 0.201835 +7 0.699438 0.300917 0.198876 0.198165 +9 0.298876 0.100459 0.2 0.199083 +9 0.0994382 0.3 0.198876 0.2 +7 0.499438 0.700917 0.201124 0.201835 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.298876 0.500459 0.2 0.200917 +7 0.0994382 0.500459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/OZQZTZBZOZQZZ/OZQZTZBZOZQZZ.png b/YOLO/Dockerfiles/app/app/runs/detect/OZQZTZBZOZQZZ/OZQZTZBZOZQZZ.png new file mode 100644 index 0000000..d3ba6f7 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/OZQZTZBZOZQZZ/OZQZTZBZOZQZZ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/OZQZTZBZOZQZZ/labels/OZQZTZBZOZQZZ.txt b/YOLO/Dockerfiles/app/app/runs/detect/OZQZTZBZOZQZZ/labels/OZQZTZBZOZQZZ.txt new file mode 100644 index 0000000..6522c3e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/OZQZTZBZOZQZZ/labels/OZQZTZBZOZQZZ.txt @@ -0,0 +1,30 @@ +14 0.499438 0.899541 0.201124 0.199083 +9 0.299438 0.500917 0.198876 0.198165 +13 0.299438 0.5 0.198876 0.198165 +0 0.299438 0.5 0.198876 0.198165 +7 0.899438 0.9 0.201124 0.198165 +7 0.899438 0.100917 0.201124 0.198165 +13 0.698876 0.101835 0.202247 0.2 +7 0.698876 0.100917 0.2 0.198165 +9 0.5 0.3 0.202247 0.2 +7 0.3 0.500917 0.2 0.2 +9 0.898876 0.700459 0.2 0.199083 +9 0.298876 0.899541 0.2 0.199083 +9 0.499438 0.900459 0.201124 0.199083 +7 0.498876 0.1 0.202247 0.2 +7 0.498876 0.500917 0.202247 0.201835 +9 0.499438 0.700459 0.201124 0.199083 +9 0.1 0.899083 0.2 0.198165 +7 0.698876 0.300459 0.2 0.199083 +9 0.698876 0.9 0.2 0.198165 +9 0.899438 0.500459 0.201124 0.199083 +9 0.298876 0.7 0.2 0.2 +7 0.0994382 0.300917 0.198876 0.2 +7 0.0994382 0.7 0.198876 0.198165 +14 0.7 0.500459 0.2 0.199083 +9 0.298315 0.100917 0.203371 0.2 +7 0.899438 0.300459 0.201124 0.199083 +9 0.1 0.100459 0.2 0.199083 +7 0.7 0.700459 0.2 0.200917 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.298876 0.301376 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL/PBCBPBDBZBJBL.png b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL/PBCBPBDBZBJBL.png new file mode 100644 index 0000000..39bc37e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL/PBCBPBDBZBJBL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL/labels/PBCBPBDBZBJBL.txt b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL/labels/PBCBPBDBZBJBL.txt new file mode 100644 index 0000000..7f7858b --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL/labels/PBCBPBDBZBJBL.txt @@ -0,0 +1,30 @@ +0 0.700562 0.100459 0.201124 0.199083 +2 0.898876 0.1 0.202247 0.2 +7 0.499438 0.101376 0.203371 0.197248 +9 0.899438 0.1 0.201124 0.19633 +7 0.898876 0.299541 0.2 0.197248 +14 0.898876 0.700459 0.2 0.199083 +7 0.899438 0.9 0.201124 0.198165 +7 0.899438 0.5 0.201124 0.2 +7 0.1 0.900459 0.2 0.197248 +0 0.0994382 0.700459 0.198876 0.199083 +14 0.699438 0.7 0.201124 0.2 +13 0.499438 0.100459 0.201124 0.199083 +9 0.501124 0.499083 0.2 0.2 +9 0.7 0.700459 0.2 0.199083 +9 0.499438 0.9 0.201124 0.198165 +7 0.298315 0.3 0.198876 0.2 +9 0.0994382 0.7 0.198876 0.2 +9 0.7 0.100917 0.2 0.2 +7 0.299438 0.101376 0.201124 0.199083 +7 0.499438 0.700459 0.201124 0.200917 +9 0.7 0.899541 0.2 0.199083 +9 0.498876 0.3 0.202247 0.2 +9 0.298876 0.9 0.2 0.198165 +9 0.298315 0.500917 0.198876 0.2 +7 0.699438 0.300917 0.198876 0.2 +9 0.0994382 0.300459 0.198876 0.200917 +7 0.298876 0.700459 0.197753 0.199083 +9 0.699438 0.500459 0.201124 0.200917 +9 0.1 0.100917 0.2 0.198165 +9 0.0994382 0.5 0.198876 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL2/PBCBPBDBZBJBL.png b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL2/PBCBPBDBZBJBL.png new file mode 100644 index 0000000..39bc37e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL2/PBCBPBDBZBJBL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL2/labels/PBCBPBDBZBJBL.txt b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL2/labels/PBCBPBDBZBJBL.txt new file mode 100644 index 0000000..7f7858b --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/PBCBPBDBZBJBL2/labels/PBCBPBDBZBJBL.txt @@ -0,0 +1,30 @@ +0 0.700562 0.100459 0.201124 0.199083 +2 0.898876 0.1 0.202247 0.2 +7 0.499438 0.101376 0.203371 0.197248 +9 0.899438 0.1 0.201124 0.19633 +7 0.898876 0.299541 0.2 0.197248 +14 0.898876 0.700459 0.2 0.199083 +7 0.899438 0.9 0.201124 0.198165 +7 0.899438 0.5 0.201124 0.2 +7 0.1 0.900459 0.2 0.197248 +0 0.0994382 0.700459 0.198876 0.199083 +14 0.699438 0.7 0.201124 0.2 +13 0.499438 0.100459 0.201124 0.199083 +9 0.501124 0.499083 0.2 0.2 +9 0.7 0.700459 0.2 0.199083 +9 0.499438 0.9 0.201124 0.198165 +7 0.298315 0.3 0.198876 0.2 +9 0.0994382 0.7 0.198876 0.2 +9 0.7 0.100917 0.2 0.2 +7 0.299438 0.101376 0.201124 0.199083 +7 0.499438 0.700459 0.201124 0.200917 +9 0.7 0.899541 0.2 0.199083 +9 0.498876 0.3 0.202247 0.2 +9 0.298876 0.9 0.2 0.198165 +9 0.298315 0.500917 0.198876 0.2 +7 0.699438 0.300917 0.198876 0.2 +9 0.0994382 0.300459 0.198876 0.200917 +7 0.298876 0.700459 0.197753 0.199083 +9 0.699438 0.500459 0.201124 0.200917 +9 0.1 0.100917 0.2 0.198165 +9 0.0994382 0.5 0.198876 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH/PDFDBDCDODDDH.png b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH/PDFDBDCDODDDH.png new file mode 100644 index 0000000..ac304be Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH/PDFDBDCDODDDH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH/labels/PDFDBDCDODDDH.txt b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH/labels/PDFDBDCDODDDH.txt new file mode 100644 index 0000000..6b17797 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH/labels/PDFDBDCDODDDH.txt @@ -0,0 +1,30 @@ +7 0.898876 0.300917 0.2 0.2 +7 0.898876 0.100459 0.2 0.197248 +14 0.899438 0.1 0.201124 0.198165 +9 0.898876 0.899541 0.2 0.197248 +14 0.0994382 0.300459 0.198876 0.199083 +9 0.298315 0.7 0.198876 0.198165 +14 0.0994382 0.500459 0.198876 0.199083 +13 0.298876 0.700917 0.2 0.198165 +7 0.0994382 0.7 0.198876 0.2 +7 0.899438 0.5 0.198876 0.198165 +7 0.298876 0.500917 0.2 0.2 +9 0.298315 0.300459 0.198876 0.200917 +7 0.298876 0.700917 0.2 0.2 +9 0.498315 0.899541 0.201124 0.197248 +9 0.899438 0.700459 0.201124 0.200917 +7 0.498876 0.5 0.2 0.2 +7 0.700562 0.100917 0.201124 0.198165 +9 0.497753 0.3 0.2 0.198165 +9 0.499438 0.700459 0.201124 0.200917 +9 0.100562 0.899541 0.201124 0.199083 +9 0.299438 0.9 0.198876 0.2 +9 0.699438 0.700459 0.198876 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +9 0.0988764 0.500917 0.197753 0.2 +7 0.7 0.500917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +7 0.7 0.9 0.2 0.2 +0 0.698876 0.3 0.2 0.198165 +7 0.298876 0.100917 0.202247 0.198165 +9 0.0994382 0.101376 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH2/PDFDBDCDODDDH.png b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH2/PDFDBDCDODDDH.png new file mode 100644 index 0000000..ac304be Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH2/PDFDBDCDODDDH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH2/labels/PDFDBDCDODDDH.txt b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH2/labels/PDFDBDCDODDDH.txt new file mode 100644 index 0000000..6b17797 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/PDFDBDCDODDDH2/labels/PDFDBDCDODDDH.txt @@ -0,0 +1,30 @@ +7 0.898876 0.300917 0.2 0.2 +7 0.898876 0.100459 0.2 0.197248 +14 0.899438 0.1 0.201124 0.198165 +9 0.898876 0.899541 0.2 0.197248 +14 0.0994382 0.300459 0.198876 0.199083 +9 0.298315 0.7 0.198876 0.198165 +14 0.0994382 0.500459 0.198876 0.199083 +13 0.298876 0.700917 0.2 0.198165 +7 0.0994382 0.7 0.198876 0.2 +7 0.899438 0.5 0.198876 0.198165 +7 0.298876 0.500917 0.2 0.2 +9 0.298315 0.300459 0.198876 0.200917 +7 0.298876 0.700917 0.2 0.2 +9 0.498315 0.899541 0.201124 0.197248 +9 0.899438 0.700459 0.201124 0.200917 +7 0.498876 0.5 0.2 0.2 +7 0.700562 0.100917 0.201124 0.198165 +9 0.497753 0.3 0.2 0.198165 +9 0.499438 0.700459 0.201124 0.200917 +9 0.100562 0.899541 0.201124 0.199083 +9 0.299438 0.9 0.198876 0.2 +9 0.699438 0.700459 0.198876 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +9 0.0988764 0.500917 0.197753 0.2 +7 0.7 0.500917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +7 0.7 0.9 0.2 0.2 +0 0.698876 0.3 0.2 0.198165 +7 0.298876 0.100917 0.202247 0.198165 +9 0.0994382 0.101376 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH/RBMBYBWBOBOBH.png b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH/RBMBYBWBOBOBH.png new file mode 100644 index 0000000..b24af9e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH/RBMBYBWBOBOBH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH/labels/RBMBYBWBOBOBH.txt b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH/labels/RBMBYBWBOBOBH.txt new file mode 100644 index 0000000..27866c3 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH/labels/RBMBYBWBOBOBH.txt @@ -0,0 +1,60 @@ +4 0.3 0.100459 0.2 0.200917 +19 0.899438 0.9 0.198876 0.198165 +9 0.299438 0.501835 0.201124 0.2 +11 0.698876 0.899541 0.202247 0.199083 +11 0.0988764 0.500917 0.197753 0.2 +2 0.900562 0.901376 0.198876 0.197248 +15 0.498876 0.700917 0.202247 0.201835 +7 0.297753 0.100459 0.2 0.200917 +5 0.498315 0.500459 0.198876 0.199083 +19 0.498876 0.101376 0.2 0.199083 +0 0.7 0.101376 0.202247 0.200917 +9 0.0994382 0.900917 0.198876 0.198165 +11 0.898876 0.701835 0.2 0.2 +6 0.900562 0.300459 0.198876 0.199083 +19 0.899438 0.100917 0.198876 0.198165 +9 0.0994382 0.702294 0.198876 0.199083 +3 0.499438 0.100917 0.203371 0.2 +8 0.7 0.500917 0.2 0.2 +0 0.299438 0.699541 0.201124 0.199083 +18 0.498876 0.701835 0.2 0.198165 +11 0.499438 0.700917 0.201124 0.201835 +8 0.498876 0.700917 0.202247 0.201835 +16 0.898876 0.501835 0.202247 0.2 +11 0.900562 0.899541 0.198876 0.199083 +11 0.7 0.300917 0.2 0.198165 +13 0.698315 0.899541 0.201124 0.199083 +0 0.899438 0.100917 0.198876 0.198165 +2 0.7 0.299541 0.2 0.199083 +0 0.898876 0.899541 0.2 0.199083 +6 0.1 0.700459 0.2 0.199083 +19 0.5 0.900917 0.202247 0.19633 +18 0.699438 0.9 0.201124 0.2 +11 0.499438 0.300459 0.201124 0.199083 +9 0.1 0.1 0.2 0.198165 +11 0.298876 0.701376 0.2 0.199083 +19 0.100562 0.0995413 0.201124 0.199083 +19 0.899438 0.701835 0.201124 0.2 +18 0.698876 0.700917 0.2 0.201835 +19 0.5 0.500459 0.2 0.200917 +5 0.698876 0.500917 0.2 0.2 +8 0.0994382 0.500459 0.198876 0.199083 +16 0.298876 0.700459 0.2 0.199083 +16 0.698876 0.100459 0.2 0.199083 +11 0.498315 0.9 0.201124 0.198165 +19 0.298876 0.500917 0.2 0.2 +9 0.9 0.5 0.2 0.2 +9 0.899438 0.3 0.201124 0.20367 +15 0.699438 0.901376 0.198876 0.197248 +19 0.298876 0.900459 0.197753 0.199083 +16 0.0994382 0.300459 0.198876 0.200917 +5 0.0994382 0.501835 0.198876 0.19633 +19 0.699438 0.7 0.198876 0.2 +5 0.298315 0.502294 0.198876 0.199083 +0 0.298315 0.101376 0.198876 0.199083 +19 0.0994382 0.900917 0.198876 0.198165 +11 0.898876 0.100459 0.202247 0.199083 +6 0.297191 0.100459 0.201124 0.199083 +9 0.298315 0.3 0.198876 0.2 +3 0.100562 0.101376 0.201124 0.199083 +11 0.298315 0.300459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH2/RBMBYBWBOBOBH.png b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH2/RBMBYBWBOBOBH.png new file mode 100644 index 0000000..b24af9e Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH2/RBMBYBWBOBOBH.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH2/labels/RBMBYBWBOBOBH.txt b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH2/labels/RBMBYBWBOBOBH.txt new file mode 100644 index 0000000..27866c3 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RBMBYBWBOBOBH2/labels/RBMBYBWBOBOBH.txt @@ -0,0 +1,60 @@ +4 0.3 0.100459 0.2 0.200917 +19 0.899438 0.9 0.198876 0.198165 +9 0.299438 0.501835 0.201124 0.2 +11 0.698876 0.899541 0.202247 0.199083 +11 0.0988764 0.500917 0.197753 0.2 +2 0.900562 0.901376 0.198876 0.197248 +15 0.498876 0.700917 0.202247 0.201835 +7 0.297753 0.100459 0.2 0.200917 +5 0.498315 0.500459 0.198876 0.199083 +19 0.498876 0.101376 0.2 0.199083 +0 0.7 0.101376 0.202247 0.200917 +9 0.0994382 0.900917 0.198876 0.198165 +11 0.898876 0.701835 0.2 0.2 +6 0.900562 0.300459 0.198876 0.199083 +19 0.899438 0.100917 0.198876 0.198165 +9 0.0994382 0.702294 0.198876 0.199083 +3 0.499438 0.100917 0.203371 0.2 +8 0.7 0.500917 0.2 0.2 +0 0.299438 0.699541 0.201124 0.199083 +18 0.498876 0.701835 0.2 0.198165 +11 0.499438 0.700917 0.201124 0.201835 +8 0.498876 0.700917 0.202247 0.201835 +16 0.898876 0.501835 0.202247 0.2 +11 0.900562 0.899541 0.198876 0.199083 +11 0.7 0.300917 0.2 0.198165 +13 0.698315 0.899541 0.201124 0.199083 +0 0.899438 0.100917 0.198876 0.198165 +2 0.7 0.299541 0.2 0.199083 +0 0.898876 0.899541 0.2 0.199083 +6 0.1 0.700459 0.2 0.199083 +19 0.5 0.900917 0.202247 0.19633 +18 0.699438 0.9 0.201124 0.2 +11 0.499438 0.300459 0.201124 0.199083 +9 0.1 0.1 0.2 0.198165 +11 0.298876 0.701376 0.2 0.199083 +19 0.100562 0.0995413 0.201124 0.199083 +19 0.899438 0.701835 0.201124 0.2 +18 0.698876 0.700917 0.2 0.201835 +19 0.5 0.500459 0.2 0.200917 +5 0.698876 0.500917 0.2 0.2 +8 0.0994382 0.500459 0.198876 0.199083 +16 0.298876 0.700459 0.2 0.199083 +16 0.698876 0.100459 0.2 0.199083 +11 0.498315 0.9 0.201124 0.198165 +19 0.298876 0.500917 0.2 0.2 +9 0.9 0.5 0.2 0.2 +9 0.899438 0.3 0.201124 0.20367 +15 0.699438 0.901376 0.198876 0.197248 +19 0.298876 0.900459 0.197753 0.199083 +16 0.0994382 0.300459 0.198876 0.200917 +5 0.0994382 0.501835 0.198876 0.19633 +19 0.699438 0.7 0.198876 0.2 +5 0.298315 0.502294 0.198876 0.199083 +0 0.298315 0.101376 0.198876 0.199083 +19 0.0994382 0.900917 0.198876 0.198165 +11 0.898876 0.100459 0.202247 0.199083 +6 0.297191 0.100459 0.201124 0.199083 +9 0.298315 0.3 0.198876 0.2 +3 0.100562 0.101376 0.201124 0.199083 +11 0.298315 0.300459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RBQBEBVBOBEBF/RBQBEBVBOBEBF.png b/YOLO/Dockerfiles/app/app/runs/detect/RBQBEBVBOBEBF/RBQBEBVBOBEBF.png new file mode 100644 index 0000000..8813fc6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RBQBEBVBOBEBF/RBQBEBVBOBEBF.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RBQBEBVBOBEBF/labels/RBQBEBVBOBEBF.txt b/YOLO/Dockerfiles/app/app/runs/detect/RBQBEBVBOBEBF/labels/RBQBEBVBOBEBF.txt new file mode 100644 index 0000000..6cbdbc1 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RBQBEBVBOBEBF/labels/RBQBEBVBOBEBF.txt @@ -0,0 +1,29 @@ +6 0.898315 0.900917 0.201124 0.198165 +9 0.898876 0.1 0.202247 0.2 +7 0.898876 0.900459 0.2 0.197248 +0 0.699438 0.5 0.198876 0.2 +7 0.0994382 0.500917 0.198876 0.198165 +14 0.899438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.197753 0.2 +14 0.1 0.100459 0.2 0.199083 +9 0.899438 0.499541 0.201124 0.197248 +7 0.7 0.700917 0.2 0.2 +7 0.699438 0.900459 0.201124 0.197248 +7 0.499438 0.499541 0.201124 0.200917 +7 0.499438 0.899541 0.203371 0.197248 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.9 0.198876 0.2 +7 0.298876 0.300917 0.2 0.2 +9 0.1 0.100459 0.2 0.199083 +9 0.499438 0.7 0.201124 0.2 +9 0.699438 0.100917 0.198876 0.198165 +9 0.699438 0.500917 0.198876 0.2 +7 0.498876 0.1 0.202247 0.198165 +7 0.298876 0.900459 0.2 0.199083 +7 0.699438 0.300459 0.198876 0.199083 +9 0.0994382 0.3 0.198876 0.198165 +9 0.298876 0.699541 0.197753 0.199083 +7 0.299438 0.100917 0.203371 0.198165 +7 0.9 0.300917 0.2 0.198165 +9 0.0994382 0.700459 0.198876 0.200917 +9 0.298876 0.499541 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO/RCQCMCPCJCBCO.png b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO/RCQCMCPCJCBCO.png new file mode 100644 index 0000000..312ddfc Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO/RCQCMCPCJCBCO.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO/labels/RCQCMCPCJCBCO.txt b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO/labels/RCQCMCPCJCBCO.txt new file mode 100644 index 0000000..8e38213 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO/labels/RCQCMCPCJCBCO.txt @@ -0,0 +1,29 @@ +14 0.3 0.100917 0.202247 0.198165 +9 0.0994382 0.3 0.198876 0.2 +7 0.0994382 0.300459 0.198876 0.199083 +9 0.898876 0.101376 0.2 0.197248 +14 0.0994382 0.699541 0.198876 0.199083 +9 0.898876 0.5 0.2 0.198165 +14 0.5 0.899541 0.202247 0.199083 +9 0.899438 0.700459 0.201124 0.199083 +9 0.499438 0.9 0.201124 0.198165 +9 0.899438 0.300459 0.201124 0.200917 +9 0.699438 0.7 0.198876 0.2 +9 0.1 0.1 0.2 0.2 +9 0.0994382 0.5 0.198876 0.2 +7 0.7 0.900917 0.202247 0.198165 +7 0.499438 0.3 0.201124 0.2 +9 0.899438 0.898624 0.201124 0.197248 +7 0.5 0.700917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.298876 0.500459 0.2 0.200917 +7 0.7 0.500459 0.2 0.199083 +9 0.0988764 0.700459 0.197753 0.199083 +0 0.698876 0.100917 0.2 0.198165 +9 0.298315 0.700917 0.198876 0.198165 +7 0.499438 0.5 0.201124 0.2 +9 0.7 0.3 0.2 0.2 +9 0.298315 0.3 0.198876 0.2 +9 0.298876 0.100917 0.2 0.2 +9 0.0994382 0.9 0.198876 0.198165 +9 0.298876 0.899541 0.202247 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO2/RCQCMCPCJCBCO.png b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO2/RCQCMCPCJCBCO.png new file mode 100644 index 0000000..312ddfc Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO2/RCQCMCPCJCBCO.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO2/labels/RCQCMCPCJCBCO.txt b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO2/labels/RCQCMCPCJCBCO.txt new file mode 100644 index 0000000..8e38213 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RCQCMCPCJCBCO2/labels/RCQCMCPCJCBCO.txt @@ -0,0 +1,29 @@ +14 0.3 0.100917 0.202247 0.198165 +9 0.0994382 0.3 0.198876 0.2 +7 0.0994382 0.300459 0.198876 0.199083 +9 0.898876 0.101376 0.2 0.197248 +14 0.0994382 0.699541 0.198876 0.199083 +9 0.898876 0.5 0.2 0.198165 +14 0.5 0.899541 0.202247 0.199083 +9 0.899438 0.700459 0.201124 0.199083 +9 0.499438 0.9 0.201124 0.198165 +9 0.899438 0.300459 0.201124 0.200917 +9 0.699438 0.7 0.198876 0.2 +9 0.1 0.1 0.2 0.2 +9 0.0994382 0.5 0.198876 0.2 +7 0.7 0.900917 0.202247 0.198165 +7 0.499438 0.3 0.201124 0.2 +9 0.899438 0.898624 0.201124 0.197248 +7 0.5 0.700917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.298876 0.500459 0.2 0.200917 +7 0.7 0.500459 0.2 0.199083 +9 0.0988764 0.700459 0.197753 0.199083 +0 0.698876 0.100917 0.2 0.198165 +9 0.298315 0.700917 0.198876 0.198165 +7 0.499438 0.5 0.201124 0.2 +9 0.7 0.3 0.2 0.2 +9 0.298315 0.3 0.198876 0.2 +9 0.298876 0.100917 0.2 0.2 +9 0.0994382 0.9 0.198876 0.198165 +9 0.298876 0.899541 0.202247 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ/RJHJJJGJLJZJJ.png b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ/RJHJJJGJLJZJJ.png new file mode 100644 index 0000000..b5ccf03 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ/RJHJJJGJLJZJJ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ/labels/RJHJJJGJLJZJJ.txt b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ/labels/RJHJJJGJLJZJJ.txt new file mode 100644 index 0000000..d060d4e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ/labels/RJHJJJGJLJZJJ.txt @@ -0,0 +1,31 @@ +0 0.497191 0.1 0.198876 0.19633 +14 0.498876 0.299541 0.2 0.197248 +9 0.498876 0.899541 0.2 0.199083 +0 0.899438 0.0995413 0.201124 0.197248 +13 0.697753 0.100917 0.202247 0.198165 +14 0.100562 0.9 0.201124 0.198165 +7 0.1 0.500459 0.2 0.200917 +9 0.298315 0.700917 0.198876 0.198165 +7 0.498876 0.101376 0.197753 0.199083 +0 0.498315 0.899541 0.201124 0.197248 +9 0.898876 0.3 0.2 0.198165 +9 0.9 0.699541 0.2 0.199083 +7 0.1 0.700459 0.2 0.199083 +7 0.697753 0.101376 0.202247 0.199083 +7 0.499438 0.700917 0.201124 0.2 +9 0.1 0.900459 0.2 0.199083 +7 0.498876 0.899541 0.2 0.199083 +9 0.898876 0.499083 0.2 0.198165 +9 0.899438 0.899541 0.201124 0.197248 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.0988764 0.100459 0.197753 0.197248 +7 0.297753 0.5 0.2 0.2 +9 0.698876 0.9 0.2 0.198165 +9 0.699438 0.301376 0.198876 0.199083 +9 0.698876 0.700459 0.2 0.200917 +7 0.298876 0.100459 0.2 0.199083 +9 0.5 0.300459 0.2 0.199083 +9 0.298876 0.9 0.2 0.2 +7 0.298876 0.300917 0.2 0.2 +14 0.7 0.500459 0.2 0.199083 +7 0.499438 0.500917 0.201124 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ2/RJHJJJGJLJZJJ.png b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ2/RJHJJJGJLJZJJ.png new file mode 100644 index 0000000..b5ccf03 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ2/RJHJJJGJLJZJJ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ2/labels/RJHJJJGJLJZJJ.txt b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ2/labels/RJHJJJGJLJZJJ.txt new file mode 100644 index 0000000..d060d4e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RJHJJJGJLJZJJ2/labels/RJHJJJGJLJZJJ.txt @@ -0,0 +1,31 @@ +0 0.497191 0.1 0.198876 0.19633 +14 0.498876 0.299541 0.2 0.197248 +9 0.498876 0.899541 0.2 0.199083 +0 0.899438 0.0995413 0.201124 0.197248 +13 0.697753 0.100917 0.202247 0.198165 +14 0.100562 0.9 0.201124 0.198165 +7 0.1 0.500459 0.2 0.200917 +9 0.298315 0.700917 0.198876 0.198165 +7 0.498876 0.101376 0.197753 0.199083 +0 0.498315 0.899541 0.201124 0.197248 +9 0.898876 0.3 0.2 0.198165 +9 0.9 0.699541 0.2 0.199083 +7 0.1 0.700459 0.2 0.199083 +7 0.697753 0.101376 0.202247 0.199083 +7 0.499438 0.700917 0.201124 0.2 +9 0.1 0.900459 0.2 0.199083 +7 0.498876 0.899541 0.2 0.199083 +9 0.898876 0.499083 0.2 0.198165 +9 0.899438 0.899541 0.201124 0.197248 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.0988764 0.100459 0.197753 0.197248 +7 0.297753 0.5 0.2 0.2 +9 0.698876 0.9 0.2 0.198165 +9 0.699438 0.301376 0.198876 0.199083 +9 0.698876 0.700459 0.2 0.200917 +7 0.298876 0.100459 0.2 0.199083 +9 0.5 0.300459 0.2 0.199083 +9 0.298876 0.9 0.2 0.2 +7 0.298876 0.300917 0.2 0.2 +14 0.7 0.500459 0.2 0.199083 +7 0.499438 0.500917 0.201124 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV/ROOOXOZOYODOV.png b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV/ROOOXOZOYODOV.png new file mode 100644 index 0000000..779494d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV/ROOOXOZOYODOV.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV/labels/ROOOXOZOYODOV.txt b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV/labels/ROOOXOZOYODOV.txt new file mode 100644 index 0000000..3563c56 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV/labels/ROOOXOZOYODOV.txt @@ -0,0 +1,26 @@ +14 0.898315 0.7 0.201124 0.2 +9 0.298315 0.898624 0.198876 0.195413 +9 0.899438 0.899541 0.201124 0.199083 +9 0.899438 0.699541 0.198876 0.199083 +7 0.898876 0.5 0.2 0.198165 +7 0.699438 0.100917 0.201124 0.2 +7 0.499438 0.700917 0.201124 0.2 +9 0.499438 0.500917 0.201124 0.201835 +14 0.498315 0.898624 0.201124 0.199083 +9 0.499438 0.3 0.201124 0.201835 +9 0.9 0.3 0.2 0.198165 +7 0.298315 0.300459 0.198876 0.199083 +9 0.7 0.500917 0.197753 0.198165 +9 0.899438 0.100917 0.201124 0.198165 +9 0.499438 0.100459 0.201124 0.199083 +9 0.699438 0.899541 0.203371 0.199083 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.298315 0.700917 0.198876 0.2 +9 0.0994382 0.7 0.198876 0.198165 +7 0.699438 0.301376 0.198876 0.199083 +9 0.1 0.9 0.2 0.198165 +9 0.0994382 0.300459 0.198876 0.200917 +9 0.298876 0.100459 0.202247 0.199083 +7 0.299438 0.500459 0.201124 0.199083 +7 0.699438 0.700459 0.198876 0.199083 +9 0.0988764 0.500917 0.197753 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV2/ROOOXOZOYODOV.png b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV2/ROOOXOZOYODOV.png new file mode 100644 index 0000000..779494d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV2/ROOOXOZOYODOV.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV2/labels/ROOOXOZOYODOV.txt b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV2/labels/ROOOXOZOYODOV.txt new file mode 100644 index 0000000..3563c56 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ROOOXOZOYODOV2/labels/ROOOXOZOYODOV.txt @@ -0,0 +1,26 @@ +14 0.898315 0.7 0.201124 0.2 +9 0.298315 0.898624 0.198876 0.195413 +9 0.899438 0.899541 0.201124 0.199083 +9 0.899438 0.699541 0.198876 0.199083 +7 0.898876 0.5 0.2 0.198165 +7 0.699438 0.100917 0.201124 0.2 +7 0.499438 0.700917 0.201124 0.2 +9 0.499438 0.500917 0.201124 0.201835 +14 0.498315 0.898624 0.201124 0.199083 +9 0.499438 0.3 0.201124 0.201835 +9 0.9 0.3 0.2 0.198165 +7 0.298315 0.300459 0.198876 0.199083 +9 0.7 0.500917 0.197753 0.198165 +9 0.899438 0.100917 0.201124 0.198165 +9 0.499438 0.100459 0.201124 0.199083 +9 0.699438 0.899541 0.203371 0.199083 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.298315 0.700917 0.198876 0.2 +9 0.0994382 0.7 0.198876 0.198165 +7 0.699438 0.301376 0.198876 0.199083 +9 0.1 0.9 0.2 0.198165 +9 0.0994382 0.300459 0.198876 0.200917 +9 0.298876 0.100459 0.202247 0.199083 +7 0.299438 0.500459 0.201124 0.199083 +7 0.699438 0.700459 0.198876 0.199083 +9 0.0988764 0.500917 0.197753 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW/RWMWGWCWUWGWW.png b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW/RWMWGWCWUWGWW.png new file mode 100644 index 0000000..1091da6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW/RWMWGWCWUWGWW.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW/labels/RWMWGWCWUWGWW.txt b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW/labels/RWMWGWCWUWGWW.txt new file mode 100644 index 0000000..b67a3a2 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW/labels/RWMWGWCWUWGWW.txt @@ -0,0 +1,28 @@ +13 0.0994382 0.700459 0.198876 0.199083 +9 0.0994382 0.700459 0.198876 0.199083 +7 0.1 0.700917 0.2 0.2 +0 0.1 0.7 0.2 0.2 +9 0.898876 0.499541 0.2 0.199083 +7 0.699438 0.7 0.198876 0.2 +7 0.899438 0.900459 0.201124 0.197248 +7 0.899438 0.100459 0.201124 0.199083 +9 0.499438 0.699541 0.201124 0.200917 +0 0.0994382 0.299541 0.198876 0.197248 +7 0.298315 0.1 0.201124 0.198165 +7 0.499438 0.500459 0.201124 0.200917 +9 0.5 0.3 0.2 0.2 +7 0.499438 0.900459 0.201124 0.199083 +9 0.701124 0.300459 0.2 0.200917 +7 0.1 0.900459 0.2 0.199083 +9 0.898876 0.300459 0.2 0.199083 +7 0.298876 0.3 0.2 0.2 +9 0.699438 0.899541 0.201124 0.199083 +7 0.5 0.100459 0.202247 0.199083 +9 0.299438 0.899541 0.198876 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +7 0.298315 0.500917 0.198876 0.2 +7 0.7 0.100917 0.2 0.2 +9 0.0994382 0.100917 0.198876 0.19633 +9 0.298315 0.700459 0.198876 0.199083 +9 0.699438 0.500459 0.201124 0.199083 +7 0.0994382 0.500459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW2/RWMWGWCWUWGWW.png b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW2/RWMWGWCWUWGWW.png new file mode 100644 index 0000000..1091da6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW2/RWMWGWCWUWGWW.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW2/labels/RWMWGWCWUWGWW.txt b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW2/labels/RWMWGWCWUWGWW.txt new file mode 100644 index 0000000..b67a3a2 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/RWMWGWCWUWGWW2/labels/RWMWGWCWUWGWW.txt @@ -0,0 +1,28 @@ +13 0.0994382 0.700459 0.198876 0.199083 +9 0.0994382 0.700459 0.198876 0.199083 +7 0.1 0.700917 0.2 0.2 +0 0.1 0.7 0.2 0.2 +9 0.898876 0.499541 0.2 0.199083 +7 0.699438 0.7 0.198876 0.2 +7 0.899438 0.900459 0.201124 0.197248 +7 0.899438 0.100459 0.201124 0.199083 +9 0.499438 0.699541 0.201124 0.200917 +0 0.0994382 0.299541 0.198876 0.197248 +7 0.298315 0.1 0.201124 0.198165 +7 0.499438 0.500459 0.201124 0.200917 +9 0.5 0.3 0.2 0.2 +7 0.499438 0.900459 0.201124 0.199083 +9 0.701124 0.300459 0.2 0.200917 +7 0.1 0.900459 0.2 0.199083 +9 0.898876 0.300459 0.2 0.199083 +7 0.298876 0.3 0.2 0.2 +9 0.699438 0.899541 0.201124 0.199083 +7 0.5 0.100459 0.202247 0.199083 +9 0.299438 0.899541 0.198876 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +7 0.298315 0.500917 0.198876 0.2 +7 0.7 0.100917 0.2 0.2 +9 0.0994382 0.100917 0.198876 0.19633 +9 0.298315 0.700459 0.198876 0.199083 +9 0.699438 0.500459 0.201124 0.199083 +7 0.0994382 0.500459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TEST/TEST.png b/YOLO/Dockerfiles/app/app/runs/detect/TEST/TEST.png new file mode 100644 index 0000000..3f39fa8 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/TEST/TEST.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TEST/labels/TEST.txt b/YOLO/Dockerfiles/app/app/runs/detect/TEST/labels/TEST.txt new file mode 100644 index 0000000..647aa9c --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/TEST/labels/TEST.txt @@ -0,0 +1,58 @@ +2 0.697753 0.301835 0.2 0.194495 +8 0.899438 0.101376 0.201124 0.199083 +15 0.698315 0.100459 0.201124 0.200917 +9 0.498315 0.301376 0.201124 0.200917 +18 0.0994382 0.300917 0.198876 0.2 +19 0.498876 0.899541 0.2 0.200917 +0 0.0994382 0.9 0.198876 0.198165 +19 0.9 0.501376 0.2 0.200917 +11 0.898876 0.300917 0.2 0.2 +11 0.499438 0.9 0.201124 0.198165 +0 0.499438 0.300459 0.201124 0.200917 +0 0.298876 0.3 0.2 0.2 +19 0.298315 0.100459 0.201124 0.199083 +6 0.498315 0.100917 0.201124 0.2 +9 0.499438 0.100917 0.201124 0.198165 +19 0.898876 0.699541 0.2 0.199083 +3 0.898876 0.700459 0.202247 0.199083 +0 0.498315 0.700459 0.201124 0.202752 +11 0.497753 0.700459 0.2 0.202752 +8 0.699438 0.101835 0.198876 0.198165 +2 0.498315 0.899541 0.201124 0.199083 +19 0.298876 0.899083 0.2 0.198165 +7 0.498876 0.700917 0.202247 0.2 +0 0.1 0.1 0.2 0.198165 +2 0.899438 0.5 0.198876 0.2 +14 0.698876 0.300459 0.2 0.199083 +19 0.899438 0.301376 0.201124 0.200917 +8 0.0994382 0.300459 0.198876 0.199083 +11 0.499438 0.500459 0.201124 0.199083 +18 0.699438 0.100917 0.198876 0.2 +11 0.298315 0.100459 0.198876 0.199083 +11 0.699438 0.101376 0.198876 0.199083 +3 0.499438 0.300459 0.201124 0.200917 +19 0.1 0.1 0.2 0.2 +19 0.498876 0.300459 0.202247 0.200917 +11 0.298876 0.900459 0.202247 0.199083 +14 0.298315 0.100917 0.198876 0.198165 +5 0.899438 0.101835 0.201124 0.2 +19 0.698876 0.300917 0.2 0.198165 +9 0.698876 0.500459 0.2 0.197248 +0 0.298876 0.100917 0.197753 0.198165 +9 0.1 0.500459 0.2 0.200917 +19 0.298315 0.3 0.198876 0.2 +16 0.1 0.900459 0.2 0.197248 +11 0.298876 0.500917 0.2 0.2 +11 0.298876 0.300917 0.2 0.198165 +3 0.299438 0.700917 0.201124 0.2 +19 0.298876 0.700459 0.2 0.199083 +9 0.698876 0.301376 0.2 0.199083 +19 0.7 0.701376 0.197753 0.199083 +19 0.1 0.501376 0.2 0.200917 +6 0.9 0.900459 0.197753 0.199083 +16 0.699438 0.900459 0.201124 0.199083 +11 0.0994382 0.101376 0.198876 0.197248 +9 0.1 0.7 0.2 0.198165 +9 0.299438 0.700917 0.201124 0.2 +19 0.1 0.300459 0.2 0.200917 +11 0.899438 0.501376 0.201124 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT/THPHLHDHBHZHT.png b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT/THPHLHDHBHZHT.png new file mode 100644 index 0000000..8e84557 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT/THPHLHDHBHZHT.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT/labels/THPHLHDHBHZHT.txt b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT/labels/THPHLHDHBHZHT.txt new file mode 100644 index 0000000..5cd265c --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT/labels/THPHLHDHBHZHT.txt @@ -0,0 +1,27 @@ +14 0.899438 0.5 0.201124 0.2 +9 0.899438 0.101376 0.201124 0.197248 +0 0.698876 0.300459 0.2 0.199083 +7 0.899438 0.300459 0.201124 0.199083 +9 0.898876 0.5 0.2 0.2 +7 0.499438 0.899083 0.201124 0.2 +7 0.899438 0.900459 0.201124 0.199083 +9 0.499438 0.7 0.201124 0.2 +7 0.698876 0.100459 0.2 0.199083 +7 0.499438 0.500917 0.201124 0.2 +9 0.1 0.899541 0.2 0.197248 +9 0.5 0.100459 0.202247 0.199083 +7 0.699438 0.899541 0.201124 0.199083 +9 0.699438 0.5 0.198876 0.2 +7 0.0988764 0.700459 0.197753 0.199083 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.699438 0.300917 0.198876 0.198165 +7 0.0994382 0.300459 0.198876 0.199083 +9 0.299438 0.500459 0.201124 0.200917 +9 0.298876 0.9 0.2 0.2 +7 0.9 0.700459 0.2 0.199083 +7 0.298315 0.300459 0.198876 0.199083 +0 0.1 0.101835 0.2 0.198165 +7 0.499438 0.3 0.201124 0.2 +7 0.298876 0.700917 0.2 0.2 +14 0.7 0.700459 0.2 0.199083 +9 0.298876 0.1 0.202247 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT2/THPHLHDHBHZHT.png b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT2/THPHLHDHBHZHT.png new file mode 100644 index 0000000..8e84557 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT2/THPHLHDHBHZHT.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT2/labels/THPHLHDHBHZHT.txt b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT2/labels/THPHLHDHBHZHT.txt new file mode 100644 index 0000000..5cd265c --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/THPHLHDHBHZHT2/labels/THPHLHDHBHZHT.txt @@ -0,0 +1,27 @@ +14 0.899438 0.5 0.201124 0.2 +9 0.899438 0.101376 0.201124 0.197248 +0 0.698876 0.300459 0.2 0.199083 +7 0.899438 0.300459 0.201124 0.199083 +9 0.898876 0.5 0.2 0.2 +7 0.499438 0.899083 0.201124 0.2 +7 0.899438 0.900459 0.201124 0.199083 +9 0.499438 0.7 0.201124 0.2 +7 0.698876 0.100459 0.2 0.199083 +7 0.499438 0.500917 0.201124 0.2 +9 0.1 0.899541 0.2 0.197248 +9 0.5 0.100459 0.202247 0.199083 +7 0.699438 0.899541 0.201124 0.199083 +9 0.699438 0.5 0.198876 0.2 +7 0.0988764 0.700459 0.197753 0.199083 +9 0.0994382 0.500459 0.198876 0.199083 +9 0.699438 0.300917 0.198876 0.198165 +7 0.0994382 0.300459 0.198876 0.199083 +9 0.299438 0.500459 0.201124 0.200917 +9 0.298876 0.9 0.2 0.2 +7 0.9 0.700459 0.2 0.199083 +7 0.298315 0.300459 0.198876 0.199083 +0 0.1 0.101835 0.2 0.198165 +7 0.499438 0.3 0.201124 0.2 +7 0.298876 0.700917 0.2 0.2 +14 0.7 0.700459 0.2 0.199083 +9 0.298876 0.1 0.202247 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG/TKMKTKOKFKIKG.png b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG/TKMKTKOKFKIKG.png new file mode 100644 index 0000000..72a7d9d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG/TKMKTKOKFKIKG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG/labels/TKMKTKOKFKIKG.txt b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG/labels/TKMKTKOKFKIKG.txt new file mode 100644 index 0000000..b1fac9d --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG/labels/TKMKTKOKFKIKG.txt @@ -0,0 +1,29 @@ +9 0.7 0.499541 0.197753 0.199083 +0 0.699438 0.700459 0.198876 0.200917 +7 0.899438 0.100459 0.201124 0.199083 +14 0.0994382 0.499541 0.198876 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +7 0.898876 0.3 0.2 0.198165 +14 0.5 0.499541 0.2 0.199083 +7 0.699438 0.5 0.198876 0.2 +9 0.498876 0.500459 0.2 0.199083 +9 0.0994382 0.699083 0.198876 0.198165 +7 0.1 0.898624 0.2 0.200917 +7 0.699438 0.301376 0.198876 0.200917 +9 0.899438 0.499541 0.198876 0.199083 +9 0.298315 0.899541 0.201124 0.200917 +9 0.0994382 0.299541 0.198876 0.199083 +9 0.898876 0.899541 0.2 0.197248 +9 0.298876 0.3 0.2 0.2 +9 0.1 0.100459 0.2 0.199083 +9 0.298876 0.7 0.2 0.2 +9 0.699438 0.899541 0.201124 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +9 0.7 0.100917 0.2 0.198165 +9 0.0994382 0.5 0.198876 0.2 +7 0.499438 0.3 0.201124 0.2 +9 0.499438 0.100459 0.201124 0.199083 +7 0.499438 0.7 0.201124 0.2 +0 0.298876 0.500459 0.2 0.199083 +9 0.698876 0.700459 0.2 0.199083 +9 0.298876 0.100459 0.202247 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG2/TKMKTKOKFKIKG.png b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG2/TKMKTKOKFKIKG.png new file mode 100644 index 0000000..72a7d9d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG2/TKMKTKOKFKIKG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG2/labels/TKMKTKOKFKIKG.txt b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG2/labels/TKMKTKOKFKIKG.txt new file mode 100644 index 0000000..b1fac9d --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/TKMKTKOKFKIKG2/labels/TKMKTKOKFKIKG.txt @@ -0,0 +1,29 @@ +9 0.7 0.499541 0.197753 0.199083 +0 0.699438 0.700459 0.198876 0.200917 +7 0.899438 0.100459 0.201124 0.199083 +14 0.0994382 0.499541 0.198876 0.199083 +9 0.899438 0.700459 0.198876 0.199083 +7 0.898876 0.3 0.2 0.198165 +14 0.5 0.499541 0.2 0.199083 +7 0.699438 0.5 0.198876 0.2 +9 0.498876 0.500459 0.2 0.199083 +9 0.0994382 0.699083 0.198876 0.198165 +7 0.1 0.898624 0.2 0.200917 +7 0.699438 0.301376 0.198876 0.200917 +9 0.899438 0.499541 0.198876 0.199083 +9 0.298315 0.899541 0.201124 0.200917 +9 0.0994382 0.299541 0.198876 0.199083 +9 0.898876 0.899541 0.2 0.197248 +9 0.298876 0.3 0.2 0.2 +9 0.1 0.100459 0.2 0.199083 +9 0.298876 0.7 0.2 0.2 +9 0.699438 0.899541 0.201124 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +9 0.7 0.100917 0.2 0.198165 +9 0.0994382 0.5 0.198876 0.2 +7 0.499438 0.3 0.201124 0.2 +9 0.499438 0.100459 0.201124 0.199083 +7 0.499438 0.7 0.201124 0.2 +0 0.298876 0.500459 0.2 0.199083 +9 0.698876 0.700459 0.2 0.199083 +9 0.298876 0.100459 0.202247 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK/TNENBNUNXNLNK.png b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK/TNENBNUNXNLNK.png new file mode 100644 index 0000000..59542f5 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK/TNENBNUNXNLNK.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK/labels/TNENBNUNXNLNK.txt b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK/labels/TNENBNUNXNLNK.txt new file mode 100644 index 0000000..dab28eb --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK/labels/TNENBNUNXNLNK.txt @@ -0,0 +1,29 @@ +9 0.898876 0.100459 0.2 0.199083 +0 0.7 0.501376 0.2 0.199083 +7 0.899438 0.899541 0.201124 0.199083 +13 0.298876 0.7 0.2 0.198165 +7 0.899438 0.7 0.198876 0.2 +9 0.9 0.499541 0.2 0.199083 +7 0.1 0.101376 0.2 0.199083 +0 0.0994382 0.500459 0.198876 0.199083 +9 0.7 0.501835 0.197753 0.198165 +14 0.499438 0.7 0.201124 0.2 +9 0.498876 0.700459 0.2 0.199083 +7 0.298876 0.700459 0.2 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +7 0.699438 0.7 0.201124 0.2 +9 0.699438 0.100459 0.198876 0.199083 +7 0.699438 0.899541 0.201124 0.199083 +7 0.299438 0.9 0.201124 0.198165 +7 0.499438 0.300459 0.201124 0.200917 +7 0.1 0.700917 0.2 0.198165 +9 0.898876 0.298624 0.2 0.199083 +7 0.297753 0.3 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +0 0.699438 0.300459 0.198876 0.199083 +9 0.0994382 0.500917 0.198876 0.2 +0 0.1 0.899541 0.2 0.199083 +9 0.499438 0.5 0.201124 0.2 +9 0.298315 0.500917 0.198876 0.2 +9 0.298315 0.100917 0.201124 0.198165 +9 0.0988764 0.300459 0.197753 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK2/TNENBNUNXNLNK.png b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK2/TNENBNUNXNLNK.png new file mode 100644 index 0000000..59542f5 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK2/TNENBNUNXNLNK.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK2/labels/TNENBNUNXNLNK.txt b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK2/labels/TNENBNUNXNLNK.txt new file mode 100644 index 0000000..dab28eb --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/TNENBNUNXNLNK2/labels/TNENBNUNXNLNK.txt @@ -0,0 +1,29 @@ +9 0.898876 0.100459 0.2 0.199083 +0 0.7 0.501376 0.2 0.199083 +7 0.899438 0.899541 0.201124 0.199083 +13 0.298876 0.7 0.2 0.198165 +7 0.899438 0.7 0.198876 0.2 +9 0.9 0.499541 0.2 0.199083 +7 0.1 0.101376 0.2 0.199083 +0 0.0994382 0.500459 0.198876 0.199083 +9 0.7 0.501835 0.197753 0.198165 +14 0.499438 0.7 0.201124 0.2 +9 0.498876 0.700459 0.2 0.199083 +7 0.298876 0.700459 0.2 0.199083 +9 0.499438 0.899541 0.201124 0.199083 +7 0.699438 0.7 0.201124 0.2 +9 0.699438 0.100459 0.198876 0.199083 +7 0.699438 0.899541 0.201124 0.199083 +7 0.299438 0.9 0.201124 0.198165 +7 0.499438 0.300459 0.201124 0.200917 +7 0.1 0.700917 0.2 0.198165 +9 0.898876 0.298624 0.2 0.199083 +7 0.297753 0.3 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +0 0.699438 0.300459 0.198876 0.199083 +9 0.0994382 0.500917 0.198876 0.2 +0 0.1 0.899541 0.2 0.199083 +9 0.499438 0.5 0.201124 0.2 +9 0.298315 0.500917 0.198876 0.2 +9 0.298315 0.100917 0.201124 0.198165 +9 0.0988764 0.300459 0.197753 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG/UJQJUJGJQJAJG.png b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG/UJQJUJGJQJAJG.png new file mode 100644 index 0000000..d608d53 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG/UJQJUJGJQJAJG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG/labels/UJQJUJGJQJAJG.txt b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG/labels/UJQJUJGJQJAJG.txt new file mode 100644 index 0000000..b32765e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG/labels/UJQJUJGJQJAJG.txt @@ -0,0 +1,68 @@ +5 0.898876 0.500459 0.2 0.197248 +14 0.899438 0.499541 0.201124 0.200917 +9 0.899438 0.300459 0.198876 0.197248 +9 0.498315 0.9 0.201124 0.2 +16 0.497753 0.699541 0.2 0.200917 +11 0.0988764 0.700459 0.197753 0.199083 +19 0.498315 0.3 0.201124 0.20367 +18 0.298315 0.899541 0.198876 0.200917 +13 0.0988764 0.100917 0.197753 0.2 +0 0.7 0.301835 0.2 0.2 +14 0.298876 0.899541 0.202247 0.200917 +19 0.299438 0.899541 0.201124 0.200917 +11 0.500562 0.101376 0.203371 0.199083 +13 0.299438 0.0995413 0.201124 0.199083 +0 0.899438 0.101376 0.198876 0.199083 +15 0.499438 0.700917 0.201124 0.201835 +19 0.497753 0.100459 0.202247 0.200917 +14 0.298315 0.500459 0.198876 0.199083 +19 0.698876 0.500459 0.2 0.200917 +12 0.5 0.101376 0.204494 0.199083 +6 0.897753 0.701376 0.202247 0.200917 +19 0.498876 0.900459 0.2 0.197248 +0 0.698876 0.9 0.202247 0.2 +11 0.499438 0.300917 0.201124 0.201835 +19 0.298315 0.299541 0.198876 0.199083 +0 0.698876 0.1 0.2 0.198165 +9 0.499438 0.301376 0.201124 0.199083 +9 0.1 0.100459 0.2 0.199083 +16 0.698876 0.100459 0.2 0.197248 +3 0.298876 0.5 0.197753 0.198165 +18 0.0994382 0.7 0.198876 0.2 +11 0.498876 0.700917 0.2 0.198165 +5 0.499438 0.899541 0.201124 0.200917 +3 0.5 0.101376 0.202247 0.199083 +17 0.499438 0.701376 0.201124 0.200917 +11 0.899438 0.300459 0.201124 0.200917 +3 0.1 0.101835 0.2 0.198165 +13 0.499438 0.5 0.198876 0.2 +18 0.899438 0.501835 0.201124 0.2 +19 0.498876 0.500459 0.2 0.200917 +16 0.898876 0.101835 0.202247 0.198165 +11 0.298315 0.5 0.198876 0.2 +19 0.0994382 0.3 0.198876 0.201835 +13 0.499438 0.3 0.201124 0.2 +19 0.7 0.9 0.202247 0.198165 +5 0.698315 0.500459 0.198876 0.200917 +11 0.299438 0.900459 0.198876 0.199083 +5 0.1 0.700917 0.2 0.198165 +11 0.0988764 0.3 0.197753 0.198165 +19 0.1 0.900459 0.2 0.199083 +11 0.7 0.100917 0.202247 0.198165 +14 0.9 0.300459 0.2 0.199083 +0 0.298876 0.1 0.202247 0.198165 +9 0.298315 0.7 0.198876 0.198165 +11 0.899438 0.900459 0.201124 0.199083 +0 0.298315 0.3 0.198876 0.2 +11 0.7 0.302294 0.2 0.199083 +11 0.699438 0.500459 0.198876 0.199083 +9 0.899438 0.7 0.201124 0.201835 +11 0.298315 0.300459 0.201124 0.199083 +19 0.1 0.501376 0.2 0.199083 +9 0.299438 0.1 0.201124 0.198165 +11 0.0994382 0.101376 0.198876 0.199083 +19 0.299438 0.100917 0.201124 0.198165 +11 0.7 0.9 0.2 0.198165 +9 0.1 0.9 0.2 0.2 +9 0.698876 0.7 0.197753 0.198165 +9 0.1 0.501376 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG2/UJQJUJGJQJAJG.png b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG2/UJQJUJGJQJAJG.png new file mode 100644 index 0000000..d608d53 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG2/UJQJUJGJQJAJG.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG2/labels/UJQJUJGJQJAJG.txt b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG2/labels/UJQJUJGJQJAJG.txt new file mode 100644 index 0000000..b32765e --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/UJQJUJGJQJAJG2/labels/UJQJUJGJQJAJG.txt @@ -0,0 +1,68 @@ +5 0.898876 0.500459 0.2 0.197248 +14 0.899438 0.499541 0.201124 0.200917 +9 0.899438 0.300459 0.198876 0.197248 +9 0.498315 0.9 0.201124 0.2 +16 0.497753 0.699541 0.2 0.200917 +11 0.0988764 0.700459 0.197753 0.199083 +19 0.498315 0.3 0.201124 0.20367 +18 0.298315 0.899541 0.198876 0.200917 +13 0.0988764 0.100917 0.197753 0.2 +0 0.7 0.301835 0.2 0.2 +14 0.298876 0.899541 0.202247 0.200917 +19 0.299438 0.899541 0.201124 0.200917 +11 0.500562 0.101376 0.203371 0.199083 +13 0.299438 0.0995413 0.201124 0.199083 +0 0.899438 0.101376 0.198876 0.199083 +15 0.499438 0.700917 0.201124 0.201835 +19 0.497753 0.100459 0.202247 0.200917 +14 0.298315 0.500459 0.198876 0.199083 +19 0.698876 0.500459 0.2 0.200917 +12 0.5 0.101376 0.204494 0.199083 +6 0.897753 0.701376 0.202247 0.200917 +19 0.498876 0.900459 0.2 0.197248 +0 0.698876 0.9 0.202247 0.2 +11 0.499438 0.300917 0.201124 0.201835 +19 0.298315 0.299541 0.198876 0.199083 +0 0.698876 0.1 0.2 0.198165 +9 0.499438 0.301376 0.201124 0.199083 +9 0.1 0.100459 0.2 0.199083 +16 0.698876 0.100459 0.2 0.197248 +3 0.298876 0.5 0.197753 0.198165 +18 0.0994382 0.7 0.198876 0.2 +11 0.498876 0.700917 0.2 0.198165 +5 0.499438 0.899541 0.201124 0.200917 +3 0.5 0.101376 0.202247 0.199083 +17 0.499438 0.701376 0.201124 0.200917 +11 0.899438 0.300459 0.201124 0.200917 +3 0.1 0.101835 0.2 0.198165 +13 0.499438 0.5 0.198876 0.2 +18 0.899438 0.501835 0.201124 0.2 +19 0.498876 0.500459 0.2 0.200917 +16 0.898876 0.101835 0.202247 0.198165 +11 0.298315 0.5 0.198876 0.2 +19 0.0994382 0.3 0.198876 0.201835 +13 0.499438 0.3 0.201124 0.2 +19 0.7 0.9 0.202247 0.198165 +5 0.698315 0.500459 0.198876 0.200917 +11 0.299438 0.900459 0.198876 0.199083 +5 0.1 0.700917 0.2 0.198165 +11 0.0988764 0.3 0.197753 0.198165 +19 0.1 0.900459 0.2 0.199083 +11 0.7 0.100917 0.202247 0.198165 +14 0.9 0.300459 0.2 0.199083 +0 0.298876 0.1 0.202247 0.198165 +9 0.298315 0.7 0.198876 0.198165 +11 0.899438 0.900459 0.201124 0.199083 +0 0.298315 0.3 0.198876 0.2 +11 0.7 0.302294 0.2 0.199083 +11 0.699438 0.500459 0.198876 0.199083 +9 0.899438 0.7 0.201124 0.201835 +11 0.298315 0.300459 0.201124 0.199083 +19 0.1 0.501376 0.2 0.199083 +9 0.299438 0.1 0.201124 0.198165 +11 0.0994382 0.101376 0.198876 0.199083 +19 0.299438 0.100917 0.201124 0.198165 +11 0.7 0.9 0.2 0.198165 +9 0.1 0.9 0.2 0.2 +9 0.698876 0.7 0.197753 0.198165 +9 0.1 0.501376 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ/VDBDGDJDEDCDJ.png b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ/VDBDGDJDEDCDJ.png new file mode 100644 index 0000000..34e3695 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ/VDBDGDJDEDCDJ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ/labels/VDBDGDJDEDCDJ.txt b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ/labels/VDBDGDJDEDCDJ.txt new file mode 100644 index 0000000..1e29fa9 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ/labels/VDBDGDJDEDCDJ.txt @@ -0,0 +1,27 @@ +0 0.499438 0.500917 0.201124 0.198165 +9 0.498876 0.5 0.202247 0.198165 +7 0.899438 0.100917 0.201124 0.198165 +9 0.9 0.3 0.2 0.198165 +9 0.9 0.499083 0.2 0.2 +7 0.5 0.500459 0.202247 0.200917 +9 0.7 0.9 0.202247 0.198165 +9 0.0994382 0.1 0.198876 0.198165 +7 0.0988764 0.300459 0.197753 0.197248 +0 0.499438 0.700459 0.201124 0.200917 +9 0.0994382 0.700459 0.198876 0.200917 +7 0.498876 0.899541 0.202247 0.199083 +7 0.7 0.700917 0.2 0.2 +9 0.499438 0.3 0.201124 0.201835 +7 0.299438 0.500917 0.198876 0.2 +9 0.899438 0.700459 0.198876 0.199083 +9 0.298315 0.7 0.198876 0.2 +9 0.699438 0.500917 0.198876 0.2 +9 0.1 0.5 0.2 0.2 +7 0.298315 0.300459 0.198876 0.199083 +9 0.699438 0.3 0.201124 0.2 +7 0.498876 0.1 0.202247 0.198165 +7 0.298315 0.100459 0.201124 0.199083 +9 0.299438 0.899541 0.201124 0.199083 +0 0.1 0.899541 0.2 0.199083 +14 0.699438 0.100917 0.201124 0.198165 +7 0.899438 0.900459 0.198876 0.197248 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ2/VDBDGDJDEDCDJ.png b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ2/VDBDGDJDEDCDJ.png new file mode 100644 index 0000000..34e3695 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ2/VDBDGDJDEDCDJ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ2/labels/VDBDGDJDEDCDJ.txt b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ2/labels/VDBDGDJDEDCDJ.txt new file mode 100644 index 0000000..1e29fa9 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/VDBDGDJDEDCDJ2/labels/VDBDGDJDEDCDJ.txt @@ -0,0 +1,27 @@ +0 0.499438 0.500917 0.201124 0.198165 +9 0.498876 0.5 0.202247 0.198165 +7 0.899438 0.100917 0.201124 0.198165 +9 0.9 0.3 0.2 0.198165 +9 0.9 0.499083 0.2 0.2 +7 0.5 0.500459 0.202247 0.200917 +9 0.7 0.9 0.202247 0.198165 +9 0.0994382 0.1 0.198876 0.198165 +7 0.0988764 0.300459 0.197753 0.197248 +0 0.499438 0.700459 0.201124 0.200917 +9 0.0994382 0.700459 0.198876 0.200917 +7 0.498876 0.899541 0.202247 0.199083 +7 0.7 0.700917 0.2 0.2 +9 0.499438 0.3 0.201124 0.201835 +7 0.299438 0.500917 0.198876 0.2 +9 0.899438 0.700459 0.198876 0.199083 +9 0.298315 0.7 0.198876 0.2 +9 0.699438 0.500917 0.198876 0.2 +9 0.1 0.5 0.2 0.2 +7 0.298315 0.300459 0.198876 0.199083 +9 0.699438 0.3 0.201124 0.2 +7 0.498876 0.1 0.202247 0.198165 +7 0.298315 0.100459 0.201124 0.199083 +9 0.299438 0.899541 0.201124 0.199083 +0 0.1 0.899541 0.2 0.199083 +14 0.699438 0.100917 0.201124 0.198165 +7 0.899438 0.900459 0.198876 0.197248 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VDSDEDPDADYDP/VDSDEDPDADYDP.png b/YOLO/Dockerfiles/app/app/runs/detect/VDSDEDPDADYDP/VDSDEDPDADYDP.png new file mode 100644 index 0000000..1bce482 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/VDSDEDPDADYDP/VDSDEDPDADYDP.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VDSDEDPDADYDP/labels/VDSDEDPDADYDP.txt b/YOLO/Dockerfiles/app/app/runs/detect/VDSDEDPDADYDP/labels/VDSDEDPDADYDP.txt new file mode 100644 index 0000000..03ae3cb --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/VDSDEDPDADYDP/labels/VDSDEDPDADYDP.txt @@ -0,0 +1,71 @@ +19 0.700562 0.5 0.198876 0.2 +19 0.9 0.700459 0.2 0.200917 +14 0.1 0.5 0.197753 0.198165 +6 0.498315 0.298624 0.201124 0.202752 +19 0.899438 0.500917 0.201124 0.2 +0 0.1 0.700459 0.2 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.7 0.102752 0.2 0.198165 +13 0.699438 0.899541 0.201124 0.199083 +19 0.299438 0.700459 0.198876 0.199083 +19 0.498315 0.700917 0.198876 0.198165 +11 0.5 0.100917 0.204494 0.2 +0 0.500562 0.500917 0.201124 0.201835 +19 0.500562 0.100917 0.210112 0.2 +11 0.698876 0.900459 0.197753 0.197248 +11 0.698876 0.7 0.2 0.2 +11 0.9 0.3 0.2 0.2 +0 0.499438 0.700459 0.198876 0.199083 +9 0.498876 0.299541 0.2 0.200917 +18 0.699438 0.900917 0.201124 0.198165 +17 0.1 0.1 0.2 0.2 +12 0.300562 0.3 0.201124 0.2 +0 0.100562 0.1 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +8 0.499438 0.898624 0.203371 0.197248 +9 0.899438 0.900459 0.201124 0.199083 +19 0.9 0.101376 0.2 0.199083 +0 0.500562 0.100459 0.210112 0.199083 +13 0.898876 0.3 0.2 0.2 +6 0.499438 0.501835 0.203371 0.2 +19 0.1 0.900459 0.2 0.199083 +3 0.298876 0.300459 0.202247 0.200917 +2 0.0994382 0.900917 0.198876 0.19633 +0 0.7 0.5 0.197753 0.2 +18 0.299438 0.100459 0.201124 0.197248 +5 0.498315 0.897248 0.198876 0.192661 +11 0.1 0.101376 0.2 0.199083 +2 0.699438 0.900917 0.198876 0.198165 +0 0.899438 0.700459 0.198876 0.200917 +0 0.100562 0.3 0.201124 0.2 +11 0.899438 0.900459 0.201124 0.199083 +13 0.100562 0.3 0.201124 0.2 +11 0.498876 0.897706 0.2 0.193578 +19 0.699438 0.7 0.198876 0.2 +0 0.298876 0.700917 0.197753 0.198165 +11 0.699438 0.101376 0.201124 0.199083 +19 0.3 0.3 0.2 0.201835 +11 0.699438 0.500459 0.198876 0.199083 +19 0.299438 0.899541 0.198876 0.199083 +11 0.498876 0.7 0.2 0.2 +14 0.299438 0.900459 0.198876 0.199083 +3 0.899438 0.501835 0.201124 0.2 +19 0.1 0.500917 0.2 0.198165 +11 0.299438 0.101835 0.201124 0.19633 +19 0.100562 0.300459 0.201124 0.200917 +18 0.9 0.7 0.2 0.2 +5 0.9 0.100459 0.2 0.200917 +18 0.299438 0.900459 0.198876 0.199083 +11 0.3 0.299541 0.2 0.200917 +16 0.0994382 0.7 0.198876 0.2 +19 0.699438 0.301376 0.198876 0.199083 +9 0.0988764 0.501376 0.197753 0.200917 +11 0.299438 0.900459 0.198876 0.199083 +11 0.1 0.900459 0.2 0.199083 +19 0.9 0.300459 0.2 0.200917 +9 0.899438 0.502294 0.201124 0.199083 +9 0.297753 0.500459 0.2 0.199083 +11 0.9 0.7 0.2 0.2 +11 0.298315 0.700917 0.198876 0.2 +18 0.9 0.301835 0.2 0.2 +11 0.298315 0.500459 0.198876 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ/VNYNONHNSNMNZ.png b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ/VNYNONHNSNMNZ.png new file mode 100644 index 0000000..d4716a1 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ/VNYNONHNSNMNZ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ/labels/VNYNONHNSNMNZ.txt b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ/labels/VNYNONHNSNMNZ.txt new file mode 100644 index 0000000..37636a0 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ/labels/VNYNONHNSNMNZ.txt @@ -0,0 +1,30 @@ +2 0.9 0.100459 0.2 0.197248 +9 0.298315 0.3 0.201124 0.2 +13 0.499438 0.300917 0.201124 0.2 +0 0.898876 0.700917 0.2 0.2 +9 0.898876 0.0995413 0.202247 0.199083 +7 0.1 0.499083 0.2 0.201835 +13 0.298876 0.3 0.2 0.198165 +9 0.899438 0.3 0.198876 0.198165 +7 0.899438 0.500459 0.201124 0.199083 +7 0.5 0.301835 0.202247 0.201835 +9 0.899438 0.899541 0.198876 0.197248 +9 0.499438 0.899541 0.201124 0.199083 +9 0.898876 0.7 0.2 0.198165 +7 0.3 0.300917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.0994382 0.299083 0.198876 0.19633 +7 0.499438 0.5 0.201124 0.2 +9 0.499438 0.700459 0.201124 0.200917 +9 0.1 0.100917 0.2 0.2 +9 0.699438 0.700459 0.198876 0.200917 +7 0.298876 0.899541 0.2 0.197248 +9 0.0994382 0.699541 0.198876 0.199083 +7 0.298876 0.700459 0.197753 0.199083 +9 0.698876 0.9 0.202247 0.198165 +14 0.298876 0.100917 0.202247 0.198165 +9 0.699438 0.100917 0.201124 0.2 +7 0.1 0.9 0.2 0.198165 +9 0.298315 0.5 0.198876 0.2 +9 0.699438 0.300917 0.201124 0.2 +9 0.698876 0.5 0.2 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ2/VNYNONHNSNMNZ.png b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ2/VNYNONHNSNMNZ.png new file mode 100644 index 0000000..d4716a1 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ2/VNYNONHNSNMNZ.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ2/labels/VNYNONHNSNMNZ.txt b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ2/labels/VNYNONHNSNMNZ.txt new file mode 100644 index 0000000..37636a0 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/VNYNONHNSNMNZ2/labels/VNYNONHNSNMNZ.txt @@ -0,0 +1,30 @@ +2 0.9 0.100459 0.2 0.197248 +9 0.298315 0.3 0.201124 0.2 +13 0.499438 0.300917 0.201124 0.2 +0 0.898876 0.700917 0.2 0.2 +9 0.898876 0.0995413 0.202247 0.199083 +7 0.1 0.499083 0.2 0.201835 +13 0.298876 0.3 0.2 0.198165 +9 0.899438 0.3 0.198876 0.198165 +7 0.899438 0.500459 0.201124 0.199083 +7 0.5 0.301835 0.202247 0.201835 +9 0.899438 0.899541 0.198876 0.197248 +9 0.499438 0.899541 0.201124 0.199083 +9 0.898876 0.7 0.2 0.198165 +7 0.3 0.300917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.0994382 0.299083 0.198876 0.19633 +7 0.499438 0.5 0.201124 0.2 +9 0.499438 0.700459 0.201124 0.200917 +9 0.1 0.100917 0.2 0.2 +9 0.699438 0.700459 0.198876 0.200917 +7 0.298876 0.899541 0.2 0.197248 +9 0.0994382 0.699541 0.198876 0.199083 +7 0.298876 0.700459 0.197753 0.199083 +9 0.698876 0.9 0.202247 0.198165 +14 0.298876 0.100917 0.202247 0.198165 +9 0.699438 0.100917 0.201124 0.2 +7 0.1 0.9 0.2 0.198165 +9 0.298315 0.5 0.198876 0.2 +9 0.699438 0.300917 0.201124 0.2 +9 0.698876 0.5 0.2 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK/VXWXIXTXLXAXK.png b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK/VXWXIXTXLXAXK.png new file mode 100644 index 0000000..479f2dc Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK/VXWXIXTXLXAXK.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK/labels/VXWXIXTXLXAXK.txt b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK/labels/VXWXIXTXLXAXK.txt new file mode 100644 index 0000000..4db446a --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK/labels/VXWXIXTXLXAXK.txt @@ -0,0 +1,68 @@ +2 0.498876 0.302752 0.202247 0.198165 +17 0.1 0.501835 0.2 0.198165 +19 0.298876 0.501376 0.204494 0.202752 +9 0.899438 0.701376 0.201124 0.199083 +5 0.0994382 0.899541 0.198876 0.199083 +18 0.297753 0.500917 0.2 0.2 +0 0.0994382 0.700917 0.198876 0.2 +2 0.699438 0.0990826 0.201124 0.198165 +8 0.899438 0.300917 0.201124 0.2 +6 0.9 0.501376 0.197753 0.199083 +15 0.698876 0.500459 0.202247 0.200917 +14 0.298315 0.500459 0.201124 0.200917 +9 0.698876 0.102294 0.202247 0.197248 +11 0.498876 0.700917 0.2 0.2 +11 0.9 0.100917 0.2 0.198165 +19 0.9 0.9 0.2 0.2 +19 0.498876 0.1 0.202247 0.2 +18 0.498876 0.700459 0.2 0.197248 +19 0.498876 0.700917 0.2 0.201835 +9 0.499438 0.500917 0.201124 0.2 +18 0.9 0.900917 0.2 0.198165 +19 0.498876 0.9 0.197753 0.198165 +9 0.0994382 0.701376 0.198876 0.199083 +5 0.898315 0.700459 0.201124 0.200917 +8 0.7 0.899083 0.2 0.194495 +6 0.298876 0.100459 0.2 0.199083 +4 0.9 0.3 0.2 0.2 +13 0.9 0.9 0.2 0.198165 +13 0.9 0.100917 0.2 0.198165 +3 0.3 0.9 0.202247 0.2 +19 0.899438 0.700459 0.198876 0.200917 +15 0.0994382 0.5 0.198876 0.2 +5 0.7 0.898624 0.2 0.197248 +14 0.498876 0.700917 0.197753 0.198165 +19 0.498315 0.301376 0.201124 0.200917 +19 0.298876 0.900459 0.202247 0.199083 +19 0.9 0.300459 0.2 0.200917 +9 0.299438 0.3 0.201124 0.2 +11 0.697191 0.501835 0.201124 0.2 +8 0.498876 0.700917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +19 0.0994382 0.900459 0.198876 0.197248 +14 0.698876 0.100917 0.2 0.19633 +19 0.298876 0.700459 0.2 0.199083 +11 0.298315 0.501376 0.198876 0.199083 +18 0.698315 0.700917 0.201124 0.201835 +0 0.298876 0.7 0.2 0.2 +9 0.9 0.500459 0.2 0.199083 +9 0.498876 0.9 0.2 0.2 +11 0.0994382 0.501835 0.198876 0.2 +11 0.298876 0.3 0.202247 0.2 +11 0.899438 0.299541 0.201124 0.200917 +3 0.499438 0.101835 0.203371 0.198165 +14 0.299438 0.3 0.198876 0.198165 +0 0.0994382 0.101376 0.198876 0.197248 +18 0.698876 0.300459 0.2 0.199083 +19 0.698876 0.101835 0.2 0.198165 +16 0.0994382 0.300459 0.198876 0.200917 +11 0.0994382 0.9 0.198876 0.19633 +11 0.298315 0.700917 0.198876 0.2 +19 0.898876 0.1 0.202247 0.2 +9 0.0994382 0.299541 0.198876 0.199083 +9 0.298315 0.0995413 0.201124 0.199083 +19 0.7 0.701376 0.2 0.197248 +11 0.900562 0.900917 0.198876 0.198165 +19 0.0994382 0.101376 0.198876 0.197248 +6 0.0988764 0.700459 0.197753 0.199083 +18 0.899438 0.102752 0.201124 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK2/VXWXIXTXLXAXK.png b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK2/VXWXIXTXLXAXK.png new file mode 100644 index 0000000..479f2dc Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK2/VXWXIXTXLXAXK.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK2/labels/VXWXIXTXLXAXK.txt b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK2/labels/VXWXIXTXLXAXK.txt new file mode 100644 index 0000000..4db446a --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/VXWXIXTXLXAXK2/labels/VXWXIXTXLXAXK.txt @@ -0,0 +1,68 @@ +2 0.498876 0.302752 0.202247 0.198165 +17 0.1 0.501835 0.2 0.198165 +19 0.298876 0.501376 0.204494 0.202752 +9 0.899438 0.701376 0.201124 0.199083 +5 0.0994382 0.899541 0.198876 0.199083 +18 0.297753 0.500917 0.2 0.2 +0 0.0994382 0.700917 0.198876 0.2 +2 0.699438 0.0990826 0.201124 0.198165 +8 0.899438 0.300917 0.201124 0.2 +6 0.9 0.501376 0.197753 0.199083 +15 0.698876 0.500459 0.202247 0.200917 +14 0.298315 0.500459 0.201124 0.200917 +9 0.698876 0.102294 0.202247 0.197248 +11 0.498876 0.700917 0.2 0.2 +11 0.9 0.100917 0.2 0.198165 +19 0.9 0.9 0.2 0.2 +19 0.498876 0.1 0.202247 0.2 +18 0.498876 0.700459 0.2 0.197248 +19 0.498876 0.700917 0.2 0.201835 +9 0.499438 0.500917 0.201124 0.2 +18 0.9 0.900917 0.2 0.198165 +19 0.498876 0.9 0.197753 0.198165 +9 0.0994382 0.701376 0.198876 0.199083 +5 0.898315 0.700459 0.201124 0.200917 +8 0.7 0.899083 0.2 0.194495 +6 0.298876 0.100459 0.2 0.199083 +4 0.9 0.3 0.2 0.2 +13 0.9 0.9 0.2 0.198165 +13 0.9 0.100917 0.2 0.198165 +3 0.3 0.9 0.202247 0.2 +19 0.899438 0.700459 0.198876 0.200917 +15 0.0994382 0.5 0.198876 0.2 +5 0.7 0.898624 0.2 0.197248 +14 0.498876 0.700917 0.197753 0.198165 +19 0.498315 0.301376 0.201124 0.200917 +19 0.298876 0.900459 0.202247 0.199083 +19 0.9 0.300459 0.2 0.200917 +9 0.299438 0.3 0.201124 0.2 +11 0.697191 0.501835 0.201124 0.2 +8 0.498876 0.700917 0.2 0.2 +9 0.499438 0.100459 0.201124 0.199083 +19 0.0994382 0.900459 0.198876 0.197248 +14 0.698876 0.100917 0.2 0.19633 +19 0.298876 0.700459 0.2 0.199083 +11 0.298315 0.501376 0.198876 0.199083 +18 0.698315 0.700917 0.201124 0.201835 +0 0.298876 0.7 0.2 0.2 +9 0.9 0.500459 0.2 0.199083 +9 0.498876 0.9 0.2 0.2 +11 0.0994382 0.501835 0.198876 0.2 +11 0.298876 0.3 0.202247 0.2 +11 0.899438 0.299541 0.201124 0.200917 +3 0.499438 0.101835 0.203371 0.198165 +14 0.299438 0.3 0.198876 0.198165 +0 0.0994382 0.101376 0.198876 0.197248 +18 0.698876 0.300459 0.2 0.199083 +19 0.698876 0.101835 0.2 0.198165 +16 0.0994382 0.300459 0.198876 0.200917 +11 0.0994382 0.9 0.198876 0.19633 +11 0.298315 0.700917 0.198876 0.2 +19 0.898876 0.1 0.202247 0.2 +9 0.0994382 0.299541 0.198876 0.199083 +9 0.298315 0.0995413 0.201124 0.199083 +19 0.7 0.701376 0.2 0.197248 +11 0.900562 0.900917 0.198876 0.198165 +19 0.0994382 0.101376 0.198876 0.197248 +6 0.0988764 0.700459 0.197753 0.199083 +18 0.899438 0.102752 0.201124 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP/WCWCRCBCJCOCP.png b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP/WCWCRCBCJCOCP.png new file mode 100644 index 0000000..7b2e77b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP/WCWCRCBCJCOCP.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP/labels/WCWCRCBCJCOCP.txt b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP/labels/WCWCRCBCJCOCP.txt new file mode 100644 index 0000000..b1f4056 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP/labels/WCWCRCBCJCOCP.txt @@ -0,0 +1,67 @@ +13 0.7 0.300917 0.197753 0.201835 +0 0.497753 0.100917 0.204494 0.198165 +6 0.9 0.101376 0.2 0.197248 +19 0.9 0.300459 0.2 0.200917 +9 0.498876 0.300917 0.202247 0.201835 +11 0.0988764 0.300459 0.197753 0.199083 +3 0.1 0.500459 0.2 0.200917 +19 0.298876 0.100459 0.2 0.199083 +15 0.0988764 0.100459 0.197753 0.199083 +0 0.1 0.700459 0.2 0.200917 +8 0.899438 0.898624 0.201124 0.197248 +19 0.5 0.1 0.204494 0.2 +0 0.7 0.501835 0.2 0.198165 +11 0.700562 0.900917 0.201124 0.198165 +19 0.298876 0.500459 0.2 0.199083 +0 0.498876 0.701376 0.2 0.199083 +2 0.498876 0.501376 0.2 0.199083 +11 0.299438 0.700917 0.201124 0.201835 +19 0.298876 0.9 0.202247 0.2 +18 0.298315 0.900459 0.198876 0.199083 +11 0.499438 0.100917 0.201124 0.19633 +3 0.1 0.899083 0.2 0.198165 +6 0.298876 0.3 0.2 0.201835 +11 0.899438 0.501835 0.201124 0.2 +3 0.9 0.501376 0.2 0.199083 +9 0.498876 0.700459 0.2 0.199083 +14 0.298315 0.900459 0.201124 0.199083 +18 0.700562 0.300459 0.201124 0.199083 +19 0.698876 0.300459 0.2 0.200917 +4 0.5 0.100917 0.202247 0.2 +19 0.699438 0.7 0.198876 0.198165 +19 0.0994382 0.900917 0.198876 0.198165 +11 0.0988764 0.701835 0.197753 0.198165 +0 0.9 0.300459 0.197753 0.199083 +5 0.0994382 0.100917 0.198876 0.198165 +19 0.498315 0.501376 0.201124 0.200917 +2 0.297753 0.1 0.202247 0.2 +0 0.299438 0.500917 0.198876 0.198165 +19 0.1 0.500459 0.2 0.200917 +19 0.498876 0.3 0.202247 0.201835 +13 0.5 0.899541 0.202247 0.199083 +9 0.9 0.101835 0.2 0.19633 +11 0.898315 0.700917 0.201124 0.2 +11 0.298876 0.901376 0.2 0.197248 +11 0.698315 0.700459 0.198876 0.199083 +6 0.498876 0.7 0.2 0.198165 +19 0.499438 0.900459 0.205618 0.199083 +3 0.498315 0.300459 0.203371 0.200917 +11 0.1 0.5 0.2 0.2 +18 0.9 0.3 0.2 0.2 +13 0.298315 0.7 0.201124 0.2 +11 0.7 0.501835 0.202247 0.198165 +19 0.7 0.900459 0.2 0.199083 +13 0.899438 0.500917 0.201124 0.2 +16 0.0994382 0.700917 0.198876 0.2 +5 0.899438 0.897248 0.201124 0.192661 +11 0.7 0.300917 0.2 0.2 +9 0.298876 0.701835 0.2 0.2 +5 0.7 0.902294 0.197753 0.195413 +16 0.699438 0.100459 0.201124 0.199083 +11 0.0988764 0.101835 0.197753 0.19633 +5 0.0994382 0.300459 0.198876 0.199083 +9 0.699438 0.0995413 0.201124 0.197248 +9 0.298876 0.299541 0.2 0.199083 +11 0.900562 0.3 0.198876 0.2 +11 0.298315 0.500917 0.198876 0.2 +11 0.298876 0.101376 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP2/WCWCRCBCJCOCP.png b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP2/WCWCRCBCJCOCP.png new file mode 100644 index 0000000..7b2e77b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP2/WCWCRCBCJCOCP.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP2/labels/WCWCRCBCJCOCP.txt b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP2/labels/WCWCRCBCJCOCP.txt new file mode 100644 index 0000000..b1f4056 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/WCWCRCBCJCOCP2/labels/WCWCRCBCJCOCP.txt @@ -0,0 +1,67 @@ +13 0.7 0.300917 0.197753 0.201835 +0 0.497753 0.100917 0.204494 0.198165 +6 0.9 0.101376 0.2 0.197248 +19 0.9 0.300459 0.2 0.200917 +9 0.498876 0.300917 0.202247 0.201835 +11 0.0988764 0.300459 0.197753 0.199083 +3 0.1 0.500459 0.2 0.200917 +19 0.298876 0.100459 0.2 0.199083 +15 0.0988764 0.100459 0.197753 0.199083 +0 0.1 0.700459 0.2 0.200917 +8 0.899438 0.898624 0.201124 0.197248 +19 0.5 0.1 0.204494 0.2 +0 0.7 0.501835 0.2 0.198165 +11 0.700562 0.900917 0.201124 0.198165 +19 0.298876 0.500459 0.2 0.199083 +0 0.498876 0.701376 0.2 0.199083 +2 0.498876 0.501376 0.2 0.199083 +11 0.299438 0.700917 0.201124 0.201835 +19 0.298876 0.9 0.202247 0.2 +18 0.298315 0.900459 0.198876 0.199083 +11 0.499438 0.100917 0.201124 0.19633 +3 0.1 0.899083 0.2 0.198165 +6 0.298876 0.3 0.2 0.201835 +11 0.899438 0.501835 0.201124 0.2 +3 0.9 0.501376 0.2 0.199083 +9 0.498876 0.700459 0.2 0.199083 +14 0.298315 0.900459 0.201124 0.199083 +18 0.700562 0.300459 0.201124 0.199083 +19 0.698876 0.300459 0.2 0.200917 +4 0.5 0.100917 0.202247 0.2 +19 0.699438 0.7 0.198876 0.198165 +19 0.0994382 0.900917 0.198876 0.198165 +11 0.0988764 0.701835 0.197753 0.198165 +0 0.9 0.300459 0.197753 0.199083 +5 0.0994382 0.100917 0.198876 0.198165 +19 0.498315 0.501376 0.201124 0.200917 +2 0.297753 0.1 0.202247 0.2 +0 0.299438 0.500917 0.198876 0.198165 +19 0.1 0.500459 0.2 0.200917 +19 0.498876 0.3 0.202247 0.201835 +13 0.5 0.899541 0.202247 0.199083 +9 0.9 0.101835 0.2 0.19633 +11 0.898315 0.700917 0.201124 0.2 +11 0.298876 0.901376 0.2 0.197248 +11 0.698315 0.700459 0.198876 0.199083 +6 0.498876 0.7 0.2 0.198165 +19 0.499438 0.900459 0.205618 0.199083 +3 0.498315 0.300459 0.203371 0.200917 +11 0.1 0.5 0.2 0.2 +18 0.9 0.3 0.2 0.2 +13 0.298315 0.7 0.201124 0.2 +11 0.7 0.501835 0.202247 0.198165 +19 0.7 0.900459 0.2 0.199083 +13 0.899438 0.500917 0.201124 0.2 +16 0.0994382 0.700917 0.198876 0.2 +5 0.899438 0.897248 0.201124 0.192661 +11 0.7 0.300917 0.2 0.2 +9 0.298876 0.701835 0.2 0.2 +5 0.7 0.902294 0.197753 0.195413 +16 0.699438 0.100459 0.201124 0.199083 +11 0.0988764 0.101835 0.197753 0.19633 +5 0.0994382 0.300459 0.198876 0.199083 +9 0.699438 0.0995413 0.201124 0.197248 +9 0.298876 0.299541 0.2 0.199083 +11 0.900562 0.3 0.198876 0.2 +11 0.298315 0.500917 0.198876 0.2 +11 0.298876 0.101376 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE/XLILQLQLILILE.png b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE/XLILQLQLILILE.png new file mode 100644 index 0000000..b33040f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE/XLILQLQLILILE.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE/labels/XLILQLQLILILE.txt b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE/labels/XLILQLQLILILE.txt new file mode 100644 index 0000000..9a8d969 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE/labels/XLILQLQLILILE.txt @@ -0,0 +1,27 @@ +9 0.498315 0.299541 0.201124 0.199083 +0 0.498315 0.500459 0.201124 0.199083 +7 0.898876 0.699541 0.2 0.199083 +9 0.898876 0.1 0.2 0.198165 +7 0.899438 0.300459 0.201124 0.199083 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.898876 0.899541 0.2 0.197248 +7 0.898876 0.5 0.2 0.198165 +7 0.499438 0.699541 0.201124 0.200917 +9 0.499438 0.100917 0.203371 0.198165 +7 0.499438 0.3 0.201124 0.2 +7 0.700562 0.9 0.201124 0.198165 +9 0.499438 0.899083 0.201124 0.2 +9 0.0994382 0.700459 0.198876 0.200917 +9 0.1 0.899541 0.2 0.197248 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.298315 0.300917 0.198876 0.2 +9 0.1 0.100917 0.2 0.198165 +9 0.698876 0.700917 0.2 0.2 +9 0.700562 0.300917 0.198876 0.2 +9 0.499438 0.500459 0.201124 0.200917 +9 0.298315 0.9 0.198876 0.198165 +7 0.7 0.500459 0.2 0.199083 +9 0.298315 0.699541 0.198876 0.199083 +7 0.298315 0.500459 0.198876 0.199083 +7 0.299438 0.100917 0.201124 0.2 +9 0.699438 0.100459 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE2/XLILQLQLILILE.png b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE2/XLILQLQLILILE.png new file mode 100644 index 0000000..b33040f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE2/XLILQLQLILILE.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE2/labels/XLILQLQLILILE.txt b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE2/labels/XLILQLQLILILE.txt new file mode 100644 index 0000000..9a8d969 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XLILQLQLILILE2/labels/XLILQLQLILILE.txt @@ -0,0 +1,27 @@ +9 0.498315 0.299541 0.201124 0.199083 +0 0.498315 0.500459 0.201124 0.199083 +7 0.898876 0.699541 0.2 0.199083 +9 0.898876 0.1 0.2 0.198165 +7 0.899438 0.300459 0.201124 0.199083 +7 0.0994382 0.500459 0.198876 0.199083 +9 0.898876 0.899541 0.2 0.197248 +7 0.898876 0.5 0.2 0.198165 +7 0.499438 0.699541 0.201124 0.200917 +9 0.499438 0.100917 0.203371 0.198165 +7 0.499438 0.3 0.201124 0.2 +7 0.700562 0.9 0.201124 0.198165 +9 0.499438 0.899083 0.201124 0.2 +9 0.0994382 0.700459 0.198876 0.200917 +9 0.1 0.899541 0.2 0.197248 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.298315 0.300917 0.198876 0.2 +9 0.1 0.100917 0.2 0.198165 +9 0.698876 0.700917 0.2 0.2 +9 0.700562 0.300917 0.198876 0.2 +9 0.499438 0.500459 0.201124 0.200917 +9 0.298315 0.9 0.198876 0.198165 +7 0.7 0.500459 0.2 0.199083 +9 0.298315 0.699541 0.198876 0.199083 +7 0.298315 0.500459 0.198876 0.199083 +7 0.299438 0.100917 0.201124 0.2 +9 0.699438 0.100459 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR/XRERORXRNRYRR.png b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR/XRERORXRNRYRR.png new file mode 100644 index 0000000..8807ae7 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR/XRERORXRNRYRR.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR/labels/XRERORXRNRYRR.txt b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR/labels/XRERORXRNRYRR.txt new file mode 100644 index 0000000..3a08542 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR/labels/XRERORXRNRYRR.txt @@ -0,0 +1,25 @@ +9 0.898876 0.101376 0.2 0.197248 +7 0.899438 0.500459 0.201124 0.199083 +7 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.900459 0.201124 0.199083 +9 0.899438 0.899541 0.201124 0.199083 +7 0.698876 0.100459 0.2 0.199083 +7 0.899438 0.3 0.198876 0.2 +9 0.1 0.5 0.2 0.2 +9 0.899438 0.7 0.198876 0.198165 +9 0.0988764 0.7 0.197753 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.498315 0.3 0.201124 0.198165 +7 0.298315 0.1 0.201124 0.2 +9 0.498876 0.700917 0.2 0.2 +9 0.698876 0.3 0.2 0.2 +14 0.298876 0.899541 0.2 0.197248 +0 0.298315 0.7 0.198876 0.2 +9 0.0994382 0.101835 0.198876 0.198165 +0 0.699438 0.700917 0.198876 0.2 +7 0.0994382 0.899083 0.198876 0.2 +7 0.298315 0.500917 0.198876 0.2 +9 0.699438 0.9 0.201124 0.198165 +7 0.7 0.5 0.2 0.201835 +7 0.0994382 0.300917 0.198876 0.2 +9 0.298876 0.300917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR2/XRERORXRNRYRR.png b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR2/XRERORXRNRYRR.png new file mode 100644 index 0000000..8807ae7 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR2/XRERORXRNRYRR.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR2/labels/XRERORXRNRYRR.txt b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR2/labels/XRERORXRNRYRR.txt new file mode 100644 index 0000000..3a08542 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XRERORXRNRYRR2/labels/XRERORXRNRYRR.txt @@ -0,0 +1,25 @@ +9 0.898876 0.101376 0.2 0.197248 +7 0.899438 0.500459 0.201124 0.199083 +7 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.900459 0.201124 0.199083 +9 0.899438 0.899541 0.201124 0.199083 +7 0.698876 0.100459 0.2 0.199083 +7 0.899438 0.3 0.198876 0.2 +9 0.1 0.5 0.2 0.2 +9 0.899438 0.7 0.198876 0.198165 +9 0.0988764 0.7 0.197753 0.2 +9 0.499438 0.100459 0.201124 0.199083 +9 0.498315 0.3 0.201124 0.198165 +7 0.298315 0.1 0.201124 0.2 +9 0.498876 0.700917 0.2 0.2 +9 0.698876 0.3 0.2 0.2 +14 0.298876 0.899541 0.2 0.197248 +0 0.298315 0.7 0.198876 0.2 +9 0.0994382 0.101835 0.198876 0.198165 +0 0.699438 0.700917 0.198876 0.2 +7 0.0994382 0.899083 0.198876 0.2 +7 0.298315 0.500917 0.198876 0.2 +9 0.699438 0.9 0.201124 0.198165 +7 0.7 0.5 0.2 0.201835 +7 0.0994382 0.300917 0.198876 0.2 +9 0.298876 0.300917 0.2 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB/XSQSVSESSSASB.png b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB/XSQSVSESSSASB.png new file mode 100644 index 0000000..58acfc4 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB/XSQSVSESSSASB.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB/labels/XSQSVSESSSASB.txt b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB/labels/XSQSVSESSSASB.txt new file mode 100644 index 0000000..f43a566 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB/labels/XSQSVSESSSASB.txt @@ -0,0 +1,29 @@ +9 0.7 0.898165 0.2 0.198165 +9 0.498876 0.299541 0.2 0.197248 +7 0.499438 0.300459 0.201124 0.200917 +7 0.899438 0.101376 0.201124 0.197248 +7 0.899438 0.9 0.201124 0.198165 +14 0.100562 0.500459 0.201124 0.199083 +13 0.699438 0.899541 0.201124 0.199083 +7 0.7 0.899083 0.2 0.2 +9 0.899438 0.3 0.201124 0.2 +9 0.0994382 0.500459 0.198876 0.200917 +9 0.1 0.699083 0.2 0.198165 +7 0.298876 0.9 0.2 0.198165 +7 0.899438 0.500459 0.198876 0.199083 +9 0.700562 0.300459 0.201124 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.0994382 0.898624 0.198876 0.199083 +9 0.5 0.899541 0.202247 0.199083 +9 0.499438 0.101376 0.201124 0.199083 +9 0.498876 0.5 0.2 0.2 +7 0.7 0.7 0.2 0.2 +9 0.499438 0.700459 0.201124 0.200917 +9 0.1 0.100459 0.2 0.199083 +9 0.298876 0.3 0.2 0.2 +0 0.698876 0.5 0.2 0.198165 +0 0.298876 0.101835 0.2 0.198165 +9 0.299438 0.5 0.198876 0.2 +9 0.7 0.100459 0.202247 0.199083 +9 0.298315 0.700459 0.198876 0.199083 +9 0.899438 0.699541 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB2/XSQSVSESSSASB.png b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB2/XSQSVSESSSASB.png new file mode 100644 index 0000000..58acfc4 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB2/XSQSVSESSSASB.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB2/labels/XSQSVSESSSASB.txt b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB2/labels/XSQSVSESSSASB.txt new file mode 100644 index 0000000..f43a566 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XSQSVSESSSASB2/labels/XSQSVSESSSASB.txt @@ -0,0 +1,29 @@ +9 0.7 0.898165 0.2 0.198165 +9 0.498876 0.299541 0.2 0.197248 +7 0.499438 0.300459 0.201124 0.200917 +7 0.899438 0.101376 0.201124 0.197248 +7 0.899438 0.9 0.201124 0.198165 +14 0.100562 0.500459 0.201124 0.199083 +13 0.699438 0.899541 0.201124 0.199083 +7 0.7 0.899083 0.2 0.2 +9 0.899438 0.3 0.201124 0.2 +9 0.0994382 0.500459 0.198876 0.200917 +9 0.1 0.699083 0.2 0.198165 +7 0.298876 0.9 0.2 0.198165 +7 0.899438 0.500459 0.198876 0.199083 +9 0.700562 0.300459 0.201124 0.199083 +9 0.0994382 0.300459 0.198876 0.199083 +7 0.0994382 0.898624 0.198876 0.199083 +9 0.5 0.899541 0.202247 0.199083 +9 0.499438 0.101376 0.201124 0.199083 +9 0.498876 0.5 0.2 0.2 +7 0.7 0.7 0.2 0.2 +9 0.499438 0.700459 0.201124 0.200917 +9 0.1 0.100459 0.2 0.199083 +9 0.298876 0.3 0.2 0.2 +0 0.698876 0.5 0.2 0.198165 +0 0.298876 0.101835 0.2 0.198165 +9 0.299438 0.5 0.198876 0.2 +9 0.7 0.100459 0.202247 0.199083 +9 0.298315 0.700459 0.198876 0.199083 +9 0.899438 0.699541 0.201124 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XUQUHUQUUUPUS/XUQUHUQUUUPUS.png b/YOLO/Dockerfiles/app/app/runs/detect/XUQUHUQUUUPUS/XUQUHUQUUUPUS.png new file mode 100644 index 0000000..899190b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XUQUHUQUUUPUS/XUQUHUQUUUPUS.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XUQUHUQUUUPUS/labels/XUQUHUQUUUPUS.txt b/YOLO/Dockerfiles/app/app/runs/detect/XUQUHUQUUUPUS/labels/XUQUHUQUUUPUS.txt new file mode 100644 index 0000000..d137417 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XUQUHUQUUUPUS/labels/XUQUHUQUUUPUS.txt @@ -0,0 +1,29 @@ +0 0.700562 0.500459 0.198876 0.200917 +14 0.898876 0.700917 0.2 0.2 +14 0.1 0.700459 0.2 0.199083 +7 0.899438 0.500459 0.201124 0.200917 +2 0.298876 0.100459 0.2 0.197248 +7 0.1 0.900459 0.2 0.197248 +7 0.898876 0.101376 0.2 0.197248 +0 0.899438 0.7 0.198876 0.198165 +7 0.899438 0.900459 0.201124 0.199083 +9 0.299438 0.1 0.201124 0.2 +7 0.298876 0.899541 0.2 0.199083 +9 0.699438 0.9 0.198876 0.198165 +9 0.499438 0.700917 0.201124 0.2 +9 0.5 0.900459 0.202247 0.199083 +9 0.499438 0.3 0.201124 0.201835 +9 0.498876 0.5 0.2 0.2 +9 0.9 0.300459 0.2 0.199083 +9 0.699438 0.300917 0.198876 0.2 +9 0.0994382 0.299541 0.198876 0.199083 +7 0.7 0.500459 0.2 0.200917 +14 0.298876 0.5 0.2 0.198165 +9 0.0994382 0.700917 0.198876 0.2 +7 0.3 0.3 0.2 0.2 +9 0.298315 0.7 0.198876 0.2 +7 0.499438 0.100459 0.201124 0.199083 +0 0.0994382 0.500459 0.198876 0.199083 +7 0.699438 0.700917 0.198876 0.2 +9 0.0994382 0.100917 0.198876 0.198165 +9 0.699438 0.1 0.201124 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XYUYJYPYPYQYR/XYUYJYPYPYQYR.png b/YOLO/Dockerfiles/app/app/runs/detect/XYUYJYPYPYQYR/XYUYJYPYPYQYR.png new file mode 100644 index 0000000..432c733 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/XYUYJYPYPYQYR/XYUYJYPYPYQYR.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/XYUYJYPYPYQYR/labels/XYUYJYPYPYQYR.txt b/YOLO/Dockerfiles/app/app/runs/detect/XYUYJYPYPYQYR/labels/XYUYJYPYPYQYR.txt new file mode 100644 index 0000000..bdf47c5 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/XYUYJYPYPYQYR/labels/XYUYJYPYPYQYR.txt @@ -0,0 +1,26 @@ +0 0.699438 0.700459 0.198876 0.200917 +14 0.899438 0.899541 0.201124 0.197248 +9 0.898876 0.7 0.2 0.198165 +9 0.899438 0.5 0.198876 0.198165 +9 0.9 0.100459 0.2 0.199083 +7 0.0994382 0.700459 0.198876 0.199083 +7 0.0994382 0.100459 0.198876 0.197248 +7 0.699438 0.100459 0.201124 0.199083 +9 0.298876 0.300459 0.2 0.200917 +9 0.297753 0.899541 0.2 0.197248 +9 0.699438 0.897706 0.198876 0.193578 +7 0.498876 0.9 0.2 0.198165 +9 0.499438 0.100917 0.201124 0.198165 +9 0.0994382 0.899541 0.198876 0.199083 +9 0.499438 0.500459 0.201124 0.199083 +9 0.1 0.500917 0.2 0.201835 +7 0.0994382 0.300459 0.198876 0.197248 +9 0.9 0.300459 0.2 0.199083 +7 0.298876 0.100917 0.2 0.198165 +9 0.499438 0.3 0.201124 0.2 +7 0.499438 0.700459 0.201124 0.200917 +9 0.699438 0.300917 0.201124 0.2 +9 0.698876 0.700459 0.2 0.199083 +7 0.298315 0.700459 0.198876 0.199083 +7 0.299438 0.500459 0.201124 0.200917 +9 0.698876 0.500459 0.2 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL/YYUYZYJYUYHYL.png b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL/YYUYZYJYUYHYL.png new file mode 100644 index 0000000..5156ee4 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL/YYUYZYJYUYHYL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL/labels/YYUYZYJYUYHYL.txt b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL/labels/YYUYZYJYUYHYL.txt new file mode 100644 index 0000000..4e6e92f --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL/labels/YYUYZYJYUYHYL.txt @@ -0,0 +1,29 @@ +2 0.497753 0.0990826 0.204494 0.19633 +14 0.898876 0.899083 0.202247 0.198165 +13 0.0994382 0.899541 0.198876 0.199083 +9 0.898876 0.899083 0.2 0.198165 +7 0.0994382 0.9 0.198876 0.198165 +14 0.1 0.500459 0.2 0.199083 +7 0.7 0.9 0.2 0.19633 +9 0.899438 0.100459 0.201124 0.197248 +9 0.899438 0.299541 0.198876 0.199083 +9 0.899438 0.699541 0.198876 0.199083 +9 0.0988764 0.500459 0.197753 0.200917 +7 0.297753 0.7 0.2 0.2 +9 0.5 0.300459 0.2 0.199083 +9 0.499438 0.9 0.201124 0.2 +9 0.699438 0.3 0.198876 0.2 +9 0.1 0.100459 0.2 0.199083 +7 0.7 0.100459 0.2 0.199083 +7 0.5 0.100459 0.202247 0.199083 +7 0.699438 0.500917 0.198876 0.2 +7 0.499438 0.7 0.201124 0.2 +14 0.0994382 0.7 0.198876 0.198165 +9 0.299438 0.900459 0.201124 0.199083 +7 0.499438 0.5 0.201124 0.2 +7 0.699438 0.700459 0.198876 0.199083 +9 0.298876 0.5 0.2 0.2 +9 0.298315 0.3 0.198876 0.2 +9 0.0994382 0.3 0.198876 0.198165 +7 0.9 0.500917 0.2 0.198165 +9 0.298876 0.100459 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL2/YYUYZYJYUYHYL.png b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL2/YYUYZYJYUYHYL.png new file mode 100644 index 0000000..5156ee4 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL2/YYUYZYJYUYHYL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL2/labels/YYUYZYJYUYHYL.txt b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL2/labels/YYUYZYJYUYHYL.txt new file mode 100644 index 0000000..4e6e92f --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL2/labels/YYUYZYJYUYHYL.txt @@ -0,0 +1,29 @@ +2 0.497753 0.0990826 0.204494 0.19633 +14 0.898876 0.899083 0.202247 0.198165 +13 0.0994382 0.899541 0.198876 0.199083 +9 0.898876 0.899083 0.2 0.198165 +7 0.0994382 0.9 0.198876 0.198165 +14 0.1 0.500459 0.2 0.199083 +7 0.7 0.9 0.2 0.19633 +9 0.899438 0.100459 0.201124 0.197248 +9 0.899438 0.299541 0.198876 0.199083 +9 0.899438 0.699541 0.198876 0.199083 +9 0.0988764 0.500459 0.197753 0.200917 +7 0.297753 0.7 0.2 0.2 +9 0.5 0.300459 0.2 0.199083 +9 0.499438 0.9 0.201124 0.2 +9 0.699438 0.3 0.198876 0.2 +9 0.1 0.100459 0.2 0.199083 +7 0.7 0.100459 0.2 0.199083 +7 0.5 0.100459 0.202247 0.199083 +7 0.699438 0.500917 0.198876 0.2 +7 0.499438 0.7 0.201124 0.2 +14 0.0994382 0.7 0.198876 0.198165 +9 0.299438 0.900459 0.201124 0.199083 +7 0.499438 0.5 0.201124 0.2 +7 0.699438 0.700459 0.198876 0.199083 +9 0.298876 0.5 0.2 0.2 +9 0.298315 0.3 0.198876 0.2 +9 0.0994382 0.3 0.198876 0.198165 +7 0.9 0.500917 0.2 0.198165 +9 0.298876 0.100459 0.2 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL3/YYUYZYJYUYHYL.png b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL3/YYUYZYJYUYHYL.png new file mode 100644 index 0000000..40dc7da Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/YYUYZYJYUYHYL3/YYUYZYJYUYHYL.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT/ZJZJFJBJXJGJT.png b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT/ZJZJFJBJXJGJT.png new file mode 100644 index 0000000..17aea04 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT/ZJZJFJBJXJGJT.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT/labels/ZJZJFJBJXJGJT.txt b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT/labels/ZJZJFJBJXJGJT.txt new file mode 100644 index 0000000..9f90742 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT/labels/ZJZJFJBJXJGJT.txt @@ -0,0 +1,59 @@ +19 0.898876 0.700917 0.2 0.198165 +13 0.497753 0.900917 0.202247 0.198165 +9 0.1 0.100917 0.2 0.198165 +14 0.899438 0.9 0.201124 0.2 +0 0.7 0.302294 0.2 0.199083 +18 0.498876 0.500917 0.2 0.198165 +11 0.299438 0.299541 0.201124 0.199083 +3 0.1 0.3 0.2 0.2 +0 0.1 0.901376 0.2 0.197248 +19 0.700562 0.700459 0.201124 0.199083 +9 0.298315 0.299541 0.201124 0.199083 +11 0.498315 0.500459 0.201124 0.199083 +0 0.898876 0.700917 0.2 0.198165 +0 0.5 0.101376 0.202247 0.199083 +19 0.499438 0.7 0.198876 0.2 +0 0.298876 0.3 0.202247 0.2 +9 0.1 0.900917 0.2 0.198165 +0 0.0994382 0.700917 0.198876 0.2 +5 0.700562 0.500917 0.196629 0.2 +19 0.299438 0.100459 0.203371 0.199083 +2 0.498315 0.5 0.201124 0.2 +13 0.498315 0.5 0.201124 0.2 +19 0.898876 0.500459 0.197753 0.199083 +11 0.299438 0.900917 0.198876 0.198165 +2 0.298315 0.900459 0.198876 0.197248 +13 0.697753 0.899541 0.2 0.199083 +5 0.898876 0.300917 0.2 0.201835 +19 0.496629 0.899541 0.2 0.199083 +19 0.0994382 0.301376 0.198876 0.199083 +16 0.499438 0.100917 0.201124 0.2 +0 0.700562 0.7 0.201124 0.2 +11 0.499438 0.300459 0.201124 0.199083 +11 0.498876 0.901376 0.2 0.197248 +18 0.898876 0.900459 0.2 0.197248 +19 0.899438 0.1 0.201124 0.2 +18 0.0994382 0.500917 0.198876 0.198165 +9 0.499438 0.700459 0.198876 0.200917 +13 0.299438 0.299541 0.201124 0.199083 +13 0.298315 0.7 0.198876 0.198165 +11 0.299438 0.500459 0.198876 0.199083 +19 0.100562 0.1 0.201124 0.2 +19 0.698876 0.500917 0.2 0.201835 +9 0.299438 0.100459 0.201124 0.199083 +11 0.7 0.301835 0.202247 0.198165 +7 0.0994382 0.700917 0.198876 0.2 +19 0.299438 0.3 0.201124 0.2 +11 0.899438 0.701376 0.201124 0.200917 +15 0.699438 0.900459 0.198876 0.199083 +18 0.698876 0.901376 0.2 0.197248 +11 0.899438 0.5 0.201124 0.2 +11 0.699438 0.700459 0.198876 0.197248 +9 0.298876 0.499541 0.197753 0.199083 +19 0.0994382 0.501376 0.198876 0.199083 +8 0.899438 0.300917 0.201124 0.2 +5 0.0994382 0.101835 0.198876 0.198165 +19 0.298876 0.700917 0.2 0.2 +16 0.699438 0.101376 0.201124 0.199083 +6 0.0994382 0.900459 0.198876 0.199083 +3 0.299438 0.101835 0.201124 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT2/ZJZJFJBJXJGJT.png b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT2/ZJZJFJBJXJGJT.png new file mode 100644 index 0000000..17aea04 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT2/ZJZJFJBJXJGJT.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT2/labels/ZJZJFJBJXJGJT.txt b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT2/labels/ZJZJFJBJXJGJT.txt new file mode 100644 index 0000000..9f90742 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ZJZJFJBJXJGJT2/labels/ZJZJFJBJXJGJT.txt @@ -0,0 +1,59 @@ +19 0.898876 0.700917 0.2 0.198165 +13 0.497753 0.900917 0.202247 0.198165 +9 0.1 0.100917 0.2 0.198165 +14 0.899438 0.9 0.201124 0.2 +0 0.7 0.302294 0.2 0.199083 +18 0.498876 0.500917 0.2 0.198165 +11 0.299438 0.299541 0.201124 0.199083 +3 0.1 0.3 0.2 0.2 +0 0.1 0.901376 0.2 0.197248 +19 0.700562 0.700459 0.201124 0.199083 +9 0.298315 0.299541 0.201124 0.199083 +11 0.498315 0.500459 0.201124 0.199083 +0 0.898876 0.700917 0.2 0.198165 +0 0.5 0.101376 0.202247 0.199083 +19 0.499438 0.7 0.198876 0.2 +0 0.298876 0.3 0.202247 0.2 +9 0.1 0.900917 0.2 0.198165 +0 0.0994382 0.700917 0.198876 0.2 +5 0.700562 0.500917 0.196629 0.2 +19 0.299438 0.100459 0.203371 0.199083 +2 0.498315 0.5 0.201124 0.2 +13 0.498315 0.5 0.201124 0.2 +19 0.898876 0.500459 0.197753 0.199083 +11 0.299438 0.900917 0.198876 0.198165 +2 0.298315 0.900459 0.198876 0.197248 +13 0.697753 0.899541 0.2 0.199083 +5 0.898876 0.300917 0.2 0.201835 +19 0.496629 0.899541 0.2 0.199083 +19 0.0994382 0.301376 0.198876 0.199083 +16 0.499438 0.100917 0.201124 0.2 +0 0.700562 0.7 0.201124 0.2 +11 0.499438 0.300459 0.201124 0.199083 +11 0.498876 0.901376 0.2 0.197248 +18 0.898876 0.900459 0.2 0.197248 +19 0.899438 0.1 0.201124 0.2 +18 0.0994382 0.500917 0.198876 0.198165 +9 0.499438 0.700459 0.198876 0.200917 +13 0.299438 0.299541 0.201124 0.199083 +13 0.298315 0.7 0.198876 0.198165 +11 0.299438 0.500459 0.198876 0.199083 +19 0.100562 0.1 0.201124 0.2 +19 0.698876 0.500917 0.2 0.201835 +9 0.299438 0.100459 0.201124 0.199083 +11 0.7 0.301835 0.202247 0.198165 +7 0.0994382 0.700917 0.198876 0.2 +19 0.299438 0.3 0.201124 0.2 +11 0.899438 0.701376 0.201124 0.200917 +15 0.699438 0.900459 0.198876 0.199083 +18 0.698876 0.901376 0.2 0.197248 +11 0.899438 0.5 0.201124 0.2 +11 0.699438 0.700459 0.198876 0.197248 +9 0.298876 0.499541 0.197753 0.199083 +19 0.0994382 0.501376 0.198876 0.199083 +8 0.899438 0.300917 0.201124 0.2 +5 0.0994382 0.101835 0.198876 0.198165 +19 0.298876 0.700917 0.2 0.2 +16 0.699438 0.101376 0.201124 0.199083 +6 0.0994382 0.900459 0.198876 0.199083 +3 0.299438 0.101835 0.201124 0.198165 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ZNFNGNNNXNKNB/ZNFNGNNNXNKNB.png b/YOLO/Dockerfiles/app/app/runs/detect/ZNFNGNNNXNKNB/ZNFNGNNNXNKNB.png new file mode 100644 index 0000000..dcd7403 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/ZNFNGNNNXNKNB/ZNFNGNNNXNKNB.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/ZNFNGNNNXNKNB/labels/ZNFNGNNNXNKNB.txt b/YOLO/Dockerfiles/app/app/runs/detect/ZNFNGNNNXNKNB/labels/ZNFNGNNNXNKNB.txt new file mode 100644 index 0000000..c121dd1 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/ZNFNGNNNXNKNB/labels/ZNFNGNNNXNKNB.txt @@ -0,0 +1,28 @@ +14 0.899438 0.499083 0.201124 0.2 +9 0.700562 0.5 0.198876 0.2 +13 0.0994382 0.7 0.198876 0.2 +7 0.898876 0.300459 0.2 0.199083 +9 0.898876 0.100917 0.2 0.198165 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.499541 0.201124 0.199083 +7 0.699438 0.501376 0.198876 0.199083 +7 0.499438 0.700917 0.201124 0.2 +7 0.7 0.100459 0.2 0.199083 +9 0.898876 0.898624 0.202247 0.197248 +7 0.899438 0.700917 0.201124 0.198165 +9 0.7 0.9 0.2 0.2 +7 0.499438 0.100459 0.201124 0.199083 +7 0.298315 0.1 0.201124 0.2 +7 0.0988764 0.100459 0.197753 0.197248 +9 0.499438 0.500459 0.201124 0.200917 +9 0.7 0.300459 0.2 0.199083 +7 0.499438 0.899541 0.201124 0.199083 +9 0.298876 0.900459 0.2 0.199083 +9 0.0994382 0.299541 0.198876 0.199083 +9 0.699438 0.700459 0.198876 0.199083 +9 0.0994382 0.5 0.198876 0.2 +9 0.5 0.300459 0.2 0.200917 +14 0.298876 0.5 0.2 0.2 +9 0.0994382 0.9 0.198876 0.198165 +9 0.298315 0.700917 0.198876 0.2 +7 0.298876 0.300459 0.197753 0.199083 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA/grilleEliseA.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA/grilleEliseA.png new file mode 100644 index 0000000..553efce Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA/grilleEliseA.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA/labels/grilleEliseA.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA/labels/grilleEliseA.txt new file mode 100644 index 0000000..d1f7ff3 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA/labels/grilleEliseA.txt @@ -0,0 +1,34 @@ +14 0.299438 0.898165 0.198876 0.194495 +2 0.897191 0.901376 0.203371 0.197248 +6 0.898315 0.499541 0.198876 0.199083 +9 0.898315 0.499541 0.198876 0.199083 +9 0.898315 0.900459 0.201124 0.199083 +7 0.898315 0.301376 0.201124 0.199083 +7 0.498876 0.301376 0.2 0.200917 +0 0.698876 0.700459 0.2 0.200917 +14 0.1 0.500917 0.2 0.201835 +7 0.898876 0.101376 0.2 0.197248 +7 0.698315 0.9 0.198876 0.198165 +6 0.698315 0.899083 0.196629 0.19633 +0 0.0988764 0.300459 0.197753 0.199083 +9 0.499438 0.899541 0.201124 0.197248 +9 0.1 0.897706 0.2 0.197248 +9 0.298315 0.700917 0.198876 0.2 +7 0.298315 0.899541 0.198876 0.197248 +9 0.699438 0.299541 0.198876 0.199083 +9 0.498876 0.701376 0.202247 0.199083 +6 0.498876 0.301376 0.202247 0.200917 +7 0.299438 0.501376 0.198876 0.199083 +14 0.498315 0.700917 0.201124 0.2 +9 0.698876 0.700459 0.2 0.200917 +9 0.0994382 0.100917 0.198876 0.2 +9 0.298315 0.301376 0.201124 0.200917 +9 0.9 0.699541 0.2 0.199083 +0 0.498876 0.100917 0.2 0.198165 +0 0.697753 0.5 0.2 0.2 +7 0.0994382 0.700459 0.198876 0.197248 +7 0.497753 0.501376 0.2 0.199083 +7 0.699438 0.1 0.201124 0.2 +7 0.298876 0.100917 0.2 0.2 +14 0.298315 0.300459 0.201124 0.200917 +9 0.1 0.501376 0.2 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA2/grilleEliseA.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA2/grilleEliseA.png new file mode 100644 index 0000000..553efce Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA2/grilleEliseA.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA2/labels/grilleEliseA.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA2/labels/grilleEliseA.txt new file mode 100644 index 0000000..d1f7ff3 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseA2/labels/grilleEliseA.txt @@ -0,0 +1,34 @@ +14 0.299438 0.898165 0.198876 0.194495 +2 0.897191 0.901376 0.203371 0.197248 +6 0.898315 0.499541 0.198876 0.199083 +9 0.898315 0.499541 0.198876 0.199083 +9 0.898315 0.900459 0.201124 0.199083 +7 0.898315 0.301376 0.201124 0.199083 +7 0.498876 0.301376 0.2 0.200917 +0 0.698876 0.700459 0.2 0.200917 +14 0.1 0.500917 0.2 0.201835 +7 0.898876 0.101376 0.2 0.197248 +7 0.698315 0.9 0.198876 0.198165 +6 0.698315 0.899083 0.196629 0.19633 +0 0.0988764 0.300459 0.197753 0.199083 +9 0.499438 0.899541 0.201124 0.197248 +9 0.1 0.897706 0.2 0.197248 +9 0.298315 0.700917 0.198876 0.2 +7 0.298315 0.899541 0.198876 0.197248 +9 0.699438 0.299541 0.198876 0.199083 +9 0.498876 0.701376 0.202247 0.199083 +6 0.498876 0.301376 0.202247 0.200917 +7 0.299438 0.501376 0.198876 0.199083 +14 0.498315 0.700917 0.201124 0.2 +9 0.698876 0.700459 0.2 0.200917 +9 0.0994382 0.100917 0.198876 0.2 +9 0.298315 0.301376 0.201124 0.200917 +9 0.9 0.699541 0.2 0.199083 +0 0.498876 0.100917 0.2 0.198165 +0 0.697753 0.5 0.2 0.2 +7 0.0994382 0.700459 0.198876 0.197248 +7 0.497753 0.501376 0.2 0.199083 +7 0.699438 0.1 0.201124 0.2 +7 0.298876 0.100917 0.2 0.2 +14 0.298315 0.300459 0.201124 0.200917 +9 0.1 0.501376 0.2 0.200917 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseB/grilleEliseB.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseB/grilleEliseB.png new file mode 100644 index 0000000..9d57f00 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseB/grilleEliseB.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseB/labels/grilleEliseB.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseB/labels/grilleEliseB.txt new file mode 100644 index 0000000..9244c34 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleEliseB/labels/grilleEliseB.txt @@ -0,0 +1,32 @@ +6 0.897753 0.0995413 0.202247 0.199083 +6 0.496629 0.100917 0.2 0.2 +0 0.898315 0.899541 0.201124 0.197248 +0 0.0988764 0.300917 0.197753 0.198165 +6 0.701124 0.899083 0.197753 0.19633 +0 0.701124 0.701376 0.197753 0.199083 +9 0.101124 0.7 0.202247 0.198165 +7 0.0994382 0.301376 0.198876 0.199083 +9 0.898315 0.300917 0.198876 0.2 +9 0.898876 0.900917 0.2 0.198165 +9 0.701124 0.701376 0.197753 0.199083 +9 0.502247 0.702294 0.197753 0.197248 +7 0.898315 0.500459 0.201124 0.200917 +9 0.697753 0.100917 0.202247 0.198165 +9 0.500562 0.9 0.203371 0.198165 +6 0.501685 0.702294 0.198876 0.199083 +6 0.497191 0.300917 0.198876 0.2 +2 0.0994382 0.1 0.198876 0.2 +9 0.301124 0.502294 0.202247 0.200917 +7 0.298876 0.900917 0.2 0.19633 +0 0.297753 0.300917 0.2 0.2 +9 0.302247 0.70367 0.2 0.2 +7 0.0994382 0.500917 0.198876 0.2 +9 0.697753 0.299541 0.202247 0.200917 +9 0.297753 0.101835 0.197753 0.19633 +7 0.5 0.501835 0.197753 0.201835 +7 0.0994382 0.899541 0.198876 0.199083 +9 0.698315 0.501376 0.201124 0.200917 +9 0.700562 0.898624 0.201124 0.197248 +9 0.899438 0.700917 0.198876 0.2 +7 0.497191 0.301376 0.198876 0.199083 +14 0.301685 0.502752 0.201124 0.20367 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilledos/grilledos.png b/YOLO/Dockerfiles/app/app/runs/detect/grilledos/grilledos.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilledos/grilledos.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilledos/labels/grilledos.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilledos/labels/grilledos.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilledos/labels/grilledos.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilledos2/grilledos.png b/YOLO/Dockerfiles/app/app/runs/detect/grilledos2/grilledos.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilledos2/grilledos.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilledos2/labels/grilledos.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilledos2/labels/grilledos.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilledos2/labels/grilledos.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grillequatro/grillequatro.png b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro/grillequatro.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro/grillequatro.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grillequatro/labels/grillequatro.txt b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro/labels/grillequatro.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro/labels/grillequatro.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grillequatro2/grillequatro.png b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro2/grillequatro.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro2/grillequatro.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grillequatro2/labels/grillequatro.txt b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro2/labels/grillequatro.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grillequatro2/labels/grillequatro.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilletres/grilletres.png b/YOLO/Dockerfiles/app/app/runs/detect/grilletres/grilletres.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilletres/grilletres.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilletres/labels/grilletres.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilletres/labels/grilletres.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilletres/labels/grilletres.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilletres2/grilletres.png b/YOLO/Dockerfiles/app/app/runs/detect/grilletres2/grilletres.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilletres2/grilletres.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilletres2/labels/grilletres.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilletres2/labels/grilletres.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilletres2/labels/grilletres.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno/grilleuno.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno/grilleuno.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno/grilleuno.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno/labels/grilleuno.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno/labels/grilleuno.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno/labels/grilleuno.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno2/grilleuno.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno2/grilleuno.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno2/grilleuno.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno2/labels/grilleuno.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno2/labels/grilleuno.txt new file mode 100644 index 0000000..d782483 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno2/labels/grilleuno.txt @@ -0,0 +1,62 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno22/grilleuno2.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno22/grilleuno2.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno22/grilleuno2.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno22/labels/grilleuno2.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno22/labels/grilleuno2.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno22/labels/grilleuno2.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno23/grilleuno2.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno23/grilleuno2.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno23/grilleuno2.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno23/labels/grilleuno2.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno23/labels/grilleuno2.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno23/labels/grilleuno2.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno24/grilleuno2.png b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno24/grilleuno2.png new file mode 100644 index 0000000..19e57df Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno24/grilleuno2.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/detect/grilleuno24/labels/grilleuno2.txt b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno24/labels/grilleuno2.txt new file mode 100644 index 0000000..e213ade --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/detect/grilleuno24/labels/grilleuno2.txt @@ -0,0 +1,31 @@ +9 0.498315 0.699083 0.201124 0.2 +6 0.898876 0.701376 0.2 0.199083 +0 0.899438 0.900459 0.201124 0.199083 +7 0.898876 0.100459 0.202247 0.199083 +0 0.898876 0.700459 0.2 0.200917 +7 0.898876 0.900459 0.2 0.197248 +6 0.0994382 0.7 0.198876 0.2 +7 0.0994382 0.700459 0.198876 0.199083 +9 0.899438 0.500459 0.198876 0.199083 +7 0.0994382 0.101376 0.198876 0.199083 +9 0.0994382 0.899541 0.198876 0.197248 +9 0.298315 0.900459 0.201124 0.199083 +9 0.499438 0.100459 0.201124 0.199083 +14 0.0994382 0.500917 0.198876 0.198165 +7 0.297753 0.100459 0.202247 0.199083 +9 0.699438 0.300459 0.198876 0.200917 +7 0.699438 0.700917 0.201124 0.198165 +9 0.499438 0.500917 0.201124 0.2 +7 0.499438 0.7 0.201124 0.2 +0 0.698876 0.100917 0.2 0.198165 +7 0.298315 0.300917 0.198876 0.2 +9 0.298876 0.5 0.2 0.2 +0 0.298876 0.101376 0.202247 0.199083 +9 0.498876 0.899541 0.202247 0.199083 +9 0.699438 0.500459 0.198876 0.199083 +7 0.700562 0.899541 0.201124 0.199083 +7 0.499438 0.300459 0.201124 0.200917 +9 0.0994382 0.3 0.198876 0.2 +0 0.298876 0.700459 0.2 0.199083 +9 0.9 0.300459 0.2 0.199083 +9 0.0994382 0.5 0.198876 0.2 diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/F1_curve.png b/YOLO/Dockerfiles/app/app/runs/train/exp2/F1_curve.png new file mode 100644 index 0000000..f73cc15 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/F1_curve.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/PR_curve.png b/YOLO/Dockerfiles/app/app/runs/train/exp2/PR_curve.png new file mode 100644 index 0000000..8e38b9f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/PR_curve.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/P_curve.png b/YOLO/Dockerfiles/app/app/runs/train/exp2/P_curve.png new file mode 100644 index 0000000..3f18705 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/P_curve.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/R_curve.png b/YOLO/Dockerfiles/app/app/runs/train/exp2/R_curve.png new file mode 100644 index 0000000..aca749a Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/R_curve.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/confusion_matrix.png b/YOLO/Dockerfiles/app/app/runs/train/exp2/confusion_matrix.png new file mode 100644 index 0000000..5a4ec65 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/confusion_matrix.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/events.out.tfevents.1641579318.srv-gei-gpu2.9547.0 b/YOLO/Dockerfiles/app/app/runs/train/exp2/events.out.tfevents.1641579318.srv-gei-gpu2.9547.0 new file mode 100644 index 0000000..410ac6c Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/events.out.tfevents.1641579318.srv-gei-gpu2.9547.0 differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/hyp.yaml b/YOLO/Dockerfiles/app/app/runs/train/exp2/hyp.yaml new file mode 100644 index 0000000..b54281d --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/train/exp2/hyp.yaml @@ -0,0 +1,28 @@ +lr0: 0.01 +lrf: 0.1 +momentum: 0.937 +weight_decay: 0.0005 +warmup_epochs: 3.0 +warmup_momentum: 0.8 +warmup_bias_lr: 0.1 +box: 0.05 +cls: 0.5 +cls_pw: 1.0 +obj: 1.0 +obj_pw: 1.0 +iou_t: 0.2 +anchor_t: 4.0 +fl_gamma: 0.0 +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 +mosaic: 1.0 +mixup: 0.0 +copy_paste: 0.0 diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/labels.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/labels.jpg new file mode 100644 index 0000000..4be916d Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/labels.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/labels_correlogram.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/labels_correlogram.jpg new file mode 100644 index 0000000..182b81b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/labels_correlogram.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/opt.yaml b/YOLO/Dockerfiles/app/app/runs/train/exp2/opt.yaml new file mode 100644 index 0000000..113f8d3 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/train/exp2/opt.yaml @@ -0,0 +1,38 @@ +weights: yolov5s.pt +cfg: '' +data: new_data_yaml.yaml +hyp: data/hyps/hyp.scratch.yaml +epochs: 40 +batch_size: 16 +imgsz: 640 +rect: false +resume: false +nosave: false +noval: false +noautoanchor: false +evolve: null +bucket: '' +cache: ram +image_weights: false +device: '' +multi_scale: false +single_cls: false +optimizer: SGD +sync_bn: false +workers: 8 +project: runs/train +name: exp +exist_ok: false +quad: false +linear_lr: false +label_smoothing: 0.0 +patience: 100 +freeze: +- 0 +save_period: -1 +local_rank: -1 +entity: null +upload_dataset: false +bbox_interval: -1 +artifact_alias: latest +save_dir: runs/train/exp2 diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/results.csv b/YOLO/Dockerfiles/app/app/runs/train/exp2/results.csv new file mode 100644 index 0000000..0b76d91 --- /dev/null +++ b/YOLO/Dockerfiles/app/app/runs/train/exp2/results.csv @@ -0,0 +1,41 @@ + epoch, train/box_loss, train/obj_loss, train/cls_loss, metrics/precision, metrics/recall, metrics/mAP_0.5,metrics/mAP_0.5:0.95, val/box_loss, val/obj_loss, val/cls_loss, x/lr0, x/lr1, x/lr2 + 0, 0.045954, 0.16263, 0.13691, 0.37354, 0.58132, 0.36015, 0.27905, 0.01814, 0.12682, 0.070964, 0.0033287, 0.0033287, 0.070042 + 1, 0.032046, 0.11744, 0.10341, 0.53911, 0.6314, 0.53152, 0.47344, 0.010607, 0.11404, 0.063222, 0.0066528, 0.0066528, 0.040032 + 2, 0.027619, 0.1071, 0.087972, 0.57996, 0.74474, 0.6796, 0.564, 0.012157, 0.12745, 0.048861, 0.00994, 0.00994, 0.0099862 + 3, 0.02158, 0.091757, 0.075163, 0.69844, 0.77162, 0.77553, 0.74623, 0.005859, 0.095991, 0.041606, 0.0098757, 0.0098757, 0.0098757 + 4, 0.017991, 0.081418, 0.068043, 0.73208, 0.83977, 0.82673, 0.80442, 0.0056363, 0.10195, 0.037113, 0.0098757, 0.0098757, 0.0098757 + 5, 0.015619, 0.073987, 0.064076, 0.74922, 0.84565, 0.84576, 0.83365, 0.0057182, 0.10953, 0.034493, 0.0097798, 0.0097798, 0.0097798 + 6, 0.014505, 0.071184, 0.061369, 0.77498, 0.84941, 0.85793, 0.84369, 0.0043751, 0.09357, 0.033219, 0.0096575, 0.0096575, 0.0096575 + 7, 0.013457, 0.067182, 0.059834, 0.78258, 0.84621, 0.86364, 0.85502, 0.0035837, 0.11916, 0.031809, 0.0095095, 0.0095095, 0.0095095 + 8, 0.012509, 0.063796, 0.058768, 0.78355, 0.84857, 0.86688, 0.86442, 0.0030464, 0.10527, 0.031674, 0.0093369, 0.0093369, 0.0093369 + 9, 0.011508, 0.059795, 0.058086, 0.78037, 0.84824, 0.8695, 0.86692, 0.0033487, 0.13081, 0.031009, 0.0091406, 0.0091406, 0.0091406 + 10, 0.011198, 0.058217, 0.057498, 0.77324, 0.85847, 0.87159, 0.87048, 0.0026883, 0.13431, 0.03133, 0.0089218, 0.0089218, 0.0089218 + 11, 0.010786, 0.057144, 0.056651, 0.79635, 0.84142, 0.87237, 0.87153, 0.0029807, 0.12484, 0.030595, 0.008682, 0.008682, 0.008682 + 12, 0.010257, 0.054927, 0.056173, 0.78436, 0.85931, 0.8738, 0.87347, 0.0021812, 0.12223, 0.030194, 0.0084225, 0.0084225, 0.0084225 + 13, 0.0098477, 0.053133, 0.055966, 0.79062, 0.85887, 0.8763, 0.87594, 0.0023932, 0.17871, 0.030079, 0.008145, 0.008145, 0.008145 + 14, 0.0092642, 0.050839, 0.055495, 0.78871, 0.85644, 0.8778, 0.87761, 0.0021993, 0.14923, 0.029623, 0.0078512, 0.0078512, 0.0078512 + 15, 0.0090829, 0.05074, 0.055201, 0.79341, 0.85928, 0.87876, 0.87815, 0.0026239, 0.099525, 0.02959, 0.007543, 0.007543, 0.007543 + 16, 0.0088612, 0.049516, 0.054722, 0.79753, 0.85616, 0.87971, 0.87948, 0.0023968, 0.09008, 0.029094, 0.0072221, 0.0072221, 0.0072221 + 17, 0.008274, 0.046856, 0.054445, 0.79884, 0.85833, 0.8812, 0.88103, 0.0018762, 0.12848, 0.028941, 0.0068906, 0.0068906, 0.0068906 + 18, 0.008166, 0.046099, 0.054061, 0.79742, 0.85682, 0.88167, 0.88158, 0.0018429, 0.095217, 0.029186, 0.0065505, 0.0065505, 0.0065505 + 19, 0.0076639, 0.044534, 0.053784, 0.79722, 0.85805, 0.8823, 0.88213, 0.0019364, 0.13199, 0.028908, 0.006204, 0.006204, 0.006204 + 20, 0.0075018, 0.04304, 0.053732, 0.8016, 0.86463, 0.88326, 0.88318, 0.0016613, 0.11238, 0.028768, 0.0058531, 0.0058531, 0.0058531 + 21, 0.0072029, 0.042247, 0.05337, 0.78546, 0.87765, 0.88407, 0.88389, 0.0019248, 0.12127, 0.02855, 0.0055, 0.0055, 0.0055 + 22, 0.0069294, 0.041396, 0.053228, 0.79806, 0.8661, 0.88536, 0.88528, 0.0017059, 0.12896, 0.028262, 0.0051469, 0.0051469, 0.0051469 + 23, 0.0066183, 0.039535, 0.053028, 0.80527, 0.86022, 0.88518, 0.88511, 0.0017269, 0.11159, 0.028504, 0.004796, 0.004796, 0.004796 + 24, 0.0063578, 0.038367, 0.052742, 0.80151, 0.86847, 0.88656, 0.8865, 0.0017698, 0.12338, 0.027926, 0.0044495, 0.0044495, 0.0044495 + 25, 0.0060334, 0.036478, 0.052415, 0.7976, 0.87187, 0.88697, 0.88687, 0.0016361, 0.12474, 0.027902, 0.0041094, 0.0041094, 0.0041094 + 26, 0.005785, 0.035599, 0.052265, 0.80352, 0.86625, 0.88739, 0.88734, 0.0015731, 0.1171, 0.027954, 0.0037779, 0.0037779, 0.0037779 + 27, 0.0056252, 0.034454, 0.052056, 0.81179, 0.85747, 0.8882, 0.88814, 0.001644, 0.096429, 0.027624, 0.003457, 0.003457, 0.003457 + 28, 0.0052806, 0.033111, 0.051805, 0.81149, 0.86194, 0.88858, 0.88853, 0.0013567, 0.10545, 0.027667, 0.0031488, 0.0031488, 0.0031488 + 29, 0.0051472, 0.03253, 0.051531, 0.81446, 0.85557, 0.88924, 0.88919, 0.0014214, 0.11926, 0.027537, 0.002855, 0.002855, 0.002855 + 30, 0.0047604, 0.030428, 0.05158, 0.81633, 0.85566, 0.88967, 0.88965, 0.0016618, 0.13493, 0.027437, 0.0025775, 0.0025775, 0.0025775 + 31, 0.0046517, 0.029921, 0.051479, 0.80402, 0.86884, 0.8896, 0.88958, 0.0013083, 0.13276, 0.027526, 0.002318, 0.002318, 0.002318 + 32, 0.0044265, 0.02875, 0.051112, 0.80874, 0.86344, 0.88965, 0.88963, 0.0013961, 0.16126, 0.027451, 0.0020782, 0.0020782, 0.0020782 + 33, 0.0042745, 0.027983, 0.051036, 0.8084, 0.86493, 0.89002, 0.88997, 0.0013632, 0.16293, 0.027364, 0.0018594, 0.0018594, 0.0018594 + 34, 0.0040851, 0.026556, 0.050931, 0.81888, 0.8552, 0.89075, 0.89073, 0.0012267, 0.1104, 0.027304, 0.0016631, 0.0016631, 0.0016631 + 35, 0.003935, 0.026037, 0.050759, 0.80701, 0.8681, 0.89103, 0.89102, 0.0011858, 0.13632, 0.027205, 0.0014905, 0.0014905, 0.0014905 + 36, 0.0038835, 0.025676, 0.050567, 0.81621, 0.85812, 0.89109, 0.89107, 0.0012259, 0.17669, 0.027148, 0.0013425, 0.0013425, 0.0013425 + 37, 0.0037202, 0.024584, 0.050658, 0.81287, 0.86166, 0.89169, 0.89167, 0.0013603, 0.13445, 0.027077, 0.0012202, 0.0012202, 0.0012202 + 38, 0.0036477, 0.024216, 0.050573, 0.81069, 0.86782, 0.89219, 0.89217, 0.0012128, 0.11685, 0.026995, 0.0011243, 0.0011243, 0.0011243 + 39, 0.003649, 0.024248, 0.050223, 0.81133, 0.86688, 0.89224, 0.89222, 0.0012946, 0.14312, 0.027042, 0.0010554, 0.0010554, 0.0010554 diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/results.png b/YOLO/Dockerfiles/app/app/runs/train/exp2/results.png new file mode 100644 index 0000000..57790f7 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/results.png differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch0.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch0.jpg new file mode 100644 index 0000000..198753b Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch0.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch1.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch1.jpg new file mode 100644 index 0000000..45851ca Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch1.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch2.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch2.jpg new file mode 100644 index 0000000..180c5c6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/train_batch2.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch0_labels.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch0_labels.jpg new file mode 100644 index 0000000..383e7a6 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch0_labels.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch0_pred.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch0_pred.jpg new file mode 100644 index 0000000..4943ee0 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch0_pred.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch1_labels.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch1_labels.jpg new file mode 100644 index 0000000..efbfa2f Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch1_labels.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch1_pred.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch1_pred.jpg new file mode 100644 index 0000000..1fc7679 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch1_pred.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch2_labels.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch2_labels.jpg new file mode 100644 index 0000000..9d9fa92 Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch2_labels.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch2_pred.jpg b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch2_pred.jpg new file mode 100644 index 0000000..22e9dff Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/val_batch2_pred.jpg differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/weights/best.pt b/YOLO/Dockerfiles/app/app/runs/train/exp2/weights/best.pt new file mode 100644 index 0000000..bfd2eea Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/weights/best.pt differ diff --git a/YOLO/Dockerfiles/app/app/runs/train/exp2/weights/last.pt b/YOLO/Dockerfiles/app/app/runs/train/exp2/weights/last.pt new file mode 100644 index 0000000..bfd2eea Binary files /dev/null and b/YOLO/Dockerfiles/app/app/runs/train/exp2/weights/last.pt differ diff --git a/YOLO/Dockerfiles/app/app/test.py b/YOLO/Dockerfiles/app/app/test.py new file mode 100644 index 0000000..c5adefa --- /dev/null +++ b/YOLO/Dockerfiles/app/app/test.py @@ -0,0 +1,18 @@ +import unittest + +class UnitTest(unittest.TestCase): + + def setUp(self): + import app + app = app.create_app() + app.testing = True + self.app = app.test_client() + + def test_yolo(self): + rv = self.app.get('/create/TEST/') + self.assertEqual(rv.status, '200 OK') + self.assertEqual(rv.data,b'5') + + +if __name__ == '__main__': + unittest.main() diff --git a/bdd/Dockerfiles/app/app/test.py b/bdd/Dockerfiles/app/app/test.py new file mode 100644 index 0000000..99e72e6 --- /dev/null +++ b/bdd/Dockerfiles/app/app/test.py @@ -0,0 +1,29 @@ +import unittest,json + +class UnitTest(unittest.TestCase): + + def setUp(self): + import app + app = app.create_app() + app.testing = True + self.app = app.test_client() + + def test_create(self): + rv = self.app.get('/create/TEST/') + self.assertEqual(rv.status, '200 OK') + self.assertEqual(rv.data,b'1') + + def test_question(self): + rv = self.app.get('/question/1/') + self.assertEqual(rv.status, '200 OK') + self.assertEqual(rv.data,b'{"attribut": "Smiling", "intitule": "Is the person smiling?", "response": "Yes;No"}') + + def test_update(self): + rv = self.app.get('/update/TEST/Smiling/1/') + self.assertEqual(rv.status,'200 OK') + n = json.loads(rv.data)['Nb'] + self.assertEqual(n,19) + +if __name__ == '__main__': + unittest.main() + diff --git a/grid-generation/Dockerfiles/app/app/test.py b/grid-generation/Dockerfiles/app/app/test.py new file mode 100644 index 0000000..16a101c --- /dev/null +++ b/grid-generation/Dockerfiles/app/app/test.py @@ -0,0 +1,17 @@ +import unittest + +class UnitTest(unittest.TestCase): + + def setUp(self): + import app + app = app.create_app() + app.testing = True + self.app = app.test_client() + + def test_c(self): + rv = self.app.get('/') + self.assertEqual(rv.status, '200 OK') + +if __name__ == '__main__': + unittest.main() + diff --git a/main/Dockerfiles/app/App/app/app.py b/main/Dockerfiles/app/App/app/app.py index d040504..e80beef 100644 --- a/main/Dockerfiles/app/App/app/app.py +++ b/main/Dockerfiles/app/App/app/app.py @@ -19,7 +19,7 @@ def create_app(): if request.method == "POST": # TO DO # GENERATE GRID - r = requests.get('http://127.0.0.1:50001/') + r = requests.get('http://127.0.0.1:50003/') #GRID filename = r.text shutil.copy('/Datasets/grids/'+filename+'.png', './static/images/'+filename+'.png') #r = requests.get('http://127.0.0.1:50011/create/TEST/') @@ -35,14 +35,14 @@ def create_app(): def play(id="grille",n=1): if (n==1): # Call YOLO - r = requests.get('http://127.0.0.1:50015/create/'+id+'/') - r = requests.get('http://127.0.0.1:50011/create/'+id+'/') + r = requests.get('http://127.0.0.1:50004/create/'+id+'/') #YOLO + r = requests.get('http://127.0.0.1:50001/create/'+id+'/') #BDD if (n > NB_QUESTIONS or n < 1) : abort(404) # TO DO # Get question n from database - r = requests.get("http://127.0.0.1:50011/question/"+str(n)).json() + r = requests.get("http://127.0.0.1:50001/question/"+str(n)).json() #BDD q = r["intitule"] attribute = r["attribut"] answers=r["response"].split(";") @@ -56,6 +56,9 @@ def create_app(): # TO DO # DELETE IMG # parameters : id + os.remove('./static/images/'+id+'.png') + os.remove('/Datasets/grids/'+id+'.png') + os.remove('/Datasets/database/'+id+'.csv') return redirect(url_for('homepage')) else: for a in answers: @@ -65,7 +68,7 @@ def create_app(): # TO DO # UPDATE GRID # parameters : attribute , response, id - r = requests.get("http://127.0.0.1:50009/update/"+id+"/"+attribute+"/"+response) + r = requests.get("http://127.0.0.1:50002/update/"+id+"/"+attribute+"/"+response) #UPDATE nb_characters = int(r.text) os.remove('./static/images/'+id+'.png') shutil.copy('/Datasets/grids/'+id+'.png', './static/images/'+id+'.png') @@ -77,14 +80,36 @@ def create_app(): # OR THE COMPUTER FOUND THE CHARACTER return redirect(url_for('end',id=id)) elif nb_characters == 0 : - return render_template('lost.html') + return redirect(url_for('lost',id=id)) else: return redirect(url_for('play',n=n+1, id=id)) return render_template('play.html', numero = n, question = q, img = id,answers=answers) + @app.route('/lost/', methods=['POST', 'GET']) + def lost(id = "grille") : + if request.method == "POST": + if 'YES' in request.form: + # TO DO + # GENERATE GRID + r = requests.get('http://127.0.0.1:50003/') #GRID + filename = r.text + shutil.copy('/Datasets/grids/'+filename+'.png', './static/images/'+filename+'.png') + os.remove('./static/images/'+id+'.png') + os.remove('/Datasets/grids/'+id+'.png') + os.remove('/Datasets/database/'+id+'.csv') + return redirect(url_for('play',n=1,id=filename)) + elif 'NO' in request.form: + # TO DO + # DELETE IMG + # parameters : id + os.remove('./static/images/'+id+'.png') + os.remove('/Datasets/grids/'+id+'.png') + os.remove('/Datasets/database/'+id+'.csv') + return redirect(url_for('homepage')) + return render_template('lost.html',img=id) @app.route('/end/', methods=['POST', 'GET']) def end(id = "grille") : @@ -92,7 +117,9 @@ def create_app(): if 'YES' in request.form: # TO DO # GENERATE GRID - filename = "grille" + r = requests.get('http://127.0.0.1:50003/') #GRID + filename = r.text + shutil.copy('/Datasets/grids/'+filename+'.png', './static/images/'+filename+'.png') return redirect(url_for('play',n=1,id=filename)) elif 'NO' in request.form: # TO DO diff --git a/main/Dockerfiles/app/App/app/app.py.save b/main/Dockerfiles/app/App/app/app.py.save deleted file mode 100644 index 2e985e1..0000000 --- a/main/Dockerfiles/app/App/app/app.py.save +++ /dev/null @@ -1,81 +0,0 @@ -# app/__init__.py - -from flask import Flask, render_template , request, redirect, url_for, abort -from flask_bootstrap import Bootstrap - -def create_app(): - app = Flask(__name__) - Bootstrap(app) - - - NB_QUESTIONS = 5 # Number of questions (i.e attributes handle by yolo) - - - - @app.route('/', methods=['POST', 'GET']) - def homepage(): - if request.method == "POST": - # TO DO - # GENERATE GRID - r = requests.get('127.0.0.1:50001/')filename = r - return redirect(url_for('play',n=1,id=filename)) - return render_template('homepage.html') - - - - - - @app.route('/play///', methods=['POST', 'GET']) - def play(id="grille",n=1): - if (n > NB_QUESTIONS or n < 1) : - abort(404) - # TO DO - # Get question n from database - q = "Does your character wear a hat ?" - attribute = "Hat" - if request.method == "POST": - if 'YES' in request.form: # ON CLICK YES - response = 1 - elif 'NO' in request.form: # ON CLICK NO - response = 0 - elif 'STOP' in request.form: # ON CLICK STOP - # TO DO - # DELETE IMG - # parameters : id - return redirect(url_for('homepage')) - # TO DO - # UPDATE GRID - # parameters : attribute , response, id - nb_characters = 2 # TO DO - if n == NB_QUESTIONS : - # EVERY QUESTIONS HAVE BEEN DONE - # Prendre un perso au pif ? - return redirect(url_for('end',id=id)) - elif nb_characters == 1 : - # OR THE COMPUTER FOUND THE CHARACTER - return redirect(url_for('end',id=id)) - else: - return redirect(url_for('play',n=n+1, id=id)) - return render_template('play.html', numero = n, question = q, img = id) - - - - - - @app.route('/end/', methods=['POST', 'GET']) - def end(id = "grille") : - if request.method == "POST": - if 'YES' in request.form: - # TO DO - # GENERATE GRID - filename = "grille" - return redirect(url_for('play',n=1,id=filename)) - elif 'NO' in request.form: - # TO DO - # DELETE IMG - # parameters : id - return redirect(url_for('homepage')) - - return render_template('end.html',img=id) - - return app diff --git a/main/Dockerfiles/app/App/app/test.py b/main/Dockerfiles/app/App/app/test.py new file mode 100644 index 0000000..c4753b5 --- /dev/null +++ b/main/Dockerfiles/app/App/app/test.py @@ -0,0 +1,30 @@ +import unittest + +class UnitTest(unittest.TestCase): + + def setUp(self): + import app + app = app.create_app() + app.testing = True + self.app = app.test_client() + + def test_homepage(self): + rv = self.app.get('/') + self.assertEqual(rv.status, '200 OK') + + def test_play(self): + NB_QUESTION = 9 + for q in range(NB_QUESTION) : + rv = self.app.get('/play/TEST/'+str(q)) + self.assertEqual(rv.status, '200 OK') + + def test_end(self): + rv = self.app.get('/end/TEST') + self.assertEqual(rv.status, '200 OK') + + def test_lost(self): + rv = self.app.get('/lost/TEST') + self.assertEqual(rv.status,'200 OK') + +if __name__ == '__main__': + unittest.main() diff --git a/update/Dockerfiles/app/app/app.py b/update/Dockerfiles/app/app/app.py index 7acb976..fb5ab8e 100644 --- a/update/Dockerfiles/app/app/app.py +++ b/update/Dockerfiles/app/app/app.py @@ -11,7 +11,7 @@ def create_app(): def update(id,attr,value): import update_grid; path = "/Datasets/grids/"# PATH TO VOLUME - r = requests.get("http://127.0.0.1:50011/update/"+id+"/"+attr+"/"+str(value)+"/") + r = requests.get("http://127.0.0.1:50001/update/"+id+"/"+attr+"/"+str(value)+"/") #BDD print("Message",file=sys.stdout) print(r,file=sys.stdout) dict = r.json() diff --git a/update/Dockerfiles/app/app/test.py b/update/Dockerfiles/app/app/test.py new file mode 100644 index 0000000..71fff99 --- /dev/null +++ b/update/Dockerfiles/app/app/test.py @@ -0,0 +1,17 @@ +import unittest + +class UnitTest(unittest.TestCase): + + def setUp(self): + import app + app = app.create_app() + app.testing = True + self.app = app.test_client() + + def test_create(self): + rv = self.app.get('/update/TEST/bald/1/') + self.assertEqual(rv.status, '200 OK') + self.assertEqual(rv.data,b'12') + +if __name__ == '__main__': + unittest.main() diff --git a/update/Dockerfiles/app/app/update_grid.py b/update/Dockerfiles/app/app/update_grid.py index a0d2b38..5f2a05a 100644 --- a/update/Dockerfiles/app/app/update_grid.py +++ b/update/Dockerfiles/app/app/update_grid.py @@ -1,6 +1,7 @@ """ UPDATE GRID """ import cv2 import os +import numpy as np # Path image : chemin vers la grille d'images de célébrités # Output image : chemin vers la grille avec l'image cachée @@ -12,5 +13,15 @@ def hide_image(path_img, output_img, x, y): y1 = int((y-0.1)*1090) x2 = int((x+0.1)*890) y2 = int((y+0.1)*1090) - cv2.rectangle(img, ( x1 , y1), ( x2, y2), (255, 255, 255), -1) + #shapes = np.zeros_like(img, np.uint8) + #cv2.rectangle(img, ( x1 , y1), ( x2, y2), (255, 255, 255), -1) + cv2.line(img,( x1 , y1), ( x2, y2), (0, 0, 255), 10) + cv2.line(img,( x1 , y2), ( x2, y1), (0, 0, 255), 10) + cv2.line(img,( x1 , y1), ( x1, y2), (0, 0, 255), 10) + cv2.line(img,( x2 , y1), ( x2, y2), (0, 0, 255), 10) + cv2.line(img,( x1 , y1), ( x2, y1), (0, 0, 255), 10) + cv2.line(img,( x1 , y2), ( x2, y2), (0, 0, 255), 10) + #alpha = 0.2 + #mask = shapes.astype(bool) + #img[mask] = cv2.addWeighted(img, alpha, shapes, 1 - alpha, 0)[mask] cv2.imwrite(output_img, img)