Marthee commited on
Commit
d97dac4
·
verified ·
1 Parent(s): d41b73b

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +3 -3
templates/proposed-GUI.html CHANGED
@@ -363,14 +363,14 @@
363
  <p style="font-weight: bold;">Double Door:</p>
364
  <div style="margin-left: 20px;">
365
  <p>• Can correctly detect some double doors.</p>
366
- <p>• Calculate the width of the opening.</p>
367
- <p>• Draw a rectangle around the detected door.</p>
368
  </div>
369
  </div>
370
 
371
  <p style="font-weight: bold;">What to Expect in the Next Version?</p>
372
  <div style="margin-left: 20px;">
373
- <p>• Identify the opening of the double door properly and draw a line between the two end points.</p>
374
  <p>• Get the labels beside doors to generate their name.</p>
375
  <p>• Detect more symbols, e.g., "Leaf door".</p>
376
  </div>
 
363
  <p style="font-weight: bold;">Double Door:</p>
364
  <div style="margin-left: 20px;">
365
  <p>• Can correctly detect some double doors.</p>
366
+ <p>• Identify the opening of the door properly and draw a line between the two end points.</p>
367
+ <p>• Calculate the width of the opening</p>
368
  </div>
369
  </div>
370
 
371
  <p style="font-weight: bold;">What to Expect in the Next Version?</p>
372
  <div style="margin-left: 20px;">
373
+ <p>• Detect more single and double doors. </p>
374
  <p>• Get the labels beside doors to generate their name.</p>
375
  <p>• Detect more symbols, e.g., "Leaf door".</p>
376
  </div>