concepts.benchmark.clevr.dataset#

Functions

annotate_objects(scene)

Annotate the scene with the object information.

annotate_scene(scene)

Annotate the scene with the attribute and relational concepts.

canonize_answer(answer[, question_type])

Canonize the answer to a standard format.

get_op_type(op)

Get the type of the operation.

get_question_type(program)

Get the question type from the full program.

make_custom_transfer_dataset(scenes_json, ...)

Make a CLEVR custom transfer dataset.

make_dataset(scenes_json, questions_json, ...)

Make a CLEVR dataset.

Classes

CLEVRCustomTransferDataset

The unwrapped CLEVR dataset for custom transfer learning.

CLEVRDatasetFilterableView

CLEVRDatasetUnwrapped

The unwrapped CLEVR dataset.