mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
[Doc]: Explain the priority of dataset.metainfo in basedataset.md (#476)
* Update basedataset.md * Update basedataset.md * Update basedataset.md * Update basedataset.md * Slight rephrase Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
This commit is contained in:
parent
58678234a7
commit
54e7812926
@ -67,7 +67,7 @@ data
|
|||||||
|
|
||||||
- 标注文件中包含的 `metainfo` 字典;改动频率最低,因为标注文件一般不做改动。
|
- 标注文件中包含的 `metainfo` 字典;改动频率最低,因为标注文件一般不做改动。
|
||||||
|
|
||||||
如果三种来源中有相同的字段,优先级最高的来源决定该字段的值;
|
如果三种来源中有相同的字段,优先级最高的来源决定该字段的值,这些字段的优先级比较是:用户传入的 `metainfo` 字典里的字段 > `BaseDataset.METAINFO` 字典里的字段 > 标注文件中 `metainfo` 字典里的字段。
|
||||||
|
|
||||||
2. `join path`:处理数据与标注文件的路径;
|
2. `join path`:处理数据与标注文件的路径;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user