• yolov5训练警告反光标检测模型日志


    yolov5训练警告反光标检测模型日志

    1、标注数据

     

    2、整理数据

    3、训练:修改:myvoc.yaml

     myvoc.yaml
     
    train: VOC_2022052001/train.txt
    val: VOC_2022052001/val.txt
    
    # number of classes
    nc: 1
    
    # class names
    names: ["warning"]

    4、开始训练

    python train_20220520.py --img-size 640 --batch-size 1 --epochs 300 --data ./data/myvoc.yaml --cfg ./models/yolov5m.yaml --workers 0
    训练日志
    (wind_2021) F:\PytorchProject\yolov5_train_warning>
    (wind_2021) F:\PytorchProject\yolov5_train_warning>
    (wind_2021) F:\PytorchProject\yolov5_train_warning>python train_20220520.py --img-size 640 --batch-size 1 --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=1, 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\\exp2', single_cls=False, sync_bn=False, total_batch_size=1, weights='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=1
    
                     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     24246  models.yolo.Detect                      [1, [[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, 21056406 parameters, 21056406 gradients, 50.4 GFLOPS
    
    Transferred 59/506 items from yolov5s.pt
    Scaled weight_decay = 0.0005
    Optimizer groups: 86 .bias, 86 conv.weight, 83 other
    Scanning 'VOC_2022052001\labels' for images and labels... 341 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████| 341/341 [00:00<00:00, 1891.93it/s]
    New cache created: VOC_2022052001\labels.cache
    Scanning 'VOC_2022052001\labels' for images and labels... 61 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████████| 61/61 [00:00<00:00, 2084.54it/s]
    New cache created: VOC_2022052001\labels.cache                                                                                                                       | 0/61 [00:00<?, ?it/s]
                                                                                                                                                                                                Plotting labels... 052001\labels.cache' for images and labels... 61 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████████████| 61/61 [00:00<?, ?it/s]
    Scanning 'VOC_2022052001\labels.cache' for images and labels... 341 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████| 341/341 [00:00<?, ?it/s]
    Scanning 'VOC_2022052001\labels.cache' for images and labels... 61 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████████████| 61/61 [00:00<?, ?it/s]
    
    Analyzing anchors... anchors/target = 5.90, Best Possible Recall (BPR) = 1.0000
    Image sizes 640 train, 640 test
    Using 0 dataloader workers
    Logging results to runs\train\exp2
    Starting training for 300 epochs...
    Starting training for 300 epochs...
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         0/299     1.22G    0.1006   0.03639         0     0.137         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:16<00:00,  4.44it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:05<00:00, 11.15it/s]
                     all          61         124    5.46e-05     0.00806    1.79e-06    1.79e-07
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         1/299      1.2G    0.0903   0.04164         0    0.1319         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.48it/s]
                     all          61         124           0           0    3.48e-05    3.48e-06
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         2/299      1.2G   0.07705   0.03868         0    0.1157         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.75it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.37it/s]
                     all          61         124      0.0459      0.0726      0.0135     0.00226
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         3/299      1.2G    0.0841   0.03379         0    0.1179         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.10it/s]
                     all          61         124           0           0     0.00207     0.00028
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         4/299      1.2G   0.07959   0.03881         0    0.1184         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.04it/s]
                     all          61         124           0           0      0.0266     0.00378
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         5/299      1.2G   0.07725   0.03535         0    0.1126         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.46it/s]
                     all          61         124           1     0.00806       0.108      0.0214
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         6/299      1.2G   0.07278   0.03301         0    0.1058         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.86it/s]
                     all          61         124           0           0       0.108      0.0176
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         7/299      1.2G   0.07129    0.0335         0    0.1048         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:06<00:00,  8.76it/s]
                     all          61         124           0           0       0.107      0.0199
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         8/299      1.2G    0.0666   0.03191         0   0.09851         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.37it/s]
                     all          61         124       0.189       0.685       0.292      0.0728
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         9/299      1.2G   0.06408   0.02968         0   0.09376         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.93it/s]
                     all          61         124       0.144       0.548       0.188      0.0454
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        10/299      1.2G   0.05881   0.03124         0   0.09005         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.92it/s]
                     all          61         124      0.0988       0.927       0.382      0.0939
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        11/299      1.2G   0.05711   0.02889         0     0.086         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.87it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.70it/s]
                     all          61         124      0.0944       0.911       0.229      0.0497
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        12/299      1.2G     0.056   0.02745         0   0.08345         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.62it/s]
                     all          61         124        0.18        0.96       0.526       0.179
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        13/299      1.2G   0.05297   0.02569         0   0.07866         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.69it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.92it/s]
                     all          61         124       0.183       0.984       0.741       0.232
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        14/299      1.2G   0.05033   0.02713         0   0.07746         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.58it/s]
                     all          61         124       0.293       0.976       0.867       0.354
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        15/299      1.2G   0.04875    0.0269         0   0.07565         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.45it/s]
                     all          61         124       0.179       0.879       0.518       0.139
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        16/299      1.2G   0.04995   0.02409         0   0.07403         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.21it/s]
                     all          61         124       0.208       0.935       0.619       0.258
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        17/299      1.2G   0.04776   0.02312         0   0.07088         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.37it/s]
                     all          61         124       0.249       0.968       0.902       0.435
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        18/299      1.2G   0.04393   0.02248         0   0.06642         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.60it/s]
                     all          61         124       0.251       0.952       0.893        0.45
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        19/299      1.2G   0.03999   0.02241         0    0.0624         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.53it/s]
                     all          61         124       0.285       0.968       0.882       0.388
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        20/299      1.2G   0.04317   0.02134         0   0.06452         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.24it/s]
                     all          61         124        0.22       0.968       0.756       0.255
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        21/299      1.2G   0.04236   0.02262         0   0.06498         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.75it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.61it/s]
                     all          61         124       0.358       0.952       0.895       0.454
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        22/299      1.2G   0.04017   0.02073         0    0.0609         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.78it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.31it/s]
                     all          61         124       0.278       0.984       0.945       0.508
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        23/299      1.2G   0.03684   0.01917         0   0.05601         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.37it/s]
                     all          61         124       0.222       0.984       0.913       0.519
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        24/299      1.2G   0.03762   0.02121         0   0.05883         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.26it/s]
                     all          61         124       0.352       0.952       0.917       0.492
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        25/299      1.2G   0.03982   0.01984         0   0.05965         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.32it/s]
                     all          61         124       0.303        0.96       0.933       0.571
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        26/299      1.2G   0.03574   0.01992         0   0.05566         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.50it/s]
                     all          61         124       0.219       0.855       0.682       0.298
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        27/299      1.2G   0.04133   0.01936         0   0.06069         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.87it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.90it/s]
                     all          61         124       0.408       0.968        0.93       0.521
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        28/299      1.2G   0.03552   0.01866         0   0.05418         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.15it/s]
                     all          61         124       0.374       0.968       0.927         0.5
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        29/299      1.2G   0.03336   0.01913         0   0.05249         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.89it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.51it/s]
                     all          61         124       0.491           1       0.986         0.6
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        30/299      1.2G   0.03528   0.01874         0   0.05402         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.88it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.55it/s]
                     all          61         124       0.289       0.927       0.844       0.464
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        31/299      1.2G   0.03403   0.01806         0   0.05209         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.89it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.48it/s]
                     all          61         124       0.301       0.887       0.803       0.354
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        32/299      1.2G   0.03186   0.01783         0    0.0497         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.90it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.25it/s]
                     all          61         124       0.569           1       0.988       0.619
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        33/299      1.2G   0.03003   0.01731         0   0.04734         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.90it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.57it/s]
                     all          61         124       0.568           1       0.981       0.556
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        34/299      1.2G    0.0341   0.01751         0    0.0516         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.48it/s]
                     all          61         124       0.526           1       0.974       0.565
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        35/299      1.2G   0.02988   0.01712         0     0.047         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.89it/s]
                     all          61         124       0.551       0.944       0.918       0.476
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        36/299      1.2G   0.03425   0.01708         0   0.05133         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.98it/s]
                     all          61         124       0.478       0.984       0.963       0.515
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        37/299      1.2G   0.02845   0.01542         0   0.04386         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.54it/s]
                     all          61         124        0.62       0.984       0.985       0.626
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        38/299      1.2G   0.02905   0.01678         0   0.04583         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.54it/s]
                     all          61         124       0.638        0.96       0.928       0.459
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        39/299      1.2G   0.03255   0.01589         0   0.04844         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.52it/s]
                     all          61         124       0.529       0.984        0.97       0.547
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        40/299      1.2G   0.02892   0.01547         0   0.04438         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.31it/s]
                     all          61         124        0.62       0.976       0.969       0.593
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        41/299      1.2G   0.02463   0.01471         0   0.03934         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.18it/s]
                     all          61         124       0.662       0.976       0.972       0.667
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        42/299      1.2G   0.02827   0.01483         0    0.0431         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.70it/s]
                     all          61         124       0.667       0.968       0.955        0.51
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        43/299      1.2G   0.02744    0.0147         0   0.04214         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.23it/s]
                     all          61         124       0.753       0.976       0.974       0.626
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        44/299      1.2G   0.02572   0.01419         0   0.03992         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.57it/s]
                     all          61         124       0.713        0.96       0.955       0.633
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        45/299      1.2G   0.02659   0.01488         0   0.04147         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.26it/s]
                     all          61         124        0.71       0.976       0.982       0.544
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        46/299      1.2G   0.02994   0.01472         0   0.04466         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.29it/s]
                     all          61         124       0.226       0.823       0.562       0.253
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        47/299      1.2G   0.02424     0.014         0   0.03824         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.74it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.68it/s]
                     all          61         124       0.698       0.984       0.979       0.639
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        48/299      1.2G   0.02687   0.01438         0   0.04125         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.40it/s]
                     all          61         124       0.631        0.96       0.953       0.603
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        49/299      1.2G   0.02488    0.0136         0   0.03848         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.59it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.46it/s]
                     all          61         124       0.705       0.968       0.968       0.656
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        50/299      1.2G   0.02586   0.01334         0   0.03919         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.66it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.90it/s]
                     all          61         124       0.593       0.855       0.858       0.577
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        51/299      1.2G   0.02472   0.01388         0    0.0386         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.14it/s]
                     all          61         124       0.526       0.863       0.855       0.537
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        52/299      1.2G   0.02563   0.01268         0   0.03831         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.26it/s]
                     all          61         124       0.692       0.968        0.96        0.67
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        53/299      1.2G   0.02241   0.01355         0   0.03595         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.57it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.32it/s]
                     all          61         124       0.234        0.79       0.697       0.466
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        54/299      1.2G   0.02405   0.01319         0   0.03724         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.57it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.82it/s]
                     all          61         124       0.679       0.952       0.948        0.67
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        55/299      1.2G    0.0253   0.01355         0   0.03885         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.62it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.59it/s]
                     all          61         124       0.703       0.984       0.983       0.678
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        56/299      1.2G   0.02513   0.01412         0   0.03925         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.59it/s]
                     all          61         124       0.795           1       0.991        0.67
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        57/299      1.2G   0.02727    0.0134         0   0.04067         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:15<00:00,  4.51it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.73it/s]
                     all          61         124       0.817           1       0.994       0.634
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        58/299      1.2G   0.02278    0.0131         0   0.03588         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.57it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.38it/s]
                     all          61         124       0.753           1       0.994       0.707
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        59/299      1.2G   0.02289   0.01342         0    0.0363         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.57it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.64it/s]
                     all          61         124       0.813           1       0.995       0.692
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        60/299      1.2G   0.02239   0.01333         0   0.03572         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.74it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.73it/s]
                     all          61         124       0.787           1       0.994        0.74
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        61/299      1.2G   0.02311   0.01272         0   0.03583         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.66it/s]
                     all          61         124       0.825       0.992       0.993       0.734
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        62/299      1.2G   0.02049   0.01149         0   0.03199         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.55it/s]
                     all          61         124       0.861       0.992       0.993       0.727
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        63/299      1.2G   0.02346   0.01306         0   0.03652         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.36it/s]
                     all          61         124       0.595       0.952       0.945       0.566
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        64/299      1.2G   0.02534   0.01336         0    0.0387         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.32it/s]
                     all          61         124       0.786       0.984       0.991       0.701
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        65/299      1.2G   0.01977   0.01215         0   0.03192         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.68it/s]
                     all          61         124       0.801           1       0.992       0.733
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        66/299      1.2G   0.02121   0.01249         0   0.03371         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.42it/s]
                     all          61         124       0.816           1       0.994       0.713
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        67/299      1.2G   0.02035   0.01203         0   0.03238         9       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.47it/s]
                     all          61         124       0.846           1       0.994       0.738
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        68/299      1.2G   0.02237   0.01325         0   0.03562         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.59it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.42it/s]
                     all          61         124        0.82           1       0.994       0.732
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        69/299      1.2G    0.0218   0.01269         0   0.03449         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.60it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.41it/s]
                     all          61         124       0.833           1       0.995       0.724
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        70/299      1.2G   0.02319   0.01277         0   0.03595         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.62it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.22it/s]
                     all          61         124       0.755           1       0.995       0.694
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        71/299      1.2G   0.02041   0.01131         0   0.03173         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.60it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.32it/s]
                     all          61         124       0.829           1       0.995       0.753
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        72/299      1.2G   0.02038   0.01194         0   0.03233         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.60it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.20it/s]
                     all          61         124       0.816           1       0.995       0.765
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        73/299      1.2G   0.02015   0.01276         0   0.03292         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.59it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.42it/s]
                     all          61         124        0.87           1       0.995       0.721
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        74/299      1.2G   0.02103   0.01189         0   0.03292         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.56it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.10it/s]
                     all          61         124        0.84           1       0.995       0.747
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        75/299      1.2G   0.01968   0.01194         0   0.03162         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.56it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.02it/s]
                     all          61         124       0.836           1       0.995       0.781
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        76/299      1.2G   0.02179   0.01214         0   0.03394         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.57it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.25it/s]
                     all          61         124       0.877           1       0.994       0.709
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        77/299      1.2G   0.02054   0.01166         0    0.0322         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.57it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.24it/s]
                     all          61         124       0.863       0.984        0.99       0.734
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        78/299      1.2G   0.01988    0.0125         0   0.03239         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.58it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.22it/s]
                     all          61         124        0.64        0.96       0.949       0.698
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        79/299      1.2G   0.02287   0.01234         0   0.03521         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.58it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.28it/s]
                     all          61         124       0.812        0.96       0.971       0.696
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        80/299      1.2G   0.01985   0.01233         0   0.03217         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.59it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:05<00:00, 11.88it/s]
                     all          61         124        0.78        0.96       0.963       0.706
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        81/299      1.2G   0.01987   0.01225         0   0.03212         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:16<00:00,  4.45it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.84it/s]
                     all          61         124       0.905           1       0.994       0.748
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        82/299      1.2G   0.01883   0.01133         0   0.03016         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.66it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.72it/s]
                     all          61         124        0.79        0.96       0.975       0.692
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        83/299      1.2G   0.02114   0.01151         0   0.03265         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.95it/s]
                     all          61         124       0.893           1       0.995       0.756
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        84/299      1.2G    0.0197   0.01216         0   0.03186         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.70it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.35it/s]
                     all          61         124       0.831           1       0.995        0.77
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        85/299      1.2G   0.01923   0.01162         0   0.03085         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.48it/s]
                     all          61         124       0.872       0.976       0.987       0.767
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        86/299      1.2G   0.01797   0.01121         0   0.02919         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.62it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.48it/s]
                     all          61         124       0.911           1       0.995       0.778
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        87/299      1.2G   0.01968   0.01163         0   0.03131         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.43it/s]
                     all          61         124       0.936       0.992       0.995       0.782
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        88/299      1.2G   0.02195   0.01164         0   0.03359         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.59it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.15it/s]
                     all          61         124       0.934           1       0.995        0.72
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        89/299      1.2G   0.01809    0.0109         0   0.02899         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.47it/s]
                     all          61         124       0.903           1       0.993       0.743
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        90/299      1.2G   0.01841   0.01132         0   0.02973         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.64it/s]
                     all          61         124        0.88       0.984       0.989       0.698
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        91/299      1.2G   0.02095   0.01142         0   0.03237         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.49it/s]
                     all          61         124        0.93       0.984       0.984       0.761
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        92/299      1.2G   0.01932    0.0122         0   0.03151         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95:  95%|█████████████████████               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95:  95%|█████████████████████               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95:  97%|█████████████████████               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95:  98%|█████████████████████               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|██████████████████████████████████████████████████████| 61/61 [2:05:35<00:00, 123.53s/it]
                     all          61         124       0.884       0.984       0.986       0.685
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        93/299      1.2G   0.01766   0.01167         0   0.02933         4       640: 100%|█| 341/341 [01:11<00:00,  4.76it
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█| 61/61 [00:04<00:0
                     all          61         124       0.887       0.976       0.985       0.755
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        94/299      1.2G   0.01846   0.01053         0   0.02899         1       640: 100%|█| 341/341 [01:13<00:00,  4.62it
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.73it/s]
                     all          61         124       0.937           1       0.993       0.756
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        95/299      1.2G    0.0181   0.01072         0   0.02882         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.05it/s]
                     all          61         124       0.931           1       0.994       0.771
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        96/299      1.2G   0.01812   0.01139         0   0.02952         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 12.36it/s]
                     all          61         124       0.947           1       0.994       0.777
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        97/299      1.2G   0.01858   0.01105         0   0.02963         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.12it/s]
                     all          61         124        0.92       0.992       0.995       0.786
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        98/299      1.2G   0.01611   0.01098         0   0.02709         9       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.59it/s]
                     all          61         124       0.906       0.992       0.995       0.762
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
        99/299      1.2G   0.01811   0.01097         0   0.02908         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.21it/s]
                     all          61         124       0.924           1       0.995       0.755
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       100/299      1.2G    0.0203    0.0115         0    0.0318         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.24it/s]
                     all          61         124       0.884       0.968        0.98       0.763
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       101/299      1.2G   0.01673   0.01033         0   0.02706         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.88it/s]
                     all          61         124       0.933           1       0.994       0.771
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       102/299      1.2G   0.01873   0.01113         0   0.02986         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.38it/s]
                     all          61         124        0.94           1       0.995       0.762
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       103/299      1.2G   0.01808   0.01049         0   0.02857         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.61it/s]
                     all          61         124       0.918       0.984       0.993       0.763
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       104/299      1.2G   0.01986   0.01054         0   0.03039         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.21it/s]
                     all          61         124       0.917       0.984        0.99       0.744
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       105/299      1.2G   0.01777   0.01027         0   0.02804         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.05it/s]
                     all          61         124       0.617       0.855       0.827       0.624
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       106/299      1.2G   0.01947   0.01086         0   0.03033         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.34it/s]
                     all          61         124       0.916           1       0.994       0.733
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       107/299      1.2G   0.01747   0.01086         0   0.02833         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.29it/s]
                     all          61         124       0.923       0.992       0.992       0.794
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       108/299      1.2G   0.01615   0.01134         0   0.02749         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.20it/s]
                     all          61         124       0.925           1       0.993       0.788
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       109/299      1.2G   0.01776   0.01037         0   0.02814         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.26it/s]
                     all          61         124       0.896       0.984        0.99       0.763
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       110/299      1.2G   0.01874     0.011         0   0.02974         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.57it/s]
                     all          61         124       0.943       0.992       0.995        0.75
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       111/299      1.2G   0.01624   0.01035         0   0.02659         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.41it/s]
                     all          61         124       0.906           1       0.992       0.769
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       112/299      1.2G   0.01748    0.0104         0   0.02788         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.26it/s]
                     all          61         124       0.952           1       0.994       0.773
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       113/299      1.2G   0.01687   0.01061         0   0.02748         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.47it/s]
                     all          61         124       0.936       0.992       0.995       0.792
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       114/299      1.2G   0.01602   0.01035         0   0.02637         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.19it/s]
                     all          61         124       0.935           1       0.996       0.763
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       115/299      1.2G   0.01795   0.01099         0   0.02895         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.44it/s]
                     all          61         124       0.954           1       0.995       0.801
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       116/299      1.2G   0.01765   0.01088         0   0.02852         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.13it/s]
                     all          61         124       0.922           1       0.996       0.792
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       117/299      1.2G   0.01563   0.01002         0   0.02565         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.32it/s]
                     all          61         124       0.947           1       0.996       0.796
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       118/299      1.2G   0.01533  0.009834         0   0.02517         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.75it/s]
                     all          61         124       0.948           1       0.995       0.813
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       119/299      1.2G   0.01657   0.01055         0   0.02712         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.13it/s]
                     all          61         124       0.954           1       0.995       0.802
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       120/299      1.2G   0.01587   0.01033         0   0.02619         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.56it/s]
                     all          61         124       0.934           1       0.994       0.798
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       121/299      1.2G   0.01694   0.01045         0    0.0274         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.15it/s]
                     all          61         124       0.906       0.992       0.995       0.779
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       122/299      1.2G   0.01781   0.01003         0   0.02784         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.71it/s]
                     all          61         124       0.936           1       0.991       0.784
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       123/299      1.2G   0.01543   0.01018         0   0.02561         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.27it/s]
                     all          61         124       0.943       0.992       0.996       0.781
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       124/299      1.2G   0.01582   0.01008         0    0.0259         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.51it/s]
                     all          61         124       0.922       0.984       0.992       0.776
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       125/299      1.2G    0.0168   0.01061         0   0.02741         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.34it/s]
                     all          61         124       0.936       0.992       0.993       0.796
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       126/299      1.2G   0.01553   0.01019         0   0.02572         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.01it/s]
                     all          61         124       0.904       0.976       0.976       0.774
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       127/299      1.2G   0.01671   0.01016         0   0.02687         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.24it/s]
                     all          61         124       0.918       0.984       0.986       0.743
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       128/299      1.2G   0.01911   0.01046         0   0.02957         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.81it/s]
                     all          61         124       0.939       0.984       0.992       0.794
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       129/299      1.2G   0.01613    0.0102         0   0.02633         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.29it/s]
                     all          61         124        0.94       0.984       0.989       0.771
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       130/299      1.2G   0.01487  0.009223         0   0.02409         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.40it/s]
                     all          61         124       0.915       0.984       0.987       0.784
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       131/299      1.2G   0.01701   0.01031         0   0.02732         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.05it/s]
                     all          61         124       0.935       0.984       0.982       0.783
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       132/299      1.2G   0.01467  0.009471         0   0.02414         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.14it/s]
                     all          61         124       0.918       0.992       0.994       0.779
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       133/299      1.2G   0.01605   0.01003         0   0.02608         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.12it/s]
                     all          61         124       0.929       0.992       0.995       0.778
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       134/299      1.2G   0.01592   0.01013         0   0.02604         9       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.45it/s]
                     all          61         124       0.942           1       0.995       0.794
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       135/299      1.2G   0.01543   0.01008         0   0.02552         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.55it/s]
                     all          61         124       0.938           1       0.995       0.803
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       136/299      1.2G   0.01497  0.009769         0   0.02474         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.21it/s]
                     all          61         124       0.962           1       0.995       0.791
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       137/299      1.2G   0.01586   0.01011         0   0.02597         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.60it/s]
                     all          61         124       0.945           1       0.988       0.793
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       138/299      1.2G   0.01461  0.009475         0   0.02409         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.40it/s]
                     all          61         124       0.956           1       0.993       0.784
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       139/299      1.2G   0.01567   0.01003         0    0.0257         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.06it/s]
                     all          61         124       0.922           1       0.995       0.789
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       140/299      1.2G   0.01567  0.009805         0   0.02547         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.36it/s]
                     all          61         124       0.951           1       0.991       0.784
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       141/299      1.2G   0.01472  0.009394         0   0.02412         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.78it/s]
                     all          61         124       0.933           1       0.994       0.792
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       142/299      1.2G   0.01451  0.009965         0   0.02447         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.56it/s]
                     all          61         124       0.932           1       0.996       0.801
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       143/299      1.2G   0.01732   0.01001         0   0.02734         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.86it/s]
                     all          61         124       0.944           1       0.995       0.775
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       144/299      1.2G   0.01533  0.009664         0     0.025         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.28it/s]
                     all          61         124        0.94           1       0.996       0.813
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       145/299      1.2G   0.01491  0.009249         0   0.02416         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.27it/s]
                     all          61         124       0.932           1       0.994         0.8
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       146/299      1.2G   0.01643   0.01017         0   0.02661         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.55it/s]
                     all          61         124       0.932           1       0.994       0.797
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       147/299      1.2G   0.01321   0.00905         0   0.02226         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.63it/s]
                     all          61         124       0.903           1       0.993       0.801
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       148/299      1.2G   0.01335  0.009223         0   0.02257         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.22it/s]
                     all          61         124       0.934           1       0.991       0.796
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       149/299      1.2G   0.01396   0.00911         0   0.02307         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.01it/s]
                     all          61         124       0.934           1       0.994       0.801
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       150/299      1.2G   0.01459  0.009889         0   0.02448         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.74it/s]
                     all          61         124       0.953           1       0.994       0.816
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       151/299      1.2G   0.01365  0.008983         0   0.02264         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.17it/s]
                     all          61         124       0.947           1       0.994       0.809
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       152/299      1.2G   0.01637   0.01046         0   0.02683         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.23it/s]
                     all          61         124       0.949           1       0.994       0.803
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       153/299      1.2G   0.01413  0.009414         0   0.02355         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.86it/s]
                     all          61         124       0.954           1       0.994       0.798
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       154/299      1.2G   0.01384  0.009123         0   0.02296         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.99it/s]
                     all          61         124       0.955           1       0.994       0.807
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       155/299      1.2G   0.01436   0.00925         0   0.02361        10       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.34it/s]
                     all          61         124        0.94           1       0.993       0.798
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       156/299      1.2G   0.01344  0.008853         0   0.02229         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.33it/s]
                     all          61         124       0.955           1       0.996       0.818
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       157/299      1.2G   0.01338  0.009202         0   0.02258         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.59it/s]
                     all          61         124       0.947           1       0.996       0.818
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       158/299      1.2G   0.01341  0.009374         0   0.02279         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.20it/s]
                     all          61         124        0.94       0.992       0.996       0.807
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       159/299      1.2G   0.01363  0.009422         0   0.02306         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.31it/s]
                     all          61         124       0.929           1       0.995       0.806
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       160/299      1.2G   0.01336  0.009552         0   0.02291         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.22it/s]
                     all          61         124       0.942           1       0.996       0.806
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       161/299      1.2G   0.01446  0.009132         0   0.02359         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.28it/s]
                     all          61         124       0.938       0.992       0.994       0.799
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       162/299      1.2G   0.01348  0.009393         0   0.02287         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.25it/s]
                     all          61         124       0.932       0.992       0.995        0.82
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       163/299      1.2G   0.01363  0.009787         0   0.02341         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.24it/s]
                     all          61         124        0.96           1       0.996        0.81
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       164/299      1.2G   0.01412   0.00902         0   0.02314         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.24it/s]
                     all          61         124       0.947           1       0.995       0.807
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       165/299      1.2G   0.01476   0.01008         0   0.02484         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.62it/s]
                     all          61         124       0.943           1       0.996       0.797
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       166/299      1.2G   0.01342  0.009372         0    0.0228         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.12it/s]
                     all          61         124       0.947           1       0.995       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       167/299      1.2G   0.01443  0.009445         0   0.02388         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.17it/s]
                     all          61         124        0.94           1       0.992       0.783
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       168/299      1.2G   0.01571   0.01016         0   0.02587         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.17it/s]
                     all          61         124        0.94           1       0.994       0.804
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       169/299      1.2G   0.01305  0.009307         0   0.02236         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.08it/s]
                     all          61         124       0.948           1       0.995        0.81
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       170/299      1.2G   0.01385  0.009309         0   0.02315         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.77it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.49it/s]
                     all          61         124       0.954           1       0.995       0.791
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       171/299      1.2G   0.01452  0.009045         0   0.02357         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.89it/s]
                     all          61         124       0.933           1       0.995       0.806
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       172/299      1.2G   0.01265  0.008869         0   0.02152         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.09it/s]
                     all          61         124       0.953           1       0.995       0.815
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       173/299      1.2G   0.01356  0.009334         0   0.02289         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.03it/s]
                     all          61         124       0.954           1       0.994       0.816
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       174/299      1.2G   0.01362  0.009328         0   0.02295         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.04it/s]
                     all          61         124       0.947           1       0.994       0.812
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       175/299      1.2G   0.01303  0.009112         0   0.02214         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.73it/s]
                     all          61         124       0.952           1       0.996       0.814
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       176/299      1.2G   0.01335  0.009132         0   0.02249         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.91it/s]
                     all          61         124       0.947           1       0.996       0.813
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       177/299      1.2G   0.01315  0.009374         0   0.02252         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.75it/s]
                     all          61         124       0.932           1       0.996       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       178/299      1.2G   0.01229  0.008978         0   0.02127         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.22it/s]
                     all          61         124       0.938           1       0.996       0.818
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       179/299      1.2G   0.01254  0.008443         0   0.02098         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.52it/s]
                     all          61         124       0.948           1       0.995       0.805
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       180/299      1.2G   0.01367  0.008963         0   0.02263         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.60it/s]
                     all          61         124       0.938           1       0.993       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       181/299      1.2G   0.01294   0.00839         0   0.02133         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.62it/s]
                     all          61         124        0.94           1       0.994       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       182/299      1.2G   0.01357  0.009165         0   0.02274         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.13it/s]
                     all          61         124       0.943           1       0.993       0.815
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       183/299      1.2G   0.01351  0.009316         0   0.02283         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.29it/s]
                     all          61         124        0.94           1       0.993       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       184/299      1.2G   0.01253  0.008901         0   0.02143         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.15it/s]
                     all          61         124       0.927           1       0.995       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       185/299      1.2G   0.01294  0.008956         0    0.0219         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.74it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.60it/s]
                     all          61         124       0.954           1       0.993       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       186/299      1.2G   0.01286  0.009021         0   0.02188         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.69it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.99it/s]
                     all          61         124        0.95           1       0.992       0.801
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       187/299      1.2G   0.01265  0.009039         0   0.02169         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.04it/s]
                     all          61         124       0.933           1        0.99       0.808
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       188/299      1.2G   0.01218   0.00896         0   0.02113         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.78it/s]
                     all          61         124       0.954           1       0.991       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       189/299      1.2G   0.01199  0.008618         0   0.02061         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.90it/s]
                     all          61         124       0.938           1       0.995       0.815
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       190/299      1.2G   0.01218  0.008467         0   0.02064         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.62it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.40it/s]
                     all          61         124       0.949           1       0.993       0.803
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       191/299      1.2G   0.01261  0.008751         0   0.02137        10       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.87it/s]
                     all          61         124       0.929           1       0.992       0.813
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       192/299      1.2G    0.0125  0.008934         0   0.02143         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.01it/s]
                     all          61         124       0.941           1       0.993       0.813
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       193/299      1.2G   0.01206  0.008427         0   0.02049         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.57it/s]
                     all          61         124       0.949           1       0.994       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       194/299      1.2G   0.01226  0.008566         0   0.02083        10       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.04it/s]
                     all          61         124       0.944           1       0.993        0.82
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       195/299      1.2G   0.01316  0.008986         0   0.02215         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.51it/s]
                     all          61         124       0.954           1       0.996       0.826
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       196/299      1.2G   0.01212  0.008329         0   0.02045         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.07it/s]
                     all          61         124       0.954           1       0.995       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       197/299      1.2G   0.01252  0.008614         0   0.02114         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.91it/s]
                     all          61         124       0.953           1       0.995       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       198/299      1.2G   0.01253  0.008275         0    0.0208        10       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.19it/s]
                     all          61         124       0.935           1       0.996       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       199/299      1.2G   0.01186  0.008924         0   0.02078         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.65it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.02it/s]
                     all          61         124       0.934           1       0.992       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       200/299      1.2G   0.01149  0.008364         0   0.01986         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.67it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.98it/s]
                     all          61         124       0.933           1       0.995       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       201/299      1.2G    0.0118  0.008822         0   0.02062         9       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.62it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.56it/s]
                     all          61         124        0.94           1       0.995        0.82
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       202/299      1.2G   0.01205  0.008455         0    0.0205         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.10it/s]
                     all          61         124       0.939           1       0.996       0.824
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       203/299      1.2G   0.01245   0.00872         0   0.02117         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.77it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.39it/s]
                     all          61         124       0.954           1       0.996       0.815
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       204/299      1.2G   0.01224   0.00844         0   0.02068        10       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.10it/s]
                     all          61         124       0.954           1       0.996       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       205/299      1.2G   0.01246  0.008678         0   0.02114         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.78it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.30it/s]
                     all          61         124       0.947           1       0.997       0.814
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       206/299      1.2G   0.01215  0.008595         0   0.02075         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.67it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.99it/s]
                     all          61         124       0.954           1       0.997       0.818
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       207/299      1.2G   0.01164  0.008425         0   0.02007         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.60it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.73it/s]
                     all          61         124        0.94           1       0.996       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       208/299      1.2G   0.01223  0.008988         0   0.02122         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.75it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.04it/s]
                     all          61         124       0.946           1       0.996       0.819
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       209/299      1.2G   0.01174  0.008267         0   0.02001         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.44it/s]
                     all          61         124       0.954           1       0.996       0.819
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       210/299      1.2G   0.01223   0.00882         0   0.02105         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.32it/s]
                     all          61         124       0.949           1       0.997       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       211/299      1.2G   0.01184  0.008184         0   0.02003         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.67it/s]
                     all          61         124       0.957           1       0.996       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       212/299      1.2G    0.0119  0.008767         0   0.02067         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.80it/s]
                     all          61         124       0.958           1       0.996       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       213/299      1.2G   0.01143  0.008591         0   0.02002         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.78it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.50it/s]
                     all          61         124        0.94           1       0.996       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       214/299      1.2G   0.01164  0.008409         0   0.02005         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.77it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.89it/s]
                     all          61         124       0.944           1       0.996       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       215/299      1.2G   0.01201  0.008268         0   0.02028         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.00it/s]
                     all          61         124        0.95           1       0.996       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       216/299      1.2G   0.01182  0.008452         0   0.02027         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.62it/s]
                     all          61         124       0.948           1       0.996       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       217/299      1.2G   0.01183  0.008142         0   0.01997         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.75it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.74it/s]
                     all          61         124       0.955           1       0.996       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       218/299      1.2G   0.01196  0.008485         0   0.02044         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 12.59it/s]
                     all          61         124       0.962           1       0.996       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       219/299      1.2G   0.01183  0.008646         0   0.02048         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.59it/s]
                     all          61         124        0.95           1       0.996        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       220/299      1.2G   0.01189   0.00875         0   0.02064         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.66it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.01it/s]
                     all          61         124       0.961           1       0.996       0.832
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       221/299      1.2G   0.01162  0.008552         0   0.02017         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.02it/s]
                     all          61         124       0.961           1       0.996       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       222/299      1.2G   0.01194  0.008508         0   0.02045         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.77it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.04it/s]
                     all          61         124       0.955           1       0.994       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       223/299      1.2G    0.0116  0.008196         0    0.0198         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.55it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.96it/s]
                     all          61         124       0.961           1       0.997       0.826
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       224/299      1.2G   0.01189  0.008583         0   0.02047         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.89it/s]
                     all          61         124       0.954           1       0.997       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       225/299      1.2G   0.01198  0.008593         0   0.02057         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.70it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.08it/s]
                     all          61         124       0.954           1       0.997       0.824
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       226/299      1.2G   0.01127  0.008041         0   0.01931         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.62it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.00it/s]
                     all          61         124       0.949           1       0.997       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       227/299      1.2G   0.01145  0.007896         0   0.01934         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.72it/s]
                     all          61         124       0.954           1       0.996        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       228/299      1.2G   0.01195  0.008736         0   0.02069         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.60it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.84it/s]
                     all          61         124       0.961           1       0.995       0.824
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       229/299      1.2G   0.01152  0.008258         0   0.01978         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.52it/s]
                     all          61         124       0.954           1       0.993       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       230/299      1.2G   0.01152  0.008031         0   0.01955         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.61it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.14it/s]
                     all          61         124       0.948           1       0.993        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       231/299      1.2G   0.01148  0.008086         0   0.01957         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.66it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.98it/s]
                     all          61         124        0.96           1       0.995       0.832
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       232/299      1.2G   0.01107  0.008103         0   0.01917         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.60it/s]
                     all          61         124       0.954           1       0.995       0.826
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       233/299      1.2G   0.01142  0.007964         0   0.01938         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.89it/s]
                     all          61         124       0.954           1       0.993       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       234/299      1.2G   0.01185  0.008572         0   0.02042         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.05it/s]
                     all          61         124       0.954           1       0.994       0.826
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       235/299      1.2G   0.01069  0.007535         0   0.01823         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.05it/s]
                     all          61         124       0.955           1       0.995       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       236/299      1.2G   0.01119  0.008162         0   0.01935         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.95it/s]
                     all          61         124       0.956           1       0.995       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       237/299      1.2G   0.01109  0.008216         0   0.01931         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:29<00:00,  3.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.14it/s]
                     all          61         124       0.956           1       0.995       0.833
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       238/299      1.2G   0.01181  0.008336         0   0.02014        10       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.11it/s]
                     all          61         124       0.955           1       0.994       0.824
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       239/299      1.2G   0.01079  0.007736         0   0.01852         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.70it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.26it/s]
                     all          61         124       0.955           1       0.994       0.838
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       240/299      1.2G   0.01165   0.00818         0   0.01983         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.28it/s]
                     all          61         124       0.957           1       0.994       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       241/299      1.2G    0.0113  0.008301         0    0.0196         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.26it/s]
                     all          61         124       0.962           1       0.995       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       242/299      1.2G   0.01111  0.008525         0   0.01964         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.73it/s]
                     all          61         124       0.962           1       0.996       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       243/299      1.2G   0.01118   0.00781         0   0.01899         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.73it/s]
                     all          61         124       0.955           1       0.995       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       244/299      1.2G   0.01145  0.008526         0   0.01997         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.84it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.31it/s]
                     all          61         124       0.962           1       0.997       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       245/299      1.2G   0.01107  0.008105         0   0.01918         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.86it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.35it/s]
                     all          61         124       0.949           1       0.997       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       246/299      1.2G   0.01161  0.008521         0   0.02013         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.87it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.67it/s]
                     all          61         124       0.942           1       0.996       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       247/299      1.2G   0.01109  0.008249         0   0.01934         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:09<00:00,  4.89it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.50it/s]
                     all          61         124       0.955           1       0.996       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       248/299      1.2G   0.01101  0.007899         0   0.01891         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.65it/s]
                     all          61         124       0.953           1       0.996       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       249/299      1.2G   0.01079  0.007888         0   0.01868         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.85it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.43it/s]
                     all          61         124       0.952           1       0.996       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       250/299      1.2G   0.01106  0.008155         0   0.01922         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.37it/s]
                     all          61         124       0.956           1       0.997        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       251/299      1.2G   0.01122  0.007967         0   0.01918         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.82it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.83it/s]
                     all          61         124       0.955           1       0.997       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       252/299      1.2G   0.01061  0.007305         0   0.01791         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.78it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 15.09it/s]
                     all          61         124       0.954           1       0.996       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       253/299      1.2G   0.01142   0.00821         0   0.01963         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.36it/s]
                     all          61         124       0.955           1       0.997       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       254/299      1.2G   0.01086  0.008176         0   0.01904         6       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.34it/s]
                     all          61         124       0.961           1       0.996       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       255/299      1.2G   0.01113   0.00807         0    0.0192         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.77it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.97it/s]
                     all          61         124       0.962           1       0.996       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       256/299      1.2G   0.01106  0.007762         0   0.01882         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.81it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.60it/s]
                     all          61         124       0.962           1       0.996       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       257/299      1.2G   0.01122   0.00778         0     0.019         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.32it/s]
                     all          61         124       0.955           1       0.996       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       258/299      1.2G   0.01118  0.008066         0   0.01924         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.59it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.09it/s]
                     all          61         124       0.958           1       0.996       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       259/299      1.2G    0.0111  0.008453         0   0.01955         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.70it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.86it/s]
                     all          61         124       0.958           1       0.997       0.824
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       260/299      1.2G   0.01086  0.007357         0   0.01822         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.77it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.36it/s]
                     all          61         124       0.958           1       0.996       0.818
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       261/299      1.2G   0.01147  0.008236         0    0.0197         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.59it/s]
                     all          61         124       0.961           1       0.996       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       262/299      1.2G   0.01117  0.008378         0   0.01955         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.67it/s]
                     all          61         124       0.961           1       0.995        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       263/299      1.2G   0.01082  0.007775         0    0.0186         9       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.78it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.40it/s]
                     all          61         124       0.961           1       0.995       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       264/299      1.2G   0.01041  0.007665         0   0.01808         7       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.58it/s]
                     all          61         124       0.961           1       0.996       0.819
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       265/299      1.2G   0.01109  0.008403         0   0.01949         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.09it/s]
                     all          61         124       0.961           1       0.995       0.822
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       266/299      1.2G   0.01081  0.007901         0   0.01871         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.96it/s]
                     all          61         124       0.954           1       0.995       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       267/299      1.2G   0.01089   0.00817         0   0.01906         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.63it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.45it/s]
                     all          61         124       0.954           1       0.997        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       268/299      1.2G    0.0106   0.00775         0   0.01835         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:14<00:00,  4.60it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.24it/s]
                     all          61         124       0.954           1       0.997       0.824
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       269/299      1.2G   0.01074  0.007947         0   0.01868         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.69it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.92it/s]
                     all          61         124       0.954           1       0.997       0.824
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       270/299      1.2G   0.01055  0.008137         0   0.01868         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.75it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.36it/s]
                     all          61         124       0.956           1       0.996       0.836
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       271/299      1.2G    0.0109  0.008239         0   0.01914         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.83it/s]
                     all          61         124       0.961           1       0.996       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       272/299      1.2G   0.01104  0.008144         0   0.01918         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.69it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.50it/s]
                     all          61         124       0.956           1       0.996       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       273/299      1.2G    0.0107  0.008267         0   0.01897         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:17<00:00,  4.39it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:05<00:00, 11.70it/s]
                     all          61         124       0.955           1       0.994       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       274/299      1.2G   0.01067  0.007743         0   0.01842         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:15<00:00,  4.52it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.66it/s]
                     all          61         124       0.961           1       0.995       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       275/299      1.2G   0.01092  0.007919         0   0.01884         0       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.76it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 12.98it/s]
                     all          61         124        0.95           1       0.996       0.827
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       276/299      1.2G   0.01103  0.007864         0   0.01889         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.47it/s]
                     all          61         124       0.962           1       0.996       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       277/299      1.2G    0.0111  0.008369         0   0.01947         8       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.79it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:03<00:00, 15.30it/s]
                     all          61         124       0.959           1       0.993       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       278/299      1.2G   0.01101  0.008117         0   0.01913         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.52it/s]
                     all          61         124        0.95           1       0.992       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       279/299      1.2G   0.01127  0.008003         0   0.01927         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.64it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.69it/s]
                     all          61         124       0.953           1       0.994       0.833
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       280/299      1.2G   0.01132  0.007721         0   0.01904         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 12.95it/s]
                     all          61         124        0.95           1       0.995        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       281/299      1.2G    0.0106  0.007598         0   0.01819         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.94it/s]
                     all          61         124       0.953           1       0.994       0.833
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       282/299      1.2G   0.01118   0.00821         0   0.01939         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:10<00:00,  4.83it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.86it/s]
                     all          61         124       0.956           1       0.995        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       283/299      1.2G   0.01068  0.007998         0   0.01868         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.70it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.30it/s]
                     all          61         124       0.962           1       0.995       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       284/299      1.2G   0.01104  0.007894         0   0.01894         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.80it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.49it/s]
                     all          61         124       0.957           1       0.994       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       285/299      1.2G   0.01051  0.008099         0   0.01861         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.53it/s]
                     all          61         124       0.952           1       0.991       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       286/299      1.2G   0.01037  0.008057         0   0.01842         2       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.72it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.60it/s]
                     all          61         124       0.949           1       0.993       0.821
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       287/299      1.2G   0.01084  0.007958         0    0.0188         9       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.45it/s]
                     all          61         124       0.956           1       0.994       0.823
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       288/299      1.2G   0.01048  0.007955         0   0.01844         5       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.73it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.62it/s]
                     all          61         124       0.954           1       0.994       0.834
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       289/299      1.2G   0.01063  0.008046         0   0.01868         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.69it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.31it/s]
                     all          61         124       0.957           1       0.996       0.826
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       290/299      1.2G   0.01019  0.007691         0   0.01788         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.48it/s]
                     all          61         124        0.95           1       0.996       0.829
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       291/299      1.2G   0.01014  0.007807         0   0.01795         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.43it/s]
                     all          61         124       0.945           1       0.996       0.825
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       292/299      1.2G   0.01124  0.007894         0   0.01913         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:13<00:00,  4.67it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.98it/s]
                     all          61         124       0.959           1       0.996        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       293/299      1.2G   0.01079  0.008211         0     0.019         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.07it/s]
                     all          61         124       0.961           1       0.997        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       294/299      1.2G   0.01068  0.007659         0   0.01834         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.68it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.71it/s]
                     all          61         124       0.962           1       0.997       0.831
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       295/299      1.2G   0.01063  0.007879         0    0.0185         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.69it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.75it/s]
                     all          61         124       0.954           1       0.996        0.83
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       296/299      1.2G   0.01033  0.007533         0   0.01786         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:11<00:00,  4.77it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 13.72it/s]
                     all          61         124       0.948           1       0.995       0.834
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       297/299      1.2G   0.01075  0.007893         0   0.01865         1       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.69it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.63it/s]
                     all          61         124       0.943           1       0.995       0.828
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       298/299      1.2G   0.01037  0.007293         0   0.01766         4       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.71it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 14.06it/s]
                     all          61         124       0.948           1       0.995       0.826
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
       299/299      1.2G   0.01072  0.007883         0    0.0186         3       640: 100%|███████████████████████████████████████████████████████████████████| 341/341 [01:12<00:00,  4.70it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 61/61 [00:04<00:00, 12.72it/s]
                     all          61         124       0.948           1       0.995       0.834
    Optimizer stripped from runs\train\exp2\weights\last.pt, 42.5MB
    Optimizer stripped from runs\train\exp2\weights\best.pt, 42.5MB
    300 epochs completed in 8.484 hours.
    
    
    (wind_2021) F:\PytorchProject\yolov5_train_warning>
    (wind_2021) F:\PytorchProject\yolov5_train_warning>
    (wind_2021) F:\PytorchProject\yolov5_train_warning>
    (wind_2021) F:\PytorchProject\yolov5_train_warning>
    (wind_2021) F:\PytorchProject\yolov5_train_warning>
    

      

     

    5、训练完毕,查看模型相关参数

    6、调用最优模型测试

    python detect_2022052101.py  --weights runs/train/exp2/weights/best.pt --source data/img

     检测日志:

    Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.65, device='', exist_ok=False, img_size=640, iou_thres=0.45, name='exp', project='runs/detect', save_conf=False, save_txt=False, source='data/img', update=False, view_img=False, weights=['runs/train/exp2/weights/best.pt'])
    Using torch 1.8.1+cu111 CUDA:0 (NVIDIA GeForce RTX 3080 Laptop GPU, 16383.5MB)
    
    
    Fusing layers...
    Model Summary: 308 layers, 21037638 parameters, 0 gradients, 50.3 GFLOPS
    image 1/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521091054535.jpg: 384x640 1 warnings, Done. (0.044s)
    image 2/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521091900432.jpg: 384x640 2 warnings, Done. (0.013s)
    image 3/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521092432542.jpg: 384x640 2 warnings, Done. (0.016s)
    image 4/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521092907501.jpg: 384x640 2 warnings, Done. (0.014s)
    image 5/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521093123227.jpg: 384x640 3 warnings, Done. (0.015s)
    image 6/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521093224590.jpg: 384x640 1 warnings, Done. (0.015s)
    image 7/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521132145726.jpg: 384x640 1 warnings, Done. (0.016s)
    image 8/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521132232203.jpg: 384x640 1 warnings, Done. (0.015s)
    image 9/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521132653899.jpg: 384x640 1 warnings, Done. (0.013s)
    image 10/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521132916139.jpg: 384x640 1 warnings, Done. (0.014s)
    image 11/11 F:\PytorchProject\yolov5_train_warning\data\img\20220521132955658.jpg: 384x640 1 warnings, Done. (0.015s)
    Results saved to runs\detect\exp2
    Done. (0.898s)

     检测效果:

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

  • 相关阅读:
    PPT_标题
    产品需求撰写-架构图
    测试
    SparkLauncher 1.6 版本bug
    Github fork同步
    Maven 配置远程仓库
    Sqoop2中传入配置文件中url之【坑】
    Spark性能优化-coalesce(n)
    面试算法题目
    Git 基本概念及常用命令
  • 原文地址:https://www.cnblogs.com/herd/p/16295008.html
Copyright © 2020-2023  润新知