Update the latitude and longitude mean and std
Browse files
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 |
-
|
16 |
-
|
17 |
-
|
18 |
-
- **
|
|
|
|
|
|
|
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 |
|