@@ -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`: