OpenVisualCloud / Smart-City-Sample

The smart city reference pipeline shows how to integrate various media building blocks, with analytics powered by the OpenVINO™ Toolkit, for traffic or stadium sensing, analytics and management tasks.
BSD 3-Clause "New" or "Revised" License
189 stars 81 forks source link

Cannot create MVN layer InstanceNormalization_279/Ins_Norm/MVN_ id:354 from unsupported opset: opset6 #765

Open Gsarg18 opened 3 years ago

Gsarg18 commented 3 years ago

I used openvinotoolkit/training_extension(latest_version) for training Face-detection-0205 model from pretrained weights and converted into IR format successfully. But when I used this model with smart city sample(latest_version) error , I got an error " Cannot create MVN layer InstanceNormalization_279/InsNorm/MVN id:354 from unsupported opset: opset6" . Please let me know where I am wrong

972461099 commented 3 years ago

hi,Have you solved this problem