yolov5训练警告反光标检测模型日志
1、开始训练
python train_20220601.py --img-size 640 --batch-size 4 --epochs 300 --data ./data/myvoc.yaml --cfg ./models/yolov5m.yaml --workers 0
2、训练日志
(wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602>python train_20220601.py --img-size 640 --batch-size 4 --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=4, 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\\exp', single_cls=False, sync_bn=False, total_batch_size=4, weights='yolov5s.pt', workers=0, world_size=1) Start Tensorboard with "tensorboard --logdir runs/train", view at http://localhost:6006/ Hyperparameters {'lr0': 0.01, 'lrf': 0.2, 'momentum': 0.937, 'weight_decay': 0.0005, 'warmup_epochs': 3.0, 'warmup_momentum': 0.8, 'warmup_bias_lr': 0.1, 'box': 0.05, 'cls': 0.5, 'cls_pw': 1.0, 'obj': 1.0, 'obj_pw': 1.0, 'iou_t': 0.2, 'anchor_t': 4.0, 'fl_gamma': 0.0, 'hsv_h': 0.015, 'hsv_s': 0.7, 'hsv_v': 0.4, 'degrees': 0.0, 'translate': 0.1, 'scale': 0.5, 'shear': 0.0, 'perspective': 0.0, 'flipud': 0.0, 'fliplr': 0.5, 'mosaic': 1.0, 'mixup': 0.0} Overriding model.yaml nc=80 with nc=1 from n params module arguments 0 -1 1 5280 models.common.Focus [3, 48, 3] 1 -1 1 41664 models.common.Conv [48, 96, 3, 2] 2 -1 1 65280 models.common.C3 [96, 96, 2] 3 -1 1 166272 models.common.Conv [96, 192, 3, 2] 4 -1 1 629760 models.common.C3 [192, 192, 6] 5 -1 1 664320 models.common.Conv [192, 384, 3, 2] 6 -1 1 2512896 models.common.C3 [384, 384, 6] 7 -1 1 2655744 models.common.Conv [384, 768, 3, 2] 8 -1 1 1476864 models.common.SPP [768, 768, [5, 9, 13]] 9 -1 1 4134912 models.common.C3 [768, 768, 2, False] 10 -1 1 295680 models.common.Conv [768, 384, 1, 1] 11 -1 1 0 torch.nn.modules.upsampling.Upsample [None, 2, 'nearest'] 12 [-1, 6] 1 0 models.common.Concat [1] 13 -1 1 1182720 models.common.C3 [768, 384, 2, False] 14 -1 1 74112 models.common.Conv [384, 192, 1, 1] 15 -1 1 0 torch.nn.modules.upsampling.Upsample [None, 2, 'nearest'] 16 [-1, 4] 1 0 models.common.Concat [1] 17 -1 1 296448 models.common.C3 [384, 192, 2, False] 18 -1 1 332160 models.common.Conv [192, 192, 3, 2] 19 [-1, 14] 1 0 models.common.Concat [1] 20 -1 1 1035264 models.common.C3 [384, 384, 2, False] 21 -1 1 1327872 models.common.Conv [384, 384, 3, 2] 22 [-1, 10] 1 0 models.common.Concat [1] 23 -1 1 4134912 models.common.C3 [768, 768, 2, False] 24 [17, 20, 23] 1 24246 models.yolo.Detect [1, [[10, 13, 16, 30, 33, 23], [30, 61, 62, 45, 59, 119], [116, 90, 156, 198, 373, 326]], [192, 384, 768]] Model Summary: 391 layers, 21056406 parameters, 21056406 gradients, 50.4 GFLOPS Transferred 59/506 items from yolov5s.pt Scaled weight_decay = 0.0005 Optimizer groups: 86 .bias, 86 conv.weight, 83 other Scanning 'VOC_2022060101\labels' for images and labels... 781 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████| 781/781 [00:00<00:00, 2002.69it/s] New cache created: VOC_2022060101\labels.cache Scanning 'VOC_2022060101\labels.cache' for images and labels... 781 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████| 781/781 [00:00<?, ?it/s] Scanning 'VOC_2022060101\labels' for images and labels... 138 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████| 138/138 [00:00<00:00, 2196.46it/s] New cache created: VOC_2022060101\labels.cache Scanning 'VOC_2022060101\labels.cache' for images and labels... 138 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████| 138/138 [00:00<?, ?it/s]Plotting labels... Scanning 'VOC_2022060101\labels.cache' for images and labels... 138 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████████████████████████████████████| 138/138 [00:00<?, ?it/s] Analyzing anchors... anchors/target = 5.88, Best Possible Recall (BPR) = 1.0000 Image sizes 640 train, 640 test Using 0 dataloader workers Logging results to runs\train\exp Starting training for 300 epochs... Epoch gpu_mem box obj cls total targets img_size 0/299 6.33G 0.1096 0.03214 0 0.1417 10 640: 63%|█████████████████████████████████ 0/299 6.33G 0.1096 0.03208 0 0.1417 8 640: 63%|█████████████████████████████████ 0/299 6.33G 0.1096 0.03208 0 0.1417 8 640: 64%|█████████████████████████████████ 0/299 6.33G 0.1096 0.03214 0 0.1417 17 640: 64%|█████████████████████████████████ 0/299 6.33G 0.1096 0.03214 0 0.1417 17 640: 64%|█████████████████████████████████ 0/299 6.33G 0.1096 0.03212 0 0.1417 12 640: 64%|█████████████████████████████████ 0/299 6.33G 0.1096 0.03212 0 0.1417 12 640: 65%|█████████████████████████████████ 0/299 6.33G 0.1095 0.03216 0 0.1417 18 640: 65%|█████████████████████████████████ 0/299 6.33G 0.1095 0.03216 0 0.1417 18 640: 65%|█████████████████████████████████ 0/299 6.33G 0.1095 0.03212 0 0.1416 8 640: 65%|█████████████████████████████████ 0/299 6.33G 0.1095 0.03212 0 0.1416 8 640: 66%|█████████████████████████████████ 0/299 6.33G 0.1095 0.03207 0 0.1416 8 640: 66%|█████████████████████████████████ 0/299 6.33G 0.1095 0.03207 0 0.1416 8 640: 66%|█████████████████████████████████ 0/299 6.33G 0.1094 0.03206 0 0.1415 9 640: 66%|█████████████████████████████████ 0/299 6.33G 0.1094 0.03206 0 0.1415 9 640: 67%|█████████████████████████████████ 0/299 6.33G 0.1093 0.03198 0 0.1413 6 640: 67%|█████████████████████████████████ 0/299 6.33G 0.1093 0.03198 0 0.1413 6 640: 67%|█████████████████████████████████ 0/299 6.33G 0.1092 0.03201 0 0.1412 12 640: 67%|█████████████████████████████████ 0/299 6.33G 0.1092 0.03201 0 0.1412 12 640: 68%|█████████████████████████████████ 0/299 6.33G 0.1092 0.03194 0 0.1412 9 640: 68%|█████████████████████████████████ 0/299 6.33G 0.1092 0.03194 0 0.1 0/299 6.32G 0.1053 0.03186 0 0.1372 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:51<00:00, 1.75it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:09<00:00, 3.78it/s] all 138 211 0 0 0.00103 0.0002 Epoch gpu_mem box obj cls total targets img_size 1/299 6.38G 0.08942 0.03404 0 0.1235 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.94it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0 0 0.0166 0.00329 Epoch gpu_mem box obj cls total targets img_size 2/299 6.38G 0.08188 0.03341 0 0.1153 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.97it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0 0 0.0211 0.00353 Epoch gpu_mem box obj cls total targets img_size 3/299 6.38G 0.07536 0.03068 0 0.106 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:38<00:00, 1.98it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.0714 0.512 0.0669 0.0143 Epoch gpu_mem box obj cls total targets img_size 4/299 6.38G 0.07304 0.02917 0 0.1022 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:48<00:00, 1.81it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:07<00:00, 4.84it/s] all 138 211 0.217 0.199 0.164 0.0352 Epoch gpu_mem box obj cls total targets img_size 5/299 6.38G 0.0679 0.02925 0 0.09715 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.94it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.143 0.744 0.323 0.122 Epoch gpu_mem box obj cls total targets img_size 6/299 6.38G 0.05912 0.02674 0 0.08586 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.17 0.643 0.357 0.1 Epoch gpu_mem box obj cls total targets img_size 7/299 6.38G 0.05573 0.02486 0 0.08059 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s] all 138 211 0.199 0.967 0.781 0.283 Epoch gpu_mem box obj cls total targets img_size 8/299 6.38G 0.05154 0.02078 0 0.07231 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.452 0.972 0.899 0.429 Epoch gpu_mem box obj cls total targets img_size 9/299 6.38G 0.04653 0.01911 0 0.06565 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.94it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.346 0.991 0.96 0.456 Epoch gpu_mem box obj cls total targets img_size 10/299 6.38G 0.04424 0.01721 0 0.06145 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.94it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.309 0.986 0.955 0.517 Epoch gpu_mem box obj cls total targets img_size 11/299 6.38G 0.03946 0.01655 0 0.05601 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.481 0.981 0.97 0.627 Epoch gpu_mem box obj cls total targets img_size 12/299 6.38G 0.03724 0.01516 0 0.0524 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.472 1 0.983 0.551 Epoch gpu_mem box obj cls total targets img_size 13/299 6.38G 0.03824 0.01428 0 0.05252 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.547 1 0.99 0.549 Epoch gpu_mem box obj cls total targets img_size 14/299 6.38G 0.03366 0.01322 0 0.04688 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.33it/s] all 138 211 0.645 1 0.989 0.647 Epoch gpu_mem box obj cls total targets img_size 15/299 6.38G 0.03513 0.01299 0 0.04812 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.642 0.995 0.989 0.711 Epoch gpu_mem box obj cls total targets img_size 16/299 6.38G 0.03183 0.01316 0 0.04499 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.633 1 0.993 0.566 Epoch gpu_mem box obj cls total targets img_size 17/299 6.38G 0.03222 0.01268 0 0.04489 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.653 1 0.993 0.629 Epoch gpu_mem box obj cls total targets img_size 18/299 6.38G 0.0291 0.01191 0 0.041 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.67 1 0.99 0.604 Epoch gpu_mem box obj cls total targets img_size 19/299 6.38G 0.03111 0.01181 0 0.04292 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.781 0.995 0.993 0.686 Epoch gpu_mem box obj cls total targets img_size 20/299 6.38G 0.02936 0.01162 0 0.04098 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.656 1 0.989 0.711 Epoch gpu_mem box obj cls total targets img_size 21/299 6.38G 0.02868 0.01117 0 0.03985 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.35it/s] all 138 211 0.727 1 0.992 0.635 Epoch gpu_mem box obj cls total targets img_size 22/299 6.38G 0.02904 0.01116 0 0.0402 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.714 1 0.994 0.678 Epoch gpu_mem box obj cls total targets img_size 23/299 6.38G 0.02839 0.01069 0 0.03908 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.733 1 0.995 0.736 Epoch gpu_mem box obj cls total targets img_size 24/299 6.38G 0.02615 0.01121 0 0.03736 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.08it/s] all 138 211 0.702 1 0.993 0.747 Epoch gpu_mem box obj cls total targets img_size 25/299 6.38G 0.0268 0.01032 0 0.03712 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.742 1 0.994 0.715 Epoch gpu_mem box obj cls total targets img_size 26/299 6.38G 0.02704 0.01058 0 0.03762 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.751 1 0.994 0.734 Epoch gpu_mem box obj cls total targets img_size 27/299 6.38G 0.02523 0.0103 0 0.03553 7 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.835 1 0.995 0.75 Epoch gpu_mem box obj cls total targets img_size 28/299 6.38G 0.02456 0.01022 0 0.03478 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.718 1 0.992 0.764 Epoch gpu_mem box obj cls total targets img_size 29/299 6.38G 0.02403 0.01008 0 0.03411 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.798 1 0.992 0.733 Epoch gpu_mem box obj cls total targets img_size 30/299 6.38G 0.02251 0.009618 0 0.03213 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.07it/s] all 138 211 0.771 1 0.994 0.739 Epoch gpu_mem box obj cls total targets img_size 31/299 6.38G 0.02533 0.009958 0 0.03529 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.848 1 0.994 0.75 Epoch gpu_mem box obj cls total targets img_size 32/299 6.38G 0.02615 0.0101 0 0.03624 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.84 1 0.993 0.76 Epoch gpu_mem box obj cls total targets img_size 33/299 6.38G 0.02332 0.009947 0 0.03326 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.804 1 0.993 0.764 Epoch gpu_mem box obj cls total targets img_size 34/299 6.38G 0.02281 0.009528 0 0.03234 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.859 1 0.993 0.795 Epoch gpu_mem box obj cls total targets img_size 35/299 6.38G 0.02264 0.009258 0 0.0319 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.829 1 0.994 0.74 Epoch gpu_mem box obj cls total targets img_size 36/299 6.38G 0.02331 0.009824 0 0.03314 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.825 1 0.993 0.793 Epoch gpu_mem box obj cls total targets img_size 37/299 6.38G 0.02308 0.009354 0 0.03243 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.889 1 0.995 0.768 Epoch gpu_mem box obj cls total targets img_size 38/299 6.38G 0.02235 0.009595 0 0.03194 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.846 1 0.993 0.788 Epoch gpu_mem box obj cls total targets img_size 39/299 6.38G 0.0229 0.009252 0 0.03215 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.848 1 0.992 0.771 Epoch gpu_mem box obj cls total targets img_size 40/299 6.38G 0.02134 0.008835 0 0.03018 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.85 1 0.995 0.784 Epoch gpu_mem box obj cls total targets img_size 41/299 6.38G 0.02065 0.00886 0 0.02951 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.901 1 0.994 0.798 Epoch gpu_mem box obj cls total targets img_size 42/299 6.38G 0.02214 0.008956 0 0.03109 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.34it/s] all 138 211 0.898 1 0.994 0.798 Epoch gpu_mem box obj cls total targets img_size 43/299 6.38G 0.02138 0.009066 0 0.03045 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.884 1 0.994 0.78 Epoch gpu_mem box obj cls total targets img_size 44/299 6.38G 0.02136 0.009125 0 0.03048 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:43<00:00, 1.90it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s] all 138 211 0.869 1 0.995 0.802 Epoch gpu_mem box obj cls total targets img_size 45/299 6.38G 0.02101 0.008852 0 0.02986 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.907 1 0.995 0.798 Epoch gpu_mem box obj cls total targets img_size 46/299 6.38G 0.0213 0.008798 0 0.0301 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.862 1 0.995 0.782 Epoch gpu_mem box obj cls total targets img_size 47/299 6.38G 0.02192 0.009049 0 0.03097 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.904 1 0.996 0.762 Epoch gpu_mem box obj cls total targets img_size 48/299 6.38G 0.02046 0.008675 0 0.02914 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.07it/s] all 138 211 0.919 1 0.994 0.811 Epoch gpu_mem box obj cls total targets img_size 49/299 6.38G 0.02026 0.008496 0 0.02875 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.897 1 0.993 0.815 Epoch gpu_mem box obj cls total targets img_size 50/299 6.38G 0.02051 0.008614 0 0.02912 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.08it/s] all 138 211 0.906 1 0.996 0.783 Epoch gpu_mem box obj cls total targets img_size 51/299 6.38G 0.01976 0.008147 0 0.02791 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.29it/s] all 138 211 0.893 1 0.993 0.79 Epoch gpu_mem box obj cls total targets img_size 52/299 6.38G 0.02061 0.00848 0 0.02909 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.9 1 0.995 0.827 Epoch gpu_mem box obj cls total targets img_size 53/299 6.38G 0.0202 0.00834 0 0.02854 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.911 1 0.995 0.811 Epoch gpu_mem box obj cls total targets img_size 54/299 6.38G 0.01834 0.007991 0 0.02633 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.922 1 0.995 0.816 Epoch gpu_mem box obj cls total targets img_size 55/299 6.38G 0.01878 0.008312 0 0.02709 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.917 1 0.995 0.833 Epoch gpu_mem box obj cls total targets img_size 56/299 6.38G 0.01939 0.008111 0 0.0275 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.94 1 0.996 0.821 Epoch gpu_mem box obj cls total targets img_size 57/299 6.38G 0.01979 0.00857 0 0.02836 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.903 1 0.995 0.813 Epoch gpu_mem box obj cls total targets img_size 58/299 6.38G 0.01955 0.007972 0 0.02753 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.904 1 0.996 0.82 Epoch gpu_mem box obj cls total targets img_size 59/299 6.38G 0.01774 0.008268 0 0.02601 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.92 1 0.995 0.816 Epoch gpu_mem box obj cls total targets img_size 60/299 6.38G 0.01886 0.007862 0 0.02672 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.06it/s] all 138 211 0.941 1 0.996 0.809 Epoch gpu_mem box obj cls total targets img_size 61/299 6.38G 0.01876 0.008118 0 0.02687 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.935 1 0.996 0.808 Epoch gpu_mem box obj cls total targets img_size 62/299 6.38G 0.01792 0.008001 0 0.02593 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.933 1 0.996 0.839 Epoch gpu_mem box obj cls total targets img_size 63/299 6.38G 0.01849 0.007874 0 0.02637 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.932 1 0.995 0.836 Epoch gpu_mem box obj cls total targets img_size 64/299 6.38G 0.01854 0.007689 0 0.02623 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.906 1 0.996 0.843 Epoch gpu_mem box obj cls total targets img_size 65/299 6.38G 0.01923 0.007956 0 0.02719 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.94it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.954 1 0.996 0.826 Epoch gpu_mem box obj cls total targets img_size 66/299 6.38G 0.018 0.007742 0 0.02574 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.882 1 0.995 0.84 Epoch gpu_mem box obj cls total targets img_size 67/299 6.38G 0.01764 0.008163 0 0.0258 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.29it/s] all 138 211 0.915 1 0.994 0.83 Epoch gpu_mem box obj cls total targets img_size 68/299 6.38G 0.01777 0.007704 0 0.02547 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.34it/s] all 138 211 0.944 1 0.996 0.822 Epoch gpu_mem box obj cls total targets img_size 69/299 6.38G 0.01738 0.007716 0 0.0251 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.911 1 0.996 0.827 Epoch gpu_mem box obj cls total targets img_size 70/299 6.38G 0.01719 0.007282 0 0.02447 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.941 1 0.996 0.83 Epoch gpu_mem box obj cls total targets img_size 71/299 6.38G 0.01885 0.007967 0 0.02682 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.922 1 0.996 0.79 Epoch gpu_mem box obj cls total targets img_size 72/299 6.38G 0.01813 0.007985 0 0.02612 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.35it/s] all 138 211 0.924 1 0.995 0.825 Epoch gpu_mem box obj cls total targets img_size 73/299 6.38G 0.01755 0.007721 0 0.02527 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.927 1 0.996 0.827 Epoch gpu_mem box obj cls total targets img_size 74/299 6.38G 0.01729 0.007869 0 0.02516 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.949 1 0.996 0.847 Epoch gpu_mem box obj cls total targets img_size 75/299 6.38G 0.01767 0.007753 0 0.02543 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.93 1 0.996 0.83 Epoch gpu_mem box obj cls total targets img_size 76/299 6.38G 0.01755 0.007736 0 0.02528 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.939 1 0.996 0.824 Epoch gpu_mem box obj cls total targets img_size 77/299 6.38G 0.01767 0.007475 0 0.02514 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.938 1 0.996 0.838 Epoch gpu_mem box obj cls total targets img_size 78/299 6.38G 0.01717 0.007562 0 0.02473 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.935 1 0.996 0.839 Epoch gpu_mem box obj cls total targets img_size 79/299 6.38G 0.01657 0.007338 0 0.02391 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.944 1 0.996 0.845 Epoch gpu_mem box obj cls total targets img_size 80/299 6.38G 0.01732 0.00762 0 0.02494 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.93 1 0.996 0.838 Epoch gpu_mem box obj cls total targets img_size 81/299 6.38G 0.01643 0.007458 0 0.02389 10 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.944 1 0.996 0.846 Epoch gpu_mem box obj cls total targets img_size 82/299 6.38G 0.01699 0.007519 0 0.02451 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.03it/s] all 138 211 0.97 1 0.995 0.842 Epoch gpu_mem box obj cls total targets img_size 83/299 6.38G 0.0178 0.00761 0 0.02541 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.944 1 0.995 0.831 Epoch gpu_mem box obj cls total targets img_size 84/299 6.38G 0.01735 0.007467 0 0.02481 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.06it/s] all 138 211 0.966 1 0.996 0.834 Epoch gpu_mem box obj cls total targets img_size 85/299 6.38G 0.0161 0.007401 0 0.02351 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.95 1 0.996 0.846 Epoch gpu_mem box obj cls total targets img_size 86/299 6.38G 0.0165 0.007385 0 0.02389 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.96 1 0.996 0.85 Epoch gpu_mem box obj cls total targets img_size 87/299 6.38G 0.01633 0.006917 0 0.02325 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s] all 138 211 0.948 1 0.996 0.841 Epoch gpu_mem box obj cls total targets img_size 88/299 6.38G 0.01557 0.007206 0 0.02278 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.31it/s] all 138 211 0.958 1 0.996 0.856 Epoch gpu_mem box obj cls total targets img_size 89/299 6.38G 0.01612 0.007216 0 0.02334 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.978 1 0.997 0.856 Epoch gpu_mem box obj cls total targets img_size 90/299 6.38G 0.01609 0.00693 0 0.02302 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.928 1 0.996 0.848 Epoch gpu_mem box obj cls total targets img_size 91/299 6.38G 0.01696 0.00709 0 0.02405 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.954 1 0.995 0.847 Epoch gpu_mem box obj cls total targets img_size 92/299 6.38G 0.0158 0.007136 0 0.02293 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.963 1 0.995 0.844 Epoch gpu_mem box obj cls total targets img_size 93/299 6.38G 0.0156 0.00717 0 0.02277 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.95 1 0.996 0.86 Epoch gpu_mem box obj cls total targets img_size 94/299 6.38G 0.01482 0.006916 0 0.02173 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.961 1 0.996 0.862 Epoch gpu_mem box obj cls total targets img_size 95/299 6.38G 0.01511 0.007118 0 0.02223 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.07it/s] all 138 211 0.946 1 0.996 0.852 Epoch gpu_mem box obj cls total targets img_size 96/299 6.38G 0.01553 0.006962 0 0.02249 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.973 1 0.996 0.843 Epoch gpu_mem box obj cls total targets img_size 97/299 6.38G 0.01618 0.007035 0 0.02322 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.969 1 0.996 0.833 Epoch gpu_mem box obj cls total targets img_size 98/299 6.38G 0.01514 0.007179 0 0.02232 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.04it/s] all 138 211 0.887 1 0.995 0.856 Epoch gpu_mem box obj cls total targets img_size 99/299 6.38G 0.01632 0.007262 0 0.02359 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.932 1 0.996 0.84 Epoch gpu_mem box obj cls total targets img_size 100/299 6.38G 0.0158 0.007292 0 0.02309 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.95 1 0.996 0.841 Epoch gpu_mem box obj cls total targets img_size 101/299 6.38G 0.01528 0.006961 0 0.02224 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.96 1 0.997 0.857 Epoch gpu_mem box obj cls total targets img_size 102/299 6.38G 0.0148 0.006913 0 0.02172 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.946 1 0.996 0.858 Epoch gpu_mem box obj cls total targets img_size 103/299 6.38G 0.01517 0.007027 0 0.02219 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.885 1 0.996 0.853 Epoch gpu_mem box obj cls total targets img_size 104/299 6.38G 0.01472 0.006981 0 0.0217 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.967 1 0.996 0.859 Epoch gpu_mem box obj cls total targets img_size 105/299 6.38G 0.01547 0.006826 0 0.02229 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.94 1 0.996 0.861 Epoch gpu_mem box obj cls total targets img_size 106/299 6.38G 0.01458 0.006804 0 0.02138 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.951 1 0.996 0.855 Epoch gpu_mem box obj cls total targets img_size 107/299 6.38G 0.01586 0.00716 0 0.02302 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.965 1 0.996 0.851 Epoch gpu_mem box obj cls total targets img_size 108/299 6.38G 0.01562 0.006838 0 0.02246 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.958 1 0.996 0.865 Epoch gpu_mem box obj cls total targets img_size 109/299 6.38G 0.01457 0.006578 0 0.02115 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s] all 138 211 0.941 1 0.997 0.873 Epoch gpu_mem box obj cls total targets img_size 110/299 6.38G 0.01453 0.006775 0 0.02131 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:43<00:00, 1.89it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.939 1 0.996 0.864 Epoch gpu_mem box obj cls total targets img_size 111/299 6.38G 0.01452 0.006711 0 0.02123 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.36it/s] all 138 211 0.953 1 0.996 0.858 Epoch gpu_mem box obj cls total targets img_size 112/299 6.38G 0.01508 0.006971 0 0.02205 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.953 1 0.997 0.871 Epoch gpu_mem box obj cls total targets img_size 113/299 6.38G 0.01437 0.006597 0 0.02097 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.964 1 0.997 0.861 Epoch gpu_mem box obj cls total targets img_size 114/299 6.38G 0.01423 0.006747 0 0.02098 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.917 1 0.996 0.854 Epoch gpu_mem box obj cls total targets img_size 115/299 6.38G 0.01475 0.00678 0 0.02153 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:07<00:00, 4.96it/s] all 138 211 0.971 1 0.997 0.855 Epoch gpu_mem box obj cls total targets img_size 116/299 6.38G 0.01405 0.006855 0 0.02091 7 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.965 1 0.997 0.865 Epoch gpu_mem box obj cls total targets img_size 117/299 6.38G 0.01407 0.006578 0 0.02065 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.977 1 0.997 0.871 Epoch gpu_mem box obj cls total targets img_size 118/299 6.38G 0.01439 0.006941 0 0.02133 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.97 1 0.997 0.864 Epoch gpu_mem box obj cls total targets img_size 119/299 6.38G 0.01511 0.006422 0 0.02153 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.08it/s] all 138 211 0.971 1 0.996 0.862 Epoch gpu_mem box obj cls total targets img_size 120/299 6.38G 0.01425 0.006534 0 0.02078 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.957 1 0.997 0.856 Epoch gpu_mem box obj cls total targets img_size 121/299 6.38G 0.01414 0.006657 0 0.0208 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.944 1 0.996 0.869 Epoch gpu_mem box obj cls total targets img_size 122/299 6.38G 0.01434 0.006477 0 0.02082 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.96 1 0.997 0.858 Epoch gpu_mem box obj cls total targets img_size 123/299 6.38G 0.01467 0.006704 0 0.02137 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.975 1 0.996 0.857 Epoch gpu_mem box obj cls total targets img_size 124/299 6.38G 0.0147 0.006647 0 0.02135 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.948 1 0.996 0.866 Epoch gpu_mem box obj cls total targets img_size 125/299 6.38G 0.01394 0.006547 0 0.02049 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.974 1 0.997 0.868 Epoch gpu_mem box obj cls total targets img_size 126/299 6.38G 0.01382 0.006612 0 0.02044 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.966 1 0.997 0.872 Epoch gpu_mem box obj cls total targets img_size 127/299 6.38G 0.0131 0.006155 0 0.01926 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.953 1 0.997 0.868 Epoch gpu_mem box obj cls total targets img_size 128/299 6.38G 0.01453 0.00682 0 0.02135 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.964 1 0.996 0.859 Epoch gpu_mem box obj cls total targets img_size 129/299 6.38G 0.01361 0.006542 0 0.02015 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.962 1 0.997 0.849 Epoch gpu_mem box obj cls total targets img_size 130/299 6.38G 0.01382 0.006441 0 0.02026 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.968 1 0.997 0.869 Epoch gpu_mem box obj cls total targets img_size 131/299 6.38G 0.01365 0.00655 0 0.0202 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.959 1 0.997 0.871 Epoch gpu_mem box obj cls total targets img_size 132/299 6.38G 0.0141 0.006778 0 0.02088 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.961 1 0.997 0.867 Epoch gpu_mem box obj cls total targets img_size 133/299 6.38G 0.01359 0.006621 0 0.02021 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.942 1 0.997 0.86 Epoch gpu_mem box obj cls total targets img_size 134/299 6.38G 0.01324 0.006202 0 0.01944 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.949 1 0.997 0.87 Epoch gpu_mem box obj cls total targets img_size 135/299 6.38G 0.01345 0.006403 0 0.01986 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s] all 138 211 0.963 1 0.997 0.863 Epoch gpu_mem box obj cls total targets img_size 136/299 6.38G 0.01352 0.006272 0 0.01979 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.29it/s] all 138 211 0.959 1 0.997 0.866 Epoch gpu_mem box obj cls total targets img_size 137/299 6.38G 0.01306 0.006351 0 0.01941 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.963 1 0.997 0.871 Epoch gpu_mem box obj cls total targets img_size 138/299 6.38G 0.01281 0.006216 0 0.01903 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.962 1 0.997 0.875 Epoch gpu_mem box obj cls total targets img_size 139/299 6.38G 0.01298 0.006117 0 0.0191 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.97 1 0.997 0.873 Epoch gpu_mem box obj cls total targets img_size 140/299 6.38G 0.01373 0.006397 0 0.02013 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.958 1 0.997 0.871 Epoch gpu_mem box obj cls total targets img_size 141/299 6.38G 0.0129 0.006333 0 0.01923 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.966 1 0.997 0.872 Epoch gpu_mem box obj cls total targets img_size 142/299 6.38G 0.01288 0.006101 0 0.01898 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.971 1 0.997 0.872 Epoch gpu_mem box obj cls total targets img_size 143/299 6.38G 0.01281 0.006057 0 0.01887 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:43<00:00, 1.90it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.971 1 0.997 0.877 Epoch gpu_mem box obj cls total targets img_size 144/299 6.38G 0.01388 0.006132 0 0.02001 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.973 1 0.997 0.873 Epoch gpu_mem box obj cls total targets img_size 145/299 6.38G 0.0127 0.006215 0 0.01891 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.959 1 0.997 0.87 Epoch gpu_mem box obj cls total targets img_size 146/299 6.38G 0.01275 0.006348 0 0.01909 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.97 1 0.997 0.881 Epoch gpu_mem box obj cls total targets img_size 147/299 6.38G 0.01278 0.006311 0 0.01909 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.974 1 0.997 0.874 Epoch gpu_mem box obj cls total targets img_size 148/299 6.38G 0.01351 0.00632 0 0.01983 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.02it/s] all 138 211 0.971 1 0.997 0.875 Epoch gpu_mem box obj cls total targets img_size 149/299 6.38G 0.01317 0.005999 0 0.01917 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.973 1 0.997 0.879 Epoch gpu_mem box obj cls total targets img_size 150/299 6.38G 0.01263 0.006162 0 0.01879 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.35it/s] all 138 211 0.971 1 0.997 0.878 Epoch gpu_mem box obj cls total targets img_size 151/299 6.38G 0.01258 0.006313 0 0.01889 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.08it/s] all 138 211 0.964 1 0.997 0.881 Epoch gpu_mem box obj cls total targets img_size 152/299 6.38G 0.01314 0.006255 0 0.0194 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.959 1 0.997 0.874 Epoch gpu_mem box obj cls total targets img_size 153/299 6.38G 0.01276 0.006063 0 0.01882 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.973 1 0.997 0.875 Epoch gpu_mem box obj cls total targets img_size 154/299 6.38G 0.01256 0.006402 0 0.01896 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.973 1 0.997 0.872 Epoch gpu_mem box obj cls total targets img_size 155/299 6.38G 0.01254 0.006063 0 0.01861 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.973 1 0.997 0.884 Epoch gpu_mem box obj cls total targets img_size 156/299 6.38G 0.01262 0.006339 0 0.01895 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.97 1 0.997 0.883 Epoch gpu_mem box obj cls total targets img_size 157/299 6.38G 0.01253 0.006163 0 0.01869 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.951 1 0.997 0.876 Epoch gpu_mem box obj cls total targets img_size 158/299 6.38G 0.01252 0.006304 0 0.01882 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.04it/s] all 138 211 0.97 1 0.997 0.867 Epoch gpu_mem box obj cls total targets img_size 159/299 6.38G 0.01219 0.006288 0 0.01848 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.962 1 0.997 0.883 Epoch gpu_mem box obj cls total targets img_size 160/299 6.38G 0.01228 0.005912 0 0.01819 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.06it/s] all 138 211 0.97 1 0.997 0.877 Epoch gpu_mem box obj cls total targets img_size 161/299 6.38G 0.0121 0.005915 0 0.01802 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.968 1 0.997 0.882 Epoch gpu_mem box obj cls total targets img_size 162/299 6.38G 0.01224 0.005945 0 0.01819 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.04it/s] all 138 211 0.973 1 0.997 0.88 Epoch gpu_mem box obj cls total targets img_size 163/299 6.38G 0.01216 0.006131 0 0.01829 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.974 1 0.997 0.881 Epoch gpu_mem box obj cls total targets img_size 164/299 6.38G 0.01183 0.00584 0 0.01767 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.973 1 0.997 0.88 Epoch gpu_mem box obj cls total targets img_size 165/299 6.38G 0.01224 0.005979 0 0.01822 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.967 1 0.997 0.872 Epoch gpu_mem box obj cls total targets img_size 166/299 6.38G 0.01156 0.005947 0 0.01751 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.973 1 0.997 0.881 Epoch gpu_mem box obj cls total targets img_size 167/299 6.38G 0.01227 0.006105 0 0.01838 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.973 1 0.997 0.878 Epoch gpu_mem box obj cls total targets img_size 168/299 6.38G 0.01191 0.005869 0 0.01777 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.964 1 0.997 0.869 Epoch gpu_mem box obj cls total targets img_size 169/299 6.38G 0.01176 0.005951 0 0.01772 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.973 1 0.997 0.877 Epoch gpu_mem box obj cls total targets img_size 170/299 6.38G 0.01184 0.005704 0 0.01754 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.05it/s] all 138 211 0.973 1 0.997 0.875 Epoch gpu_mem box obj cls total targets img_size 171/299 6.38G 0.01176 0.005895 0 0.01766 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.97 1 0.998 0.873 Epoch gpu_mem box obj cls total targets img_size 172/299 6.38G 0.01162 0.005875 0 0.01749 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.31it/s] all 138 211 0.969 1 0.997 0.885 Epoch gpu_mem box obj cls total targets img_size 173/299 6.38G 0.01221 0.005756 0 0.01796 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.97 1 0.997 0.878 Epoch gpu_mem box obj cls total targets img_size 174/299 6.38G 0.01148 0.005503 0 0.01698 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.973 1 0.998 0.882 Epoch gpu_mem box obj cls total targets img_size 175/299 6.38G 0.01195 0.005893 0 0.01785 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.973 1 0.997 0.877 Epoch gpu_mem box obj cls total targets img_size 176/299 6.38G 0.01162 0.00575 0 0.01737 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.969 1 0.997 0.882 Epoch gpu_mem box obj cls total targets img_size 177/299 6.38G 0.0118 0.00587 0 0.01767 7 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.968 1 0.997 0.879 Epoch gpu_mem box obj cls total targets img_size 178/299 6.38G 0.01111 0.005545 0 0.01665 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.962 1 0.997 0.882 Epoch gpu_mem box obj cls total targets img_size 179/299 6.38G 0.01132 0.005467 0 0.01679 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.05it/s] all 138 211 0.937 1 0.997 0.876 Epoch gpu_mem box obj cls total targets img_size 180/299 6.38G 0.0121 0.006015 0 0.01811 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.97 1 0.997 0.883 Epoch gpu_mem box obj cls total targets img_size 181/299 6.38G 0.01145 0.006004 0 0.01746 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.958 1 0.997 0.885 Epoch gpu_mem box obj cls total targets img_size 182/299 6.38G 0.01171 0.005817 0 0.01753 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.961 1 0.997 0.884 Epoch gpu_mem box obj cls total targets img_size 183/299 6.38G 0.01124 0.006005 0 0.01724 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.961 1 0.997 0.884 Epoch gpu_mem box obj cls total targets img_size 184/299 6.38G 0.01117 0.005796 0 0.01697 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.963 1 0.997 0.888 Epoch gpu_mem box obj cls total targets img_size 185/299 6.38G 0.01137 0.005967 0 0.01734 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.96 1 0.997 0.883 Epoch gpu_mem box obj cls total targets img_size 186/299 6.38G 0.01129 0.005644 0 0.01693 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.962 1 0.997 0.887 Epoch gpu_mem box obj cls total targets img_size 187/299 6.38G 0.01104 0.005543 0 0.01658 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.962 1 0.997 0.884 Epoch gpu_mem box obj cls total targets img_size 188/299 6.38G 0.01122 0.005772 0 0.01699 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.97 1 0.997 0.886 Epoch gpu_mem box obj cls total targets img_size 189/299 6.38G 0.01091 0.005601 0 0.01651 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s] all 138 211 0.959 1 0.997 0.882 Epoch gpu_mem box obj cls total targets img_size 190/299 6.38G 0.01155 0.005707 0 0.01726 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.965 1 0.997 0.885 Epoch gpu_mem box obj cls total targets img_size 191/299 6.38G 0.01099 0.005616 0 0.0166 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.964 1 0.997 0.882 Epoch gpu_mem box obj cls total targets img_size 192/299 6.38G 0.01118 0.005524 0 0.0167 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.971 1 0.997 0.882 Epoch gpu_mem box obj cls total targets img_size 193/299 6.38G 0.01115 0.005785 0 0.01694 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.975 1 0.997 0.883 Epoch gpu_mem box obj cls total targets img_size 194/299 6.38G 0.01123 0.00553 0 0.01676 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.974 1 0.998 0.886 Epoch gpu_mem box obj cls total targets img_size 195/299 6.38G 0.01112 0.005645 0 0.01677 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.973 1 0.997 0.882 Epoch gpu_mem box obj cls total targets img_size 196/299 6.38G 0.01075 0.005252 0 0.016 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.964 1 0.998 0.884 Epoch gpu_mem box obj cls total targets img_size 197/299 6.38G 0.011 0.005391 0 0.01639 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.97 1 0.998 0.884 Epoch gpu_mem box obj cls total targets img_size 198/299 6.38G 0.01096 0.005513 0 0.01647 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.97 1 0.997 0.888 Epoch gpu_mem box obj cls total targets img_size 199/299 6.38G 0.01113 0.005674 0 0.0168 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.05it/s] all 138 211 0.969 1 0.997 0.888 Epoch gpu_mem box obj cls total targets img_size 200/299 6.38G 0.01117 0.005638 0 0.01681 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.06it/s] all 138 211 0.972 1 0.998 0.889 Epoch gpu_mem box obj cls total targets img_size 201/299 6.38G 0.01084 0.005534 0 0.01637 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.973 1 0.997 0.892 Epoch gpu_mem box obj cls total targets img_size 202/299 6.38G 0.0109 0.005466 0 0.01637 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.967 1 0.998 0.886 Epoch gpu_mem box obj cls total targets img_size 203/299 6.38G 0.01057 0.005319 0 0.01589 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.973 1 0.998 0.888 Epoch gpu_mem box obj cls total targets img_size 204/299 6.38G 0.01064 0.005545 0 0.01618 7 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.972 1 0.997 0.888 Epoch gpu_mem box obj cls total targets img_size 205/299 6.38G 0.01077 0.005672 0 0.01644 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.973 1 0.997 0.89 Epoch gpu_mem box obj cls total targets img_size 206/299 6.38G 0.01099 0.005629 0 0.01662 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.973 1 0.997 0.886 Epoch gpu_mem box obj cls total targets img_size 207/299 6.38G 0.01037 0.005417 0 0.01579 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.28it/s] all 138 211 0.973 1 0.997 0.888 Epoch gpu_mem box obj cls total targets img_size 208/299 6.38G 0.01066 0.00544 0 0.0161 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.969 1 0.998 0.886 Epoch gpu_mem box obj cls total targets img_size 209/299 6.38G 0.01056 0.005568 0 0.01613 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:43<00:00, 1.90it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.961 1 0.997 0.888 Epoch gpu_mem box obj cls total targets img_size 210/299 6.38G 0.0106 0.005333 0 0.01593 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.97 1 0.998 0.885 Epoch gpu_mem box obj cls total targets img_size 211/299 6.38G 0.01061 0.005367 0 0.01597 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.13it/s] all 138 211 0.977 1 0.998 0.89 Epoch gpu_mem box obj cls total targets img_size 212/299 6.38G 0.01046 0.00526 0 0.01572 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.973 1 0.997 0.888 Epoch gpu_mem box obj cls total targets img_size 213/299 6.38G 0.01075 0.005547 0 0.0163 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.974 1 0.997 0.889 Epoch gpu_mem box obj cls total targets img_size 214/299 6.38G 0.01079 0.005605 0 0.01639 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.971 1 0.997 0.889 Epoch gpu_mem box obj cls total targets img_size 215/299 6.38G 0.01051 0.005254 0 0.01576 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:43<00:00, 1.90it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.971 1 0.997 0.9 Epoch gpu_mem box obj cls total targets img_size 216/299 6.38G 0.0108 0.005142 0 0.01595 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.967 1 0.998 0.894 Epoch gpu_mem box obj cls total targets img_size 217/299 6.38G 0.01025 0.005527 0 0.01577 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.07it/s] all 138 211 0.973 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 218/299 6.38G 0.01029 0.00533 0 0.01562 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.973 1 0.998 0.89 Epoch gpu_mem box obj cls total targets img_size 219/299 6.38G 0.0107 0.005794 0 0.01649 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.28it/s] all 138 211 0.973 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 220/299 6.38G 0.01017 0.005329 0 0.0155 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.973 1 0.997 0.883 Epoch gpu_mem box obj cls total targets img_size 221/299 6.38G 0.01049 0.005329 0 0.01582 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.976 1 0.998 0.89 Epoch gpu_mem box obj cls total targets img_size 222/299 6.38G 0.01035 0.005521 0 0.01587 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.976 1 0.998 0.884 Epoch gpu_mem box obj cls total targets img_size 223/299 6.38G 0.01045 0.005445 0 0.0159 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.973 1 0.997 0.885 Epoch gpu_mem box obj cls total targets img_size 224/299 6.38G 0.01027 0.005498 0 0.01577 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.97 1 0.998 0.888 Epoch gpu_mem box obj cls total targets img_size 225/299 6.38G 0.01007 0.00532 0 0.01539 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.973 1 0.998 0.888 Epoch gpu_mem box obj cls total targets img_size 226/299 6.38G 0.01048 0.005451 0 0.01593 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.08it/s] all 138 211 0.971 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 227/299 6.38G 0.01018 0.005318 0 0.0155 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.973 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 228/299 6.38G 0.01052 0.005682 0 0.0162 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.33it/s] all 138 211 0.966 1 0.997 0.886 Epoch gpu_mem box obj cls total targets img_size 229/299 6.38G 0.00975 0.005136 0 0.01489 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.973 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 230/299 6.38G 0.01048 0.005303 0 0.01579 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.973 1 0.998 0.888 Epoch gpu_mem box obj cls total targets img_size 231/299 6.38G 0.009983 0.005328 0 0.01531 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.974 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 232/299 6.38G 0.01054 0.005452 0 0.016 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.975 1 0.998 0.888 Epoch gpu_mem box obj cls total targets img_size 233/299 6.38G 0.009978 0.00515 0 0.01513 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.97 1 0.998 0.888 Epoch gpu_mem box obj cls total targets img_size 234/299 6.38G 0.01043 0.005594 0 0.01602 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.08it/s] all 138 211 0.973 1 0.998 0.887 Epoch gpu_mem box obj cls total targets img_size 235/299 6.38G 0.01011 0.005458 0 0.01556 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.975 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 236/299 6.38G 0.0103 0.00514 0 0.01544 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.07it/s] all 138 211 0.98 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 237/299 6.38G 0.01017 0.005334 0 0.01551 0 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.974 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 238/299 6.38G 0.01007 0.005156 0 0.01522 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.976 1 0.998 0.89 Epoch gpu_mem box obj cls total targets img_size 239/299 6.38G 0.00988 0.005144 0 0.01502 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.975 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 240/299 6.38G 0.01002 0.005316 0 0.01533 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.972 1 0.998 0.889 Epoch gpu_mem box obj cls total targets img_size 241/299 6.38G 0.009919 0.005248 0 0.01517 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.977 1 0.998 0.89 Epoch gpu_mem box obj cls total targets img_size 242/299 6.38G 0.0102 0.005307 0 0.0155 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.977 1 0.998 0.894 Epoch gpu_mem box obj cls total targets img_size 243/299 6.38G 0.009982 0.005153 0 0.01513 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.977 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 244/299 6.38G 0.009957 0.005064 0 0.01502 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.17it/s] all 138 211 0.973 1 0.998 0.889 Epoch gpu_mem box obj cls total targets img_size 245/299 6.38G 0.01007 0.005567 0 0.01563 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.971 1 0.998 0.895 Epoch gpu_mem box obj cls total targets img_size 246/299 6.38G 0.01006 0.005352 0 0.01541 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.974 1 0.998 0.894 Epoch gpu_mem box obj cls total targets img_size 247/299 6.38G 0.009876 0.005394 0 0.01527 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.93it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.977 1 0.998 0.897 Epoch gpu_mem box obj cls total targets img_size 248/299 6.38G 0.009872 0.005099 0 0.01497 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.12it/s] all 138 211 0.973 1 0.998 0.896 Epoch gpu_mem box obj cls total targets img_size 249/299 6.38G 0.009873 0.005283 0 0.01516 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.10it/s] all 138 211 0.977 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 250/299 6.38G 0.009666 0.005209 0 0.01488 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.11it/s] all 138 211 0.972 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 251/299 6.38G 0.009545 0.005046 0 0.01459 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:42<00:00, 1.92it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.978 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 252/299 6.38G 0.00985 0.005349 0 0.0152 7 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:43<00:00, 1.89it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:07<00:00, 4.70it/s] all 138 211 0.974 1 0.998 0.895 Epoch gpu_mem box obj cls total targets img_size 253/299 6.38G 0.009704 0.005138 0 0.01484 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:51<00:00, 1.76it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.05it/s] all 138 211 0.969 1 0.998 0.896 Epoch gpu_mem box obj cls total targets img_size 254/299 6.38G 0.009989 0.005463 0 0.01545 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:48<00:00, 1.81it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.03it/s] all 138 211 0.974 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 255/299 6.38G 0.00971 0.005211 0 0.01492 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.94it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.97 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 256/299 6.38G 0.0098 0.005384 0 0.01518 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:41<00:00, 1.94it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.33it/s] all 138 211 0.967 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 257/299 6.38G 0.009711 0.005047 0 0.01476 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.29it/s] all 138 211 0.974 1 0.997 0.895 Epoch gpu_mem box obj cls total targets img_size 258/299 6.38G 0.009667 0.00517 0 0.01484 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.28it/s] all 138 211 0.977 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 259/299 6.38G 0.01002 0.005302 0 0.01533 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.97 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 260/299 6.38G 0.01009 0.005286 0 0.01537 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s] all 138 211 0.977 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 261/299 6.38G 0.009741 0.005158 0 0.0149 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.971 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 262/299 6.38G 0.009835 0.004774 0 0.01461 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.971 1 0.998 0.895 Epoch gpu_mem box obj cls total targets img_size 263/299 6.38G 0.009909 0.004893 0 0.0148 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.18it/s] all 138 211 0.974 1 0.998 0.894 Epoch gpu_mem box obj cls total targets img_size 264/299 6.38G 0.009938 0.005404 0 0.01534 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.97 1 0.998 0.894 Epoch gpu_mem box obj cls total targets img_size 265/299 6.38G 0.009669 0.005002 0 0.01467 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.975 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 266/299 6.38G 0.009658 0.004975 0 0.01463 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.22it/s] all 138 211 0.973 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 267/299 6.38G 0.00956 0.005139 0 0.0147 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.971 1 0.998 0.895 Epoch gpu_mem box obj cls total targets img_size 268/299 6.38G 0.009601 0.005034 0 0.01463 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.15it/s] all 138 211 0.977 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 269/299 6.38G 0.009994 0.005064 0 0.01506 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.978 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 270/299 6.38G 0.00991 0.005186 0 0.0151 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.16it/s] all 138 211 0.978 1 0.998 0.886 Epoch gpu_mem box obj cls total targets img_size 271/299 6.38G 0.009328 0.004979 0 0.01431 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.24it/s] all 138 211 0.977 1 0.998 0.886 Epoch gpu_mem box obj cls total targets img_size 272/299 6.38G 0.009764 0.005243 0 0.01501 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.982 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 273/299 6.38G 0.009461 0.004866 0 0.01433 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.977 1 0.998 0.894 Epoch gpu_mem box obj cls total targets img_size 274/299 6.38G 0.009532 0.005087 0 0.01462 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.31it/s] all 138 211 0.974 1 0.998 0.896 Epoch gpu_mem box obj cls total targets img_size 275/299 6.38G 0.009595 0.00518 0 0.01478 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.07it/s] all 138 211 0.972 1 0.997 0.889 Epoch gpu_mem box obj cls total targets img_size 276/299 6.38G 0.009696 0.005155 0 0.01485 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.976 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 277/299 6.38G 0.009525 0.005114 0 0.01464 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.34it/s] all 138 211 0.967 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 278/299 6.38G 0.009718 0.005274 0 0.01499 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.973 1 0.998 0.889 Epoch gpu_mem box obj cls total targets img_size 279/299 6.38G 0.009634 0.005125 0 0.01476 6 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.25it/s] all 138 211 0.974 1 0.998 0.888 Epoch gpu_mem box obj cls total targets img_size 280/299 6.38G 0.009618 0.004934 0 0.01455 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.973 1 0.998 0.889 Epoch gpu_mem box obj cls total targets img_size 281/299 6.38G 0.009622 0.005066 0 0.01469 7 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.14it/s] all 138 211 0.973 1 0.998 0.884 Epoch gpu_mem box obj cls total targets img_size 282/299 6.38G 0.009435 0.005245 0 0.01468 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.34it/s] all 138 211 0.977 1 0.998 0.886 Epoch gpu_mem box obj cls total targets img_size 283/299 6.38G 0.0094 0.00525 0 0.01465 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.35it/s] all 138 211 0.976 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 284/299 6.38G 0.009497 0.004892 0 0.01439 4 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.97it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.19it/s] all 138 211 0.97 1 0.998 0.896 Epoch gpu_mem box obj cls total targets img_size 285/299 6.38G 0.009612 0.005224 0 0.01484 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.37it/s] all 138 211 0.97 1 0.998 0.893 Epoch gpu_mem box obj cls total targets img_size 286/299 6.38G 0.009762 0.00496 0 0.01472 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.29it/s] all 138 211 0.973 1 0.998 0.89 Epoch gpu_mem box obj cls total targets img_size 287/299 6.38G 0.009454 0.005109 0 0.01456 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.32it/s] all 138 211 0.973 1 0.998 0.891 Epoch gpu_mem box obj cls total targets img_size 288/299 6.38G 0.009299 0.004925 0 0.01422 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.95it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.973 1 0.998 0.89 Epoch gpu_mem box obj cls total targets img_size 289/299 6.38G 0.009465 0.004993 0 0.01446 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.975 1 0.998 0.894 Epoch gpu_mem box obj cls total targets img_size 290/299 6.38G 0.009409 0.00491 0 0.01432 3 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.39it/s] all 138 211 0.977 1 0.998 0.897 Epoch gpu_mem box obj cls total targets img_size 291/299 6.38G 0.009499 0.004878 0 0.01438 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.23it/s] all 138 211 0.977 1 0.997 0.893 Epoch gpu_mem box obj cls total targets img_size 292/299 6.38G 0.009788 0.005005 0 0.01479 8 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.33it/s] all 138 211 0.977 1 0.997 0.892 Epoch gpu_mem box obj cls total targets img_size 293/299 6.38G 0.009454 0.004913 0 0.01437 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.36it/s] all 138 211 0.977 1 0.998 0.896 Epoch gpu_mem box obj cls total targets img_size 294/299 6.38G 0.009269 0.00514 0 0.01441 8 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.34it/s] all 138 211 0.977 1 0.998 0.889 Epoch gpu_mem box obj cls total targets img_size 295/299 6.38G 0.009509 0.00516 0 0.01467 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.27it/s] all 138 211 0.977 1 0.998 0.889 Epoch gpu_mem box obj cls total targets img_size 296/299 6.38G 0.009468 0.004912 0 0.01438 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.30it/s] all 138 211 0.974 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 297/299 6.38G 0.009466 0.0051 0 0.01457 2 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.21it/s] all 138 211 0.977 1 0.998 0.892 Epoch gpu_mem box obj cls total targets img_size 298/299 6.38G 0.009351 0.005036 0 0.01439 1 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:39<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.20it/s] all 138 211 0.973 1 0.998 0.886 Epoch gpu_mem box obj cls total targets img_size 299/299 6.38G 0.00952 0.00506 0 0.01458 5 640: 100%|███████████████████████████████████████████████████████████████████| 196/196 [01:40<00:00, 1.96it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|█████████████████████████████████████████████████████████| 35/35 [00:07<00:00, 4.97it/s] all 138 211 0.973 1 0.998 0.89 Optimizer stripped from runs\train\exp\weights\last.pt, 42.5MB Optimizer stripped from runs\train\exp\weights\best.pt, 42.5MB 300 epochs completed in 9.076 hours. (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602> (wind_2021) F:\PytorchProject\yolov5_train_warning_0602>
############################