There was an error while loading. Please reload this page.
Q: 板端检测结果全是 label=0, score=0.5?
A: calibration_std 配置错误。Pulsar2 用 /std,应设为 255 而非 0.004。详见 校准归一化对齐。
calibration_std
/std
Q: INT8 还是 U16?
A: 默认 INT8。大多数模型 INT8 精度足够。仅仿真 cosine < 0.99 时尝试 U16。
Q: Python SDK import 失败?
A: 安装 pyaxengine:pip install git+https://github.com/AXERA-TECH/pyaxengine。
pip install git+https://github.com/AXERA-TECH/pyaxengine
Q: C++ 二进制 segfault?
A: 可能是 tegra_hal NEON 问题,reboot 板子后重试。