Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
b54cd169
Unverified
Commit
b54cd169
authored
Nov 30, 2020
by
twang
Committed by
GitHub
Nov 30, 2020
Browse files
Bump to v0.8.0 (#209)
* Update changelog for v0.8.0 * Update README.md * Update version.py
parent
93dc5dfc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
+21
-3
README.md
README.md
+2
-2
docs/changelog.md
docs/changelog.md
+18
-0
mmdet3d/version.py
mmdet3d/version.py
+1
-1
No files found.
README.md
View file @
b54cd169
...
...
@@ -8,7 +8,7 @@
[

](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/
...
...
@@ -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
...
...
docs/changelog.md
View file @
b54cd169
## 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
...
...
mmdet3d/version.py
View file @
b54cd169
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'0.
7
.0'
__version__
=
'0.
8
.0'
short_version
=
__version__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment