Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DCNSW committed Sep 15, 2021
1 parent 9df6c22 commit 923c192
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/centerpoint/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Collections:
- Hard Voxelization
Paper:
URL: https://arxiv.org/abs/2006.11275
Title: Center-based 3D Object Detection and Tracking
Title: 'Center-based 3D Object Detection and Tracking'
README: configs/centerpoint/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection3d/blob/master/mmdet3d/models/detectors/centerpoint.py#L10
Expand Down
2 changes: 1 addition & 1 deletion configs/dynamic_voxelization/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Collections:
- Dynamic Voxelization
Paper:
URL: https://arxiv.org/abs/1910.06528
Title: End-to-End Multi-View Fusion for 3D Object Detection in LiDAR Point Clouds
Title: 'End-to-End Multi-View Fusion for 3D Object Detection in LiDAR Point Clouds'
README: configs/dynamic_voxelization/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection3d/blob/master/mmdet3d/models/detectors/dynamic_voxelnet.py#L11
Expand Down
2 changes: 1 addition & 1 deletion configs/groupfree3d/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Collections:
- PointNet++
Paper:
URL: https://arxiv.org/abs/2104.00678
Title: Group-Free 3D Object Detection via Transformers
Title: 'Group-Free 3D Object Detection via Transformers'
README: configs/groupfree3d/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection3d/blob/master/mmdet3d/models/detectors/groupfree3dnet.py#L10
Expand Down
2 changes: 1 addition & 1 deletion configs/votenet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Collections:
- PointNet++
Paper:
URL: https://arxiv.org/abs/1904.09664
Title: Deep Hough Voting for 3D Object Detection in Point Clouds
Title: 'Deep Hough Voting for 3D Object Detection in Point Clouds'
README: configs/votenet/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection3d/blob/master/mmdet3d/models/detectors/votenet.py#L10
Expand Down

0 comments on commit 923c192

Please sign in to comment.