mrdbourke commited on
Commit
fcb9cb0
·
verified ·
1 Parent(s): 8b5581d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -286,17 +286,17 @@
286
  </div>
287
 
288
  <div class="format">
289
- <div class="format-title">XYWH (x, y, width, height)</div>
290
  <div id="xywh" class="coords">No box drawn</div>
291
  </div>
292
 
293
  <div class="format">
294
- <div class="format-title">Normalized XYWH (0-1)</div>
295
  <div id="normalized" class="coords">No box drawn</div>
296
  </div>
297
 
298
  <div class="format">
299
- <div class="format-title">Center XYWH (cx, cy, w, h)</div>
300
  <div id="center" class="coords">No box drawn</div>
301
  </div>
302
  </div>
 
286
  </div>
287
 
288
  <div class="format">
289
+ <div class="format-title">XYWH (x, y, width, height) -> top left: (x, y), width and height of box</div>
290
  <div id="xywh" class="coords">No box drawn</div>
291
  </div>
292
 
293
  <div class="format">
294
+ <div class="format-title">Normalized XYWH (pixel values in range of 0-1)</div>
295
  <div id="normalized" class="coords">No box drawn</div>
296
  </div>
297
 
298
  <div class="format">
299
+ <div class="format-title">Center XYWH (cx, cy, w, h) -> (center x, center y, width, height)</div>
300
  <div id="center" class="coords">No box drawn</div>
301
  </div>
302
  </div>