Project V1 Codebase
Project V1 Codebase
Purpose
This note mirrors the structure of ~/dev/python/HDDS2/Project v1 into the
Obsidian vault.
The goal is to make the implementation understandable without opening the repo first.
Top-Level Structure
- Codebase/Project V1 Root
- Codebase/Radar Sim Package
- Codebase/Waveform Module
- Codebase/Channel Module
- Codebase/Geometry Module
- Codebase/Processing Module
- Codebase/Detection Module
- Codebase/Runner And TUI
- Codebase/Config Notebook And Tests
Current Coverage
The current codebase mirror covers:
- the radar simulation core under
src/radar_sim, - the audio inference package under
src/audio, - the current notebook-backed sound artifact
src/audio/drone_sound_model.h5, - the retained training notebook
~/dev/python/HDDS2/Notebooks/drone_thesis_audio_training.ipynb.
The most important current audio fact is that the runtime and documentation are aligned to one model path only:
drone_sound_model.h5
Future codebase notes should still be added for:
- the cleaned vision runtime package,
- fusion package design,
- app-level orchestration details.