fix fish weight calculation by using correct parameters. output video

This commit is contained in:
zaiun xu
2026-04-14 20:55:15 +08:00
parent 8497d0eb1d
commit af67f61b63
520 changed files with 4450241 additions and 337 deletions

2
FishMeasure/README.md Executable file → Normal file
View File

@@ -1,7 +1,5 @@
# 3D 鱼类重量测量系统
> **仓库瘦身说明**:为便于部署到 `FishServer`,已删除历史推理目录(如 `output_weight_estimator/`、`output-yolo-sam/`)、训练数据集 `datasets/`、`project_jiuzhou01/` 前端工程及部分实验子项目数据。运行时仍需保留 **`sam_vit_h_4b8939.pth`**、`runs/train/.../best.pt`、`weight_estimator/runs/dgcnn_20260312_171043/best.pt` 等权重;详见仓库根目录 [`README.md`](../README.md)。
基于 ZED 立体相机的 3D 鱼类重量自动测量项目。通过深度图检测、点云处理、模板匹配和体积计算,实现鱼类的非接触式重量估算。
## 项目概述