1. 25 5月, 2023 2 次提交
  2. 22 5月, 2023 1 次提交
  3. 14 5月, 2023 1 次提交
  4. 12 5月, 2023 1 次提交
  5. 09 5月, 2023 1 次提交
  6. 20 4月, 2023 1 次提交
    • Y
      Refactor benchmark (#148) · ea593dd8
      Yuantao Feng 提交于
      * use mean as default for benchmark metric; change result representation;
      add --all for benchmarking all configs at a time
      
      * fix comments
      
      * add --model_exclude
      
      * pretty print
      
      * improve benchmark result table header: from band-xpu to xpu-band
      
      * suppress print message
      
      * update benchmark results on CPU-RPI
      
      * add the new benchmark results on the new intel cpu
      
      * fix backend and target setting in benchmark; pre-modify the names of int8 quantized models
      
      * add results on jetson cpu
      
      * add cuda results
      
      * print target and backend when using --all
      
      * add results on Khadas VIM3
      
      * pretty print results
      
      * true pretty print results
      
      * update results in new format
      
      * fix broken backend and target vars
      
      * fix broken backend and target vars
      
      * fix broken backend and target var
      
      * update benchmark results on many devices
      
      * add db results on Ascend-310
      
      * update info on CPU-INTEL
      
      * update usage of the new benchmark script
      ea593dd8
  7. 26 1月, 2023 1 次提交
  8. 17 10月, 2022 1 次提交
  9. 28 9月, 2021 1 次提交
    • Y
      Improve benchmark configurations (#2) · c5b87c36
      Yuantao Feng 提交于
      * Improve benchmark configurations:
      
      * Move data downloading from configs to download_data.py. Add an alternative download link.
      
      * Add Data class to operate data loading and indexing.
      
      * Add Metric class to operate benchmark runs.
      
      * Benchmark results are now the median or geometric mean of benchmark
        runs.
      c5b87c36
  10. 17 9月, 2021 1 次提交
    • F
      Benchmark framework implementation and 3 models added: · bfac311b
      fengyuentau 提交于
      * benchmark framework: benchmarks based on configs
      
      * added impl and benchmark for YuNet (face detection)
      
      * added impl and benchmark for DB (text detection)
      
      * added impl and benchmark for CRNN (text recognition)
      bfac311b