Launcher experiment helper

Jérôme BUISINE df0683368e Merge branch 'release/v0.0.1' il y a 4 ans
generate 931126c845 Add of experiment data python script il y a 4 ans
.gitignore 931126c845 Add of experiment data python script il y a 4 ans
LICENSE b1b01440e6 Initial commit il y a 4 ans
README.md 931126c845 Add of experiment data python script il y a 4 ans
config.py 931126c845 Add of experiment data python script il y a 4 ans

README.md

SIN3D-launcher

Description

Project for generating users links in order to launch SIN3D application quickly during experiment.

How to use ?

Generate user links (file saved into data folder):

python generate/generate_experiment_link.py --experiment AreSameImagesRandom --experimentId expe1 --scenes Appart1opt02,Bureau1,Cendrier --output expe1.csv

Generate experiment links for each user (file saved into expe folder):

python generate/generate_experiment.py --data data/expe1.csv --scenes 2 --users 150 --output expe1_user_links.csv

The final file is generated and contains data just as follow:

link1;link2;...;linkN
...
link2;link3;...;linkN

Licence

The MIT license