yolov5训练日志

 

 

(wind_2021) J:\PytorchProject\yolov5_train_car_2024060501>
(wind_2021) J:\PytorchProject\yolov5_train_car_2024060501>python train_20230320.py --img-size 640 --batch-size 2 --epochs 300 --data ./data/myvoc.yaml --cfg ./models/yolov5m.yaml --workers 0
Using torch 1.8.1+cu111 CUDA:0 (NVIDIA GeForce RTX 3080 Laptop GPU, 16383.5MB)


Namespace(adam=False, batch_size=2, bucket='', cache_images=False, cfg='./models/yolov5m.yaml', data='./data/myvoc.yaml', device='', epochs=300, evolve=False, exist_ok=False, global_rank=-1, hyp='data/hyp.scratch.yaml', image_weights=False, img_size=[640, 640], local_rank=-1, log_artifacts=False, log_imgs=16, multi_scale=False, name='exp', noautoanchor=False, nosave=False, notest=False, project='runs/train', quad=False, rect=False, resume=False, save_dir='runs\\train\\exp4', single_cls=False, sync_bn=False, total_batch_size=2, weights='./models/yolov5s.pt', workers=0, world_size=1)
Start Tensorboard with "tensorboard --logdir runs/train", view at http://localhost:6006/
Hyperparameters {'lr0': 0.01, 'lrf': 0.2, '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}
Overriding model.yaml nc=80 with nc=6

                 from  n    params  module                                  arguments
  0                -1  1      5280  models.common.Focus                     [3, 48, 3]
  1                -1  1     41664  models.common.Conv                      [48, 96, 3, 2]
  2                -1  1     65280  models.common.C3                        [96, 96, 2]
  3                -1  1    166272  models.common.Conv                      [96, 192, 3, 2]
  4                -1  1    629760  models.common.C3                        [192, 192, 6]
  5                -1  1    664320  models.common.Conv                      [192, 384, 3, 2]
  6                -1  1   2512896  models.common.C3                        [384, 384, 6]
  7                -1  1   2655744  models.common.Conv                      [384, 768, 3, 2]
  8                -1  1   1476864  models.common.SPP                       [768, 768, [5, 9, 13]]
  9                -1  1   4134912  models.common.C3                        [768, 768, 2, False]
 10                -1  1    295680  models.common.Conv                      [768, 384, 1, 1]
 11                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']
 12           [-1, 6]  1         0  models.common.Concat                    [1]
 13                -1  1   1182720  models.common.C3                        [768, 384, 2, False]
 14                -1  1     74112  models.common.Conv                      [384, 192, 1, 1]
 15                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']
 16           [-1, 4]  1         0  models.common.Concat                    [1]
 17                -1  1    296448  models.common.C3                        [384, 192, 2, False]
 18                -1  1    332160  models.common.Conv                      [192, 192, 3, 2]
 19          [-1, 14]  1         0  models.common.Concat                    [1]
 20                -1  1   1035264  models.common.C3                        [384, 384, 2, False]
 21                -1  1   1327872  models.common.Conv                      [384, 384, 3, 2]
 22          [-1, 10]  1         0  models.common.Concat                    [1]
 23                -1  1   4134912  models.common.C3                        [768, 768, 2, False]
 24      [17, 20, 23]  1     44451  models.yolo.Detect                      [6, [[10, 13, 16, 30, 33, 23], [30, 61, 62, 45, 59, 119], [116, 90, 156, 198, 373, 326]], [192, 384, 768]]
Model Summary: 391 layers, 21076611 parameters, 21076611 gradients, 50.5 GFLOPS

Transferred 59/506 items from ./models/yolov5s.pt
Scaled weight_decay = 0.0005
Optimizer groups: 86 .bias, 86 conv.weight, 83 other
Scanning 'VOC_2024060501\labels' for images and labels... 873 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████████████████████████████| 873/873 [00:00<00:00, 2040.25it/s]
New cache created: VOC_2024060501\labels.cache
Scanning 'VOC_2024060501\labels.cache' for images and labels... 873 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████████████████████████████████| 873/873 [00:00<?, ?it/s]
Scanning 'VOC_2024060501\labels' for images and labels... 155 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████████████████████████████| 155/155 [00:00<00:00, 2220.23it/s]
New cache created: VOC_2024060501\labels.cache
Scanning 'VOC_2024060501\labels.cache' for images and labels... 155 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████████████████████████████████| 155/155 [00:00<?, ?it/s]
Plotting labels...

Analyzing anchors... anchors/target = 6.22, Best Possible Recall (BPR) = 1.0000
Image sizes 640 train, 640 test
Using 0 dataloader workers
Logging results to runs\train\exp4
Starting training for 300 epochs...

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     0/299     1.14G    0.1091   0.06352   0.05355    0.2262         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:14<00:00,  5.41it/s]
                 all         155         929      0.0462       0.661      0.0681      0.0138

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     1/299      1.2G    0.0859   0.05434   0.04898    0.1892        16       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.91it/s]
                 all         155         929        0.37      0.0323       0.103      0.0411

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     2/299      1.2G    0.0846   0.05942   0.04776    0.1918        20       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.15it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:13<00:00,  5.82it/s]
                 all         155         929           0           0     0.00559     0.00136

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     3/299      1.2G   0.08195   0.06746    0.0487    0.1981         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.15it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.57it/s]
                 all         155         929       0.132       0.401       0.153       0.052

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     4/299      1.2G    0.0709   0.04869   0.04734    0.1669        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.15it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929        0.11       0.918       0.225      0.0661

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     5/299      1.2G    0.0602   0.04452   0.04659    0.1513        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.151       0.926       0.392       0.178

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     6/299      1.2G   0.05812   0.04172    0.0465    0.1463        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.15it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.66it/s]
                 all         155         929       0.162        0.94       0.429       0.213

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     7/299      1.2G   0.05315   0.03923   0.04533    0.1377        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.168       0.961       0.452       0.189

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     8/299      1.2G   0.05156    0.0376    0.0438     0.133         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.15it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929       0.181       0.924       0.495       0.236

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     9/299      1.2G   0.04938   0.03564   0.04233    0.1274         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929       0.196       0.989       0.586       0.307

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    10/299      1.2G   0.04588   0.03535   0.03986    0.1211        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.74it/s]
                 all         155         929       0.195       0.997        0.62       0.357

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    11/299      1.2G   0.04524   0.03384   0.03809    0.1172         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.69it/s]
                 all         155         929        0.19       0.994       0.704       0.458

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    12/299      1.2G   0.04486   0.03365   0.03646     0.115        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.60it/s]
                 all         155         929       0.213       0.986       0.697       0.345

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    13/299      1.2G   0.04221   0.03314   0.03414    0.1095        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.236        0.99       0.739       0.452

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    14/299      1.2G   0.04157   0.03217    0.0318    0.1055        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.263        0.99       0.788       0.499

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    15/299      1.2G   0.04142   0.03209   0.02863    0.1021         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.80it/s]
                 all         155         929       0.338       0.991        0.82       0.553

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    16/299      1.2G   0.04127   0.03075    0.0271   0.09912         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.323       0.991       0.844       0.584

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    17/299      1.2G   0.04053   0.03094   0.02478   0.09625        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.341       0.989       0.882       0.571

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    18/299      1.2G   0.03952   0.03024    0.0231   0.09285        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.70it/s]
                 all         155         929       0.338       0.994       0.946       0.611

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    19/299      1.2G   0.03903   0.03021    0.0209   0.09013         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.70it/s]
                 all         155         929       0.375        0.99       0.914       0.464

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    20/299      1.2G   0.03971   0.02915   0.01831   0.08718        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.67it/s]
                 all         155         929        0.36       0.995       0.978       0.715

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    21/299      1.2G   0.04035    0.0296   0.01591   0.08586         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.94it/s]
                 all         155         929       0.396       0.992       0.976         0.7

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    22/299      1.2G   0.03823   0.02985   0.01372    0.0818        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.424       0.991       0.983       0.702

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    23/299      1.2G   0.03826   0.02906   0.01226   0.07959         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.98it/s]
                 all         155         929       0.494       0.989       0.982       0.651

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    24/299      1.2G   0.03697   0.02807   0.01108   0.07612         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.05it/s]
                 all         155         929       0.589       0.989       0.985       0.758

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    25/299      1.2G   0.03582   0.02904   0.00956   0.07442        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.67it/s]
                 all         155         929       0.699       0.989       0.983       0.755

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    26/299      1.2G   0.03702   0.02834  0.008716   0.07407        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.15it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.679       0.988       0.984       0.745

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    27/299      1.2G   0.03602   0.02733   0.00829   0.07165         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.15it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.779       0.989       0.985       0.721

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    28/299      1.2G   0.03252   0.02716  0.007759   0.06744         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.07it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.67it/s]
                 all         155         929       0.763       0.989       0.983       0.725

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    29/299      1.2G   0.03414   0.02692  0.007086   0.06815         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.814       0.987       0.982       0.787

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    30/299      1.2G   0.03574   0.02671  0.007545      0.07         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.863        0.99       0.986       0.785

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    31/299      1.2G   0.03229   0.02572  0.006849   0.06486        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.841       0.988       0.982       0.796

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    32/299      1.2G   0.03242   0.02701  0.006739   0.06617        19       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.68it/s]
                 all         155         929       0.829       0.988       0.984       0.779

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    33/299      1.2G   0.03295   0.02624  0.006839   0.06603         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.843       0.987       0.985       0.799

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    34/299      1.2G   0.02998   0.02583  0.006376   0.06219        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.87it/s]
                 all         155         929       0.808       0.988       0.985       0.789

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    35/299      1.2G   0.03211   0.02554  0.006373   0.06402         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.15it/s]
                 all         155         929       0.808       0.987       0.983       0.799

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    36/299      1.2G   0.03244   0.02506  0.006397    0.0639         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929       0.884       0.987       0.984       0.825

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    37/299      1.2G   0.03051   0.02488  0.006139   0.06153        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.88it/s]
                 all         155         929       0.836       0.987       0.984       0.838

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    38/299      1.2G   0.03025   0.02441  0.006063   0.06073         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.856       0.987       0.985       0.838

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    39/299      1.2G   0.02914   0.02514  0.006119    0.0604         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.76it/s]
                 all         155         929       0.832       0.987       0.983       0.824

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    40/299      1.2G   0.02887   0.02376   0.00563   0.05825         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.849       0.986       0.985       0.839

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    41/299      1.2G   0.02967    0.0242  0.005705   0.05958         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.96it/s]
                 all         155         929       0.854       0.989       0.986       0.829

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    42/299      1.2G    0.0271   0.02351  0.005517   0.05613        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.68it/s]
                 all         155         929       0.833       0.988       0.985       0.843

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    43/299      1.2G   0.02864   0.02434  0.005486   0.05847        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929        0.85       0.987       0.986       0.812

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    44/299      1.2G   0.02968   0.02426  0.005575   0.05952        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.76it/s]
                 all         155         929       0.841       0.988       0.985       0.836

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    45/299      1.2G   0.02721   0.02346    0.0057   0.05638         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.842       0.988       0.985       0.788

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    46/299      1.2G   0.03037   0.02357  0.005368    0.0593        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.69it/s]
                 all         155         929       0.859       0.988       0.985       0.807

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    47/299      1.2G   0.02902   0.02333  0.005413   0.05776         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.848       0.988       0.984       0.846

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    48/299      1.2G   0.02749   0.02252  0.005571   0.05558         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.74it/s]
                 all         155         929       0.882       0.989       0.988       0.834

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    49/299      1.2G   0.02725   0.02297  0.005235   0.05546         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.881       0.987       0.984       0.844

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    50/299      1.2G   0.02632   0.02185  0.005027    0.0532        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.864       0.987       0.985        0.86

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    51/299      1.2G   0.02622   0.02239  0.005163   0.05377        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.87it/s]
                 all         155         929       0.869       0.988       0.986       0.862

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    52/299      1.2G   0.02643   0.02263   0.00452   0.05358         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.06it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.69it/s]
                 all         155         929       0.897       0.988       0.985       0.848

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    53/299      1.2G   0.02623    0.0221  0.005062   0.05339        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.67it/s]
                 all         155         929       0.859       0.987       0.984       0.842

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    54/299      1.2G   0.02512   0.02093  0.004952   0.05101        19       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.843       0.987       0.983       0.848

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    55/299      1.2G   0.02595   0.02153  0.004999   0.05248         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.856       0.988       0.983        0.86

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    56/299      1.2G   0.02746   0.02221  0.004933   0.05459         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.859       0.987       0.985       0.854

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    57/299      1.2G   0.02377   0.02098  0.004686   0.04944         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.87it/s]
                 all         155         929       0.856       0.987       0.985       0.847

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    58/299      1.2G   0.02501   0.02115  0.004691   0.05085         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.867       0.988       0.986       0.867

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    59/299      1.2G   0.02524   0.02194  0.004855   0.05204        17       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.852       0.988       0.985       0.863

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    60/299      1.2G   0.02579   0.02117  0.004902   0.05187        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.865       0.988       0.985       0.865

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    61/299      1.2G   0.02471   0.02092  0.004829   0.05046         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.882       0.988       0.987       0.873

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    62/299      1.2G   0.02484   0.02203  0.004734   0.05161        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.879       0.988       0.987       0.869

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    63/299      1.2G   0.02309   0.02028   0.00489   0.04826        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.857       0.988       0.986       0.876

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    64/299      1.2G   0.02543   0.02137  0.004688   0.05149        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.845       0.988       0.987       0.869

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    65/299      1.2G   0.02444   0.02082  0.004942   0.05021         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.851       0.988       0.987        0.87

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    66/299      1.2G   0.02431   0.02042   0.00509   0.04983         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.857       0.988       0.986       0.879

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    67/299      1.2G   0.02438   0.02114  0.004941   0.05046        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929       0.851       0.988       0.986       0.866

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    68/299      1.2G   0.02385   0.02041  0.004811   0.04907         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.866       0.989       0.987       0.881

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    69/299      1.2G   0.02371   0.02014   0.00451   0.04835        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.868       0.988       0.985       0.881

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    70/299      1.2G   0.02422   0.02112  0.004689   0.05003        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.866       0.988       0.987       0.884

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    71/299      1.2G    0.0233   0.02017  0.004544     0.048         2       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929       0.862       0.988       0.987       0.882

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    72/299      1.2G   0.02275   0.02041  0.004516   0.04767         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.80it/s]
                 all         155         929       0.867       0.989       0.988       0.881

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    73/299      1.2G   0.02296      0.02  0.004475   0.04744         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.12it/s]
                 all         155         929       0.863       0.988       0.988       0.888

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    74/299      1.2G   0.02286   0.01967  0.004323   0.04685        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.87it/s]
                 all         155         929       0.862       0.987       0.985       0.878

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    75/299      1.2G   0.02364    0.0204  0.004565   0.04861        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.858       0.988       0.986       0.875

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    76/299      1.2G    0.0238   0.02005  0.004519   0.04838         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.06it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.80it/s]
                 all         155         929       0.861       0.987       0.985       0.884

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    77/299      1.2G   0.02259   0.01998  0.004701   0.04727        17       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.80it/s]
                 all         155         929       0.849       0.988       0.987       0.889

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    78/299      1.2G   0.02246   0.01913  0.004362   0.04595         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.70it/s]
                 all         155         929       0.883       0.989       0.987       0.886

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    79/299      1.2G   0.02352   0.02023  0.004597   0.04835         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.72it/s]
                 all         155         929       0.869       0.988       0.987       0.879

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    80/299      1.2G   0.02242   0.02013  0.004482   0.04702        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.76it/s]
                 all         155         929       0.878       0.987       0.987       0.881

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    81/299      1.2G   0.02225   0.01897  0.004264   0.04548         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.887       0.988       0.987        0.88

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    82/299      1.2G   0.02303   0.01986  0.004596   0.04748        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.875       0.987       0.987       0.889

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    83/299      1.2G   0.02149   0.01907  0.004413   0.04497        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929        0.86       0.988       0.988       0.896

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    84/299      1.2G   0.02219   0.01998  0.004271   0.04644         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.70it/s]
                 all         155         929       0.862       0.988       0.987       0.894

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    85/299      1.2G   0.02252   0.01997  0.004509     0.047         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.62it/s]
                 all         155         929        0.87       0.987       0.986       0.884

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    86/299      1.2G   0.02117   0.01874  0.004133   0.04404         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.94it/s]
                 all         155         929       0.865       0.987       0.986       0.893

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    87/299      1.2G   0.02127   0.01863   0.00431   0.04421        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.872       0.987       0.988       0.891

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    88/299      1.2G   0.02246   0.01926  0.004499   0.04622         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.80it/s]
                 all         155         929        0.88       0.987       0.987        0.89

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    89/299      1.2G   0.02112   0.01853  0.004479   0.04412         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.872       0.987       0.987       0.897

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    90/299      1.2G   0.02105   0.01968  0.003978   0.04471         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.69it/s]
                 all         155         929       0.853       0.988       0.988       0.896

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    91/299      1.2G   0.02135    0.0184  0.004015   0.04377         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.62it/s]
                 all         155         929        0.89       0.987       0.988         0.9

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    92/299      1.2G   0.02032   0.01796  0.004045   0.04232        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.859       0.988       0.987       0.898

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    93/299      1.2G   0.02128   0.01896  0.004006   0.04424        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.61it/s]
                 all         155         929        0.86       0.988       0.987       0.896

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    94/299      1.2G    0.0218   0.01919  0.004734   0.04573        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.59it/s]
                 all         155         929       0.871       0.988       0.986       0.887

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    95/299      1.2G   0.02083   0.01921  0.004188   0.04422        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.76it/s]
                 all         155         929        0.85       0.989       0.987        0.89

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    96/299      1.2G   0.02036   0.01845  0.004192     0.043        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.72it/s]
                 all         155         929        0.86       0.988       0.987       0.898

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    97/299      1.2G   0.02154   0.01832  0.004357   0.04421        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929       0.873       0.989       0.988       0.911

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    98/299      1.2G   0.02049   0.01824  0.004501   0.04324        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.874       0.989       0.987       0.903

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    99/299      1.2G    0.0206    0.0185  0.004194    0.0433        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.06it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.864       0.988       0.987       0.901

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   100/299      1.2G   0.02008   0.01785  0.004181    0.0421        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.76it/s]
                 all         155         929       0.861       0.987       0.987       0.903

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   101/299      1.2G   0.02083   0.01822  0.004315   0.04337         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.66it/s]
                 all         155         929       0.868       0.989       0.988       0.908

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   102/299      1.2G   0.02055   0.01866  0.004217   0.04342        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.69it/s]
                 all         155         929        0.86       0.989       0.987       0.897

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   103/299      1.2G   0.02024    0.0182   0.00402   0.04246         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.857       0.988       0.986       0.901

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   104/299      1.2G   0.01948   0.01808  0.003913   0.04148        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.847       0.988       0.987       0.906

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   105/299      1.2G   0.01972   0.01777  0.004032   0.04153        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929        0.86       0.988       0.987       0.907

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   106/299      1.2G   0.01949   0.01844  0.004192   0.04212        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.78it/s]
                 all         155         929       0.865       0.989       0.989       0.906

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   107/299      1.2G   0.02062     0.018  0.003745   0.04237         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.87it/s]
                 all         155         929       0.864       0.988       0.988       0.909

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   108/299      1.2G   0.01943   0.01757  0.004116   0.04111         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.68it/s]
                 all         155         929       0.857       0.989       0.988       0.911

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   109/299      1.2G   0.01967   0.01836  0.004297   0.04233        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.01it/s]
                 all         155         929       0.857       0.988       0.987       0.903

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   110/299      1.2G   0.01967   0.01792  0.004546   0.04214         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.872       0.988       0.988       0.906

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   111/299      1.2G   0.02062   0.01814  0.004363   0.04313         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.845       0.989       0.988       0.905

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   112/299      1.2G   0.01953   0.01789  0.003869    0.0413        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.80it/s]
                 all         155         929       0.859       0.988       0.988       0.906

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   113/299      1.2G   0.02061   0.01832  0.004005   0.04293        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.863       0.988       0.987       0.906

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   114/299      1.2G   0.02026   0.01822  0.004163   0.04264        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.70it/s]
                 all         155         929       0.864       0.988       0.987       0.908

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   115/299      1.2G   0.01806   0.01651  0.003888   0.03846        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.858       0.988       0.988       0.916

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   116/299      1.2G   0.01861   0.01707  0.004316      0.04         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.853       0.988       0.986       0.909

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   117/299      1.2G   0.01928    0.0178  0.004088   0.04116         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929        0.86       0.988       0.987       0.904

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   118/299      1.2G   0.01954   0.01779  0.004115   0.04144        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.97it/s]
                 all         155         929       0.866       0.988       0.987       0.906

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   119/299      1.2G   0.01977   0.01771  0.003996   0.04147        19       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.849       0.988       0.987       0.905

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   120/299      1.2G   0.01965   0.01742  0.004456   0.04153        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.873       0.988       0.988       0.914

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   121/299      1.2G   0.01856   0.01741  0.003932    0.0399        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.862       0.988       0.987       0.907

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   122/299      1.2G   0.01952   0.01744  0.003719   0.04068        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.88it/s]
                 all         155         929        0.86       0.988       0.987       0.914

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   123/299      1.2G   0.01881   0.01744  0.004173   0.04042        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.68it/s]
                 all         155         929       0.873       0.988       0.988       0.913

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   124/299      1.2G   0.01787   0.01645  0.004144   0.03846        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929       0.867       0.988       0.987        0.92

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   125/299      1.2G    0.0183   0.01652   0.00396   0.03878         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.78it/s]
                 all         155         929       0.875       0.988       0.987        0.91

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   126/299      1.2G   0.01907   0.01708  0.003587   0.03974         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.862       0.988       0.987       0.912

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   127/299      1.2G   0.01833   0.01704  0.004071   0.03944        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.873       0.988       0.987       0.914

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   128/299      1.2G    0.0194    0.0176  0.004109   0.04111        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.02it/s]
                 all         155         929       0.863       0.988       0.987       0.912

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   129/299      1.2G   0.01851   0.01701  0.003811   0.03933        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.78it/s]
                 all         155         929       0.864       0.988       0.987       0.909

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   130/299      1.2G   0.01762   0.01614  0.004239     0.038         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929       0.867       0.987       0.987       0.912

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   131/299      1.2G   0.01801    0.0165  0.003983   0.03849         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.872       0.987       0.986       0.912

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   132/299      1.2G   0.01732   0.01597  0.003635   0.03693         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.875       0.988       0.988       0.917

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   133/299      1.2G    0.0178   0.01698  0.003883   0.03867        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929       0.884       0.988       0.989       0.919

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   134/299      1.2G   0.01842   0.01717   0.00384   0.03943         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.07it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.72it/s]
                 all         155         929       0.877       0.988       0.988       0.918

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   135/299      1.2G   0.01838   0.01679   0.00399   0.03916         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.07it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.74it/s]
                 all         155         929       0.874       0.988       0.987       0.913

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   136/299      1.2G   0.01713   0.01628  0.003817   0.03723         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929        0.88       0.988       0.987       0.917

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   137/299      1.2G   0.01768   0.01615  0.003704   0.03754         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.872       0.988       0.987       0.919

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   138/299      1.2G   0.01791   0.01602  0.003724   0.03766         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.66it/s]
                 all         155         929       0.886       0.987       0.986       0.916

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   139/299      1.2G   0.01751   0.01655  0.003774   0.03783         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.74it/s]
                 all         155         929       0.884       0.987       0.987       0.918

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   140/299      1.2G   0.01787   0.01609  0.003692   0.03766        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.877       0.987       0.987       0.923

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   141/299      1.2G   0.01716   0.01624  0.003713   0.03711         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.76it/s]
                 all         155         929       0.883       0.988       0.988       0.915

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   142/299      1.2G   0.01773   0.01592  0.003732   0.03739        19       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.66it/s]
                 all         155         929       0.865       0.987       0.986       0.918

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   143/299      1.2G   0.01632   0.01608  0.003642   0.03605         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929        0.86       0.988       0.986       0.916

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   144/299      1.2G   0.01729    0.0162  0.004046   0.03753        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.99it/s]
                 all         155         929       0.877       0.988       0.986       0.923

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   145/299      1.2G   0.01758   0.01631  0.003716    0.0376        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.62it/s]
                 all         155         929       0.871       0.987       0.985       0.918

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   146/299      1.2G   0.01706    0.0162  0.003816   0.03708        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.867       0.988       0.987       0.923

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   147/299      1.2G   0.01637   0.01517  0.003632   0.03517         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.78it/s]
                 all         155         929       0.879       0.988       0.986       0.924

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   148/299      1.2G   0.01678   0.01547  0.004161   0.03641         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.07it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.72it/s]
                 all         155         929       0.878       0.988       0.987       0.918

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   149/299      1.2G    0.0181   0.01627  0.003863   0.03823        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.883       0.988       0.986       0.919

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   150/299      1.2G   0.01739   0.01622  0.003635   0.03725         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.866       0.988       0.986       0.917

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   151/299      1.2G   0.01633   0.01584  0.003556   0.03573        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929        0.87       0.988       0.985       0.922

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   152/299      1.2G    0.0164    0.0153  0.003728   0.03543        18       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.72it/s]
                 all         155         929       0.871       0.988       0.985        0.92

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   153/299      1.2G   0.01674    0.0161  0.003792   0.03663        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.886       0.988       0.987       0.922

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   154/299      1.2G   0.01683     0.016  0.003958   0.03679         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.869       0.988       0.987       0.922

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   155/299      1.2G   0.01657   0.01554   0.00377   0.03588         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.13it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929        0.87       0.988       0.987        0.92

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   156/299      1.2G   0.01654   0.01569  0.003483   0.03572        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.97it/s]
                 all         155         929       0.882       0.988       0.987       0.925

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   157/299      1.2G   0.01713   0.01593  0.003573   0.03663         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929        0.88       0.988       0.987       0.917

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   158/299      1.2G   0.01681   0.01558  0.003654   0.03604        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.877       0.988       0.987       0.917

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   159/299      1.2G   0.01676   0.01519  0.003797   0.03575        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.883       0.988       0.987       0.923

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   160/299      1.2G   0.01712   0.01604  0.003558   0.03672         2       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.866       0.988       0.986       0.923

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   161/299      1.2G   0.01728    0.0154  0.003762   0.03643         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.03it/s]
                 all         155         929       0.871       0.988       0.986       0.917

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   162/299      1.2G   0.01603   0.01571  0.003451   0.03519         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.07it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.876       0.988       0.987       0.924

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   163/299      1.2G   0.01629   0.01571  0.003988   0.03599         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.08it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.877       0.988       0.987       0.925

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   164/299      1.2G    0.0164   0.01562  0.003507   0.03553         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.13it/s]
                 all         155         929       0.872       0.988       0.987       0.925

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   165/299      1.2G   0.01527   0.01473  0.003609   0.03361        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929        0.87       0.988       0.986       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   166/299      1.2G   0.01609   0.01556  0.003802   0.03546        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929        0.88       0.988       0.986       0.925

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   167/299      1.2G   0.01558    0.0148  0.003703   0.03409        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929        0.86       0.988       0.986       0.925

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   168/299      1.2G   0.01594   0.01483  0.003894   0.03466         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929       0.876       0.988       0.987       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   169/299      1.2G   0.01655   0.01574  0.003805    0.0361        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.80it/s]
                 all         155         929       0.876       0.988       0.987       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   170/299      1.2G   0.01613    0.0155  0.003612   0.03524         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:21<00:00,  3.09it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.98it/s]
                 all         155         929        0.89       0.988       0.988       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   171/299      1.2G   0.01546   0.01505  0.003429   0.03394        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:22<00:00,  3.06it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.37it/s]
                 all         155         929       0.877       0.988       0.988        0.93

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   172/299      1.2G    0.0162   0.01526  0.003449   0.03491        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.10it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.874       0.988       0.988       0.929

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   173/299      1.2G   0.01578    0.0149  0.003573   0.03425         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929       0.875       0.988       0.987       0.928

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   174/299      1.2G   0.01557   0.01471  0.003772   0.03405        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.73it/s]
                 all         155         929       0.873       0.988       0.988       0.924

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   175/299      1.2G   0.01633   0.01509  0.003703   0.03513         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.00it/s]
                 all         155         929       0.873       0.988       0.986       0.928

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   176/299      1.2G   0.01542   0.01515  0.003573   0.03414        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.11it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929       0.875       0.988       0.988       0.926

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   177/299      1.2G   0.01525   0.01479  0.003901   0.03395        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.873       0.989       0.988       0.933

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   178/299      1.2G   0.01552   0.01491  0.003609   0.03404        18       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:20<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.53it/s]
                 all         155         929       0.872       0.988       0.987       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   179/299      1.2G   0.01486   0.01489  0.003294   0.03304        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.93it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.30it/s]
                 all         155         929       0.871       0.988       0.987       0.928

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   180/299      1.2G   0.01577   0.01476  0.003536   0.03406         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:29<00:00,  2.93it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.37it/s]
                 all         155         929       0.878       0.988       0.988       0.925

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   181/299      1.2G   0.01582   0.01524  0.003506   0.03456        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:34<00:00,  2.82it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:11<00:00,  6.71it/s]
                 all         155         929       0.875       0.988       0.987       0.925

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   182/299      1.2G   0.01492   0.01456  0.003499   0.03298        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:36<00:00,  2.79it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:11<00:00,  6.84it/s]
                 all         155         929       0.887       0.988       0.987       0.933

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   183/299      1.2G   0.01537   0.01495  0.003878    0.0342         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:32<00:00,  2.87it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.36it/s]
                 all         155         929       0.884       0.989       0.988       0.933

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   184/299      1.2G   0.01516    0.0149  0.003739   0.03379        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:29<00:00,  2.92it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.32it/s]
                 all         155         929       0.883       0.988       0.988       0.931

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   185/299      1.2G   0.01463   0.01433  0.003306   0.03226        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:33<00:00,  2.84it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.40it/s]
                 all         155         929       0.886       0.988       0.987       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   186/299      1.2G   0.01469   0.01458  0.003413   0.03268        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.43it/s]
                 all         155         929       0.883       0.988       0.986       0.929

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   187/299      1.2G   0.01481   0.01432  0.003786   0.03292        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.93it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.26it/s]
                 all         155         929       0.884       0.988       0.986       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   188/299      1.2G   0.01452    0.0145  0.003418   0.03244        16       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:29<00:00,  2.93it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.36it/s]
                 all         155         929       0.881       0.988       0.987       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   189/299      1.2G   0.01523   0.01473    0.0035   0.03346        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.33it/s]
                 all         155         929       0.877        0.99       0.987       0.931

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   190/299      1.2G   0.01515   0.01478  0.003605   0.03354        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:29<00:00,  2.93it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.36it/s]
                 all         155         929       0.867       0.988       0.986        0.93

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   191/299      1.2G   0.01448   0.01444  0.003507   0.03242         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:34<00:00,  2.83it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.27it/s]
                 all         155         929       0.873       0.988       0.988       0.927

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   192/299      1.2G   0.01517   0.01452  0.003584   0.03327         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.26it/s]
                 all         155         929       0.878       0.988       0.987        0.93

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   193/299      1.2G   0.01477   0.01451  0.003528   0.03281         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.36it/s]
                 all         155         929       0.885       0.988       0.987        0.93

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   194/299      1.2G   0.01408   0.01367  0.003117   0.03087        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:30<00:00,  2.91it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.25it/s]
                 all         155         929       0.876       0.988       0.987       0.932

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   195/299      1.2G   0.01496   0.01424  0.003439   0.03264        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.28it/s]
                 all         155         929       0.879       0.988       0.987       0.931

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   196/299      1.2G   0.01422   0.01408  0.003617   0.03192        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.23it/s]
                 all         155         929       0.864        0.99       0.987       0.926

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   197/299      1.2G   0.01425   0.01414  0.003207    0.0316         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:29<00:00,  2.93it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.34it/s]
                 all         155         929       0.878       0.988       0.986       0.932

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   198/299      1.2G   0.01473   0.01431  0.003356   0.03239         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.31it/s]
                 all         155         929       0.877       0.988       0.987       0.929

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   199/299      1.2G   0.01418   0.01436  0.003482   0.03202         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:29<00:00,  2.93it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:11<00:00,  7.06it/s]
                 all         155         929       0.876       0.988       0.987       0.932

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   200/299      1.2G   0.01378   0.01345  0.003349   0.03058        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.43it/s]
                 all         155         929       0.872       0.988       0.987       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   201/299      1.2G   0.01432   0.01414  0.003553   0.03202        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:28<00:00,  2.94it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.39it/s]
                 all         155         929       0.874       0.988       0.986       0.929

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   202/299      1.2G   0.01413   0.01394  0.003445   0.03151         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:40<00:00,  2.72it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:14<00:00,  5.56it/s]
                 all         155         929       0.867       0.988       0.985       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   203/299      1.2G   0.01434   0.01398  0.003688     0.032        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:26<00:00,  2.98it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.33it/s]
                 all         155         929       0.866       0.988       0.987       0.932

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   204/299      1.2G   0.01453   0.01388  0.003879    0.0323         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:23<00:00,  3.05it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.89it/s]
                 all         155         929       0.875       0.988       0.986       0.928

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   205/299      1.2G   0.01394   0.01358  0.003612   0.03113         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.878        0.99       0.987       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   206/299      1.2G   0.01453   0.01398   0.00362   0.03213        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929       0.873       0.989       0.987       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   207/299      1.2G   0.01424   0.01397  0.003232   0.03144        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.94it/s]
                 all         155         929       0.871       0.988       0.986       0.933

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   208/299      1.2G   0.01358   0.01364  0.003188   0.03041        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.90it/s]
                 all         155         929       0.881        0.99       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   209/299      1.2G   0.01373    0.0134  0.003503   0.03063        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.873        0.99       0.987       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   210/299      1.2G   0.01399   0.01375   0.00367   0.03141        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.93it/s]
                 all         155         929       0.875       0.988       0.987       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   211/299      1.2G   0.01381    0.0136  0.003203   0.03062        16       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.871       0.988       0.987       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   212/299      1.2G   0.01375   0.01371  0.003205   0.03066         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.05it/s]
                 all         155         929       0.877       0.988       0.987       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   213/299      1.2G   0.01354   0.01335   0.00345   0.03034         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929       0.869        0.99       0.988       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   214/299      1.2G    0.0134   0.01351  0.003216   0.03012         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929        0.87       0.988       0.988       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   215/299      1.2G   0.01373   0.01327  0.003589   0.03059         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.91it/s]
                 all         155         929       0.876       0.988       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   216/299      1.2G   0.01362   0.01382  0.003416   0.03086         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.99it/s]
                 all         155         929       0.877       0.988       0.987       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   217/299      1.2G   0.01345   0.01317  0.003701   0.03033         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.18it/s]
                 all         155         929       0.872        0.99       0.987       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   218/299      1.2G   0.01343   0.01348  0.003568   0.03047        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.876       0.988       0.986       0.933

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   219/299      1.2G   0.01322   0.01358  0.003708   0.03051        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.97it/s]
                 all         155         929       0.874        0.99       0.987       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   220/299      1.2G   0.01356   0.01332  0.003411    0.0303        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.98it/s]
                 all         155         929       0.871        0.99       0.987       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   221/299      1.2G   0.01358   0.01347  0.003085   0.03014         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.99it/s]
                 all         155         929       0.874        0.99       0.987       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   222/299      1.2G   0.01354   0.01349  0.003293   0.03032        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.03it/s]
                 all         155         929       0.872        0.99       0.987       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   223/299      1.2G   0.01314   0.01334  0.003043   0.02952         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.869       0.988       0.987       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   224/299      1.2G   0.01322   0.01295  0.003312   0.02949        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.13it/s]
                 all         155         929       0.868       0.988       0.987       0.933

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   225/299      1.2G   0.01331   0.01355  0.003413   0.03026        14       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.18it/s]
                 all         155         929       0.869        0.99       0.987       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   226/299      1.2G   0.01288   0.01293  0.003338   0.02915         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.94it/s]
                 all         155         929       0.869       0.989       0.987       0.932

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   227/299      1.2G   0.01334   0.01297  0.003125   0.02943         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.99it/s]
                 all         155         929       0.871       0.988       0.986       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   228/299      1.2G   0.01326   0.01318  0.003101   0.02954        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.96it/s]
                 all         155         929       0.877       0.988       0.985       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   229/299      1.2G   0.01354   0.01368  0.003543   0.03077         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.873       0.988       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   230/299      1.2G   0.01377   0.01376  0.003337   0.03087        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.13it/s]
                 all         155         929       0.872       0.988       0.986       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   231/299      1.2G   0.01339   0.01329  0.003307   0.02999        20       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.03it/s]
                 all         155         929       0.865       0.988       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   232/299      1.2G   0.01311   0.01313  0.003426   0.02967        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.868       0.988       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   233/299      1.2G   0.01322   0.01288  0.003307    0.0294         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.08it/s]
                 all         155         929       0.867       0.988       0.987       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   234/299      1.2G   0.01275   0.01268  0.002923   0.02834        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929       0.863       0.989       0.987       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   235/299      1.2G   0.01254   0.01265  0.003425   0.02862        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.01it/s]
                 all         155         929       0.865       0.989       0.986       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   236/299      1.2G   0.01283    0.0131  0.003045   0.02897         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.19it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.03it/s]
                 all         155         929       0.871       0.988       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   237/299      1.2G   0.01265   0.01282  0.003125    0.0286        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.866       0.988       0.986       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   238/299      1.2G   0.01287   0.01306  0.003291   0.02922        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.864       0.987       0.986       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   239/299      1.2G   0.01303   0.01317  0.003456   0.02966        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.98it/s]
                 all         155         929       0.865       0.989       0.986       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   240/299      1.2G   0.01312     0.013   0.00354   0.02966        17       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929       0.861        0.99       0.986       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   241/299      1.2G   0.01255    0.0129  0.003159   0.02861        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.50it/s]
                 all         155         929       0.871       0.989       0.987       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   242/299      1.2G   0.01278   0.01304  0.003408   0.02924        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.868       0.988       0.985       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   243/299      1.2G    0.0128     0.013  0.003215   0.02901         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.875       0.988       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   244/299      1.2G    0.0127   0.01276  0.003614   0.02907        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.864       0.989       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   245/299      1.2G   0.01269   0.01324  0.003471    0.0294        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.97it/s]
                 all         155         929       0.868       0.988       0.985       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   246/299      1.2G   0.01262   0.01294  0.003028   0.02858        18       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.96it/s]
                 all         155         929       0.869       0.988       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   247/299      1.2G   0.01273   0.01297  0.003368   0.02907        20       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.871       0.989       0.987       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   248/299      1.2G   0.01239   0.01293  0.003227   0.02854        16       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.90it/s]
                 all         155         929        0.87       0.989       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   249/299      1.2G   0.01247   0.01285  0.003102   0.02842        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.04it/s]
                 all         155         929        0.87       0.989       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   250/299      1.2G   0.01267   0.01281  0.003129   0.02861        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.19it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.868        0.99       0.987       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   251/299      1.2G   0.01279   0.01295  0.003355   0.02909        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.89it/s]
                 all         155         929       0.872       0.989       0.986       0.941

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   252/299      1.2G   0.01294   0.01287  0.003234   0.02905         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.88it/s]
                 all         155         929       0.863        0.99       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   253/299      1.2G   0.01259   0.01257  0.003251   0.02841         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.80it/s]
                 all         155         929       0.872       0.988       0.986       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   254/299      1.2G   0.01278   0.01265  0.003348   0.02878         3       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.17it/s]
                 all         155         929       0.873       0.988       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   255/299      1.2G   0.01254   0.01272  0.003268   0.02853         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.866       0.989       0.986       0.935

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   256/299      1.2G   0.01315   0.01277  0.003213   0.02913         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.19it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.82it/s]
                 all         155         929       0.874       0.988       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   257/299      1.2G   0.01277   0.01249  0.003249   0.02851        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.19it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.869       0.988       0.986       0.934

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   258/299      1.2G   0.01237   0.01293  0.003289   0.02859         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.19it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.00it/s]
                 all         155         929       0.877       0.988       0.986       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   259/299      1.2G   0.01224    0.0129  0.003081   0.02822         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.02it/s]
                 all         155         929       0.869       0.988       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   260/299      1.2G   0.01238   0.01251   0.00336   0.02826         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.99it/s]
                 all         155         929       0.868       0.989       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   261/299      1.2G   0.01276   0.01258  0.003334   0.02868        15       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.00it/s]
                 all         155         929       0.874       0.988       0.986       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   262/299      1.2G   0.01242   0.01245  0.003361   0.02823        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.88it/s]
                 all         155         929       0.873       0.989       0.987       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   263/299      1.2G   0.01233   0.01277  0.003342   0.02845         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929       0.882       0.988       0.986       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   264/299      1.2G   0.01269   0.01276  0.003422   0.02887        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.90it/s]
                 all         155         929       0.875       0.989       0.987       0.942

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   265/299      1.2G   0.01257   0.01264  0.003235   0.02845        21       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.886       0.988       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   266/299      1.2G   0.01249   0.01255   0.00305    0.0281        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.14it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.883       0.988       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   267/299      1.2G   0.01236   0.01276  0.002857   0.02798        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:16<00:00,  3.19it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.94it/s]
                 all         155         929       0.878       0.988       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   268/299      1.2G   0.01274   0.01293   0.00334     0.029        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.04it/s]
                 all         155         929       0.883       0.988       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   269/299      1.2G   0.01217   0.01256  0.003428   0.02816         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.90it/s]
                 all         155         929       0.874        0.99       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   270/299      1.2G   0.01241   0.01245  0.003257   0.02812        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.85it/s]
                 all         155         929        0.87        0.99       0.987       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   271/299      1.2G   0.01282   0.01259  0.003401   0.02881        19       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.11it/s]
                 all         155         929       0.871       0.988       0.987       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   272/299      1.2G   0.01261   0.01267  0.003132   0.02841         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.01it/s]
                 all         155         929       0.872       0.988       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   273/299      1.2G   0.01228   0.01252  0.003559   0.02836         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.91it/s]
                 all         155         929       0.875       0.988       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   274/299      1.2G   0.01226   0.01274  0.003237   0.02824        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.99it/s]
                 all         155         929       0.877       0.988       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   275/299      1.2G   0.01199   0.01229  0.003047   0.02733         5       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.93it/s]
                 all         155         929        0.87       0.989       0.987       0.941

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   276/299      1.2G   0.01243   0.01224  0.003062   0.02773        19       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.97it/s]
                 all         155         929       0.873       0.989       0.987       0.942

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   277/299      1.2G   0.01221   0.01223  0.003365   0.02781        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.94it/s]
                 all         155         929       0.877       0.988       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   278/299      1.2G   0.01199   0.01231  0.002826   0.02712        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.873       0.988       0.986       0.938

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   279/299      1.2G   0.01233   0.01243   0.00313   0.02789        20       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.86it/s]
                 all         155         929       0.882       0.988       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   280/299      1.2G   0.01189   0.01248  0.003146   0.02752         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.03it/s]
                 all         155         929       0.877       0.988       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   281/299      1.2G   0.01215   0.01219   0.00312   0.02746         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.71it/s]
                 all         155         929       0.876       0.988       0.986       0.941

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   282/299      1.2G   0.01223   0.01238   0.00311   0.02771        24       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.81it/s]
                 all         155         929       0.874       0.988       0.986       0.941

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   283/299      1.2G   0.01276   0.01267  0.003215   0.02864        17       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929       0.874       0.989       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   284/299      1.2G   0.01227   0.01231  0.003119   0.02769         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.83it/s]
                 all         155         929       0.868       0.989       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   285/299      1.2G   0.01209   0.01203  0.003704   0.02782         7       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.88it/s]
                 all         155         929       0.865       0.989       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   286/299      1.2G   0.01244   0.01231  0.003196   0.02795         9       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.866       0.989       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   287/299      1.2G   0.01215   0.01239  0.003217   0.02775         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.18it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.871       0.989       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   288/299      1.2G   0.01195   0.01234  0.003162   0.02746         8       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.95it/s]
                 all         155         929       0.875       0.989       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   289/299      1.2G   0.01227   0.01276   0.00328   0.02832        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.79it/s]
                 all         155         929       0.874       0.988       0.986       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   290/299      1.2G   0.01232   0.01248  0.003462   0.02826        11       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.84it/s]
                 all         155         929       0.867       0.988       0.986       0.937

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   291/299      1.2G    0.0123   0.01239  0.003307     0.028        22       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:19<00:00,  3.12it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.865       0.989       0.986        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   292/299      1.2G   0.01221   0.01207  0.003251   0.02753        12       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.75it/s]
                 all         155         929        0.87       0.988       0.986       0.942

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   293/299      1.2G     0.012   0.01237  0.003077   0.02744         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.92it/s]
                 all         155         929       0.873       0.989       0.986       0.942

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   294/299      1.2G   0.01197   0.01207  0.002999   0.02704        23       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.77it/s]
                 all         155         929       0.875       0.989       0.987       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   295/299      1.2G   0.01193   0.01225  0.003393   0.02758         4       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.78it/s]
                 all         155         929       0.872       0.989       0.987        0.94

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   296/299      1.2G   0.01198   0.01219  0.003427    0.0276        18       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.80it/s]
                 all         155         929       0.874       0.989       0.986       0.936

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   297/299      1.2G   0.01205   0.01231  0.003193   0.02756         6       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  8.00it/s]
                 all         155         929       0.877       0.988       0.986       0.939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   298/299      1.2G   0.01196   0.01193  0.002981   0.02687        13       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:17<00:00,  3.17it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:09<00:00,  7.91it/s]
                 all         155         929       0.876       0.988       0.986       0.941

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   299/299      1.2G    0.0121   0.01233  0.002978   0.02741        10       640: 100%|███████████████████████████████████████████████████████████████████████████████████████████████| 437/437 [02:18<00:00,  3.16it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████████████████████████████████| 78/78 [00:10<00:00,  7.49it/s]
                 all         155         929       0.875       0.989       0.986       0.939
Optimizer stripped from runs\train\exp4\weights\last.pt, 42.5MB
Optimizer stripped from runs\train\exp4\weights\best.pt, 42.5MB
300 epochs completed in 12.592 hours.


(wind_2021) J:\PytorchProject\yolov5_train_car_2024060501>
(wind_2021) J:\PytorchProject\yolov5_train_car_2024060501>
(wind_2021) J:\PytorchProject\yolov5_train_car_2024060501>
(wind_2021) J:\PytorchProject\yolov5_train_car_2024060501>
(wind_2021) J:\PytorchProject\yolov5_train_car_2024060501>

  

 

 

 

 

 

 

####################################

posted @ 2024-06-06 11:49  西北逍遥  阅读(5)  评论(0编辑  收藏  举报