Datasets:
Fix logo: HF cards strip <picture> tags, use plain img with resolve URL
Browse files
README.md
CHANGED
|
@@ -35,10 +35,7 @@ configs:
|
|
| 35 |
---
|
| 36 |
|
| 37 |
<p align="center">
|
| 38 |
-
<
|
| 39 |
-
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-white.png">
|
| 40 |
-
<img src="assets/logo-black.png" alt="OriginLab" width="320">
|
| 41 |
-
</picture>
|
| 42 |
</p>
|
| 43 |
|
| 44 |
# OriginLab Game-Depth: RGB + Dense Z-Buffer Depth
|
|
|
|
| 35 |
---
|
| 36 |
|
| 37 |
<p align="center">
|
| 38 |
+
<img src="https://huggingface.co/datasets/originlab/game-depth/resolve/main/assets/logo.png" alt="OriginLab" width="320">
|
|
|
|
|
|
|
|
|
|
| 39 |
</p>
|
| 40 |
|
| 41 |
# OriginLab Game-Depth: RGB + Dense Z-Buffer Depth
|