Skip to content

Commit

Permalink
add more iou search options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Oct 8, 2024
1 parent 486b1bf commit 8a7380a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boxmot/configs/ocsort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ delta_t:
asso_func:
type: choice
default: iou # from the default parameters
options: ['iou', 'giou']
options: ['iou', 'giou', 'diou', 'ciou', 'hmiou']

use_byte:
type: choice
Expand All @@ -30,7 +30,7 @@ use_byte:

inertia:
type: uniform
default: 0.2 # from the default parameters
default: 0.1 # from the default parameters
range: [0.1, 0.4]

Q_xy_scaling:
Expand Down

0 comments on commit 8a7380a

Please sign in to comment.