-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem of feature dimension #1
Comments
sample_numpy represents the landmarks of each video/image_sequence and its 4 dimensions represent the number of frames, number of faces in each frame, number of landmarks in each face, and the feature dimension (channels) for each landmark! |
You're right. Thanks for raising the issue. It should be fixed now. The dimensions are as follows: |
In ./datasets/CASIA_CK+_data_gen.py file:
you set the dimension of sample_numpy is 4, then through some concat operations, I did not see where the dimension could be changed. But in data_normalization(), the dimension of Data is 5.
I feel a little confused here. Can you answer it?
Thanks.
The text was updated successfully, but these errors were encountered: