obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 174 forks source link

support for KCF #15

Open zhangyujia0223 opened 6 years ago

zhangyujia0223 commented 6 years ago

TODO : add support for opencv trackers (MIL,KCF,TLD,MEDIANFLOW) Thank you very much for releasing code. Could you give me some introductions about it? image Should I just embed the KCF to here?

obendidi commented 6 years ago

there are 2 scripts that need to be changed for adding new trackers :

zhangyujia0223 commented 6 years ago

Do you have finished this work or not?

obendidi commented 6 years ago

if you are interested in implementing it feel free to make a pull request, I didn't do it yet

zhangyujia0223 commented 6 years ago

ok, later I will ask for help if I have problems. But now the problem is that it didn't show the camera video/demo no matter which one I choose (deep_sort/sort). It just shows the current fps. Could you help me?

obendidi commented 6 years ago

did you check the display FLAG if it's on True ?

3073 commented 6 years ago

it is a great repo thank you for your support of the community. I have a few questions: I need this repo for adapting a person counting after tracking the people in the video or live cam. but I do not understand the overall flow. that is from where to where the code goes in the repo. READ ME is not clear for me. what does the following things mean? git submodule update --init --recursive python3 setup.py build_ext --inplace

Urviagrawal commented 6 years ago

Hey @zhangyujia0223 have you tried tracking with KCF or other OpenCV tracker?

tracy20180426 commented 5 years ago

git submodule update --init --recursive fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).