Skip to content

mars128 as an api to extract features.(From Deep Sort Project)

License

Notifications You must be signed in to change notification settings

HoYoung1/FeatureExtractorApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

mars128 as an api to extract features.(From Deep Sort Project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages