coma icon indicating copy to clipboard operation
coma copied to clipboard

Convolutional Mesh Autoencoders for Generating 3D Faces

Results 21 coma issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.3.0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Dear authors, Thanks for your great work and providing valuable datasets. While I am trying to use provided datasets for research purposes, I coudn't find camera intrinsic/extrinsic parametrs (R, t,...

Hello, First of all, really thanks for your great paper and code. I am trying to apply different dataset to your Network. For that, I tried to preprocess the dataset...

Thanks for the great work! When I was running the generateErrors.sh script, the results show that the pca results actually get a lower Error than cnn results, which is shown...

Thanks for the great project and the dataset In the downloadable registered meshes zip file (from [the coma website](https://coma.is.tue.mpg.de)), some folders contain only a few '.ply' registered meshes, whereas the...

My OS is windows, so it's hard for me to run your demos. What I want to do is using your generative model to generate random shapes(objs). Since you have...

Hello. Thank you for your great work! I wish to do some experiments with your dataset and want to align images and mesh together. However, the number of images and...

Hi, when I try to run ``` pip install -r requirements.txt ``` I get the error: ``` Could not find a version that satisfies the requirement tensorflow-gpu==1.3.0 (from -r requirements.txt...

Computing Graph Laplacians .. L is : [] Traceback (most recent call last): File "main.py", line 96, in model = models.coma(L=L, D=D, U=U, **params) File "/home/wuxiaoliang/wuxlprojects/coma/lib/models.py", line 1124, in __init__...

Hi author, Thanks for your work .I run your code successfully.But how to save the predicted mesh, a two dimension narray (5023, 3), to a ordinary RGB image to visualize...