训练yolov5 模型

训练yolov5 模型

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


Namespace(adam=False, batch_size=2, bucket='', cache_images=False, cfg='./models/yolov5m.yaml', data='./data/myvoc.yaml', device='', epochs=300, evolve=False, exist_ok=False, global_rank=-1, hyp='data/hyp.scratch.yaml', image_weights=False, img_size=[640, 640], local_rank=-1, log_artifacts=False, log_imgs=16, multi_scale=False, name='exp', noautoanchor=False, nosave=False, notest=False, project='runs/train', quad=False, rect=False, resume=False, save_dir='runs\\train\\exp2', single_cls=False, sync_bn=False, total_batch_size=2, 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=2

                 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     28287  models.yolo.Detect                      [2, [[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, 21060447 parameters, 21060447 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_2023031401\labels' for images and labels... 136 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████| 136/136 [00:00<00:00, 1523.31it/s]
New cache created: VOC_2023031401\labels.cache
Scanning 'VOC_2023031401\labels' for images and labels... 25 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████████| 25/25 [00:00<00:00, 1938.65it/s]
New cache created: VOC_2023031401\labels.cache                                                                                                                       | 0/25 [00:00<?, ?it/s]
                                                                                                                                                                                            Plotting labels... 031401\labels.cache' for images and labels... 25 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████████████| 25/25 [00:00<?, ?it/s]
Scanning 'VOC_2023031401\labels.cache' for images and labels... 136 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████| 136/136 [00:00<?, ?it/s]
Scanning 'VOC_2023031401\labels.cache' for images and labels... 25 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████████████| 25/25 [00:00<?, ?it/s]

Analyzing anchors... anchors/target = 4.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...

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     0/299     1.17G     0.111    0.0724   0.02751    0.2109        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:27<00:00,  2.47it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:05<00:00,  2.31it/s]
                 all          25         155           0           0    0.000344    4.62e-05

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     1/299     1.15G    0.1077   0.07626   0.02711    0.2111        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.27it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.36it/s]
                 all          25         155           0           0    0.000407     5.7e-05

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     2/299     1.15G    0.1045     0.079   0.02662    0.2101        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.17it/s]
                 all          25         155    0.000177     0.00746    4.34e-06    4.34e-07

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     3/299     1.15G     0.102    0.0803   0.02583    0.2081        18       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.04it/s]
                 all          25         155    0.000492      0.0224    0.000315    4.61e-05

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     4/299     1.15G    0.1002   0.07911   0.02588    0.2052        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.59it/s]
                 all          25         155    0.000714      0.0224    0.000769    0.000145

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     5/299     1.15G   0.09951   0.08157   0.02489     0.206        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.18it/s]
                 all          25         155    0.000229      0.0149    0.000317    5.41e-05

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     6/299     1.15G   0.09929   0.09218   0.02343    0.2149        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.05it/s]
                 all          25         155           0           0     0.00109     0.00015

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     7/299     1.15G   0.09735   0.08502   0.02242    0.2048        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.29it/s]
                 all          25         155     0.00262       0.142     0.00356    0.000463

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     8/299     1.15G   0.09581   0.08599   0.02102    0.2028        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.73it/s]
                 all          25         155     0.00704       0.127     0.00507    0.000641

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     9/299     1.15G    0.0943   0.07773   0.01943    0.1915        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.04it/s]
                 all          25         155      0.0102      0.0746     0.00606     0.00101

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    10/299     1.15G   0.09428   0.08445   0.01796    0.1967        40       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.75it/s]
                 all          25         155      0.0311       0.216      0.0266      0.0047

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    11/299     1.15G   0.09379    0.0847   0.01687    0.1954        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.76it/s]
                 all          25         155      0.0224       0.216      0.0397      0.0096

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    12/299     1.15G   0.09108   0.08167   0.01663    0.1894        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.56it/s]
                 all          25         155      0.0111       0.261      0.0144     0.00298

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    13/299     1.15G   0.09135   0.08363   0.01479    0.1898        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.58it/s]
                 all          25         155     0.00252       0.119     0.00222    0.000443

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    14/299     1.15G    0.0905   0.08087   0.01389    0.1853        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  8.85it/s]
                 all          25         155       0.164      0.0263       0.027     0.00535

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    15/299     1.15G   0.09497   0.08144   0.01352    0.1899        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  8.94it/s]
                 all          25         155      0.0739       0.265      0.0518      0.0122

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    16/299     1.15G   0.09164   0.07799   0.01269    0.1823        34       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.61it/s]
                 all          25         155    0.000601      0.0522     9.6e-05    1.33e-05

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    17/299     1.15G   0.08899      0.08   0.01075    0.1797        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.20it/s]
                 all          25         155      0.0209       0.345      0.0135     0.00207

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    18/299     1.15G   0.08561   0.08044  0.009441    0.1755        40       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  8.73it/s]
                 all          25         155      0.0105       0.325     0.00648    0.000943

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    19/299     1.15G   0.08579   0.07236  0.008465    0.1666        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.11it/s]
                 all          25         155      0.0274       0.194      0.0267     0.00403

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    20/299     1.15G   0.08578   0.07323  0.009698    0.1687        11       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.18it/s]
                 all          25         155     0.00707       0.334     0.00836     0.00165

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    21/299     1.15G   0.08556    0.0708  0.007907    0.1643        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.43it/s]
                 all          25         155     0.00316       0.179     0.00177    0.000374

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    22/299     1.15G    0.0895   0.07526  0.007167    0.1719        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.93it/s]
                 all          25         155     0.00135       0.149    0.000632    9.76e-05

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    23/299     1.15G   0.09167   0.07014  0.008285    0.1701        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.48it/s]
                 all          25         155     0.00633      0.0672     0.00748     0.00156

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    24/299     1.15G   0.08543   0.07529   0.00927      0.17        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.65it/s]
                 all          25         155       0.123       0.254       0.124      0.0303

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    25/299     1.15G   0.07838   0.07927  0.009106    0.1668        28       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.01it/s]
                 all          25         155      0.0905      0.0448      0.0504     0.00699

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    26/299     1.15G   0.07716   0.07286  0.007103    0.1571        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.03it/s]
                 all          25         155       0.182       0.104      0.0962      0.0212

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    27/299     1.15G   0.07679   0.07613  0.006698    0.1596        18       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.06it/s]
                 all          25         155           0           0        0.04     0.00761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    28/299     1.15G   0.07483    0.0753  0.008178    0.1583        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.31it/s]
                 all          25         155      0.0892       0.661       0.344       0.103

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    29/299     1.15G   0.07672   0.07218  0.008062     0.157        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.39it/s]
                 all          25         155      0.0524       0.172       0.139      0.0375

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    30/299     1.15G   0.07593   0.06867  0.005664    0.1503        41       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.10it/s]
                 all          25         155      0.0586       0.626       0.217        0.06

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    31/299     1.15G   0.08077    0.0643  0.005696    0.1508        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.46it/s]
                 all          25         155      0.0657       0.343        0.22      0.0674

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    32/299     1.15G   0.08038   0.06829  0.007357     0.156        38       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.81it/s]
                 all          25         155       0.276       0.277       0.299      0.0708

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    33/299     1.15G   0.07036   0.07008  0.005575     0.146        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.44it/s]
                 all          25         155       0.163       0.762       0.421       0.114

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    34/299     1.15G   0.06839   0.06569  0.005352    0.1394        41       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.72it/s]
                 all          25         155       0.137       0.919       0.452       0.102

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    35/299     1.15G   0.06816   0.06423   0.00581    0.1382        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.63it/s]
                 all          25         155       0.236       0.707        0.51       0.133

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    36/299     1.15G   0.06814   0.06546  0.005466    0.1391        40       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.60it/s]
                 all          25         155       0.394       0.333       0.345      0.0939

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    37/299     1.15G   0.06976   0.06483  0.004519    0.1391        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.19it/s]
                 all          25         155       0.285       0.783       0.498       0.117

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    38/299     1.15G   0.06768   0.06267  0.004921    0.1353        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.49it/s]
                 all          25         155       0.147       0.993       0.528       0.128

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    39/299     1.15G   0.06617   0.07049  0.005474    0.1421        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.49it/s]
                 all          25         155       0.362       0.491       0.401       0.144

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    40/299     1.15G   0.06655    0.0743  0.007625    0.1485        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.32it/s]
                 all          25         155       0.154       0.811       0.588       0.206

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    41/299     1.15G    0.0633   0.06108  0.004443    0.1288        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.49it/s]
                 all          25         155       0.161       0.739       0.432       0.104

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    42/299     1.15G    0.0666   0.05677  0.004071    0.1274        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.31it/s]
                 all          25         155       0.238        0.94       0.682       0.175

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    43/299     1.15G   0.06404   0.06057   0.00408    0.1287        14       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.46it/s]
                 all          25         155       0.281       0.975       0.797       0.324

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    44/299     1.15G   0.06041    0.0579  0.004341    0.1226        12       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:21<00:00,  3.23it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.04it/s]
                 all          25         155       0.247       0.975       0.633       0.265

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    45/299     1.15G   0.06249   0.06222  0.003649    0.1284        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.25it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.19it/s]
                 all          25         155       0.355        0.53       0.433       0.114

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    46/299     1.15G   0.06247   0.05984  0.004434    0.1267        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.29it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.65it/s]
                 all          25         155       0.254       0.975        0.72       0.302

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    47/299     1.15G   0.06729   0.05925  0.004636    0.1312        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.25it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.58it/s]
                 all          25         155        0.18        0.86       0.647        0.13

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    48/299     1.15G   0.06438   0.06084  0.004093    0.1293        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.99it/s]
                 all          25         155       0.164       0.805       0.613       0.207

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    49/299     1.15G   0.05751   0.05695  0.003389    0.1178        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.29it/s]
                 all          25         155       0.297       0.985       0.737        0.28

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    50/299     1.15G   0.06395   0.05715  0.003599    0.1247        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.87it/s]
                 all          25         155        0.41       0.984       0.808       0.256

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    51/299     1.15G   0.05731   0.05713  0.003602     0.118        45       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.78it/s]
                 all          25         155       0.299       0.955       0.827       0.371

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    52/299     1.15G   0.05176   0.05377  0.003254    0.1088        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.79it/s]
                 all          25         155       0.342       0.993       0.858       0.318

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    53/299     1.15G   0.05452   0.05357  0.002837    0.1109        18       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.48it/s]
                 all          25         155       0.201        0.97       0.676       0.185

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    54/299     1.15G   0.06122   0.05719   0.00318    0.1216        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.79it/s]
                 all          25         155       0.401       0.902       0.784       0.264

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    55/299     1.15G   0.05924   0.05745  0.003817    0.1205        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.77it/s]
                 all          25         155       0.255       0.966       0.716       0.206

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    56/299     1.15G   0.05718   0.06254  0.003715    0.1234        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.85it/s]
                 all          25         155       0.338       0.993       0.956       0.392

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    57/299     1.15G   0.05074   0.05713  0.003171     0.111        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.06it/s]
                 all          25         155       0.317        0.97       0.831       0.269

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    58/299     1.15G   0.05505   0.05303  0.003452    0.1115        10       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.45it/s]
                 all          25         155       0.327        0.95       0.775       0.247

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    59/299     1.15G   0.05447   0.05347  0.002731    0.1107        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.79it/s]
                 all          25         155       0.336       0.993       0.855       0.363

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    60/299     1.15G   0.04871   0.05075  0.002536     0.102        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.86it/s]
                 all          25         155       0.352           1       0.946       0.438

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    61/299     1.15G   0.05123   0.05378  0.002498    0.1075        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.78it/s]
                 all          25         155       0.366           1       0.879       0.377

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    62/299     1.15G   0.05146   0.05068  0.002131    0.1043        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.67it/s]
                 all          25         155        0.38           1       0.934       0.484

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    63/299     1.15G   0.05056   0.05383  0.002948    0.1073        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.05it/s]
                 all          25         155       0.515        0.94       0.916       0.331

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    64/299     1.15G   0.05333   0.05901  0.003319    0.1157        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.83it/s]
                 all          25         155       0.431       0.987       0.937       0.402

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    65/299     1.15G    0.0466   0.05396  0.002291    0.1029        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.82it/s]
                 all          25         155       0.416       0.993       0.884       0.381

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    66/299     1.15G   0.04885   0.05008  0.002376    0.1013        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.74it/s]
                 all          25         155       0.401       0.993        0.91       0.347

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    67/299     1.15G   0.04861   0.04978  0.002223    0.1006        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.99it/s]
                 all          25         155       0.419           1       0.897       0.348

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    68/299     1.15G   0.04664    0.0496  0.002051   0.09829        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.94it/s]
                 all          25         155       0.445       0.993       0.905       0.454

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    69/299     1.15G    0.0453   0.04549  0.001812   0.09261        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.78it/s]
                 all          25         155       0.449        0.92        0.88       0.433

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    70/299     1.15G   0.04752   0.04708   0.00202   0.09662        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.93it/s]
                 all          25         155       0.477       0.949       0.865       0.378

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    71/299     1.15G   0.05325   0.04859  0.002726    0.1046        35       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.69it/s]
                 all          25         155       0.367       0.993        0.92        0.42

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    72/299     1.15G   0.05014   0.04718  0.002429   0.09974        42       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.70it/s]
                 all          25         155       0.404       0.977       0.906       0.406

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    73/299     1.15G   0.04611   0.04747  0.002377   0.09596        33       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.53it/s]
                 all          25         155       0.624       0.987       0.958       0.348

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    74/299     1.15G   0.04477   0.04481  0.002171   0.09175        46       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.55it/s]
                 all          25         155       0.452       0.987       0.921       0.348

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    75/299     1.15G    0.0444   0.04684  0.002082   0.09332        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.11it/s]
                 all          25         155       0.517           1       0.984       0.516

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    76/299     1.15G   0.04042   0.04546  0.001765   0.08765        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.73it/s]
                 all          25         155        0.62           1       0.981       0.501

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    77/299     1.15G   0.03861   0.04664  0.001441   0.08669        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.81it/s]
                 all          25         155       0.597           1       0.974       0.591

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    78/299     1.15G   0.04182   0.04791  0.001368    0.0911        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.16it/s]
                 all          25         155       0.565           1       0.971       0.438

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    79/299     1.15G   0.04989   0.05117  0.002159    0.1032        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.77it/s]
                 all          25         155       0.522       0.974       0.934        0.43

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    80/299     1.15G   0.05719   0.05847  0.001665    0.1173        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.57it/s]
                 all          25         155       0.355           1       0.902       0.371

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    81/299     1.15G   0.04443   0.04709  0.001673    0.0932        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.68it/s]
                 all          25         155       0.575           1        0.99       0.482

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    82/299     1.15G   0.04202    0.0463  0.001556   0.08988        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.73it/s]
                 all          25         155       0.591       0.972       0.943       0.398

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    83/299     1.15G   0.04364   0.04669  0.001841   0.09217        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.86it/s]
                 all          25         155       0.671           1       0.991       0.541

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    84/299     1.15G   0.04015   0.04561  0.001535    0.0873        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.69it/s]
                 all          25         155       0.678           1       0.992       0.522

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    85/299     1.15G   0.03981   0.04677  0.001744   0.08833        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.04it/s]
                 all          25         155       0.543           1       0.986       0.544

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    86/299     1.15G   0.04226   0.04253  0.001797   0.08659        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.59it/s]
                 all          25         155       0.665       0.985       0.973        0.41

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    87/299     1.15G   0.04647   0.04482    0.0019   0.09318        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.19it/s]
                 all          25         155       0.585       0.993       0.865       0.402

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    88/299     1.15G   0.04559   0.04779  0.001668   0.09505        56       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.29it/s]
                 all          25         155       0.353        0.92       0.788       0.296

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    89/299     1.15G   0.04534   0.04621  0.001641   0.09319        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.92it/s]
                 all          25         155       0.537       0.989       0.974       0.457

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    90/299     1.15G   0.04261   0.04594  0.001866   0.09042        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.69it/s]
                 all          25         155       0.634       0.985       0.972       0.492

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    91/299     1.15G   0.03937   0.04355  0.001585   0.08451        35       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.643           1       0.993       0.597

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    92/299     1.15G   0.03652   0.04339  0.001457   0.08137        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.18it/s]
                 all          25         155       0.674           1       0.993       0.542

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    93/299     1.15G   0.03938   0.04028  0.001258   0.08091        48       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.99it/s]
                 all          25         155       0.669           1       0.977       0.569

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    94/299     1.15G   0.04045   0.04328  0.001165   0.08489        11       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.90it/s]
                 all          25         155       0.649           1        0.99       0.621

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    95/299     1.15G   0.04139   0.04072  0.001444   0.08356        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.03it/s]
                 all          25         155       0.702           1       0.972       0.609

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    96/299     1.15G   0.04253   0.04279   0.00155   0.08687        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.97it/s]
                 all          25         155        0.68       0.993       0.991       0.503

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    97/299     1.15G   0.03931   0.04068  0.001482   0.08147        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.29it/s]
                 all          25         155       0.639       0.985       0.944       0.519

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    98/299     1.15G   0.03904    0.0433  0.001429   0.08377        50       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.97it/s]
                 all          25         155       0.543       0.994        0.98       0.564

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    99/299     1.15G   0.03587   0.04058  0.001519   0.07797        12       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.01it/s]
                 all          25         155       0.703           1       0.995       0.562

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   100/299     1.15G    0.0342   0.04299  0.001339   0.07853        56       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.07it/s]
                 all          25         155       0.656           1       0.992       0.652

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   101/299     1.15G   0.03348   0.03847  0.001208   0.07315        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.14it/s]
                 all          25         155       0.705           1       0.995       0.597

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   102/299     1.15G   0.03788    0.0435  0.001092   0.08248        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.02it/s]
                 all          25         155       0.765           1       0.993       0.652

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   103/299     1.15G   0.04368   0.04121 0.0009316   0.08583        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.07it/s]
                 all          25         155        0.77           1       0.993       0.416

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   104/299     1.15G   0.04857   0.04357  0.001402   0.09354        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.48it/s]
                 all          25         155       0.701           1       0.989       0.599

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   105/299     1.15G   0.03536   0.04314  0.001235   0.07974        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.92it/s]
                 all          25         155       0.595           1       0.974       0.637

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   106/299     1.15G    0.0352   0.03839  0.001755   0.07534        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.26it/s]
                 all          25         155       0.765           1       0.994       0.634

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   107/299     1.15G   0.03212   0.03814  0.001269   0.07152        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.15it/s]
                 all          25         155       0.732           1       0.995       0.595

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   108/299     1.15G   0.03257   0.04286  0.001301   0.07673        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.763           1       0.995       0.669

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   109/299     1.15G   0.03291   0.03999  0.001149   0.07405        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.07it/s]
                 all          25         155       0.755           1       0.993         0.6

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   110/299     1.15G   0.03461   0.04044  0.001343   0.07639        28       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.15it/s]
                 all          25         155       0.644       0.913       0.928       0.538

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   111/299     1.15G   0.03735   0.04405  0.001117   0.08252        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.13it/s]
                 all          25         155       0.651       0.968       0.964       0.478

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   112/299     1.15G   0.04068   0.04926  0.001348   0.09128        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.75it/s]
                 all          25         155        0.75           1       0.995       0.573

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   113/299     1.15G   0.03884   0.04044  0.001287   0.08056        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.87it/s]
                 all          25         155       0.713           1       0.994       0.558

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   114/299     1.15G   0.03614   0.04038  0.001215   0.07774        33       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.16it/s]
                 all          25         155       0.785           1       0.994       0.661

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   115/299     1.15G   0.03432   0.03962  0.001095   0.07503        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.02it/s]
                 all          25         155       0.729           1       0.994       0.659

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   116/299     1.15G    0.0317   0.03835  0.001036   0.07108        18       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.97it/s]
                 all          25         155       0.779           1       0.995       0.666

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   117/299     1.15G   0.03064   0.03981  0.001093   0.07154        18       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.22it/s]
                 all          25         155       0.714           1       0.995       0.672

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   118/299     1.15G   0.03396   0.03866 0.0008274   0.07345        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.02it/s]
                 all          25         155       0.713           1       0.995       0.647

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   119/299     1.15G   0.03762   0.03743  0.001082   0.07613        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.53it/s]
                 all          25         155       0.661           1        0.99       0.599

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   120/299     1.15G   0.04036   0.03821  0.001128    0.0797        11       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.11it/s]
                 all          25         155       0.806           1       0.995       0.661

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   121/299     1.15G   0.03401   0.03844  0.001162   0.07362        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.89it/s]
                 all          25         155       0.791           1       0.995       0.582

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   122/299     1.15G    0.0354   0.04044  0.001257   0.07709        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.89it/s]
                 all          25         155       0.803           1       0.995       0.691

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   123/299     1.15G    0.0299   0.03638  0.001451   0.06773        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.01it/s]
                 all          25         155       0.746           1       0.994         0.7

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   124/299     1.15G   0.03096   0.03849  0.001286   0.07073        40       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.15it/s]
                 all          25         155       0.755           1       0.995       0.651

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   125/299     1.15G   0.03346   0.04006   0.00117   0.07469        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.05it/s]
                 all          25         155       0.828           1       0.995       0.653

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   126/299     1.15G   0.03553   0.03984  0.001141   0.07652        35       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.71it/s]
                 all          25         155       0.772           1       0.995       0.679

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   127/299     1.15G    0.0351   0.03867 0.0009407   0.07471        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.69it/s]
                 all          25         155       0.797           1       0.995       0.664

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   128/299     1.15G   0.03671   0.04006 0.0009667   0.07774        41       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.96it/s]
                 all          25         155       0.794           1       0.995       0.598

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   129/299     1.15G   0.03737   0.04233 0.0009039    0.0806        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.61it/s]
                 all          25         155       0.831           1       0.995       0.634

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   130/299     1.15G   0.03209    0.0378  0.001096   0.07098        14       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.73it/s]
                 all          25         155       0.731           1       0.995       0.697

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   131/299     1.15G   0.02873   0.03815  0.001031   0.06792        46       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.21it/s]
                 all          25         155       0.746           1       0.995       0.708

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   132/299     1.15G   0.02773   0.03825   0.00101   0.06699        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.91it/s]
                 all          25         155       0.697           1       0.995       0.709

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   133/299     1.15G   0.02829   0.03446 0.0009807   0.06373        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.20it/s]
                 all          25         155       0.731           1       0.995         0.7

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   134/299     1.15G   0.03116   0.03585 0.0008387   0.06784        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.20it/s]
                 all          25         155       0.731           1       0.993       0.685

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   135/299     1.15G   0.03784   0.03851 0.0008306   0.07718        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:19<00:00,  3.42it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.89it/s]
                 all          25         155       0.627           1       0.984       0.587

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   136/299     1.15G    0.0388   0.03796 0.0008656   0.07762        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.767           1       0.994       0.608

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   137/299     1.15G   0.03264   0.03481 0.0009149   0.06837        13       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:21<00:00,  3.22it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.96it/s]
                 all          25         155       0.759           1       0.994       0.656

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   138/299     1.15G   0.03022   0.03451 0.0009446   0.06568        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.30it/s]
                 all          25         155       0.709           1       0.995       0.684

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   139/299     1.15G   0.03071   0.03527 0.0009814   0.06697        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.82it/s]
                 all          25         155       0.731           1       0.995       0.677

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   140/299     1.15G   0.02952   0.03617 0.0008891   0.06658        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.77it/s]
                 all          25         155       0.743           1       0.995       0.707

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   141/299     1.15G   0.03044   0.03484 0.0009436   0.06622        28       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.31it/s]
                 all          25         155       0.752       0.993        0.99       0.701

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   142/299     1.15G   0.03208   0.03492  0.001085   0.06809        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.89it/s]
                 all          25         155        0.75           1       0.995       0.701

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   143/299     1.15G   0.03801   0.04016 0.0009038   0.07907        46       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.07it/s]
                 all          25         155       0.746           1       0.995        0.65

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   144/299     1.15G   0.03925   0.03778 0.0009887   0.07802        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.50it/s]
                 all          25         155       0.723           1       0.995       0.697

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   145/299     1.15G   0.03053   0.03923 0.0008028   0.07056        42       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.06it/s]
                 all          25         155       0.686           1       0.995       0.694

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   146/299     1.15G   0.02952   0.03541 0.0008202   0.06575        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.29it/s]
                 all          25         155       0.672           1       0.995       0.662

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   147/299     1.15G   0.02724   0.03648  0.000876    0.0646        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.75it/s]
                 all          25         155        0.69           1       0.995       0.708

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   148/299     1.15G   0.02796   0.03633 0.0009352   0.06522        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.73it/s]
                 all          25         155       0.754           1       0.995       0.715

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   149/299     1.15G   0.02959   0.03754  0.000808   0.06794        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.99it/s]
                 all          25         155       0.769           1       0.995       0.678

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   150/299     1.15G   0.03146   0.03718 0.0009153   0.06956        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.00it/s]
                 all          25         155        0.81           1       0.995       0.658

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   151/299     1.15G   0.03324   0.03629  0.001139   0.07066        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.23it/s]
                 all          25         155       0.852           1       0.995       0.706

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   152/299     1.15G   0.03307   0.03541 0.0008048   0.06928        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.00it/s]
                 all          25         155       0.788           1       0.995       0.697

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   153/299     1.15G   0.02783   0.03528 0.0006822   0.06379        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.28it/s]
                 all          25         155       0.703           1       0.995       0.676

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   154/299     1.15G   0.02971   0.03416  0.000843   0.06472        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.82it/s]
                 all          25         155       0.784           1       0.994        0.68

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   155/299     1.15G   0.02902   0.03537 0.0007997   0.06519        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.72it/s]
                 all          25         155       0.783           1       0.994       0.722

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   156/299     1.15G   0.02694   0.03471 0.0008846   0.06254        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.33it/s]
                 all          25         155         0.8           1       0.995       0.705

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   157/299     1.15G   0.02631   0.03428 0.0008038    0.0614        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.07it/s]
                 all          25         155       0.806           1       0.995       0.709

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   158/299     1.15G   0.02724   0.03348 0.0007138   0.06144        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.822           1       0.995       0.689

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   159/299     1.15G   0.03185   0.03665 0.0007623   0.06926        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.91it/s]
                 all          25         155       0.831           1       0.995       0.711

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   160/299     1.15G   0.03308   0.03811 0.0007697   0.07196        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.75it/s]
                 all          25         155       0.838           1       0.995       0.718

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   161/299     1.15G   0.02676    0.0326 0.0008217   0.06017        52       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.845           1       0.995       0.711

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   162/299     1.15G   0.02757   0.03335  0.000816   0.06174        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.22it/s]
                 all          25         155       0.819           1       0.995       0.714

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   163/299     1.15G    0.0263    0.0345  0.000869   0.06168        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.14it/s]
                 all          25         155       0.847           1       0.995       0.721

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   164/299     1.15G   0.02558   0.03434 0.0008003   0.06072        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.22it/s]
                 all          25         155       0.823           1       0.995       0.732

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   165/299     1.15G   0.02713   0.03398 0.0008019   0.06191        41       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.12it/s]
                 all          25         155       0.839           1       0.995       0.704

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   166/299     1.15G   0.03004   0.03426 0.0008699   0.06518        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.92it/s]
                 all          25         155       0.797       0.993       0.987       0.688

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   167/299     1.15G   0.03121   0.03547 0.0007673   0.06745        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.88it/s]
                 all          25         155       0.847           1       0.995       0.699

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   168/299     1.15G    0.0309   0.03355 0.0006891   0.06514        12       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.26it/s]
                 all          25         155       0.828           1       0.995       0.689

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   169/299     1.15G   0.02879   0.03463 0.0007303   0.06415        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.16it/s]
                 all          25         155       0.811           1       0.995       0.724

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   170/299     1.15G   0.02751   0.03154 0.0006976   0.05975        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.22it/s]
                 all          25         155       0.804           1       0.995       0.711

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   171/299     1.15G   0.02669   0.03499 0.0008129    0.0625        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.07it/s]
                 all          25         155       0.775           1       0.995       0.708

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   172/299     1.15G    0.0249   0.03501 0.0007011   0.06061        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.25it/s]
                 all          25         155       0.803           1       0.994       0.719

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   173/299     1.15G     0.025   0.03275 0.0006093   0.05835        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.22it/s]
                 all          25         155        0.81           1       0.993       0.721

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   174/299     1.15G   0.02638   0.03229 0.0006787   0.05935        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.87it/s]
                 all          25         155       0.818           1       0.992       0.724

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   175/299     1.15G    0.0291    0.0325 0.0005901   0.06219        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.04it/s]
                 all          25         155         0.8       0.993       0.989       0.692

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   176/299     1.15G   0.03247   0.03642 0.0005279   0.06942        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.91it/s]
                 all          25         155       0.856           1       0.994       0.749

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   177/299     1.15G   0.02601   0.03377 0.0006466   0.06042        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.86it/s]
                 all          25         155        0.83           1       0.992       0.729

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   178/299     1.15G   0.02564   0.03272  0.000695   0.05906        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.68it/s]
                 all          25         155        0.84           1       0.995       0.725

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   179/299     1.15G   0.02545   0.03249 0.0005935   0.05853        35       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.98it/s]
                 all          25         155        0.85           1       0.995       0.748

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   180/299     1.15G   0.02555   0.03307 0.0007963   0.05942        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.27it/s]
                 all          25         155         0.8           1       0.995       0.737

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   181/299     1.15G   0.02495   0.03244 0.0005048   0.05789        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.30it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.05it/s]
                 all          25         155       0.847           1       0.995       0.717

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   182/299     1.15G   0.02887   0.03347 0.0005838   0.06292        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.68it/s]
                 all          25         155       0.834           1       0.995       0.695

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   183/299     1.15G   0.02985   0.03391 0.0006282   0.06439        18       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.11it/s]
                 all          25         155       0.853           1       0.995       0.719

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   184/299     1.15G   0.02989   0.03651 0.0007404   0.06714        42       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.09it/s]
                 all          25         155       0.876           1       0.995       0.733

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   185/299     1.15G   0.02539   0.03446 0.0007602   0.06061        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.84it/s]
                 all          25         155       0.859           1       0.995       0.743

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   186/299     1.15G   0.02573   0.03198  0.000721   0.05843        34       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.30it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.82it/s]
                 all          25         155       0.838           1       0.995       0.726

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   187/299     1.15G    0.0236   0.03226  0.000704   0.05656        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.98it/s]
                 all          25         155       0.815           1       0.995       0.744

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   188/299     1.15G   0.02312   0.03059 0.0007378   0.05445        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.88it/s]
                 all          25         155       0.826           1       0.995       0.746

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   189/299     1.15G   0.02408    0.0325 0.0006712   0.05725        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.07it/s]
                 all          25         155       0.798           1       0.995       0.748

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   190/299     1.15G   0.02359   0.03352 0.0005964   0.05771        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.36it/s]
                 all          25         155       0.781           1       0.994       0.724

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   191/299     1.15G   0.02554   0.03434 0.0005872   0.06047        13       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:19<00:00,  3.42it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.01it/s]
                 all          25         155       0.833           1       0.996       0.726

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   192/299     1.15G   0.02773   0.03472 0.0006057   0.06305        40       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.28it/s]
                 all          25         155       0.847           1       0.995       0.713

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   193/299     1.15G   0.02676   0.03287 0.0005908   0.06022        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.12it/s]
                 all          25         155       0.844           1       0.995       0.732

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   194/299     1.15G   0.02439   0.03041 0.0006521   0.05545        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.80it/s]
                 all          25         155        0.84           1       0.995       0.737

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   195/299     1.15G    0.0237   0.03168  0.000657   0.05604        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.92it/s]
                 all          25         155       0.842           1       0.995       0.742

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   196/299     1.15G   0.02281   0.03206 0.0006283    0.0555        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.23it/s]
                 all          25         155       0.836           1       0.995       0.743

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   197/299     1.15G   0.02441   0.03116 0.0006246    0.0562        44       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.84it/s]
                 all          25         155       0.818           1       0.995       0.743

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   198/299     1.15G   0.02469   0.03215 0.0006233   0.05747        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.33it/s]
                 all          25         155       0.854           1       0.996       0.753

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   199/299     1.15G   0.02656   0.03223 0.0006231   0.05942        33       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.866           1       0.995       0.717

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   200/299     1.15G   0.03021   0.03759 0.0006015    0.0684        48       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.00it/s]
                 all          25         155       0.875           1       0.995       0.744

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   201/299     1.15G   0.02566   0.03459 0.0005873   0.06085        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.33it/s]
                 all          25         155       0.842           1       0.995       0.752

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   202/299     1.15G   0.02449     0.034 0.0006206   0.05911        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.90it/s]
                 all          25         155       0.856           1       0.995       0.745

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   203/299     1.15G   0.02272   0.03019 0.0005332   0.05344        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.75it/s]
                 all          25         155       0.835           1       0.995       0.757

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   204/299     1.15G   0.02367    0.0322   0.00059   0.05646        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.96it/s]
                 all          25         155         0.8           1       0.995       0.758

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   205/299     1.15G   0.02429   0.03159 0.0005377   0.05642        35       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.06it/s]
                 all          25         155        0.79           1       0.995       0.741

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   206/299     1.15G   0.02412   0.03091 0.0004265   0.05546        33       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.83it/s]
                 all          25         155       0.797           1       0.996       0.753

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   207/299     1.15G   0.02615   0.03159 0.0003804   0.05812        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.23it/s]
                 all          25         155       0.798           1       0.995       0.714

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   208/299     1.15G   0.02982   0.03303 0.0004526    0.0633        12       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.74it/s]
                 all          25         155       0.822           1       0.996       0.753

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   209/299     1.15G   0.02369   0.03385 0.0005287   0.05807        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.05it/s]
                 all          25         155       0.794           1       0.996       0.747

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   210/299     1.15G   0.02321    0.0307 0.0005522   0.05446        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.93it/s]
                 all          25         155       0.773           1       0.995       0.749

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   211/299     1.15G   0.02288    0.0306 0.0004906   0.05397        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.16it/s]
                 all          25         155       0.814           1       0.995       0.752

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   212/299     1.15G   0.02302   0.03174 0.0004541   0.05522        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.19it/s]
                 all          25         155        0.78           1       0.995       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   213/299     1.15G   0.02293   0.03081 0.0004786   0.05422        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.784           1       0.995       0.758

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   214/299     1.15G   0.02255   0.03124  0.000418    0.0542        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.89it/s]
                 all          25         155       0.803           1       0.996       0.747

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   215/299     1.15G   0.02315   0.02968 0.0004316   0.05326        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.11it/s]
                 all          25         155       0.799           1       0.995       0.748

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   216/299     1.15G   0.02546   0.03349 0.0004198   0.05937        35       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.92it/s]
                 all          25         155       0.818           1       0.995       0.755

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   217/299     1.15G   0.02281    0.0298 0.0004626   0.05307        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.11it/s]
                 all          25         155       0.824           1       0.996       0.739

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   218/299     1.15G   0.02205   0.03032 0.0004487   0.05282        12       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.20it/s]
                 all          25         155       0.809           1       0.996       0.758

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   219/299     1.15G   0.02374   0.03452 0.0004213   0.05868        51       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.98it/s]
                 all          25         155       0.827           1       0.996       0.748

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   220/299     1.15G   0.02348   0.03228 0.0003945   0.05615        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.29it/s]
                 all          25         155       0.829           1       0.996       0.749

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   221/299     1.15G   0.02176   0.03169 0.0003835   0.05383        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.77it/s]
                 all          25         155       0.834           1       0.995       0.752

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   222/299     1.15G   0.02217   0.03088 0.0004071   0.05346        33       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.825           1       0.995       0.756

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   223/299     1.15G   0.02405   0.03313 0.0004037   0.05758        47       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.51it/s]
                 all          25         155       0.834           1       0.995       0.738

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   224/299     1.15G   0.02635   0.03098 0.0004162   0.05775        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.28it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.19it/s]
                 all          25         155       0.831           1       0.995       0.743

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   225/299     1.15G   0.02479   0.03299  0.000382   0.05816        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.30it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.79it/s]
                 all          25         155        0.84           1       0.995       0.722

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   226/299     1.15G   0.02351   0.03263 0.0004744   0.05661        48       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.29it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.94it/s]
                 all          25         155       0.844           1       0.995       0.749

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   227/299     1.15G   0.02198   0.02984 0.0004587   0.05228        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.28it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.09it/s]
                 all          25         155       0.869           1       0.995       0.759

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   228/299     1.15G   0.02218   0.03188 0.0004379    0.0545        14       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.30it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.93it/s]
                 all          25         155       0.886           1       0.995       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   229/299     1.15G   0.02237   0.03006 0.0004914   0.05292        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.30it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.69it/s]
                 all          25         155        0.88           1       0.996       0.756

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   230/299     1.15G    0.0241   0.02961 0.0004873    0.0542        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.88it/s]
                 all          25         155       0.891           1       0.996       0.755

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   231/299     1.15G   0.02291   0.03186 0.0004063   0.05517        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.05it/s]
                 all          25         155       0.903           1       0.996       0.754

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   232/299     1.15G   0.02404   0.03091  0.000441   0.05539        38       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.62it/s]
                 all          25         155       0.886           1       0.996       0.755

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   233/299     1.15G   0.02341   0.03065 0.0003885   0.05444        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.51it/s]
                 all          25         155       0.868           1       0.996       0.753

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   234/299     1.15G   0.02196   0.02932 0.0003899   0.05167        42       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.95it/s]
                 all          25         155       0.866           1       0.995       0.771

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   235/299     1.15G   0.02196   0.02989 0.0004025   0.05226        18       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.79it/s]
                 all          25         155       0.868           1       0.995        0.77

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   236/299     1.15G   0.02173   0.03089 0.0003727   0.05299        38       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.31it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.97it/s]
                 all          25         155       0.848           1       0.996        0.77

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   237/299     1.15G   0.02135   0.02942 0.0003267    0.0511        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:19<00:00,  3.42it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.83it/s]
                 all          25         155       0.849           1       0.996       0.774

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   238/299     1.15G   0.02205   0.02971 0.0004197   0.05218        44       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.04it/s]
                 all          25         155       0.861           1       0.996       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   239/299     1.15G   0.02359   0.02943 0.0004197   0.05345        38       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.49it/s]
                 all          25         155       0.854           1       0.996       0.767

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   240/299     1.15G   0.02428   0.03047 0.0003509    0.0551        12       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.63it/s]
                 all          25         155        0.86           1       0.996       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   241/299     1.15G   0.02306   0.03003 0.0003205   0.05342        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.99it/s]
                 all          25         155       0.874           1       0.996       0.765

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   242/299     1.15G   0.02262   0.03137 0.0003623   0.05435        40       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.02it/s]
                 all          25         155       0.879           1       0.996       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   243/299     1.15G   0.02154   0.03378 0.0003628   0.05568        39       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.39it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.93it/s]
                 all          25         155       0.875           1       0.996       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   244/299     1.15G    0.0208    0.0285 0.0003824   0.04968        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.17it/s]
                 all          25         155       0.893           1       0.995       0.766

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   245/299     1.15G   0.02055   0.02884 0.0005038   0.04989        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.12it/s]
                 all          25         155       0.892           1       0.995        0.76

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   246/299     1.15G   0.02177   0.02828 0.0003908   0.05044        10       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.80it/s]
                 all          25         155       0.893           1       0.995       0.773

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   247/299     1.15G   0.02276   0.03048 0.0004457   0.05369        22       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.16it/s]
                 all          25         155       0.887           1       0.995       0.769

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   248/299     1.15G   0.02534   0.03084 0.0004681   0.05666        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.89it/s]
                 all          25         155       0.904           1       0.995       0.756

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   249/299     1.15G   0.02105   0.02926 0.0003777   0.05068        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.19it/s]
                 all          25         155       0.905           1       0.996       0.759

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   250/299     1.15G   0.02152   0.02912  0.000308   0.05094        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.83it/s]
                 all          25         155       0.904           1       0.996       0.764

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   251/299     1.15G   0.02157   0.02924 0.0003762   0.05118        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.82it/s]
                 all          25         155       0.899           1       0.996       0.765

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   252/299     1.15G   0.02033   0.02862 0.0003531   0.04931        14       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.17it/s]
                 all          25         155       0.897           1       0.996       0.763

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   253/299     1.15G    0.0212   0.03046 0.0003237   0.05198        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.50it/s]
                 all          25         155       0.896           1       0.996        0.77

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   254/299     1.15G   0.02113   0.02953 0.0003425     0.051        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.39it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.27it/s]
                 all          25         155       0.886           1       0.996       0.767

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   255/299     1.15G   0.02188   0.02798 0.0003589   0.05021        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.86it/s]
                 all          25         155       0.886           1       0.996       0.764

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   256/299     1.15G   0.02417   0.03011 0.0004344   0.05471        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.15it/s]
                 all          25         155       0.888           1       0.996       0.765

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   257/299     1.15G   0.02091   0.02883 0.0003061   0.05005        53       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.60it/s]
                 all          25         155       0.896           1       0.996       0.779

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   258/299     1.15G   0.02121   0.02907 0.0003969   0.05068        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.01it/s]
                 all          25         155       0.893           1       0.995        0.77

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   259/299     1.15G   0.02066   0.03067 0.0003008   0.05163        33       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.11it/s]
                 all          25         155       0.891           1       0.995       0.783

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   260/299     1.15G    0.0224   0.02928 0.0004041   0.05209        21       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.24it/s]
                 all          25         155       0.875           1       0.995       0.774

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   261/299     1.15G   0.02042   0.02916 0.0003673   0.04995        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.64it/s]
                 all          25         155       0.871           1       0.995       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   262/299     1.15G   0.02101    0.0277 0.0003398   0.04905        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.83it/s]
                 all          25         155       0.869           1       0.995       0.763

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   263/299     1.15G   0.02185   0.03064 0.0003581   0.05284        37       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.93it/s]
                 all          25         155       0.869           1       0.995       0.771

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   264/299     1.15G   0.02298   0.02918 0.0004145   0.05258        43       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.88it/s]
                 all          25         155       0.883           1       0.995        0.77

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   265/299     1.15G    0.0209   0.02904 0.0003237   0.05026        29       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.56it/s]
                 all          25         155       0.892           1       0.995       0.769

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   266/299     1.15G    0.0205   0.02834 0.0003458   0.04919        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.90it/s]
                 all          25         155       0.894           1       0.995       0.769

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   267/299     1.15G   0.02002   0.03105 0.0003139   0.05138        27       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.90it/s]
                 all          25         155       0.885           1       0.995       0.768

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   268/299     1.15G   0.02092   0.02882  0.000327   0.05007        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.04it/s]
                 all          25         155       0.872           1       0.995       0.765

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   269/299     1.15G   0.02101   0.02833 0.0003858   0.04973        20       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.88it/s]
                 all          25         155        0.87           1       0.995       0.767

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   270/299     1.15G   0.02068   0.02882 0.0003103   0.04981        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.04it/s]
                 all          25         155       0.865           1       0.996       0.767

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   271/299     1.15G   0.02126   0.03032  0.000316   0.05189        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.29it/s]
                 all          25         155       0.876           1       0.996       0.766

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   272/299     1.15G   0.02178   0.02926 0.0003277   0.05137        28       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.16it/s]
                 all          25         155       0.845           1       0.996       0.762

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   273/299     1.15G    0.0205     0.029 0.0003717   0.04987        31       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.38it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.03it/s]
                 all          25         155       0.864           1       0.996       0.763

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   274/299     1.15G   0.02078   0.02808 0.0003084   0.04917        43       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.04it/s]
                 all          25         155       0.879           1       0.996       0.771

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   275/299     1.15G   0.02118   0.02705 0.0002885   0.04851        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.39it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.39it/s]
                 all          25         155       0.872           1       0.996       0.768

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   276/299     1.15G   0.02025   0.02825 0.0003173   0.04881        23       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.24it/s]
                 all          25         155       0.877           1       0.996       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   277/299     1.15G   0.02088   0.02948 0.0002558   0.05062        25       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.96it/s]
                 all          25         155       0.883           1       0.996        0.77

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   278/299     1.15G   0.02096   0.02953 0.0002481   0.05074        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.10it/s]
                 all          25         155       0.872           1       0.996       0.769

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   279/299     1.15G   0.02144   0.02811  0.000306   0.04986        19       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.29it/s]
                 all          25         155       0.871           1       0.996        0.77

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   280/299     1.15G    0.0216    0.0305 0.0004317   0.05253        54       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.24it/s]
                 all          25         155       0.876           1       0.996       0.781

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   281/299     1.15G   0.02038   0.02982 0.0003056    0.0505        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.25it/s]
                 all          25         155       0.863           1       0.995       0.775

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   282/299     1.15G   0.02096   0.02919 0.0003475    0.0505        33       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.00it/s]
                 all          25         155       0.878           1       0.995       0.775

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   283/299     1.15G   0.02118   0.02925 0.0002861   0.05071        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.06it/s]
                 all          25         155       0.877           1       0.995       0.774

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   284/299     1.15G   0.02044   0.02858 0.0002745   0.04929        17       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.55it/s]
                 all          25         155       0.876           1       0.995       0.777

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   285/299     1.15G   0.02035   0.03034 0.0002572   0.05094        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.37it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.98it/s]
                 all          25         155       0.874           1       0.995       0.763

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   286/299     1.15G   0.02052   0.02873 0.0002645   0.04952        44       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.40it/s]
                 all          25         155        0.87           1       0.995       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   287/299     1.15G   0.02014   0.02832 0.0003071   0.04876        16       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.92it/s]
                 all          25         155       0.869           1       0.995       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   288/299     1.15G   0.02135   0.02957 0.0002455   0.05116        43       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.16it/s]
                 all          25         155       0.892           1       0.996       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   289/299     1.15G    0.0196    0.0292 0.0002849   0.04908        15       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.42it/s]
                 all          25         155       0.893           1       0.995       0.777

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   290/299     1.15G   0.01952   0.02924 0.0002607   0.04902        32       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.01it/s]
                 all          25         155       0.893           1       0.996       0.781

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   291/299     1.15G   0.02004   0.02749 0.0003112   0.04784        46       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.71it/s]
                 all          25         155       0.894           1       0.995       0.773

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   292/299     1.15G   0.02048   0.02874 0.0002616   0.04948        36       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 10.96it/s]
                 all          25         155       0.885           1       0.995       0.775

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   293/299     1.15G   0.02081   0.02938 0.0003578   0.05055        35       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.35it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.03it/s]
                 all          25         155       0.885           1       0.995       0.783

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   294/299     1.15G   0.02119   0.02739 0.0002716   0.04885        28       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.21it/s]
                 all          25         155       0.897           1       0.995       0.784

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   295/299     1.15G   0.02109   0.02822  0.000217   0.04953        26       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.29it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.02it/s]
                 all          25         155       0.878           1       0.995       0.777

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   296/299     1.15G   0.02043   0.02828 0.0002636   0.04897        30       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.36it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.32it/s]
                 all          25         155       0.873           1       0.995       0.785

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   297/299     1.15G    0.0197   0.02984 0.0002429   0.04978        49       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.33it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.12it/s]
                 all          25         155       0.889           1       0.996        0.78

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   298/299     1.15G   0.01965   0.02775 0.0002429   0.04765        24       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.34it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00, 11.22it/s]
                 all          25         155       0.886           1       0.996       0.786

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   299/299     1.15G   0.02069   0.02783 0.0003991   0.04892        50       640: 100%|█████████████████████████████████████████████████████████████████████| 68/68 [00:20<00:00,  3.32it/s]
               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 13/13 [00:01<00:00,  9.34it/s]
                 all          25         155       0.873           1       0.996       0.781
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 1.828 hours.


(wind_2021) H:\PytorchProject\yolov5_train_xiaotian_2023031401>
(wind_2021) H:\PytorchProject\yolov5_train_xiaotian_2023031401>
(wind_2021) H:\PytorchProject\yolov5_train_xiaotian_2023031401>

  

模型参数

 

 

 

测试

(wind_2021) H:\PytorchProject\yolov5_train_xiaotian_2023031401>
(wind_2021) H:\PytorchProject\yolov5_train_xiaotian_2023031401>python detect_2023031401.py  --weights runs/train/exp/weights/best.pt
Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.45, 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/exp/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, 21041679 parameters, 0 gradients, 50.3 GFLOPS
image 1/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230224165953_4_c.jpg: 384x640 4 r_ls, 4 r_cs, Done. (0.022s)
image 2/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230224170234_6_c.jpg: 384x640 4 r_ls, 4 r_cs, Done. (0.014s)
image 3/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230224175356_2_c.jpg: 384x640 3 r_ls, 4 r_cs, Done. (0.014s)
image 4/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230224175528_4_c.jpg: 384x640 3 r_ls, 4 r_cs, Done. (0.014s)
image 5/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230224175848_3_c.jpg: 384x640 3 r_ls, 4 r_cs, Done. (0.014s)
image 6/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230312105951285.jpg: 384x640 4 r_ls, 4 r_cs, Done. (0.013s)
image 7/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230312110144052.jpg: 384x640 4 r_cs, Done. (0.014s)
image 8/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230312110432451.jpg: 384x640 4 r_ls, 4 r_cs, Done. (0.013s)
image 9/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230312110956822.jpg: 384x640 4 r_cs, Done. (0.014s)
image 10/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230312111023396.jpg: 384x640 4 r_cs, Done. (0.013s)
image 11/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230312111122755.jpg: 384x640 4 r_ls, Done. (0.014s)
image 12/12 H:\PytorchProject\yolov5_train_xiaotian_2023031401\data\img\20230312130107903.jpg: 384x640 4 r_cs, Done. (0.014s)
Results saved to runs\detect\exp2
Done. (0.758s)

(wind_2021) H:\PytorchProject\yolov5_train_xiaotian_2023031401>
(wind_2021) H:\PytorchProject\yolov5_train_xiaotian_2023031401>
View Code

 

 

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

posted @ 2023-03-15 07:35  西北逍遥  阅读(15)  评论(0编辑  收藏  举报