-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump versions to v0.1.1 * Update changelog.md * update * Update release date * fix format. * update changelog in readme
- Loading branch information
Showing
6 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
## Changelog | ||
|
||
### v0.1.1 (14/3/2022) | ||
|
||
#### New Features | ||
|
||
- Support [huge image inference](deom/huge_image_demo.py) (#34) | ||
- Support HRSC Dataset (#96) | ||
- Support mixed precision training (#72) | ||
- Add [colab tutorial](demo/MMRotate_Tutorial.ipynb) for beginners (#66) | ||
- Add inference speed statistics [tool](tools/analysis_tools/benchmark.py) (#86) | ||
- Add confusion matrix analysis [tool](tools/analysis_tools/confusion_matrix.py) (#93) | ||
|
||
#### Bug Fixes | ||
|
||
- Fix URL error of Swin pretrained model (#111) | ||
- Fix bug for SASM during training (#105) | ||
- Fix rbbox_overlaps abnormal when the box is too small (#61) | ||
- Fix bug for visualization (#12, #81) | ||
- Fix stuck when compute mAP (#14, #52) | ||
- Fix 'RoIAlignRotated' object has no attribute 'out_size' bug (#51) | ||
- Add missing init_cfg in dense head (#37) | ||
- Fix install an additional mmcv (#17) | ||
- Fix typos in docs (#3, #11, #36) | ||
|
||
#### Improvements | ||
|
||
- Move `eval_rbbox_map` from `mmrotate.datasets` to `mmrotate.core.evaluation` (#73) | ||
- Add Windows CI (#31) | ||
- Add copyright commit hook (#30) | ||
- Add Chinese translation of `docs/zh_cn/get_started.md` (#16) | ||
- Add Chinese translation of `docs/zh_cn/tutorials/customize_runtime.md` (#22) | ||
- Add Chinese translation of ` docs/zh_cn/tutorials/customize_config.md` (#23) | ||
- Add Chinese translation of `docs/zh_cn/tutorials/customize_models.md` (#27) | ||
- Add Chinese translation of `docs/zh_cn/model_zoo.md` (#28) | ||
- Add Chinese translation of `docs/zh_cn/faq.md` (#33) | ||
|
||
#### Contributors | ||
|
||
A total of 13 developers contributed to this release. | ||
Thanks @zytx121 @yangxue0827 @jbwang1997 @liuyanyi @DangChuong-DC @RangeKing @liufeinuaa @np-csu @akmalulkhairin @SheffieldCao @BrotherHappy @Abyssaledge @q3394101 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters