Update README.md
Link to main section for quick reference to example.
This commit is contained in:
parent
58bd47030b
commit
d15ac6e933
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Using the [MOT challenge devkit](https://motchallenge.net/devkit/) the method pr
|
||||||
|
|
||||||
### Using SORT in your own project
|
### Using SORT in your own project
|
||||||
|
|
||||||
Below is the gist of how to instantiate and update SORT. See the '__main__' section of sort.py for a complete example.
|
Below is the gist of how to instantiate and update SORT. See the ['__main__'](https://github.com/abewley/sort/blob/master/sort.py#L239) section of [sort.py](https://github.com/abewley/sort/blob/master/sort.py#L239) for a complete example.
|
||||||
|
|
||||||
from sort import *
|
from sort import *
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue