-
Notifications
You must be signed in to change notification settings - Fork 124
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 reconstruction images have a lot of noise #48
Comments
How to reconstuct the image. Could you provide the code? |
same as MAE. https://github.com/facebookresearch/mae/blob/main/demo/mae_visualize.ipynb |
I using another self-supervised learning for CNN, SparK(https://github.com/keyu-tian/SparK), and the reconstruction of unmasked part have lots of noise too. Maybe the reason is due to loss fuction, as the reconstruction loss is only applied to the part of the mask, and the part without the mask is not constrained |
Hi @powermano, I saw your preview and noticed you're working on facial reconstruction. It seems you've made some progress. I've been working on a similar project but haven't achieved the desired results. Could you share any insights or experiences🙏🏻? Thanks! |
The following image is the result of epoch=69.
![test_epoch_69](https://user-images.githubusercontent.com/24365567/237036439-e6496b2e-4c6d-49ef-938a-efcc5f8b2fb6.png)
The reconstruction of unmasked part have lots of noise, is this a normal phenomenon?
And I have found a strange problem. If i replace the first conv in the stem with MinkowskiDepthwiseConvolution, the training loss will quickly drop to 0. I can't understand why this is happening.
The text was updated successfully, but these errors were encountered: