mim
MIM Installs OpenMMLab Packages
File Explorer
Download Latest Version (.zip)- config.yml
- config.yml
- error-report.md
- feature_request.md
- general_questions.md
- build.yml
- lint.yml
- publish-to-pypi.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- pull_request_template.md
- readthedocs.css
- abbreviation.md
- api.rst
- conf.py
- customization.md
- index.rst
- installation.md
- make.bat
- Makefile
- __init__.py
- patch_model.py
- patch_task.py
- README.md
- README_zh-CN.md
- __init__.py
- common.py
- flatten_func.py
- pack_cfg.py
- README.md
- README_zh-CN.md
- utils.py
- __init__.py
- autocompletion.py
- compat.py
- customcommand.py
- option.py
- utils.py
- __init__.py
- download.py
- export.py
- gridsearch.py
- install.py
- list.py
- run.py
- search.py
- test.py
- train.py
- uninstall.py
- __init__.py
- default.py
- progress_bars.py
- utils.py
- __init__.py
- __main__.py
- cli.py
- version.py
- docs.txt
- install.txt
- tests.txt
- epoch_1.pth
- lenet5_mnist_1.0.py
- lenet5_mnist_2.0.py
- test_download.py
- test_gridsearch.py
- test_install.py
- test_list.py
- test_run.py
- test_search.py
- test_test.py
- test_train.py
- test_uninstall.py
- test_utils.py
- test_version.py
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/open-mmlab/mim
Downloads the entire project code from GitHub to your computer.
cd mim
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
