Skip to content

Commit

Permalink
Merge pull request #1802 from mikel-brostrom/LilBabines-master-obb
Browse files Browse the repository at this point in the history
Lil babines master obb
  • Loading branch information
mikel-brostrom authored Jan 31, 2025
2 parents f84e1c9 + 2d36c6a commit 53e95b4
Show file tree
Hide file tree
Showing 16 changed files with 931 additions and 62 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 53e95b4

Please sign in to comment.