dettracking保存修改
This commit is contained in:
@ -160,7 +160,7 @@ def yolov10_resnet_tracker(
|
||||
model = YOLOv10(weights)
|
||||
|
||||
custom = {"conf": 0.1, "batch": 1, "save": False, "mode": "predict"}
|
||||
kwargs = {"save": True, "imgsz": 640, "conf": 0.1}
|
||||
kwargs = {"save": False, "imgsz": 640, "conf": 0.1}
|
||||
args = {**model.overrides, **custom, **kwargs}
|
||||
predictor = model.task_map[model.task]["predictor"](overrides=args, _callbacks=model.callbacks)
|
||||
|
||||
|
Reference in New Issue
Block a user