abdallahdib

Results 68 comments of abdallahdib
trafficstars

that means that the face detector failed to detect a face in the image. in such case, nextface cannot run. u may want to try with other images

Hi Ahmed, Sorry for my late response, i used to display the mesh using open source tool called meshlab (https://www.meshlab.net/) For blender, unfortunatly i dont have experience with it but...

please verify ur installation. re-install pytorch and follow the commands in INSTALL file

Hi The output of nextFace is a mesh (obj) and textures (diffuse, specular, roughness) and light. to render the final image u need to use all of these informations. can...

Hi, and sorry for my late response, NextFace does not reproduce the lighting model used in the paper that is based on a virtual light stage that can model point...

Hi Dazinovic, The light stage used in the paper is composed of 20 area lights sampled on an icoshaedron. U can build this lightstage for instance using meshlab, where each...

yes i think this is possible, (https://github.com/BachiLi/redner/blob/master/pyredner/camera.py) by using the viewport parameters to render the scene in tiles. this could solve the issue of gpu memory. i will try to...

Hi We will be releasing the differentiable shading part soon.