You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. evaluation.py calculate AED/APD with math.sqrt(sklearn.metrics.mean_squared_error(np.array(exps), np.array(exps)[:, :50])) cal_3dmm_distance.py calculate AED/APD with AED = np.mean(np.abs(s_exp - t_exp)) these two are obviously different evidenced as below:
besides, the whole util module is missing.
2. Evaluation of ID is totally missing! Please release a detailed code or guide of computing ID (especially FR net weights and preprocessing). I have followed description from your paper and utilize resnet-50 from arcface_torch and got 0.4386 ID score (far from 0.84 reported in paper) with publised next3d_ffhq_512.pkl. The render images seems OK.
The text was updated successfully, but these errors were encountered:
Next3D/evaluation.py
Line 92 in bdab84f
Next3D/cal_3dmm_distance.py
Line 133 in bdab84f
evaluation.py
calculate AED/APD withmath.sqrt(sklearn.metrics.mean_squared_error(np.array(exps), np.array(exps)[:, :50]))
cal_3dmm_distance.py
calculate AED/APD withAED = np.mean(np.abs(s_exp - t_exp))
these two are obviously different evidenced as below:besides, the whole
util
module is missing.2. Evaluation of ID is totally missing! Please release a detailed code or guide of computing ID (especially FR net weights and preprocessing). I have followed description from your paper and utilize resnet-50 from arcface_torch and got 0.4386 ID score (far from 0.84 reported in paper) with publised
next3d_ffhq_512.pkl
. The render images seems OK.The text was updated successfully, but these errors were encountered: