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
641938fd
Commit
641938fd
authored
May 28, 2025
by
zhanggzh
Browse files
add mmdetection3d source code and change readme
parent
fe25f7a5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
416 deletions
+43
-416
README.md
README.md
+35
-408
projects/BEVFusion/bevfusion/ops/voxel/src/scatter_points_cuda.cu
.../BEVFusion/bevfusion/ops/voxel/src/scatter_points_cuda.cu
+1
-1
projects/BEVFusion/setup.py
projects/BEVFusion/setup.py
+7
-7
No files found.
README.md
View file @
641938fd
This diff is collapsed.
Click to expand it.
projects/BEVFusion/bevfusion/ops/voxel/src/scatter_points_cuda.cu
View file @
641938fd
...
...
@@ -13,7 +13,7 @@ typedef enum { SUM = 0, MEAN = 1, MAX = 2 } reduce_t;
#define CHECK_INPUT(x) \
CHECK_CUDA(x); \
CHECK_CONTIGUOUS(x)
#define __CUDA_ARCH__ 750
namespace
{
int
const
threadsPerBlock
=
512
;
int
const
maxGridDim
=
50000
;
...
...
projects/BEVFusion/setup.py
View file @
641938fd
...
...
@@ -50,19 +50,19 @@ if __name__ == '__main__':
name
=
'bev_pool_ext'
,
module
=
'projects.BEVFusion.bevfusion.ops.bev_pool'
,
sources
=
[
'src/bev_pool.cpp'
,
'src/bev_pool_cuda.cu'
,
'
/home/mmdetection3d/projects/BEVFusion/bevfusion/ops/bev_pool/
src/bev_pool.cpp'
,
'
/home/mmdetection3d/projects/BEVFusion/bevfusion/ops/bev_pool/
src/bev_pool_cuda.cu'
,
],
),
make_cuda_ext
(
name
=
'voxel_layer'
,
module
=
'projects.BEVFusion.bevfusion.ops.voxel'
,
sources
=
[
'src/voxelization.cpp'
,
'src/scatter_points_cpu.cpp'
,
'src/scatter_points_cuda.cu'
,
'src/voxelization_cpu.cpp'
,
'src/voxelization_cuda.cu'
,
'
/home/mmdetection3d/projects/BEVFusion/bevfusion/ops/voxel/
src/voxelization.cpp'
,
'
/home/mmdetection3d/projects/BEVFusion/bevfusion/ops/voxel/
src/scatter_points_cpu.cpp'
,
'
/home/mmdetection3d/projects/BEVFusion/bevfusion/ops/voxel/
src/scatter_points_cuda.cu'
,
'
/home/mmdetection3d/projects/BEVFusion/bevfusion/ops/voxel/
src/voxelization_cpu.cpp'
,
'
/home/mmdetection3d/projects/BEVFusion/bevfusion/ops/voxel/
src/voxelization_cuda.cu'
,
],
),
],
...
...
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