1adrianb / 1adrianb/face-alignment-training
Error in building dataset, confusion on training data directory structure?
- Lingua principale
- Lua
- Stelle
- 152
- Fork
- 44
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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-alignment
and after untarring I see a directory with
```
images/
|---- 300VW-3D
|---- 300VW-Testset-3D
|---- AFLW2000-3D-Reannotated
|---- Menpo-3D
|---- plot.lua
|---- Readme.txt
```
After downloading the `landmarks.zip` from https://www.adrianbulat.com/downloads/FaceAlignment/landmarks.zip
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue is about dataset directory structure confusion for training. Look at dataloader.lua's DataLoader.getDataFaces function to understand expected paths. Compare with the downloaded LS3D-W and landmarks directories. Determine the correct path_to_300W_LP_dataset by matching dataset names in code to folder names. Run th main.lua with different paths to see which one works.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- lua
- Ambito
- data, machine-learning
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100