本项目将 prithivMLmods/Watermark-Detection-SigLIP2 模型适配到昇腾 NPU (Ascend910B) 上运行。
| 项目 | 版本/信息 |
|---|---|
| NPU 驱动 | npu-smi 25.5.2 |
| NPU 设备 | Ascend910_9362 |
| Python | 3.11.14 |
| PyTorch | (环境自带) |
| torch_npu | (环境自带) |
| transformers | 4.50.0 |
NPU 健康状态: OK
pip install -r requirements.txt
python inference.py推理结果 (NPU Top-2):
完整推理日志 (logs/inference.log):
=== prithivMLmods/Watermark-Detection-SigLIP2 NPU Inference ===
Model: prithivMLmods/Watermark-Detection-SigLIP2
Loader type: transformers
Input shape: torch.Size([1, 3, 224, 224])
Output shape: torch.Size([1, 2])
Num classes: 2
NPU Top-2 Predictions:
Top-1: No Watermark (0.808327)
Top-2: Watermark (0.191673)
All class probabilities:
class_0: 0.808327
class_1: 0.191673对单张测试图片进行 CPU 与 NPU 一致性验证:
| 指标 | 数值 |
|---|---|
| max_abs_error | 0.000146 |
| mean_abs_error | 0.000129 |
| relative_error | 0.0179% |
| cosine_similarity | 1.000000 |
| threshold | 1.0% |
| 结果 | PASS |
| 指标 | 数值 |
|---|---|
| avg latency | 6.0015 ms |
| min latency | 5.9446 ms |
| max latency | 6.0674 ms |
| p50 latency | 5.9937 ms |
| p90 latency | 6.0608 ms |
| p95 latency | 6.0641 ms |
| images/sec | 166.63 |
测试配置: warmup 2 次 + 正式 10 次,单卡 NPU。
本项目包含单图 smoke consistency 验证,非官方 ImageNet 完整验证集评测。详细指标见第 4 节。
见 screenshots/self_verification.png。
| 日志 | 说明 |
|---|---|
logs/env_check.log | NPU 环境检查 |
logs/inference.log | NPU 推理输出 |
logs/accuracy.log | CPU-NPU 精度一致性 |
logs/benchmark.log | NPU 性能基准测试 |
snapshot_download 下载,不提交到仓库。local_files_only=True 避免 HuggingFace 自动下载。#NPU #Ascend #Ascend910 #SigLIP #ImageClassification