Skip to content

Feature/rkatakol/ibvs model update#1748

Merged
rohitkatakol merged 13 commits intomainfrom
feature/rkatakol/ibvs_model_update
Feb 17, 2026
Merged

Feature/rkatakol/ibvs model update#1748
rohitkatakol merged 13 commits intomainfrom
feature/rkatakol/ibvs_model_update

Conversation

@rohitkatakol
Copy link
Copy Markdown
Contributor

Description

Changing person-vehicle-bike-detection-2004 model to yolov11s model as the former is not supported by openvino on NPU device

Fixes # https://jira.devtools.intel.com/browse/ITEP-85974

Any Newly Introduced Dependencies

No new dependency introduced

How Has This Been Tested?

Tested cpu, gpu and npu platform for docker and helm for IBVS. In all the scenarios, first analyzed the pipeline and then performed search objects for different objets (bike, person, vehicle) and made sure that correct search results were displayed.

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

"source": "gstreamer",
"queue_maxsize": 50,
"pipeline": "{auto_source} name=source ! decodebin3 ! gvadetect model=/models/person-vehicle-bike-detection-2004/FP32/person-vehicle-bike-detection-2004.xml model-proc=/home/pipeline-server/person-vehicle-bike-detection-2004.json inference-interval=3 threshold=0.4 model-instance-id=detect1 device=CPU ! queue ! gvainference model=/models/resnet-50-pytorch/FP32/resnet-50-pytorch.xml inference-region=1 name=classification model-instance-id=infer1 device=CPU ! queue ! videoconvertscale ! gvametaconvert add-tensor-data=true name=metaconvert ! jpegenc ! appsink name=destination",
"pipeline": "{auto_source} name=source ! decodebin3 ! gvadetect model=/models/public/yolo11s/FP16/yolo11s.xml batch_size=1 inference-interval=1 nireq=2 threshold=0.7 model-instance-id=instcpu0 name=detection device=CPU ! queue ! gvainference model=/models/resnet-50-pytorch/FP32/resnet-50-pytorch.xml inference-region=1 name=classification model-instance-id=infer1 device=CPU ! queue ! videoconvertscale ! gvametaconvert add-tensor-data=true name=metaconvert ! jpegenc ! appsink name=destination",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is inference interval changed? reducing it would impact throughput adversely

@rohitkatakol rohitkatakol merged commit aa97743 into main Feb 17, 2026
30 of 31 checks passed
@rohitkatakol rohitkatakol deleted the feature/rkatakol/ibvs_model_update branch February 19, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants