meandyou200175 commited on
Commit
047cee5
·
verified ·
1 Parent(s): 4c0330b

Upload folder using huggingface_hub

Browse files
BoxF1_curve.png ADDED

Git LFS Details

  • SHA256: dfb4f82ef725cf633859aca6b0321116be5a22844432a119579bd3e6db25903c
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
BoxPR_curve.png ADDED

Git LFS Details

  • SHA256: 591cfe732599d24202f2a53290ee1bd6caae47a039edfbf7bca7ad70e353856c
  • Pointer size: 130 Bytes
  • Size of remote file: 84.6 kB
BoxP_curve.png ADDED

Git LFS Details

  • SHA256: 5c465df4e3eefd061e7538f13ea3a882192f10d9b0534fb78c66aa3c59bdf7e6
  • Pointer size: 130 Bytes
  • Size of remote file: 92.2 kB
BoxR_curve.png ADDED

Git LFS Details

  • SHA256: dbc81b7e62b8c2bdfd475f4c47fb001adab0f949a22e08b9b300d0aebc65e0dc
  • Pointer size: 131 Bytes
  • Size of remote file: 100 kB
args.yaml ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolo11l.pt
4
+ data: data.yaml
5
+ epochs: 80
6
+ time: null
7
+ patience: 100
8
+ batch: 64
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device: null
14
+ workers: 8
15
+ project: null
16
+ name: train
17
+ exist_ok: false
18
+ pretrained: true
19
+ optimizer: auto
20
+ verbose: true
21
+ seed: 0
22
+ deterministic: true
23
+ single_cls: false
24
+ rect: false
25
+ cos_lr: false
26
+ close_mosaic: 10
27
+ resume: false
28
+ amp: true
29
+ fraction: 1.0
30
+ profile: false
31
+ freeze: null
32
+ multi_scale: false
33
+ compile: false
34
+ overlap_mask: true
35
+ mask_ratio: 4
36
+ dropout: 0.0
37
+ val: true
38
+ split: val
39
+ save_json: false
40
+ conf: null
41
+ iou: 0.7
42
+ max_det: 300
43
+ half: false
44
+ dnn: false
45
+ plots: true
46
+ source: null
47
+ vid_stride: 1
48
+ stream_buffer: false
49
+ visualize: false
50
+ augment: false
51
+ agnostic_nms: false
52
+ classes: null
53
+ retina_masks: false
54
+ embed: null
55
+ show: false
56
+ save_frames: false
57
+ save_txt: false
58
+ save_conf: false
59
+ save_crop: false
60
+ show_labels: true
61
+ show_conf: true
62
+ show_boxes: true
63
+ line_width: null
64
+ format: torchscript
65
+ keras: false
66
+ optimize: false
67
+ int8: false
68
+ dynamic: false
69
+ simplify: true
70
+ opset: null
71
+ workspace: null
72
+ nms: false
73
+ lr0: 0.01
74
+ lrf: 0.01
75
+ momentum: 0.937
76
+ weight_decay: 0.0005
77
+ warmup_epochs: 3.0
78
+ warmup_momentum: 0.8
79
+ warmup_bias_lr: 0.1
80
+ box: 7.5
81
+ cls: 0.5
82
+ dfl: 1.5
83
+ pose: 12.0
84
+ kobj: 1.0
85
+ nbs: 64
86
+ hsv_h: 0.015
87
+ hsv_s: 0.7
88
+ hsv_v: 0.4
89
+ degrees: 0.0
90
+ translate: 0.1
91
+ scale: 0.5
92
+ shear: 0.0
93
+ perspective: 0.0
94
+ flipud: 0.0
95
+ fliplr: 0.5
96
+ bgr: 0.0
97
+ mosaic: 1.0
98
+ mixup: 0.0
99
+ cutmix: 0.0
100
+ copy_paste: 0.0
101
+ copy_paste_mode: flip
102
+ auto_augment: randaugment
103
+ erasing: 0.4
104
+ cfg: null
105
+ tracker: botsort.yaml
106
+ save_dir: /root/runs/detect/train
confusion_matrix.png ADDED

Git LFS Details

  • SHA256: f5b1a0d36ac705bc66d242158e40282236c47e35d590d8be473eef320189dfcc
  • Pointer size: 130 Bytes
  • Size of remote file: 96.4 kB
confusion_matrix_normalized.png ADDED

Git LFS Details

  • SHA256: 024c7fee75cc0d93eb9ba4aa923461801c6a8da7bbd30abdf8c40665c8da760d
  • Pointer size: 130 Bytes
  • Size of remote file: 97.3 kB
labels.jpg ADDED

Git LFS Details

  • SHA256: 39d2f741f12fcaf59952542cfa12038e80ad17c2cf7ec1359a7ec9e75467487a
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
results.csv ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,time,train/box_loss,train/cls_loss,train/dfl_loss,metrics/precision(B),metrics/recall(B),metrics/mAP50(B),metrics/mAP50-95(B),val/box_loss,val/cls_loss,val/dfl_loss,lr/pg0,lr/pg1,lr/pg2
2
+ 1,20.7999,1.2255,1.91458,1.27521,0.00527,0.2439,0.00326,0.00144,3.02608,inf,67.7954,0.00054,0.00054,0.00054
3
+ 2,31.6492,1.13093,0.9581,1.18891,0,0,0,0,nan,nan,nan,0.00108639,0.00108639,0.00108639
4
+ 3,42.3002,1.18129,0.99845,1.22356,0,0,0,0,nan,nan,nan,0.00161892,0.00161892,0.00161892
5
+ 4,53.2689,1.18471,0.9747,1.23148,0.00648,0.06379,0.00272,0.00102,nan,nan,nan,0.00192575,0.00192575,0.00192575
6
+ 5,64.2672,1.1359,0.93334,1.20782,0.23791,0.33677,0.13295,0.06897,nan,nan,nan,0.001901,0.001901,0.001901
7
+ 6,75.3114,1.10021,0.88084,1.18306,0.29872,0.61726,0.28164,0.14617,1.76386,10.6115,2.68051,0.00187625,0.00187625,0.00187625
8
+ 7,86.3424,1.06505,0.84586,1.17018,0.51811,0.53189,0.48406,0.30739,1.55374,5.90812,1.88678,0.0018515,0.0018515,0.0018515
9
+ 8,97.4878,1.01694,0.77797,1.14079,0.68127,0.7242,0.72255,0.47359,1.18619,3.80809,1.54416,0.00182675,0.00182675,0.00182675
10
+ 9,108.654,0.99592,0.76328,1.12741,0.7131,0.74672,0.78579,0.54255,1.13007,1.63994,1.37675,0.001802,0.001802,0.001802
11
+ 10,119.782,0.96615,0.72314,1.10138,0.6618,0.74895,0.69949,0.46608,1.17605,1.48255,1.3941,0.00177725,0.00177725,0.00177725
12
+ 11,130.88,0.9472,0.70595,1.09523,0.8069,0.7561,0.83406,0.58026,1.06682,1.37913,1.2754,0.0017525,0.0017525,0.0017525
13
+ 12,141.94,0.96355,0.71542,1.11125,0.78192,0.77767,0.83143,0.58467,1.04659,1.39815,1.30389,0.00172775,0.00172775,0.00172775
14
+ 13,153.081,0.9402,0.69347,1.09837,0.7372,0.71315,0.77687,0.54186,1.15989,1.46712,1.34756,0.001703,0.001703,0.001703
15
+ 14,164.207,0.9389,0.69787,1.10074,0.78843,0.78657,0.8388,0.59391,1.02729,1.18987,1.22123,0.00167825,0.00167825,0.00167825
16
+ 15,175.251,0.91008,0.66942,1.07764,0.82706,0.84053,0.88715,0.64313,0.9872,0.82332,1.191,0.0016535,0.0016535,0.0016535
17
+ 16,186.905,0.88291,0.63608,1.06198,0.81058,0.80019,0.83849,0.60758,0.97082,0.86422,1.18417,0.00162875,0.00162875,0.00162875
18
+ 17,198.42,0.88794,0.63919,1.06185,0.83249,0.77955,0.84113,0.61276,1.00565,0.79734,1.20152,0.001604,0.001604,0.001604
19
+ 18,209.334,0.86525,0.6173,1.05683,0.84481,0.80957,0.87792,0.63999,0.97498,0.81157,1.19351,0.00157925,0.00157925,0.00157925
20
+ 19,220.267,0.86943,0.61628,1.04802,0.80836,0.81238,0.85794,0.63068,0.96865,0.80597,1.18008,0.0015545,0.0015545,0.0015545
21
+ 20,231.288,0.86695,0.61375,1.05439,0.88076,0.81238,0.89724,0.65857,0.97303,0.73804,1.1722,0.00152975,0.00152975,0.00152975
22
+ 21,242.347,0.85173,0.60371,1.03464,0.8403,0.85084,0.90338,0.68019,0.91055,0.79737,1.1468,0.001505,0.001505,0.001505
23
+ 22,253.5,0.83656,0.58643,1.03727,0.82298,0.8243,0.88042,0.65218,0.93652,0.74373,1.16465,0.00148025,0.00148025,0.00148025
24
+ 23,264.424,0.82658,0.57308,1.02552,0.88361,0.85461,0.91248,0.67564,0.92222,0.70394,1.15215,0.0014555,0.0014555,0.0014555
25
+ 24,275.337,0.83753,0.58776,1.0329,0.87141,0.81373,0.90524,0.67754,0.9119,0.6846,1.144,0.00143075,0.00143075,0.00143075
26
+ 25,286.291,0.83198,0.57297,1.03208,0.85809,0.81426,0.88694,0.6615,0.91982,0.74469,1.15951,0.001406,0.001406,0.001406
27
+ 26,297.269,0.83607,0.57328,1.0211,0.88318,0.82981,0.90557,0.68964,0.8914,0.63267,1.12486,0.00138125,0.00138125,0.00138125
28
+ 27,308.334,0.80371,0.54979,1.00966,0.821,0.84522,0.8778,0.66147,0.90758,0.73875,1.17508,0.0013565,0.0013565,0.0013565
29
+ 28,320.08,0.81772,0.55622,1.01654,0.82842,0.87413,0.9041,0.67832,0.91254,0.67087,1.16036,0.00133175,0.00133175,0.00133175
30
+ 29,331.096,0.79492,0.54709,1.01253,0.88204,0.85835,0.92166,0.70402,0.89285,0.61214,1.14139,0.001307,0.001307,0.001307
31
+ 30,342.131,0.78763,0.538,1.00634,0.88184,0.88837,0.9375,0.7138,0.86989,0.60982,1.11742,0.00128225,0.00128225,0.00128225
32
+ 31,353.194,0.79562,0.53645,1.0159,0.87139,0.85805,0.90904,0.6912,0.88592,0.66625,1.14494,0.0012575,0.0012575,0.0012575
33
+ 32,364.166,0.7806,0.52444,0.99972,0.85296,0.85741,0.9104,0.69348,0.87211,0.65616,1.10231,0.00123275,0.00123275,0.00123275
34
+ 33,375.173,0.77598,0.5231,0.99824,0.87545,0.87038,0.92224,0.70749,0.86755,0.59698,1.1237,0.001208,0.001208,0.001208
35
+ 34,386.246,0.76079,0.50574,0.99333,0.89467,0.86054,0.92713,0.7057,0.87382,0.61259,1.11804,0.00118325,0.00118325,0.00118325
36
+ 35,397.262,0.77196,0.51174,1.00294,0.88152,0.86867,0.92635,0.70623,0.86349,0.63572,1.11408,0.0011585,0.0011585,0.0011585
37
+ 36,408.214,0.77335,0.50147,0.99945,0.87461,0.8964,0.93418,0.71408,0.84389,0.59983,1.09892,0.00113375,0.00113375,0.00113375
38
+ 37,419.221,0.75809,0.50353,0.9899,0.8945,0.86961,0.93528,0.72754,0.81839,0.58576,1.07228,0.001109,0.001109,0.001109
39
+ 38,430.302,0.75925,0.50224,0.98793,0.88648,0.86773,0.91899,0.70745,0.86139,0.60643,1.11778,0.00108425,0.00108425,0.00108425
40
+ 39,441.278,0.76491,0.49836,0.99834,0.88621,0.89869,0.93539,0.72494,0.84715,0.55433,1.10514,0.0010595,0.0010595,0.0010595
41
+ 40,452.285,0.76277,0.48717,0.99053,0.87812,0.88555,0.92519,0.72499,0.84249,0.59299,1.10159,0.00103475,0.00103475,0.00103475
42
+ 41,463.709,0.74566,0.47743,0.98088,0.89334,0.88649,0.93197,0.73052,0.83271,0.57538,1.09072,0.00101,0.00101,0.00101
43
+ 42,474.888,0.73501,0.47525,0.97619,0.88506,0.89775,0.9384,0.72879,0.831,0.54455,1.08224,0.00098525,0.00098525,0.00098525
44
+ 43,485.848,0.74294,0.48188,0.98676,0.89418,0.87989,0.93549,0.72491,0.84709,0.55028,1.102,0.0009605,0.0009605,0.0009605
45
+ 44,496.917,0.72416,0.46609,0.97597,0.87462,0.87689,0.92687,0.71878,0.83957,0.63098,1.10116,0.00093575,0.00093575,0.00093575
46
+ 45,507.847,0.72553,0.46582,0.97242,0.89432,0.89962,0.9411,0.72961,0.82592,0.54798,1.08879,0.000911,0.000911,0.000911
47
+ 46,518.927,0.71665,0.45891,0.96827,0.90318,0.90619,0.94575,0.73132,0.84662,0.53111,1.09208,0.00088625,0.00088625,0.00088625
48
+ 47,530.013,0.7264,0.4621,0.97858,0.89635,0.89024,0.94084,0.72843,0.83524,0.52396,1.10515,0.0008615,0.0008615,0.0008615
49
+ 48,540.972,0.72005,0.45829,0.97505,0.90023,0.88873,0.93702,0.73662,0.8285,0.52149,1.08588,0.00083675,0.00083675,0.00083675
50
+ 49,552.079,0.70914,0.44631,0.96811,0.90917,0.90244,0.93935,0.73881,0.83048,0.5044,1.09307,0.000812,0.000812,0.000812
51
+ 50,563.161,0.7041,0.44591,0.96596,0.91468,0.90901,0.9451,0.74432,0.81669,0.51003,1.07216,0.00078725,0.00078725,0.00078725
52
+ 51,574.258,0.70511,0.44541,0.96232,0.91097,0.90226,0.9489,0.74796,0.79634,0.5061,1.07283,0.0007625,0.0007625,0.0007625
53
+ 52,585.277,0.70543,0.43708,0.95832,0.90861,0.88086,0.93939,0.74763,0.80199,0.51166,1.07223,0.00073775,0.00073775,0.00073775
54
+ 53,596.241,0.69929,0.4348,0.95603,0.91191,0.89587,0.94083,0.74824,0.80137,0.49922,1.07743,0.000713,0.000713,0.000713
55
+ 54,607.923,0.68587,0.42506,0.96151,0.91153,0.88649,0.94582,0.74281,0.80767,0.51175,1.07145,0.00068825,0.00068825,0.00068825
56
+ 55,618.917,0.68746,0.42553,0.9579,0.90707,0.89737,0.93628,0.74185,0.80792,0.50054,1.07862,0.0006635,0.0006635,0.0006635
57
+ 56,629.921,0.68227,0.42092,0.95065,0.90898,0.90432,0.94726,0.75526,0.80187,0.48354,1.05785,0.00063875,0.00063875,0.00063875
58
+ 57,641.025,0.67948,0.42182,0.95092,0.8981,0.90942,0.94294,0.74928,0.8076,0.49061,1.08927,0.000614,0.000614,0.000614
59
+ 58,652.017,0.67172,0.4155,0.94564,0.90965,0.89722,0.94599,0.75208,0.787,0.50545,1.05844,0.00058925,0.00058925,0.00058925
60
+ 59,663.008,0.66466,0.40919,0.94766,0.91755,0.90819,0.95248,0.7552,0.79547,0.48095,1.06788,0.0005645,0.0005645,0.0005645
61
+ 60,673.974,0.67471,0.41267,0.94741,0.90542,0.91276,0.95197,0.75452,0.79777,0.48429,1.06102,0.00053975,0.00053975,0.00053975
62
+ 61,684.979,0.66143,0.40477,0.94602,0.91239,0.9015,0.9499,0.75513,0.81159,0.48336,1.07696,0.000515,0.000515,0.000515
63
+ 62,695.974,0.65776,0.3954,0.94581,0.90577,0.90525,0.94787,0.7589,0.79624,0.49256,1.07539,0.00049025,0.00049025,0.00049025
64
+ 63,707.036,0.65972,0.39718,0.93822,0.90287,0.91562,0.94982,0.75702,0.79734,0.47987,1.06961,0.0004655,0.0004655,0.0004655
65
+ 64,718.058,0.64504,0.3893,0.93171,0.91141,0.90525,0.94924,0.75825,0.79832,0.48145,1.0649,0.00044075,0.00044075,0.00044075
66
+ 65,729.057,0.6446,0.39012,0.93374,0.92219,0.90994,0.95223,0.76822,0.78639,0.46683,1.06475,0.000416,0.000416,0.000416
67
+ 66,740.59,0.64899,0.38657,0.93344,0.92299,0.91088,0.95314,0.76131,0.78745,0.46243,1.06455,0.00039125,0.00039125,0.00039125
68
+ 67,751.663,0.64366,0.38734,0.93322,0.9197,0.90807,0.94907,0.75942,0.79889,0.47792,1.07326,0.0003665,0.0003665,0.0003665
69
+ 68,762.609,0.64099,0.38404,0.93463,0.92112,0.90924,0.94806,0.76339,0.78718,0.46334,1.0769,0.00034175,0.00034175,0.00034175
70
+ 69,773.612,0.63645,0.37705,0.93094,0.91679,0.90948,0.94617,0.76345,0.79639,0.48316,1.06634,0.000317,0.000317,0.000317
71
+ 70,784.566,0.62662,0.37189,0.92642,0.92031,0.91557,0.95499,0.76359,0.78485,0.44291,1.06788,0.00029225,0.00029225,0.00029225
72
+ 71,798.87,0.62753,0.37184,0.92309,0.91326,0.92026,0.9554,0.76378,0.78141,0.45023,1.05653,0.0002675,0.0002675,0.0002675
73
+ 72,809.88,0.62174,0.35406,0.91509,0.92976,0.90994,0.95759,0.77138,0.76563,0.44671,1.051,0.00024275,0.00024275,0.00024275
74
+ 73,820.915,0.6055,0.34207,0.90726,0.91709,0.92351,0.95696,0.77104,0.76728,0.44765,1.05178,0.000218,0.000218,0.000218
75
+ 74,831.81,0.60942,0.33707,0.90932,0.93255,0.90794,0.95433,0.76618,0.77761,0.4447,1.06348,0.00019325,0.00019325,0.00019325
76
+ 75,842.77,0.60501,0.34017,0.90507,0.9256,0.91182,0.95303,0.76834,0.7697,0.44255,1.05979,0.0001685,0.0001685,0.0001685
77
+ 76,853.673,0.59582,0.33413,0.90154,0.92167,0.91618,0.95276,0.76686,0.77424,0.44267,1.06331,0.00014375,0.00014375,0.00014375
78
+ 77,864.539,0.5865,0.33143,0.90182,0.9254,0.92026,0.95334,0.77109,0.77255,0.44088,1.06103,0.000119,0.000119,0.000119
79
+ 78,875.45,0.58575,0.32656,0.89939,0.92506,0.91477,0.95321,0.77156,0.77384,0.43707,1.06562,9.425e-05,9.425e-05,9.425e-05
80
+ 79,886.439,0.57887,0.32121,0.89615,0.9228,0.91945,0.95545,0.77488,0.76796,0.43473,1.06048,6.95e-05,6.95e-05,6.95e-05
81
+ 80,897.457,0.57928,0.32177,0.90242,0.92187,0.91745,0.95516,0.7727,0.76642,0.43216,1.06161,4.475e-05,4.475e-05,4.475e-05
results.png ADDED

Git LFS Details

  • SHA256: 10aff6e016e76ba6e153135e770af04bc54cf7103a28b7207123d2f4ea6e998c
  • Pointer size: 131 Bytes
  • Size of remote file: 229 kB
train_batch0.jpg ADDED

Git LFS Details

  • SHA256: 0e30135006db4e2b20b47d99de0f29f5ca3482af8a67540346584929fee03a45
  • Pointer size: 131 Bytes
  • Size of remote file: 568 kB
train_batch1.jpg ADDED

Git LFS Details

  • SHA256: 4e27916ccadc0c6b8b8e38090a75d31ebd515a9af04d9eb67d4a89d8ec3d8a88
  • Pointer size: 131 Bytes
  • Size of remote file: 649 kB
train_batch1960.jpg ADDED

Git LFS Details

  • SHA256: f59db4d9405b2f59cf8a61426fddb7ced9db3bc66c35e6db080b5592c09c4fc2
  • Pointer size: 131 Bytes
  • Size of remote file: 489 kB
train_batch1961.jpg ADDED

Git LFS Details

  • SHA256: a4cdc0032f270c7b162847d11fa6f4652d44b5ea6b2800aea0fe2b856dce6f9b
  • Pointer size: 131 Bytes
  • Size of remote file: 499 kB
train_batch1962.jpg ADDED

Git LFS Details

  • SHA256: fcb6a212bbe0ae7807ca42f63ed218f258836bbc68d5bdb874c87a49da3c6d0f
  • Pointer size: 131 Bytes
  • Size of remote file: 549 kB
train_batch2.jpg ADDED

Git LFS Details

  • SHA256: 9f633d12761af57859a53ccf95eae38f822382675365cb34d3b73fccbeb048d7
  • Pointer size: 131 Bytes
  • Size of remote file: 697 kB
val_batch0_labels.jpg ADDED

Git LFS Details

  • SHA256: fc962e203bf8b158f6ab6cbb470d0115710ffea651dc970f2642112be625d7d2
  • Pointer size: 131 Bytes
  • Size of remote file: 485 kB
val_batch0_pred.jpg ADDED

Git LFS Details

  • SHA256: 112a19ccabc59292c6bc2600a14a1911b86c280596bc0accec1ff5feaa77b45b
  • Pointer size: 131 Bytes
  • Size of remote file: 499 kB
val_batch1_labels.jpg ADDED

Git LFS Details

  • SHA256: f981e4118420d63823d121f45ed0bc2e900b6feca497e02b4a9909d1acb267ff
  • Pointer size: 131 Bytes
  • Size of remote file: 491 kB
val_batch1_pred.jpg ADDED

Git LFS Details

  • SHA256: a8a97a96c92cee246ce1cdfcee405afcb3f096e697c80edfa8123ef7791ade69
  • Pointer size: 131 Bytes
  • Size of remote file: 511 kB
val_batch2_labels.jpg ADDED

Git LFS Details

  • SHA256: 8bab21a55149bff09a9048e512219380d2b71d6947b78db722cb2df461cea6d7
  • Pointer size: 131 Bytes
  • Size of remote file: 641 kB
val_batch2_pred.jpg ADDED

Git LFS Details

  • SHA256: de21025fedd18bcf04f732500d60af4fb4499c627e238dde01929c47d42d7210
  • Pointer size: 131 Bytes
  • Size of remote file: 662 kB
weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6eb813ab2c0a1df7b31f22074ecf038e8e9b9187ec87e0edf3ce30e6ace06f
3
+ size 51200153
weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164eba46a2eb3a69bb3aca9418c20bdccc582e25a6f11e100e2544e8ee2f2a28
3
+ size 51200153