Instructions to use Zhoues/NVILA-2B-Depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zhoues/NVILA-2B-Depth with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Zhoues/NVILA-2B-Depth", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ base_model:
|
|
| 27 |
|
| 28 |
## Overview
|
| 29 |
|
| 30 |
-
NVILA-2B-Depth serves as the base model for both RoboRefer-2B-Depth-Align and RoboRefer-2B-SFT. It shares the same parameters as NVILA-Lite-2B, with the addition of a depth encoder and a depth projector, both initialized from the image encoder and image projector respectively.
|
| 31 |
|
| 32 |
<!-- ## How to use
|
| 33 |
|
|
|
|
| 27 |
|
| 28 |
## Overview
|
| 29 |
|
| 30 |
+
NVILA-2B-Depth serves as the base model for both RoboRefer-2B-Depth-Align and RoboRefer-2B-SFT. It shares the same parameters as NVILA-Lite-2B, with the addition of a depth encoder and a depth projector, both initialized from the image encoder and image projector, respectively.
|
| 31 |
|
| 32 |
<!-- ## How to use
|
| 33 |
|