vishal-adithya commited on
Commit
2459659
·
verified ·
1 Parent(s): 3709e33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
  ## Author
21
  - **Vishal Adithya.A**
22
  ## Overview
23
- This project demonstrates a depth estimation XgBoost Regressor model that predicts the average depth of images provided using features extracted from a pre-trained ResNet50 model.The model was trained upon the **NYUv2 dataset** ([0jl/NYUv2](https://huggingface.co/datasets/0jl/NYUv2)). The trained model is saved as using Python's `pickle` library for easy deployment and reuse.
24
 
25
  ### Loading the Model
26
  The model is saved as `model.pkl` using `pickle`. You can load and use it as follows:
 
20
  ## Author
21
  - **Vishal Adithya.A**
22
  ## Overview
23
+ This project demonstrates a depth estimation XgBoost Regressor model that predicts the average depth of images provided using features extracted from a pre-trained ResNet50 model.The model was trained upon the **NYUv2 dataset** ([0jl/NYUv2](https://huggingface.co/datasets/0jl/NYUv2)). The trained model is saved using Python's `pickle` library for easy deployment and reuse.
24
 
25
  ### Loading the Model
26
  The model is saved as `model.pkl` using `pickle`. You can load and use it as follows: