In & Out Count By Time #1111
Unanswered
Adam-Arrayen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm separating out different classes with Yolo
For Example:
Then I have 2 lines to count the different classes, works fine, I can output the total with no issue.
Is it possible to write the time in video or perhaps only write it every x minutes for example to calculate the volume between entries?
Example code:
Produces a stream like below:
(Using print so I can see what's happening but writes to the files a s well.
Car Count: 1 Truck Count: 1
Car Count: 1 Truck Count: 1
Car Count: 1 Truck Count: 2
Car Count: 1 Truck Count: 2
Car Count: 1 Truck Count: 2
Car Count: 2 Truck Count: 2
Car Count: 2 Truck Count: 2
Car Count: 3 Truck Count: 3
Car Count: 3 Truck Count: 3
Car Count: 3 Truck Count: 3
Car Count: 3 Truck Count: 4
Car Count: 3 Truck Count: 4
...... a lot more entries later
Car Count: 87 Truck Count: 23
Car Count: 87 Truck Count: 23
Car Count: 87 Truck Count: 23
Beta Was this translation helpful? Give feedback.
All reactions