Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# Video Location Estimator
|
5 |
+
|
6 |
+
## Overview
|
7 |
+
|
8 |
+
This project uses the SatCLIP model to estimate the geographic location of a video based on its visual content. It works by extracting frames from the video, processing each frame through the SatCLIP model, and averaging the estimated locations to produce a final location estimate.
|
9 |
+
|
10 |
+
## Prerequisites
|
11 |
+
|
12 |
+
- Python 3.7+
|
13 |
+
- FFmpeg
|
14 |
+
- PyTorch
|
15 |
+
- rasterio
|
16 |
+
- scikit-learn
|
17 |
+
- numpy
|
18 |
+
- matplotlib
|
19 |
+
|
20 |
+
You also need to have the SatCLIP model and its associated data (control embeddings, locations) set up.
|