├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── README_BASE.md ├── data ├── datasets.json └── papers.json └── scripts └── generate_table.py /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinduartemore/awesome-text-based-image-manipulation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinduartemore/awesome-text-based-image-manipulation/HEAD/README.md -------------------------------------------------------------------------------- /README_BASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinduartemore/awesome-text-based-image-manipulation/HEAD/README_BASE.md -------------------------------------------------------------------------------- /data/datasets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinduartemore/awesome-text-based-image-manipulation/HEAD/data/datasets.json -------------------------------------------------------------------------------- /data/papers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinduartemore/awesome-text-based-image-manipulation/HEAD/data/papers.json -------------------------------------------------------------------------------- /scripts/generate_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinduartemore/awesome-text-based-image-manipulation/HEAD/scripts/generate_table.py --------------------------------------------------------------------------------