detection_base / models /segmenters

Commit History

chore: clean up dead code, stale comments, and misleading names
2e2a601

Zhen Ye Claude Opus 4.6 (1M context) commited on

Eliminate redundant JPEG frame loading via shared frame store
c97a5f9

Zhen Ye commited on

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

Zhen Ye commited on

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: 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: correct benchmark metrics β€” remove double-counting and add missing timers
2f284f5

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

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 detailed timing metrics to GroundedSAM2 segmenter
74ae00c

Zhen Ye commited on

Fix segmentation mission routing and first-frame GPT alignment
d73eff6

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

Remove SAM3 and standardize segmentation on Grounded-SAM2
3fde4e4

Zhen Ye commited on

perf: Tune batch sizes and queues for A10 GPUs
a5f8d15

Zhen Ye commited on

Fix SAM3 batch prediction shape mismatch and add InternVL2 to frontend
3de3df3

Zhen Ye commited on

feat: Integrate InternVL2 and fix SAM3 segmentation batch size issue
3d32b4a

Zhen Ye commited on

Implement Batch Inference & Queue Backpressure Fixes
5c36daa

Zhen Ye commited on

feat(inference): enable full multi-GPU support for all models
45eb65b

Zhen Ye commited on

inital commit
b30e7a3

Zhen Ye commited on