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 used model.obj, which is from your folder "Pixel2Mesh/GenerateData/1a0bc9ab92c915167ae33d942430658c/". Step1: I used pymeshlab and upsample.mlx to get the XYZ file. Step2: When I tried to run 2_generate_normal.py , the error...

I'm getting error: ``` ValueError: The passed save_path is not a valid checkpoint: Data/checkpoint/gcn.ckpt ``` I downloaded the provided checkpoint.zip file and extracted it to the Data folder. This is...

For my master project at school I am looking to train an AI on my own dataset of 3d models and since this project is trained on a dataset I...

Thanks a lot for open-sourcing your source code. When I tried your train.py code, I have a runtime error. The error in line 70 of the train.py file: `_, dists,...

Is it possible to train it on a dataset of multiple images of people?

Thank you for sharing this code and your work! I would like to ask the following questions: Traceback (most recent call last): File "demo.py", line 70, in model.load(sess) File "/home/wangdyyy/workspace/Pixel2Mesh/p2m/api.py",...

I can't download the dataset from google driver, Do you have the dataset in Baidunetdisk for me ?

data

Thanks a lot for open-sourcing your source code. When I tried your demo code on an image of a bike, the results were not good at all compared to when...

Will this model work for 3D reconstruction for items other than shapenet objects in testing phase such as human models, and other items etc?