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

How to save the video tracked with the bounding boxes? #13

Closed sathishmanivannan closed 6 years ago

seovchinnikov commented 6 years ago

Ive made a PR that was merged (https://github.com/bendidi/darkflow/pull/2) so now it should save video with boxes if you enable this option in config

sathishmanivannan commented 6 years ago

Even after changing the predict.py and the run.py with the FLAGS.saveVideo = True. I cannot see the saved video with tracked bounding boxes in it.

seovchinnikov commented 6 years ago

Did you checkout latest version of repo (merge was 1 day ago)?

sathishmanivannan commented 6 years ago

Yes.. I did check the latest version, only one file in darkflow was changed. In Predict.py there were changes which was merged with my local repository. However, the tracked video with the bounding boxes is not saved.

obendidi commented 6 years ago

I've pushed I fix for that , it should work now

seovchinnikov commented 6 years ago

@bendidi, thank you, my bad I've replaced self.FLAGS.saveVideo with save flag in my code just before commit assuming it was the same in that context

sathishmanivannan commented 6 years ago

Thank you Bendidi and Seovchinnikov . Its working now.

agrawalparth08 commented 6 years ago

which directory does it get saved?