Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/settings_yolov11.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# opencv_dnn = 12
# darknet_cudnn = 10
# tensorrt = 11
detector_backend = 12
detector_backend = 11

#-----------------------------
# Target and backend for opencv_dnn detector
Expand Down Expand Up @@ -32,7 +32,7 @@ nn_config = C:/work/home/mtracker/Multitarget-tracker/data/coco/yolo11s.onnx
class_names = C:/work/home/mtracker/Multitarget-tracker/data/coco/coco.names

#-----------------------------
confidence_threshold = 0.3
confidence_threshold = 0.5

max_crop_ratio = 0
max_batch = 1
Expand Down
182 changes: 0 additions & 182 deletions data/yolov3-tiny.cfg

This file was deleted.

Binary file removed data/yolov3-tiny.weights
Binary file not shown.
Loading