1. 20 10月, 2021 1 次提交
    • M
      [PaddlePaddle Hackathon] Task 66 (#4317) · 47fc188b
      Mark Ma 提交于
      * allow forwarding for multi scale inputs
      
      * fixed PadBatch not working with multi scale input
      
      * add faster_rcnn_r34_fpn_multiscaletest_1x_coco.yml
      
      * fixed multi scale input checking for batch transforms (PadBatch)
      
      * less scales and faster inference for multi scale test configuration file
      
      * fixed retrieving im_id from multi-scale inputs
      
      * add multi scale prediction boxes merging
      
      * allow multi scale testing for tools/infer.py (actually trainer.predict method)
      
      * add MultiscaleTestResize setting for TestReader
      
      * use BBoxPostProcess.nms parameter for multi scale prediction NMS of CascadeRCNN
      
      * add documentation for multi scale testing
      
      * raise exception if the network architecture is not supported in multi scale test mode
      
      * move documentation file
      
      * add test case for multi scale test
      
      * load pretrained weights from URL
      
      * add image files for testing. use relative path for input images
      
      * update documentation
      
      * use isinstance for sequence type checking. add empty checking for samples sequence
      47fc188b
  2. 01 8月, 2021 1 次提交
  3. 14 7月, 2021 1 次提交
  4. 07 7月, 2021 1 次提交
  5. 24 5月, 2021 1 次提交
  6. 12 5月, 2021 1 次提交
    • C
      [dev] s2anet fix export and deploy (#2919) · 0947171b
      cnn 提交于
      * s2anet fix export and deploy
      
      * remove redundant code
      
      * fix cpp for s2anet deploy
      
      * fix bug of get_categories
      
      * rename poly_to_rbox to poly2rbox
      
      * add some comment for function
      0947171b
  7. 06 5月, 2021 1 次提交
  8. 15 4月, 2021 2 次提交
  9. 12 4月, 2021 1 次提交
  10. 09 4月, 2021 1 次提交
  11. 24 3月, 2021 1 次提交
  12. 22 3月, 2021 1 次提交
  13. 19 2月, 2021 1 次提交
  14. 01 2月, 2021 1 次提交
    • W
      [Dygraph]yolo series (#2148) · 6b76b6fc
      wangxinxin08 提交于
      * add ppyolo r18vd mbv3, yolov3 r50vd
      
      * modify TestReader of ppyolo mbv3 r18vd
      
      * add clip to avoid nan, modify ema to apply ema on bn mean and bn var
      
      * fix code resulting in nan
      
      * add yolov3 r50vd dcn configs
      
      * finish yolo_series and fix some problems
      
      * hide --bias flag and modify docs
      
      * modify --bias and fix deploy/python/infer
      6b76b6fc
  15. 13 1月, 2021 1 次提交
  16. 18 12月, 2020 1 次提交
  17. 13 12月, 2020 1 次提交
  18. 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
  19. 20 7月, 2020 1 次提交
  20. 13 7月, 2020 1 次提交
  21. 18 5月, 2020 1 次提交
  22. 08 5月, 2020 1 次提交
  23. 09 4月, 2020 1 次提交
  24. 23 12月, 2019 1 次提交
  25. 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