
Closed
Posted
Paid on delivery
我准备上线一套面向居家场景的智能监测系统,希望通过视觉与物联网技术,及早发现老人或慢病人群的高危状况并推送告警。 核心需求 1. 高危动作异常 —— 同时精准识别“摔倒”与“跌倒”,第一时间触发报警。 2. 状态失能异常 —— 既要判断“长时间静止不动”,也要捕捉“无自主行为”状态,实现持续跟踪。 3. 出入与行为节律 —— 对家门进出时间、频次和时段进行建模,结合如厕频率、徘徊轨迹、家电使用等行为模式,挖掘偏离日常规律的征兆。 4. 生理体征 —— 基于微动信号提取呼吸、心率等指标,与个人基线比较后给出健康风险提示。 我期望的交付 • 场景与传感器选型报告:摄像头、毫米波雷达、惯性传感器等可行性分析。 • 算法与模型:包含数据清洗、特征工程、深度学习或传统 CV/信号处理方案,需给出训练脚本与推理 API。 • 功能性原型:可在本地或边缘端实时运行,界面展示告警信息,并通过 MQTT/HTTP 推送到后台。 • 技术文档:部署指南、接口说明、测试用例及关键性能指标(例如跌倒检测准确率、误报率等)。 理想人选 熟悉 OpenCV、PyTorch/TensorFlow 或 mmWave SDK,对人体姿态估计、时序异常检测有实战经验;能在 Linux + Docker 环境里快速迭代;对养老、康复或智慧家居项目有交付记录更佳。 请附上相关案例、模型效果或仓库链接,让我能快速评估你的解决思路和交付能力。期待与你合作,把这套居家安全“护身符”尽快落地。
Project ID: 40436173
5 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
5 freelancers are bidding on average $1,212 HKD for this job

With my experience in training models with deep learning and traditional computer vision algorithms and my well-documented proficiency in data cleaning, feature engineering, you can expect clean and readable codes along with APIs that facilitate smooth model inferences and efficient data insights. Regarding your demand for a functional prototype to promptly demonstrate its value, I am proficient in creating dynamic and user-friendly applications using various frameworks like React Native, Flutter etc., ensuring that deploying your system locally or on the edge is hassle-free. Emphasizing on efficient solutions, I'm also experienced with dockerized Linux environments that expedite iterative developments while maintaining the system's robustness. Lastly, beyond just ticking off items from a job description list, I feel committed to the overall success of your project. Working on projects related to healthcare has provided me insight into sensitive demands of geriatric care, rehabilitation and assisted living systems which perfectly overlap with your requirements. Having also worked on collaborative projects emphasizes my ability to seamlessly communicate complex technical details. Let's join hands to swiftly transform this safety solution for domestic environments into reality.
$1,499.99 HKD in 20 days
1.2
1.2

Dear Client~ I read your description carefully, and I am very interested in your project. I have rich experience with computer vision, and I know what you really want. Also, I am fluent in device development, such as Raspberry Pi, Jetson Nano, Jetson TX1, TX2, etc. I developed a China License Plate recognition engine and deployed it on a Raspberry Pi and Jetson TX2. I look forward to connecting with you. Best Regards. Roovee.
$1,120 HKD in 7 days
0.0
0.0

