pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Code for Experiments: Unsupervised mesh prediction

Open vikashranjan opened this issue 4 years ago • 9 comments

Is the code for Experiments with Sphere FC, Sphere GCN, and Voxel GCN mentioned in the paper "Accelerating 3D Deep Learning with PyTorch3D" available?

As I am new to 3d deep learning I would like to go through the code to understand Unsupervised mesh prediction.

vikashranjan avatar Aug 10 '20 22:08 vikashranjan

Our plan is to have this soon! In the mean time we have a tutorial on fitting a mesh from image views using differentiable rendering that could be helpful and that don't deviate much from the learning setting (mesh verts are predicted via a neural network instead of being treated as a variable tensor):

https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_textured_mesh.ipynb

gkioxari avatar Aug 10 '20 23:08 gkioxari

Thanks, looking forward to the code release!

vikashranjan avatar Aug 11 '20 03:08 vikashranjan

Hi @gkioxari , just wanted to check on the timeline for this. Thanks again for providing it!

sjcv avatar Sep 11 '20 04:09 sjcv

@sjcv we are planning to open sourcing this as a part of a new projects section in PyTorch3D. We will comment on this task when the code is available.

nikhilaravi avatar Dec 14 '20 16:12 nikhilaravi

@sjcv we are planning to open sourcing this as a part of a new projects section in PyTorch3D. We will comment on this task when the code is available.

In SphereGCN, 3xGraphConv(512 + 3, 512) + ReLU layer, I am wondering what is 512 + 3 dimension input? Is the 3 means the x, y, z position of input vertex? Thank you.

JobAtom avatar Mar 03 '21 02:03 JobAtom

Yes!

gkioxari avatar Mar 03 '21 02:03 gkioxari

Also interested in this! :)

sabraha2 avatar Jul 29 '21 04:07 sabraha2

Any updates here?

karthik-govindappa avatar Aug 26 '21 00:08 karthik-govindappa

Any updates here?

moyans avatar Jun 20 '22 03:06 moyans