Anurag Ranjan

Results 39 comments of Anurag Ranjan

The table shows results for the interpolation experiment.

Where is the error? As in while line? Could you also print the sizes of your intermediate variables?

You need to make sure of the following. Maybe the conventions have changed with pytorch versions. 1. If you are using the correct dim order HWC or CHW. 2. If...

If tensorflow is already installed, then you just remove the tensorflow-gpu==1.3.0 from the requirements.txt, install the other dependencies, and then try to run the code.

Could you try installing opendr from here and check? https://github.com/mattloper/opendr

Oh, so [opendr](https://github.com/mattloper/opendr) doesnt support python3, same for [MPI-IS/mesh](https://github.com/MPI-IS/mesh). I think it would be more convenient if you use python2.7. MPI-IS/mesh is expected to be python3 friendly in future, and...

Thanks @Dawars . Could you send the pull request to mesh lib once the port is complete?

Oops. This unperm stuff is leftover code from previous version. Please use `vec2mesh` to get a mesh, and then visualize the mesh using `mesh.show()`. https://github.com/anuragranj/coma/blob/master/facemesh.py#L65-L67 Something like this would work....

This is with the provided pretrained model? or did you train from scratch? I haven't seen anything like this before? You should at least get something close to a face,...