1. 08 7月, 2021 1 次提交
    • M
      Optimize imports (#3601) · 84c8958d
      Manuel Garcia 提交于
      Besides removing unnecessary imports, this also fixes the missing logger module in test_architectures.py within the static directory.
      84c8958d
  2. 18 5月, 2021 1 次提交
  3. 25 4月, 2021 1 次提交
    • C
      [dev] s2anet add anno convert to rbox (#2724) · a9255173
      cnn 提交于
      * add script of dota_2_coco
      
      * add args for dota_to_coco
      
      * add script to generate test result of dota
      
      * add loss weight for s2anet
      
      * fix dy2st for s2anet
      
      * fix code style
      a9255173
  4. 30 3月, 2021 1 次提交
    • C
      [dev] fix paddle inference name problem, and update doc (#2430) · 3b02c71e
      cnn 提交于
      * fix paddle inference name problem, and update doc
      
      * set default value
      
      * fix inference lib name in static
      
      * update deploy doc, fix build error of windows
      
      * add annotation of PADDLE_LIB_NAME
      
      * set min_subgraph_size=33 as default, fix bug of fcos_dcn_r50_fpn_1x
      3b02c71e
  5. 22 3月, 2021 1 次提交
  6. 15 12月, 2020 1 次提交
  7. 03 11月, 2020 1 次提交
  8. 15 10月, 2020 1 次提交
  9. 02 10月, 2020 1 次提交
  10. 01 10月, 2020 1 次提交
    • G
      add solov2 model (#1412) · dd1e05d7
      Guanghua Yu 提交于
      * add solov2 model
      
      * fix train batch size
      
      * add solov2_r101_vd_fpn_3x
      
      * fix batch size and update modelzoo
      
      * refactor code of solov2
      
      * fix deploy/python
      dd1e05d7
  11. 09 9月, 2020 1 次提交
  12. 03 9月, 2020 1 次提交
  13. 18 8月, 2020 1 次提交
  14. 24 7月, 2020 1 次提交
  15. 13 7月, 2020 1 次提交
  16. 10 7月, 2020 1 次提交
  17. 14 5月, 2020 1 次提交
  18. 12 5月, 2020 1 次提交
  19. 09 5月, 2020 1 次提交
  20. 08 5月, 2020 1 次提交
    • J
      add export Serving model (#605) · 3fc0861f
      Jiawei Wang 提交于
      * add serving export model
      * add paddle serving client in requirement.txt
      * remove redundant code with codestyle check
      * fix export model doc
      * fix according to professional reviews
      * move paddle serving model export tutorial to the last of doc
      3fc0861f
  21. 06 5月, 2020 1 次提交
  22. 15 4月, 2020 2 次提交
  23. 02 4月, 2020 1 次提交
  24. 26 3月, 2020 1 次提交
    • W
      Refine inference on python (#259) · 79616f79
      wangguanzhong 提交于
      * export config file in export_model.py
      
      * add custom label_list & dump_box
      
      * add infer_cfg.yml & doc
      
      * export label_list to inference config
      
      * update PaddleTensor to ZeroCopyTensor
      79616f79
  25. 02 1月, 2020 1 次提交
    • W
      load inference (#147) · 18645132
      wangguanzhong 提交于
      * load inference
      
      * add doc
      
      * add config file for tensorrt_infer
      
      * add padding for rcnn preprocess
      
      * refine code & doc
      18645132
  26. 19 12月, 2019 1 次提交
    • Q
      Polish reader to simplify preprocessing logic. (#112) · 8192c758
      qingqing01 提交于
      * Polish Reader to simplify preprocessing logic.
      #  sample_transforms-> make batch -> batch_transforms in Reader.
      * Clean some code
      * Imporve yolov3_r50vd_dcn_obj365_pretrained_coco 41.4 to 41.8.
      * Update all configs.
      8192c758
  27. 05 11月, 2019 1 次提交
  28. 24 10月, 2019 2 次提交