Files
FishServer/mockdata/README.md
zaiun xu a385431747 chore: gitignore mockdata binaries; keep README; remove tracked sample mp4
Ignore mockdata/* except README; document local training copies and watch state file.

Made-with: Cursor
2026-04-08 20:13:28 +08:00

31 lines
1.1 KiB
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`)的示例视频。
目录内 **除本 README 外** 的大文件已加入 `.gitignore`,不会随仓库克隆;请在本机从训练集拷贝或自行放入 MP4。
## 本机已拷贝的样本(来源:`~/data/fish/fish_action_videos/`
| 文件 | 说明 |
|------|------|
| `fish_action_feeding_sample.mp4` | feeding约 1.5MB |
| `fish_action_feeding_02.mp4` | feeding约 1.7MB |
| `fish_action_feeding_03.mp4` | feeding约 2.3MB |
| `fish_action_scared_sample.mp4` | scared约 14MB |
| `fish_action_normal_sample.mp4` | normal约 59MB |
## FishMeasureSVO2
大体积 `.svo2` 未放入本目录。本机示例:
`/home/ubuntu/data/fish/2016-1-22-last/fish17/HD1080_SN43186771_13-23-08.svo2`
可通过 ingest 分块上传做称重联调。
## `.env`
`ACTION_WATCH_DIR` 指向本目录绝对路径,例如:
`ACTION_WATCH_DIR=/home/ubuntu/projects/FishServer/mockdata`
监控已处理列表会生成 `mockdata/.fishaction_watch_processed.json`(同样被 gitignore 忽略)。