RingNet
RingNet copied to clipboard
Learning to Regress 3D Face Shape and Expression from an Image without 3D Supervision
@soubhiksanyal Dear author, thanks for your great work. But the official website(https://ringnet.is.tue.mpg.de/) is invalid So we can't download the pretrain weight file. Could you please fix this tough issue or...
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.12.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...
Hi, I want to know if the final saved 3D reconstruction model has only 5023 vertices. Is there any other number of vertices?
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.0.0.21 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
When I was setting the environment and installing the packages mentioned in the requirements.txt, I met an ERROR as follows: ERROR: Command errored out with exit status 1: command: /home/yifan/anaconda3/envs/ringnet/bin/python...
Hi, Thank you for your work. Can you explain how you get landmark in your work? Because I saw it in your paper, but I don't see anyone in your...
Hi, Thank you so much for your great work! I have an issue. When I run the following command: python -m demo --img_path ./input_images/000001.jpg --out_folder ./RingNet_output --save_obj_file=True Output file does...
Hello, since my computer does not support CUDA 9, so I installed it on Google Colab. But Colab does not support virtualenv, and RingNet requires virtualenv to use Mesh. Any...