1. 10 5月, 2023 1 次提交
    • xuchaoxin1375's avatar
      - initially support the interface language switch:between Chinese and English · 3caa54e2
      xuchaoxin1375 提交于
        - the approch to achieve the multilanguage support depending on language string resource py file:
          - `zh.py` for Chinese
          - `en.py` for english
        - for convenience,these module was managed by the `multilanguage.py`module.
        - unfortunately,these features was test in `fviewer.py`,the main gui was still unable to work normally because the `windows.close` caused the program broken!
      - improve the regex_filter performance by using `re.compile` instead `re.<function>`
      3caa54e2
  2. 30 4月, 2023 2 次提交
    • xuchaoxin1375's avatar
      - fix some bugs about pca_params · e4e1fb4d
      xuchaoxin1375 提交于
      - update `npy` save strategy
      e4e1fb4d
    • xuchaoxin1375's avatar
      - "update PCA transformer to the SER system" · 18eca268
      xuchaoxin1375 提交于
      - "there are some problems with recognize the single audio with pca preprocessing,the idea is to save the pca transformer when it was first fited,and then try to load corresponding file(joblib or pickle) when you need to recognize several audios that need extract the required dimension feature"
      18eca268
  3. 27 4月, 2023 1 次提交
  4. 21 4月, 2023 2 次提交
  5. 20 4月, 2023 2 次提交
  6. 18 4月, 2023 2 次提交
  7. 17 4月, 2023 1 次提交
  8. 16 4月, 2023 1 次提交
  9. 15 4月, 2023 1 次提交
  10. 13 4月, 2023 1 次提交
  11. 12 4月, 2023 1 次提交