nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.16k stars 1.45k forks source link

Multi-Camera Tracking #214

Open iGiraffeBlack opened 4 years ago

iGiraffeBlack commented 4 years ago

As I know DeepSORT uses a feature extractor and updates itself with new features to keep tracking a single target. But what if i wanted to use those features that deepsort has extracted onto another video source and to see if anyone in that video source matches the certain feature saved by deepsort?

gembancud commented 3 years ago

You may need to run a local server that funnels all video sources, then have an application(desktop or web) interface the server

lakshaydulani commented 2 years ago

@iGiraffeBlack have u solved this problem?.. if yes wud really appreciate if u can give some little guidance