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

Process with image sequence instead of file #32

Open hurkal opened 6 years ago

hurkal commented 6 years ago

Hi. I want to work on image sequence instead of video file. Is this project ready for it? If not, could you please show me a way to do it? Thanks.

obendidi commented 6 years ago

Hi , I'm planning on adding it in the next version (major cleaning of the code, and adding new features ) , but if you want to do it , it's quite simple , you need to change the camera function in darkflow/darkflow/net/help.py instead of reading the video file , you change to a loop over the images in your folder , the rest of the code can stay the same