trackforge 0.1.9

A unified, high-performance computer vision tracking library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Examples

## Rust Examples

### ByteTrack Demo
```rust
--8<-- "examples/rust/byte_track_demo.rs"
```

## Python Examples

### ByteTrack Demo
```python
--8<-- "examples/python/byte_track_demo.py"
```