alibaba / EasyCV

An all-in-one toolkit for computer vision
Apache License 2.0
1.75k stars 200 forks source link

Can the form of data set only be TFrecord? Can we use other forms? #266

Open wujiekd opened 1 year ago

Cathy0908 commented 1 year ago

Can you provide the config file you use?

wujiekd commented 1 year ago

Can you provide the config file you use?

https://github.com/alibaba/EasyCV/blob/master/configs/selfsup/swav/swav_rn50_8xb32_200e_tfrecord.py

I see that this configuration file uses the tfrecord form, I want to switch to the folder form, but the data augmentation uses the dali form, it seems to be incompatible with the folder image form, there is another good way, thanks ~

Cathy0908 commented 1 year ago

You can refer to: https://github.com/alibaba/EasyCV/blob/master/configs/selfsup/dino/dino_deit_small_p16_8xb32_100e_jpg.py