Skip to content

Commit d19e930

Browse files
committed
added link to demo video, preserve trailing spaces in md
1 parent 46cbce0 commit d19e930

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
rev: v3.2.0
66
hooks:
77
- id: trailing-whitespace
8+
args: [--markdown-linebreak-ext=md]
89
- id: end-of-file-fixer
910
- id: check-yaml
1011
- id: check-added-large-files

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tracks_0 = tracker.update(boxes_0)
1818
# xmin ymin xmax ymax track_id
1919
assert tracks_0 == np.array([[10., 60., 50., 95., 1.],...])
2020
```
21-
22-
See the [demo](https://github.com/PaulKlinger/ioutrack/tree/main/demo) folder for more usage examples.
21+
Demo video: [https://youtu.be/BLMnY8K9HBE](https://youtu.be/BLMnY8K9HBE)
22+
Code to generate the demo video is in the [demo](https://github.com/PaulKlinger/ioutrack/tree/main/demo) folder.
2323

2424
Roughly 30x faster than [python/numpy implementation](https://github.com/abewley/sort).

demo/create_demo_video.ipynb

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)