Antonio Martinez
Antonio Martinez
How can I make use of the function addData to dynamically add more elements to my data source (array)?
Hello, I was able to run yolo v3 model using DLstreamer and everything works fine. Next, I would like to know if there is an easy way to tell the...
Is there any reason why the "old" branch is set as default? I see that "Master" has support of Dep, but not in "old".
- Implement a tracking algorithm to the full yolov5 pipeline - We can reimplement the tracking algorithm on DLstreamer: https://github.com/dlstreamer/dlstreamer/blob/cd73cb144f834502e454359d61d283ad230f7bca/src/monolithic/gst/elements/gvatrack/tracker.cpp - Or explore DEEP Sort algorithm: https://github.com/openvinotoolkit/openvino_notebooks/blob/0d22665f6c0f632323f3e32f438ac1b31a67e4b6/notebooks/407-person-tracking-webcam/407-person-tracking.ipynb https://arxiv.org/abs/1703.07402
- [x] Create LP pipeline for person detection and tracking - [x] Add integration testing - [x] Update documentation - [x] Investigate Coffee bay repo
Hi, While working with **gvaattachroi**, **gvadetect**, and **gvametapublish**, I observed that the generated JSON output includes the region of interest (ROI) **"BASKET"** as a separate object. However, the desired behavior...
Hello, I've been trying to run a pipeline with gvapython extension and I get this error on intel/dlstreamer:2024.1.2-dev-ubuntu24. I get the same error running the gvapython sample face_detection_and_classification. My pipeline...