Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,6 @@ tags:
|
|
19 |
# Depth Estimation Using ResNet50 and XGBoost
|
20 |
## Author
|
21 |
- **Vishal Adithya.A**
|
22 |
-
|
23 |
## Overview
|
24 |
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.
|
25 |
|
|
|
19 |
# Depth Estimation Using ResNet50 and XGBoost
|
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 |
|