Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 341 Bytes

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"