Commit Graph

654 Commits (main)
 

Author SHA1 Message Date
Yixiao Fang db861f3048
Update issue template and ut (#750)
* update issue template and ut

* update ut requirements

* update docs

* update
2023-06-25 10:30:27 +08:00
Yixiao Fang c77954bb90
[Fix] Fix import error (#746)
* fix import error

* update
2023-04-10 14:56:52 +08:00
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 db6fb76cf1
[Fix] Update CI (#742)
* update ci

* update

* update
2023-04-06 14:00:12 +08:00
Yixiao Fang 80bb3f45dc
[Fix] Fix CI and add pytorch2.0 test (#739)
* update ci

* update

* update

* update

* update

* update

* update
2023-04-06 11:20:47 +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
jts250 46f2a6c5b3
[Docs] Task#50:Translate customize_runtime.md (#734)
* Translate customize_runtime.md

* Update docs/zh_cn/advanced_guides/customize_runtime.md

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

* Fixed the correctness of the TOC.

* Fixed the correctness of the TOC.

* Fixed the correctness of the TOC.

* Fixed the correctness of the TOC.

* update

* update

---------

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>
Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2023-04-04 10:46:16 +08:00
fangyixiao18 1522bd48dc Merge branch 'dev-1.x' into 1.x 2023-04-03 16:46:27 +08:00
Yixiao Fang 0b164130fb
[Fix] Fix registry import error of mmdet (#732)
* fix registry from mmdet

* update

* fix ut
2023-04-03 16:26:03 +08:00
Yixiao Fang 25dab7c684
[Docs] Add media links and mmpretrain announcement (#730)
* add media links

* add mmpretrain announcement

* add description

* update
2023-04-03 16:25:39 +08:00
TKAN 81894e300a
[Docs] Add engine.md and evaluation.md in zh_cn (#725)
* add zh_cn engine.md and evaluation.md

* Modify some details

* Modify some details

* Revision submission after rolling back the version

* Apply suggestions from code review

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

---------

Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>
2023-03-28 19:31:23 +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 6c5e83608b
[Fix] fix local-rank in pytorch2.0 (#728) 2023-03-28 10:30:46 +08:00
SheffieldCao fe5651d223
[Docs] Add zh_cn docs (#723)
* Add zh_cn doc of add_modules.md

* Add zh_cn doc of add_datasets.md
2023-03-27 14:17:59 +08:00
liuyuan 448b4fae0d [Fix]: Fix missing pretrained model 2023-03-23 11:48:25 +08:00
liuyuan ba8560efd6 [Fix]: Delete pytorch 1.6 2023-03-23 11:48:25 +08:00
liuyuan d7b0eccc1e [Fix]: Fix lint 2023-03-23 11:48:25 +08:00
liuyuan 8f168b1486 [Fix]: Fix image size bug 2023-03-23 11:48:25 +08:00
liuyuan 81dd5b6199 [Fix]: Fix get image size 2023-03-23 11:48:25 +08:00
liuyuan aefea11df9 [Feature]: Add model zoo and fix lint 2023-03-23 11:48:25 +08:00
liuyuan d5e737ff3e [Feature]: Add metafile 2023-03-23 11:48:25 +08:00
liuyuan 455aae743c [Feature]: Add link 2023-03-23 11:48:25 +08:00
liuyuan 17b46b3644 [Feature]: Add ut to mae random resized crop 2023-03-23 11:48:25 +08:00
liuyuan 4efb0249dc [Fix]: Add PixMIM UT 2023-03-23 11:48:25 +08:00
liuyuan e621733ecd [Feature]: Add README 2023-03-23 11:48:25 +08:00
liuyuan 8d3cddfa0a [Feature]: Add ft and 800e pt 2023-03-23 11:48:25 +08:00
liuyuan dd1f496821 [Feature]: Add MAE transform 2023-03-23 11:48:25 +08:00
liuyuan 7695bb8134 [Feature]: Add MAE RRC and cls config 2023-03-23 11:48:25 +08:00
liuyuan b29cd0b545 [Feature]: Add PixMIM config 2023-03-23 11:48:25 +08:00
liuyuan 03f6b8a8f8 [Feature]: Add pixmim algorithm 2023-03-23 11:48:25 +08:00
liuyuan ae03d92015 [Feature]: Add low frequency target generator 2023-03-23 11:48:25 +08:00
Yuan Liu 105ca79ec3
[Feature]: Update MAE 300e pt results (#722) 2023-03-22 17:59:03 +08:00
Yixiao Fang 447f4bb38d
[Feature] Support auto import modules from registry (#660)
* support auto import

* update

* fix lint

* update

* fix lint

* update

* refine

* update

* update colab
2023-03-14 14:34:27 +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
Guneet Mutreja 153429093a
[Fix] Fix T-SNE TypeError (#708)
* fixed tsne bus for resnet backbone

* ran pre-commit

---------

Co-authored-by: Mutreja <mutr_gu@krikkit.af.op.dlr.de>
2023-03-08 16:57:39 +08:00
vansin 4591dd4b19
[Docs] Add twitter discord medium youtube link (#693) 2023-02-15 10:19:45 +08:00
Yixiao Fang 6c13b420a1
Bump version to 1.0.0rc6 (#691)
* Bump  version to 1.0.0rc6

* update changelog

* update date
2023-02-10 18:24:46 +08:00
Yuan Liu d3f57edf79
[Fix]: Fix distributed setting for shape bias (#689)
* [Fix]: Fix dist bug

* [Fix]: Fix lint

* [Feature]: Add download log info

* [Fix]: Fix lint
2023-02-08 14:23:59 +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
Yixiao Fang e43925cc48
[Fix] Update link of beitv2 (#676)
* update link of beitv2

* update description
2023-02-03 14:59:31 +08:00
Yixiao Fang 8593bef3ae
Switch default branch to 1.x (#686)
* add schedule

* update docs

* update issue template

* fix lint

* update migration

* fix lint

* update version of isort
2023-02-03 13:59:27 +08:00
Yuan Liu 54d4cf7275
[Fix]: Pass param by explicitly setting location (#654)
* [Fix]: Locate param in super class

* [Feature]: Add feature predict dim

* [Fix]: Install wheel

* [Fix]: Delete install wheel
2023-02-03 11:50:52 +08:00
GeoffreyChen777 85f1dca88e
[Fix] Update default_runtime.py (#681)
If set `by_epoch=False` for `log_processor`, an error is raised:
```
  File "/home/WMGDS.WMG.WARWICK.AC.UK/chen_c/project/mmengine/mmengine/runner/log_processor.py", line 314, in _check_window_size
    assert log_cfg['window_size'] != 'epoch', \
  File "/home/WMGDS.WMG.WARWICK.AC.UK/chen_c/project/mmengine/mmengine/config/config.py", line 47, in __missing__
    raise KeyError(name)
KeyError: 'window_size'
```

The reason is that here `log_processor` is checking the `window_size`, not `windows_size`: 

50465a2002/mmengine/runner/log_processor.py (L352)
2023-01-31 19:31:43 +08:00
Yixiao Fang 408377a9cd
update pre-commit (#685) 2023-01-30 14:57:47 +08:00
takuoko f959af995a
[BugFix] fix metafile.yaml -> metafile.yml (#680)
* fix manifest

* metafile.yaml -> .yml
2023-01-30 10:46:07 +08:00
Caczhtus c951bb6d22
[Docs] (CodeCamp #76) translate add_transforms.md and conventions.md (#674)
* translate add_transforms.md and conventions.md

* translate add_transforms.md and conventions.md

* update add_translate.md format

* update add_translate.md format

* update

Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2023-01-16 14:53:53 +08:00
Wangbo Zhao(黑色枷锁) 386f66aa0f
[Fix] Fixed bugs in configs/selfsup/eva/metafile.yaml (#669)
* [Fix] Fix bugs in configs/selfsup/eva/metafile.yaml

* [Fix] add pretrained weights
2023-01-13 17:46:26 +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