Commit graph

17 commits

Author SHA1 Message Date
Alex Bewley
3f548c04e7 Correct box format in documentation for batch_iou. 2020-10-25 19:20:42 +01:00
Alex Bewley
c1b8084812 Remove numba dependency and expose hparams flags. 2020-07-19 23:27:59 +02:00
Alex Bewley
4c0bdb0935 Make numba.jit an optional requirement. 2020-04-23 22:39:44 +02:00
Alex Bewley
2e8b22503e Update filterpy version and minor clean-up. 2020-04-23 22:26:15 +02:00
Alex Bewley
8bb0ced258 Minor cleanup. 2020-04-19 19:08:19 +02:00
Alex Bewley
6be936b01e WIP: cleaning up flags and readme. 2020-01-17 00:25:28 +01:00
Alex Bewley
83b7714602 Add scipy fallback for linear assignment. 2020-01-17 00:19:36 +01:00
Alex Bewley
528738a692 Set compute_log_likelihood=False = 1.5X speed gain as pointed out by laclouis5@ 2020-01-06 23:15:36 +01:00
Alex Bewley
b69f2fc279 WIP: update linear assignment.
- Fix for Scipy has a DeprecationWarning for linear_assignment_ module.
- LAP scales better than Scipy for frames with 100s-1000s of objects.
2020-01-05 22:12:18 +01:00
abewley
d9792f6970 Correct docstring 2017-08-22 08:40:14 +01:00
abewley
f088389fab Changed type cast to account for negative values 2017-06-11 13:34:29 +01:00
abewley
6bea38fdb9 Fixed typo in comment 2017-06-11 13:20:23 +01:00
abewley
df2dab38e8 prevent integer rounding
Fix as reported in issue #10
2017-01-02 23:53:31 +00:00
Alex Bewley
1163f287b4 Fixed deprication warning when displaying. 2016-09-14 21:48:56 +01:00
Alex Bewley
13e148aa77 Changed detection bbox format to match MOT data. 2016-03-29 22:57:10 +10:00
Alex Bewley
6371e99fd1 Added JIT compilation support via numba package. 2016-03-24 13:18:23 +10:00
abewley
dbffde9f65 Create sort.py
Moved from private repo.
2016-02-03 13:22:25 +10:00