1adrianb / face-alignment-training

Training code for the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
https://www.adrianbulat.com/face-alignment
Other
144 stars 48 forks source link

training on my own dataset #20

Open kwkwvenusgod opened 6 years ago

kwkwvenusgod commented 6 years ago

I have my own dataset with the landmark annotations like .pts file, txt file or csv file, how can I convert my annotation consistent with your dataset annotation in .t7? Look forward to your answer.