Skip to content

Commit

Permalink
✨ feat: 添加bytetrack跟踪器
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhuhr committed May 26, 2024
1 parent d7f349a commit 5be4425
Show file tree
Hide file tree
Showing 30 changed files with 1,270 additions and 500 deletions.
7 changes: 5 additions & 2 deletions dlinfer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from .backend import InferBackends
from .custom import Process
# from .detector import DetectorInferBackends
# from .custom import Process

# from .tracker import Tracker
# from .tracker.byte_tracker import ByteTracker
1 change: 0 additions & 1 deletion dlinfer/backend/__init__.py

This file was deleted.

23 changes: 0 additions & 23 deletions dlinfer/backend/backend.py

This file was deleted.

1 change: 0 additions & 1 deletion dlinfer/custom/__init__.py

This file was deleted.

52 changes: 0 additions & 52 deletions dlinfer/custom/tracker/basetrack.py

This file was deleted.

25 changes: 0 additions & 25 deletions dlinfer/custom/tracker/byte_tracker.py

This file was deleted.

270 changes: 0 additions & 270 deletions dlinfer/custom/tracker/kalman_filter.py

This file was deleted.

2 changes: 2 additions & 0 deletions dlinfer/detector/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .backend import DetectorInferBackends
from .process import Process
Loading

0 comments on commit 5be4425

Please sign in to comment.