detection_base / frontend

Commit History

refactor: rename hf_yolov8 → yolo11 across codebase
f89fa0b

Zhen Ye Claude Opus 4.6 commited on

feat(segmentation): add YSAM2 variants and mission-aware detector mapping
6268ac2

Zhen Ye commited on

chore: remove dead code and unused frontend modules
d74c718

Zhen Ye commited on

refactor(gsam2): make SAM2 detector-agnostic
21c29ae

Zhen Ye commited on

fix: keep track positions fresh during pause for always-clickable bboxes
0ace9ca

Zhen Ye Claude Opus 4.6 commited on

feat: bidirectional click-to-select between video overlay and track cards
b1974e2

Zhen Ye Claude Opus 4.6 commited on

fix: track cards update during playback + periodic GPT re-analysis
6a99834

Zhen Ye Claude Opus 4.6 commited on

feat: click-to-select tracks on video overlay
3015ea3

Zhen Ye Claude Opus 4.6 commited on

feat: add detailed timing metrics to GroundedSAM2 segmenter
74ae00c

Zhen Ye commited on

feat: add job processing timing and latency measurements to backend and frontend
517108e

Zhen Ye commited on

feat(frontend): improve UI for detection and chat interaction
d257dcc

Zhen Ye commited on

Refactor GPT sync in client.js: extract _syncGptFromDetections and add final sync on job completion
56e4f43

Zhen Ye commited on

Remove SAM3 and standardize segmentation on Grounded-SAM2
3fde4e4

Zhen Ye commited on

Rename UI terms: Reason->Detect, Engage->Track
ec62a08

Zhen Ye commited on

Fix track cards stuck at UNASSESSED due to frontend race condition
ba91677

Zhen Ye Claude Opus 4.6 commited on

Refine GPT enrichment logic, add relevance badges to UI, and fix minor model/logging issues
2c4431d

Zhen Ye commited on

Async GPT enrichment: fire-and-forget background task updates track cards from UNASSESSED to ASSESSED
1a9b396

Zhen Ye commited on

Redesign track cards with inline features, remove separate features panel, clean up overlays
e7dfc36

Zhen Ye commited on

Update overlays, tracker, GPT reasoning, and threat chat improvements
0c01887

Zhen Ye commited on

Reduce left sidebar by 50% and move track cards to right of video
7eaf762

Zhen Ye commited on

feat: Add mission-driven object relevance abstractions
a2ca6f9

Zhen Ye Claude Opus 4.6 commited on

ui: Remove scanning effect from overlay
ae714ec

Zhen Ye commited on

ui: Remove glow effects from bounding boxes and aimpoints
87e151b

Zhen Ye commited on

ui: Make video frame full-width, move features beside track cards
45f9535

Zhen Ye commited on

fix: Remove chat emojis, improve tracker GPT metadata sync
d2acfa9

Zhen Ye commited on

feat: Add threat chat feature for Q&A about detected threats
0effcd5

Zhen Ye commited on

chore(frontend): Remove Engagement Policy section and fix engage button
163ff2b

Zhen Ye commited on

chore(frontend): Remove unused UI sections - radar, intel summary, HEL knobs, atmosphere, and trade space
2dd0fb8

Zhen Ye commited on

chore(forensics): finalize verification and trace validation\n\n- Fix unreachable background reasoning in inference.py\n- Enable enabling GPT reasoning by default in frontend\n- Verify correct data mapping for 15 naval fields\n- Clean up legacy code paths and ensure backward compatibility
2fb805f

Zhen Ye commited on

feat(threat-assessment): implement naval threat analysis with GPT-4o\n\n- Rename utils/gpt_distance.py to utils/gpt_reasoning.py and update logic for 15 naval threat features\n- Add Pydantic schemas for NavalThreatAssessment in utils/schemas.py\n- Update backend (app.py, inference.py) to use new threat estimation and pass full metadata\n- refactor(frontend): render threat level badges and detailed feature table in UI
8094b21

Zhen Ye commited on

Show first frame radar when processed image appears
85ec659

Zhen Ye Claude Opus 4.5 commited on

Add military-style radar with helicopter demo mode
d496e6d

Zhen Ye Claude Opus 4.5 commited on

Refine overlays: Hide on first frame and remove speed from labels
7a7588e

Zhen Ye commited on

Fix video playback race condition, local file protocol, and backend worker crash
19fdabe

Zhen Ye commited on

feat: Implement depth-based distance estimation and frontend integration
78d352c

Zhen Ye commited on

feat: Radar historic traces and fix DETR crash
fe670b9

Zhen Ye commited on

feat: Real-time radar directionality via track sync
3a793fe

Zhen Ye commited on

feat: Continuous object tracking, speed estimation, and overlay syncing
ff50694

Zhen Ye commited on

Refactor frontend into modular ES modules in frontend/ folder
c17ec01

Zhen Ye commited on