E11008 Caffe Model Data Error

Symptom

Optype DetectionOutput is unsupported. Modify the model file and use an explicit type, such as FSRDetectionOutput or SSDDetectionOutput.

Possible Cause

The source Caffe model contains an unsupported optype, DetectionOutput.

Solution

Modify your Caffe model and replace DetectionOutput operators with FSRDetectionOutput or SSDDetectionOutput.