theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.31k stars 745 forks source link

Deep sort initialization? #122

Open AI-Hunter opened 2 years ago

AI-Hunter commented 2 years ago

Could you explain a little about deep sort initialization?

initialize deep sort

model_filename = 'model_data/mars-small128.pb'

How you created it?

Thanks for your awesome work