bdzhang
bdzhang
Thanks so much for providing dataset and model for us. I found some problems with the 300WLP dataset. Some landmark is wrong. 300W_LP/IBUG/IBUG_image_011_1_0.mat 300W_LP/IBUG/IBUG_image_011_1_10.mat The files above have the exact...
Thank you so much for this great work. I found a issue in DDFA_V2/utils/pose.py line 59. In the rotation matrix, matrix should like this, np.array([[ cos(y), 0, sin(y)], [ 0,...
I am really happy finding the tutorial about how to transfer a Keras model to a Pb file. It works good and gives me much inspiration. In my experiment, I...
correctness = 0.72 repeat= 0.62
idx = torch.argsort(position) position[idx] is sorted position from small to large from 0 to 1, idx_f = torch.arange(p).float().to(self.device) is 0 to p uni_l2 = torch.mean(torch.pow(position[idx] - (idx_f / p), 2))...
Hi Pete Warden, Thank you so much for providing this useful tools and command dataset for us. When I clean the dataset, I notice that hundreds of audio are not...