GitXplorerGitXplorer
J

torkit3d

public
11 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
235ecf60497271136f5552cb45bb7cf75ab1cb09

Fix a redundant space

JJiayuan-Gu committed 6 months ago
Unverified
48db3bc193e542b54ec0699acf8d8e4e09c54590

Rename `farthest_point_sample` to `sample_farthest_points` and other minor updates

JJiayuan-Gu committed 6 months ago
Unverified
5545f93e9f61f889007fe027981fb528c60a51ff

Update the cuda implementation and improve the package

JJiayuan-Gu committed 6 months ago
Verified
37090ee5da556c1e75a803c8214a1bfafbe4e21c

Create LICENSE

JJiayuan-Gu committed 2 years ago
Unverified
964898f2c51bbad0bc65fdd700029240440dbffc

Update cuda operators

JJiayuan-Gu committed 2 years ago
Unverified
4285451c697efd5f25b8006eac672f65c91ed7dc

[style] Reformat codes with black and isort

JJiayuan-Gu committed 3 years ago

README

The README file for this repository.

Pytorch Tool Kit for 3D Computer Vision (torkit3d)

Installation

Pytorch is required.

From source:

git clone https://github.com/Jiayuan-Gu/torkit3d.git
cd torkit3d
pip install -e .  # editable

Install from Github:

pip install "git+https://github.com/Jiayuan-Gu/torkit3d.git"