Yixiao Fang
1ee9bbe050
[Docs] Update links ( #1457 )
...
* update links
* update readtherdocs
* update
* update
* fix lint
* update
* update
* update
* update cov branch
* update
* update
* update
2023-04-06 20:58:52 +08:00
Yixiao Fang
3069e43f77
[Docs] Update readme ( #1449 )
...
* update readme
* update
* refine
* refine
* update cn version
* update installation
* update modelzoo table
* fix lint
* update
* update
* update
* update
* fix lint
* update
* update
* update changelog
* remove gif
* fix typo
* update announcement
* update
* fixtypo
* update
2023-04-06 17:17:56 +08:00
Yixiao Fang
568188a6b0
[Docs] add overview in the homepage ( #1446 )
...
* update index overview
* fix lint
* refine with chatgpt
* fix lint
* update according to review
* update cn version
2023-04-03 16:39:58 +08:00
Yixiao Fang
445eb3223a
[Docs] Refine advanced guides ( #1428 )
...
* refine
* update description
* update links
* update links
* update installation
* refine
2023-03-29 16:23:57 +08:00
Ezra-Yu
555adab0a0
[Doc] Update logos and Add more social networking links ( #1440 )
...
* add social media link in README
* replace logos
* update links
* update logo
* upodate logo size
2023-03-29 13:35:56 +08:00
Ma Zerun
c4ccae40db
[Docs] Update user guides docs and tools for MMPretrain. ( #1429 )
...
* [Docs] Update user guides docs and tools for MMPretrain.
* Fix UT
* Fix Chinese docs.
* Improve according to comments.
* Fix windows CI.
2023-03-27 14:32:26 +08:00
mzr1996
a50d96f7f1
Update docs.
2023-03-20 16:12:10 +08:00
mzr1996
175d19f67e
Update docs.
2023-03-20 16:10:33 +08:00
Yixiao Fang
f6b65fcbe7
[Docs] Update get start docs and user guides. ( #1407 )
...
* update user_guides
* update test.md
* fix lint
* fix typo
* refine
* fix typo
* update retriever to api
* update rst and downstream
* update index.rst
* update index.rst
* update custom.js
* update chinese docs
* update config.md
* update train and test
* add pretrain on custom dataset
* fix lint
2023-03-20 15:56:09 +08:00
Ma Zerun
6cedce234e
[Refactor] Update dev scripts to be compatible with selfsup tasks. ( #1412 )
...
* [Refactor] Update dev scripts to be compatible with selfsup tasks.
* Fix some missing fields in config files.
* Set maximum number of gpus for local training.
* Update README files
* Update according to comments.
2023-03-20 14:30:57 +08:00
Yixiao Fang
8875e9da92
[Docs] Update migration.md ( #1417 )
...
* update migration
* refine table
* update zh_cn
* fix lint
* Polish the documentation by ChatGPT.
* Update sphinx version and fix some warning.
---------
Co-authored-by: mzr1996 <mzr1996@163.com>
2023-03-17 10:30:09 +08:00
Ma Zerun
3472ee5d2c
[Feature] Implememnt the universal visualizer for multiple task. ( #1404 )
...
* [Feature] Implememnt the universal visualizer for multiple task.
* Update tools
* Improve according to comments.
* Fix tools docs
* Add --test-cfg option and set default collate function.
2023-03-09 11:36:54 +08:00
Ma Zerun
a05c79e806
[Refactor] Move transforms in mmselfsup to mmpretrain. ( #1396 )
...
* [Refactor] Move transforms in mmselfsup to mmpretrain.
* Update transform docs and configs. And register some mmcv transforms in
mmpretrain.
* Fix missing transform wrapper.
* update selfsup transforms
* Fix UT
* Fix UT
* update gaussianblur inconfigs
---------
Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2023-03-03 15:01:11 +08:00
mzr1996
e035e03d59
Update docs style.
2023-03-02 13:29:48 +08:00
Ma Zerun
dda3d6565b
[Docs] Update generate_readme.py and readme files. ( #1388 )
...
* Update generate_readme.py and readme files.
* Update reamde
* Update docs
* update metafile
* update simmim readme
* update
* update mae
* fix lint
* update mocov2
* update readme pic
* fix lint
* Fix mmcls download links.
* Fix Chinese docs.
* Decrease readthedocs requirements.
---------
Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2023-03-02 13:29:07 +08:00
mzr1996
0979e78573
Rename the package name to `mmpretrain`.
2023-02-17 15:20:55 +08:00
Ma Zerun
bedf4e9f64
[Refactor] Update analysis tools and documentations. ( #1359 )
...
* [Refactor] Update analysis tools and documentations.
* Update migration.md and add unit test.
* Fix print_config.py
2023-02-15 10:28:08 +08:00
huangxuming
1c1273abca
[Docs] Translate some tools tutorials to Chinese. ( #1321 )
...
* Delete print_config.md
* Add files via upload
2023-02-09 16:40:13 +08:00
Ma Zerun
7ec6062415
[Refactor] Unify the `--out` and `--dump` in `tools/test.py`. ( #1307 )
2023-02-09 14:05:03 +08:00
Ma Zerun
a3f2effb17
[Feature] Add `ImageClassificationInferencer`. ( #1261 )
...
* [Feature] Add ImageClassificationInferencer.
* Update inferencer implementation and add unit tests.
* Update documentations.
* Update pre-commit hook
* Update docs
2023-02-08 14:30:12 +08:00
GAO SHIQI
353886eaca
[Docs] Add Chinese translation for runtime.md. ( #1313 )
...
* [Docs] Add Chinese translation for runtime.md
* [Docs] Update Chinese translation for runtime.md
* [Docs] Update for runtime.md
* [Docs] Update for runtime.md
* [Docs] Update for runtime.md
2023-01-18 17:15:43 +08:00
Ma Zerun
97c4ae8805
[Improve] Update registries of mmcls. ( #1306 )
...
* [Improve] Update registries of mmcls.
* Update according to comments
2023-01-11 15:20:51 +08:00
Ma Zerun
060b0ed3b5
[Feature] Support ConvNeXt-V2 backbone. ( #1294 )
...
* [Feature] Support ConvNeXt-V2.
* Use registry of mmcls instead of mmengine.
* Add README.
* Add unit tests and docs.
2023-01-06 16:13:41 +08:00
Mr.Li
4f5350f365
[Doc] Fix typo. ( #1281 )
...
* [Fix] Fix imports in transforms. (#1255 )
* fix import
* import from mmegine.utils
* 修复错别字
Co-authored-by: Xieyuan Zhang <25652281+Francis777@users.noreply.github.com>
2022-12-30 15:52:57 +08:00
mzr1996
458ac4c89a
Merge remote-tracking branch 'origin/dev-1.x' into 1.x
2022-12-06 18:00:59 +08:00
Ma Zerun
12eca5b94a
Bump version to v1.0.0rc4. ( #1243 )
...
* Bump version to v1.0.0rc4
* Update according to comments
2022-12-06 18:00:01 +08:00
Ma Zerun
a4ec2799d6
[Docs] Update install tutorial. ( #1223 )
...
* [Docs] Update install tutorial.
* Update collapsed sections.
* Update requirements
* Update install tutorial.
2022-12-06 17:00:32 +08:00
Ma Zerun
f9be21ab74
[Docs] Add version selection in the banner. ( #1217 )
...
* [Docs] Add version selection in the banner.
* Small fix.
2022-11-23 13:38:23 +08:00
mzr1996
75e502ed75
Update Chinese translation.
2022-11-22 15:19:03 +08:00
mzr1996
a4cfd55dd2
Update chinese translation.
2022-11-22 11:39:49 +08:00
mzr1996
44d2886422
[Docs] Add some Chinese translation for API pages.
2022-11-22 09:49:39 +08:00
Ma Zerun
13ff394985
Bump version to v1.0.0rc3. ( #1211 )
...
* Bump version to v1.0.0rc3
* Update pre-commit hook
2022-11-21 18:21:48 +08:00
marouane amzil
743ca2d602
[Fix] Fix the torchserve. ( #1143 )
...
* rebase
* update docker and rm deprecated deployment tools
* update docs
* rebase
Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>
2022-11-21 11:18:42 +08:00
Ma Zerun
0e8cfa6286
[Docs] Add not-found page extension. ( #1207 )
...
* [Docs] Add not-found page extension.
* Mock rich during generate docs.
* Fix multiple broken links in docs.
* Fix "right" to "left".
2022-11-21 10:34:05 +08:00
Ma Zerun
2151beeb77
[Docs] Support sort and search the Model Summary table. ( #1100 )
...
* [Docs] Support sort and search the Model Summary table.
* Add description.
* Fix according to comments
2022-11-08 12:03:06 +08:00
Ma Zerun
c48cfa9f47
[Docs] Improve the ResNet model page. ( #1118 )
...
* [Docs] Improve the ResNet model page.
* Fix lint.
* Update stat.py
2022-11-08 11:09:51 +08:00
Ezra-Yu
63b124e2d7
[Docs] Improve Swin Doc and Add Tabs enxtation. ( #1145 )
...
* improve_swin_doc
* fix requirments
* improve swin2 docs
* improve swin2 docs
* update
* update CN doc
* update CN doc
* update comments
* fix error
* update register_all_modules
* Update README.md
* Update stat.py
* Update readme
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-11-04 11:58:39 +08:00
Ma Zerun
29c46c8af2
[Docs] Add runtime configuration docs. ( #1128 )
...
* [Docs] Add runtime configuration docs.
* Fix grammar errors.
* Imporve docs according to comments
2022-11-02 10:59:59 +08:00
Hubert
50aaa711ea
[Docs] Add custom evaluation docs ( #1130 )
...
* [Docs] Add evaluation docs
* minor fix
* Fix docs.
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-11-01 18:54:06 +08:00
Ma Zerun
280e916979
[Docs] Add custom pipeline docs. ( #1124 )
...
* [Docs] Add custom pipeline docs.
* Fix link.
* Fix according to comments
2022-10-27 10:35:20 +08:00
Ma Zerun
29f066f7fb
[Improve] Speed up data preprocessor. ( #1064 )
...
* [Improve] Speed up data preprocessor.
* Add ClsDataSample serialization override functions.
* Add unit tests
* Modify configs to fit new mixup args.
* Fix `num_classes` of the ImageNet-21k config.
* Update docs.
2022-10-17 17:08:18 +08:00
Ma Zerun
31c67ffed4
Bump version to v1.0.0rc2. ( #1084 )
2022-10-12 16:52:31 +08:00
Hubert
dfb4e87123
[Docs] Add 1x docs schedule. ( #1015 )
...
* [Docs] add schedule en docstring
* [Docs] add schedule cn docstring
* Improve schedule docs.
* refine according to comments
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-10-09 10:39:53 +08:00
mzr1996
bf9f3bbdda
[Docs] Fix `mmcv-full` in docs.
2022-10-09 08:14:06 +08:00
takuoko
a1642e42da
[Enhancement] Get scores from inference api. ( #1070 )
2022-10-08 15:21:34 +08:00
Ma Zerun
7237a646e8
Bump version to v1.0.0rc1 ( #1066 )
2022-09-30 17:35:44 +08:00
Songyang Zhang
81f10ccbb7
[Feature] Support EdgeNeXt for dev-1.x. ( #1037 )
...
* [Feature] add EdgeNeXt for dev-1.x
* [Feature] add update
* Imporve EdgeNeXt
* Fix div error in low pytorch version
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-09-21 13:27:04 +08:00
Ezra-Yu
789884bf08
[Refactor] Fix visualization tools. ( #1045 )
...
* update browse dataset
* update images
* update tools
* update grad_cam
* update docs
* update tools
* update docs
2022-09-20 18:09:05 +08:00
Ma Zerun
96a1a34415
[Docs] Auto generate model summary table. ( #1010 )
...
* Fix wrong metafile
* Auto generate model summary table.
* Fix all TODO link
2022-09-13 15:06:17 +08:00
Ma Zerun
85b1eae7f1
Bump to v1.0.0rc0 ( #1007 )
...
* Update docs.
* Update requirements.
* Update config readme and docstring.
* Update CONTRIBUTING.md
* Update README
* Update requirements/mminstall.txt
Co-authored-by: Yifei Yang <2744335995@qq.com>
* Update MMEngine docs link and add to readthedocs requirement.
Co-authored-by: Yifei Yang <2744335995@qq.com>
2022-08-31 23:57:51 +08:00