谢昕辰
b51670b613
Bump v0.28.0 ( #2047 )
...
* bump v0.28.0
* update
2022-09-08 16:54:12 +08:00
谢昕辰
eeeaff9421
Bump v0.27.0 ( #1836 )
...
* Bump v0.26.1
* update version
* fix mmcv requirement
2022-07-28 21:04:01 +08:00
MengzhangLI
17056b636f
Bump v0.26.0 ( #1731 )
2022-07-01 20:31:52 +08:00
Miao Zheng
46326f63ce
Bump v0.25.0 ( #1636 )
...
* Bump v0.25.0
* format
* fix mmcv version
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-06-02 22:40:08 +08:00
atinfinity
090c91b7dc
fixed Dockerfile to run demo script in docker container ( #1568 )
...
* fixed Dockerfile to run demo script
* changed from libgl1-mesa-dev to libgl1-mesa-glx
2022-05-11 23:37:42 +08:00
MengzhangLI
ae0fac4a36
Bump version to v0.24.1 ( #1541 )
...
* Bump version to v0.24.1
* version.py
* changelog.md
2022-05-01 14:06:04 +08:00
Miao Zheng
c4c0c1f804
Bump version to v0.24.0 ( #1533 )
...
* [WIP] Bump version to v0.24.0
* changelog
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* words
* typo
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-04-29 22:23:02 +08:00
Miao Zheng
a87b892ce4
[Fix] Add GPG keys and del mmcv version in Dockerfile ( #1534 )
2022-04-29 19:31:50 +08:00
AmirMasoud Nourollah
1924470e0e
Updating Dockerfiles From Docker Directory and get_started.md to Reach Last Stable Version of Python, PyTorch and MMCV ( #1446 )
...
* Update Dockerfile
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
* Update Dockerfile for serve
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
* Updating to the last version of supported Python
* Update Dockerfile
* Update get_started.md
* Update docs/zh_cn/get_started.md
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-04-04 20:16:50 +08:00
Miao Zheng
6670672345
Bump version to v0.23.0 ( #1439 )
...
* Bump version to v0.23.0
* new contributor
* rephrase
* tyoi
* typo
* get_started
* typo
* rephrase
* rephrase
* rephrase
2022-04-01 15:43:19 +08:00
MengzhangLI
a7c2f680e8
Bump v0.22.0 ( #1347 )
...
* change version to v0.22.0
* change version to v0.22.0
* add mmcls version in get_started.md
* add mmcls installation and move PR1299 into enhancement
* add mmcls installation and move PR1299 into enhancement
* remove MMCLS and make mmcv <=1.5.0 version in get_started.md
* fix typo
2022-03-04 22:17:29 +08:00
MengzhangLI
29cfcd145c
Bump v0.21.0 ( #1258 )
...
* change version to v0.21.0
* change version to v0.21.0
* change version to v0.21.0
* change version to v0.21.0
2022-01-29 18:30:13 +08:00
MengzhangLI
bdfbaf00c1
Bump v0.20.0 ( #1124 )
...
* change version to v0.20.0
* change version to v0.20.0
* change version to v0.20.0
2021-12-11 01:43:29 +08:00
sennnnn
cae715a4b6
[Fix] Convert SyncBN to BN when training on DP ( #772 )
...
* [Fix] Convert SyncBN to BN when training on DP.
* Modify SyncBN2BN.
* Add SyncBN2BN unit test.
* Resolve some comments.
* use mmcv official revert_sync_batchnorm
* Remove local syncbn2bn unit tests.
* Update mmcv version.
* Fix bugs of gather model tools.
* Modify warnings.
* Modify docker mmcv version.
* Update mmcv version table.
2021-09-15 09:39:37 -07:00
Junjun2016
56e18ba9aa
[Fix] Update mmcv installation in dockerfile ( #860 )
...
* update dockerfile
* Update docker/Dockerfile
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* add ARG
* change dash to bash
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2021-09-11 14:34:35 +08:00
Junjun2016
122448010b
Bump to v0.17.0 ( #841 )
2021-09-01 22:43:38 +08:00
Miguel Méndez
6394679328
[Enhancement] Add mmcv arg expansion ( #748 )
...
* Add dynamic mmcv install
* Declare ARG after FROM
2021-08-05 20:09:33 +08:00
David de la Iglesia Castro
420783d007
Add mmseg2torchserve tool ( #552 )
...
* Add docker/serve
* Add handler
* Add mmseg2torchserve
* Fix mmv minimum version
* Update docs with model serving section
* Update useful_tools.md
* pre-commit
* Update useful_tools.md
* Add 3dogs to resources
* Move mask to resources
2021-07-05 21:11:47 +08:00
Amrit Krishnan
458fc7897f
Add fixes to Dockerfile ( #607 )
2021-06-19 08:31:19 -07:00
Jerry Jiarui XU
65da3e3752
update docker ( #149 )
...
* update docker
* Update Dockerfile
2020-09-29 19:54:32 +08:00
Jerry Jiarui XU
924571eced
[Enhance] Update url to https://download.openmmlab.com ( #165 )
2020-09-28 00:32:44 +08:00
Jerry Jiarui XU
b72a6d00ef
Add Colab Tutorial ( #7 )
...
* add badge
* Created using Colaboratory
* add read docs
* Fixed readthedocs
* fixed colab ref
* add readthedocs.txt
* add link
* fixed modelzoo link
* add missing reference
* fixed docs
* remove relative path in docs
* add colab in README.md
* update docker image
* add newline
* fixed br
2020-07-10 16:55:47 +08:00
Jiarui XU
b2724da80b
init commit
2020-07-10 02:39:01 +08:00