Commit Graph

24 Commits (main)

Author SHA1 Message Date
Yixiao Fang 6ae4ee5f74
Bump version to v1.0.0 (#743)
* Bump version to v1.0.0

* fix lint

* update

* update

* update dockerfile

* update font color

* update readtherdocs

* update annoucement

* update

* update
2023-04-06 15:49:37 +08:00
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
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
Yixiao Fang 68129f0a9c
[Fix] Add missing data preprocessor in tsne configs (#715)
* update configs

* update docs
2023-03-09 10:29:48 +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
Junlin Chang 482e9bbc37
[Docs] translate classification.md, detection.md, segmentation.md (#665)
* Add files via upload

Chinese document translation

* Update docs/zh_cn/user_guides/classification.md

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>

* Update docs/zh_cn/user_guides/classification.md

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>

* Update classification.md

* Update detection.md

* Update detection.md

* Update segmentation.md

* update

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>
Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2023-01-11 19:48:41 +08:00
Yixiao Fang f96b56a4ca
fix link of knn script (#661) 2023-01-10 14:58:21 +08:00
JetstramSam e9f337b945
[Docs] Translate two docs (#653)
* translate

* translate

* Update visualization.md

* Update analysis_tools.md

* Update visualization.md

* Update analysis_tools.md

* Update visualization.md

* Update visualization.md

* Update visualization.md

* Update visualization.md

* Update visualization.md

* Update analysis_tools.md

* Update visualization.md

* Update analysis_tools.md

* Update visualization.md

* update

Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2023-01-04 18:06:16 +08:00
Yuan Liu 304e81650a
[Feature]: Shape bias (#635)
* [Feature]: Add shape bias vis

* [Fix]: Fix lint

* [Feature]: Add shape bias metrics

* [Fix]: Fix lint

* [Fix]: Delete redundant code

* [Feature]: Add shape bias doc

* [Fix]: Fix lint

* [Feature]: add UT

* [Fix]: Fix lint

* [Fix]: Fix typo

* [Fix]: Fix typo

* [Fix]: Fix args param style

* [Feature]: Download pic automatically
2022-12-30 22:11:18 +08:00
Yixiao Fang b6585cc1f1
[Fix] Fix knn multi-gpu bug (#634)
* update knn

* update

* fix bugs of knn

* update entrance scripts

* update configs and related codes

* update sampler config

* remove redundance

* update

* update docs

* fix lint

* update logic of loading ckpt
2022-12-23 11:45:48 +08:00
Yixiao Fang 347b49e77f
[Refactor] Refactor t-SNE (#629)
* refactor tsne

* update configs

* update docs

* add cls_token option
2022-12-21 16:21:12 +08:00
Yixiao Fang 73cd764b5f
[Feature] Support pixel reconstruction visualization (#570)
* refactor reconstruction visualization

* support simmim visualization

* fix reconstruction bug of MAE

* support visualization of MaskFeat

* refaction mae visualization demo

* add unit test

* fix lint and ut

* update

* add docs

* set random seed

* update

* update docstring

* add torch version check

* update

* rename

* update version

* update

* fix lint

* add docstring

* update docs
2022-12-06 19:45:01 +08:00
Songyang Zhang f0d03d4fcd [Docs] translate 4 custom dataset (#561)
* [Docs] translate 4 custom dataset

* Update docs/zh_cn/user_guides/4_pretrain_custom_dataset.md

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>

* update

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>
2022-11-03 16:09:36 +08:00
Yixiao Fang 27374e1f0d [Docs] Refine some English version docs (#563)
* add visualization examples

* refine docs

* remove old version contents

* update

* update

* fix lint
2022-11-03 16:09:36 +08:00
RenQin 88e1b5d4db [Docs]: Translate 2_dataset_prepare.md to Chinese (#551)
* [Docs]: translate 2_dataset_prepare.md to zh_cn

* [Fix]: fix cifar10 dataset prepare

* [Fix]: fix cifar10 dataset prepare

* [Fix]: fix cifar10 dataset prepare
2022-11-03 16:09:36 +08:00
Yixiao Fang 5e44bf7179 [Refactor] Refactor evaluation folder and related configs (#538)
* refactor evaluation folder

* update knn script

* update ut

* update configs

* update config names according to mmdet and mmseg

* update docs
2022-11-03 16:09:36 +08:00
Songyang Zhang 5a0e0eedc4 [Doc] Add custom dataset tutorial (#522)
* [Doc] Add the tutorial for using custom dataset

* [Doc] Add coco example

* [Doc] Fix bug in command

* [Doc] Fix bug in command

* Update docs/en/user_guides/4_pretrain_custom_dataset.md

Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>

* [Doc] Update the doc according to the reviews

Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
2022-11-03 16:09:36 +08:00
RenQin 913be341ff
[Docs]: Add user_guides/visualization.md (#455)
* [Docs]: Add user_guides/visualization.md

* [Docs]: Add user_guides/visualization.md

* [Docs]: Add user_guides/visualization.md

* [Docs]: refactor doc

* Update docs/en/user_guides/visualization.md

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>
2022-08-31 21:11:10 +08:00
RenQin e52ddf55cd
[Docs]: Add user_guides/analysis_tools.md (#448)
* [Docs]: Add user_guides/analysis_tools.md

* [Docs]: Add user_guides/analysis_tools.md

* [Fix]: fix lint

* [Fix]: fix reproducibility and delete mae vis
2022-08-31 14:24:59 +08:00
Jiahao Xie 06321eac3a
[Docs] refactor config.md (#449)
* [Docs] refactor config.md

* refine config.md

* fix lint

* fix lint

* [Docs] refine
2022-08-31 14:08:56 +08:00
Jiahao Xie 8f1c35957b
[Docs] refactor pretrain.md (#459) 2022-08-30 19:41:01 +08:00
Jiahao Xie dd99dbbf7e
[Docs] refactor dataset_prepare.md (#434) 2022-08-29 19:46:14 +08:00
Wangbo Zhao(黑色枷锁) 9ddef4f7d9
[Refactor] Modify documents of classification, detection and segmentation (#426)
* modify config files

* modify benchmark docs

* Update classification.md

* modify benchmark docs

* modify benchmark docs

* modify benchmark docs

* modify benchmark docs

* modify benchmark docs

* modify doc

* modify benchmark docs

* modify benchmark docs

* modify benchmark docs

* modify benchmark docs

* modify benchmark docs

* modify benchmark doc
2022-08-29 14:31:06 +08:00
Yixiao Fang d3a487e0b9
[Refactor] Refactor docs directory (#419)
* refactor directory

* modify titles

* fix lint

* update index.rst

* update

* fix typo

* update

* fix typo

* update model zoo

* update index.rst

* fix typo

* fix typo
2022-08-17 12:06:41 +08:00