Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Jan 26, 2021
    • RunningLeon's avatar
      add onnx simplify option to pytorch2onnx tool (#4468) · 247785ce
      RunningLeon authored
      * add onnx simplify option
      
      * resolve comments
      
      * add warnings
      247785ce
    • Thang Vu's avatar
      1b6895a9
    • ZhangShilong's avatar
      Reimplement Sparse R-CNN (#4219) · d1edc783
      ZhangShilong authored
      
      * draft version train and test
      
      * remove get_bbox in sparse_head
      
      * refactor SparseRCNN model, align inference eval mAP with official repo
      
      * add focal_loss in hungarian_assigner.py
      
      * update hungarian_assigner.py
      
      * update detr config
      
      * update doc and codes
      
      * fix unitest
      
      * fix unitest
      
      * add embedding_rpn and traing code
      
      * modify code format
      
      * fix proposalist in simpletest
      
      * add focal loss traing
      
      * fix acc
      
      * fix reduce mean
      
      * add embedding rpn doc and add show initproposals
      
      * add docstr
      
      * fix backbone lr
      
      * fix typo and change detach_proposal_list to proposal_list
      
      * remove debug assert
      
      * add readme
      
      * add config for random crop when use 300 proposals
      
      * add aug for 300 proposals
      
      * add 300 proposals results and fix docstr
      
      * add 1x results
      
      * fix lint
      
      * fix unitest
      
      * fix docstr of embeddingrpn
      
      * fix according to the comments
      
      * fix get_bbox and a bug of dynamic conv
      
      * support cpu focal loss and fix docstr
      
      * fix docstr
      
      * fix unitest
      
      * fix bug of  init_weight
      
      * fix to device in assign
      
      * fix all commemt
      
      * fix test_config
      
      * remove dim 1 in forward
      
      * fix shape in comment
      
      * fix the case that train_cfg is None
      
      * fix shape of docstr
      
      * fix docstr
      
      * fix typo
      
      * simplify test
      
      * fix docstr
      
      * move train_cfg and test_cfg to model as
      
      * fix unitest
      
      * add link of ckpt and log
      
      * fix 1x results
      
      Co-authored-by: default avatartianyuandu <tianyuandu@gmail.com>
      Co-authored-by: default avatarfangkairen <fangkairen@sensetime.com>
      d1edc783
  3. Jan 25, 2021
  4. Jan 24, 2021
  5. Jan 21, 2021
  6. Jan 20, 2021
  7. Jan 19, 2021
  8. Jan 18, 2021
  9. Jan 14, 2021
  10. Jan 13, 2021
  11. Jan 12, 2021
  12. Jan 11, 2021
  13. Jan 10, 2021
  14. Jan 09, 2021
  15. Jan 06, 2021
  16. Jan 04, 2021
  17. Jan 03, 2021
  18. Jan 02, 2021
Loading