You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+21-4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
Project is meant to provide a simple yet powerful baseline for multiple object tracking without the hassle of writing the obvious algorithm stack yourself.
make install-develop # to install editable version of library
25
28
make test# to run all tests
26
29
```
27
-
## Basic usage
30
+
31
+
## Demo
32
+
33
+
### 2D tracking
28
34
29
35
Run demo example of tracking N objects in 2D space. In the ideal world it will show a bunch of colorful objects moving on a grey canvas in various directions, sometimes overlapping, sometimes not. Each object is detected from time to time (green box) and once it's being tracked by motpy, its track box is drawn in red with an ID above.
0 commit comments