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
b5fc5abcc4
mmsegmentation
/
requirements
/
readthedocs.txt
7 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Doc] Fix API document (#2483) ## Motivation As title. ## Modification - docs/en/api.rst - docs/zh_cn/api.rst - add `scipy` to readthedocs requirement.
2023-01-13 20:06:30 +08:00
mmcv>=2.0.0rc1,<2.1.0
[Feature] Support auto import modules from registry. (#2481) ## Motivation The registry now supports auto-import modules from the given location. register_all_modules before running is no longer needed. The modules will be lazy-imported during building. - [x] This PR can be merged after https://github.com/open-mmlab/mmengine/pull/643. The MMEngine version should be updated. Ref: https://github.com/open-mmlab/mmdetection/pull/9143
2023-02-23 20:33:17 +08:00
mmengine>=0.4.0,<1.0.0
[Doc] Fixed doc api display (#725) * [Doc] Fixed doc api display * add missing pretty table
2021-07-26 02:04:14 +08:00
prettytable
[Doc] Fix API document (#2483) ## Motivation As title. ## Modification - docs/en/api.rst - docs/zh_cn/api.rst - add `scipy` to readthedocs requirement.
2023-01-13 20:06:30 +08:00
scipy
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
torch
torchvision