vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images. (by facebookresearch)
self_supervised
Implementation of popular SOTA self-supervised learning algorithms as Fastai Callbacks. (by KeremTurgutlu)
vissl | self_supervised | |
---|---|---|
2 | 1 | |
3,214 | 318 | |
- | - | |
5.9 | 0.0 | |
11 months ago | almost 2 years ago | |
Jupyter Notebook | Jupyter Notebook | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vissl
Posts with mentions or reviews of vissl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-15.
-
[D]Use SimCLR as pretraining for image segmentation
I recently did some self supervised pretrainings (simclr, moco, Barlow twins) and used the vissl library for that which has worked pretty well for me (https://github.com/facebookresearch/vissl)
-
[D] Paper Explained – SEER explained: Vision Models more Robust & Fair when pretrained on UNCURATED images!?
Official implementation: https://github.com/facebookresearch/vissl/tree/main/projects/SEER
self_supervised
Posts with mentions or reviews of self_supervised.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-15.
-
[D]Use SimCLR as pretraining for image segmentation
You may want to check out pip install self-supervised https://github.com/KeremTurgutlu/self_supervised which benchmarks several selfsupervised methods, here's a SimCLR tutorial https://keremturgutlu.github.io/self_supervised/01%20-%20training_simclr_iwang.html
What are some alternatives?
When comparing vissl and self_supervised you can also consider the following projects:
contrastive-reconstruction - Tensorflow-keras implementation for Contrastive Reconstruction (ConRec) : a self-supervised learning algorithm that obtains image representations by jointly optimizing a contrastive and a self-reconstruction loss.
solo-learn - solo-learn: a library of self-supervised methods for visual representation learning powered by Pytorch Lightning