lyrgwlr / Human-tracking-multicam

A method can tracking peoples among mult-cameras
GNU General Public License v3.0
18 stars 2 forks source link

How to conduct pedestrian tracking under multiple cameras? #3

Open GJTNB opened 3 years ago

GJTNB commented 3 years ago

What is the difference between demo.py, demo_v1.py, demo_v2.py?

lyrgwlr commented 3 years ago
  1. My idea is using a detector to get human boxes, then extracting the feature vectors by inputing the boxes to a re-id backbone network.
  2. Different .py use different ID mixing methods. You can find out from the codes.
GJTNB commented 3 years ago

thanks