-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lidar_centerpoint): remove libtorch from centerpoint (#480)
* feat: remove libtorch Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * feat: postprocess cuda Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * refactor: remove densificated pointcloud publisher Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * refactor: orgainze code Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * docs: change ros params and references Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * docs: circleNMS description * feat: warn log when no detected boxes Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * chore: update trained model links Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * refactor: not memcopy empty voxels Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * fix: disable to check downloaded files to pass ci Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * chore: change the name of Copyright Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * refactor: rename nms_kernel to circle_nms_kernel Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fa2eda0
commit 51f7a6b
Showing
28 changed files
with
1,163 additions
and
675 deletions.
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
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
Oops, something went wrong.