drone-inspection-specialist

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Drone Inspection Specialist

无人机巡检专家

Expert in drone-based infrastructure inspection with computer vision, thermal analysis, and 3D reconstruction for insurance, property assessment, and environmental monitoring.
专注于将计算机视觉、热分析和3D重建技术应用于无人机基础设施巡检,服务于保险、财产评估和环境监测领域。

Decision Tree: When to Use This Skill

决策树:何时使用该技能

User mentions drones/UAV?
├─ YES → Is it about inspection or assessment of something?
│        ├─ Fire detection, smoke, thermal hotspots → THIS SKILL
│        ├─ Roof damage, hail, shingles → THIS SKILL
│        ├─ Property/insurance assessment → THIS SKILL
│        ├─ 3D reconstruction for measurement → THIS SKILL
│        ├─ Wildfire risk, defensible space → THIS SKILL
│        └─ NO (flight control, navigation, general CV) → drone-cv-expert
└─ NO → Is it about fire/roof/property assessment without drones?
        ├─ YES → Still use THIS SKILL (methods apply)
        └─ NO → Different skill needed
用户提到无人机/UAV?
├─ 是 → 是否涉及某类事物的巡检或评估?
│        ├─ 火灾检测、烟雾、热热点 → 使用本技能
│        ├─ 屋顶损坏、冰雹、瓦片 → 使用本技能
│        ├─ 财产/保险评估 → 使用本技能
│        ├─ 用于测量的3D重建 → 使用本技能
│        ├─ 野火风险、防护空间 → 使用本技能
│        └─ 否(飞行控制、导航、通用计算机视觉)→ 使用drone-cv-expert
└─ 否 → 是否涉及无无人机的火灾/屋顶/财产评估?
        ├─ 是 → 仍可使用本技能(方法适用)
        └─ 否 → 需要其他技能

Core Competencies

核心能力

Fire Detection & Wildfire Risk

火灾检测与野火风险

  • Multi-Modal Detection: RGB smoke + thermal hotspot fusion
  • Precondition Assessment: NDVI, fuel load, vegetation density
  • Defensible Space: CAL FIRE/NFPA 1144 compliance evaluation
  • Progression Tracking: Spread rate, direction prediction
  • 多模态检测:RGB烟雾+热热点融合
  • 前置条件评估:NDVI、燃料负载、植被密度
  • 防护空间:CAL FIRE/NFPA 1144合规性评估
  • 蔓延追踪:蔓延速度、方向预测

Roof & Structural Inspection

屋顶与结构巡检

  • Damage Detection: Cracks, missing shingles, wear, ponding
  • Hail Analysis: Impact pattern recognition, size estimation
  • Thermal Analysis: Moisture detection, insulation gaps, HVAC leaks
  • Material Classification: Asphalt, metal, tile, slate identification
  • 损坏检测:裂缝、缺失瓦片、磨损、积水
  • 冰雹分析:撞击模式识别、尺寸估算
  • 热分析:湿度检测、绝缘间隙、HVAC泄漏
  • 材料分类:沥青、金属、瓷砖、石板识别

3D Reconstruction (Gaussian Splatting)

3D重建(Gaussian Splatting)

  • Pipeline: Video → COLMAP SfM → 3DGS training → Web viewer
  • Measurements: Roof area, damage dimensions, property bounds
  • Change Detection: Before/after comparison for claims
  • 流程:视频 → COLMAP SfM → 3DGS训练 → Web查看器
  • 测量:屋顶面积、损坏尺寸、财产边界
  • 变化检测:灾前灾后对比用于理赔

Insurance & Reinsurance

保险与再保险

  • Claim Packaging: Documentation meeting industry standards
  • Risk Modeling: Catastrophe models, loss distributions
  • Precondition Data: Satellite + drone + ground integration
  • 理赔打包:符合行业标准的文档编制
  • 风险建模:巨灾模型、损失分布
  • 前置条件数据:卫星+无人机+地面数据整合

Anti-Patterns to Avoid

需避免的反模式

1. "Single-Sensor Dependence"

1. "单传感器依赖"

Wrong: Using only RGB for fire detection. Right: Multi-modal fusion (RGB + thermal) for high-confidence alerts.
Detection SourceConfidenceAction
Thermal fire only70%Alert + verify
RGB smoke only60%Alert + investigate
Thermal + RGB95%Confirmed fire
错误做法:仅使用RGB进行火灾检测。 正确做法:多模态融合(RGB+热成像)以获得高置信度警报。
检测来源置信度行动
仅热成像火灾70%警报+核实
仅RGB烟雾60%警报+调查
热成像+RGB95%确认火灾

2. "Ignoring Hail Pattern"

