文件名称: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
【文件预览】:
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)