Skip to content

Commit

Permalink
Bump to v0.8.0 (#209)
Browse files Browse the repository at this point in the history
* Update changelog for v0.8.0

* Update README.md

* Update version.py
  • Loading branch information
Tai-Wang authored Nov 30, 2020
1 parent 93dc5df commit b54cd16
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![license](https://img.shields.io/github/license/open-mmlab/mmdetection3d.svg)](https://github.com/open-mmlab/mmdetection3d/blob/master/LICENSE)


**News**: We released the codebase v0.7.0.
**News**: We released the codebase v0.8.0.

Documentation: https://mmdetection3d.readthedocs.io/

Expand Down Expand Up @@ -56,7 +56,7 @@ This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.7.0 was released in 1/11/2020.
v0.8.0 was released in 30/11/2020.
Please refer to [changelog.md](docs/changelog.md) for details and release history.

## Benchmark and model zoo
Expand Down
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## Changelog

### v0.8.0 (30/11/2020)

#### Highlights

- Refactor points structure with more constructive and clearer implementation.
- Support axis-aligned IoU loss for VoteNet with better performance.
- Update and enhance [SECOND](https://github.com/open-mmlab/mmdetection3d/tree/master/configs/second) benchmark on Waymo.

#### New Features

- Support axis-aligned IoU loss for VoteNet. (#194)
- Support points structure for consistent processing of all the point related representation. (#196, #204)

#### Improvements

- Enhance [SECOND](https://github.com/open-mmlab/mmdetection3d/tree/master/configs/second) benchmark on Waymo with stronger baselines. (#166)
- Add model zoo statistics and polish the documentation. (#201)

### v0.7.0 (1/11/2020)

#### Highlights
Expand Down
2 changes: 1 addition & 1 deletion mmdet3d/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.7.0'
__version__ = '0.8.0'
short_version = __version__


Expand Down

0 comments on commit b54cd16

Please sign in to comment.