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
I found that in your work, facial expressions are generated by specifying numerical values. I tried to transfer the expression boundaries of IdInvert, but I found that it seemed to have no effect. In IdInvert, the dimension of the emoticon boundary is [1,14,512]. I noticed that in your boundary file, all attribute dimensions are [1,512].I tried to integrate the dimensions of [1,14,512] into the form of [1,512] according to the second dimension, but I found that after integration, the expression did not change. The code is as follows: expression_boundary.shape#[1,14,512] manipulate_layers=[2,3,4,5] expression=np.mean(expression_boundary[:manipulate_layers,:],exis=1) np.save("expression.npy",expression)
The text was updated successfully, but these errors were encountered:
pfeducode
changed the title
I found that in your work, facial expressions are generated by specifying numerical values. I tried to transfer the expression boundaries of IDInvert, but I found that it seemed to have no effect. In IDInvert, the dimension of the emoticon boundary is [1,14512]. I noticed that in your boundary file, all attribute dimensions are [1512]
Integrate expression boundaries
Apr 10, 2023
I found that in your work, facial expressions are generated by specifying numerical values. I tried to transfer the expression boundaries of IdInvert, but I found that it seemed to have no effect. In IdInvert, the dimension of the emoticon boundary is [1,14,512]. I noticed that in your boundary file, all attribute dimensions are [1,512].I tried to integrate the dimensions of [1,14,512] into the form of [1,512] according to the second dimension, but I found that after integration, the expression did not change. The code is as follows:
expression_boundary.shape#[1,14,512] manipulate_layers=[2,3,4,5] expression=np.mean(expression_boundary[:manipulate_layers,:],exis=1) np.save("expression.npy",expression)
The text was updated successfully, but these errors were encountered: