ISR / models

Commit History

feat(isr): create async assessor loop with verdict merging
a74fcd3

Zhen Ye Claude Opus 4.6 commited on

feat(isr): create ISRAssessor with GPT-4o-mini vision integration
5fe76d5

Zhen Ye Claude Opus 4.6 commited on

fix: weight download race condition + rewrite CLAUDE.md
bfc6bae

Zhen Ye Claude Opus 4.6 commited on

feat: replace drone_yolo with YOLOv8-VisDrone detector
e1fbf50

Zhen Ye Claude Opus 4.6 commited on

feat: add YOLOv8-VisDrone detector for aerial object detection
3c61b44

Zhen Ye Claude Opus 4.6 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

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

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

Handle set-typed missing_keys in Grounding DINO loader
04d4562

Zhen Ye commited on

Fix Grounding DINO load reliability and writer error handling
a7f0600

Zhen Ye commited on

fix: replaced batch with sequential
af0f84f

Zhen Ye commited on

Fix: Grounding DINO batch inference
8bc4370

Zhen Ye commited on

Add diagnostic logging to pinpoint tracker dropping detections
a70bcf5

Zhen Ye Claude Opus 4.6 commited on

Fix Grounding DINO detections dropped by ByteTracker threshold mismatch
0d3be57

Zhen Ye Claude Opus 4.6 commited on

Fix GroundingDino loading: manually materialize meta tensors to support tied weights
fe2ace8

Zhen Ye commited on

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

Zhen Ye commited on

feat: Radar historic traces and fix DETR crash
fe670b9

Zhen Ye commited on

Use DETR no_timm revision to avoid timm dependency
d52f7cc

Zhen Ye commited on

Fix BGR to RGB conversion for DETR and GroundingDino inference
f78d96f

Zhen Ye commited on

fix: Resolve IndentationError in DroneYoloDetector due to displaced import
4e93b33

Zhen Ye commited on

feat: Implement SAHI Tiling for 4K video detection
af29397

Zhen Ye commited on

optimize: Force high-res (1280px) inference for YOLO models to improve small object detection
284ce20

Zhen Ye commited on

perf: Tune batch sizes and queues for A10 GPUs
a5f8d15

Zhen Ye commited on

Simplify drone YOLO loading with ultralytics native HF Hub support
2392266

Zhen Ye commited on

Update Lite model to use spencercdz/YOLOv8m_defence
38a60a8

Zhen Ye commited on

Remove InternVL2 logic as requested
29e1c2b

Zhen Ye commited on