Tool/software:
I was working on a C++ application where I successfully printed the object names from post_process_image_object_detect.cpp
. However, I needed to restart the entire pipeline every 10 seconds. I already have an implementation for this, but I couldn't find the complete pipeline code in your application. I understand that the flow is defined in object_detection.yaml
. Can you provide a solution for this?
Hi Nihal,
Can you please try OpTIFlow instead of CPP apps
3. Edge AI sample apps — Processor SDK Linux Edge AI for AM68A Documentation
These are same demos, but are run using end to end gstreamer pipelines and easy
to modify
Regards
Rahul T R
Thanks i will check that, can we do splitmuxsink instead of filesink for saving videos over here in cpp application or better to do there.
And is it possible to get access to the detected objects name in this optiflow application, for that reason i used cpp.
Hi Nihal,
Its better done in Optiflow, since you have the entire Gstreamer pipeline and easily modify it according to your needs,
For getting object names, postproc plugin supports emitting detected names as yaml file
edgeai-gst-plugins/ext/ti/gsttidlpostproc.cpp at main · TexasInstruments/edgeai-gst-plugins
You can run
gst-inspect-1.0 tidlpostproc
to get more details
Regards
Rahul T R