Please specify the value of the variable path under Settings in the script to where your participants' folders are.
Then, run the following command in the terminal:
python process_data.py
After having downloaded the data from Switch Drive.
For each participant folder, it will modify the contained files so that they have the same name as the folder. Finally, it will create a new structure of folders and files (see under) and move the modified files to the new structure according to their extension.
Data
├───Animations
└───Voices
Please specify the value of the variable path under Settings in the script to where your "Data" folder is.
Then, run the following command in the terminal:
python generate_observer_folders.py
After having run the Unity project to generate the videos.
It will create the folders for the observers with anonymous videos (The real video names are stored in "Correspondance.csv"). Furthermore, the following conditions are respected:
- One real person can not be presented twice to one observer
- Each observer can not see the same avatar twice
- Each video must be seen once
Please specify the value of the variable path under Settings in the script to where your "Data" folder is.
Then, run the following command in the terminal:
python detect_money.py
After having used the website to collect the results.
Combines all the money that each participant avatar has earned and stores it in a csv file ("TotalResults.csv").