Q: Why can’t I collect any image and inference result after I configured a filter for inference result?
A: This is caused by incorrect configuration of inference result filter was configured and as a result all the inference results were filtered out and meanwhile the corresponding images were also filtered out at the same time.
To configure the inference result filter correctly please have a reference at the following example:
If the inference results outputted from AI Inference Server as shown in following picture and the inference result should be filtered according to “predicted_class”:
Then the “variable name” should be configured as “prediction. predicted_class” when configure data filter in Vision Data Collector as shown in the following picture:
This filter was designed to be configured by data scientist as Vision Engineering Portal side, the data scientist should have understanding of the output of the pipeline package and the data scientist should have ability to configure this data filter correctly.
Parent topic:Frequently Asked Questions