PointNet2_RandAugment:在PointNet ++上应用RandAugment

时间:2024-02-20 06:48:20
【文件属性】:

文件名称:PointNet2_RandAugment:在PointNet ++上应用RandAugment

文件大小:389KB

文件格式:ZIP

更新时间:2024-02-20 06:48:20

pytorch classification segmentation 3d data-augmentation

PointNet ++ RandAugment 此是和实现,具有新颖的数据增强方法和RandAugment用于点云数据以处理3D分类任务PointNet2的基线代码主要是从 此仓库是3D pointcloud版本。 通过nn.DataParallel _支持Multi-GPU。 支持PyTorch版本> = 1.0.0。 使用v1.0 _来支持较早版本的PyTorch。 建立 安装python -这回购与测试2.7 , 3.5和3.6 安装依赖 pip install -r requirements.txt 使用以下命令安装: pip install -e . 如果您急于输入错误消息RuntimeError: Ninja is required to load C++ extension ,请参见进行错误排除。


【文件预览】:
PointNet2_RandAugment-master
----MANIFEST.in(24B)
----pyproject.toml(646B)
----tests()
--------test_semseg_ssg.py(544B)
--------test_cls_msg.py(538B)
--------test_semseg.py(306B)
--------conftest.py(1KB)
--------test_semseg_msg.py(544B)
--------test_cls_ssg.py(538B)
--------test_cls.py(297B)
----tox.ini(206B)
----LICENSE(1KB)
----pointnet2()
--------models()
--------config()
--------data()
--------train.py(2KB)
--------__init__.py(78B)
--------_version.py(22B)
----requirements.txt(93B)
----setup.py(359B)
----augmentations.png(2.19MB)
----README.md(4KB)
----pointnet2_ops_lib()
--------MANIFEST.in(29B)
--------pointnet2_ops()
--------setup.py(1KB)

网友评论