Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ubc-vision/Make-A-Story

Code Release for the paper "Make-A-Story: Visual Memory Conditioned Consistent Story Generation" in CVPR 2023
https://github.com/ubc-vision/Make-A-Story

Last synced: 5 days ago
JSON representation

Code Release for the paper "Make-A-Story: Visual Memory Conditioned Consistent Story Generation" in CVPR 2023

Awesome Lists containing this project

README

        

# We are still cleaning our Code

# Make-A-Story

This repository contains the code for the CVPR 2023 paper titled ["Make-A-Story: Visual Memory Conditioned Consistent Story Generation"](https://arxiv.org/pdf/2211.13319.pdf).

# Extended dataset

We extend existing datasets (e.g. ["Mugen"](https://arxiv.org/pdf/2204.08058.pdf), ["FlintstonesSV"](https://arxiv.org/pdf/1804.03608.pdf) and ["PororoSV"](https://openaccess.thecvf.com/content_CVPR_2019/papers/Li_StoryGAN_A_Sequential_Conditional_GAN_for_Story_Visualization_CVPR_2019_paper.pdf) dataset) to include more
complex scenarios and referential text.

# Acknowledgment

This repository is developed on top of ["Latent Diffusion Models"](https://github.com/CompVis/latent-diffusion). Please also refer to the original License of the project.

# Bibtext

If you find this code is useful for your research, please cite our paper

```
@article{rahman2022make,
title={Make-A-Story: Visual Memory Conditioned Consistent Story Generation},
author={Rahman, Tanzila and Lee, Hsin-Ying and Ren, Jian and Tulyakov, Sergey and Mahajan, Shweta and Sigal, Leonid},
journal={arXiv preprint arXiv:2211.13319},
year={2022}
}
```