System information (version)
- OpenCV => 4.1.0 C++
- Operating System / Platform => Windows 10
- Compiler => Visual Studio
Detailed description
I'm currently getting this error with a model (another one than this one): "Can't create layer "34" of type "ReduceMean"".
Is the ReduceMean layer not supported in OpenCV?
I could try to add a custom ReduceMean layer to OpenCV DNN myself..
Steps to reproduce
Load a model with a ReduceMean layer
System information (version)
Detailed description
I'm currently getting this error with a model (another one than this one): "Can't create layer "34" of type "ReduceMean"".
Is the ReduceMean layer not supported in OpenCV?
I could try to add a custom ReduceMean layer to OpenCV DNN myself..
Steps to reproduce
Load a model with a ReduceMean layer