Demo Website: https://digitaltwin.edusense.io/
This is a repository for visualizing the complete 3D classroom given information about the instructor, students and the classroom static fixtures. It takes input the json files for the required data and generates a 3D view of the classroom in the browser. This also provides support for VR, just open the hosted website in the VR browser. To generate the json files, please use the the EduSense Repo.
The code for 6 DOF gaze tracking is integrated in the EduSense Repo. More details can be found here.
To run the visualizer, just run the local server at the root folder. No other setup is required. Simplest way to do this is to run the following command and then go to localhost:8080 in the web browser.
python -m http.server 8080
To access the website from anywhere, serve the entire folder as a static content.
Karan Ahuja, Deval Shah, Sujeath Pareddy, Franceska Xhakaj, Amy Ogan, Yuvraj Agarwal, and Chris Harrison. 2021. Classroom Digital Twins with Instrumentation-Free Gaze Tracking. In Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems (CHI '21). Association for Computing Machinery, New York, NY, USA, Article 484, 1–9. DOI:https://doi.org/10.1145/3411764.3445711
Download paper here.
@inproceedings{10.1145/3411764.3445711,
author = {Ahuja, Karan and Shah, Deval and Pareddy, Sujeath and Xhakaj, Franceska and Ogan, Amy and Agarwal, Yuvraj and Harrison, Chris},
title = {Classroom Digital Twins with Instrumentation-Free Gaze Tracking},
year = {2021},
isbn = {9781450380966},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3411764.3445711},
doi = {10.1145/3411764.3445711},
articleno = {484},
numpages = {9},
keywords = {digital twins., Classroom sensing, gaze tracking},
location = {Yokohama, Japan},
series = {CHI '21}
}