Commit History

Update README.md
164d8b0
verified

zye0616 commited on

fix: hide instance_id from segmentation overlay labels
04c92f3

Zhen Ye Claude Opus 4.6 commited on

Eliminate redundant JPEG frame loading via shared frame store
c97a5f9

Zhen Ye commited on

feat: expose step param on /detect/async, default to 7
05bd36a

Zhen Ye Claude Opus 4.6 commited on

chore(yolo11): update yolo naming comments
0719ba5

Zhen Ye commited on

feat(ttfs): instrument segmentation time-to-first-stream
301e154

Zhen Ye commited on

fix: download yolo11m.pt via huggingface_hub to writable /tmp path
a4e3c2b

Zhen Ye Claude Opus 4.6 commited on

fix: use YOLO("yolo11m.pt") with writable config dir
e745021

Zhen Ye Claude Opus 4.6 commited on

refactor: rename hf_yolov8 β†’ yolo11 across codebase
f89fa0b

Zhen Ye Claude Opus 4.6 commited on

feat: replace custom YOLOv8m_defence with YOLO11m COCO-pretrained
53922f5

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

perf: increase production keyframe step from 20 to 60
97b3a45

Zhen Ye Claude Opus 4.6 commited on

perf: set SAM2 num_maskmem to 7 (trained default) in production
0c8527d

Zhen Ye Claude Opus 4.6 commited on

feat: expose num_maskmem parameter in benchmark profile/analysis endpoints
afbbf27

Zhen Ye Claude Opus 4.6 commited on

feat: add benchmark profiler & roofline analysis system
078b447

Zhen Ye Claude Opus 4.6 commited on

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

Zhen Ye Claude Opus 4.6 commited on

fix: replace gated GSAM2 streaming with adaptive-rate publisher thread
f09ca9c

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: SAM2 _prep_prompts() signature
74105c1

Zhen Ye commited on

perf: defer GPU->CPU mask transfer to render thread via LazyFrameObjects
a1ae44f

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

fix: correct benchmark metrics β€” remove double-counting and add missing timers
2f284f5

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

perf: pipeline GSAM2 tracking + rendering with startup buffer
7124ca1

Zhen Ye Claude Opus 4.6 commited on

removed extra bbox lable and track id
882ee33

Zhen Ye commited on

perf: set num_maskmem=3 for all inference paths
e9834ad

Zhen Ye Claude Opus 4.6 commited on

feat: add num_maskmem parameter to /benchmark endpoint
1c6c619

Zhen Ye Claude Opus 4.6 commited on

revert: remove torch.compile β€” runtime failures on HF Space
5749bd6

Zhen Ye Claude Opus 4.6 commited on

fix: drop fullgraph=True from torch.compile for broader compatibility
10eb3c6

Zhen Ye Claude Opus 4.6 commited on

fix: add runtime fallback for torch.compile inductor/triton failures
4c36e1e

Zhen Ye Claude Opus 4.6 commited on

fix: manual torch.compile with graceful fallback for SAM2 components
63684e4

Zhen Ye Claude Opus 4.6 commited on

perf: enable torch.compile for SAM2 via vos_optimized flag
b17bd6d

Zhen Ye Claude Opus 4.6 commited on

perf: GPU-resident tensor pipeline for SAM2 video propagation
5aec47c

Zhen Ye Claude Opus 4.6 commited on

perf: eliminate CUDA sync points in SAM2 video propagation hot-path
64f68de

Zhen Ye Claude Opus 4.6 commited on

feat: add /gpu-monitor endpoint for live nvidia-smi streaming
fc9835a

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

feat(backend): enhance inference pipeline with GLM logic and structured outputs
bb6e650

Zhen Ye commited on

Suppress labels for non-relevant objects in visualization
b3371b1

Zhen Ye commited on

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

Zhen Ye commited on

Fix GSAM2 label rendering double-draw and sync GPT enrichment to job storage
87cfe90

Zhen Ye commited on

Handle GPT refusal paths and preserve assessment status
aadca27

Zhen Ye commited on

Fix segmentation mission routing and first-frame GPT alignment
d73eff6

Zhen Ye commited on

Fix GSAM2 GPT writer state safety and background call args
8e10ddb

Zhen Ye commited on

Fix cross-GPU mask device mismatch in GSAM2 reconciliation
968c327

Zhen Ye commited on

Harden GSAM2 parallel pipeline and tracking reconciliation
c90fe44

Zhen Ye commited on

Refine Grounded-SAM2 tracking behavior and video frame handling
032b60f

Zhen Ye commited on