convmesh icon indicating copy to clipboard operation
convmesh copied to clipboard

Code for "Convolutional Generation of Textured 3D Meshes", NeurIPS 2020

Results 5 convmesh issues
Sort by recently updated
recently updated
newest added

Hi, I am confused about the sfm_pose in your code. https://github.com/dariopavllo/convmesh/blob/master/cmr_data/base.py # sfm_pose = (sfm_c, sfm_t, sfm_r) sfm_pose = [np.copy(data_sfm.scale), np.copy(data_sfm.trans), np.copy(data_sfm.rot)] I don't know why the dimension of sfm_t...

Before linear_rasterizer, I guess each vertex in 'vtx' variable is in the unit UV sphere coordinate system? I notice the value of x/y/z for each vertex in 'vtx' is about...

When I run the run_reconstruction.py for pascal cars, I notice the dimension of vertices is 962x3, but the dimension of UV coordinate is 1054x2. So the mapping between vertices and...

@dariopavllo , congratulations on your presentation at NIPS 2020. Interesting work. Have a few quick questions. 1. What exactly would be involved in using custom images to generate 3D meshes...

Hello, I downloaded PASCAL3D+_release1.1, but I can't find about p3d _data,p3d_sfm and p3d_labels.csv. Maybe I omitted some details. Could you please give me some help?