1:n modified

This commit is contained in:
王庆刚
2025-02-28 17:55:40 +08:00
parent b657be729b
commit 0efe8892f3
11 changed files with 198 additions and 112 deletions

View File

@ -279,7 +279,7 @@ def yolo_resnet_tracker(
color = colors(int(id), True)
else:
color = colors(19, True) # 19为调色板的最后一个元素
annotator.box_label(xyxy, label, color=color)
# annotator.box_label(xyxy, label, color=color)
'''====== Save results (image and video) ======'''
# save_path = str(save_dir / Path(path).name) # 带有后缀名