Update README.md
Browse files
README.md
CHANGED
@@ -81,6 +81,7 @@ print("Predicted Depth:", predicted_depth[0])
|
|
81 |
|
82 |
### Training Pipeline
|
83 |
If you want to retrain the model, follow these steps:
|
|
|
84 |
1. Download the **NYUv2 dataset** from Hugging Face:
|
85 |
```python
|
86 |
from datasets import load_dataset
|
|
|
81 |
|
82 |
### Training Pipeline
|
83 |
If you want to retrain the model, follow these steps:
|
84 |
+
NOTE: This pipline has just the overlook and the basic parameters any additional parameter tunings and preprocessing were being conducted in the original model
|
85 |
1. Download the **NYUv2 dataset** from Hugging Face:
|
86 |
```python
|
87 |
from datasets import load_dataset
|