- Notifications
You must be signed in to change notification settings - Fork3
⭐️ Python library for Cybersickness susceptibility testing
License
project-cssi/cssi-core
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python library for Cybersickness susceptibility testing
# clone the repositorygit clone https://github.com/project-cssi/cssi-core.git# change the directorycd cssi-core# install dependencies and build the projectmake
The following algorithm was used in thecssi.core
module to calculate the final CSSI Score.
The host application must provide a configuration file and the name should be passed when instantiating the CSSI module.If no config name is passed in, the library tries to read the config from the default file name i.econfig.cssi
.
following is the format of a sample configuration file.
[run]plugins = cssi_plugin_heart_rate[latency]latency_weight = 50latency_boundary = 3[sentiment]sentiment_weight = 30[questionnaire]questionnaire_weight = 20[cssi_plugin_heart_rate]weight = 0
The following publications have been made with respect to this project.
Type | Title | Link |
---|---|---|
Review Paper | Early Prediction of Cybersickness in Virtual, Augmented & Mixed Reality Applications: A Review | Researchgate |
Please read theRELEASES.rst guideline to learn about the process for releasing the project.
Please referCHANGELOG.md to learn about the latest improvements,breaking changes and bug fixes.





Please readCONTRIBUTING.rst for contributing guidelines and to learnabout our code of conduct.
About
⭐️ Python library for Cybersickness susceptibility testing