Gabriele commited on
Commit ·
b6e72cb
1
Parent(s): 4679e95
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 B/14](google/tipsv2-b14) (loaded automatically)
|
| 49 |
- **Heads**: ~72M total params (depth + normals + segmentation)
|
| 50 |
- **Depth & normals**: NYU Depth V2
|
| 51 |
- **Segmentation**: ADE20K, 150 classes
|
|
|
|
| 45 |
|
| 46 |
## Model details
|
| 47 |
|
| 48 |
+
- **Backbone**: [TIPSv2 B/14](https://huggingface.co/google/tipsv2-b14) (loaded automatically)
|
| 49 |
- **Heads**: ~72M total params (depth + normals + segmentation)
|
| 50 |
- **Depth & normals**: NYU Depth V2
|
| 51 |
- **Segmentation**: ADE20K, 150 classes
|