obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
523 stars 174 forks source link

Excuse me? Can this code use pb files? #93

Closed ss199302 closed 5 years ago

ss199302 commented 5 years ago

@bendidi

obendidi commented 5 years ago

Hi, This code supports models trained with the original darkflow module : https://github.com/thtrieu/darkflow

it will generate a .pb and .meta files , that you need to specify here https://github.com/bendidi/Tracking-with-darkflow/blob/master/run.py#L11 (and comment the lines 9 and 10)

ss199302 commented 5 years ago

@bendidi Thanks!