/clevr-caption

Python wrapper for the CLEVR dataset

Primary LanguagePython

CLEVR Wrapper

This Python library is a wrapper for the CLEVR dataset. To easily access questions, images, and ground truths, simply import clevr.py and generate a new instance of the database by pointing to the root file of your copy of the dataset.

Usage