pointtorch

View on PyPIReverse Dependencies (0)

0.1.0 pointtorch-0.1.0-py3-none-any.whl

Wheel Details

Project: pointtorch
Version: 0.1.0
Filename: pointtorch-0.1.0-py3-none-any.whl
Download: [link]
Size: 39280
MD5: dda66ff4539ec637a709baf000c1386d
SHA256: 75a1981148131224ab147cf9e7bcd106272cd41f9e7d060a896b66e1365b8209
Uploaded: 2024-12-14 15:27:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pointtorch
Version: 0.1.0
Summary: A Python Package for Deep Learning on 3D Point Clouds Using PyTorch.
Author-Email: Josafat-Mattias Burmeister <burmeister[at]uni-potsdam.de>
Maintainer-Email: Josafat-Mattias Burmeister <burmeister[at]uni-potsdam.de>
Project-Url: Homepage, https://github.com/ai4trees/pointtorch
Project-Url: Documentation, https://ai4trees.github.io/pointtorch/
Project-Url: Repository, https://github.com/ai4trees/pointtorch.git
Project-Url: Issues, https://github.com/ai4trees/pointtorch/issues
Project-Url: Changelog, https://ai4trees.github.io/pointtorch/changelog
License: MIT License Copyright (c) 2024 ai4trees Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: point cloud,deep learning,pytorch
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: h5py (<4.0.0,>=3.5.0)
Requires-Dist: laspy (<3.0.0,>=2.0.0)
Requires-Dist: laszip (<3.0.0,>=0.2.0)
Requires-Dist: numpy (<3.0.0,>=1.21.0)
Requires-Dist: pandas (<3.0.0,>=2.0.0)
Requires-Dist: tables (<4.0.0,>=3.8.0)
Requires-Dist: torch (<2.5.0,>=2.0.0)
Requires-Dist: torch-cluster (<2.0.0,>=1.6.0)
Requires-Dist: torch-scatter (<3.0.0,>=2.0.2)
Requires-Dist: black; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pandas-stubs; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-docsearch; extra == "docs"
Requires-Dist: sphinxawesome-theme; extra == "docs"
Requires-Dist: sphinx-sitemap; extra == "docs"
Requires-Dist: sphinxcontrib-jsmath; extra == "docs"
Requires-Dist: sphinxcontrib-katex; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"
Requires-Dist: sphinx_mdinclude; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1052 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pointtorch/__init__.py sha256=A9FEMujLcz-HU3CL_30i0C-kGQBptSa9S8XGBXD6vBE 106
pointtorch/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pointtorch/config/__init__.py sha256=ibZX3dy6CanBLlSuPRWaXRS80S6asR7LRtEVngJvTsY 167
pointtorch/config/_optional_dependencies.py sha256=s8EE5aButCe5Gk2XA2k9h8NcVNSnw7qHxAnTtSAZ44c 887
pointtorch/core/__init__.py sha256=fM9yaVzBKhi3G6UoSO5AkxcXUVowclhAqyzR7SZA84o 182
pointtorch/core/_point_cloud.py sha256=8zyC54Okw5gVAkgoRIfHMd8fhOaCRPfACbKkA6clH1c 6122
pointtorch/core/_read.py sha256=26R2pJPRIklEFztW1p_AE0NYVwh-JbS524XNEEwPDSs 1078
pointtorch/io/__init__.py sha256=n_Q2oLA4gX-XNoh0q08IZUCfijdyHgRPQ3tLHKa6j54 401
pointtorch/io/_base_point_cloud_reader.py sha256=w5rHOLTmqxeRFZ0a_9tBylsp5CcXLQQj9Chkz9lgi_g 3524
pointtorch/io/_base_point_cloud_writer.py sha256=POOg69TnHQiKZq0vLl_hq7LBvZv6wT-L6B6aRb4yTHg 3826
pointtorch/io/_csv_reader.py sha256=DHA7IoKKlqlvOCV-R__og3-s_goo-aVOe1DWQD0mehk 3035
pointtorch/io/_csv_writer.py sha256=0IBduo_KIxiVEjWMMQl6zXs0RtcgdaiPPILU7kDfc5M 3108
pointtorch/io/_hdf_reader.py sha256=dJXqw-M6vg38Cq8yX6a-AvAzkhzJqp693HmYIeFhmaw 3001
pointtorch/io/_hdf_writer.py sha256=fezf2Jq8R19-p8JJuoRvwtL5nJ2JrT823_Sal3Ev48M 3211
pointtorch/io/_las_reader.py sha256=zAjkMKTL6zy5YhsrnR1aGNDGZACa2eBH8Z5mXwQifMM 3691
pointtorch/io/_las_writer.py sha256=NL5Yz_BZt5nxc2B701_D9sNKCVCOgxOqSqu2unqJH_o 5562
pointtorch/io/_point_cloud_io_data.py sha256=lKTWC19PJ9QDlzNh5LYcaysx7MWxWReMgE9bFJBTZ24 442
pointtorch/io/_point_cloud_reader.py sha256=a5o_eRB5tcY9MDd9FGWyHNg6TxZuFdPCSZbioOiO-fc 1724
pointtorch/io/_point_cloud_writer.py sha256=ukIeSqoSzPi8ZzGc9ERRSRWlqTMA-nwRF0uFACj21Zc 1853
pointtorch/operations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pointtorch/operations/numpy/__init__.py sha256=RZalhvnzMO1Zp3jc6lHorm2EGrhmdUtR0_khPF3nroc 295
pointtorch/operations/numpy/_make_labels_consecutive.py sha256=bnC_a_GUoNhuheOhw4N-Fc6NowvaX-WiTZNMU7zJLWg 2192
pointtorch/operations/numpy/_voxel_downsampling.py sha256=zuCW4gP5s9nqCYjKwE-m9pHiDYkapq8VRRM353zsGvA 5167
pointtorch/operations/torch/__init__.py sha256=j1dxB3n8pUgxmQqpS-C6YlJ5BLdMJr7SDCkI-UrMxhA 435
pointtorch/operations/torch/_knn_search.py sha256=pmbiVxrYchmiJccpwXg55QXZDIi8ae4ZOn7FkpChszM 21240
pointtorch/operations/torch/_make_labels_consecutive.py sha256=KSe55ewEjmRMRhQVnJjaUg7PsO-G6WSmwJrLUFZDfp8 2165
pointtorch/operations/torch/_neighbor_search.py sha256=Ts8o0BroPi8CENlvbdwyFeesLXV-jdccQt-3YyqVyMQ 6249
pointtorch/operations/torch/_pack_batch.py sha256=Xy-g2w3mCkZ7d3CG2wcj1_zZj3tmc2xRiBONVWFfMc0 2642
pointtorch/operations/torch/_radius_search.py sha256=RcOp3uTJVR6iadKV95JJX5V69fC9lYdg6apwJ61vs18 29873
pointtorch/operations/torch/_ravel_index.py sha256=VzDDdTbttO3HesqsbTPN0Ojou7Xjsbd2rwVvTrHLtHo 4405
pointtorch/operations/torch/_voxel_downsampling.py sha256=W4QTvg4a76qSoz4iNJKX69ddI47XBGyknCRryjMks4w 6789
pointtorch-0.1.0.dist-info/LICENSE sha256=cmdBaYzeLHkJWCXVJIR86-TZPTCACXWoz8wUX6z7_cE 1065
pointtorch-0.1.0.dist-info/METADATA sha256=TciNPoPQsgaR2vRVQKwOzUrK_GLXBWH0GjAW5MPKfD4 4747
pointtorch-0.1.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
pointtorch-0.1.0.dist-info/top_level.txt sha256=51ss8BZH6pU882GaxcJRGj6fkKxCZPYXkUd6N6EzCRc 11
pointtorch-0.1.0.dist-info/RECORD

top_level.txt

pointtorch