Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

deepsort

deepsort using hog feature extractor and darknet

usage 
0.1 chmod a+x make_ordinary.sh
0.2 chmod a+x make_jetson.sh
0.3 chmod a+x clean.sh
2. sudo ./clean.sh
3. make_ordinary.sh
4. download weight files from https://github.com/AlexeyAB/darknet
5. ./yolo_console_dll {names file} {cfg file} {weights file} {video file or web_camera for web camera} {skip rate} {thresh} 

if you want to compile it for aarch64 devices then go with make_jetson.sh

references:
https://github.com/AlexeyAB/darknet
https://github.com/sephirothhua/DeepSort_yoloV3-HOG_feature

to do:

  1. using one shot learning based deep learning feature extractor

About

deepsort using hog feature extractor and darknet

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.