1. 08 7月, 2021 1 次提交
  2. 22 3月, 2021 2 次提交
  3. 13 1月, 2021 1 次提交
  4. 15 10月, 2020 1 次提交
  5. 27 9月, 2020 1 次提交
  6. 21 9月, 2020 1 次提交
  7. 09 7月, 2020 1 次提交
  8. 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
  9. 06 2月, 2020 1 次提交
  10. 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
  11. 11 12月, 2019 1 次提交
  12. 30 10月, 2019 1 次提交
  13. 14 10月, 2019 1 次提交
  14. 31 7月, 2019 1 次提交
  15. 16 7月, 2019 1 次提交
  16. 12 7月, 2019 1 次提交
    • Y
      Prevent module instance from modifying global config (#2790) · 584126e5
      Yang Zhang 提交于
      some of the global config values are reference type, e.g., objects, lists or
      dicts, if the created module instances modify those values (see FPN and
      spatial_scale), global config will reflect these changes, and instances of the
      same class created later will inherit the changed values
      584126e5
  17. 28 6月, 2019 1 次提交