https://github.com/abewley/sort

sort by:
Revision Author Date Message Commit Date
2236dff Update README.md 28 November 2023, 07:01:46 UTC
da0fe4d Updated url to MOT15 dataset. 19 July 2022, 20:23:49 UTC
bce9f0d Use os.path.join and update video link. 28 November 2020, 19:29:29 UTC
3f548c0 Correct box format in documentation for batch_iou. 25 October 2020, 18:20:42 UTC
7fc1ce2 Update to latest skimage. 05 August 2020, 20:59:38 UTC
c1b8084 Remove numba dependency and expose hparams flags. 19 July 2020, 21:27:59 UTC
4c0bdb0 Make numba.jit an optional requirement. 23 April 2020, 20:39:44 UTC
2e8b225 Update filterpy version and minor clean-up. 23 April 2020, 20:26:15 UTC
01d9e2a Ignore mot_benchmark 19 April 2020, 22:35:38 UTC
8bb0ced Minor cleanup. 19 April 2020, 17:08:19 UTC
6be936b WIP: cleaning up flags and readme. 16 January 2020, 23:25:28 UTC
7e4cbf5 Removed now unused requirement. 16 January 2020, 23:20:43 UTC
83b7714 Add scipy fallback for linear assignment. 16 January 2020, 23:19:36 UTC
6e093f5 Restructured data directory. 16 January 2020, 23:19:06 UTC
528738a Set compute_log_likelihood=False = 1.5X speed gain as pointed out by laclouis5@ 06 January 2020, 22:15:36 UTC
2193212 Add .gitignore 06 January 2020, 22:15:21 UTC
4311c73 Added lap requirement. 05 January 2020, 21:39:41 UTC
b69f2fc 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. 05 January 2020, 21:12:18 UTC
54e63a7 Updated readme with requirements.txt 17 June 2018, 20:32:32 UTC
6395348 Added requirements.txt 10 June 2018, 19:49:54 UTC
59f5ce0 Update README.md 10 April 2018, 20:44:36 UTC
d9792f6 Correct docstring 22 August 2017, 07:40:14 UTC
f088389 Changed type cast to account for negative values 11 June 2017, 12:34:29 UTC
6bea38f Fixed typo in comment 11 June 2017, 12:20:23 UTC
d15ac6e Update README.md Link to main section for quick reference to example. 11 May 2017, 13:22:37 UTC
58bd470 Update README.md 05 March 2017, 22:06:22 UTC
a11e759 Update README.md 05 March 2017, 22:05:05 UTC
31ec5f0 Update README.md 25 January 2017, 22:46:21 UTC
df2dab3 prevent integer rounding Fix as reported in issue #10 02 January 2017, 23:53:31 UTC
8e8e3fe Update README.md 29 October 2016, 23:19:21 UTC
6d7742e Update README.md Updated to official IEEE bib citation. 29 October 2016, 23:16:03 UTC
1163f28 Fixed deprication warning when displaying. 14 September 2016, 20:48:56 UTC
74a936a Update README.md Included link to example video. 19 August 2016, 16:15:14 UTC
13e148a Changed detection bbox format to match MOT data. 29 March 2016, 12:57:10 UTC
6371e99 Added JIT compilation support via numba package. 24 March 2016, 03:18:23 UTC
1511291 Update README.md Added example of how to use SORT in a custom project. 04 February 2016, 03:13:16 UTC
cd40b3e Merge pull request #1 from sodabeta7/master fix typo 03 February 2016, 06:16:23 UTC
5cb2ac0 fix typo 03 February 2016, 05:38:11 UTC
b2742f2 Update README.md 03 February 2016, 05:28:31 UTC
d415d6e Added detection data of the MOT training set for demo. 03 February 2016, 03:48:01 UTC
08e3a90 Minor change. 03 February 2016, 03:46:31 UTC
f2e2c1c Update README.md 03 February 2016, 03:38:22 UTC
a55c63b Update README.md 03 February 2016, 03:37:31 UTC
ea54b9e Update README.md Removed an indent causing normal text to appear as a code/command block. 03 February 2016, 03:36:47 UTC
876ec02 Update README.md Added link to arxiv report. 03 February 2016, 03:33:05 UTC
7282b5b Update README.md Populated README 03 February 2016, 03:23:40 UTC
dbffde9 Create sort.py Moved from private repo. 03 February 2016, 03:22:25 UTC
d3761f2 Initial commit 03 February 2016, 03:16:23 UTC
back to top