Pixel2Mesh icon indicating copy to clipboard operation
Pixel2Mesh copied to clipboard

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

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

I downloaded the ShapeNetP2M.7z.001 data set from the connection. Why do I need a password when unzipping?

Hi everybody, I would like to ask you about dependencies of Pixel2Mesh so that I can apply the code to be used in python 3.6.9 since the example in github...

code
compile

when i train the model , i meet the problem : Caused by op u'Gather_12', defined at: File "/home/dcl/workspace/Pixel2Mesh/train.py", line 55, in model = GCN(placeholders, logging=True) File "/home/dcl/workspace/Pixel2Mesh/p2m/models.py", line 126,...

bug

the output is almost correct. the vertecies are in place and triangles are well connected, except some of them have reverse normals which causes them to become transparent. ![plane](https://user-images.githubusercontent.com/63053861/79668825-36201e80-81c0-11ea-85c6-c82365bd470c.png) P.S....

Hi Nanyang, I have deliberately dive into the `Unpooling` class and found the secondary vertices of the `coarse-to-fine` procedure is 618 instead of 628. Since 156(vertex0) + 462(edge0) = **618**,...

Thanks for sharing this great work! I am new to this field and have one question: why only use 1 batch during training?

data

After unziping the checkpoints, I ran the demo and ran into some trouble: tensorflow.python.framework.errors_impl.InvalidArgumentError: Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph...

**Thank you for sharing this code and your work!** I would like to ask the following questions: 1. Under the build_cnn18 function in models.py, there is `x=self.placeholders['img_inp'] `while I see...

I can't read .dat file I downloaded,either with encode ‘UTF-8’ or ‘gbk’. Here I use `generate_data.py` generate .xyz file,but how can I get .dat file? Just change .xyz formet to...

data

Hi @nywang16 I tested the trained model you provided using the code in eval_testset.py. The result of EMD is obviously different from what in your paper, while the results of...

question