Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ print("Predicted Depth:", predicted_depth[0])
|
|
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
|
85 |
1. Download the **NYUv2 dataset** from Hugging Face:
|
86 |
```python
|
87 |
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 more additional parameter tunings and preprocessing steps were being conducted during the training of the original model
|
85 |
1. Download the **NYUv2 dataset** from Hugging Face:
|
86 |
```python
|
87 |
from datasets import load_dataset
|