There are two models: the baseline model and the model we are proposing. Additionally, experiments with the models were done to generate Monet-like images and Bob Ross-like images.
Links to the dataset:
Links to annotated custom datasets:
Files are:
- Baselines:
- Baseline_monet_style => Implementation of the Baseline model to generate Monet-like images
- Baseline-bob-ross_style => Implementation of the Baseline model to generate Bob Ross-like images
- Our implementation:
- SegCycleGAN_monet_style => Implementation of the CycleGAN with the segmented features to generate Monet-like images
- SegCycleGAN-bob-ross_style => Implementation of the CycleGAN with the segmented features to generate Bob Ross-like images