Skip to content

Commit

Permalink
updated confidence scores for first two images
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarside82 authored Feb 14, 2024
1 parent 965e226 commit d406f6c
Showing 1 changed file with 50 additions and 39 deletions.
89 changes: 50 additions & 39 deletions computer-vision-ind/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,32 @@ <h2>Cityscape</h2>
<td><strong>Confidence</strong></td>
</tr>
<tr>
<td>City</td>
<td>Brick</td>
<td>100%</td>
</tr>
<tr>
<td>Car <sup>1</sup></td>
<td>Adult <sup>1</sup></td>
<td>100%</td>
</tr>
<tr>
<td>Traffic light <sup>2</sup></td>
<td>Female <sup>2</sup></td>
<td>100%</td>
</tr>
<tr>
<td>Person <sup>3</sup></td>
<td>99%</td>
</tr>
<tr>
<td>Tower</td>
<td>Woman <sup>4</sup></td>
<td>77%</td>
</tr>
<tr>
<td>Wheel <sup>4</sup></td>
<td>76%</td>
<td>Clothing</td>
<td>99%</td>
</tr>
<tr>
<td>Licence plate <sup>5</sup></td>
<td>56%</td>
<td>Shoe <sup>5</sup></td>
<td>99%</td>
</tr>
</tbody>
</table>
Expand All @@ -88,32 +88,32 @@ <h2>Cityscape</h2>
<td><strong>Confidence</strong></td>
</tr>
<tr>
<td>Street</td>
<td>54%</td>
<td>Helmet <sup>6</sup></td>
<td>98%</td>
</tr>
<tr>
<td>Road</td>
<td>54%</td>
<td>Motorcycle <sup>7</sup></td>
<td>96%</td>
</tr>
<tr>
<td>Pedestrian</td>
<td>49%</td>
<td>Transportation</td>
<td>96%</td>
</tr>
<tr>
<td>Pedestrian crossing</td>
<td>49%</td>
<td>Vehicle</td>
<td>96%</td>
</tr>
<tr>
<td>Bus</td>
<td>47%</td>
<td>Machine</td>
<td>93%</td>
</tr>
<tr>
<td>Bus stop</td>
<td>46%</td>
<td>Wheeel <sup>8</sup></suo></td>
<td>93%</td>
</tr>
<tr>
<td>Gate</td>
<td>46%</td>
<td>Glove <sup>9</sup></td>
<td>86%</td>
</tr>
</tbody>
</table>
Expand All @@ -139,23 +139,27 @@ <h2>Construction Site</h2>
<td><strong>Confidence</strong></td>
</tr>
<tr>
<td>Person <sup>1</sup></td>
<td>Road</td>
<td>100%</td>
</tr>
<tr>
<td>Hard hat <sup>2</sup></td>
<td>100%</td>
<td>Car <sup>1</sup></td>
<td>99%</td>
</tr>
<tr>
<td>Vehicle <sup>3</sup></td>
<td>99%</td>
</tr>
<tr>
<td>Construction <sup>3</sup></td>
<td>76%</td>
<td>Architecture</td>
<td>99%</td>
</tr>
<tr>
<td>Adult <sup>4</sup></td>
<td>Building</td>
<td>99%</td>
</tr>
<tr>
<td>Male <sup>5</sup></td>
<td>Cityscape</td>
<td>99%</td>
</tr>

Expand All @@ -165,29 +169,36 @@ <h2>Construction Site</h2>
<div class="col-sm">
<table class="table w-50">
<tbody>

<tr>
<td><strong>Label</strong></td>
<td><strong>Confidence</strong></td>
</tr>

<tr>
<td>Truck <sup>6</sup></td>
<td>88%</td>
<td>Urban</td>
<td>99%</td>
</tr>
<tr>
<td>Footwear <sup>7</sup></td>
<td>88%</td>
<td>Helmet<sup>2</sup></td>
<td>99%</td>
</tr>
<tr>
<td>Wheel <sup>8</sup></td>
<td>83%</td>
<td>Truck <sup>3</sup></td>
<td>99%</td>
</tr>
<tr>
<td>Traffic jam</td>
<td>96%</td>
</tr>

<tr>
<td>Safety glasses</td>
<td>94%</td>
<td>Motorcycle <sup>5</sup></td>
<td>95%</td>
</tr>
<tr>
<td>Warning sign</td>
<td>31%</td>
<td>Bus <sup>6</sup></td>
<td>86%</td>
</tr>

</tbody>
Expand Down

0 comments on commit d406f6c

Please sign in to comment.