vineetpasumarti
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,10 @@ Please open the notebook and navigate to the INPUTS tab, then follow the steps b
|
|
6 |
The latitude and longitude mean and std values are from our training data.
|
7 |
```python
|
8 |
# Latitude and longitude mean and std loaded from training data
|
9 |
-
lat_mean = 39.
|
10 |
-
lat_std = 0.
|
11 |
-
lon_mean = -75.
|
12 |
-
lon_std = 0.
|
13 |
```
|
14 |
|
15 |
## 2. Load your images for inference
|
|
|
6 |
The latitude and longitude mean and std values are from our training data.
|
7 |
```python
|
8 |
# Latitude and longitude mean and std loaded from training data
|
9 |
+
lat_mean = 39.95164323706967
|
10 |
+
lat_std = 0.0006429139045198418
|
11 |
+
lon_mean = -75.19132342959699
|
12 |
+
lon_std = 0.0006982237294765668
|
13 |
```
|
14 |
|
15 |
## 2. Load your images for inference
|