-
Notifications
You must be signed in to change notification settings - Fork 152
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
Run OpenSeeFaceLandmarks #70
Comments
Make sure that you are on commit c450c12ae6ffb1757f62dde3c2765da3c10f6def of geffnet. |
oh could you give me version of your geffnet, I only use pip install geffnet(its version 1.0.2) |
I'd recommend cloning it from github and installing it that way. |
I have solve this problem, the main reason is the the latest geffnet. Many thanks |
I have observed the output of OpenSeeFaceLandmarks during training, which is of the shape (1, 198, 28, 28), with an input shape of (1, 3, 224, 224). However, our labels consist of 66 landmarks. What does the dimension 198 represent in the output? Additionally, could you provide some guidance on how to create DataLoaders for our data and process labels, given that our labels are in the form of (x, y) coordinates of landmarks? |
I recommend reading through #1. Some discussion of such topics has taken place there. Regarding your question for the shapes, referring to the |
I have created a heatmap of coordinates (x, y) based on a Gaussian distribution. However, I am encountering difficulties in converting these (x, y) coordinates into X_offset_map and Y_offset_map. Could you please provide guidance on how to create these offset maps? Furthermore, I reviewed your landmark code and noticed a function named logit_arr to reverse the effect of the sigmoid function. Does the scale factor affect the way we create the offset map? @emilianavt |
For the offset maps, you can find a nice explanation of how they work here in the "A Technical Deep Dive" section. The specific resolution numbers are different, but the technique is the same. The sigmoid function and scale factor adjust the steepness of the gradient on the offset masks. |
Great work bro. However, why I run file model.py got this issued that cannot mapping **kwargs
The text was updated successfully, but these errors were encountered: