Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.16 KB

File metadata and controls

21 lines (14 loc) · 1.16 KB

PerspectivePointCloud

This repo contains code for creating a point cloud that, when viewed from different angles, forms different images. It works by initializing a random point cloud and optimizing with PyTorch3D using a simple image difference loss function.

Example

Input 1 Input 2 Input 2
Cat Drawing Dog Drawing Guitar Drawing
Point Cloud Perspective 1 Point Cloud Perspective 2 Point Cloud Perspective 3
Cat Point Cloud Dog Point Cloud GuitarOutput

(It's the same point cloud)

PerspectivePoints.mp4

Get started

PyTorch3D requires conda. Install the environment pytorch3d_notebooks.yml.