yolov5训练日志
(wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ clear (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ python train_2022051802.py --img-size 640 --batch-size 16 --epochs 300 --data ./data/myvoc.yaml --cfg ./models/yolov5m.yaml --workers 0 --device 0,1 Using torch 1.7.1 CUDA:0 (Tesla P100-PCIE-12GB, 12198.375MB) CUDA:1 (Tesla P100-PCIE-12GB, 12198.375MB) Namespace(adam=False, batch_size=16, bucket='', cache_images=False, cfg='./models/yolov5m.yaml', data='./data/myvoc.yaml', device='0,1', 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/exp9', single_cls=False, sync_bn=False, total_batch_size=16, 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_2022050201/labels' for images and labels... 238 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████| 238/238 [00:00<00:00, 2626.16it/s] New cache created: VOC_2022050201/labels.cache Scanning 'VOC_2022050201/labels.cache' for images and labels... 238 found, 0 missing, 0 empty, 0 corrupted: 100%|████████████████████████████████████████████████| 238/238 [00:00<?, ?it/s] Scanning 'VOC_2022050201/labels' for images and labels... 42 found, 0 missing, 0 empty, 0 corrupted: 100%|███████████████████████████████████████████████| 42/42 [00:00<00:00, 2667.81it/s] New cache created: VOC_2022050201/labels.cache Scanning 'VOC_2022050201/labels.cache' for images and labels... 42 found, 0 missing, 0 empty, 0 corrupted: 100%|███████████████████████████████████████████████████| 42/42 [00:00<?, ?it/s] Plotting labels... Analyzing anchors... anchors/target = 4.79, Best Possible Recall (BPR) = 1.0000 Image sizes 640 train, 640 test Using 0 dataloader workers Logging results to runs/train/exp9 Starting training for 300 epochs... Epoch gpu_mem box obj cls total targets img_size 0/299 3.34G 0.1083 0.03699 0 0.1453 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:37<00:00, 2.52s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:09<00:00, 3.26s/it] all 42 75 0 0 0.000702 0.00011 Epoch gpu_mem box obj cls total targets img_size 1/299 3.38G 0.09618 0.03776 0 0.1339 87 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.72it/s] all 42 75 0 0 0.00171 0.000232 Epoch gpu_mem box obj cls total targets img_size 3/299 3.38G 0.08673 0.03913 0 0.1259 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.70s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.87it/s] all 42 75 0 0 0.00331 0.000559 Epoch gpu_mem box obj cls total targets img_size 4/299 3.38G 0.08436 0.04126 0 0.1256 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.70s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0 0 0.00252 0.000357 Epoch gpu_mem box obj cls total targets img_size 5/299 3.38G 0.08617 0.03603 0 0.1222 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0 0 0.00289 0.00041 Epoch gpu_mem box obj cls total targets img_size 6/299 3.38G 0.08266 0.03766 0 0.1203 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.87it/s] all 42 75 0 0 0.00271 0.000381 Epoch gpu_mem box obj cls total targets img_size 7/299 3.38G 0.08332 0.03658 0 0.1199 51 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0 0 0.00494 0.000973 Epoch gpu_mem box obj cls total targets img_size 8/299 3.38G 0.08188 0.03803 0 0.1199 75 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0 0 0.00278 0.00043 Epoch gpu_mem box obj cls total targets img_size 9/299 3.38G 0.08135 0.03806 0 0.1194 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0 0 0.00394 0.000579 Epoch gpu_mem box obj cls total targets img_size 10/299 3.38G 0.08158 0.03942 0 0.121 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.71s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.03 0.107 0.0199 0.00436 Epoch gpu_mem box obj cls total targets img_size 11/299 3.38G 0.08013 0.03625 0 0.1164 50 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.89it/s] all 42 75 0.0333 0.0667 0.0351 0.00832 Epoch gpu_mem box obj cls total targets img_size 12/299 3.38G 0.08176 0.03412 0 0.1159 40 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.89it/s] all 42 75 0.0329 0.04 0.0119 0.00155 Epoch gpu_mem box obj cls total targets img_size 13/299 3.38G 0.0805 0.03898 0 0.1195 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0546 0.0267 0.0246 0.00328 Epoch gpu_mem box obj cls total targets img_size 14/299 3.38G 0.08054 0.03911 0 0.1196 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0143 0.0133 0.012 0.00697 Epoch gpu_mem box obj cls total targets img_size 15/299 3.38G 0.0812 0.03475 0 0.116 75 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.89it/s] all 42 75 0.0278 0.0533 0.0074 0.00165 Epoch gpu_mem box obj cls total targets img_size 16/299 3.38G 0.07894 0.04076 0 0.1197 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0272 0.0267 0.0153 0.00549 Epoch gpu_mem box obj cls total targets img_size 17/299 3.38G 0.07908 0.03868 0 0.1178 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0322 0.0933 0.0158 0.00364 Epoch gpu_mem box obj cls total targets img_size 18/299 3.38G 0.07815 0.03656 0 0.1147 52 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0157 0.107 0.0144 0.00259 Epoch gpu_mem box obj cls total targets img_size 19/299 3.38G 0.07719 0.03815 0 0.1153 81 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0358 0.107 0.0322 0.0057 Epoch gpu_mem box obj cls total targets img_size 20/299 3.38G 0.07502 0.03871 0 0.1137 76 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.87it/s] all 42 75 0.0813 0.147 0.0752 0.0159 Epoch gpu_mem box obj cls total targets img_size 21/299 3.38G 0.07381 0.03691 0 0.1107 71 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0552 0.493 0.0806 0.0156 Epoch gpu_mem box obj cls total targets img_size 22/299 3.38G 0.07087 0.03859 0 0.1095 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.0722 0.68 0.219 0.0564 Epoch gpu_mem box obj cls total targets img_size 23/299 3.38G 0.07067 0.03484 0 0.1055 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.87it/s] all 42 75 0.0655 0.72 0.0917 0.0219 Epoch gpu_mem box obj cls total targets img_size 24/299 3.38G 0.06848 0.03338 0 0.1019 58 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.87it/s] all 42 75 0.0875 0.733 0.397 0.133 Epoch gpu_mem box obj cls total targets img_size 25/299 3.38G 0.0654 0.03181 0 0.09721 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.87it/s] all 42 75 0.142 0.68 0.457 0.133 Epoch gpu_mem box obj cls total targets img_size 26/299 3.38G 0.06505 0.03265 0 0.0977 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.85it/s] all 42 75 0.0696 0.733 0.537 0.152 Epoch gpu_mem box obj cls total targets img_size 27/299 3.38G 0.06748 0.03065 0 0.09813 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.86it/s] all 42 75 0.111 0.733 0.298 0.114 Epoch gpu_mem box obj cls total targets img_size 28/299 3.38G 0.064 0.03222 0 0.09621 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.85it/s] all 42 75 0.0566 0.813 0.405 0.0988 Epoch gpu_mem box obj cls total targets img_size 29/299 3.38G 0.06071 0.03162 0 0.09233 40 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.70s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.86it/s] all 42 75 0.221 0.72 0.495 0.149 Epoch gpu_mem box obj cls total targets img_size 30/299 3.38G 0.06093 0.03113 0 0.09205 58 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.86it/s] all 42 75 0.115 0.76 0.689 0.248 Epoch gpu_mem box obj cls total targets img_size 31/299 3.38G 0.06116 0.03072 0 0.09187 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.295 0.747 0.707 0.314 Epoch gpu_mem box obj cls total targets img_size 32/299 3.38G 0.05954 0.03176 0 0.0913 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.88it/s] all 42 75 0.147 0.827 0.629 0.239 Epoch gpu_mem box obj cls total targets img_size 33/299 3.38G 0.05898 0.0315 0 0.09048 58 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.91it/s] all 42 75 0.117 0.88 0.436 0.0747 Epoch gpu_mem box obj cls total targets img_size 34/299 3.38G 0.06115 0.02969 0 0.09084 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.91it/s] all 42 75 0.0967 0.813 0.512 0.189 Epoch gpu_mem box obj cls total targets img_size 35/299 3.38G 0.05968 0.02958 0 0.08926 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.92it/s] all 42 75 0.154 0.813 0.336 0.0695 Epoch gpu_mem box obj cls total targets img_size 36/299 3.38G 0.06023 0.03198 0 0.09221 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.92it/s] all 42 75 0.242 0.8 0.612 0.182 Epoch gpu_mem box obj cls total targets img_size 37/299 3.38G 0.05702 0.0291 0 0.08612 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.91it/s] all 42 75 0.133 0.853 0.599 0.266 Epoch gpu_mem box obj cls total targets img_size 38/299 3.38G 0.05633 0.03134 0 0.08767 78 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.188 0.84 0.609 0.24 Epoch gpu_mem box obj cls total targets img_size 39/299 3.38G 0.05603 0.02888 0 0.08491 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.92it/s] all 42 75 0.166 0.773 0.327 0.0613 Epoch gpu_mem box obj cls total targets img_size 40/299 3.38G 0.05819 0.02943 0 0.08762 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.90it/s] all 42 75 0.1 0.8 0.688 0.208 Epoch gpu_mem box obj cls total targets img_size 41/299 3.38G 0.05653 0.02903 0 0.08556 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.92it/s] all 42 75 0.153 0.787 0.716 0.405 Epoch gpu_mem box obj cls total targets img_size 42/299 3.38G 0.05378 0.03025 0 0.08403 39 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.168 0.8 0.6 0.284 Epoch gpu_mem box obj cls total targets img_size 43/299 3.38G 0.05396 0.0296 0 0.08357 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.92it/s] all 42 75 0.168 0.773 0.68 0.269 Epoch gpu_mem box obj cls total targets img_size 44/299 3.38G 0.05598 0.03133 0 0.08731 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.91it/s] all 42 75 0.244 0.893 0.789 0.386 Epoch gpu_mem box obj cls total targets img_size 45/299 3.38G 0.05382 0.0298 0 0.08362 54 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.157 0.827 0.32 0.0824 Epoch gpu_mem box obj cls total targets img_size 46/299 3.38G 0.05328 0.02948 0 0.08276 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.155 0.92 0.547 0.112 Epoch gpu_mem box obj cls total targets img_size 47/299 3.38G 0.04962 0.0291 0 0.07872 52 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.255 0.893 0.757 0.41 Epoch gpu_mem box obj cls total targets img_size 48/299 3.38G 0.04759 0.03018 0 0.07777 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.29 0.907 0.72 0.352 Epoch gpu_mem box obj cls total targets img_size 49/299 3.38G 0.04925 0.02733 0 0.07659 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.386 0.88 0.836 0.315 Epoch gpu_mem box obj cls total targets img_size 50/299 3.38G 0.04713 0.02683 0 0.07396 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.347 0.907 0.829 0.377 Epoch gpu_mem box obj cls total targets img_size 51/299 3.38G 0.04621 0.02671 0 0.07292 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.408 0.827 0.816 0.392 Epoch gpu_mem box obj cls total targets img_size 52/299 3.38G 0.04727 0.02819 0 0.07546 78 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.245 0.933 0.843 0.435 Epoch gpu_mem box obj cls total targets img_size 53/299 3.38G 0.04919 0.02661 0 0.07581 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.363 0.88 0.857 0.39 Epoch gpu_mem box obj cls total targets img_size 54/299 3.38G 0.04544 0.02618 0 0.07162 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.397 0.893 0.852 0.505 Epoch gpu_mem box obj cls total targets img_size 55/299 3.38G 0.04877 0.0267 0 0.07547 81 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.255 0.893 0.789 0.341 Epoch gpu_mem box obj cls total targets img_size 56/299 3.38G 0.04975 0.02959 0 0.07934 54 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.93it/s] all 42 75 0.409 0.88 0.841 0.352 Epoch gpu_mem box obj cls total targets img_size 57/299 3.38G 0.04475 0.02631 0 0.07106 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.444 0.933 0.905 0.491 Epoch gpu_mem box obj cls total targets img_size 58/299 3.38G 0.04611 0.02594 0 0.07205 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.352 0.787 0.696 0.317 Epoch gpu_mem box obj cls total targets img_size 59/299 3.38G 0.05116 0.02675 0 0.07791 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.493 0.933 0.837 0.41 Epoch gpu_mem box obj cls total targets img_size 60/299 3.38G 0.05131 0.02705 0 0.07835 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.59s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.235 0.987 0.921 0.443 Epoch gpu_mem box obj cls total targets img_size 61/299 3.38G 0.04785 0.02737 0 0.07522 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.39 0.72 0.738 0.239 Epoch gpu_mem box obj cls total targets img_size 62/299 3.38G 0.04638 0.02723 0 0.07361 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.363 0.893 0.786 0.463 Epoch gpu_mem box obj cls total targets img_size 63/299 3.38G 0.04928 0.02702 0 0.0763 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.295 0.827 0.696 0.251 Epoch gpu_mem box obj cls total targets img_size 64/299 3.38G 0.04805 0.0269 0 0.07495 75 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.327 0.867 0.819 0.414 Epoch gpu_mem box obj cls total targets img_size 65/299 3.38G 0.04578 0.02461 0 0.07038 49 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.361 0.907 0.842 0.4 Epoch gpu_mem box obj cls total targets img_size 66/299 3.38G 0.04325 0.02563 0 0.06887 52 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.6 0.88 0.875 0.522 Epoch gpu_mem box obj cls total targets img_size 67/299 3.38G 0.04236 0.0251 0 0.06746 71 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.504 0.907 0.877 0.496 Epoch gpu_mem box obj cls total targets img_size 68/299 3.38G 0.04105 0.02669 0 0.06774 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.482 0.933 0.897 0.548 Epoch gpu_mem box obj cls total targets img_size 69/299 3.38G 0.04023 0.02625 0 0.06648 98 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.544 0.813 0.845 0.405 Epoch gpu_mem box obj cls total targets img_size 88/299 3.38G 0.0342 0.02169 0 0.05589 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.717 0.987 0.97 0.645 Epoch gpu_mem box obj cls total targets img_size 89/299 3.38G 0.03147 0.02126 0 0.05273 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.631 0.96 0.954 0.676 Epoch gpu_mem box obj cls total targets img_size 90/299 3.38G 0.02901 0.02157 0 0.05059 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.689 0.933 0.933 0.654 Epoch gpu_mem box obj cls total targets img_size 91/299 3.38G 0.02939 0.02129 0 0.05068 42 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.694 0.947 0.964 0.648 Epoch gpu_mem box obj cls total targets img_size 92/299 3.38G 0.03056 0.01885 0 0.04941 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.757 0.933 0.946 0.614 Epoch gpu_mem box obj cls total targets img_size 93/299 3.38G 0.03052 0.02238 0 0.0529 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.654 0.987 0.973 0.637 Epoch gpu_mem box obj cls total targets img_size 94/299 3.38G 0.02963 0.02052 0 0.05016 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.58s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.668 0.947 0.959 0.601 Epoch gpu_mem box obj cls total targets img_size 95/299 3.38G 0.03158 0.02065 0 0.05222 83 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.743 0.96 0.969 0.67 Epoch gpu_mem box obj cls total targets img_size 96/299 3.38G 0.02966 0.02019 0 0.04985 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.692 0.973 0.969 0.689 Epoch gpu_mem box obj cls total targets img_size 97/299 3.38G 0.0307 0.02067 0 0.05137 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.84 0.933 0.964 0.681 Epoch gpu_mem box obj cls total targets img_size 98/299 3.38G 0.02859 0.01987 0 0.04846 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.778 0.96 0.974 0.708 Epoch gpu_mem box obj cls total targets img_size 99/299 3.38G 0.02894 0.01877 0 0.04771 51 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.744 0.973 0.973 0.709 Epoch gpu_mem box obj cls total targets img_size 100/299 3.38G 0.03123 0.01817 0 0.0494 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.715 0.947 0.937 0.597 Epoch gpu_mem box obj cls total targets img_size 101/299 3.38G 0.03052 0.01987 0 0.05039 67 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.834 0.92 0.959 0.634 Epoch gpu_mem box obj cls total targets img_size 102/299 3.38G 0.02837 0.01945 0 0.04782 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.822 0.92 0.953 0.657 Epoch gpu_mem box obj cls total targets img_size 103/299 3.38G 0.02883 0.01874 0 0.04757 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.818 0.947 0.966 0.671 Epoch gpu_mem box obj cls total targets img_size 104/299 3.38G 0.0311 0.01932 0 0.05042 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.514 0.947 0.934 0.586 Epoch gpu_mem box obj cls total targets img_size 105/299 3.38G 0.03025 0.01998 0 0.05023 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.776 0.933 0.92 0.623 Epoch gpu_mem box obj cls total targets img_size 106/299 3.38G 0.02901 0.01915 0 0.04816 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.743 0.947 0.946 0.676 Epoch gpu_mem box obj cls total targets img_size 107/299 3.38G 0.02908 0.01898 0 0.04806 57 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.892 0.933 0.947 0.611 Epoch gpu_mem box obj cls total targets img_size 108/299 3.38G 0.0303 0.01961 0 0.04991 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.819 0.96 0.971 0.694 Epoch gpu_mem box obj cls total targets img_size 109/299 3.38G 0.02627 0.01805 0 0.04431 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.92it/s] all 42 75 0.704 0.987 0.977 0.669 Epoch gpu_mem box obj cls total targets img_size 110/299 3.38G 0.0265 0.01955 0 0.04605 88 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.729 0.973 0.966 0.685 Epoch gpu_mem box obj cls total targets img_size 111/299 3.38G 0.02902 0.01846 0 0.04748 71 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.714 0.973 0.978 0.643 Epoch gpu_mem box obj cls total targets img_size 112/299 3.38G 0.03041 0.0181 0 0.04851 50 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.677 0.987 0.975 0.686 Epoch gpu_mem box obj cls total targets img_size 113/299 3.38G 0.02845 0.01783 0 0.04628 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.70s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.872 0.96 0.969 0.69 Epoch gpu_mem box obj cls total targets img_size 114/299 3.38G 0.02525 0.01787 0 0.04312 80 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.887 0.96 0.978 0.706 Epoch gpu_mem box obj cls total targets img_size 115/299 3.38G 0.02614 0.01833 0 0.04447 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.886 0.973 0.979 0.705 Epoch gpu_mem box obj cls total targets img_size 116/299 3.38G 0.02656 0.01733 0 0.0439 54 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.878 0.958 0.968 0.659 Epoch gpu_mem box obj cls total targets img_size 117/299 3.38G 0.0276 0.01797 0 0.04557 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.853 0.933 0.962 0.689 Epoch gpu_mem box obj cls total targets img_size 118/299 3.38G 0.02328 0.01742 0 0.0407 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.765 0.96 0.968 0.702 Epoch gpu_mem box obj cls total targets img_size 119/299 3.38G 0.02472 0.01776 0 0.04248 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.874 0.96 0.973 0.701 Epoch gpu_mem box obj cls total targets img_size 120/299 3.38G 0.02461 0.01784 0 0.04246 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.847 0.96 0.966 0.691 Epoch gpu_mem box obj cls total targets img_size 121/299 3.38G 0.02475 0.0174 0 0.04215 86 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.70s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.843 0.96 0.975 0.713 Epoch gpu_mem box obj cls total targets img_size 122/299 3.38G 0.0236 0.01655 0 0.04015 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.76 0.947 0.966 0.728 Epoch gpu_mem box obj cls total targets img_size 123/299 3.38G 0.02423 0.01615 0 0.04037 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.847 0.961 0.969 0.714 Epoch gpu_mem box obj cls total targets img_size 124/299 3.38G 0.02634 0.01657 0 0.04291 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.943 0.96 0.958 0.694 Epoch gpu_mem box obj cls total targets img_size 125/299 3.38G 0.02549 0.01497 0 0.04046 46 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.746 0.973 0.968 0.722 Epoch gpu_mem box obj cls total targets img_size 126/299 3.38G 0.02438 0.01574 0 0.04011 51 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.946 0.92 0.972 0.724 Epoch gpu_mem box obj cls total targets img_size 127/299 3.38G 0.02375 0.01695 0 0.0407 51 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.878 0.947 0.965 0.66 Epoch gpu_mem box obj cls total targets img_size 128/299 3.38G 0.02654 0.0168 0 0.04334 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.863 0.973 0.982 0.689 Epoch gpu_mem box obj cls total targets img_size 129/299 3.38G 0.0252 0.01726 0 0.04246 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.857 0.987 0.982 0.701 Epoch gpu_mem box obj cls total targets img_size 130/299 3.38G 0.02346 0.01524 0 0.0387 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.70s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.843 0.96 0.977 0.662 Epoch gpu_mem box obj cls total targets img_size 131/299 3.38G 0.02395 0.01692 0 0.04087 51 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.654 0.987 0.978 0.736 Epoch gpu_mem box obj cls total targets img_size 132/299 3.38G 0.024 0.0156 0 0.03959 76 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.901 0.947 0.978 0.737 Epoch gpu_mem box obj cls total targets img_size 133/299 3.38G 0.02581 0.01664 0 0.04245 90 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.933 0.96 0.978 0.73 Epoch gpu_mem box obj cls total targets img_size 134/299 3.38G 0.02287 0.01662 0 0.0395 76 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.94 0.973 0.983 0.757 Epoch gpu_mem box obj cls total targets img_size 135/299 3.38G 0.02297 0.01658 0 0.03955 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.858 0.96 0.976 0.729 Epoch gpu_mem box obj cls total targets img_size 136/299 3.38G 0.02642 0.01625 0 0.04267 71 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.953 0.96 0.973 0.693 Epoch gpu_mem box obj cls total targets img_size 137/299 3.38G 0.02467 0.01443 0 0.0391 49 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.956 0.96 0.981 0.728 Epoch gpu_mem box obj cls total targets img_size 138/299 3.38G 0.02138 0.01559 0 0.03696 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.979 0.933 0.964 0.716 Epoch gpu_mem box obj cls total targets img_size 139/299 3.38G 0.02302 0.01629 0 0.0393 67 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.975 0.933 0.963 0.709 Epoch gpu_mem box obj cls total targets img_size 140/299 3.38G 0.02294 0.01658 0 0.03953 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.86 0.973 0.98 0.718 Epoch gpu_mem box obj cls total targets img_size 141/299 3.38G 0.02217 0.01584 0 0.03801 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.8 0.973 0.977 0.689 Epoch gpu_mem box obj cls total targets img_size 142/299 3.38G 0.02151 0.01434 0 0.03585 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.973 0.945 0.978 0.708 Epoch gpu_mem box obj cls total targets img_size 143/299 3.38G 0.02213 0.01511 0 0.03724 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.917 0.947 0.974 0.742 Epoch gpu_mem box obj cls total targets img_size 144/299 3.38G 0.02099 0.01652 0 0.03751 84 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.902 0.92 0.961 0.704 Epoch gpu_mem box obj cls total targets img_size 145/299 3.38G 0.02245 0.01542 0 0.03787 57 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.851 0.973 0.982 0.725 Epoch gpu_mem box obj cls total targets img_size 146/299 3.38G 0.02136 0.01471 0 0.03607 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.841 0.973 0.981 0.708 Epoch gpu_mem box obj cls total targets img_size 147/299 3.38G 0.02383 0.01524 0 0.03907 90 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.866 0.973 0.979 0.735 Epoch gpu_mem box obj cls total targets img_size 148/299 3.38G 0.02321 0.01576 0 0.03897 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.923 0.96 0.973 0.702 Epoch gpu_mem box obj cls total targets img_size 149/299 3.38G 0.02149 0.01514 0 0.03663 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.948 0.976 0.984 0.74 Epoch gpu_mem box obj cls total targets img_size 150/299 3.38G 0.02101 0.01362 0 0.03464 52 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.912 0.973 0.984 0.757 Epoch gpu_mem box obj cls total targets img_size 151/299 3.38G 0.02036 0.01535 0 0.03571 86 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.889 0.973 0.976 0.749 Epoch gpu_mem box obj cls total targets img_size 152/299 3.38G 0.02285 0.01517 0 0.03802 90 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.901 0.96 0.977 0.721 Epoch gpu_mem box obj cls total targets img_size 153/299 3.38G 0.02028 0.01342 0 0.0337 51 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.878 0.96 0.981 0.735 Epoch gpu_mem box obj cls total targets img_size 154/299 3.38G 0.01949 0.01514 0 0.03464 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.92 0.96 0.979 0.744 Epoch gpu_mem box obj cls total targets img_size 155/299 3.38G 0.02021 0.01506 0 0.03528 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.919 0.973 0.982 0.732 Epoch gpu_mem box obj cls total targets img_size 156/299 3.38G 0.02052 0.01595 0 0.03647 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.868 0.973 0.981 0.729 Epoch gpu_mem box obj cls total targets img_size 157/299 3.38G 0.02149 0.01527 0 0.03676 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.896 0.96 0.982 0.721 Epoch gpu_mem box obj cls total targets img_size 158/299 3.38G 0.02233 0.01527 0 0.0376 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.943 0.96 0.981 0.724 Epoch gpu_mem box obj cls total targets img_size 159/299 3.38G 0.02227 0.01497 0 0.03724 83 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.909 0.937 0.965 0.731 Epoch gpu_mem box obj cls total targets img_size 160/299 3.38G 0.02158 0.01465 0 0.03623 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.899 0.973 0.982 0.725 Epoch gpu_mem box obj cls total targets img_size 161/299 3.38G 0.02098 0.01393 0 0.03491 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.935 0.965 0.983 0.737 Epoch gpu_mem box obj cls total targets img_size 162/299 3.38G 0.01948 0.01414 0 0.03362 66 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.973 0.946 0.982 0.743 Epoch gpu_mem box obj cls total targets img_size 163/299 3.38G 0.01988 0.01428 0 0.03416 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.914 0.96 0.982 0.721 Epoch gpu_mem box obj cls total targets img_size 164/299 3.38G 0.01919 0.01527 0 0.03446 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.966 0.96 0.983 0.767 Epoch gpu_mem box obj cls total targets img_size 165/299 3.38G 0.02045 0.01508 0 0.03553 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.928 0.947 0.977 0.728 Epoch gpu_mem box obj cls total targets img_size 166/299 3.38G 0.0199 0.01357 0 0.03348 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.902 0.973 0.983 0.739 Epoch gpu_mem box obj cls total targets img_size 167/299 3.38G 0.02092 0.01406 0 0.03497 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.89 0.973 0.983 0.765 Epoch gpu_mem box obj cls total targets img_size 168/299 3.38G 0.02019 0.01455 0 0.03474 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.942 0.947 0.968 0.733 Epoch gpu_mem box obj cls total targets img_size 169/299 3.38G 0.01942 0.01385 0 0.03327 51 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.951 0.96 0.983 0.764 Epoch gpu_mem box obj cls total targets img_size 170/299 3.38G 0.02078 0.01475 0 0.03553 66 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.911 0.961 0.983 0.743 Epoch gpu_mem box obj cls total targets img_size 171/299 3.38G 0.02006 0.01476 0 0.03482 84 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.863 0.973 0.984 0.747 Epoch gpu_mem box obj cls total targets img_size 172/299 3.38G 0.01947 0.01455 0 0.03402 75 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.83 0.96 0.978 0.769 Epoch gpu_mem box obj cls total targets img_size 173/299 3.38G 0.01722 0.01331 0 0.03053 84 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.96 0.958 0.986 0.777 Epoch gpu_mem box obj cls total targets img_size 174/299 3.38G 0.01775 0.01286 0 0.03061 52 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.933 0.947 0.98 0.769 Epoch gpu_mem box obj cls total targets img_size 175/299 3.38G 0.01893 0.01423 0 0.03316 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.879 0.96 0.983 0.787 Epoch gpu_mem box obj cls total targets img_size 176/299 3.38G 0.02049 0.01328 0 0.03377 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.941 0.973 0.987 0.783 Epoch gpu_mem box obj cls total targets img_size 177/299 3.38G 0.01752 0.01372 0 0.03125 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.961 0.986 0.987 0.776 Epoch gpu_mem box obj cls total targets img_size 178/299 3.38G 0.01883 0.01257 0 0.0314 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.948 0.973 0.983 0.766 Epoch gpu_mem box obj cls total targets img_size 179/299 3.38G 0.01927 0.01382 0 0.03308 52 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 1 0.966 0.982 0.758 Epoch gpu_mem box obj cls total targets img_size 180/299 3.38G 0.02007 0.01435 0 0.03442 92 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.958 0.973 0.977 0.759 Epoch gpu_mem box obj cls total targets img_size 181/299 3.38G 0.01837 0.01444 0 0.03281 81 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.893 0.973 0.975 0.745 Epoch gpu_mem box obj cls total targets img_size 182/299 3.38G 0.01745 0.01324 0 0.03069 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.879 0.973 0.984 0.756 Epoch gpu_mem box obj cls total targets img_size 183/299 3.38G 0.01835 0.01231 0 0.03066 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.948 0.973 0.978 0.733 Epoch gpu_mem box obj cls total targets img_size 184/299 3.38G 0.02051 0.01392 0 0.03443 85 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.938 0.987 0.987 0.746 Epoch gpu_mem box obj cls total targets img_size 185/299 3.38G 0.01907 0.01322 0 0.03229 57 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.946 0.987 0.984 0.745 Epoch gpu_mem box obj cls total targets img_size 186/299 3.38G 0.01808 0.01353 0 0.03162 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.974 0.981 0.988 0.761 Epoch gpu_mem box obj cls total targets img_size 187/299 3.38G 0.01707 0.01269 0 0.02977 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.928 0.973 0.987 0.774 Epoch gpu_mem box obj cls total targets img_size 188/299 3.38G 0.01756 0.01342 0 0.03099 52 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.977 0.973 0.989 0.767 Epoch gpu_mem box obj cls total targets img_size 189/299 3.38G 0.01858 0.01318 0 0.03176 55 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.949 0.983 0.987 0.779 Epoch gpu_mem box obj cls total targets img_size 190/299 3.38G 0.01777 0.01296 0 0.03073 74 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.977 0.987 0.986 0.782 Epoch gpu_mem box obj cls total targets img_size 191/299 3.38G 0.01874 0.01317 0 0.03191 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.977 0.987 0.988 0.791 Epoch gpu_mem box obj cls total targets img_size 192/299 3.38G 0.01769 0.01295 0 0.03064 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.961 0.973 0.984 0.775 Epoch gpu_mem box obj cls total targets img_size 193/299 3.38G 0.01705 0.01349 0 0.03054 77 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.922 0.987 0.987 0.791 Epoch gpu_mem box obj cls total targets img_size 194/299 3.38G 0.01724 0.01278 0 0.03002 57 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.987 0.96 0.987 0.768 Epoch gpu_mem box obj cls total targets img_size 195/299 3.38G 0.01908 0.01221 0 0.03129 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.964 0.973 0.981 0.772 Epoch gpu_mem box obj cls total targets img_size 196/299 3.38G 0.01886 0.01233 0 0.03119 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.958 0.987 0.986 0.767 Epoch gpu_mem box obj cls total targets img_size 197/299 3.38G 0.01779 0.01291 0 0.0307 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.59s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.966 0.973 0.982 0.775 Epoch gpu_mem box obj cls total targets img_size 198/299 3.38G 0.01763 0.01338 0 0.03101 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.976 0.973 0.978 0.755 Epoch gpu_mem box obj cls total targets img_size 199/299 3.38G 0.01808 0.01276 0 0.03084 55 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.965 0.973 0.983 0.763 Epoch gpu_mem box obj cls total targets img_size 200/299 3.38G 0.01866 0.0129 0 0.03156 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 1 0.987 0.986 0.766 Epoch gpu_mem box obj cls total targets img_size 201/299 3.38G 0.01712 0.01314 0 0.03026 90 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.976 0.987 0.986 0.781 Epoch gpu_mem box obj cls total targets img_size 202/299 3.38G 0.01611 0.01303 0 0.02915 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.981 0.987 0.987 0.77 Epoch gpu_mem box obj cls total targets img_size 203/299 3.38G 0.01867 0.01352 0 0.03219 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.974 0.973 0.983 0.749 Epoch gpu_mem box obj cls total targets img_size 204/299 3.38G 0.01716 0.01249 0 0.02965 74 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.92it/s] all 42 75 0.95 0.973 0.984 0.789 Epoch gpu_mem box obj cls total targets img_size 205/299 3.38G 0.01639 0.01284 0 0.02923 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.982 0.973 0.981 0.757 Epoch gpu_mem box obj cls total targets img_size 206/299 3.38G 0.01674 0.01343 0 0.03017 50 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.94 0.96 0.988 0.769 Epoch gpu_mem box obj cls total targets img_size 207/299 3.38G 0.01694 0.01399 0 0.03093 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.936 0.973 0.988 0.794 Epoch gpu_mem box obj cls total targets img_size 208/299 3.38G 0.01678 0.01288 0 0.02967 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.948 0.971 0.986 0.782 Epoch gpu_mem box obj cls total targets img_size 209/299 3.38G 0.01643 0.01199 0 0.02842 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.963 0.973 0.984 0.778 Epoch gpu_mem box obj cls total targets img_size 210/299 3.38G 0.01546 0.01275 0 0.02821 83 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.974 0.973 0.985 0.786 Epoch gpu_mem box obj cls total targets img_size 211/299 3.38G 0.01712 0.0136 0 0.03072 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.957 0.973 0.986 0.781 Epoch gpu_mem box obj cls total targets img_size 212/299 3.38G 0.01775 0.01249 0 0.03024 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.936 0.967 0.987 0.79 Epoch gpu_mem box obj cls total targets img_size 213/299 3.38G 0.01626 0.01257 0 0.02883 80 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.937 0.987 0.991 0.794 Epoch gpu_mem box obj cls total targets img_size 214/299 3.38G 0.01549 0.01196 0 0.02745 55 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.953 0.973 0.99 0.793 Epoch gpu_mem box obj cls total targets img_size 215/299 3.38G 0.01628 0.01189 0 0.02817 48 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.974 0.981 0.986 0.772 Epoch gpu_mem box obj cls total targets img_size 216/299 3.38G 0.01589 0.01199 0 0.02788 57 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.958 0.973 0.986 0.772 Epoch gpu_mem box obj cls total targets img_size 217/299 3.38G 0.01536 0.01259 0 0.02796 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.913 0.987 0.985 0.768 Epoch gpu_mem box obj cls total targets img_size 218/299 3.38G 0.016 0.01301 0 0.02901 65 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.942 0.973 0.983 0.781 Epoch gpu_mem box obj cls total targets img_size 219/299 3.38G 0.01618 0.01226 0 0.02844 85 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.58s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.932 0.973 0.981 0.769 Epoch gpu_mem box obj cls total targets img_size 220/299 3.38G 0.01681 0.01133 0 0.02814 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.944 0.973 0.979 0.78 Epoch gpu_mem box obj cls total targets img_size 221/299 3.38G 0.01561 0.01137 0 0.02698 54 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.937 0.973 0.979 0.773 Epoch gpu_mem box obj cls total targets img_size 222/299 3.38G 0.01589 0.01225 0 0.02813 78 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.936 0.973 0.985 0.778 Epoch gpu_mem box obj cls total targets img_size 223/299 3.38G 0.01497 0.01226 0 0.02723 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.962 0.973 0.986 0.792 Epoch gpu_mem box obj cls total targets img_size 224/299 3.38G 0.01551 0.01217 0 0.02768 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.96 0.961 0.985 0.786 Epoch gpu_mem box obj cls total targets img_size 225/299 3.38G 0.01561 0.01232 0 0.02793 74 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.987 0.982 0.99 0.786 Epoch gpu_mem box obj cls total targets img_size 226/299 3.38G 0.01567 0.01145 0 0.02712 74 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.964 0.987 0.989 0.777 Epoch gpu_mem box obj cls total targets img_size 227/299 3.38G 0.01578 0.01223 0 0.02801 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.952 0.987 0.986 0.778 Epoch gpu_mem box obj cls total targets img_size 228/299 3.38G 0.01572 0.01191 0 0.02763 80 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.961 0.978 0.985 0.781 Epoch gpu_mem box obj cls total targets img_size 229/299 3.38G 0.01575 0.01236 0 0.02812 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.965 0.973 0.986 0.793 Epoch gpu_mem box obj cls total targets img_size 230/299 3.38G 0.01441 0.01104 0 0.02545 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.974 0.985 0.989 0.798 Epoch gpu_mem box obj cls total targets img_size 231/299 3.38G 0.01463 0.01167 0 0.0263 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.967 0.987 0.991 0.792 Epoch gpu_mem box obj cls total targets img_size 232/299 3.38G 0.01557 0.01208 0 0.02765 48 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.968 0.987 0.988 0.798 Epoch gpu_mem box obj cls total targets img_size 233/299 3.38G 0.01595 0.01121 0 0.02716 39 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.976 0.987 0.989 0.791 Epoch gpu_mem box obj cls total targets img_size 234/299 3.38G 0.01515 0.01243 0 0.02758 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 1 0.985 0.989 0.789 Epoch gpu_mem box obj cls total targets img_size 235/299 3.38G 0.01514 0.01146 0 0.0266 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.58s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.987 0.985 0.989 0.782 Epoch gpu_mem box obj cls total targets img_size 236/299 3.38G 0.01549 0.01144 0 0.02694 71 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.961 0.979 0.988 0.801 Epoch gpu_mem box obj cls total targets img_size 237/299 3.38G 0.01532 0.01174 0 0.02706 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.949 0.96 0.986 0.782 Epoch gpu_mem box obj cls total targets img_size 238/299 3.38G 0.01448 0.01098 0 0.02546 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.988 0.973 0.99 0.797 Epoch gpu_mem box obj cls total targets img_size 239/299 3.38G 0.0156 0.01219 0 0.0278 66 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.973 0.979 0.992 0.798 Epoch gpu_mem box obj cls total targets img_size 240/299 3.38G 0.01511 0.01105 0 0.02616 56 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.974 0.986 0.992 0.796 Epoch gpu_mem box obj cls total targets img_size 241/299 3.38G 0.01488 0.01106 0 0.02594 50 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.974 0.973 0.99 0.799 Epoch gpu_mem box obj cls total targets img_size 242/299 3.38G 0.01503 0.0112 0 0.02623 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.988 0.973 0.986 0.787 Epoch gpu_mem box obj cls total targets img_size 243/299 3.38G 0.01449 0.01192 0 0.02641 84 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 1 0.973 0.987 0.782 Epoch gpu_mem box obj cls total targets img_size 244/299 3.38G 0.01489 0.01253 0 0.02742 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.982 0.987 0.987 0.796 Epoch gpu_mem box obj cls total targets img_size 245/299 3.38G 0.01462 0.01171 0 0.02633 39 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.986 0.987 0.987 0.792 Epoch gpu_mem box obj cls total targets img_size 246/299 3.38G 0.01482 0.01087 0 0.02569 67 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.996 0.973 0.989 0.776 Epoch gpu_mem box obj cls total targets img_size 247/299 3.38G 0.01511 0.01179 0 0.0269 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.945 0.987 0.989 0.79 Epoch gpu_mem box obj cls total targets img_size 248/299 3.38G 0.01382 0.01096 0 0.02477 38 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.68s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.969 0.973 0.983 0.788 Epoch gpu_mem box obj cls total targets img_size 249/299 3.38G 0.01515 0.01303 0 0.02818 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.992 0.987 0.989 0.799 Epoch gpu_mem box obj cls total targets img_size 250/299 3.38G 0.01379 0.01127 0 0.02506 55 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.986 0.97 0.988 0.786 Epoch gpu_mem box obj cls total targets img_size 251/299 3.38G 0.01508 0.01123 0 0.02631 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.989 0.973 0.988 0.783 Epoch gpu_mem box obj cls total targets img_size 252/299 3.38G 0.01513 0.01178 0 0.0269 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.952 0.987 0.989 0.788 Epoch gpu_mem box obj cls total targets img_size 253/299 3.38G 0.0143 0.01237 0 0.02666 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.963 0.973 0.987 0.78 Epoch gpu_mem box obj cls total targets img_size 254/299 3.38G 0.0142 0.01094 0 0.02514 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.934 0.987 0.989 0.779 Epoch gpu_mem box obj cls total targets img_size 255/299 3.38G 0.01448 0.01207 0 0.02655 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.70s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.945 0.987 0.991 0.787 Epoch gpu_mem box obj cls total targets img_size 256/299 3.38G 0.01439 0.01192 0 0.02632 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.961 0.986 0.993 0.789 Epoch gpu_mem box obj cls total targets img_size 257/299 3.38G 0.01535 0.01084 0 0.02619 53 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.974 0.981 0.993 0.791 Epoch gpu_mem box obj cls total targets img_size 258/299 3.38G 0.01436 0.0113 0 0.02566 74 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.973 0.954 0.985 0.753 Epoch gpu_mem box obj cls total targets img_size 259/299 3.38G 0.01465 0.01147 0 0.02612 54 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.98 0.973 0.993 0.789 Epoch gpu_mem box obj cls total targets img_size 260/299 3.38G 0.01446 0.01171 0 0.02618 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.98 0.973 0.993 0.795 Epoch gpu_mem box obj cls total targets img_size 261/299 3.38G 0.01427 0.01186 0 0.02613 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.987 0.982 0.995 0.801 Epoch gpu_mem box obj cls total targets img_size 262/299 3.38G 0.01439 0.01103 0 0.02542 66 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.974 0.96 0.992 0.78 Epoch gpu_mem box obj cls total targets img_size 263/299 3.38G 0.01383 0.01115 0 0.02498 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.977 0.973 0.992 0.785 Epoch gpu_mem box obj cls total targets img_size 264/299 3.38G 0.01457 0.01153 0 0.02611 74 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.984 0.973 0.989 0.778 Epoch gpu_mem box obj cls total targets img_size 265/299 3.38G 0.01442 0.01266 0 0.02708 84 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.974 0.96 0.988 0.789 Epoch gpu_mem box obj cls total targets img_size 266/299 3.38G 0.01424 0.01064 0 0.02488 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.953 0.973 0.989 0.795 Epoch gpu_mem box obj cls total targets img_size 267/299 3.38G 0.01372 0.01128 0 0.025 66 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.973 0.969 0.988 0.797 Epoch gpu_mem box obj cls total targets img_size 268/299 3.38G 0.01513 0.01256 0 0.02769 83 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.962 0.973 0.991 0.791 Epoch gpu_mem box obj cls total targets img_size 269/299 3.38G 0.01412 0.01176 0 0.02588 76 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.982 0.973 0.99 0.786 Epoch gpu_mem box obj cls total targets img_size 270/299 3.38G 0.01392 0.01143 0 0.02535 61 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.948 0.973 0.989 0.789 Epoch gpu_mem box obj cls total targets img_size 271/299 3.38G 0.01426 0.01123 0 0.02549 41 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.977 0.973 0.988 0.8 Epoch gpu_mem box obj cls total targets img_size 272/299 3.38G 0.01428 0.01072 0 0.025 48 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.975 0.973 0.99 0.797 Epoch gpu_mem box obj cls total targets img_size 273/299 3.38G 0.01401 0.01079 0 0.0248 76 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.978 0.973 0.987 0.798 Epoch gpu_mem box obj cls total targets img_size 274/299 3.38G 0.01462 0.01116 0 0.02578 103 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.986 0.947 0.983 0.772 Epoch gpu_mem box obj cls total targets img_size 275/299 3.38G 0.0143 0.0112 0 0.0255 59 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.973 0.947 0.985 0.77 Epoch gpu_mem box obj cls total targets img_size 276/299 3.38G 0.01437 0.0113 0 0.02567 67 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.968 0.96 0.988 0.784 Epoch gpu_mem box obj cls total targets img_size 277/299 3.38G 0.01372 0.01173 0 0.02545 62 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.947 0.973 0.99 0.8 Epoch gpu_mem box obj cls total targets img_size 278/299 3.38G 0.01338 0.009679 0 0.02306 60 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.981 0.973 0.99 0.803 Epoch gpu_mem box obj cls total targets img_size 279/299 3.38G 0.01408 0.01054 0 0.02462 48 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.98 0.973 0.99 0.805 Epoch gpu_mem box obj cls total targets img_size 280/299 3.38G 0.01384 0.01036 0 0.0242 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.987 0.973 0.988 0.796 Epoch gpu_mem box obj cls total targets img_size 281/299 3.38G 0.01394 0.01126 0 0.02521 78 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.982 0.973 0.988 0.799 Epoch gpu_mem box obj cls total targets img_size 282/299 3.38G 0.01385 0.01143 0 0.02528 64 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.975 0.973 0.989 0.795 Epoch gpu_mem box obj cls total targets img_size 283/299 3.38G 0.0136 0.01105 0 0.02466 79 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.965 0.987 0.988 0.77 Epoch gpu_mem box obj cls total targets img_size 284/299 3.38G 0.0137 0.0107 0 0.0244 50 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.987 0.981 0.99 0.783 Epoch gpu_mem box obj cls total targets img_size 285/299 3.38G 0.01411 0.01114 0 0.02524 82 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.61s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.975 0.96 0.981 0.775 Epoch gpu_mem box obj cls total targets img_size 286/299 3.38G 0.01488 0.01107 0 0.02596 68 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.987 0.973 0.99 0.794 Epoch gpu_mem box obj cls total targets img_size 287/299 3.38G 0.01415 0.01122 0 0.02537 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.94it/s] all 42 75 0.987 0.973 0.992 0.789 Epoch gpu_mem box obj cls total targets img_size 288/299 3.38G 0.01405 0.01012 0 0.02417 41 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.96it/s] all 42 75 0.992 0.987 0.993 0.783 Epoch gpu_mem box obj cls total targets img_size 289/299 3.38G 0.01424 0.01095 0 0.02519 72 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.62s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.989 0.987 0.992 0.797 Epoch gpu_mem box obj cls total targets img_size 290/299 3.38G 0.01373 0.01063 0 0.02436 69 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.979 0.987 0.992 0.8 Epoch gpu_mem box obj cls total targets img_size 291/299 3.38G 0.01383 0.01028 0 0.0241 55 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.69s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.968 0.987 0.99 0.797 Epoch gpu_mem box obj cls total targets img_size 292/299 3.38G 0.01368 0.01087 0 0.02455 66 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.65s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.99 0.987 0.989 0.787 Epoch gpu_mem box obj cls total targets img_size 293/299 3.38G 0.01353 0.01087 0 0.0244 83 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.988 0.973 0.99 0.791 Epoch gpu_mem box obj cls total targets img_size 294/299 3.38G 0.01369 0.01029 0 0.02398 50 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.965 0.973 0.988 0.786 Epoch gpu_mem box obj cls total targets img_size 295/299 3.38G 0.01355 0.01202 0 0.02557 83 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:25<00:00, 1.67s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.968 0.973 0.985 0.785 Epoch gpu_mem box obj cls total targets img_size 296/299 3.38G 0.01369 0.01113 0 0.02482 71 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.66s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.97 0.973 0.984 0.791 Epoch gpu_mem box obj cls total targets img_size 297/299 3.38G 0.01391 0.01048 0 0.02439 70 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.63s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.98 0.973 0.992 0.79 Epoch gpu_mem box obj cls total targets img_size 298/299 3.38G 0.01344 0.01157 0 0.025 63 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:23<00:00, 1.60s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.95it/s] all 42 75 0.987 0.987 0.994 0.784 Epoch gpu_mem box obj cls total targets img_size 299/299 3.38G 0.01402 0.01073 0 0.02475 73 640: 100%|████████████████████████████████████████████████████████████████████| 15/15 [00:24<00:00, 1.64s/it] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████████████████████████████████████████| 3/3 [00:01<00:00, 1.80it/s] all 42 75 0.972 0.987 0.994 0.789 Optimizer stripped from runs/train/exp9/weights/last.pt, 42.5MB Optimizer stripped from runs/train/exp9/weights/best.pt, 42.5MB 300 epochs completed in 2.279 hours. (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$
###################