That ticket is result of multiple issues / observations from user in #6984 (comment)
CPU : Intel® Core™ Ultra X7 358H
GPU is PTL build in iGPU with PCI device ID 8086:B08F
Steps to Reproduce
Deploy a DINOv3 model.
Run prediction or annotation with prediction enabled using CPU.
Verify that detections/bounding boxes are returned.
Switch inference to Intel iGPU.
Run the same prediction on the same image.
Actual Result
DINOv3 produces detections when using CPU.
No bounding boxes are returned when using Intel iGPU.
YOLO models were tested on the same system and produce detections on Intel iGPU.
Expected Result
DINOv3 should produce detections on Intel iGPU comparable to those produced on CPU.
That ticket is result of multiple issues / observations from user in #6984 (comment)
CPU : Intel® Core™ Ultra X7 358H
GPU is PTL build in iGPU with PCI device ID 8086:B08F
Steps to Reproduce
Deploy a DINOv3 model.
Run prediction or annotation with prediction enabled using CPU.
Verify that detections/bounding boxes are returned.
Switch inference to Intel iGPU.
Run the same prediction on the same image.
Actual Result
DINOv3 produces detections when using CPU.
No bounding boxes are returned when using Intel iGPU.
YOLO models were tested on the same system and produce detections on Intel iGPU.
Expected Result
DINOv3 should produce detections on Intel iGPU comparable to those produced on CPU.