首页 > 其他分享 >Yolov5训练机械小车识别模型

Yolov5训练机械小车识别模型

时间:2024-05-11 16:57:31浏览次数:19  
标签:Yolov5 False models 小车 PytorchProject 2024051001 train common 识别

 

 

 

 

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


Namespace(adam=False, batch_size=2, bucket='', cache_images=False, cfg='./models/yolov5m.yaml', data='./data/myvoc.yaml', device='', epochs=300, evolve=False, exist_ok=False, global_rank=-1, hyp='data/hyp.scratch.yaml', image_weights=False, img_size=[640, 640], local_rank=-1, log_artifacts=False, log_imgs=16, multi_scale=False, name='exp', noautoanchor=False, nosave=False, notest=False, project='runs/train', quad=False, rect=False, resume=False, save_dir='runs\\train\\exp3', single_cls=False, sync_bn=False, total_batch_size=2, weights='./models/yolov5s.pt', workers=0, world_size=1)
Start Tensorboard with "tensorboard --logdir runs/train", view at http://localhost:6006/
Hyperparameters {'lr0': 0.01, 'lrf': 0.2, 'momentum': 0.937, 'weight_decay': 0.0005, 'warmup_epochs': 3.0, 'warmup_momentum': 0.8, 'warmup_bias_lr': 0.1, 'box': 0.05, 'cls': 0.5, 'cls_pw': 1.0, 'obj': 1.0, 'obj_pw': 1.0, 'iou_t': 0.2, 'anchor_t': 4.0, 'fl_gamma': 0.0, 'hsv_h': 0.015, 'hsv_s': 0.7, 'hsv_v': 0.4, 'degrees': 0.0, 'translate': 0.1, 'scale': 0.5, 'shear': 0.0, 'perspective': 0.0, 'flipud': 0.0, 'fliplr': 0.5, 'mosaic': 1.0, 'mixup': 0.0}
Overriding model.yaml nc=80 with nc=3

                 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     32328  models.yolo.Detect                      [3, [[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, 21064488 parameters, 21064488 gradients, 50.4 GFLOPS

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

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

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     0/299     1.14G     0.115    0.0424   0.03977    0.1972        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.59s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:09<00:00,  1.20s/it]
                 all          15          45           0           0      0.0014    0.000273

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     1/299      1.2G    0.1094   0.04911   0.04051     0.199        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.30s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.20it/s]
                 all          15          45           0           0     0.00116    0.000201

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     2/299      1.2G    0.1006   0.05708   0.03941    0.1971         1       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.30s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.20it/s]
                 all          15          45           0           0     0.00823    0.000909

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     3/299      1.2G   0.09359   0.05949   0.03876    0.1918         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.30s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.23it/s]
                 all          15          45     0.00772      0.0667     0.00665     0.00104

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     4/299      1.2G   0.08735   0.05812   0.03823    0.1837         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.29s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.18it/s]
                 all          15          45     0.00319       0.156      0.0072       0.001

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     5/299      1.2G   0.08484   0.06535   0.03723    0.1874         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.30s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.32it/s]
                 all          15          45     0.00379       0.156      0.0153     0.00198

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     6/299      1.2G   0.08391   0.05982    0.0369    0.1806         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.31s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.34it/s]
                 all          15          45     0.00776       0.178      0.0094     0.00139

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     7/299      1.2G   0.07975   0.05633   0.03603    0.1721         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:55<00:00,  1.31s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.29it/s]
                 all          15          45      0.0159       0.111      0.0116     0.00202

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     8/299      1.2G    0.0823    0.0538    0.0378    0.1739         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.30s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.27it/s]
                 all          15          45     0.00914         0.2      0.0122     0.00332

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
     9/299      1.2G   0.07829   0.04971   0.03666    0.1647         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:55<00:00,  1.33s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.16it/s]
                 all          15          45     0.00758       0.244      0.0137     0.00256

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    10/299      1.2G   0.08138   0.05265   0.03776    0.1718         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.38s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.25it/s]
                 all          15          45      0.0365       0.556      0.0875      0.0188

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    11/299      1.2G   0.07706   0.04812   0.03642    0.1616         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:55<00:00,  1.32s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.33it/s]
                 all          15          45       0.043       0.556      0.0593      0.0112

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    12/299      1.2G   0.07765   0.04435   0.03608    0.1581         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.29s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.23it/s]
                 all          15          45       0.077       0.578       0.144      0.0292

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    13/299      1.2G   0.07343   0.04604   0.03618    0.1556         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:55<00:00,  1.31s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.22it/s]
                 all          15          45      0.0424       0.822      0.0957      0.0231

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    14/299      1.2G   0.07603   0.04984   0.03601    0.1619         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.29s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.25it/s]
                 all          15          45      0.0142       0.867      0.0569      0.0151

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    15/299      1.2G   0.09022   0.04441   0.03681    0.1714        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.30s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.28it/s]
                 all          15          45      0.0185      0.0444      0.0408     0.00563

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    16/299      1.2G   0.07919   0.04961   0.03604    0.1648         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45        0.02      0.0222       0.054      0.0141

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    17/299      1.2G    0.0809   0.05563   0.03632    0.1729        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45      0.0811      0.0889       0.094      0.0216

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    18/299      1.2G   0.07634   0.04728   0.03508    0.1587         1       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.41s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.122       0.111       0.165       0.041

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    19/299      1.2G   0.07539    0.0459    0.0342    0.1555         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45      0.0118         0.4      0.0136     0.00222

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    20/299      1.2G   0.09307   0.03904   0.03425    0.1664         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.09it/s]
                 all          15          45      0.0176      0.0667      0.0267     0.00464

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    21/299      1.2G   0.08758   0.04229   0.03464    0.1645         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.09it/s]
                 all          15          45      0.0495         0.2      0.0798      0.0142

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    22/299      1.2G   0.08111   0.05018   0.03434    0.1656        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.168      0.0729       0.186      0.0558

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    23/299      1.2G   0.07993    0.0383   0.03314    0.1514         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.154       0.277       0.131      0.0306

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    24/299      1.2G   0.07703   0.04275   0.03211    0.1519        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.18it/s]
                 all          15          45      0.0347       0.178       0.124      0.0317

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    25/299      1.2G    0.0734   0.04573   0.03214    0.1513        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45      0.0809       0.889       0.267      0.0961

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    26/299      1.2G   0.07911   0.04096   0.03118    0.1512        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.158         0.6       0.213      0.0421

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    27/299      1.2G   0.07806   0.04091   0.02937    0.1483         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45      0.0677         0.6      0.0979      0.0202

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    28/299      1.2G   0.07653   0.04335   0.03003    0.1499        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.144       0.711         0.2      0.0458

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    29/299      1.2G   0.07526   0.04295   0.02958    0.1478         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.12it/s]
                 all          15          45       0.103       0.772        0.22      0.0524

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    30/299      1.2G   0.07944   0.03973   0.02812    0.1473         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.12it/s]
                 all          15          45       0.204       0.731        0.46       0.112

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    31/299      1.2G   0.07428   0.03983   0.02615    0.1403         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.41s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.14it/s]
                 all          15          45       0.164       0.911       0.411       0.102

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    32/299      1.2G   0.07396   0.04093   0.02647    0.1414         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.16it/s]
                 all          15          45      0.0874       0.822       0.374       0.116

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    33/299      1.2G   0.07486   0.04354   0.02667    0.1451         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.12it/s]
                 all          15          45       0.123       0.867       0.449       0.134

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    34/299      1.2G   0.07016   0.04199   0.02579    0.1379        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.112       0.889       0.544       0.194

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    35/299      1.2G   0.07098   0.03881   0.02522     0.135         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.37s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45      0.0697       0.978       0.513       0.176

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    36/299      1.2G   0.07555   0.04279   0.02438    0.1427         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.39s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45        0.12       0.978       0.666       0.274

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    37/299      1.2G   0.06531   0.04068    0.0226    0.1286         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.41s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.17it/s]
                 all          15          45       0.204       0.956       0.662       0.263

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    38/299      1.2G   0.06465   0.04051   0.02224    0.1274         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.21it/s]
                 all          15          45       0.109           1       0.523       0.154

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    39/299      1.2G   0.07197   0.03836    0.0217     0.132         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.41s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.118       0.711       0.337      0.0832

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    40/299      1.2G   0.06972   0.03944   0.01984     0.129         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.12it/s]
                 all          15          45       0.168       0.978       0.583       0.181

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    41/299      1.2G   0.06598   0.03787   0.01891    0.1228         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45      0.0764       0.978       0.379       0.115

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    42/299      1.2G   0.07238   0.03957   0.01873    0.1307         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.41s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.195       0.867        0.48       0.156

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    43/299      1.2G   0.06953   0.03633   0.01701    0.1229        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.169           1       0.651       0.291

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    44/299      1.2G   0.06838   0.03815   0.01845     0.125        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.09it/s]
                 all          15          45       0.134       0.956       0.337      0.0725

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    45/299      1.2G   0.07146   0.03509   0.01683    0.1234         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:53<00:00,  1.26s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.40it/s]
                 all          15          45       0.101       0.889       0.564       0.161

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    46/299      1.2G   0.06765   0.03512   0.01743    0.1202         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:52<00:00,  1.24s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.22it/s]
                 all          15          45        0.12       0.956       0.684       0.251

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    47/299      1.2G   0.06481   0.03681   0.01546    0.1171         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:54<00:00,  1.29s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.23it/s]
                 all          15          45       0.146       0.956       0.695       0.292

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    48/299      1.2G   0.06537   0.03573   0.01554    0.1166         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:55<00:00,  1.31s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.19it/s]
                 all          15          45       0.152           1       0.684       0.262

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    49/299      1.2G   0.06446   0.03747   0.01417    0.1161        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.39s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.22it/s]
                 all          15          45       0.174           1       0.799       0.357

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    50/299      1.2G   0.06206   0.03579   0.01327    0.1111        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.37s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.25it/s]
                 all          15          45       0.234           1       0.829       0.408

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    51/299      1.2G   0.06109   0.03955    0.0131    0.1137        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.38s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.154           1       0.748       0.335

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    52/299      1.2G   0.06843   0.03357   0.01238    0.1144         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.222           1       0.643       0.247

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    53/299      1.2G   0.06708   0.03354   0.01242     0.113         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.20it/s]
                 all          15          45       0.147       0.911       0.594       0.272

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    54/299      1.2G   0.06262   0.03729   0.01108     0.111         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.39s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.31it/s]
                 all          15          45       0.135       0.956       0.507       0.138

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    55/299      1.2G   0.07062   0.03485   0.01102    0.1165         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:56<00:00,  1.34s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.26it/s]
                 all          15          45       0.117       0.978       0.401       0.105

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    56/299      1.2G   0.06785   0.03175   0.01117    0.1108         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.205           1       0.829       0.382

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    57/299      1.2G   0.06438   0.03671   0.01176    0.1129         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.25it/s]
                 all          15          45       0.137           1       0.751       0.285

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    58/299      1.2G   0.06754    0.0339   0.01039    0.1118         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.38s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.31it/s]
                 all          15          45       0.234           1       0.773       0.293

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    59/299      1.2G   0.06375   0.03158   0.01091    0.1062         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:56<00:00,  1.34s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.24it/s]
                 all          15          45       0.218           1       0.886       0.418

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    60/299      1.2G    0.0615   0.03431   0.01017     0.106         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:56<00:00,  1.35s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.15it/s]
                 all          15          45       0.211       0.978       0.861       0.412

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    61/299      1.2G   0.06316   0.03334  0.009852    0.1064         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.36s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.163           1       0.569       0.168

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    62/299      1.2G   0.06646   0.03148  0.008214    0.1062         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.45s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.16it/s]
                 all          15          45       0.221       0.867       0.479       0.133

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    63/299      1.2G   0.06127   0.03342  0.008948    0.1036         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.38s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.17it/s]
                 all          15          45       0.237       0.778       0.511       0.143

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    64/299      1.2G   0.06093   0.03238  0.009219    0.1025         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.37s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.18it/s]
                 all          15          45       0.159           1       0.679       0.262

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    65/299      1.2G   0.06328   0.03071  0.009063    0.1031         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.233       0.978       0.753       0.268

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    66/299      1.2G    0.0639   0.03436  0.009048    0.1073        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.39s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.212           1       0.827       0.395

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    67/299      1.2G   0.06062   0.03084  0.007917   0.09938         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.12it/s]
                 all          15          45       0.178       0.911        0.55       0.165

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    68/299      1.2G   0.06138   0.03103  0.007415   0.09983         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:57<00:00,  1.38s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.231           1       0.902       0.398

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    69/299      1.2G   0.05595   0.03375  0.006787   0.09649         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.289           1       0.964       0.521

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    70/299      1.2G   0.05843   0.03207  0.006745   0.09725         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.22it/s]
                 all          15          45       0.217       0.978        0.82       0.369

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    71/299      1.2G   0.06521   0.03132  0.005916    0.1024        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45       0.208           1       0.859       0.285

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    72/299      1.2G   0.06244    0.0334  0.006225    0.1021         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.281           1       0.943       0.539

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    73/299      1.2G   0.05777     0.033  0.006427    0.0972         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.225           1       0.651       0.214

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    74/299      1.2G   0.06618   0.03059   0.00698    0.1037         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.20it/s]
                 all          15          45       0.282       0.911       0.705       0.226

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    75/299      1.2G   0.07199   0.03115   0.00683      0.11         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.18it/s]
                 all          15          45        0.27       0.978       0.859       0.388

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    76/299      1.2G   0.06773   0.02945  0.005463    0.1026         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.42s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.229       0.933       0.742       0.264

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    77/299      1.2G    0.0694   0.03242  0.006215     0.108         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.14it/s]
                 all          15          45        0.24           1       0.813       0.335

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    78/299      1.2G   0.05962   0.03159  0.006434   0.09764         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.119       0.778       0.508       0.165

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    79/299      1.2G   0.05787   0.03152  0.005437   0.09483         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45         0.3           1       0.948       0.563

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    80/299      1.2G   0.06293   0.03332  0.006759     0.103         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.231       0.978       0.827       0.263

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    81/299      1.2G   0.06259   0.03057   0.00502   0.09818         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.00it/s]
                 all          15          45      0.0718       0.356       0.174      0.0767

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    82/299      1.2G    0.0571    0.0318  0.004815   0.09371         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.145       0.711       0.413       0.166

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    83/299      1.2G   0.05674   0.03225  0.004829   0.09382         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.245           1       0.964       0.485

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    84/299      1.2G    0.0613   0.02907  0.004604   0.09497         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.17it/s]
                 all          15          45       0.345           1       0.968       0.518

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    85/299      1.2G   0.05409   0.02987  0.003925   0.08789         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.385           1       0.977       0.613

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    86/299      1.2G   0.05102   0.02803  0.005833   0.08488         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.262           1       0.858       0.275

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    87/299      1.2G   0.06198   0.03158  0.004979   0.09854         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.41s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.134         0.4       0.125      0.0288

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    88/299      1.2G   0.05788   0.03274  0.004531   0.09515         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.153       0.658        0.33       0.095

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    89/299      1.2G   0.05393   0.03054  0.005923    0.0904         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.45s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.345           1         0.9       0.419

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    90/299      1.2G   0.05636   0.03109  0.005544   0.09299         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.17it/s]
                 all          15          45       0.193       0.733       0.605       0.251

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    91/299      1.2G   0.05545   0.02999  0.005502   0.09094         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.516           1       0.973       0.563

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    92/299      1.2G   0.05066   0.02798   0.00451   0.08315         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.17it/s]
                 all          15          45       0.271       0.978       0.899       0.449

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    93/299      1.2G   0.05242   0.02753  0.004481   0.08443         0       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.223       0.867        0.71       0.284

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    94/299      1.2G   0.05325   0.02912  0.005034    0.0874         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:59<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.09it/s]
                 all          15          45       0.441           1       0.983       0.514

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    95/299      1.2G   0.04995   0.02701  0.004736    0.0817         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.507           1       0.976       0.558

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    96/299      1.2G   0.05192   0.03042  0.004266    0.0866         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.44s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.242       0.733        0.51       0.155

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    97/299      1.2G    0.0573   0.02766  0.004275   0.08924         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [00:58<00:00,  1.40s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.376           1       0.889       0.399

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    98/299      1.2G   0.04953   0.02903  0.004231   0.08279         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.392           1       0.965       0.553

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
    99/299      1.2G   0.05033   0.02999  0.004169   0.08449         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.43s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.383           1       0.942       0.507

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   100/299      1.2G   0.05059   0.02964  0.004254   0.08449         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.437           1       0.974        0.54

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   101/299      1.2G   0.04923   0.02811  0.005117   0.08246         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  2.00it/s]
                 all          15          45       0.446           1        0.99       0.666

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   102/299      1.2G    0.0489   0.02834  0.003199   0.08044         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.14it/s]
                 all          15          45       0.452           1       0.985        0.54

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   103/299      1.2G   0.05461    0.0305  0.003726   0.08883        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.478       0.933       0.913       0.313

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   104/299      1.2G   0.05439   0.02737  0.003919   0.08568         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.497           1       0.989       0.586

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   105/299      1.2G   0.04987   0.02845   0.00452   0.08285         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45        0.44           1       0.978       0.501

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   106/299      1.2G   0.05496   0.03005  0.004514   0.08953         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.12it/s]
                 all          15          45        0.49           1       0.986       0.552

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   107/299      1.2G   0.04855   0.02637    0.0043   0.07922         1       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.45s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.568           1       0.992       0.645

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   108/299      1.2G   0.04776   0.02894  0.004946   0.08164         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.405           1       0.972       0.541

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   109/299      1.2G   0.05359   0.03024  0.003793   0.08762         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45       0.437       0.889       0.798       0.294

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   110/299      1.2G   0.05484   0.02779  0.003804   0.08643        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.94it/s]
                 all          15          45       0.667           1       0.995       0.547

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   111/299      1.2G   0.04726   0.02658  0.003839   0.07768         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.563           1        0.98       0.671

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   112/299      1.2G   0.04991   0.02398  0.004663   0.07855         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.09it/s]
                 all          15          45       0.562           1       0.974        0.62

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   113/299      1.2G   0.05023   0.03092  0.006077   0.08723         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.325       0.867        0.83       0.423

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   114/299      1.2G   0.04695   0.02895  0.005658   0.08156         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.402       0.956       0.926       0.488

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   115/299      1.2G   0.04684   0.03001  0.004276   0.08113        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.464           1       0.991       0.509

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   116/299      1.2G   0.05345   0.02903  0.004127    0.0866         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.12it/s]
                 all          15          45       0.618           1       0.983        0.47

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   117/299      1.2G   0.05205   0.02789  0.004192   0.08413         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.09it/s]
                 all          15          45       0.635           1       0.984       0.566

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   118/299      1.2G   0.04734   0.02849  0.003744   0.07957        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.433           1       0.981       0.495

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   119/299      1.2G   0.05078   0.02953  0.004652   0.08496         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.45s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.537           1       0.973       0.499

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   120/299      1.2G   0.04624   0.02791  0.003735   0.07789         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.632           1        0.99       0.691

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   121/299      1.2G   0.04373   0.02765  0.003729    0.0751         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.136       0.467       0.311       0.125

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   122/299      1.2G   0.05007   0.02629  0.005016   0.08137         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.94it/s]
                 all          15          45       0.243       0.867       0.708       0.344

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   123/299      1.2G   0.04835   0.02757  0.004016   0.07993         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.576           1       0.995       0.695

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   124/299      1.2G   0.04395   0.02757  0.005246   0.07677         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.484           1       0.972       0.563

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   125/299      1.2G   0.05065   0.02765  0.004687   0.08299        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.612           1       0.994       0.586

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   126/299      1.2G   0.04903   0.02789  0.003357   0.08027         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.571           1       0.991       0.703

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   127/299      1.2G   0.04189   0.02682  0.004647   0.07335        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.46s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.608           1       0.992       0.727

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   128/299      1.2G   0.04259   0.02572   0.00446   0.07277         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.537           1       0.984       0.677

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   129/299      1.2G   0.04425   0.02698  0.003478   0.07471        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.503           1       0.979        0.64

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   130/299      1.2G   0.04236   0.02834  0.004168   0.07487         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.484           1       0.985       0.667

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   131/299      1.2G   0.04208   0.02739  0.003517     0.073         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.45s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.649           1       0.993       0.597

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   132/299      1.2G   0.04296   0.02742  0.003074   0.07346        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.607           1       0.995       0.654

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   133/299      1.2G   0.04036   0.02706  0.003667   0.07108         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.586           1       0.989       0.687

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   134/299      1.2G   0.03944   0.02762  0.004017   0.07107         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.95it/s]
                 all          15          45       0.374       0.711       0.657       0.346

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   135/299      1.2G   0.04527   0.02823  0.003052   0.07656         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45        0.47       0.978       0.953        0.55

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   136/299      1.2G    0.0419   0.02922   0.00324   0.07436         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.529       0.978       0.971       0.645

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   137/299      1.2G   0.03835   0.02703  0.003692   0.06908         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.314         0.6       0.506        0.17

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   138/299      1.2G   0.04227    0.0258  0.002701   0.07078         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45       0.556           1       0.989       0.631

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   139/299      1.2G   0.04101   0.02569  0.003232   0.06994         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.607       0.978       0.963       0.642

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   140/299      1.2G   0.03961   0.02694  0.002704   0.06925         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.677           1       0.995       0.597

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   141/299      1.2G   0.04469   0.03056  0.002999   0.07825         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.658       0.978       0.955       0.452

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   142/299      1.2G   0.04808   0.03088  0.003349   0.08231        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45        0.72           1       0.995       0.697

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   143/299      1.2G   0.03963   0.02525  0.003509   0.06839         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45        0.66           1       0.995       0.731

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   144/299      1.2G    0.0431   0.02859  0.004015    0.0757         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.599           1       0.995       0.613

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   145/299      1.2G   0.04381   0.02626  0.003462   0.07354         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  2.00it/s]
                 all          15          45       0.617           1       0.995       0.657

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   146/299      1.2G   0.04227   0.02822  0.004048   0.07454         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.94it/s]
                 all          15          45       0.555           1       0.995         0.7

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   147/299      1.2G   0.04165   0.02651  0.004006   0.07216         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.608           1       0.995       0.648

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   148/299      1.2G   0.04209   0.02734  0.003862   0.07329         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.807           1       0.995       0.702

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   149/299      1.2G   0.03878   0.02767  0.003006   0.06946         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.748           1       0.995        0.73

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   150/299      1.2G   0.03888   0.02674  0.002879   0.06849        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.679           1       0.995       0.726

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   151/299      1.2G   0.03941   0.02723  0.002612   0.06926         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.719           1       0.995        0.69

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   152/299      1.2G   0.03778   0.02752  0.003059   0.06836         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.725           1       0.995       0.724

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   153/299      1.2G   0.03838   0.02438   0.00286   0.06562         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.663           1       0.995       0.517

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   154/299      1.2G   0.04951    0.0264  0.004248   0.08015         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.805           1       0.995        0.56

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   155/299      1.2G   0.04275   0.02734  0.003678   0.07377         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.762           1       0.995       0.708

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   156/299      1.2G   0.03427   0.02342  0.002937   0.06064         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.675           1       0.995       0.687

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   157/299      1.2G   0.04371    0.0274  0.002798   0.07391        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.611           1       0.995       0.499

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   158/299      1.2G   0.04473   0.02875  0.003642   0.07713         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.734           1       0.995        0.73

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   159/299      1.2G   0.03756   0.02732  0.003415    0.0683         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.739           1       0.994       0.719

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   160/299      1.2G   0.04024    0.0263  0.004126   0.07066        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.522           1       0.983       0.629

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   161/299      1.2G   0.03884   0.02457  0.003576   0.06699         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.556           1       0.987        0.62

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   162/299      1.2G   0.03712   0.02657  0.003153   0.06684         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.554           1       0.981       0.673

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   163/299      1.2G   0.03708   0.02698  0.003411   0.06747         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.766           1       0.976       0.717

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   164/299      1.2G   0.04014   0.02588  0.002429   0.06844         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.789           1       0.993       0.697

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   165/299      1.2G    0.0349   0.02456  0.003473   0.06293         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.773           1       0.994       0.738

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   166/299      1.2G   0.03384   0.02557  0.002866   0.06227         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.756           1       0.995       0.688

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   167/299      1.2G   0.03818   0.02709  0.003781   0.06905         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.08it/s]
                 all          15          45       0.371       0.867       0.804       0.448

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   168/299      1.2G   0.03392   0.02333  0.003161    0.0604         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.714           1        0.99       0.725

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   169/299      1.2G   0.03288   0.02453  0.002168   0.05957         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.704           1       0.995       0.697

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   170/299      1.2G   0.03821   0.02476  0.003323    0.0663         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.786           1       0.995       0.701

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   171/299      1.2G   0.03866   0.02464  0.002403    0.0657         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45        0.78           1       0.995       0.724

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   172/299      1.2G   0.03573   0.02456  0.002758   0.06305         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.692           1       0.995       0.747

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   173/299      1.2G   0.03866   0.02491  0.002521    0.0661         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.714           1       0.995       0.675

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   174/299      1.2G   0.03577   0.02429  0.003418   0.06348         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.707           1       0.995       0.736

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   175/299      1.2G   0.03456   0.02546  0.003006   0.06303         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.94it/s]
                 all          15          45       0.683           1       0.995       0.763

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   176/299      1.2G     0.039   0.02322  0.003981    0.0662         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.722           1       0.995       0.593

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   177/299      1.2G   0.04174   0.02651  0.004916   0.07316         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.844           1       0.995       0.732

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   178/299      1.2G   0.03574    0.0256  0.003548   0.06488        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.823           1       0.995       0.748

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   179/299      1.2G    0.0347   0.02629  0.003907   0.06489        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.00it/s]
                 all          15          45       0.723           1       0.972       0.739

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   180/299      1.2G   0.03531   0.02379  0.002933   0.06204        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.769           1       0.995       0.716

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   181/299      1.2G   0.03257   0.02328  0.003351    0.0592         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45        0.69           1       0.994       0.756

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   182/299      1.2G   0.03303   0.02368  0.002993    0.0597         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.95it/s]
                 all          15          45       0.398       0.867       0.864       0.484

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   183/299      1.2G   0.04201   0.02678  0.002987   0.07178        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.595       0.978       0.954       0.577

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   184/299      1.2G    0.0366   0.02738  0.003988   0.06797        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.742           1       0.994       0.743

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   185/299      1.2G   0.02999   0.02269  0.003709   0.05639         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.761           1       0.995       0.728

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   186/299      1.2G   0.03494   0.02591  0.002393   0.06325         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.699           1       0.991       0.749

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   187/299      1.2G   0.03398   0.02404    0.0021   0.06012         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.798           1       0.995       0.754

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   188/299      1.2G   0.03098   0.02281   0.00275   0.05655         1       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.774           1       0.995       0.742

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   189/299      1.2G    0.0342   0.02416  0.003785   0.06214         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.00it/s]
                 all          15          45        0.86           1       0.995       0.726

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   190/299      1.2G     0.033     0.025  0.002136   0.06014         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.847           1       0.995       0.779

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   191/299      1.2G   0.02994   0.02163  0.003305   0.05488         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.14it/s]
                 all          15          45       0.829           1       0.995       0.754

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   192/299      1.2G   0.03389   0.02475  0.002636   0.06128         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:01<00:00,  1.47s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.624       0.991       0.971        0.61

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   193/299      1.2G   0.03469    0.0236  0.003091   0.06138         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.45s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.13it/s]
                 all          15          45       0.734           1       0.987       0.716

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   194/299      1.2G   0.02949   0.02402  0.002435   0.05594         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.48s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.842           1       0.993       0.739

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   195/299      1.2G   0.03279   0.02463  0.003259   0.06068         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45        0.67           1       0.986       0.671

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   196/299      1.2G   0.03416   0.02526   0.00314   0.06255         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.834           1       0.995        0.71

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   197/299      1.2G    0.0308   0.02608  0.002341   0.05923         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:00<00:00,  1.45s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.11it/s]
                 all          15          45       0.817           1       0.995       0.762

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   198/299      1.2G   0.02806   0.02285  0.002744   0.05366         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.881           1       0.995       0.764

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   199/299      1.2G   0.03293   0.02346  0.002349   0.05874         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45       0.877           1       0.994       0.756

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   200/299      1.2G   0.03049    0.0234  0.001682   0.05558         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.863           1       0.993       0.779

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   201/299      1.2G   0.03122   0.02295  0.002218   0.05639         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.06it/s]
                 all          15          45       0.877           1       0.995       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   202/299      1.2G   0.03394   0.02502  0.002114   0.06107         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45        0.83           1       0.995       0.691

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   203/299      1.2G   0.03429   0.02233  0.002681    0.0593         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.818           1       0.995       0.766

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   204/299      1.2G   0.02908   0.02287  0.002396   0.05434         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.94it/s]
                 all          15          45       0.831           1       0.995       0.756

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   205/299      1.2G   0.03219   0.02443  0.003072   0.05969         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.58s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.856           1       0.995       0.756

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   206/299      1.2G   0.03097   0.02244  0.002495    0.0559         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.58s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.854           1       0.995       0.734

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   207/299      1.2G   0.02814   0.02266  0.002415   0.05322         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.93it/s]
                 all          15          45       0.865           1       0.995       0.775

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   208/299      1.2G   0.03078   0.02296  0.002897   0.05664         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.844           1       0.995       0.778

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   209/299      1.2G   0.03019   0.02494  0.002968    0.0581        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.95it/s]
                 all          15          45       0.732           1       0.989       0.759

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   210/299      1.2G    0.0274   0.02398  0.002759   0.05414        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45       0.774           1       0.993       0.779

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   211/299      1.2G   0.02925   0.02277  0.002889   0.05491         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.59s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.825           1       0.995         0.8

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   212/299      1.2G     0.031   0.02056  0.002619   0.05417         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.884           1       0.995       0.789

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   213/299      1.2G   0.02839   0.02351  0.002699    0.0546         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.00it/s]
                 all          15          45       0.883           1       0.995       0.764

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   214/299      1.2G    0.0284   0.02088  0.002426   0.05171         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.853           1       0.994         0.7

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   215/299      1.2G   0.03395   0.02445  0.002369   0.06077         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45         0.8           1       0.988        0.68

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   216/299      1.2G   0.03079   0.02244  0.002473    0.0557        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.806           1        0.98       0.749

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   217/299      1.2G   0.02674   0.02089  0.002162    0.0498         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.88it/s]
                 all          15          45        0.78           1       0.983       0.745

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   218/299      1.2G   0.03238   0.02191   0.00214   0.05643         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.87it/s]
                 all          15          45       0.742       0.978       0.968       0.699

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   219/299      1.2G   0.02824    0.0221  0.002106   0.05244         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.95it/s]
                 all          15          45       0.741           1       0.976       0.732

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   220/299      1.2G   0.02839   0.02541  0.002472   0.05627        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.872           1       0.995       0.765

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   221/299      1.2G   0.03405   0.02487  0.002121   0.06104         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.827           1       0.995       0.617

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   222/299      1.2G    0.0336   0.02449  0.002043   0.06013         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.873           1       0.995       0.768

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   223/299      1.2G   0.02714   0.02247  0.001786   0.05139         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.876           1       0.995        0.79

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   224/299      1.2G   0.03121   0.02549  0.002551   0.05925         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  2.00it/s]
                 all          15          45       0.838           1       0.995       0.665

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   225/299      1.2G    0.0371   0.02452  0.003518   0.06515         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.858           1       0.995       0.782

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   226/299      1.2G   0.02891   0.02268  0.002462   0.05405        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.864           1       0.995       0.787

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   227/299      1.2G   0.03022   0.02121  0.003376   0.05481         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.859           1       0.995       0.769

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   228/299      1.2G   0.02927   0.02293  0.002114   0.05432         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.866           1       0.995       0.789

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   229/299      1.2G   0.02846   0.02253  0.003468   0.05446         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.59s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.95it/s]
                 all          15          45       0.872           1       0.995       0.798

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   230/299      1.2G   0.02674   0.02234  0.001942   0.05102        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.92it/s]
                 all          15          45       0.878           1       0.995       0.811

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   231/299      1.2G   0.02685   0.02312  0.002494   0.05247         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.857           1       0.995       0.759

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   232/299      1.2G   0.02909    0.0242  0.002671   0.05596         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.50s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.849           1       0.995       0.774

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   233/299      1.2G   0.02816   0.02553  0.003166   0.05686         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  2.00it/s]
                 all          15          45       0.797       0.978       0.988       0.746

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   234/299      1.2G   0.02911    0.0238  0.002795   0.05571         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.879           1       0.995       0.752

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   235/299      1.2G   0.02803   0.02321  0.002833   0.05407         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.874           1       0.995       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   236/299      1.2G   0.02651   0.02232  0.002927   0.05176         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.00it/s]
                 all          15          45       0.879           1       0.995        0.78

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   237/299      1.2G   0.02958   0.02259  0.002312   0.05448         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.93it/s]
                 all          15          45       0.849           1       0.995       0.733

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   238/299      1.2G   0.02943    0.0236   0.00225   0.05528         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.863           1       0.995       0.784

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   239/299      1.2G   0.02635   0.02226  0.003045   0.05166         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.877           1       0.995        0.79

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   240/299      1.2G   0.03001   0.02216   0.00181   0.05397         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.856           1       0.995       0.733

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   241/299      1.2G   0.02867   0.02184  0.002465   0.05297        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.885           1       0.995       0.794

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   242/299      1.2G   0.02572   0.02274  0.001806   0.05026         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.93it/s]
                 all          15          45       0.885           1       0.995       0.788

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   243/299      1.2G   0.02617   0.02395  0.002164   0.05228         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.93it/s]
                 all          15          45       0.794       0.978       0.974       0.758

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   244/299      1.2G   0.02818   0.02386  0.001551   0.05359        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.00it/s]
                 all          15          45       0.589       0.956       0.949       0.697

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   245/299      1.2G   0.02582   0.02304  0.003018   0.05188         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.552       0.933       0.928       0.675

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   246/299      1.2G   0.02565   0.02284  0.002446   0.05094         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.01it/s]
                 all          15          45       0.876           1       0.995       0.788

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   247/299      1.2G    0.0272    0.0226  0.002235   0.05204         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.94it/s]
                 all          15          45        0.86           1       0.995       0.739

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   248/299      1.2G   0.02711    0.0198  0.003183    0.0501        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:02<00:00,  1.49s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.88it/s]
                 all          15          45       0.858           1       0.995        0.79

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   249/299      1.2G   0.02482    0.0208   0.00247   0.04809        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.853           1       0.995       0.763

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   250/299      1.2G   0.02935   0.02183  0.001866   0.05305         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.848       0.978       0.985       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   251/299      1.2G    0.0251   0.02076  0.002113   0.04798         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.856           1       0.995       0.781

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   252/299      1.2G   0.02451   0.01973  0.003203   0.04744        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.94it/s]
                 all          15          45       0.877           1       0.995       0.789

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   253/299      1.2G   0.02684   0.02207  0.002807   0.05171         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45        0.87           1       0.995       0.746

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   254/299      1.2G   0.02681   0.02054  0.001656     0.049         2       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.876           1       0.995       0.792

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   255/299      1.2G   0.02471    0.0217  0.001954   0.04836         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.877           1       0.996       0.803

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   256/299      1.2G   0.02666   0.02248  0.002767   0.05191        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.853           1       0.995       0.753

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   257/299      1.2G    0.0293   0.02202  0.002258   0.05358         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.813           1       0.993        0.75

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   258/299      1.2G   0.02481   0.02183  0.001601   0.04824         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.85it/s]
                 all          15          45       0.813       0.978        0.99        0.76

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   259/299      1.2G   0.02414   0.02181  0.002165   0.04812         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.92it/s]
                 all          15          45       0.844           1       0.994       0.798

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   260/299      1.2G   0.02652   0.02133  0.003556    0.0514         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.58s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.92it/s]
                 all          15          45       0.898           1       0.996       0.796

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   261/299      1.2G   0.02477   0.02178  0.003449      0.05         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.898           1       0.996       0.788

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   262/299      1.2G   0.02665   0.02321   0.00341   0.05327         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.906           1       0.995       0.773

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   263/299      1.2G   0.02607   0.02269  0.002586   0.05135         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45         0.9           1       0.996       0.789

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   264/299      1.2G   0.02507    0.0213  0.002665   0.04903         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.92it/s]
                 all          15          45       0.913           1       0.996       0.797

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   265/299      1.2G   0.02387   0.02263  0.002219   0.04872         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.90it/s]
                 all          15          45        0.82           1        0.99       0.786

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   266/299      1.2G   0.02609   0.02162  0.002655   0.05036        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.88it/s]
                 all          15          45       0.798       0.978       0.978        0.72

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   267/299      1.2G   0.02496   0.01951  0.001756   0.04623         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.03it/s]
                 all          15          45       0.788       0.978       0.974       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   268/299      1.2G   0.02501   0.02379  0.001777   0.05058        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.898           1       0.995       0.754

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   269/299      1.2G    0.0295   0.02324  0.002398   0.05514         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.91it/s]
                 all          15          45       0.923           1       0.995       0.748

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   270/299      1.2G    0.0265   0.02243  0.001634   0.05056         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45       0.924           1       0.995       0.773

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   271/299      1.2G   0.02547   0.02226  0.004674    0.0524         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.93it/s]
                 all          15          45       0.924           1       0.995       0.779

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   272/299      1.2G   0.02626   0.02208  0.001639   0.04998         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.04it/s]
                 all          15          45       0.924           1       0.996       0.788

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   273/299      1.2G   0.02732   0.02293  0.002628   0.05288        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.924           1       0.996       0.816

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   274/299      1.2G   0.02412   0.01959  0.002941   0.04664        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.90it/s]
                 all          15          45       0.923           1       0.996       0.803

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   275/299      1.2G   0.02469   0.02194  0.002168    0.0488         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.92it/s]
                 all          15          45       0.893           1       0.994       0.772

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   276/299      1.2G   0.02481   0.02086  0.002196   0.04786        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.886           1        0.99       0.763

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   277/299      1.2G   0.02333   0.02308  0.001952   0.04837         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.00it/s]
                 all          15          45       0.865           1        0.99        0.78

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   278/299      1.2G   0.02362   0.02412  0.002359    0.0501        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.759       0.978       0.969       0.751

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   279/299      1.2G   0.02671   0.02419  0.001947   0.05284        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.888           1       0.995       0.769

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   280/299      1.2G   0.02419   0.02133  0.002668   0.04818         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.97it/s]
                 all          15          45       0.913           1       0.996       0.792

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   281/299      1.2G   0.02249   0.02094  0.001526   0.04496         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.891           1       0.995       0.823

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   282/299      1.2G   0.02388   0.02313  0.002205   0.04921         9       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.84it/s]
                 all          15          45       0.922           1       0.996       0.802

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   283/299      1.2G   0.02263   0.02072  0.002551    0.0459         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.59s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.91it/s]
                 all          15          45       0.881       0.978       0.985       0.805

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   284/299      1.2G   0.02197   0.02032  0.002164   0.04445        12       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.05it/s]
                 all          15          45       0.913           1       0.995       0.806

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   285/299      1.2G   0.02518   0.02212  0.002395   0.04969         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.95it/s]
                 all          15          45       0.904           1       0.996       0.783

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   286/299      1.2G   0.02507   0.02138  0.002807   0.04926         8       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.10it/s]
                 all          15          45       0.922           1       0.995       0.807

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   287/299      1.2G    0.0237   0.02112  0.002167   0.04698         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.96it/s]
                 all          15          45       0.921           1       0.995       0.808

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   288/299      1.2G   0.02477   0.02182  0.002221   0.04881        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:03<00:00,  1.51s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.07it/s]
                 all          15          45       0.922           1       0.996       0.791

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   289/299      1.2G   0.02545   0.02286  0.002985   0.05129         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.53s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.923           1       0.996       0.795

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   290/299      1.2G   0.02373   0.02163  0.001419   0.04677         6       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.923           1       0.996         0.8

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   291/299      1.2G   0.02186   0.01851  0.001978   0.04235         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.923           1       0.996       0.799

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   292/299      1.2G    0.0235   0.02245  0.001546   0.04749        10       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.56s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.922           1       0.996       0.784

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   293/299      1.2G   0.02204   0.02209  0.001373    0.0455         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:03<00:00,  2.02it/s]
                 all          15          45       0.914           1       0.995       0.776

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   294/299      1.2G   0.02396   0.02066  0.002056   0.04668         5       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.916           1       0.996        0.81

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   295/299      1.2G   0.02424   0.02198   0.00277   0.04899         7       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.52s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.91it/s]
                 all          15          45       0.922           1       0.996       0.808

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   296/299      1.2G   0.02362   0.02188  0.003075   0.04858         4       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.98it/s]
                 all          15          45       0.923           1       0.996       0.806

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   297/299      1.2G   0.02248   0.01897  0.002131   0.04358         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:06<00:00,  1.57s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.99it/s]
                 all          15          45       0.886       0.978       0.979       0.795

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   298/299      1.2G   0.02309   0.02307  0.001674   0.04783         3       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:05<00:00,  1.55s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  2.00it/s]
                 all          15          45       0.807       0.978       0.966       0.761

     Epoch   gpu_mem       box       obj       cls     total   targets  img_size
   299/299      1.2G   0.02366     0.022  0.002488   0.04815        11       640: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 42/42 [01:04<00:00,  1.54s/it]
               Class      Images     Targets           P           R      [email protected]  [email protected]:.95: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00,  1.85it/s]
                 all          15          45       0.734       0.978       0.968       0.783
Optimizer stripped from runs\train\exp3\weights\last.pt, 42.5MB
Optimizer stripped from runs\train\exp3\weights\best.pt, 42.5MB
300 epochs completed in 5.540 hours.


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

  

 

 

 

 

 

 

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

标签:Yolov5,False,models,小车,PytorchProject,2024051001,train,common,识别
From: https://www.cnblogs.com/herd/p/18186786

相关文章

  • Linux 添加新硬盘无法识别[无需重启]的解决方法
      1、查看硬盘[root@linux-host1~]#lsblkNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTsda8:0020G0disk├─sda18:101G0part/boot└─sda28:2019G0part├─centos-root253:0......
  • 配置orangepi5pro运行rknn版本的yolov5
    摘要配置orangepi5pro运行rknn版本的yolov5,使用npu进行目标检测.关键信息板卡:orangepi5pro芯片:RK3588S环境:rknn2转换工具:rknn-tool-kit2:1.5.0系统:ubuntu20.04原理简介npu简介NPU(NeuralProcessingUnit,神经处理单元)是一种专门设计用于加速人工智能计算的硬件加......
  • 【语音识别】搭建本地的语音转文字系统:FunASR(离线不联网即可使用)
    参考自:参考配置:FunASR/runtime/docs/SDK_advanced_guide_offline_zh.mdatmain·alibaba-damo-academy/FunASR(github.com)参考配置:FunASR/runtime/quick_start_zh.mdat861147c7308b91068ffa02724fdf74ee623a909e·alibaba-damo-academy/FunASR(github.com)参考运行......
  • Node.js证件OCR、身份证实名认证接口、身份证识别API
    身份证是证明公民身份的有效证件,一些不法分子可以通过简单的工序制作出假身份证,损害老百姓的合法利益。据警方统计,大部分预谋诈骗犯罪分子会使用假身份证件,而社会上也有一部分人出于不正当的目的,刻意隐瞒自己真实的身份信息。在这种前提下,“全国身份证联网核查”应运而生,它的......
  • 在Linux中,什么是系统瓶颈,并且如何识别它。
    在Linux系统中,系统瓶颈是指系统性能的某个限制因素,它阻止了系统达到更高的性能水平。瓶颈可能发生在硬件或软件层面,并且会因不同的工作负载和应用场景而异。以下是一些常见的系统瓶颈类型及其识别方法:1.常见的系统瓶颈类型:CPU瓶颈:当CPU使用率持续接近100%时,可能存在CPU瓶颈。......
  • Java护照识别接口开发示例、文字识别、证件识别
    护照是我们出国旅行时所必要的证件之一,他是我国公民去外国的旅行和工作的时候所代表的一个合法的身份证件。在护照上面也有不少关于我们个人身份的信息,而手动去录入如此多的身份信息这绝对是灾难。不仅证件,有的场景还需要录入很多文字信息。翔云API可识别图片上的身份证、护......
  • 一个小工具识别哪个docker占用gpu
    我们经常会为了组内谁在占用某块gpu卡而不使用烦恼,通过简单的代码就能快速识别到这块卡上面的进程是哪个容器的。下面的代码会给出如下图这样的结果#!/miniconda3/bin/python#-*-coding:utf-8-*-importpsutilimportsubprocessasspdefpre():ans=sp.che......
  • 高效驾驶证识别:API接口提升工作效率
     在日常生活和工作中,我们经常会遇到需要处理大量驾驶证信息的情况。例如,交通管理部门需要对驾驶证进行审核和管理,保险公司需要核实驾驶证信息等等。传统的处理方式需要人工逐一提取和录入信息,耗时且容易出错。而现在,借助高效的驾驶证识别API接口,我们可以大大提升工作效率。驾......
  • 人形机器人机械臂和灵巧手的空间感知、物体识别、具体操作的流程图
    下图来自NVIDIA官方的流程图,这里以此作为借鉴:https://developer.download.nvidia.com/images/isaac/isaac-manipulator-simplified-workflow.svg这个流程图的重点就是先对环境和物体进行感知,通过视觉传感器获得RGBD图像,然后判断其6DPose,在这一步的PoseEstimator完成后......
  • 基于深度学习网络的鞋子种类识别matlab仿真
    1.算法运行效果图预览  2.算法运行软件版本matlab2022a 3.算法理论概述      基于GoogLeNet深度学习网络的鞋子种类识别是一种利用深度卷积神经网络进行物体识别的方法,特别适用于大规模图像分类问题。GoogLeNet以其独特的Inception模块和高效的层级结构,在Imag......