Update README.md
Browse files
README.md
CHANGED
|
@@ -50,29 +50,41 @@ output_image.save(save_path)
|
|
| 50 |
### Image Reconstruction
|
| 51 |
|
| 52 |
<style>
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
</style>
|
| 77 |
|
| 78 |
<table>
|
|
|
|
| 50 |
### Image Reconstruction
|
| 51 |
|
| 52 |
<style>
|
| 53 |
+
body {
|
| 54 |
+
font-family: Arial, sans-serif;
|
| 55 |
+
margin: 20px;
|
| 56 |
+
}
|
| 57 |
+
table {
|
| 58 |
+
width: 100%;
|
| 59 |
+
border-collapse: collapse;
|
| 60 |
+
font-size: 12px;
|
| 61 |
+
}
|
| 62 |
+
th, td {
|
| 63 |
+
border: 1px solid #ccc;
|
| 64 |
+
padding: 6px 8px;
|
| 65 |
+
text-align: center;
|
| 66 |
+
}
|
| 67 |
+
thead th {
|
| 68 |
+
background-color: transparent;
|
| 69 |
+
font-weight: bold;
|
| 70 |
+
}
|
| 71 |
+
.section-row {
|
| 72 |
+
background-color: transparent;
|
| 73 |
+
text-align: center;
|
| 74 |
+
font-style: italic;
|
| 75 |
+
}
|
| 76 |
+
.uparrow {
|
| 77 |
+
font-size: 10px; vertical-align: super;
|
| 78 |
+
}
|
| 79 |
+
.dagger {
|
| 80 |
+
font-size: 10px; color: gray;
|
| 81 |
+
}
|
| 82 |
+
caption {
|
| 83 |
+
font-weight: bold;
|
| 84 |
+
font-size: 14px;
|
| 85 |
+
margin: 10px 0;
|
| 86 |
+
text-align: left;
|
| 87 |
+
}
|
| 88 |
</style>
|
| 89 |
|
| 90 |
<table>
|