chengzhengxin / sdm

Supervised Descent Method Apply to Face Alignment, and Head Pose Estimation with Linear Regression. It is cross-platfrom, easily compile in windows, ubuntu, even in Android & iOS.
448 stars 197 forks source link

训练文件labels_ibug_300W_train.xml在哪里 #24

Open HansonSun opened 7 years ago

HansonSun commented 7 years ago

hi robo

 想问下文件labels_ibug_300W_train.xml在哪里,是你自己生成的还是在哪里下载的?

Thanks Hanson

mathCrazyy commented 7 years ago

你弄好没,我也是找不到...看了编写规则,反推不出来...

mathCrazyy commented 7 years ago

刚刚弄好了,写代码,弄个xml文件,如下格式就好了,书名号改成单个尖括号 《image》 p=D:\sources\imageCollection\300w\300W\01_Indoor/indoor_001.png part index=0 x=446 y=91 part index=1 x=449.459 y=119.344 part index=2 x=450.957 y=150.614 ...... part index=66 x=557.473 y=240.542 part index=67 x=547.989 y=240.014 《box》 x=446 y=91 w=202 h=181 《image》 ......

《image》 p=D:\sources\imageCollection\300w\300W\01_Indoor/indoor_300.png part index=0 x=451.112 y=386.382 part index=1 x=454 y=423.739 part index=2 x=457.971 y=462.656 ..... part index=66 x=611.926 y=534.419 part index=67 x=601.559 y=533.664 《box》 x=451 y=386 w=235 h=207 《image》

zhanglaplace commented 6 years ago

@mathCrazyy 你自己训练出来的模型,测试有问题吗,我这边有点问题

oftenliu commented 5 years ago

请问下,xml里的box数据是怎么得到的?