Skip to content

--model / --load-rvf 参数在 Docker 镜像中不生效 #399

@iamsuperark

Description

@iamsuperark

描述:
在 NAS (Synology Docker) 上运行 ruvnet/wifi-densepose:latest 时,模型加载参数不生效。

环境:

  • 平台: Synology NAS (Docker)
  • 镜像: ruvnet/wifi-densepose:latest
  • 模型文件: wiflow-v1.rvf (768 bytes, 已验证是有效的 RVF 格式)

复现步骤:

docker run -d --name WifiDense \
  -p 3000:3000 -p 3001:3001 -p 5005:5005/udp \
  -v /path/to/model:/app/models \
  ruvnet/wifi-densepose:latest \
  /app/sensing-server --source esp32 --model /app/models/wiflow-v1.rvf
预期结果:
日志应显示: Loading RVF container from /app/models/wiflow-v1.rvf

实际结果:

参数正确传递 (docker inspect 确认)
模型文件存在于 /app/models/ 目录
但日志只显示: Discovered 0 model files, 0 recording files
没有加载成功或失败的日志
额外信息:

基础功能正常 (CSI 采集、存在检测、呼吸检测)
服务默认监听 8080 端口 (不是文档中说的 3000)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions