Skip to content

Commit 7eaed68

Browse files
committed
fix typos
1 parent c04dec5 commit 7eaed68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This release mainly improves the code quality and add more docstrings.
88
- Documentation is online now: https://mmdetection.readthedocs.io.
99
- Support new models: [ATSS](https://arxiv.org/abs/1912.02424).
1010
- DCN is now available with the api `build_conv_layer` and `ConvModule` like the normal conv layer.
11-
- A tool to collect environment infomation is available for trouble shoting.
11+
- A tool to collect environment information is available for trouble shooting.
1212

13-
**Bug Fixes**
13+
**Bug Fixes** (use "git pull" to update your local branch)
1414
- Fix the incompatibility of the latest numpy and pycocotools. (#2024)
1515
- Fix the case when distributed package is unavailable, e.g., on Windows. (#1985)
1616
- Fix the dimension issue for `refine_bboxes()`. (#1962)
@@ -22,7 +22,7 @@ This release mainly improves the code quality and add more docstrings.
2222

2323
**Improvements**
2424
- Enhance AssignResult and SamplingResult. (#1995)
25-
- Add ability to overwite existing module in Registry. (#1982)
25+
- Add ability to overwrite existing module in Registry. (#1982)
2626
- Reorganize requirements and make albumentations and imagecorruptions optional. (#1969)
2727
- Check NaN in `SSDHead`. (#1935)
2828
- Encapsulate the DCN in ResNe(X)t into a ConvModule & Conv_layers. (#1894)

0 commit comments

Comments
 (0)