├── .gitignore ├── aligner.py ├── annotations_kendrick.json ├── annotations_kendrick_backup.json ├── annotator.py ├── annotator_multi_images.py ├── community_annotations └── LAION400m_subset_clear_watermark │ └── annotations_robvanvolt.json ├── readme.md ├── requirements.txt └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/.gitignore -------------------------------------------------------------------------------- /aligner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/aligner.py -------------------------------------------------------------------------------- /annotations_kendrick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/annotations_kendrick.json -------------------------------------------------------------------------------- /annotations_kendrick_backup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/annotations_kendrick_backup.json -------------------------------------------------------------------------------- /annotator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/annotator.py -------------------------------------------------------------------------------- /annotator_multi_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/annotator_multi_images.py -------------------------------------------------------------------------------- /community_annotations/LAION400m_subset_clear_watermark/annotations_robvanvolt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/community_annotations/LAION400m_subset_clear_watermark/annotations_robvanvolt.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/requirements.txt -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robvanvolt/DALLE-tools/HEAD/screenshot.png --------------------------------------------------------------------------------