Skip to content

AttributeError: module 'face3d' has no attribute 'head_mesh' #5

@vishnu41

Description

@vishnu41

I tried running: python3 scripts/pix2face_demo.py
output:
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
loading /home/drive/pix2face/data/models/pix2face_unet_v10_pytorch0.4_cpu.pt ...
...done.
Estimating PNCC + Offsets..
..Done
Traceback (most recent call last):
File "scripts/pix2face_demo.py", line 38, in
head_mesh = face3d.head_mesh(pvr_data_dir)
AttributeError: module 'face3d' has no attribute 'head_mesh'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions