文件名称:chainer-pointnet:PointNet,PointNet ++,KD-Network和3DContextNework的Chainer实现
文件大小:78KB
文件格式:ZIP
更新时间:2024-05-20 13:07:26
deep-neural-networks deep-learning chainer classification segmentation
链接器点网 [1]实现了基于各种点云的深度神经网络。 它包括PointNet,PointNet ++,Kd-Network和Kd上下文网络(3DContextNet)。 安装 请安装 (和如果你想使用GPU)事前, # Install chainer pip install chainer # Install cupy if you use GPU (please change based on your CUDA version) # For example, if you use CUDA 8.0, pip install cupy-cuda80 # similarly cupy-cuda90 or cupy-cuda91 is avaialble. 然后键入以下命令以安装master分支。 git clone https://github.com/corochann/cha
【文件预览】:
chainer-pointnet-master
----experiments()
--------modelnet40()
--------s3dis()
----LICENSE(1KB)
----setup.py(685B)
----README.md(12KB)
----chainer_pointnet()
--------utils()
--------models()
--------_version.py(22B)
--------__init__.py(82B)
----.gitignore(1KB)