Giter VIP home page Giter VIP logo

torch3d's Introduction

Torch3d

Build Status codecov PyPI License

Torch3d is a PyTorch library consisting of datasets, model architectures, and common operations for 3D deep learning. For 3D domain, there is currently no official support from PyTorch that likes torchvision for images. Torch3d aims to fill this gap by streamlining the prototyping process of deep learning on 3D domain. Currently, Torch3d focuses on deep learning methods on 3D point sets.

Installation

Required PyTorch 1.2 or newer. Some other dependencies are:

  • torchvision
  • h5py

From PyPi:

$ pip install torch3d

From source:

$ git clone https://github.com/pqhieu/torch3d
$ cd torch3d
$ pip install --editable .

NOTE: Some operators require CUDA.

Getting started

Here are some examples to get you started. These examples assume that you have a basic understanding of PyTorch.

Take a look at SotA3d to see how Torch3d is being used in practice.

Modules

Torch3d composes of the following modules:

  • datasets: Common 3D datasets for classification, semantic segmentation, and so on.
    • ModelNet40 [URL]
    • S3DIS [URL]
    • ShapeNetPart [URL]
    • SceneNN [URL]
  • metrics: Metrics for on-the-fly training evaluation of different tasks.
    • Accuracy
    • Jaccard (Intersection-over-Union)
  • models: State-of-the-art models based on their original papers. The following models are currently supported:
    • PointNet from Qi et al. (CVPR 2017) [Paper]
    • PoinNet++ from Qi et al. (NeurIPS 2017) [Paper]
    • DGCNN from Wang et al. (ToG 2019) [Paper]
  • nn: Low-level operators that can be used to build up complex 3D neural networks.
  • transforms: Common transformations for dataset preprocessing.

torch3d's People

Contributors

pqhieu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.