update readme
Browse files
README.md
CHANGED
|
@@ -172,6 +172,14 @@ def convert_camera_to_world(normals: np.ndarray, rotation_matrix: np.ndarray) ->
|
|
| 172 |
return np.clip(camera_normals, 0.0, 1.0)
|
| 173 |
```
|
| 174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
</details>
|
| 176 |
|
| 177 |
## 2. Using the data
|
|
|
|
| 172 |
return np.clip(camera_normals, 0.0, 1.0)
|
| 173 |
```
|
| 174 |
|
| 175 |
+
### 1.2.8 Raw camera location
|
| 176 |
+
|
| 177 |
+
The GPS location (lat/long/height) is in the `raw_data/raw_camera_info.tar.gz`. Each file over there is an archive over the
|
| 178 |
+
original videos, so the train/val/test splits files from `raw_data/txt_files` must be used to map to proper indices. Each
|
| 179 |
+
archive contains a bunch of raw data, however the key `lat_long_height` should provide the GPS location.
|
| 180 |
+
|
| 181 |
+
Note: there is no GPS for the norway scene, the log seems to have been lost.
|
| 182 |
+
|
| 183 |
</details>
|
| 184 |
|
| 185 |
## 2. Using the data
|