Skip to content

yeongjoonJu/Mesh-Viewer-using-pytorch3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh Viewer using pytorch3D

This code is implemented using Pytorch3D and PyQt5

Installation

The code uses Python 3.7 in Ubuntu 18.04 LTS

Pytorch3D

You can install Pytorch3D in upper link.

To install

git clone https://github.com/yeongjoonJu/Mesh-Viewer-using-pytorch3d.git
cd Mesh-Viewer-using-pytorch3d
mkdir data
pip install pyqt5
pip install pillow

Run

python main.py

Rotate an object : dragging the mouse

Zoom in / out an object : wheeling the mouse

Change the illumination position :
W - move to up, A - move to left, S - move to down, D - move to right
Q - move to front, E - move to back

Examples

Texture mapping with color value per vertex [update August 26th]

You can open .obj file after pressing file button.

screenshot1

Rotation

You can rotate object through dragging mouse.

Zoom in/out

You can zoom in/out through wheeling.

Change the illumination

You can change the illumination using the keyboard.

About

Mesh Viewer implemented pyqt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages