Git Product home page Git Product logo

pytorch3d-playground's Introduction

Pytorch3d playground

How to install Pytorch3D ?

Everything is explained in the README of the pytorch3D lib.

As I have CUDA 10.1, which is an old version, I need to run this command :

pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html

I wanted to build pytorch3d the easiest way so I sticked with an older version of torch : 1.6.0.

In order to install pytorch, you need to run :

pip install pytorch3d

ATTENTION, as I was saying above, this works with pytorch 1.6.0 only.

Learning

Learning PyTorch3D in order to work on a university project for mesh transformation.

First step

The first tutorial I made is based on the "deform a source mesh to form a target mesh" tutorial.

From this, I learned how to load objects and meshes and how to modify them.

Second step

The next thing I read about is rendering texture

For mesh texturing there is several options : vertex textures, UV textures and face textures

Third step

Fit texture mesh

pytorch3d-playground's People

Contributors

laflaurine avatar

Watchers

 avatar  avatar

Forkers

stevenjokess

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.