Release v1.3.0 and update docs

This commit is contained in:
xysun 2023-03-31 16:16:57 +08:00
parent ae7fbae80c
commit 35cba231ef
3 changed files with 14 additions and 5 deletions

View File

@ -4,8 +4,9 @@
- Available storage is less than the remaining flash space on IDF v5.0. - Available storage is less than the remaining flash space on IDF v5.0.
If you can not map model partition successfully, please check the left free storage by `spi_flash_mmap_get_free_pages(ESP_PARTITION_MMAP_DATA)` If you can not map model partition successfully, please check the left free storage by `spi_flash_mmap_get_free_pages(ESP_PARTITION_MMAP_DATA)`
## Unreleased ## 1.3.0
- Update the partition APIs to keep compatible with both IDF v4.4 and IDF v5.0 - Update the partition APIs to keep compatible with both IDF v4.4 and IDF v5.0
- Add a new Chinese MultiNet6 mdoel for air conditioner controller
## 1.2.1 ## 1.2.1
- Fix bugs in model loader - Fix bugs in model loader

View File

@ -170,10 +170,10 @@ Word Error Rate 性能测试
.. note:: .. note::
中文使用没有声调的拼音单元去计算WER. 中文使用没有声调的拼音单元去计算WER
Speech Commands 性能测试 Speech Commands 性能测试(空调控制场景)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-----------+-----------+----------+------------+-------------+ +-----------+-----------+----------+------------+-------------+
| Model | Distance | Quiet | Stationary | Speech | | Model | Distance | Quiet | Stationary | Speech |
@ -187,6 +187,14 @@ Speech Commands 性能测试
| MultiNet | 3 m | 98.8% | 88.3% | 88.0% | | MultiNet | 3 m | 98.8% | 88.3% | 88.0% |
| 6_cn | | | | | | 6_cn | | | | |
+-----------+-----------+----------+------------+-------------+ +-----------+-----------+----------+------------+-------------+
| MultiNet | 3 m | 97.1% | 95.1% | 96.8% |
| 6_cn_ac | | | | |
+-----------+-----------+----------+------------+-------------+
.. note::
MultiNet6_cn_ac在空调场景数据集上进行了进一步的微调所以在空调控制场景具有更好的性能。
TTS TTS
--- ---

View File

@ -1,4 +1,4 @@
version: "1.2.1" version: "1.3.0"
description: esp_sr provides basic algorithms for Speech Recognition applications description: esp_sr provides basic algorithms for Speech Recognition applications
url: https://github.com/espressif/esp-sr url: https://github.com/espressif/esp-sr
dependencies: dependencies: