Skip to content
Snippets Groups Projects
Unverified Commit e98d2624 authored by Li Mengzhang's avatar Li Mengzhang Committed by GitHub
Browse files

[Fix] Fix basedataset typo about lazy initialization (#733)

parent f9158e23
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ class BaseDataset(Dataset):
instantiation. In some cases, such as visualization, only the meta
information of the dataset is needed, which is not necessary to
load annotation file. ``Basedataset`` can skip load annotations to
save time by set ``lazy_init=False``. Defaults to False.
save time by set ``lazy_init=True``. Defaults to False.
max_refetch (int, optional): If ``Basedataset.prepare_data`` get a
None img. The maximum extra number of cycles to get a valid
image. Defaults to 1000.
......
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