Shiyu555
Shiyu555
> I want to generate a UV map in different resolution(like 128*128), how can I generate the coordinating triangles.txt/face_ind.txt/uv_kpt_ind.txt ? hi!Have you already solved the problem?
hi , could you tell me how to calculate 3D NME?I don't know when I calculate 3D NME,how can I get bbox. bbox_size = torch.sqrt((right - left) * (bottom -...
> > @Shiyu555 @Nancyh-e > > HERE: https://github.com/cleardusk/3DDFA/blob/master/benchmark_aflw.py > > hi,I am sorry to bother you again,do you get a similar NME result( according to the link method you have...
hi!Have you already solved the problem?
hi,have you solved the issue?i wonder how to get 45k points,too.
> Could you give some clues about how to train and use this model? hi,I encountered the same problem as you, have you solved it now?
hi,I still don't know how to calculate bbox when calculating 3D NME,d=sqrt( (max_x-min_x)*(max_y-min_y)) is right? but I find that in your github code d=np.sqrt((maxx - minx) ** 2 + (maxy...
> > hi,I still don't know how to calculate bbox when calculating 3D NME,d=sqrt( (max_x-min_x)*(max_y-min_y)) is right? > > but I find that in your github code d=np.sqrt((maxx - minx)...
> > > > hi,I still don't know how to calculate bbox when calculating 3D NME,d=sqrt( (max_x-min_x)*(max_y-min_y)) is right? > > > > but I find that in your github...
Hi!I have downloaded Menpo2D dataset . But I found that there are only images in the test set. So how can I get the pts files? Thanks a lot!