Pixel2Mesh icon indicating copy to clipboard operation
Pixel2Mesh copied to clipboard

Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.

Results 64 Pixel2Mesh issues
Sort by recently updated
recently updated
newest added

does it work to transparent things,like bubble

My issue is, I picked a random dat file in gdrive https://drive.google.com/file/d/1gD-dk-XrAa5mfrgdZSunjaS6pUUWsZgU/view and the shape is (13332, 6). Whereas if I generate something from an .obj file with 4_make_auxiliary_dat_file.ipynb and...

In your latest work "Pixel2Mesh: 3D Mesh Model Generation via Image Guided Deformation", you introduced the Weighted chamfer loss and Weighted Edge Length Regularization, but I could not find the...

If I have understood everything correctly the generate_data.py file generates the .xyz files in the rendering folder. But these files can't be used for training yet. They need to be...

Did this method use a 3D real model as supervised training for training?

When I was training,Display error Traceback (most recent call last): File "D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\train.py", line 21, in from p2m.models import GCN File "D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\p2m\models.py", line 20, in from p2m.losses import * File "D:\pycharm\Pixel2Mesh-master1\Pixel2Mesh-master\p2m\losses.py",...

Hello, When running the demo, I receive this error: `TypeError: Cannot interpret feed_dict key as Tensor: The name 'save_1/Const:0' refers to a Tensor which does not exist. The operation, 'save_1/Const',...

I am trying to run the Pixel2Mesh model in Google Colab to generate 3D meshes from 2D images. However, when I try to run the code in the "Running it"...

Hello author! After looking at your code generating the ellipsoids and the engineering code, Is "faces" missing in the ellipsoid data generation code" 4_make_auxiliary_dat_file" corresponding to "construct_feed_dict(pkl, placeholders) "function "faces=pkl[5]"....

Hi, is there a way to access the 3x3 calibration matrix with intrinsic parameters for rendered views? Thank you in advance!