bigger
Browse files
README.md
CHANGED
|
@@ -20,10 +20,10 @@ A lightweight inverse rendering model that decomposes RGB images into PBR materi
|
|
| 20 |
|
| 21 |
## Examples
|
| 22 |
|
| 23 |
-
<div style="display: flex; flex-wrap: wrap; gap:
|
| 24 |
-
<img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/input_result.png" alt="Sample 1" style="width:
|
| 25 |
-
<img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/152029243_b3582c36fa_result.png" alt="Sample 2" style="width:
|
| 26 |
-
<img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/160585932_fa6339f248_result.png" alt="Sample 3" style="width:
|
| 27 |
</div>
|
| 28 |
|
| 29 |
*Each result shows: Input (blue) → Basecolor, Normal, Depth, Roughness, Metallic (green) → Recon RGB (orange)*
|
|
@@ -74,7 +74,12 @@ shadenet/
|
|
| 74 |
|
| 75 |
### Gradio Space
|
| 76 |
|
| 77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
### CLI Inference
|
| 80 |
|
|
|
|
| 20 |
|
| 21 |
## Examples
|
| 22 |
|
| 23 |
+
<div style="display: flex; flex-wrap: wrap; gap: 16px; justify-content: center;">
|
| 24 |
+
<img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/input_result.png" alt="Sample 1" style="width: 100%; max-width: 800px;">
|
| 25 |
+
<img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/152029243_b3582c36fa_result.png" alt="Sample 2" style="width: 100%; max-width: 800px;">
|
| 26 |
+
<img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/160585932_fa6339f248_result.png" alt="Sample 3" style="width: 100%; max-width: 800px;">
|
| 27 |
</div>
|
| 28 |
|
| 29 |
*Each result shows: Input (blue) → Basecolor, Normal, Depth, Roughness, Metallic (green) → Recon RGB (orange)*
|
|
|
|
| 74 |
|
| 75 |
### Gradio Space
|
| 76 |
|
| 77 |
+
A **HuggingFace Space** hosts this model as an interactive web app — upload an image in your browser and see results instantly, no installation needed.
|
| 78 |
+
|
| 79 |
+
The `app.py` in this repo is the Space entrypoint. To create one:
|
| 80 |
+
1. Go to [huggingface.co/new-space](https://huggingface.co/new-space)
|
| 81 |
+
2. Select **Gradio SDK**, choose this repo as the source
|
| 82 |
+
3. Space will auto-launch with the Gradio interface
|
| 83 |
|
| 84 |
### CLI Inference
|
| 85 |
|