xiang-burlington / Multi-Camera-Object-Tracking-via-Transferring-Representation-to-Top-View

Multi-Camera Object Tracking via Deep Metric Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Camera Object Tracking via Deep Metric Learning

Transferring Representation to ‘Top View’ based on deep metric learning image image image image image image

Visualization of 'top view' by applying PCA on learned embeddings.

demo video on EPFL dataset

For inference:

Download data and trained model from data and trained model, put them in ../box2vec/data and ../box2vec/model directory respectively

Download test videos "4 people indoor sequence"(4p-c0.avi, 4p-c1.avi, 4p-c2.avi, 4p-c3.avi) from “EPFL” data set: Multi-camera Pedestrian Videos and detection files (4p-c0.pickle, 4p-c1.pickle, 4p-c2.pickle,4p-c3.pickle) from detection file for demo. The detection file contain detection result from detector, so that you can run without detector. Create directory ../data/train/lab, put videos and pickle files in it. run

        python3 master.py

About

Multi-Camera Object Tracking via Deep Metric Learning


Languages

Language:Python 100.0%