2. "忽略冰雹模式"

Wrong: Counting damage without analyzing spatial distribution. Right: True hail damage has RANDOM distribution. Linear or clustered patterns indicate other causes (foot traffic, age).
错误做法:仅统计损坏数量而不分析空间分布。 正确做法:真正的冰雹损坏具有随机分布特征。线性或集群模式表明其他原因(人为踩踏、老化)。

3. "Thermal Temperature Trust"

3. "盲目信任热成像温度"

Wrong: Using raw thermal values without calibration. Right: Account for:
  • Emissivity of materials (roof = 0.9-0.95)
  • Atmospheric transmission (humidity, distance)
  • Reflected temperature from surroundings
  • Time of day (thermal lag)
错误做法:直接使用未校准的热成像数值。 正确做法:需考虑以下因素:
  • 材料发射率(屋顶=0.9-0.95)
  • 大气传输(湿度、距离)
  • 周围环境的反射温度
  • 时间(热滞后)

4. "3DGS Frame Overload"

4. "3DGS帧过载"

Wrong: Extracting every frame from drone video. Right: Extract 2-3 fps with 80% overlap. More frames ≠ better reconstruction.
Video FPSExtract RateResult
3030 (all)Redundant, slow processing
302-3Optimal quality/speed
300.5Insufficient overlap
错误做法:提取无人机视频的每一帧。 正确做法:以2-3帧/秒的速率提取,重叠率80%。更多帧≠更好的重建效果。
视频帧率提取速率结果
3030(全部)冗余、处理缓慢
302-3质量/速度最优
300.5重叠不足

5. "Insurance Claim Speculation"

5. "保险理赔猜测"

Wrong: Estimating costs without material identification. Right: Identify material → Apply correct cost matrix.
MaterialRepair $/sqftReplace $/sqft
Asphalt shingle$5-10$3-7
Metal$10-15$8-14
Tile$12-20$10-18
Slate$20-40$15-30
错误做法:未识别材料就估算成本。 正确做法:先识别材料→应用正确的成本矩阵。
材料维修费用 $/平方英尺更换费用 $/平方英尺
沥青瓦片$5-10$3-7
金属$10-15$8-14
瓷砖$12-20$10-18
石板$20-40$15-30

6. "Defensible Space Zone Confusion"

6. "防护空间区域混淆"

Wrong: Treating all vegetation equally regardless of distance. Right: CAL FIRE zones have different requirements:
ZoneDistanceRequirement
00-5 ftEmber-resistant (no combustibles)
15-30 ftLean, clean, green (spaced trees)
230-100 ftReduced fuel (selective thinning)
错误做法:不考虑距离,对所有植被一视同仁。 正确做法:CAL FIRE区域有不同要求:
区域距离要求
00-5英尺抗余烬(无易燃物)
15-30英尺稀疏、整洁、常绿(树木间距合理)
230-100英尺减少燃料(选择性疏伐)

Data Collection Strategy

数据收集策略

Satellite Data (Regional Context)

卫星数据(区域背景)

  • Sentinel-2: 10m resolution, NDVI, fuel moisture (SWIR bands)
  • Landsat-8: 30m resolution, historical baseline, thermal band
  • Planet: 3m resolution daily, change detection
  • Application: Regional risk mapping, before/after events
  • Sentinel-2:10米分辨率,NDVI,燃料湿度(短波红外波段)
  • Landsat-8:30米分辨率,历史基线,热波段
  • Planet:3米分辨率每日数据,变化检测
  • 应用:区域风险制图、灾前灾后对比

Drone Data (Property Detail)

无人机数据(财产细节)

  • RGB Mapping: 2-5cm GSD, orthomosaic, 3D model
  • Thermal Survey: Moisture detection, heat signatures
  • Close Inspection: Damage documentation, detail photos
  • Application: Individual property assessment
  • RGB测绘:2-5cm GSD,正射影像、3D模型
  • 热成像勘测:湿度检测、热特征
  • 近距离巡检:损坏文档、细节照片
  • 应用:单个财产评估

Ground Truth

地面真值

  • Slope Measurement: GPS transects for topographic risk
  • Soil Sampling: Moisture content for fire risk
  • Material Verification: Confirm roof type
  • Application: Calibration and validation
  • 坡度测量:GPS横断面用于地形风险
  • 土壤采样:湿度含量用于火灾风险
  • 材料验证:确认屋顶类型
  • 应用:校准与验证

Quick Reference Tables

快速参考表

Fire Detection Confidence Levels

火灾检测置信度等级

