运行效果: Epoch gpu_mem box obj cls labels img_size 7/299 0.25G 0.01312 0.01482 0.05971 1 640: 100%|██████████| 14517/14517 [44:19<00:00, 5.46it/s] Class Images Labels P R mAP@.5 mAP@.5:.95: 100%|██████████| 2055/2055 [02:07<00:00, 16.14it/s]...
epochs=3, batch_size=16, imgsz=640, rect=False, resume=False, nosave=False, noval=False, noautoanchor=False, evolve=None, bucket=, cache=None, image_weights=False, device=, multi_scale=False, single_cls=False, optimizer=SGD, sync_bn=False, workers=8, project=runs/train, name...
Epoch gpu_mem box obj cls total targets img_size 8/299 1.44G 0.0773 0.03949 0 0.1168 4 640: 100%|???| 60/60 [00:31<00:00, 1.91it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|???| 11/11 [00:01<00:00, 6.41it/s] all 42 75 0 0 0.0055 0.00106 Epoch gpu_me...
epochs=3, batch_size=16, imgsz=640, rect=False, resume=False, nosave=False, noval=False, noautoanchor=False, evolve=None, bucket=, cache=None, image_weights=False, device=, multi_scale=False, single_cls=False, adam=False, sync_bn=False, workers=8, project=runs/train, name=exp,...
Epoch gpu_mem box obj cls labels img_size 0%| | 0/1 [00:04<?, ?it/s] Traceback (most recent call last): File "train_ads.py", line 610, in <module> main(opt) File "train_ads.py", line 508, in main train(opt.hyp, opt, device) File "train_ads.py", line 311, in tra...
Epoch gpu_mem box obj cls labels img_size 0%| | 0/1 [00:00<?, ?it/s] Traceback (most recent call last): File "train_ads.py", line 610, in <module> main(opt) File "train_ads.py", line 508, in main train(opt.hyp, opt, device) File "train_ads.py", line 286, in tra...
w = int(size.find('width').text) h = int(size.find('height').text) for obj in root.iter('object'): # difficult = obj.find('difficult').text # difficult = obj.find('Difficult').text cls = obj.find('name').text #if cls not in classes or int(difficult) == 1: ...
() % line + '\n') if save_img or save_crop or view_img: # Add bbox to image c = int(cls) # integer class label = None if hide_labels else (names[c] if hide_conf else f'{names[c]} {conf:.2f}') plot_one_box(xyxy, im0, label=label, color=colors(c, True), line_...