v0.5
版本发布时间: 2021-07-24 02:55:45
facebookresearch/detectron2最新发布版本:v0.6(2021-11-16 06:08:26)
- Add “LazyConfig” system, an alternative python-based config system with more flexible syntax and no predefined structures.
- Add improved Mask R-CNN baselines to model zoo using large scale jittering and longer training. See blog and configs.
- Add backbone wrapper and detector wrapper for models in mmdetection. This allows training and evaluation of these models in detectron2. See an example config that trains a mmdet’s Mask R-CNN
- Code release for Implicit PointRend & PointSup.
- Code release for Rethinking Batch in BatchNorm.
- Add support for RegNet backbones. Example.
- Integration of fvcore’s tracing-based advanced flop counter.
- New features in DensePose CSE: see its release notes for more details.
Pre-built Linux binaries are available for the following environment:
CUDA | torch 1.9 | torch 1.8 | torch 1.7 |
---|---|---|---|
11.1 | install | install | |
11.0 | install | ||
10.2 | install | install | install |
10.1 | install | install | |
9.2 | install | ||
cpu | install | install | install |