8 Commits

Author SHA1 Message Date
Yixiao Fang
66c795ada1
[Docs] Update links (#738)
* update links to main branch

* update mmdet and mmseg

* update readthedocs links
2023-04-06 11:20:31 +08:00
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
Yixiao Fang
824d62e2af
[Refactor] Remove file_client_args and apply new interface of fileio (#662)
* remove file_client_args

* fix lint

* update

* Update docs/en/user_guides/1_config.md

Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com>

* update toc

---------

Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com>
2023-03-14 14:09:22 +08:00
Yuan Liu
5efb4f4be9
[Fix]: Fix the bug in shape bias (#717)
* [Fix]: Fix shape bias

* [Fix]: Fix lint

* [Feature]: Delete disk backend
2023-03-09 10:23:28 +08:00
Yixiao Fang
0f634de85b
[Feature] support MaskFeat pre-training with video (#678)
* add maskfeat video configs

* add maskfeat video

* update configs

* update readme

* update results and links

* update configs

* update configs

* update links

* refine readme

* refine doc

* add ut

* refine readme

* update ut

* update readme

* update docs

* update config

* update train scripts in readme

* add mmaction2 page link
2023-02-07 16:40:50 +08:00
Yuan Liu
a194464863
[Feature]: Add pretraining for FGIA (#607)
* [Feature]: Add pretraining for FGIA

* [Fix]: Add requirements and title

* [Refactor]: Move readme to root folder

* [Feature]: Add cls link

* [Fix]: Fix typo
2022-12-12 18:26:33 +08:00
Yixiao Fang
a4b96dc662
[Refactor] Refactor projects folder (#620)
* refactor projects folder

* fix lint

* fix typo

* refine readme template

* update downsteam
2022-12-12 14:12:50 +08:00
Yixiao Fang
6db04339a6
[Community] Add './projects' folder and an example (#586)
* add projects folder and readme

* refine description

* fix lint

* update ci

* update

* refine docs
2022-11-23 20:42:31 +08:00