ezelpub commited on
Commit
4be24cd
·
verified ·
1 Parent(s): 7033fbb

Updated the Latitude and Longitude mean

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -3,10 +3,10 @@
3
  ## Training Data Statistics
4
  The following mean and standard deviation values were used to normalize the GPS coordinates:
5
 
6
- - **Latitude Mean**: {lat_mean:.6f}
7
- - **Latitude Std**: {lat_std:.6f}
8
- - **Longitude Mean**: {lon_mean:.6f}
9
- - **Longitude Std**: {lon_std:.6f}
10
 
11
  ## How to use the model
12
 
 
3
  ## Training Data Statistics
4
  The following mean and standard deviation values were used to normalize the GPS coordinates:
5
 
6
+ - **Latitude Mean**: {39.95156391970743}
7
+ - **Latitude Std**: {0.0007633062105681285}
8
+ - **Longitude Mean**: {-75.19148737056214}
9
+ - **Longitude Std**: {0.0007871346840888362}
10
 
11
  ## How to use the model
12