Hello,
I would like to store an output from deep neural networks on my host pc such as bounding box coordinates produced by DriveNet etc.?
Is there a way to do this?
Thanks!
Vita
Hello,
I would like to store an output from deep neural networks on my host pc such as bounding box coordinates produced by DriveNet etc.?
Is there a way to do this?
Thanks!
Vita
Dear Vita,
You can check m_dnnBoxList variable in the drivenet sample. The processResults() function fills m_dnnBoxList.
Thanks for your reply!
Does this mean I will have to change the source code so that it stores an output?
Thank you.
Regards,
Vita
Yes. You need to store the output from the buffers and use however you want