Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 559 Bytes

File metadata and controls

33 lines (21 loc) · 559 Bytes

ReidentifierMars128Api

Introduce

I've extracted only the feature extraction part from the deep sort project.

run.py returns 128 feature vectors from input image.

return json in run.py:

{
  "feature" : [0.18031658232212067, -0.07481961697340012, -0.04913021996617317, -0.153976708650589, 0.09021788090467453, ...]
}

Instruction

$ pip3 install -r requirements.txt

How To Start

$ python3 run.py # server
$ python3 test/test_reid_mock_api.py # client