Add images to README
Browse files- README.md +9 -2
- images/026_fine_pred.png +3 -0
- images/026_input.jpg +3 -0
README.md
CHANGED
@@ -142,5 +142,12 @@ Optional: you can save a JSON timing report with `--bench_report_json`. Schema:
|
|
142 |
- `per_image`: list of objects with
|
143 |
- `path`, `H`, `W`, `t_coarse_ms`, `t_fine_ms`, `t_total_ms`
|
144 |
|
145 |
-
Utils:
|
146 |
-
- Export your model to inference-only weights by scripts/strip_checkpoint.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
- `per_image`: list of objects with
|
143 |
- `path`, `H`, `W`, `t_coarse_ms`, `t_fine_ms`, `t_total_ms`
|
144 |
|
145 |
+
### Utils:
|
146 |
+
- Export your model to inference-only weights by scripts/strip_checkpoint.py
|
147 |
+
|
148 |
+
### Example:
|
149 |
+
Input:
|
150 |
+
<img src="images/026_input.png" alt="Input" width="50%"/>
|
151 |
+
|
152 |
+
Fine prediction:
|
153 |
+
<img src="images/026_fine_pred.png" alt="Fine prediction" width="50%"/>
|
images/026_fine_pred.png
ADDED
![]() |
Git LFS Details
|
images/026_input.jpg
ADDED
![]() |
Git LFS Details
|