{"id":13444154,"url":"https://github.com/isl-org/Open3D-PointNet","last_synced_at":"2025-03-20T18:31:16.599Z","repository":{"id":48286555,"uuid":"154782957","full_name":"isl-org/Open3D-PointNet","owner":"isl-org","description":"Open3D PointNet implementation with PyTorch","archived":false,"fork":true,"pushed_at":"2021-08-03T09:33:21.000Z","size":367,"stargazers_count":192,"open_issues_count":1,"forks_count":36,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-28T08:39:32.818Z","etag":null,"topics":["open3d","pointnet","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"fxia22/pointnet.pytorch","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isl-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-26T05:42:13.000Z","updated_at":"2024-08-30T14:15:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/isl-org/Open3D-PointNet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isl-org%2FOpen3D-PointNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isl-org%2FOpen3D-PointNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isl-org%2FOpen3D-PointNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isl-org%2FOpen3D-PointNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isl-org","download_url":"https://codeload.github.com/isl-org/Open3D-PointNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244670091,"owners_count":20490916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["open3d","pointnet","pytorch"],"created_at":"2024-07-31T03:02:20.454Z","updated_at":"2025-03-20T18:31:16.289Z","avatar_url":"https://github.com/isl-org.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Open3D-PointNet\n\n[PointNet][pointnet] implementation and visualization with [Open3D][open3d],\nan open-source library that supports rapid development of software that deals\nwith 3D data. As part of the Open3D ecosystem, this repository demonstrates how\nOpen3D can be used for ML/DL research projects.\n\nThis repository is forked from\n[`fxia22`'s PyTorch implementation](https://github.com/fxia22/pointnet.pytorch).\n\n![seg](misc/o3d_visualize.png)\n\n# Changelog\n\n1. Added CPU support for non-cuda-enabled devices.\n2. Used Open3D point cloud loader for loading PointNet datasets (`datasets.py`).\n3. Added example for PointNet inference with Open3D Jupyter visualization\n   (`open3d_pointnet_inference.ipynb`).\n4. Added example for native OpenGL visualization with Open3D (`open3d_visualize.py`).\n\n# Setup\n\n```bash\n# Install Open3D, must be v0.4.0 or above for Jupyter support\npip install open3d-python\n\n# Install PyTorch\n# Follow: https://pytorch.org/\n\n# Install other dependencies\npip install -r requirements.txt\n```\n\nNow, launch\n\n```bash\njupyter notebook\n```\n\nand run `open3d_pointnet_inference.ipynb`. All datasets and pre-trained models\nshall be downloaded automatically. If you run into issues downloading files,\nplease run `download.py` separately.\n\n[open3d]: https://github.com/IntelVCL/Open3D\n[pointnet]: https://arxiv.org/abs/1612.00593\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisl-org%2FOpen3D-PointNet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisl-org%2FOpen3D-PointNet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisl-org%2FOpen3D-PointNet/lists"}