LeonLok / Deep-SORT-YOLOv4

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

Fix convert.py script for tf2 #21

Closed NeutrinoXY closed 4 years ago

NeutrinoXY commented 4 years ago

With this fix, the first conv and BN layers of the model are successfully loaded.

LeonLok commented 4 years ago

Thanks for the pull request @NeutrinoXY!