1. 28 9月, 2022 1 次提交
    • G
      feat: support training image orientation model · e823f178
      gaotingquan 提交于
      add the config of orientation model
      add the preprocess op RandomRot90 that can rotate the img and return the orientation
      add the CustomLabelDataset that support getting label by preprocess
      refactor some preprocess ops to support dict parameter and return dict
      e823f178
  2. 24 8月, 2022 1 次提交
  3. 23 8月, 2022 2 次提交
  4. 09 7月, 2022 1 次提交
  5. 20 6月, 2022 1 次提交
  6. 07 6月, 2022 1 次提交
  7. 19 5月, 2022 1 次提交
  8. 18 5月, 2022 2 次提交
  9. 16 5月, 2022 1 次提交
  10. 12 5月, 2022 1 次提交
  11. 09 5月, 2022 1 次提交
  12. 05 5月, 2022 4 次提交
  13. 21 4月, 2022 1 次提交
  14. 19 4月, 2022 1 次提交
  15. 18 4月, 2022 1 次提交
  16. 01 4月, 2022 1 次提交
  17. 31 3月, 2022 1 次提交
  18. 15 2月, 2022 1 次提交
  19. 08 12月, 2021 1 次提交
  20. 04 11月, 2021 1 次提交
  21. 30 9月, 2021 1 次提交
  22. 26 9月, 2021 1 次提交
  23. 17 9月, 2021 1 次提交
    • G
      fix: fix augmentation · 1f8cfbd6
      gaotingquan 提交于
      Fix RandomErasing, RandAugment to be consistent with Timm and compatible with earlier PaddleClas.
      Add ColorJitter implemented by PaddleVision and TimmAutoAugment borrowed from Timm Lib.
      1f8cfbd6
  24. 15 9月, 2021 1 次提交
    • G
      feat: support pil resize · 64c37000
      gaotingquan 提交于
      Support PIL resizse with PIL interpolation to train transformer.
      Almost all vision transformer models need using PIL.Image.BICUBIC
      as interpolation in resize.
      64c37000
  25. 21 8月, 2021 1 次提交
  26. 20 8月, 2021 1 次提交
  27. 15 7月, 2021 1 次提交
  28. 16 6月, 2021 1 次提交
  29. 02 6月, 2021 1 次提交
  30. 31 5月, 2021 6 次提交