openpoints 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openpoints-0.1.1/openpoints.egg-info → openpoints-0.1.2}/PKG-INFO +1 -1
- {openpoints-0.1.1 → openpoints-0.1.2}/__init__.py +1 -1
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/subsampling/setup.py +5 -4
- {openpoints-0.1.1/dataset/semantic_kitti/utils/cpp_wrappers/cpp_subsampling → openpoints-0.1.2/cpp/subsampling}/wrapper.cpp +8 -8
- {openpoints-0.1.1 → openpoints-0.1.2/openpoints.egg-info}/PKG-INFO +1 -1
- {openpoints-0.1.1 → openpoints-0.1.2}/pyproject.toml +1 -1
- {openpoints-0.1.1 → openpoints-0.1.2}/LICENSE +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/MANIFEST.in +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/README.md +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/chamfer_dist/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/chamfer_dist/chamfer.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/chamfer_dist/chamfer_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/chamfer_dist/setup.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/chamfer_dist/test.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/emd/README.md +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/emd/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/emd/cuda/emd.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/emd/cuda/emd_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/emd/emd.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/emd/setup.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/emd/test_emd_loss.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/setup.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/ball_query.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/ball_query_gpu.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/ball_query_gpu.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/cuda_utils.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/group_points.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/group_points_gpu.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/group_points_gpu.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/interpolate.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/interpolate_gpu.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/interpolate_gpu.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/pointnet2_api.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/sampling.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/sampling_gpu.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointnet2_batch/src/sampling_gpu.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/functions/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/functions/pointops.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/setup.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/aggregation/aggregation_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/aggregation/aggregation_cuda_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/aggregation/aggregation_cuda_kernel.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/ballquery/ballquery_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/ballquery/ballquery_cuda_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/ballquery/ballquery_cuda_kernel.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/cuda_utils.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/grouping/grouping_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/grouping/grouping_cuda_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/grouping/grouping_cuda_kernel.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/interpolation/interpolation_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/interpolation/interpolation_cuda_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/interpolation/interpolation_cuda_kernel.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/knnquery/knnquery_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/knnquery/knnquery_cuda_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/knnquery/knnquery_cuda_kernel.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/pointops_api.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/sampling/sampling_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/sampling/sampling_cuda_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/sampling/sampling_cuda_kernel.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/subtraction/subtraction_cuda.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/subtraction/subtraction_cuda_kernel.cu +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/subtraction/subtraction_cuda_kernel.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/subsampling/cpp_utils/cloud/cloud.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/subsampling/cpp_utils/cloud/cloud.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/subsampling/cpp_utils/nanoflann/nanoflann.hpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/subsampling/grid_subsampling/grid_subsampling.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/cpp/subsampling/grid_subsampling/grid_subsampling.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/atom3d/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/atom3d/psr.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/build.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/data_util.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/datalist.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/dataset_base.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/graph_dataset/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/graph_dataset/graph_dataset.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/graph_dataset/stack_with_pad.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/graph_dataset/structural_dataset.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/graph_dataset/svd_encodings_dataset.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/grid_sample.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/matterport3d/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/matterport3d/category_mapping.tsv +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/matterport3d/matterport3d.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/matterport3d/matterport3d_dataprocessing.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/modelnet/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/modelnet/modelnet40_normal_resampled_loader.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/modelnet/modelnet40_ply_2048_loader.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/molhiv/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/molhiv/data.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/molpcba/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/molpcba/data.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/class_map.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/constants.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/parser.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/parser_factory.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/parser_image_folder.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/parser_image_in_tar.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/parser_image_tar.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/parsers/parser_tfds.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/pcqm4m/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/pcqm4m/data.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/pcqm4mv2/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/pcqm4mv2/data.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/s3dis/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/s3dis/s3dis.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/s3dis/s3dis_block.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/s3dis/s3dis_sphere.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/scannetv2/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/scannetv2/scannet.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/scanobjectnn/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/scanobjectnn/scanobjectnn.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/compile_op.sh +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/helper_tool.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/label_mapping.yaml +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/semantickitti.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/cpp_wrappers/compile_wrappers.sh +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/cpp_wrappers/cpp_subsampling/grid_subsampling/grid_subsampling.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/cpp_wrappers/cpp_subsampling/grid_subsampling/grid_subsampling.h +0 -0
- {openpoints-0.1.1/cpp/subsampling → openpoints-0.1.2/dataset/semantic_kitti/utils/cpp_wrappers/cpp_subsampling}/wrapper.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/cpp_wrappers/cpp_utils/cloud/cloud.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/cpp_wrappers/cpp_utils/cloud/cloud.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/download_semantic3d.sh +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/meta/anno_paths.txt +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/meta/class_names.txt +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/KDTreeTableAdaptor.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/knn.pyx +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/knn_.cxx +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/knn_.h +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/nanoflann.hpp +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/semantic-kitti.yaml +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/shapenet/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/shapenet/shapenet55.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/shapenet/shapenetpart.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/shapenetpart/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/shapenetpart/shapenet55.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/shapenetpart/shapenetpart.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/vis2d.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/dataset/vis3d.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/loss/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/loss/build.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/loss/cross_entropy.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/loss/distill_loss.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/Stratified_transformer.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/baafnet.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/ball_dgcnn.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/curvenet.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/debug_invvit.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/deepgcn.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/dgcnn.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/graphvit3d.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/grouppointnet.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pct.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointmlp.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointnet.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointnetv2.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointnext.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointnextPyG.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointtransformer.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointvector.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointvit.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointvit_inv.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/pointvit_inv_old.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/randlenet.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/resnet.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/simpleview.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/backbone/simpleview_util.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/build.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/classification/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/classification/cls_base.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/classification/point_bert.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/activation.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/attention.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/conv.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/drop.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/graph_conv.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/group.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/group_embed.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/helpers.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/kmeans.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/knn.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/local_aggregation.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/mlp.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/norm.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/padding.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/patch_embed.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/registry.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/subsample.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/upsampling.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/layers/weight_init.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/reconstruction/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/reconstruction/base_recontruct.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/reconstruction/maskedpoint.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/reconstruction/maskedpointgroup.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/reconstruction/maskedpointvit.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/reconstruction/nodeshuffle.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/registry.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/segmentation/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/segmentation/base_seg.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/models/segmentation/vit_seg.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/openpoints.egg-info/SOURCES.txt +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/openpoints.egg-info/dependency_links.txt +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/openpoints.egg-info/not-zip-safe +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/openpoints.egg-info/requires.txt +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/openpoints.egg-info/top_level.txt +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/adabelief.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/adafactor.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/adahessian.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/adamp.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/adamw.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/lamb.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/lars.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/lookahead.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/madgrad.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/nadam.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/nvnovograd.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/optim_factory.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/radam.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/rmsprop_tf.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/optim/sgdp.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/cosine_lr.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/multistep_lr.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/plateau_lr.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/poly_lr.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/scheduler.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/scheduler_factory.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/step_lr.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/scheduler/tanh_lr.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/setup.cfg +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/tests/test_data_util.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/tests/test_optional_cuda_imports.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/tests/test_package_metadata.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/tests/test_pointmlp_hooks.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/transforms/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/transforms/point_transform_cpu.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/transforms/point_transformer_gpu.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/transforms/transforms_factory.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/__init__.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/ckpt_util.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/config.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/dist_utils.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/logger.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/metrics.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/random.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/registry.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/str2bool.py +0 -0
- {openpoints-0.1.1 → openpoints-0.1.2}/utils/wandb.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
from
|
|
2
|
-
import numpy
|
|
1
|
+
from setuptools import setup, Extension
|
|
2
|
+
import numpy
|
|
3
3
|
|
|
4
4
|
# Adding OpenCV to project
|
|
5
5
|
# ************************
|
|
@@ -16,9 +16,10 @@ SOURCES = ["cpp_utils/cloud/cloud.cpp",
|
|
|
16
16
|
module = Extension(m_name,
|
|
17
17
|
sources=SOURCES,
|
|
18
18
|
extra_compile_args=['-std=c++11',
|
|
19
|
-
'-D_GLIBCXX_USE_CXX11_ABI=0']
|
|
19
|
+
'-D_GLIBCXX_USE_CXX11_ABI=0'],
|
|
20
|
+
include_dirs=[numpy.get_include()])
|
|
20
21
|
|
|
21
|
-
setup(ext_modules=[module]
|
|
22
|
+
setup(name=m_name, ext_modules=[module])
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
|
|
@@ -97,13 +97,13 @@ static PyObject *grid_subsampling_compute(PyObject *self, PyObject *args, PyObje
|
|
|
97
97
|
use_classes = false;
|
|
98
98
|
|
|
99
99
|
// Interpret the input objects as numpy arrays.
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
100
|
+
PyArrayObject *points_array = (PyArrayObject*)PyArray_FROM_OTF(points_obj, NPY_FLOAT, NPY_ARRAY_IN_ARRAY);
|
|
101
|
+
PyArrayObject *features_array = NULL;
|
|
102
|
+
PyArrayObject *classes_array = NULL;
|
|
103
103
|
if (use_feature)
|
|
104
|
-
features_array = PyArray_FROM_OTF(features_obj, NPY_FLOAT,
|
|
104
|
+
features_array = (PyArrayObject*)PyArray_FROM_OTF(features_obj, NPY_FLOAT, NPY_ARRAY_IN_ARRAY);
|
|
105
105
|
if (use_classes)
|
|
106
|
-
classes_array = PyArray_FROM_OTF(classes_obj, NPY_INT,
|
|
106
|
+
classes_array = (PyArrayObject*)PyArray_FROM_OTF(classes_obj, NPY_INT, NPY_ARRAY_IN_ARRAY);
|
|
107
107
|
|
|
108
108
|
// Verify data was load correctly.
|
|
109
109
|
if (points_array == NULL)
|
|
@@ -250,18 +250,18 @@ static PyObject *grid_subsampling_compute(PyObject *self, PyObject *args, PyObje
|
|
|
250
250
|
|
|
251
251
|
// Fill output array with values
|
|
252
252
|
size_t size_in_bytes = subsampled_points.size() * 3 * sizeof(float);
|
|
253
|
-
memcpy(PyArray_DATA(res_points_obj), subsampled_points.data(), size_in_bytes);
|
|
253
|
+
memcpy(PyArray_DATA((PyArrayObject*)res_points_obj), subsampled_points.data(), size_in_bytes);
|
|
254
254
|
if (use_feature)
|
|
255
255
|
{
|
|
256
256
|
size_in_bytes = subsampled_points.size() * fdim * sizeof(float);
|
|
257
257
|
res_features_obj = PyArray_SimpleNew(2, feature_dims, NPY_FLOAT);
|
|
258
|
-
memcpy(PyArray_DATA(res_features_obj), subsampled_features.data(), size_in_bytes);
|
|
258
|
+
memcpy(PyArray_DATA((PyArrayObject*)res_features_obj), subsampled_features.data(), size_in_bytes);
|
|
259
259
|
}
|
|
260
260
|
if (use_classes)
|
|
261
261
|
{
|
|
262
262
|
size_in_bytes = subsampled_points.size() * ldim * sizeof(int);
|
|
263
263
|
res_classes_obj = PyArray_SimpleNew(2, classes_dims, NPY_INT);
|
|
264
|
-
memcpy(PyArray_DATA(res_classes_obj), subsampled_classes.data(), size_in_bytes);
|
|
264
|
+
memcpy(PyArray_DATA((PyArrayObject*)res_classes_obj), subsampled_classes.data(), size_in_bytes);
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "openpoints"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "OpenPoints: point cloud understanding models, layers, datasets, transforms, optimizers, and training utilities."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/aggregation/aggregation_cuda_kernel.cu
RENAMED
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/aggregation/aggregation_cuda_kernel.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/interpolation/interpolation_cuda_kernel.cu
RENAMED
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/interpolation/interpolation_cuda_kernel.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/subtraction/subtraction_cuda_kernel.cu
RENAMED
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/cpp/pointops/src/subtraction/subtraction_cuda_kernel.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/dataset/modelnet/modelnet40_normal_resampled_loader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/cpp_wrappers/compile_wrappers.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp
RENAMED
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/knn.pyx
RENAMED
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/knn_.cxx
RENAMED
|
File without changes
|
|
File without changes
|
{openpoints-0.1.1 → openpoints-0.1.2}/dataset/semantic_kitti/utils/nearest_neighbors/nanoflann.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|