Skip to content

Commit 25ac8f5

Browse files
authored
Bump to 2.2 (#3170)
* Bump to 2.2 * remove some * update * update * update mmcv version
1 parent 43ad865 commit 25ac8f5

4 files changed

Lines changed: 49 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
4040

4141
## Changelog
4242

43-
v2.1.0 was released in 8/6/2020.
43+
v2.2.0 was released in 1/7/2020.
4444
Please refer to [changelog.md](docs/changelog.md) for details and release history.
4545
A comparison between v1.x and v2.0 codebases can be found in [compatibility.md](docs/compatibility.md).
4646

docs/changelog.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
## Changelog
22

3+
### v2.2.0 (1/7/2020)
4+
5+
**Highlights**
6+
- Support new methods: [DetectoRS](https://arxiv.org/abs/2006.02334), [PointRend](https://arxiv.org/abs/1912.08193), [Generalized Focal Loss](https://arxiv.org/abs/2006.04388), [Dynamic R-CNN](https://arxiv.org/abs/2004.06002)
7+
8+
**Bug Fixes**
9+
- Fix FreeAnchor when no gt in image (#3176)
10+
- Clean up deprecated usage of `register_module()` (#3092, #3161)
11+
- Fix pretrain bug in NAS FCOS (#3145)
12+
- Fix `num_classes` in SSD (#3142)
13+
- Fix FCOS warmup (#3119)
14+
- Fix `rstrip` in `tools/publish_model.py`
15+
- Fix `flip_ratio` default value in RandomFLip pipeline (#3106)
16+
- Fix cityscapes eval with ms_rcnn (#3112)
17+
- Fix RPN softmax (#3056)
18+
- Fix filename of LVIS@v0.5 (#2998)
19+
- Fix nan loss by filtering out-of-frame gt_bboxes in COCO (#2999)
20+
- Fix bug in FSAF (#3018)
21+
- Add FocalLoss `num_classes` check (#2964)
22+
- Fix PISA Loss when there are no gts (#2992)
23+
- Avoid nan in `iou_calculator` (#2975)
24+
- Prevent possible bugs in loading and transforms caused by shallow copy (#2967)
25+
26+
**New Features**
27+
- Add DetectoRS (#3064)
28+
- Support Generalize Focal Loss (#3097)
29+
- Support PointRend (#2752)
30+
- Support Dynamic R-CNN (#3040)
31+
- Add DeepFashion dataset (#2968)
32+
- Implement FCOS training tricks (#2935)
33+
- Use BaseDenseHead as base class for anchor-base heads (#2963)
34+
- Add `with_cp` for BasicBlock (#2891)
35+
- Add `stem_channles` argument for ResNet (#2954)
36+
37+
**Improvements**
38+
39+
- Add anchor free base head (#2867)
40+
- Migrate to github action (#3137)
41+
- Add docstring for datasets, pipelines, core modules and methods (#3130, #3125, #3120)
42+
- Add VOC benchmark (#3060)
43+
- Add `concat` mode in GRoI (#3098)
44+
- Remove cmd arg `autorescale-lr` (#3080)
45+
- Use `len(data['img_metas'])` to indicate `num_samples` (#3073, #3053)
46+
- Switch to EpochBasedRunner (#2976)
47+
48+
349
### v2.1.0 (8/6/2020)
450

551
**Highlights**

mmdet/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

requirements/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
matplotlib
2-
mmcv>=0.6.0
2+
mmcv>=0.6.2
33
numpy
44
# need older pillow until torchvision is fixed
55
Pillow<=6.2.2

0 commit comments

Comments
 (0)