Skip to content
Snippets Groups Projects
Unverified Commit 8f36b2d3 authored by jason_w's avatar jason_w Committed by GitHub
Browse files

[Docs] Fix document link (#775)


* Fix the document link

* Update mmengine/dataset/base_dataset.py

Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
parent 41c60cc3
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ class BaseDataset(Dataset):
"""Load annotations from an annotation file named as ``self.ann_file``
If the annotation file does not follow `OpenMMLab 2.0 format dataset
<https://github.com/open-mmlab/mmengine/blob/main/docs/zh_cn/tutorials/basedataset.md>`_ .
<https://mmengine.readthedocs.io/en/latest/advanced_tutorials/basedataset.html>`_ .
The subclass must override this method for load annotations. The meta
information of annotation file will be overwritten :attr:`METAINFO`
and ``metainfo`` argument of constructor.
......
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