Gabriele commited on
Commit ·
51a33d5
1
Parent(s): 76a1ecb
Fix backbone link in Model details
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ seg = model.predict_segmentation(pixel_values)
|
|
| 45 |
|
| 46 |
## Model details
|
| 47 |
|
| 48 |
-
- **Backbone**: [TIPSv2 g/14](google/tipsv2-g14) (loaded automatically)
|
| 49 |
- **Heads**: ~185M total params (depth + normals + segmentation)
|
| 50 |
- **Depth & normals**: NYU Depth V2
|
| 51 |
- **Segmentation**: ADE20K, 150 classes
|
|
|
|
| 45 |
|
| 46 |
## Model details
|
| 47 |
|
| 48 |
+
- **Backbone**: [TIPSv2 g/14](https://huggingface.co/google/tipsv2-g14) (loaded automatically)
|
| 49 |
- **Heads**: ~185M total params (depth + normals + segmentation)
|
| 50 |
- **Depth & normals**: NYU Depth V2
|
| 51 |
- **Segmentation**: ADE20K, 150 classes
|