Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count objects detected using cvlib #33

Open
nilani-rangika opened this issue Jan 22, 2020 · 2 comments
Open

Count objects detected using cvlib #33

nilani-rangika opened this issue Jan 22, 2020 · 2 comments

Comments

@nilani-rangika
Copy link

Hi,

In addition to detecting objects from a video, I want to count. I'm following the code here :
https://github.com/arunponnusamy/cvlib/blob/master/examples/object_detection_webcam_yolov3_tiny.py. Is that possible with cvlib?

The following is what I tried for vehicle counting.
vehiclesum.append(label.count('car') + label.count('truck') + label.count('motorcycle') + label.count('bus'))

@arunponnusamy
Copy link
Owner

yeah you can do that.

@nilani-rangika
Copy link
Author

Thank you very much. Do you have any examples? I feel it is like reverse-engineering the cvlib?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants