1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

dnn: improve debug messages, add ONNX opset version

This commit is contained in:
Alexander Alekhin
2021-12-22 23:33:57 +00:00
parent 19ac54277b
commit cc02fcd889
6 changed files with 169 additions and 41 deletions
+1
View File
@@ -60,5 +60,6 @@
#include <opencv2/core/utils/trace.hpp>
#include <opencv2/dnn.hpp>
#include <opencv2/dnn/all_layers.hpp>
#include <opencv2/dnn/shape_utils.hpp>
#include "dnn_common.hpp"