mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
e08de1101d
ONNX diagnostic tool * Final * Add forgotten Normalize layer to the set of supported types * ONNX diagnostic tool corrections * Fixed CI test warnings * Added code minor corrections Co-authored-by: Sergey Slashchinin <sergei.slashchinin@xperience.ai>
4 lines
112 B
CMake
4 lines
112 B
CMake
ocv_add_application(opencv_model_diagnostics
|
|
MODULES opencv_core opencv_dnn
|
|
SRCS model_diagnostics.cpp)
|