优化人脸检测速度

This commit is contained in:
dengwenjie
2025-03-08 16:22:46 +08:00
parent c648d8c246
commit fdfa9685d6
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# SmartJavaAIJAVA深度学习算法工具包
![retinaface_detected](examples/output/retinaface_detected.jpg)
**SmartJavaAI**是基于 **DJLDeep Java Library** 封装的轻量级深度学习算法库依托DJL的自动模型管理和跨框架特性**无需安装Python环境**且无需手动下载模型文件模型由DJL内部自动从云端加载该库致力于构建Java生态与AI模型之间的高效桥梁。针对Java开发者面临的两大痛点
- 🐍 主流AI框架PyTorch/TensorFlow的Python生态与Java工程体系割裂
@@ -11,6 +17,8 @@
**多模型支持** - 集成RetinaFace/Ultra-Light-Fast-Generic-Face-Detector双检测模型即将支持OCR/目标检测)
**跨平台兼容** - 完美支持Windows/Linux/macOS系统x86 & ARM架构
## 🌟 核心优势
| 维度 | Python生态 | 原生DJL | 本工具包 |
|------------|---------------------|-----------------|----------------|

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 354 KiB