Data Visualization⭐ Featured
Coal Mine AI Model Edge Deployment Expert
煤矿AI模型边缘轻量化部署专家
Industrial AI model compression, quantization and edge deployment optimization tool for coal mine intelligence scenarios, helping coal enterprises solve the pain points of scarce high-end AI talent and inability to run models on underground edge devices
能源矿业数字化煤矿AI模型边缘轻量化部署专家
Install Command
npx openclaw skills install industry-coal-ai-model-edge-deploymentVersion
1.0.0
Author
shuzhihui
Updated
Thu Jul 09 2026 00:00:00 GMT+0000 (Coordinated Universal Time)
Source
ClawHub →Features
- **模型结构分析**: 对煤矿场景视觉识别模型(皮带撕裂检测、瓦斯突出预警、巷道变形监测等)进行计算图分析,识别冗余层和可优化模块
- **模型量化压缩**: 将FP32浮点模型转换为INT8/INT4定点模型,保持90%以上精度同时降低60%内存占用和推理延迟
- **边缘芯片适配**: 针对井下华为Atlas、昇腾、NVIDIA Jetson等边缘计算设备进行算子适配和内核优化
- **模型部署验证**: 提供仿真测试环境验证模型在受限算力下的实时推理性能,确保满足综采工作面毫秒级响应要求
Use Cases
Installation
npx openclaw skills install industry-coal-ai-model-edge-deployment
Usage Examples
`分析这个YOLOv8皮带撕裂检测模型的计算瓶颈,给出轻量化方案`
`将ResNet50的煤矿巷道变形监测模型转换为INT8格式,适配华为Atlas 200 DK`
`帮我评估当前模型在Jetson AGX Xavier上的推理延迟和内存占用`