You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer [examples](https://github.com/adipandas/multi-object-tracker/tree/master/examples) folder of this repository for more details.
83
-
You can clone and run the examples as shown [here](examples/readme.md).
76
+
Please refer [examples](https://github.com/adipandas/multi-object-tracker/tree/master/examples) folder of this repository for more details. You can clone and run the examples.
84
77
85
78
## Pretrained object detection models
86
79
87
80
You will have to download the pretrained weights for the neural-network models.
88
81
The shell scripts for downloading these are provided [here](https://github.com/adipandas/multi-object-tracker/tree/master/examples/pretrained_models) below respective folders.
89
-
Please refer [DOWNLOAD_WEIGHTS.md](DOWNLOAD_WEIGHTS.md) for more details.
82
+
Please refer [DOWNLOAD_WEIGHTS.md](https://github.com/adipandas/multi-object-tracker/blob/master/DOWNLOAD_WEIGHTS.md) for more details.
90
83
91
84
### Notes
92
85
* There are some variations in implementations as compared to what appeared in papers of `SORT` and `IoU Tracker`.
93
86
* In case you find any bugs in the algorithm, I will be happy to accept your pull request or you can create an issue to point it out.
94
87
95
88
## References, Credits and Contributions
96
-
97
89
Please see [REFERENCES.md](docs/readme/REFERENCES.md) and [CONTRIBUTING.md](docs/readme/CONTRIBUTING.md).
0 commit comments