Commit Graph

18 Commits

Author SHA1 Message Date
zaiun xu
9dce487c79 Update README.md 2026-04-15 09:02:45 +08:00
zaiun xu
45de318461 fix calculation logic, fix api endpoint 2026-04-15 09:01:45 +08:00
zaiun xu
670e6308a5 use the same rule in fishmeasure 2026-04-14 22:06:33 +08:00
zaiun xu
940d426a37 whole process 2026-04-14 22:05:52 +08:00
zaiun xu
af67f61b63 fix fish weight calculation by using correct parameters. output video 2026-04-14 20:55:15 +08:00
zaiun xu
8497d0eb1d feat/ sync weight fitting logic and confidence level marker * 2026-04-14 12:17:10 +08:00
zaiun xu
c1aafc69bf 验收1 2026-04-13 17:13:02 +08:00
zaiun xu
6f006def64 live mp4 2026-04-13 14:50:44 +08:00
zaiun xu
5a0d7ba11b ? 2026-04-13 13:49:55 +08:00
zaiun xu
62bff77fa0 fix mp4 compatibility issues 2026-04-10 18:16:15 +08:00
zaiun xu
09736f9e15 fix video label 2026-04-10 10:30:01 +08:00
zaiun xu
e1b514836e frp 2026-04-09 15:21:21 +08:00
zaiun xu
5e1b2117c1 feat(fish_api): SQLite 快照投递、日志与 watch 空闲告警
- 新增 SQLite:measure/health 快照、delivery_cursor 单消费者 pop;clear/start_fresh 可清空库
- biomass GET 仅返回约定 data 字段,X-Fish-Biomass-New 表示是否有新快照;poller 读响应头
- loguru 桥接 uvicorn,子进程 stdout 流式输出;format_json_pretty 与算法摘要日志
- measure/action watch 无新任务时限流 WARNING;watch_idle 共用逻辑
- 依赖 loguru;新增 db、logging_config、subprocess_run、watch_idle、启动脚本

FishMeasure: 更新 fish_video_weight_evaluation 与 predict_weigth_from_svo2;移除未用 refbox/segmentation 脚本
Made-with: Cursor
2026-04-09 11:54:30 +08:00
zaiun xu
db181d4f84 feat/ ver0.1 2026-04-08 21:05:45 +08:00
zaiun xu
7baaa72965 feat(fish_api): add SVO2 folder watch for FishMeasure
Add MEASURE_WATCH_* settings and measure_watch background loop parallel
to action watch. Gitignore SAM 2.4GB weight and fix corrupted DGCNN
checkpoint. Clear stale outputs for fresh rerun.

Made-with: Cursor
2026-04-08 20:35:55 +08:00
zaiun xu
3078b18cfe feat(scripts): add biomass_poller with httpx and loguru
Poll GET /api/v1/biomass/real/camera/ and /health/result/; add loguru to fish_api dev deps.

Made-with: Cursor
2026-04-08 20:02:05 +08:00
zaiun xu
d0c53068dd feat(fish_api): add FishAction folder watch via Pydantic settings
Add ACTION_WATCH_* settings, background watch loop in FastAPI lifespan,
and shared action_watch service that updates app_state. Add fish-action-watch
CLI and optional FishAction watch_folder_predict.py for standalone use.

Made-with: Cursor
2026-04-08 19:54:18 +08:00
zaiun xu
9df21f80ef Initial commit: FishServer monorepo (FishAction, FishMeasure, fish_api)
Made-with: Cursor
2026-04-08 19:32:23 +08:00