Inputs
The FaceIt pipeline accepts and processes various types of input data, primarily image files and video files.
Input Overview
Image Folders (.npy Files)
The pipeline supports directories containing
.npyimage files. Each.npyfile should represent a single image or frame to be processed.
Video Files (.avi , .wmv , .mp4)
The pipeline also accepts
.avivideo files as input.
Important Note
Directory Structure: The images should be in a single directory. Users can select the directory using the graphical interface provided by the application.
Important:
.npyimage files should be named in a way that they have the correct temporal sequence (e.g., frame_001.npy, frame_002.npy, etc.) to ensure proper chronological order during processing.