NextFace icon indicating copy to clipboard operation
NextFace copied to clipboard

A high-fidelity 3D face reconstruction library from monocular RGB image(s)

Results 48 NextFace issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://github.com/abdallahdib/NextFace/assets/58508173/a9d1f2cd-49ed-42f9-adba-586566c859fa) ı have error like this. I try to work with GPU but dosent work

First, thank you for your contribute. How i can change UV Map Layout, is this possible ?

Clean Conda installation and Win64, I get this: PackagesNotFoundError: The following packages are not available from current channels: - redner-gpu==0.4.25=pypi_0 - tifffile==2020.9.3=pypi_0 - networkx==2.5.1=pypi_0 - pillow==8.4.0=pypi_0 - decorator==4.4.2=pypi_0 - pytorch==1.3.1=py3.6_cuda101_cudnn7_0...

I have tried different method to convert nextface 3D output to FLAME model but could't do so. I need help to create FLAME model from nextface.

Hi, ive been trying to set this up for a while now, ive got zero coding knowledge but i love 3d modeling, is there any step by step guide for...

Please list your benchmark times, hardware + time to generate + it/s average single shot

From the visual results it seems this is still state of the art (have not been able to set up and test though). Please update to support modern GPUs.

ModuleNotFoundError Traceback (most recent call last) in ----> 1 from optimizer import Optimizer 2 frames /content/gdrive/MyDrive/ColabNotebooks/NextFace/renderer.py in 1 import torch 2 import math ----> 3 import pyredner 4 import redner...

Hi, I just updated to run [Colab](https://colab.research.google.com/drive/1peC-UrLYhML9Na27pqyIG9COnOu4VldV?usp=sharing) for version 20230601 Thanks for the great work of the author!

image.py ` def resizeImage(image, targetResolution): ''' resize an image (as numpy array) to the target resolution :param image: numpy array [h, w, 4/3/1] :param targetResolution: int > 0 :return: numpy...