vishal-adithya commited on
Commit
28cc08e
·
verified ·
1 Parent(s): e5ede24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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