1. 10 11月, 2020 1 次提交
  2. 09 11月, 2020 1 次提交
  3. 07 11月, 2020 1 次提交
  4. 04 11月, 2020 1 次提交
  5. 02 11月, 2020 1 次提交
  6. 01 11月, 2020 1 次提交
  7. 30 10月, 2020 2 次提交
  8. 29 10月, 2020 1 次提交
  9. 27 10月, 2020 3 次提交
  10. 26 10月, 2020 1 次提交
    • B
      Fix crnn demo (#455) · 97030316
      BUG1989 提交于
      * Fix, using opencv api for crnn demo
      
      * Delete release.sh
      97030316
  11. 25 10月, 2020 1 次提交
  12. 21 10月, 2020 2 次提交
  13. 20 10月, 2020 4 次提交
  14. 19 10月, 2020 2 次提交
  15. 17 10月, 2020 1 次提交
    • B
      Update examples (#435) · 8138b89c
      BUG1989 提交于
      * fix the bug of openmp not be link
      
      * optimize api code of examples
      8138b89c
  16. 12 10月, 2020 1 次提交
  17. 10 10月, 2020 1 次提交
    • reachfoo's avatar
      fix crnn usage tip (#434) · 2209fe77
      reachfoo 提交于
      * fix crnn usage tip
      
      * fix examples/CMakeLists.txt error when opencv not found
      2209fe77
  18. 09 10月, 2020 1 次提交
  19. 07 10月, 2020 1 次提交
  20. 06 10月, 2020 2 次提交
  21. 05 10月, 2020 2 次提交
  22. 04 10月, 2020 3 次提交
  23. 01 10月, 2020 2 次提交
  24. 30 9月, 2020 1 次提交
  25. 29 9月, 2020 1 次提交
  26. 21 9月, 2020 1 次提交
  27. 17 9月, 2020 1 次提交
    • Z
      trying add mish arm implement(ref ncnn mish arm implement), and fix winograd bug(updated) (#408) · be1bdcde
      zjd1988 提交于
      * modify src and test codes for yolov4
      
      * recover crop source code
      
      * add yolov4 example code
      
      * add mish ops and yolov4 example code
      
      * modify example/CMakeList.txt and tm_yolov4.cpp
      
      * delete yolov4 demo codes
      
      * rm yolov4 cmakelist.txt
      
      * Update mish.c
      
      regiseter mish op with OP_MISH_NAME
      
      * add sys_free to avoid memory leak
      
      * rm test.jpg for yolov4
      
      * fix coding problems
      
      * add mish arm implement adn fix winograd conv bug
      
      * add div_ps arm32 implement
      
      * add autor description
      be1bdcde