Shawn_ c920d976e7
[Feature]: Add dino (#658)
* [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>
2023-03-28 11:07:16 +08:00
..
2023-03-28 11:07:16 +08:00

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: