rename datasets.md

This commit is contained in:
Hongbin Sun 2021-04-09 21:08:19 +08:00
parent 912a2cc9d1
commit b3aaa27c6f
6 changed files with 6 additions and 10 deletions

View File

@ -15,11 +15,7 @@ RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 lib
RUN conda clean --all RUN conda clean --all
RUN pip install mmcv-full==1.2.6+torch1.5.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html RUN pip install mmcv-full==1.2.6+torch1.5.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
RUN git clone https://github.com/open-mmlab/mmdetection.git /mmdet RUN pip install mmdet==2.9.0
WORKDIR /mmdet
RUN git checkout -b v2.9.0 v2.9.0
RUN pip install -r requirements.txt
RUN pip install .
RUN git clone https://github.com/open-mmlab/mmocr.git /mmocr RUN git clone https://github.com/open-mmlab/mmocr.git /mmocr
WORKDIR /mmocr WORKDIR /mmocr

View File

@ -37,7 +37,7 @@ It will save both the prediction results and visualized images to `${RESULTS_DIR
### Test a Dataset ### Test a Dataset
MMOCR implements **distributed** testing with `MMDistributedDataParallel`. (Please refer to [datasets.md](datasets.md) to prepare your datasets) MMOCR implements **distributed** testing with `MMDistributedDataParallel`. (Please refer to [dataset.md](dataset.md) to prepare your datasets)
#### Test with Single/Multiple GPUs #### Test with Single/Multiple GPUs
@ -78,7 +78,7 @@ You can check [slurm_test.sh](https://github.com/open-mmlab/mmocr/blob/master/to
## Train a Model ## Train a Model
MMOCR implements **distributed** training with `MMDistributedDataParallel`. (Please refer to [datasets.md](datasets.md) to prepare your datasets) MMOCR implements **distributed** training with `MMDistributedDataParallel`. (Please refer to [dataset.md](dataset.md) to prepare your datasets)
All outputs (log files and checkpoints) will be saved to a working directory specified by `work_dir` in the config file. All outputs (log files and checkpoints) will be saved to a working directory specified by `work_dir` in the config file.

View File

@ -23,7 +23,7 @@ Welcome to MMOCR's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: Datasets :caption: Datasets
datasets.md dataset.md
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2

View File

@ -129,7 +129,7 @@ docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmocr/data mmocr
## Prepare Datasets ## Prepare Datasets
It is recommended to symlink the dataset root to `mmocr/data`. Please refer to [datasets.md](datasets.md) to prepare your datasets. It is recommended to symlink the dataset root to `mmocr/data`. Please refer to [dataset.md](dataset.md) to prepare your datasets.
If your folder structure is different, you may need to change the corresponding paths in config files. If your folder structure is different, you may need to change the corresponding paths in config files.
The `mmocr` folder is organized as follows: The `mmocr` folder is organized as follows:

View File

@ -85,7 +85,7 @@ modelzoo = f"""
* Number of papers: {len(allpapers)} * Number of papers: {len(allpapers)}
{countstr} {countstr}
For supported datasets, see [datasets overview](datasets.md). For supported datasets, see [datasets overview](dataset.md).
{msglist} {msglist}
""" """