markusbr

Results 402 comments of markusbr

In the model-proc file you use `yolo_v8_pose`, could you try to use `yolo_v11_pose` instead? Do you use an older Ultralytics version? Because the model XML-file (at the end) lists a...

Sorry for the delayed response. This is what I did: On the Ubuntu 24.04 HOST: ``` $> xhost + $> docker run -it \ -v /dev:/dev --net=host --device=/dev/dri --group-add=110 \...

This issue should be fine. @nszczygl9 you created the last DL-Streamer release a while ago. Could you have a look into this issue?

From looking into the commit history, @nszczygl9 and @pmalatyn and @tbujewsk were the last persons submitting to this repo; @tbujewsk looks like having an Intel email address. Can you have...

@Prajwal-SU please stay tuned until a fix will be provided. It sounds like the team is still validating a potential fix internally.

This is interesting, thank you for letting us know!! When DLStreamer has moved - can it still be used as a separate, standalone component.......? Or would it be required to...

You might want to create a new (discussion)issue to brainstorm and discuss movement&migration. I could imagine there is quite some effort to stay in sync with OpenVINO - API-wise and...

Not sure this "memory error fix" is related to this reported "memory leak"...: https://github.com/open-edge-platform/edge-ai-libraries/pull/282

@Prajwal-SU would you have a chance to try the PullRequest https://github.com/open-edge-platform/edge-ai-libraries/pull/309 with a potential fix for your reported memory leak?

It looks like it is added to the JSON-file here: https://github.com/dlstreamer/dlstreamer/blob/350a6a4fd480628332fc000e04df37322738a939/src/monolithic/gst/elements/gvametaconvert/jsonconverter.cpp#L46 And retrieved here: https://github.com/dlstreamer/dlstreamer/blob/350a6a4fd480628332fc000e04df37322738a939/src/monolithic/gst/elements/gvametaconvert/jsonconverter.cpp#L37 `GstClockTime timestamp = gst_segment_to_stream_time(&converter_segment, GST_FORMAT_TIME, buffer->pts);` Under "https://gstreamer.freedesktop.org/documentation/gstreamer/gstclock.html?gi-language=c#GstClockTime" it says > A datatype to hold...