Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 850 Bytes

fgrc-tools

Face Recognition Grand Challenge (FRGC) - Tools

abs_to_ply.py

Convert abs file to ply file with textures (from ppm files).

Requirements

To run

  • python abs_to_ply.py 001.abs 002.ppm output.ply

To visualize faces

  • python show_ply.py my_face.ply

extract_abs_from_gz.py

Extract abs files from tar.gz.

To run

  • python extract_abs_from_gz.py ./my_faces_folder/

fringe_projection.py

Fringe projection in face and save output in PNG file.

To run

  • python fringe_projection.py my_face.ply output.png

Requirements