summaryrefslogtreecommitdiff
path: root/cnn_v3/tools/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'cnn_v3/tools/index.html')
-rw-r--r--cnn_v3/tools/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/cnn_v3/tools/index.html b/cnn_v3/tools/index.html
index 1398ca5..ad736d9 100644
--- a/cnn_v3/tools/index.html
+++ b/cnn_v3/tools/index.html
@@ -145,6 +145,10 @@ video{display:none}
<div class="pc" id="layerViz" style="flex:1;overflow:auto">
<p style="color:#444;text-align:center">Load image + weights</p>
</div>
+ <div id="chzoomWrap" style="display:none;flex-direction:column;align-items:center;gap:3px;padding:6px;border-top:1px solid #333;background:#1a1a1a">
+ <span id="chzoomLbl" style="font-size:9px;color:#666"></span>
+ <canvas id="chzoom" style="max-width:100%;image-rendering:pixelated"></canvas>
+ </div>
</div>
</div>
</div>