LeonLok / Deep-SORT-YOLOv4

People detection and optional tracking with Tensorflow backend.
GNU General Public License v3.0
496 stars 170 forks source link

separated directories for tensorflow 1.14 and 2.0, updated gitignore #6

Closed cindyweng closed 4 years ago

cindyweng commented 4 years ago

This doesn't necessarily have to be merged with master, but includes changes to convert.py and yolo.py that are necessary for running on Tensorflow 2.0. Just wanted to PR it in case anyone else was struggling with 2.0 at the moment.

cindyweng commented 4 years ago

tensorflow 2.0 code changes thanks to @sorgina13 :)

LeonLok commented 4 years ago

Thanks @cindyweng and @sorgina13 for testing and reorganising everything! This is much more tidy :)