rohanrao619 / Social_Distancing_with_AI

Monitor people violating Social Distancing or not wearing Face Masks in public through CCTV footage.
MIT License
61 stars 42 forks source link

box not detected #8

Closed ai-splash closed 3 years ago

ai-splash commented 3 years ago

I have tried with different video, and executed Social_Distancing_Monitor.ipynb

len(boxes) : 0 len(persons) : 0

when i print the len of boxes and person, it always 0.

any solution, / am i missing anything.?

rohanrao619 commented 3 years ago

This shouldn't have happened, given how good YOLO is at detecting persons. Can you share the video you were testing on?

ai-splash commented 3 years ago

sorry for late reply, one part of my video is attached here, for your references.
https://user-images.githubusercontent.com/60600967/119237436-6c199a00-bb5a-11eb-8178-88c16ea5348f.mp4

rohanrao619 commented 3 years ago

I saw the video, looks like of very low res and highly pixelated. Not to mention some colour distortions which are clearly visible. That is why it might not have worked. Can you try with some other good video? If you want I can share some sample clips with you.

ai-splash commented 3 years ago

Oh.. thanks for the info.

please share some video if u have,

thanks.