Skip To Main Content
Support Knowledge Base

Error: “Missing Input with Specific Name” When Running OpenVINO™ Model Server with Face-Detection-Retail-0004

Content Type: Error Messages   |   Article ID: 000093187   |   Last Reviewed: 11/13/2023

Description

  1. Started OpenVINO™ Model Server with face-detection-retail-0004.
  2. Launched inference via KServe compatible RESTful API:
    "inputs":[{"name":"model_input"}]
  3. Encountered error:
    {"error": "Missing input with specific name - Required input: data"}

Resolution

  1. Check model's input name with Netron.
  2. Use model's input name with the following command:
    "inputs":[{"name":"input_name"}]

Related Products

This article applies to 3 products.
Intel® Xeon Phi™ Processor Software OpenVINO™ toolkit Performance Libraries