Files
FishServer/mockdata/README.md
2026-04-08 20:10:18 +08:00

20 lines
745 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# mockdata
用于本地联调 **FishAction 目录监控**`ACTION_WATCH_DIR`)的示例文件。
| 文件 | 来源 |
|------|------|
| `fish_action_feeding_sample.mp4` | 本机训练集 `~/data/fish/fish_action_videos/feeding/` 中片段(约 1.5MB |
**FishMeasureSVO2**:仓库内未放入大体积 `.svo2`。本机示例路径示例:
`/home/ubuntu/data/fish/2016-1-22-last/fish17/HD1080_SN43186771_13-23-08.svo2`(约数百 MB
可通过 ingest 接口分块上传该文件做称重联调。
`.env` 中请将 `ACTION_WATCH_DIR` 设为**本仓库绝对路径**,例如:
`ACTION_WATCH_DIR=/home/ubuntu/projects/FishServer/mockdata`
(若你克隆到其它目录,请改成对应的 `.../FishServer/mockdata`。)