1. 08 11月, 2022 1 次提交
  2. 03 11月, 2022 1 次提交
  3. 23 10月, 2022 1 次提交
  4. 10 10月, 2022 2 次提交
  5. 27 9月, 2022 1 次提交
  6. 14 9月, 2022 1 次提交
  7. 17 6月, 2022 1 次提交
    • L
      fix en docs of paddle.vision.transforms.Normalize,... · 4ba2023e
      Liyulingyue 提交于
      fix en docs of paddle.vision.transforms.Normalize, paddle.vision.models.alexnet, paddle.vision.models.mobilenet, ops apis  (#42380)
      
      * Normalize; test=document_fix
      
      * alexnet; test=document_fix
      
      * alexnet; test=document_fix
      
      * vgg; test=document_fix
      
      * mobilenetv2; test=document_fix
      
      * mobilenetv1; test=document_fix
      
      * alexnet; test=document_fix
      
      * PSRoIPool; test=document_fix
      
      * psroi_pool; test=document_fix
      
      * roi_align; test=document_fix
      
      * RoIAlign; test=document_fix
      
      * alexnet; test=document_fix
      
      * MobileNetV1; test=document_fix
      
      * mobilenetv2;test=document_fix
      
      * vgg; test=document_fix
      
      * psroi_pool;test=document_fix
      
      * ops; test=document_fix
      
      * Normalize;test=document_fix
      
      * normlize;test=document_fix
      
      * Update alexnet.py
      
      * for ci;test=document_fix
      
      * for ci;test=document_fix
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      4ba2023e
  8. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  9. 31 5月, 2022 1 次提交
  10. 12 5月, 2022 1 次提交
  11. 11 5月, 2022 2 次提交
    • F
      [New API] add API paddle.vision.transforms.RandomPerspective and... · 754820fe
      Feng Ni 提交于
      [New API] add API paddle.vision.transforms.RandomPerspective and paddle.vision.transforms.perspective (#42390)
      
      * add RandomPerspective and perspective
      
      * fix UT, clean codes
      
      * fix UT
      
      * add batch transform
      
      * remove batch in tensor func
      
      * fix typos and coments, test=develop
      754820fe
    • F
      [New API] add API paddle.vision.transforms.RandomAffine and... · cbb8df78
      Feng Ni 提交于
      [New API] add API paddle.vision.transforms.RandomAffine and paddle.vision.transforms.affine (#42278)
      
      * add affine codes
      
      * adjustment codes
      
      * fix test case
      
      * fix F_cv2.affine
      
      * clean codes, add UT
      
      * fix UT
      
      * fix UT
      
      * fix UT shear
      
      * add functional test_errors
      
      * fix typos and coments, test=develop
      cbb8df78
  12. 10 5月, 2022 1 次提交
  13. 05 5月, 2022 1 次提交
  14. 29 4月, 2022 1 次提交
  15. 28 4月, 2022 1 次提交
  16. 25 3月, 2022 1 次提交
  17. 21 3月, 2022 1 次提交
  18. 18 1月, 2022 1 次提交
  19. 01 9月, 2021 1 次提交
  20. 25 6月, 2021 1 次提交
  21. 11 6月, 2021 1 次提交
  22. 08 6月, 2021 1 次提交
  23. 07 6月, 2021 1 次提交
  24. 30 4月, 2021 1 次提交
    • W
      Support transforms for paddle tensor image (#31970) · 6ab43f7f
      Wenyu 提交于
      * add to_grayscale, normalize
      
      * add rotate
      
      * add vfip and hflip
      
      * add crop center_crop
      
      
      * add padding, support constant, reflect, replicate, circular same as paddle.pad
      
      * add get-image-[n,c,w,h] axis utils
      6ab43f7f
  25. 27 4月, 2021 1 次提交
  26. 26 4月, 2021 1 次提交
  27. 25 4月, 2021 1 次提交
  28. 11 3月, 2021 1 次提交
  29. 01 3月, 2021 1 次提交
  30. 29 12月, 2020 1 次提交
  31. 17 12月, 2020 1 次提交
  32. 18 11月, 2020 1 次提交
  33. 04 11月, 2020 1 次提交
  34. 30 10月, 2020 1 次提交
  35. 22 10月, 2020 1 次提交
    • L
      Update hapi predict interface (#28180) · 68449d19
      LielinJiang 提交于
      * update hapi predict interface
      
      * fix code style
      
      * fix docs
      
      * fix docs
      
      * fix docs
      
      * update docs
      
      * fix codes style
      
      * fix unittest
      
      * fix unittest
      
      * fix coverage
      68449d19
  36. 20 10月, 2020 1 次提交
  37. 18 9月, 2020 1 次提交
  38. 31 8月, 2020 1 次提交
    • Q
      Move hapi to python/paddle root dir. (#26442) · f7fb4c22
      qingqing01 提交于
      * Move hapi form paddle/incubate to paddle
      
      * Remove vision/datasets/utils.py and clean code
      
      * Add sample code for conll05
      
      * Print pull path when saving model
      
      * Fix sample code after paramter_list of SGD is changed to parameters
      
      * Fix bug in wmt16 datase
      f7fb4c22