Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mmselfsup 的数据集只能是图片数据集吗, train pipeline 中只看到 LoadImageFromFile #727

Open
SG-XM opened this issue Mar 27, 2023 · 5 comments
Assignees

Comments

@SG-XM
Copy link

SG-XM commented Mar 27, 2023

我如果有其他形式的数据集想用来做 ssl, 以及自定义 pretext task, 要如何适配数据集(比如最经典的IRIS)? 还是说现在的代码设计架构完全不支持其它类型的数据集呢?
感谢您的回答,祝工作顺利,身体健康!

@mm-assistant
Copy link

mm-assistant bot commented Mar 27, 2023

We recommend using English or English & Chinese for issues so that we could have broader discussion.

@YuanLiuuuuuu
Copy link
Collaborator

Currently, we only support ssl for images.

@YuanLiuuuuuu
Copy link
Collaborator

Or videos, please refer to MaskFeat

@SG-XM
Copy link
Author

SG-XM commented Mar 27, 2023

我的数据集中的元素就是一个13维的向量,在mmselfsup的基础上是否有可能跳过LoadImageFromFile 来自定义自己的加载方式呢?还是说即使自定义了自己的加载方式,后面也会遇到非常多的问题

@YuanLiuuuuuu
Copy link
Collaborator

In addition to redefining another LoadxxxFromFile, similar to LoadImageFromFile, to load your custom data, you should also make some customized changes to PackSelfSupInputs, SelfSupDataPreprocessor, and the interfaces of the algorithm you use. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants