openvinotoolkit / open_model_zoo

Pre-trained Deep Learning models and demos (high quality and extremely fast)
https://docs.openvino.ai/latest/model_zoo.html
Apache License 2.0
4.07k stars 1.37k forks source link

Information required regarding Multi camera Multi people tracking demo #1135

Open KunalArora opened 4 years ago

KunalArora commented 4 years ago

I would like to know the name of the tracking algorithm which is used in the Multi-camera Multi-people python demo

avitial commented 4 years ago

@KunalArora, by algorithm do you mean models used by Multi Camera Multi Person demo? If so, I assume it really depends on which models for Person detection (or person instance segmentation) and Person re-identification you use with the demo. You can find related information for models here.

Also his page provides a table with models available, demos supported on the model and which plugins it supports.

zvif commented 4 years ago

What is the difference between this implementation and the C++ (pedestrian tracker demo) implementation? There is some extra logic (in both implementations) such as when you use the re-identification model. Could you add some more explanations?