1. 07 2月, 2023 1 次提交
    • U
      [论文复现营] add QueryInst (#7585) · e22eb8a1
      ucsk 提交于
      * add QueryInst
      
      * update sparse config
      
      * Clean up redundancy and update style
      
      * update config
      
      * add trained models & resolve conflict
      
      * share bbox_cxcywh_to_xyxy
      
      * Revert "share bbox_cxcywh_to_xyxy"
      
      This reverts commit ccf811211eda0a59dc0446f1b716f4e7412367f9.
      
      * repeat bbox_cxcywh_to_xyxy
      
      * Poly2Mask: Add delete switch
      RandomSizeCrop: keep origin randint style
      
      * update copyright
      e22eb8a1
  2. 06 2月, 2023 1 次提交
  3. 03 2月, 2023 1 次提交
    • F
      Add PPYOLOE distillation (#7671) · b2e0acf1
      Feng Ni 提交于
      * add ppyoloe distill with soft loss and feature loss
      
      * refine distill codes
      
      * fix configs and docs
      
      * clean codes
      
      * merge cam, fix export
      b2e0acf1
  4. 02 2月, 2023 1 次提交
  5. 01 2月, 2023 1 次提交
    • X
      Support GradCAM (#7626) · ffce1218
      xs1997zju 提交于
      * fix slice infer one image save_results (#7654)
      
      * Support GradCAM Cascade_rcnn forward bugfix
      
      * code style fix
      
      * BBoxCAM class name fix
      
      * Add gradcam tutorial and demo
      
      ---------
      Co-authored-by: NFeng Ni <nemonameless@qq.com>
      ffce1218
  6. 31 1月, 2023 1 次提交
  7. 28 1月, 2023 1 次提交
  8. 09 1月, 2023 1 次提交
  9. 04 1月, 2023 1 次提交
    • S
      add DINO (#7583) · 918b7542
      shangliang Xu 提交于
      * add DINO
      
      add msdeformable attention cuda op
      
      fix export bug
      
      * fix decoder norm
      918b7542
  10. 27 12月, 2022 1 次提交
    • T
      Few shot (#7503) · a40d2d3a
      Taojerxi 提交于
      * finish_cotuning
      
      * fix_bug
      
      * add_readme
      
      * finish contrast
      a40d2d3a
  11. 20 12月, 2022 1 次提交
  12. 30 11月, 2022 1 次提交
  13. 15 11月, 2022 1 次提交
  14. 17 10月, 2022 1 次提交
  15. 17 9月, 2022 1 次提交
    • F
      refine fcos codes (#6949) · 80b2627b
      Feng Ni 提交于
      * refine fcos codes
      
      * refine fcos postprocess
      
      * fix fcos deploy
      
      * fix fcos deploy
      80b2627b
  16. 16 9月, 2022 1 次提交
    • W
      add fcosr model (#6765) · 92078713
      wangxinxin08 提交于
      * add fcosr
      
      * fix some problem
      
      * add docs for fcosr
      
      * modify code
      
      * modify focsr reader
      
      * finish tensorrt deployment with dynamic shape
      
      * modify according to review comment
      
      Co-authored-by: wangxinxin08 <>
      92078713
  17. 07 9月, 2022 1 次提交
  18. 31 8月, 2022 1 次提交
  19. 11 8月, 2022 1 次提交
    • W
      refactor s2anet (#6604) · b4727677
      wangxinxin08 提交于
      * refactor s2anet to support batch_size > 1
      
      * fix problem of inference
      
      * support batch_size > 1 for training
      
      * fix empty results
      
      * fix dota eval
      
      * fix configs of s2anet_head
      
      * modify s2anet_spine_1x to 73 mAP
      b4727677
  20. 20 6月, 2022 1 次提交
  21. 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
  22. 31 5月, 2022 1 次提交
  23. 02 5月, 2022 1 次提交
  24. 22 4月, 2022 1 次提交
  25. 18 4月, 2022 1 次提交
  26. 12 4月, 2022 1 次提交
  27. 06 4月, 2022 1 次提交
  28. 02 4月, 2022 1 次提交
    • W
      support mask rcnn bs>2 (#5470) · 020e1cd6
      wangguanzhong 提交于
      * support mask rcnn bs>2
      
      * fix resize op in c++ deploy
      
      * fix preprocess in mask rcnn
      
      * fix cascade mask rcnn when box is empty
      
      * update merge batch
      020e1cd6
  29. 30 3月, 2022 1 次提交
  30. 21 3月, 2022 1 次提交
    • F
      [MOT] add bytetrack yolo configs and deploy (#5377) · e792e418
      Feng Ni 提交于
      * add bytetrack yolov3 ppyoloe cfgs
      
      * add bytetrack reid
      
      * fix sde bytetrack reid
      
      * fix bytetrack readme
      
      * add jdetracker mtmct
      
      * fix bytetrack reid
      
      * fix deploy track_config
      
      * fix doc readme
      e792e418
  31. 18 3月, 2022 1 次提交
  32. 16 3月, 2022 1 次提交
  33. 15 3月, 2022 1 次提交
    • F
      [MOT] Upgrade pptracking deploy (#5358) · c643eeab
      Feng Ni 提交于
      * add bytetrack yolov3 engine and deploy baseline
      
      * fix bytetrack yolov3 configs
      
      * fix cfgs tools
      
      * fix tracker pred_dets
      
      * fit pptracking jde sde infer
      
      * rename cfgs, fix mot_sde_infer
      
      * fix mot sde single class infer
      
      * remove byte cfgs
      
      * fix mtmct
      
      * clean code
      c643eeab
  34. 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
  35. 26 1月, 2022 1 次提交
    • B
      add implementation of RetinaNet (#5140) · ae621055
      Blake 提交于
      * add implementation of RetinaNet
      
      * * add README.md and model zoo
      * rename FOCSFeat -> RetianFeat
      * add mstrain model to model zoo
      * refactor DeltaBBoxCoder
      
      * update link for model and log
      ae621055
  36. 14 1月, 2022 1 次提交
  37. 13 1月, 2022 1 次提交
  38. 07 1月, 2022 1 次提交
  39. 21 12月, 2021 1 次提交
    • W
      fix solov2 infer (#4972) · 3e0e3585
      wangxinxin08 提交于
      * support different norm_type for different module when convert to sync batch norm
      
      * remove BatchNorm in esnet
      3e0e3585
  40. 24 11月, 2021 1 次提交