# object_verification precursor
python generate_precursor_data.py --question-family-file question_families/object_verification_template_1_attrs.json \
    --scene-files scene_graphs/visual_genome_val_scenes.json --max-assignments-per-scene 1 \
    --max-templates-per-assignment 1 --include-object-ids --random-seed 666 \
    --negative-sampling-method negative-context-object --output-file precursor_data/object_verification_precursor.json

# object_verification_disjunction precursor
python generate_precursor_data.py --question-family-file question_families/object_verification_disjunction_1_attrs.json \
    --scene-files scene_graphs/visual_genome_val_scenes.json --max-assignments-per-scene 2 \
    --max-templates-per-assignment 1 --include-object-ids --random-seed 666 \
    --negative-sampling-method negative-context-object \
    --output-file precursor_data/object_verification_disjunction_precursor.json

# object_verification_conjunction precursor
python generate_precursor_data.py --question-family-file question_families/object_verification_conjunction_1_attrs.json \
    --scene-files scene_graphs/visual_genome_val_scenes.json --max-assignments-per-scene 2 \
    --max-templates-per-assignment 1 --include-object-ids --random-seed 666 \
    --negative-sampling-method negative-context-object \
    --output-file precursor_data/object_verification_conjunction_precursor.json
