-
Notifications
You must be signed in to change notification settings - Fork 9
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
Pyssl on 3D data (images) #1
Comments
Most self-supervised learning methods typically operate on feature vectors, making it possible to work with 3D data. However, when working with 3D data, two specific modifications are required: 1) applying augmentation transformations directly to the 3D data (instead of 2D) and 2) modifying the feature extractor backbone to accept 3D data as input and produce a 1D latent vector as output. |
Thanks for the comment. |
TBH, I haven't thought about it yet. However, I might consider including it in the near future! |
Cool! Looking forward |
Great package. I am wondering if there is possibility to use this package for 3D volumetric data (images)?
The text was updated successfully, but these errors were encountered: