├── CONTRIBUTING.md ├── LICENSE ├── README.md └── sequence_labels ├── train_coco.cleaned_tags.txt ├── train_coco.ids.txt ├── train_coco.words.txt ├── val_coco.cleaned_tags.txt ├── val_coco.ids.txt ├── val_coco.words.txt ├── val_oi.ids.txt └── val_oi.words.txt /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/README.md -------------------------------------------------------------------------------- /sequence_labels/train_coco.cleaned_tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/train_coco.cleaned_tags.txt -------------------------------------------------------------------------------- /sequence_labels/train_coco.ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/train_coco.ids.txt -------------------------------------------------------------------------------- /sequence_labels/train_coco.words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/train_coco.words.txt -------------------------------------------------------------------------------- /sequence_labels/val_coco.cleaned_tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/val_coco.cleaned_tags.txt -------------------------------------------------------------------------------- /sequence_labels/val_coco.ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/val_coco.ids.txt -------------------------------------------------------------------------------- /sequence_labels/val_coco.words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/val_coco.words.txt -------------------------------------------------------------------------------- /sequence_labels/val_oi.ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/val_oi.ids.txt -------------------------------------------------------------------------------- /sequence_labels/val_oi.words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research/trecs_image_generation/HEAD/sequence_labels/val_oi.words.txt --------------------------------------------------------------------------------