datadings.sets.ANP460_write module

usage: ANP460_write.py [-h] [-o PATH] INDIR

Create ANP460 data set files.

Important

Samples have the following keys:

  • "key"

  • "image"

  • "experiments"

  • "anp"

  • "type"

Each experiment has the following keys:

  • "locations"

  • "map"

  • "answer"

  • "duration"

Positional arguments

INDIR Directory that contains dataset source files.

options:
-h, --help

show this help message and exit

-o PATH, --outdir PATH

Output directory. Defaults to indir.

datadings.sets.ANP460_write.main()[source]
datadings.sets.ANP460_write.write_image(imagezip, datazip, anp_list, txt_files, stimuluspath, writer)[source]
datadings.sets.ANP460_write.write_sets(indir, outdir, shuffle=True)[source]