File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments