This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmsegmentation
mirror of
https://github.com/open-mmlab/mmsegmentation.git
Watch
1
Star
0
Fork
You've already forked mmsegmentation
0
Code
Issues
Projects
Releases
Wiki
Activity
124b87ce90
mmsegmentation
/
requirements
/
mminstall.txt
5 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Enhancement] version check codebase from openmmlab (#2006)
2022-08-31 18:46:43 +08:00
mmcls>=1.0.0rc0
[Refactor] Refactor fileio (#2543) ## Motivation Use the new fileio from mmengine https://github.com/open-mmlab/mmengine/pull/533 ## Modification 1. Use `mmengine.fileio` to repalce FileClient in mmseg/datasets 2. Use `mmengine.fileio` to repalce FileClient in mmseg/datasets/transforms 3. Use `mmengine.fileio` to repalce FileClient in mmseg/visualization ## BC-breaking (Optional) we modify all the dataset configurations, so please use the latest config file.
2023-02-01 17:53:22 +08:00
mmcv>=2.0.0rc4
[CI] Upgrade the version of isort to fix lint error (#2519) ## Motivation https://github.com/open-mmlab/mmeval/pull/85 --------- Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2023-01-30 10:31:12 +08:00
mmdet==3.0.0rc5
[Refactor] Refactor fileio (#2543) ## Motivation Use the new fileio from mmengine https://github.com/open-mmlab/mmengine/pull/533 ## Modification 1. Use `mmengine.fileio` to repalce FileClient in mmseg/datasets 2. Use `mmengine.fileio` to repalce FileClient in mmseg/datasets/transforms 3. Use `mmengine.fileio` to repalce FileClient in mmseg/visualization ## BC-breaking (Optional) we modify all the dataset configurations, so please use the latest config file.
2023-02-01 17:53:22 +08:00
mmengine>=0.2.0,<1.0.0