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

For instance, if I use this car image: https://i.imgur.com/03tc2Uv.png then it comes out like this: https://i.imgur.com/uBSfUcn.png which is vaguely car-shaped but nowhere near as impressive as the provided example image....

When I run `python demo.py --image utils/examples/plane.png`, the script starts by restoring the checkpoint from `utils/checkpoint/gcn.ckpt`, but right after that, I get this traceback: `Traceback (most recent call last): File...

bug

Hi, thanks for sharing the repo. I have a question about chamfer loss in `losses.py` file. why you multiply `0.55` to `tf.reduce_mean(dist2)` ? dist2 means that the **pred** to **gt_pt**...

How about the idea that adds attention to GCN?

How about the idea that adds attention to GCN?

Hi, When I execute python train.py it works and the result is as follows: Model restored from file: utils/checkpoint/gcn.ckpt Model saved in file: utils/checkpoint/gcn.ckpt Model saved in file: utils/checkpoint/gcn.ckpt ......

question
code

Hi All, I'm getting an error Traceback (most recent call last): File "demo.py", line 20, in from p2m.api import GCN File "G:\addOns\Pixel2Mesh-master\p2m\api.py", line 180 x=self.placeholders['img_inp'] ^ TabError: inconsistent use of...

Thank you for releasing your repo. I noticed the following line in your paper, in the _Evaluation Metric_ section: We first uniformly sample points from our result and ground truth....

When excute the eval_testset.py will occur a erro that is "KeyError:'01.dat' "