您好, 本项目本质上是一套「多模态感知 + 实时行为建模 + 健康风险推理」的边缘智能系统。技术难点集中在三处:跌倒/静止检测的高召回率与低误报率的平衡;个体行为节律的在线学习与偏离预警;毫米波微动信号的呼吸/心率特征提取与个人基线管理。这三点我均有实际项目经验。 技术方案概要 【传感器选型】 主力感知采用广角 RGB 摄像头(≥1080P,视角≥120°)+ 24GHz/77GHz 毫米波雷达组合:摄像头负责姿态与行为识别,雷达负责穿墙呼吸/心率提取与静止状态判断,互为补充,同时规避纯视觉方案在弱光/遮挡场景的盲区。门磁 + PIR 作为低功耗辅助传感层,捕捉出入节律与如厕频率。 【算法栈】 - 跌倒检测:YOLOv8-Pose 实时骨骼关键点提取 → 双流 LSTM(骨骼角度序列 + 质心加速度)进行时序分类,公开数据集(UR Fall / OOPS)预训练 + 小样本迁移微调,目标精度 ≥95%,误报率 ≤2%。 - 长时静止/失能:基于前景差分 + IOU 追踪的无动作时长计数器,阈值可配置(默认 15 分钟触发一级告警)。 - 行为节律建模:以天为粒度提取出入时间、如厕次数、家电操作序列,构建个人基线分布(高斯混合模型),Isolation Forest 检测离群事件,支持 7 天冷启动后上线。 - 生理体征:77GHz 雷达 I/Q 原始数据 → 带通滤波(呼吸 0.1–0.5Hz,心跳 0.8–2Hz)→ FFT 峰值提取,与历史基线比较后输出风险等级。 【系统架构】 边缘端(Jetson Orin / x86 NUC)运行推理服务,Docker 容器化部署,FastAPI 提供本地 REST 接口;告警事件通过 MQTT 实时推送至云端后台;前端告警看板采用 React + WebSocket 实现秒级刷新。 交付清单与周期 | 阶段 | 内容 | 周期 | |------|------|------| | P1 | 传感器选型报告 + 系统架构设计文档 | 第 1–2 周 | | P2 | 跌倒检测 & 静止失能模块 + 推理 API | 第 3–5 周 | | P3 | 行为节律建模 + 生理体征提取模块 | 第 6–8 周 | | P4 | 功能性原型(本地运行 + MQTT 推送 + 告警看板) | 第 9–10 周 | | P5 | 技术文档、测试用例、KPI 报告、部署验收 | 第 11–12 周 | 总周期约 12 周,每两周提交阶段性成果并同步进展,支持需求微调。 为什么选择我 我具备 OpenCV / PyTorch / TensorFlow 全栈开发能力,熟悉 mmWave SDK(TI IWR 系列),在人体姿态估计与时序异常检测方向有完整落地经验,熟练使用 Linux + Docker 环境进行快速迭代。曾参与养老机构跌倒监测与智慧社区异常行为预警项目,理解真实场景中的数据噪声、伦理隐私与稳定性挑战,能交付生产级代码而非实验室原型。我的主页有通过摄像头识别垃圾并进行分拣的视频,欢迎查看。
$1,120 HKD in 7 days
0.0
0.0

I have reviewed your home monitoring system requirements. My approach: (1) Fall detection: YOLOv8-Pose + ST-GCN with RGB camera and mmWave radar fusion, targeting >95% accuracy, <5% false alarm rate. (2) Inactivity detection: LSTM Autoencoder for time-series anomaly detection with trajectory heatmaps. (3) Behavioral rhythm: DBSCAN clustering + Prophet forecasting with multi-sensor fusion (door, PIR, appliance). (4) Vital signs: TI IWR6843 mmWave radar FMCW phase analysis for respiration rate and heart rate extraction. Deliverables: sensor selection report, Python training/inference code, Docker edge deployment (Jetson Nano/RPi4), MQTT Web Dashboard, full technical documentation. Timeline: 12 days. I have delivered similar CV+IoT projects and understand the edge deployment constraints. Looking forward to building this safety system together.
$1,200 HKD in 12 days
0.0
0.0

Tokyo, China
Member since May 12, 2026
$30-250 USD
₹100-400 INR / hour
$30-250 USD
min $50 CAD / hour
$3000-5000 USD
$15-25 USD / hour
$30-250 USD
$10-30 USD
₹600-1500 INR
₹600-1500 INR
₹600-1500 INR
₹1500-12500 INR
$10-30 USD
$30-250 USD
₹12500-37500 INR
₹12500-37500 INR
$30-250 CAD
$30-250 USD
₹12500-37500 INR
₹600-7000 INR