-
Notifications
You must be signed in to change notification settings - Fork 175
Getting detection output frame by frame #9
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
Comments
If your still interested let me know and I can share some code |
Yes I am still interested that would be great!
…On Sat, Jun 6, 2020 at 12:15 AM robisen1 ***@***.***> wrote:
If your still interested let me know and I can share some code
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCBTU4CKFKSSMHRQ36IAMTRVG7GDANCNFSM4MZEBXNQ>
.
|
Do you want a webcam example or read video from file? |
Video from file would be great
…On Sat, Jun 6, 2020 at 4:36 PM robisen1 ***@***.***> wrote:
Do you want a webcam example or read video from file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCBTU6EPEC5VAEHBTVFOE3RVKSE3ANCNFSM4MZEBXNQ>
.
|
ill post later tonight or early tomorrow |
thanks so much I really appreciate it!!
…On Sat, Jun 6, 2020 at 4:49 PM robisen1 ***@***.***> wrote:
Video from file would be great
… <#m_8840728524628896425_>
On Sat, Jun 6, 2020 at 4:36 PM robisen1 *@*.***> wrote: Do you want a
webcam example or read video from file? — You are receiving this because
you authored the thread. Reply to this email directly, view it on GitHub <#9
(comment)
<#9 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AGCBTU6EPEC5VAEHBTVFOE3RVKSE3ANCNFSM4MZEBXNQ
.
ill post later tonight or early tomorrow
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCBTUYKJ4AWGYDAJI2OL33RVKTVJANCNFSM4MZEBXNQ>
.
|
Terrance, This file works. It ingests a video, reads it, performs detections, writes boxes on any detections, displays the frames (video) as it is processing, the writes to disk. The code has some notes all in the main function. Please read them since video writing with opencv is pretty fickle. Also, I ran this on Windows 10 and if you are using OSX or Ubuntu you will want to change fourcc. I hope this helps you. https://gist.github.com/robisen1/616a2a1be498741d5d3ca65967de06e7 |
Hi,
Does anyone know of a way to get the detection information from the model frame by frame and then save that information to a file? I have been trying to figure this out but have not found a good solution yet. Would love to hear your ideas.
Warm Regards
The text was updated successfully, but these errors were encountered: