facebookresearch / vissl

VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
https://vissl.ai
MIT License
3.25k stars 331 forks source link

Regarding Custom Dataset #405

Closed tejassp2002 closed 3 years ago

tejassp2002 commented 3 years ago

Hi, first of all thanks a lot for this library.

I want to use my custom dataset to train a model, and it seems from here I'll have to have my dataset in the mentioned format.

Is there any way I can use my own custom dataloader to load the dataset in the pipeline? Example: Suppose I have a dataset of numpy files which contains images in a numpy array.

I have followed the documentation here but was in vain.

Any help would be really appreciated!

Thanks!

tejassp2002 commented 3 years ago

I'm trying this for now, and hence closing this issue temporarily.