CoolFace
Apppublic

BiasLab2025/perception2

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
50 commits on main
2fb805f8mo ago

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

Zhen Ye
8094b218mo ago

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

Zhen Ye
08346178mo ago

Fix: IndexError in ByteTracker

Zhen Ye
68960258mo ago

feat: replace SimpleTracker with ByteTrack

Zhen Ye
85ec6598mo ago

Show first frame radar when processed image appears

Zhen Ye, Claude Opus 4.5
d496e6d8mo ago

Add military-style radar with helicopter demo mode

Zhen Ye, Claude Opus 4.5
7a7588e8mo ago

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

Zhen Ye
d3c77928mo ago

Respect CUDA_VISIBLE_DEVICES env var (do not delete it)

Zhen Ye
03a08848mo ago

Fix NameError: import set_track_data in inference.py

Zhen Ye
eb524048mo ago

Add writer loop error logging

Zhen Ye
6a629828mo ago

Add aggressive worker debug logging and BaseException catch

Zhen Ye
bbef3978mo ago

Add granular logging for frame processing and ffmpeg

Zhen Ye
955fa9e8mo ago

Fix backend worker pipeline stall on exception (add fallback fallback)

Zhen Ye
19fdabe8mo ago

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

Zhen Ye
78d352c8mo ago

feat: Implement depth-based distance estimation and frontend integration

Zhen Ye
89b854c8mo ago

fix: Increase queue buffer to absorb GPT latency

Zhen Ye
fe670b98mo ago

feat: Radar historic traces and fix DETR crash

Zhen Ye
3a793fe8mo ago

feat: Real-time radar directionality via track sync

Zhen Ye
90f0a6b8mo ago

fix: Import Full/Empty from queue to prevent NameError on backpressure

Zhen Ye
68bac298mo ago

fix: Switch to gpt-4o-mini and verified queue safety

Zhen Ye
22ef6b48mo ago

fix: Update static file path for deployment

Zhen Ye
ff506948mo ago

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

Zhen Ye
c17ec018mo ago

Refactor frontend into modular ES modules in frontend/ folder

Zhen Ye
811bd378mo ago

Fix tracking bugs: remove COCO fallback in HF mode, smooth velocity, and add track pruning

Zhen Ye
d52f7cc8mo ago

Use DETR no_timm revision to avoid timm dependency

Zhen Ye
f78d96f8mo ago

Fix BGR to RGB conversion for DETR and GroundingDino inference

Zhen Ye
06e44d38mo ago

Fix inference concurrency bugs and enable default first-frame GPT

Zhen Ye
9ea2cfe8mo ago

fix: Move CUDA_VISIBLE_DEVICES clearing to module import time

Zhen Ye
4e93b338mo ago

fix: Resolve IndentationError in DroneYoloDetector due to displaced import

Zhen Ye
af293978mo ago

feat: Implement SAHI Tiling for 4K video detection

Zhen Ye
284ce208mo ago

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

Zhen Ye
a5f8d158mo ago

perf: Tune batch sizes and queues for A10 GPUs

Zhen Ye
356dce88mo ago

feat: Implement AsyncVideoReader for parallel video decoding

Zhen Ye
23922668mo ago

Simplify drone YOLO loading with ultralytics native HF Hub support

Zhen Ye
e43c5048mo ago

Uncomment CUDA_VISIBLE_DEVICES clearing to enable all GPUs

Zhen Ye
38a60a88mo ago

Update Lite model to use spencercdz/YOLOv8m_defence

Zhen Ye
29e1c2b8mo ago

Remove InternVL2 logic as requested

Zhen Ye
48d3b528mo ago

Fix internvl dependency subdirectory

Zhen Ye
9bee0f78mo ago

Fix internvl dependency github url

Zhen Ye
51193fd8mo ago

Add internvl dependency and disable frontend caching

Zhen Ye
3de3df38mo ago

Fix SAM3 batch prediction shape mismatch and add InternVL2 to frontend

Zhen Ye
3d32b4a8mo ago

feat: Integrate InternVL2 and fix SAM3 segmentation batch size issue

Zhen Ye
8d938e98mo ago

Optimize streaming buffer and implement parallel depth pipeline

Zhen Ye
64bbe448mo ago

Refactor: Decouple depth estimator and suppress noisy logs

Zhen Ye
5c36daa8mo ago

Implement Batch Inference & Queue Backpressure Fixes

Zhen Ye
1eea4fe8mo ago

fix: Handle empty GPT responses and log outputs

Zhen Ye
e16d22f8mo ago

feat: Implement Tab 2 GPT-based ranging and remove legacy depth calc

Zhen Ye
6f9d10a8mo ago

Align Tab 2 Radar and UI with Tab 1

Zhen Ye
6f9da278mo ago

Enable throttled fallback tracking for Tab 2 consistency

Zhen Ye
16cab918mo ago

Optimize MJPEG stream and fix first-frame UX

Zhen Ye