Signal CombinationConfidenceAlert Priority
Thermal >150°C + Smoke95%CRITICAL
Thermal fire model80%HIGH
Hotspot >80°C70%MEDIUM
Smoke only60%MEDIUM
Hotspot 60-80°C50%LOW
信号组合置信度警报优先级
热成像>150°C + 烟雾95%紧急
热成像火灾模型80%
热点>80°C70%
仅烟雾60%
热点60-80°C50%

Roof Damage Severity

屋顶损坏严重程度

TypeLowMediumHighCritical
Missing shingle--Always-
Crack<1"1-3">3"Multiple
Granule loss<10%10-30%>30%-
Ponding-SmallLargeActive leak
类型轻度中度重度危急
缺失瓦片--总是-
裂缝<1英寸1-3英寸>3英寸多处
颗粒损失<10%10-30%>30%-
积水-小型大型主动泄漏

Wildfire Risk Factors (Weighted)

野火风险因素(加权)

FactorWeightHigh Risk Indicators
Defensible space20%Non-compliant zones
Vegetation density20%NDVI >0.6, high fuel load
Slope15%>30% grade
Roof material10%Wood shake, Class C
Structure spacing10%<30ft between buildings
Access/egress10%Single road, narrow
因素权重高风险指标
防护空间20%不符合要求的区域
植被密度20%NDVI>0.6、高燃料负载
坡度15%>30%坡度
屋顶材料10%木瓦、C类
建筑间距10%建筑间距<30英尺
进出通道10%单行道、狭窄

3DGS Quality Settings

3DGS质量设置

Quality LevelIterationsTimeUse Case
Preview7K5 minQuick check
Standard30K30 minGeneral use
High50K60 minDocumentation
Inspection100K3 hrsDamage measurement
质量等级迭代次数时间使用场景
预览7K5分钟快速检查
标准30K30分钟通用场景
高级50K60分钟文档编制
巡检100K3小时损坏测量

Reference Files

参考文件

Detailed implementations in
references/
:
  • fire-detection.md
    - Multi-modal fire detection, thermal cameras, progression tracking
  • roof-inspection.md
    - Damage detection, thermal analysis, material classification
  • insurance-risk-assessment.md
    - Hail damage, wildfire risk, catastrophe modeling, reinsurance
  • gaussian-splatting-3d.md
    - COLMAP pipeline, 3DGS training, inspection measurements
详细实现位于
references/
目录:
  • fire-detection.md
    - 多模态火灾检测、热成像相机、蔓延追踪
  • roof-inspection.md
    - 损坏检测、热分析、材料分类
  • insurance-risk-assessment.md
    - 冰雹损害、野火风险、巨灾建模、再保险
  • gaussian-splatting-3d.md
    - COLMAP流程、3DGS训练、巡检测量

Integration Points

集成点

  • drone-cv-expert: Flight control, navigation, general CV algorithms
  • metal-shader-expert: GPU-accelerated 3DGS rendering
  • collage-layout-expert: Visual report composition
  • clip-aware-embeddings: Material/damage classification assistance
  • drone-cv-expert:飞行控制、导航、通用计算机视觉算法
  • metal-shader-expert:GPU加速3DGS渲染
  • collage-layout-expert:可视化报告排版
  • clip-aware-embeddings:材料/损坏分类辅助

Insurance Workflow

保险工作流

1. Pre-Event Assessment (Underwriting)
   ├─ Satellite: Regional risk context
   ├─ Drone: Property-level risk factors
   └─ Output: Risk score, premium factors

2. Post-Event Inspection (Claims)
   ├─ Drone survey: Damage documentation
   ├─ 3DGS: Measurements, change detection
   └─ Output: Claim package, cost estimate

3. Portfolio Risk (Reinsurance)
   ├─ Aggregate: TIV, loss curves
   ├─ Model: AAL, PML, concentration
   └─ Output: Treaty pricing, structure

Key Principle: Inspection accuracy depends on multi-source data fusion. Single-sensor assessments miss critical context. Always correlate drone findings with satellite baseline and weather data for defensible conclusions.
1. 灾前评估(核保)
   ├─ 卫星:区域风险背景
   ├─ 无人机:财产级风险因素
   └─ 输出:风险评分、保费因子

2. 灾后巡检(理赔)
   ├─ 无人机勘测:损坏文档
   ├─ 3DGS:测量、变化检测
   └─ 输出:理赔包、成本估算

3. 投资组合风险(再保险)
   ├─ 汇总:总可保价值、损失曲线
   ├─ 建模:年平均损失(AAL)、最大可能损失(PML)、集中度
   └─ 输出:条约定价、结构

核心原则:巡检准确性依赖多源数据融合。单传感器评估会遗漏关键信息。务必将无人机发现与卫星基线和天气数据关联,以得出可靠结论。