目前较为流行的3D点云稀疏加速四大框架,具体分为, mit-han-lab的torchsparse、NVIDAI的MinkowskiEngine、 Tusimple的spconv、facebookresearch的SparseConvNet,具体进行实验以Torchsparse为研究起始,但发现其仅仅是完成了submanifold的实现且功能也不完整(还不成熟),随后经过对spconv的深入研究,发现若要直接的在pytorch层进行修改优化以达到模型稀疏加速的目的是非常有限的,需要在CUDA底层的优化设计进行考虑。
-
Notifications
You must be signed in to change notification settings - Fork 3
haiduo/sparse_model
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
比较了目前主流的3D点云稀疏加速四大框架,具体分为, mit-han-lab的torchsparse、NVIDAI的MinkowskiEngine、 Tusimple的spconv、facebookresearch的SparseConvNet。
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published