Skip to content

Commit

Permalink
bump to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiahao1999 committed Jan 8, 2024
1 parent cf44f82 commit 72a7a2b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
type: string
cuda:
type: enum
enum: ["11.3", "11.7"]
enum: ["10.2", "11.7"]
cudnn:
type: integer
default: 8
Expand Down Expand Up @@ -173,7 +173,7 @@ workflows:
torch: 1.8.1
# Use double quotation mark to explicitly specify its type
# as string instead of number
cuda: "11.3"
cuda: "10.2"
requires:
- hold
- build_cuda:
Expand All @@ -190,7 +190,7 @@ workflows:
- build_cuda:
name: minimum_version_gpu
torch: 1.8.1
cuda: "11.3"
cuda: "10.2"
filters:
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ In version 1.4, MMDetecion3D refactors the Waymo dataset and accelerates the pre

Besides, in version 1.4, MMDetection3D provides [Waymo-mini](https://download.openmmlab.com/mmdetection3d/data/waymo_mmdet3d_after_1x4/waymo_mini.tar.gz) to help community users get started with Waymo and use it for quick iterative development.

**v1.4.0** 版本已经在 2024.01.05 发布
**v1.4.0** was released in 8/1/2024

- Refactor Waymo dataset
- Support the training of [DSVT](<(https://arxiv.org/abs/2301.06051)>) in `projects`
- Support [Nerf-Det](https://arxiv.org/abs/2307.14620) in `projects`
- Refactor Waymo dataset

**v1.3.0** was released in 18/10/2023:

Expand Down
6 changes: 3 additions & 3 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ MMDetection3D 是一个基于 PyTorch 的目标检测开源工具箱,下一代

此外,在1.4版本中,MMDetection3D 提供了 [Waymo-mini](https://download.openmmlab.com/mmdetection3d/data/waymo_mmdet3d_after_1x4/waymo_mini.tar.gz) 来帮助社区用户上手 Waymo 并用于快速迭代开发。

**v1.4.0** 版本已经在 2024.01.05 发布:
**v1.4.0** 版本已经在 2024.1.8 发布:

-`projects` 中支持了 [DSVT](<(https://arxiv.org/abs/2301.06051)>) 的训练
-`projects` 中支持了 [Nerf-Det](https://arxiv.org/abs/2307.14620)
- 重构了 Waymo 数据集
-`projects` 中支持 [DSVT](<(https://arxiv.org/abs/2301.06051)>) 的训练
- 在 projects 中支持了 [Nerf-Det](https://arxiv.org/abs/2307.14620)

**v1.3.0** 版本已经在 2023.10.18 发布:

Expand Down
4 changes: 2 additions & 2 deletions docs/en/notes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog of v1.1

### v1.4.0 (05/01/2024)
### v1.4.0 (8/1/2024)

#### Highlights

Expand All @@ -10,10 +10,10 @@

#### New Features

- Refactor Waymo dataset for speeding up dataset preprocessing, setup, and evaluation. (#2836)
- Support the training of [DSVT](<(https://arxiv.org/abs/2301.06051)>) in `projects` (#2738)
- Support [Nerf-Det](https://arxiv.org/abs/2307.14620) in `projects` (#2732)
- Support [MV-FCOS3D++](https://arxiv.org/abs/2207.12716)
- Refactor Waymo dataset (#2836)

#### Improvements

Expand Down

0 comments on commit 72a7a2b

Please sign in to comment.