DroneWatch — hackathon submission - #2
Merged
Conversation
- detect_drones.py: real-time detection with persistent track IDs, permanent drone lock (no downgrade on bird overlap), audio alert, annotated video saving, bytetrack/botsort support, frame skip for performance, BGR color fix - retrain.py: one-command fine-tuning pipeline - configs/drone.yaml: dataset config for 418-image drone dataset - configs/dronewatch.yaml: tuned BoT-SORT tracker (90-frame buffer, sparseOptFlow GMC, low thresholds for distant drones) - models/yolo26n-drone.safetensors: fine-tuned weights (Bird/Drone/Plane) - README.md: full project docs, quick start, architecture, CLI reference Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DroneWatch — On-Device Drone Detection for Law Enforcement
Real-time drone detection running entirely on Apple Silicon. No cloud. No $50k contract.
What's included
detect_drones.py— live detection app with persistent tracking, drone lock, audio alert, video saveretrain.py— one-command fine-tuning pipelinemodels/yolo26n-drone.safetensors— fine-tuned weights (Bird/Drone/Plane, 418 images)configs/dronewatch.yaml— tuned BoT-SORT tracker configREADME.md— full docs and quick startRun it
🤖 Generated with Claude Code