ezelpub commited on
Commit
a010675
·
verified ·
1 Parent(s): 1668fca

Update the latitude and longitude mean and std

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -12,10 +12,13 @@ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://h
12
  ## Training Data Statistics
13
  The following mean and standard deviation values were used to normalize the GPS coordinates:
14
 
15
- - **Latitude Mean**: {lat_mean:.6f}
16
- - **Latitude Std**: {lat_std:.6f}
17
- - **Longitude Mean**: {lon_mean:.6f}
18
- - **Longitude Std**: {lon_std:.6f}
 
 
 
19
 
20
  ## How to use the model
21
 
 
12
  ## Training Data Statistics
13
  The following mean and standard deviation values were used to normalize the GPS coordinates:
14
 
15
+
16
+
17
+
18
+ - **Latitude Mean**: {39.95156391970743}
19
+ - **Latitude Std**: {0.0007633062105681285}
20
+ - **Longitude Mean**: {-75.19148737056214}
21
+ - **Longitude Std**: {0.0007871346840888362}
22
 
23
  ## How to use the model
24