vineetpasumarti commited on
Commit
af253f7
·
verified ·
1 Parent(s): 051ebac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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.95173675925926
10
- lat_std = 0.0006117096745964738
11
- lon_mean = -75.19119498148149
12
- lon_std = 0.0007743986248108865
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