CeMOS-IS / GenFormer

[ICPR 2024] Official repository of the paper "GenFormer - Generated Images are All You Need to Improve Robustness of Transformers on Small Datasets"
https://arxiv.org/abs/2408.14131
Apache License 2.0
9 stars 1 forks source link

How can I use it on my own data set? #2

Open 18222why opened 1 week ago

OehriSven commented 4 days ago

Hi @18222why,

to apply GenFormer to your dataset you will have to train a generative model (e.g. Diffusion) on your own dataset (see Data Generation) and generate synthetic samples of your data. You will then have to place your generated dataset according to the structure shown in Data preparation. I hope this answers your question.