Spaces:
Running on Zero
Running on Zero
Align comparison image sizes
Browse files
README.md
CHANGED
|
@@ -43,16 +43,16 @@ Python or providing an API key.
|
|
| 43 |
|
| 44 |
### Featured classroom example: UBC campus street
|
| 45 |
|
| 46 |
-
<table>
|
| 47 |
<tr>
|
| 48 |
-
<th>Original image</th>
|
| 49 |
-
<th>Segmentation overlay</th>
|
| 50 |
-
<th>Cityscapes color mask</th>
|
| 51 |
</tr>
|
| 52 |
<tr>
|
| 53 |
-
<td><img src="https://raw.githubusercontent.com/LabMingzeChen/HNIVision/main/space/examples/ubc-campus-main-mall.jpeg" alt="UBC campus street input"></td>
|
| 54 |
-
<td><img src="https://raw.githubusercontent.com/LabMingzeChen/HNIVision/main/space/examples/ubc-campus-segmentation-overlay.webp" alt="UBC campus segmentation overlay"></td>
|
| 55 |
-
<td><img src="https://raw.githubusercontent.com/LabMingzeChen/HNIVision/main/space/examples/ubc-campus-segmentation-mask.webp" alt="UBC campus Cityscapes color mask"></td>
|
| 56 |
</tr>
|
| 57 |
</table>
|
| 58 |
|
|
|
|
| 43 |
|
| 44 |
### Featured classroom example: UBC campus street
|
| 45 |
|
| 46 |
+
<table width="100%">
|
| 47 |
<tr>
|
| 48 |
+
<th width="33.33%">Original image</th>
|
| 49 |
+
<th width="33.33%">Segmentation overlay</th>
|
| 50 |
+
<th width="33.33%">Cityscapes color mask</th>
|
| 51 |
</tr>
|
| 52 |
<tr>
|
| 53 |
+
<td width="33.33%"><img src="https://raw.githubusercontent.com/LabMingzeChen/HNIVision/main/space/examples/ubc-campus-main-mall.jpeg" alt="UBC campus street input" width="100%"></td>
|
| 54 |
+
<td width="33.33%"><img src="https://raw.githubusercontent.com/LabMingzeChen/HNIVision/main/space/examples/ubc-campus-segmentation-overlay.webp" alt="UBC campus segmentation overlay" width="100%"></td>
|
| 55 |
+
<td width="33.33%"><img src="https://raw.githubusercontent.com/LabMingzeChen/HNIVision/main/space/examples/ubc-campus-segmentation-mask.webp" alt="UBC campus Cityscapes color mask" width="100%"></td>
|
| 56 |
</tr>
|
| 57 |
</table>
|
| 58 |
|