Jérôme BUISINE a1aefe8097 Add of django app | il y a 5 ans | |
---|---|---|
.vscode | il y a 5 ans | |
generate | il y a 5 ans | |
launcher | il y a 5 ans | |
links | il y a 5 ans | |
static | il y a 5 ans | |
.gitignore | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
config.py | il y a 5 ans | |
manage.py | il y a 5 ans | |
requirements.txt | il y a 5 ans |
Project for generating users links in order to launch SIN3D application quickly during experiment.
pip install -r requirements.txt
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
python manage.py runserver