vineetpasumarti
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ Hello! You can perform inference with our Resnet model using the Resnet_inferenc
|
|
3 |
Please open the notebook and navigate to the INPUTS tab, then follow the steps below in order to perform inference on your images.
|
4 |
|
5 |
## 1. Replace the latitude and longitude mean and std with your own.
|
6 |
-
The latitude and longitude mean and std values are
|
7 |
```python
|
8 |
# Latitude and longitude mean and std loaded from training data
|
9 |
lat_mean = 39.95173675925926
|
|
|
3 |
Please open the notebook and navigate to the INPUTS tab, then follow the steps below in order to perform inference on your images.
|
4 |
|
5 |
## 1. Replace the latitude and longitude mean and std with your own.
|
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
|