Expression-Net icon indicating copy to clipboard operation
Expression-Net copied to clipboard

question about the image format and face bounding box

Open lulu1315 opened this issue 6 years ago • 1 comments

hello and thanks for the code! I have some questions regarding the image format -your input images are all in 720x576 format . is this mandatory ? -in your readme you say : <FACE_X, FACE_y, FACE_WIDTH, FACE_HEIGHT> is the face bounding box information, either obtained manually or by the face detector. which face detector ? can I use dlib face detector or do you recommend another one ? -your tmp (cropped) images are all 227x227 , is this mandatory ?

thanks in advance

lulu1315 avatar Oct 17 '18 16:10 lulu1315

This is a good question, one that can frustrate persons wanting to use this software out of the box so to speak.

There appears to be another software that outputs the exact csv format, see: https://github.com/torchbox/rustface-py

Going to try and get rustface-py up and running and report back. Would be nice if there was some additional tutorial / explanation in the readme file that would clarify these issues regarding processing new datasets.

danindiana avatar Jan 29 '19 22:01 danindiana