Commit 94193038 authored by luopl's avatar luopl
Browse files

Update README.md

parent 1c3f35d1
...@@ -30,7 +30,7 @@ cd /path/your_code_data/xdecoder_mmcv ...@@ -30,7 +30,7 @@ cd /path/your_code_data/xdecoder_mmcv
pip install -r requirements/multimodal.txt -i https://mirrors.aliyun.com/pypi/simple/ pip install -r requirements/multimodal.txt -i https://mirrors.aliyun.com/pypi/simple/
pip install mmcv-2.0.1_gitfb7d8f3.abi0.dtk2310.torch2.1.-cp38-cp38-manylinux2014_x86_64.whl pip install mmcv-2.0.1_gitfb7d8f3.abi0.dtk2310.torch2.1.-cp38-cp38-manylinux2014_x86_64.whl
pip install mmdet -i https://mirrors.aliyun.com/pypi/simple/ pip install mmdet -i https://mirrors.aliyun.com/pypi/simple/
git clone https://github.com/cocodataset/panopticapi git clone https://github.com/cocodataset/panopticapi.git
cd panopticapi cd panopticapi
pip install e . pip install e .
``` ```
...@@ -45,7 +45,7 @@ cd /path/your_code_data/xdecoder_mmcv ...@@ -45,7 +45,7 @@ cd /path/your_code_data/xdecoder_mmcv
pip install -r requirements/multimodal.txt -i https://mirrors.aliyun.com/pypi/simple/ pip install -r requirements/multimodal.txt -i https://mirrors.aliyun.com/pypi/simple/
pip install mmcv-2.0.1_gitfb7d8f3.abi0.dtk2310.torch2.1.-cp38-cp38-manylinux2014_x86_64.whl pip install mmcv-2.0.1_gitfb7d8f3.abi0.dtk2310.torch2.1.-cp38-cp38-manylinux2014_x86_64.whl
pip install mmdet -i https://mirrors.aliyun.com/pypi/simple/ pip install mmdet -i https://mirrors.aliyun.com/pypi/simple/
git clone https://github.com/cocodataset/panopticapi git clone https://github.com/cocodataset/panopticapi.git
cd panopticapi cd panopticapi
pip install e . pip install e .
``` ```
...@@ -75,7 +75,7 @@ pip install mmcv-2.0.1_gitfb7d8f3.abi0.dtk2310.torch2.1.-cp38-cp38-manylinux2014 ...@@ -75,7 +75,7 @@ pip install mmcv-2.0.1_gitfb7d8f3.abi0.dtk2310.torch2.1.-cp38-cp38-manylinux2014
cd /path/your_code_data/xdecoder_mmcv cd /path/your_code_data/xdecoder_mmcv
pip install -r requirements/multimodal.txt -i https://mirrors.aliyun.com/pypi/simple/ pip install -r requirements/multimodal.txt -i https://mirrors.aliyun.com/pypi/simple/
pip install mmdet -i https://mirrors.aliyun.com/pypi/simple/ pip install mmdet -i https://mirrors.aliyun.com/pypi/simple/
git clone https://github.com/cocodataset/panopticapi git clone https://github.com/cocodataset/panopticapi.git
cd panopticapi cd panopticapi
pip install e . pip install e .
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment