1. 07 3月, 2023 2 次提交
  2. 06 3月, 2023 1 次提交
  3. 02 3月, 2023 1 次提交
  4. 22 2月, 2023 1 次提交
    • Z
      keypoint petr (#7774) · 4c04ce74
      zhiboniu 提交于
      * petr train ok
      
      train ok
      
      refix augsize
      
      affine size fix
      
      update msdeformable
      
      fix flip/affine
      
      fix clip
      
      add resize area
      
      add distortion
      
      debug mode
      
      fix pos_inds
      
      update edge joints
      
      update word mistake
      
      * delete extra codes;adapt transformer modify;update code format
      
      * reverse old transformer modify
      
      * integrate datasets
      4c04ce74
  5. 15 2月, 2023 1 次提交
  6. 08 2月, 2023 1 次提交
    • XYZ_916's avatar
      tinypose3d for medical dataset (#7696) · 9fafde8f
      XYZ_916 提交于
      * tinypose3d for medical dataset
      
      * modify tinypose-3d codes according to comments
      
      * the images in dataset is named 'image'
      
      * change model name to TinyPose3D
      
      * annotations
      9fafde8f
  7. 03 2月, 2023 1 次提交
  8. 09 1月, 2023 1 次提交
  9. 05 1月, 2023 1 次提交
  10. 26 10月, 2022 1 次提交
  11. 30 9月, 2022 1 次提交
  12. 07 9月, 2022 1 次提交
  13. 31 8月, 2022 1 次提交
  14. 30 8月, 2022 1 次提交
  15. 11 8月, 2022 2 次提交
  16. 03 8月, 2022 1 次提交
  17. 22 7月, 2022 1 次提交
  18. 15 7月, 2022 1 次提交
  19. 14 7月, 2022 1 次提交
    • W
      [WIP] Add vitdet (#6397) · c684201e
      Wenyu 提交于
      * add cascade vitdet
      
      * cascade vit
      
      * fix for model export
      
      * add vit cascade cfgs
      c684201e
  20. 11 7月, 2022 1 次提交
  21. 05 7月, 2022 1 次提交
  22. 04 7月, 2022 1 次提交
  23. 30 6月, 2022 1 次提交
  24. 28 6月, 2022 2 次提交
  25. 22 6月, 2022 1 次提交
  26. 21 6月, 2022 1 次提交
  27. 20 6月, 2022 1 次提交
  28. 16 6月, 2022 1 次提交
  29. 13 6月, 2022 2 次提交
  30. 01 6月, 2022 1 次提交
    • W
      Clean fluid (#6075) · c103d025
      wangguanzhong 提交于
      * clean fluid
      
      * mv static to legacy
      
      * remove yolo box
      
      * revert legacy dir
      
      * revert static link
      
      * update in_dynamic_mode
      
      * clean iou_similarity, collect_fpn_proposals, bipartite_match
      c103d025
  31. 31 5月, 2022 1 次提交
  32. 06 5月, 2022 1 次提交
  33. 18 4月, 2022 1 次提交
  34. 31 3月, 2022 1 次提交
  35. 03 3月, 2022 1 次提交
    • S
      Add PP-YOLOv3 code (#5281) · ef83ab8a
      shangliang Xu 提交于
      * [ppyolov3] add ppyolov3 base code
      
      * add ppyolov3 s/m/x
      
      * modify ema
      
      * modify code to convert onnx successfully
      
      * support arbitrary shape
      
      * update config to use amp default
      
      * refine ppyolo_head code
      
      * modify reparameter code
      
      * refine act layer
      
      * adapter pico_head and tood_head code
      
      * remove ppyolov3 yaml
      
      * fix codestyle
      Co-authored-by: Nwangxinxin08 <wangxinxin08@baidu.com>
      ef83ab8a
  36. 09 1月, 2022 1 次提交
    • X
      modify the ch_in & ch_out expression of the BasicBlock (#5075) · d94481c2
      Xinjun-Wu吴鑫俊 提交于
      * modify the ch_in&ch_out of the BasicBlock
      
      (cherry picked from commit da568e4741f9a3a440ba1f605b8d12299fe4ed23)
      
      * add the type convertion of the ch_in and ch_out & update gitignore
      
      (cherry picked from commit 5b55097c6dab81dbccc187ba13a92b724ffc7ef5)
      
      * revert the changes of gitignore
      
      (cherry picked from commit ffeb72a8cefca6f416c5483756cc67f26f40522f)
      d94481c2