nathanrooy / rpi-urban-mobility-tracker

The easiest way to count pedestrians, cyclists, and vehicles on edge computing devices or live video feeds.
GNU General Public License v3.0
121 stars 37 forks source link

please consider citing SORT algorithm #5

Closed GOBish closed 4 years ago

GOBish commented 4 years ago

Thanks for sharing your hard work on this project!

Being that you are using the SORT algorithm for this project, please consider citing the creator:

https://github.com/abewley/sort

Citing SORT
If you find this repo useful in your research, please consider citing:

@inproceedings{Bewley2016_sort,
  author={Bewley, Alex and Ge, Zongyuan and Ott, Lionel and Ramos, Fabio and Upcroft, Ben},
  booktitle={2016 IEEE International Conference on Image Processing (ICIP)},
  title={Simple online and realtime tracking},
  year={2016},
  pages={3464-3468},
  keywords={Benchmark testing;Complexity theory;Detectors;Kalman filters;Target tracking;Visualization;Computer Vision;Data Association;Detection;Multiple Object Tracking},
  doi={10.1109/ICIP.2016.7533003}
}
nathanrooy commented 4 years ago

Thanks for bringing this up. I just added that reference.