mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 01:36:36 +00:00
improving components consistency
This commit is contained in:
@@ -229,8 +229,10 @@ bool: True if database loaded successfully
|
||||
**Satellite Provider Responsibility**:
|
||||
- Satellite provider builds the semantic index offline using DINOv2 + VLAD
|
||||
- Provider delivers index file along with satellite tiles
|
||||
- Index format: Faiss IVF or HNSW index + tile metadata JSON
|
||||
- **Index format**: Faiss IVF1000 (Inverted File with 1000 clusters) + tile metadata JSON
|
||||
- Provider is responsible for index updates when satellite data changes
|
||||
- Index is rebuilt by provider whenever new satellite tiles are fetched on demand
|
||||
- Supported providers: Maxar, Google Maps, Copernicus, etc.
|
||||
|
||||
**Error Conditions**:
|
||||
- Raises `IndexNotFoundError`: Index file not found
|
||||
|
||||
Reference in New Issue
Block a user