FacialLandmark_Caffe
FacialLandmark_Caffe copied to clipboard
About trainList format
Hi ,thanks for your gread source code could you show me the train and validation format in txt.?
The format of txt in my using is
/your/path/CelebA/img_celeba/000001.jpg 72 26 391 345 165 184 244 176 196 249 194 271 266 260
- [0] is abs path of image
- [1:5] is bbox
- [5:] is landmarks. x1, y1, x2, y2...
@BobLiu20 Thanks,nice jobs
@BobLiu20 I training using the code but get a error .

i only change the imageList, the fromat like this :
imagepath x y w h p1_x p1_y p2_x p2_y ....p5_x,p5_y

what should i do to solve the problem,thanks
hmmm... I think you can go here to debug it. Change test code to your config.
@BobLiu20 thanks i will have a try 😄
Have you resolved this problem?