mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
* [Feature]: Add the scaffold * Code camp * Update dino.py * add loss * Update dino_neck.py * data_pipeline * Update imagenet_dino.py * [Feature]: Add dino neck * [Feature]: Add dino neck * [Feature]: Add teacher temp update hook * [Feature]: Add dino algorithm * [Feature]: Add Transform * [Feature]: Add init * [Feature]: Forward DINO * [Feature]: Add DINO * [Fix]: Delete dino dataset * [Feature]: Add docstring * [Feature]: Add readme * [Fix]: Fix reviews * [Fix]: Fix lint --------- Co-authored-by: YuanLiuuuuuu <3463423099@qq.com>
Welcome to Projects of MMSelfSup
In this folder, we welcome all contribution of self-supervised learning algorithms from community.
Here, these requirements, e.g. code standards, are not that strict as in core package. Thus, developers from the community can implement their algorithms much more easily and efficiently in MMSelfSup. We appreciate all contributions from community to make MMSelfSup greater.
We give some instructions to implement your algorithms under example_project
folder.
We also provide some documentation listed below:
-
The documentation of basic concepts and component customization.
-
The guides for contribution to help new contributors.
-
Welcome to start discussion!