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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ This project demonstrates a depth estimation model that predicts the average dep
44
  - Hyperparameters were tuned using cross-validation for optimal performance.
45
 
46
  ## Results
47
- - **R² Score**: 0.541 (indicates the model explains 54.1% of the variance in depth prediction).
48
  - Performance is reasonable for a first implementation and can be further improved with additional tuning or feature extraction methods.
49
 
50
  ## How to Use
 
44
  - Hyperparameters were tuned using cross-validation for optimal performance.
45
 
46
  ## Results
47
+ - **R² Score**: 0.741 (indicates the model explains 74.1% of the variance in depth prediction).
48
  - Performance is reasonable for a first implementation and can be further improved with additional tuning or feature extraction methods.
49
 
50
  ## How to Use