Skip to content

Commit 7d4a67f

Browse files
authored
Merge pull request opencv#10315 from alalek:issue_10147_debug
dnn: more debug information
2 parents 1b8acd6 + 0da947e commit 7d4a67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/dnn/src/layers/max_unpooling_layer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class MaxUnpoolLayerImpl : public MaxUnpoolLayer
103103
<< "i_c=" << i_c << std::endl
104104
<< "i_wh=" << i_wh << std::endl
105105
<< "index=" << index << std::endl
106+
<< "maxval=" << inptr[i_wh] << std::endl
106107
<< "outPlaneTotal=" << outPlaneTotal << std::endl
107108
<< "input.size=" << input.size << std::endl
108109
<< "indices.size=" << indices.size << std::endl

0 commit comments

Comments
 (0)