diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-22 16:34:22 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-22 16:34:22 +0100 |
| commit | 856bcae814a69611d8619cc2f9944a0c476141fd (patch) | |
| tree | e6fbac58aa5ea3b572b223bf5346c69ab7102fb2 /cnn_v3/tools/index.html | |
| parent | b3c69d188943269769b7fee305f135faadcc60f2 (diff) | |
feat(cnn_v3/tools): click vignette to show enlarged channel below grid
Diffstat (limited to 'cnn_v3/tools/index.html')
| -rw-r--r-- | cnn_v3/tools/index.html | 4 |
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> |
