Skip to content

MMDetection V3.0.0rc6 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 27 Feb 16:00
· 39 commits to 3.x since this release
61dd8d5

Highlights

New Features

Bug Fixes

  • Fix deprecating old type alias due to new version of numpy (#9625, #9537)
  • Fix VOC metrics (#9784)
  • Fix the wrong link of RTMDet-x log (#9549)
  • Fix RTMDet link in README (#9575)
  • Fix MMDet get flops error (#9589)
  • Fix use_depthwise in RTMDet (#9624)
  • Fix albumentations augmentation post process with masks (#9551)
  • Fix DETR series Unit Test (#9647)
  • Fix LoadPanopticAnnotations bug (#9703)
  • Fix isort CI (#9680)
  • Fix amp pooling overflow (#9670)
  • Fix docstring about noise in DINO (#9747)
  • Fix potential bug in MultiImageMixDataset (#9764)

Improvements

  • Replace NumPy transpose with PyTorch permute to speed-up (#9762)
  • Deprecate sklearn (#9725)
  • Add RTMDet-Ins deployment guide (#9823)
  • Update RTMDet config and README (#9603)
  • Replace the models used in the tutorial document with RTMDet (#9843)
  • Adjust the minimum supported python version to 3.7 (#9602)
  • Support modifying palette through configuration (#9445)
  • Update README document in Project (#9599)
  • Replace github with gitee in .pre-commit-config-zh-cn.yaml file (#9586)
  • Use official isort in .pre-commit-config.yaml file (#9701)
  • Change MMCV minimum version to 2.0.0rc4 for dev-3.x (#9695)
  • Add Chinese version of single_stage_as_rpn.md and test_results_submission.md (#9434)
  • Add OpenDataLab download link (#9605, #9738)
  • Add type hints of several layers (#9346)
  • Add typehint for DarknetBottleneck (#9591)
  • Add dockerfile that is easier to use in China (#9659)
  • Add twitter, discord, medium, and youtube link (#9775)
  • Prepare for merging refactor-detr (#9656)
  • Add metafile to ConditionalDETR, DABDETR and DINO (#9715)
  • Support to modify non_blocking parameters (#9723)
  • Comment repeater visualizer register (#9740)
  • Update user guide: finetune.md and inference.md (#9578)

New Contributors

Contributors

A total of 27 developers contributed to this release.

Thanks @JosonChan1998, @RangeKing, @NoFish-528, @likyoo, @Xiangxu-0103, @137208, @PeterH0323, @tianleiSHI, @wufan-tb, @lyviva, @zwhus, @jshilong, @Li-Qingyun, @sanbuphy, @zylo117, @triple-Mu, @KeiChiTse, @LYMDLUT, @nijkah, @chg0901, @DanShouzhu, @zytx121, @vansin, @BIGWangYuDong, @hhaAndroid, @RangiLyu, @ZwwWayne

Full Changelog: v3.0.0rc5...v3.0.0rc6