未验证 提交 56b4d8b8 编写于 作者: F Felix 提交者: GitHub

Update multilabel_dataset.py

上级 15fd4414
......@@ -30,9 +30,10 @@ from ppcls.data import preprocess
from ppcls.data.preprocess import transform
from ppcls.utils import logger
from .common_dataset import CommonDataset
class MultiLabelDataset(Dataset):
class MultiLabelDataset(CommonDataset):
def _load_anno(self):
assert os.path.exists(self._cls_path)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册