Skip to content
Snippets Groups Projects
  1. Dec 27, 2021
  2. Dec 02, 2021
  3. Nov 30, 2021
  4. Nov 29, 2021
  5. Nov 22, 2021
  6. Nov 19, 2021
  7. Nov 17, 2021
  8. Apr 12, 2021
  9. Mar 30, 2021
  10. Mar 26, 2021
  11. Mar 25, 2021
  12. Mar 05, 2021
  13. Mar 02, 2021
  14. Feb 26, 2021
    • RunningLeon's avatar
      [Feature]: Support onnx2tensorrt for single stage detectors (#4569) · 1085e3c3
      RunningLeon authored
      * Ignore nonzero and add dummy data in multiclass_nms for deployment with TensorRT
      
      * reduce number of bboxes by nms_pre_deploy in anchor_head
      
      * reduce number of bboxes by nms_pre_deploy in fcos_head
      
      * add onnx2tensorrt and its doc
      
      * add nms_pre_deploy in yolo_head
      
      * change sort to topk in rpn_head
      
      * skip nonzero in single_level_roi_extractor
      
      * update onnx2tensorrt and its doc
      
      * move onnx2tensorrt
      
      * update onnx2tensorrt doc
      
      * change nms_pre_deploy to deploy_nms_pre
      
      * update doc and change deploy_nms_pre format
      Unverified
      1085e3c3
  15. Feb 19, 2021
  16. Feb 10, 2021
  17. Feb 07, 2021
  18. Feb 05, 2021
  19. Jan 27, 2021
  20. Jan 26, 2021
  21. Jan 20, 2021
    • Haian Huang(深度眸)'s avatar
      [Feature] Support to visualize results based on prediction quality (#4441) · 4310fed1
      Haian Huang(深度眸) authored
      * New Add ResultEvaluate
      
      * Update ResultVisualizer
      
      * Delete debug code
      
      * Add Loading related pipeline
      
      * 1.Move retrieve_loading_pipeline to dataset.util
      2.Support display GT mask
      3.Support display GT mask and det mask for visualize fn
      
      * Use gt_mask.to_ndarray()
      
      * Refactor analyze_results.py
      
      * Fix docs str
      
      * Logger is silent and add progressBar
      
      * Fix lint
      
      * Fix docs str and other comment
      
      * Fix docs str
      
      * Fix docs str
      
      * Fix docs str and add unit test for mask2ndarray
      Unverified
      4310fed1
  22. Jan 19, 2021
  23. Jan 18, 2021
  24. Jan 13, 2021
    • Haian Huang(深度眸)'s avatar
      Switch imshow_det_bboxes visualization backend from opencv to matplotlib (#4389) · 308f0d76
      Haian Huang(深度眸) authored
      * FPN deprecated warning
      
      * FPN deprecated warning
      
      * Replace imshow_det_bboxes visualization backend
      
      * Add bbox_vis unit tests
      
      * Encapsulate color_val_matplotlib function
      
      * Add fun input parameters
      
      * Deprecate block
      
      * Add mask display in image
      
      * Putting the text inner left corner the bbox
      
      * Add a filling color for text regions.
      
      * Update color docs
      
      * Fix color docs
      
      * Update color docs and Fix default param
      Unverified
      308f0d76
  25. Dec 22, 2020
  26. Dec 15, 2020
  27. Nov 26, 2020
    • Jerry Jiarui XU's avatar
      [Feature] Best ckpt hook (#3773) · 105c352f
      Jerry Jiarui XU authored
      * [Feature] Add best ckp hook
      
      * update docstring
      
      * Fixed evaluate
      
      * make key_indicator default None
      
      * add test, and OrderDict
      
      * add test fot best checkpoint hook
      
      * delete comments
      
      * add more info
      
      * fixed eval metric
      
      * remove key_indicator
      
      * update doc
      
      * fixed test.py/eval_metric.py
      
      * fixed dist
      
      * compatible with mmcv
      
      * more test
      
      * revert voc0712
      Unverified
      105c352f
  28. Nov 24, 2020
  29. Nov 23, 2020
  30. Oct 30, 2020
  31. Oct 29, 2020
  32. Oct 28, 2020
  33. Oct 13, 2020
  34. Oct 12, 2020
  35. Sep 30, 2020
  36. Sep 24, 2020
    • Ryan Li's avatar
      Fix bc break of fp16 (#3822) · bf01bdd5
      Ryan Li authored
      * fix bc break of mmdet.core.fp16, refactor import of wrap_fp16_model
      
      * changed warning method
      
      * added docstring for Depr_Fp16OptimizerHook
      
      * docformatter
      
      * fix docstring
      
      * changed names from depr to deprecated
      Unverified
      bf01bdd5
Loading