Skip to content
Snippets Groups Projects
  1. Nov 29, 2021
  2. Nov 22, 2021
  3. Nov 19, 2021
  4. Nov 17, 2021
  5. May 11, 2021
  6. Apr 13, 2021
  7. Mar 30, 2021
    • HikariTJU's avatar
      [Feature]: Add Localization Distillation for Object Detection (#4758) · ecb4a07c
      HikariTJU authored
      * add Localization Distillation for Object Detection https://arxiv.org/abs/2102.12252
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix config
      
      * add kd detector
      
      * edit loss name
      
      * overide setattr but failed
      
      * move init_detector into init
      
      * seperate ld and gfocal, fix unused param error
      
      * small fix
      
      * small fix
      
      * add test, reload magic function, create kd_loss.py
      
      * del teacher model warnings
      
      * fix reference
      
      * add ignored bbox test fix docstring
      
      * small fix
      
      * docstring fix
      
      * change names
      
      * fix
      
      * fix
      
      * fix test
      
      * fix import
      
      * fix
      
      * docstring fix
      
      * fix
      
      * retest
      
      * add test
      
      * docstring fix
      Unverified
      ecb4a07c
  8. Mar 12, 2021
    • Haian Huang(深度眸)'s avatar
      [Refactor]: Support batch inference traceable by ONNX in SSD, YOLOv3, FSAF,... · 4febf34f
      Haian Huang(深度眸) authored
      [Refactor]: Support batch inference traceable by ONNX in SSD, YOLOv3, FSAF, RetinaNet, and FCOS (#4699)
      
      * Support batch infer in RetinaNet
      
      * Suport batch multiclass_nms
      
      * Revert multiclass_nms
      
      * Fix api deprecated warning
      
      * do not repeat anchors
      
      * Move img_shapes
      
      * Update Yolov3
      
      * Support FCOS
      
      * Support RPN
      
      * Fix RPN topk_inds error
      
      * make batch exportable to onnx for yolohead
      
      * make fcos_head exportable to onnx with batch dim
      
      * Support ATSS
      
      * Support CornerNet and centripetalNet
      
      * Update RetinaNet and delta_xywh
      
      * Remove ugly code
      
      * Remove ugly code of FCOS
      
      * Remove ugly code of ATSS/YOLOV3
      
      * Support RPN and revert bbox_head
      
      * expand anchors to batch and remove BG class when use deploy_nms_pre
      
      * Update
      
      * Use dim=-1 instead of dim=2
      
      * Rename anchor_head method
      
      * Keep the original format output when nms is not use
      
      * Rename method and unified code style
      
      * Fix paa_head and unittest
      
      * Fix FASF onnx export error
      
      * Fix error
      
      * fix single stage img_shapes for onnx
      
      * move conf_thr
      
      * fix rpn_head for onnx
      
      * Add distance2bbox unittest
      
      * Remove TODO
      
      * Fix RPN
      
      * Update docstrs
      
      Co-authored-by: default avatarmaningsheng <maningsheng@sensetime.com>
      Unverified
      4febf34f
  9. Feb 26, 2021
  10. Feb 25, 2021
  11. Feb 19, 2021
  12. Feb 18, 2021
  13. Feb 16, 2021
  14. Feb 10, 2021
  15. Feb 08, 2021
  16. Jan 29, 2021
  17. Jan 28, 2021
  18. Jan 27, 2021
  19. Jan 26, 2021
    • 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>
      Unverified
      d1edc783
  20. Jan 25, 2021
  21. Jan 21, 2021
  22. Jan 18, 2021
  23. Jan 14, 2021
  24. Jan 11, 2021
  25. Jan 03, 2021
  26. Dec 23, 2020
  27. Dec 22, 2020
    • Qiaofei Li's avatar
      Handle scipy import in DETR (#4339) · f5277b50
      Qiaofei Li authored
      * fix #4181, invalid link in readme for maskrcnn cityscapes
      
      * undo
      
      * get the last epoch from config
      
      * read eval metrics from the config key
      
      * read the latest log from multiple logs
      
      * use lower case of RESULTS_LUT
      
      * handle evaluation key with VOC dataset case
      
      * toy
      
      * move the position of scipy import
      
      * move the position of scipy import
      
      * fix invalid link of config in faster_rcnn
      Unverified
      f5277b50
    • Haian Huang(深度眸)'s avatar
      Update pre-train model URL(faster rcnn and mask rcnn) (#4307) · 58d7bc85
      Haian Huang(深度眸) authored
      * FPN deprecated warning
      
      * FPN deprecated warning
      
      * Update pretrain model url
      
      * Fix pretrain model base url
      
      * Add specific class pre-trained models
      
      * Fix isort error
      
      * Update doc description
      
      * Update model url
      
      * Rename config
      
      * Rename config
      Unverified
      58d7bc85
  28. Dec 15, 2020
    • Qiaofei Li's avatar
      Fix img_norm in hrnet when using fcos detector (#4250) · 231387cd
      Qiaofei Li authored
      * fix #4232, fix img_norm in hrnet when using fcos detector
      
      * fix inherit in fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py
      
      * re-benchmark all hrnet-based fcos models using fixes img_norm, and achieving higher performance
      Unverified
      231387cd
    • Chrisfsj2051's avatar
      Support TridentNet (#3313) · 4e921b2f
      Chrisfsj2051 authored
      
      * go
      
      * go
      
      * go
      
      * go
      
      * remove unused
      
      * Update trident_faster_rcnn.py
      
      * fix nms for latest mmcv
      
      * Delete tridentnet_r101_caffe_1x_coco.py
      
      * fix ci
      
      * Update tridentnet_r50_caffe_1x_coco.py
      
      * add unit test
      
      * Update test_backbones.py
      
      * Update trident_roi_head.py
      
      * add mstrain config
      
      * update
      
      * Update trident_roi_head.py
      
      * Update trident_roi_head.py
      
      * update accoding to comment
      
      * Update trident_resnet.py
      
      * update
      
      * Update README.md
      
      * Update README.md
      
      * update
      
      * Update trident_resnet.py
      
      * Update tridentnet_r50_caffe_mstrain_1x_coco.py
      
      * Update mmdet/models/backbones/trident_resnet.py
      
      * Update resnet.py
      
      * reformat to pass CI
      
      Co-authored-by: default avatarJerry Jiarui XU <xvjiarui0826@gmail.com>
      Unverified
      4e921b2f
Loading