Skip to content

Commit

Permalink
enable obb tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Jan 31, 2025
1 parent 860c6d9 commit e0a1177
Show file tree
Hide file tree
Showing 16 changed files with 820 additions and 946 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from typing import Tuple
from boxmot.motion.kalman_filters.base_kalman_filter import BaseKalmanFilter
from boxmot.motion.kalman_filters.aabb.base_kalman_filter import BaseKalmanFilter


class KalmanFilterXYAH(BaseKalmanFilter):
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from typing import Tuple
from boxmot.motion.kalman_filters.base_kalman_filter import BaseKalmanFilter
from boxmot.motion.kalman_filters.aabb.base_kalman_filter import BaseKalmanFilter


class KalmanFilterXYWH(BaseKalmanFilter):
Expand Down
Loading

0 comments on commit e0a1177

Please sign in to comment.