Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dbb7aec

Browse files
Update README
1 parent e961b64 commit dbb7aec

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎README.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
# Pytorch3d playground
22

3+
## How to install Pytorch3D ?
4+
5+
Everything is explained in the [README](https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md) of the pytorch3D lib.
6+
7+
As I have CUDA 10.1, which is an old version, I need to run this command :
8+
``̀ pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html```
9+
10+
I wanted to build pytorch3d the easiest way so I sticked with an older version of torch : 1.6.0.
11+
12+
In order to install pytorch, you need to run :
13+
14+
``̀ pip install pytorch3d```
15+
16+
ATTENTION, as I was saying above, this works with pytorch 1.6.0 only.
17+
18+
## Learning
19+
320
Learning [PyTorch3D](https://github.com/facebookresearch/pytorch3d) in order to work on a university project for mesh transformation.
421

22+
### First step
23+
524
The first tutorial I made is based on the ["deform a source mesh to form a target mesh"](https://pytorch3d.org/tutorials/deform_source_mesh_to_target_mesh) tutorial.
625

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

28+
### Second step
29+
930
The next thing I read about is [rendering texture](https://pytorch3d.org/tutorials/render_textured_meshes)
1031

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /