https://github.com/cschell/ieee-aivr-2022-paper-data-and-code
This repository contains data and code for our paper at the IEEE AIVR 2022.
https://github.com/cschell/ieee-aivr-2022-paper-data-and-code
Last synced: 5 months ago
JSON representation
This repository contains data and code for our paper at the IEEE AIVR 2022.
- Host: GitHub
- URL: https://github.com/cschell/ieee-aivr-2022-paper-data-and-code
- Owner: cschell
- Created: 2022-11-03T14:06:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:42:18.000Z (over 2 years ago)
- Last Synced: 2025-09-10T16:52:33.967Z (9 months ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Comparison of Data Encodings and Machine Learning Architectures for User Identification on Arbitrary Motion Sequences
This repository contains data and code from the paper ["Comparison of Data Encodings and Machine Learning Architectures for User Identification on Arbitrary Motion Sequences"](https://www.bibsonomy.org/bibtex/25a80aafea4af83be01e831e36d529c80/hci-uwb) published on the IEEE AIVR 2022 by Christian Rack, Andreas Hotho and Marc Erich Latoschik.
If you have any questions, feel free to open an issue or to contact [Christian Rack](christian.rack@uni-wuerzburg.de).
## Structure
- `data_preparation` contains the code required to prepare the data from the "Talking with Hands" dataset; the result is a HDF5 file, which we have also added to `code/data/talking_with_hands_data.hdf5`
- `code` contains the code we used to train the machine learning models
## Future work
We used the code published in this repository as basis for subsequent publications. As soon as these are accepted and published, we will either update this repository, or link to a new one.
## Citation
```
@inproceedings{rack2022comparison,
author = {Rack, Christian and Hotho, Andreas and Latoschik, Marc Erich},
booktitle = {Proceedings of the IEEE International conference on artificial intelligence & Virtual Reality (IEEE AIVR)},
publisher = {IEEE},
title = {Comparison of Data Representations and Machine Learning Architectures for User Identification on Arbitrary Motion Sequences},
year = 2022
}
```