You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's where I begin to get confused... When I unzip the folder I get
landmarks/
|---- AFW
|---- HELEN
|---- IBUG
|---- LFPW
Firstly, when I run th main.lua, what exactly is the path_to_300W_LP_dataset? From the names I'm unsure which is the correct directory.
Furthermore, the directory searching code within dataloader.lua at DataLoader.getDataFaces(opt, split) fails to correctly build the dataset?
Perhaps I've downloaded the wrong directory, or have misunderstanding on which dataset to be downloading?
Thanks in advance for the clarification,
Joseph
The text was updated successfully, but these errors were encountered:
Hi, thanks for posting the code for the face alignment training, really appreciate the awesome work!
I'm trying to simply recreate the training results for my own understanding, although I'm having trouble understanding the initial instructions
I've downloaded the
LS3D-W
dataset from https://adrianbulat.com/face-alignmentand after untarring I see a directory with
After downloading the
landmarks.zip
from https://www.adrianbulat.com/downloads/FaceAlignment/landmarks.zipHere's where I begin to get confused... When I unzip the folder I get
Firstly, when I run
th main.lua
, what exactly is thepath_to_300W_LP_dataset
? From the names I'm unsure which is the correct directory.Furthermore, the directory searching code within
dataloader.lua
atDataLoader.getDataFaces(opt, split)
fails to correctly build the dataset?Perhaps I've downloaded the wrong directory, or have misunderstanding on which dataset to be downloading?
Thanks in advance for the clarification,
Joseph
The text was updated successfully, but these errors were encountered: