Skip to content
Snippets Groups Projects
Unverified Commit 43b8149c authored by Haian Huang(深度眸)'s avatar Haian Huang(深度眸) Committed by GitHub
Browse files

Fix Missing documentation (#4525)

* Update docs

* Remove spaces

* Update docs

* Delete mirror link
parent a2054167
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ This section will show how to test existing models on supported datasets.
### Prepare datasets
Public datasets like Pascal VOC and COCO are available from official websites or mirrors.
Public datasets like [Pascal VOC](http://host.robots.ox.ac.uk/pascal/VOC/index.html) or mirror and [COCO](https://cocodataset.org/#download) are available from official websites or mirrors. Note: In the detection task, Pascal VOC 2012 is an extension of Pascal VOC 2007 without overlap, and we usually use them together.
It is recommended to download and extract the dataset somewhere outside the project directory and symlink the dataset root to `$MMDETECTION/data` as below.
If your folder structure is different, you may need to change the corresponding paths in config files.
......@@ -174,7 +174,7 @@ mmdetection
```
The cityscapes annotations need to be converted into the coco format using `tools/convert_datasets/cityscapes.py`:
The [cityscapes](https://www.cityscapes-dataset.com/) annotations need to be converted into the coco format using `tools/convert_datasets/cityscapes.py`:
```shell
pip install cityscapesscripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment