From e913048c1547af71e9e123e9f5236a42b083306a Mon Sep 17 00:00:00 2001 From: dfgHiatus Date: Tue, 25 Nov 2025 11:51:15 -0700 Subject: [PATCH] Start work on data privacy page --- docs/dataPrivacy/dataPrivacy.mdx | 29 +++++++++++++++++++++++++++++ docusaurus.config.js | 4 ++++ 2 files changed, 33 insertions(+) create mode 100644 docs/dataPrivacy/dataPrivacy.mdx diff --git a/docs/dataPrivacy/dataPrivacy.mdx b/docs/dataPrivacy/dataPrivacy.mdx new file mode 100644 index 0000000..f7cc0bc --- /dev/null +++ b/docs/dataPrivacy/dataPrivacy.mdx @@ -0,0 +1,29 @@ +--- +title: Data Privacy +sidebar_position: 11 +--- + +As of Baballonia version `1.1.1.0`, we've implemented an opt-in data sharing feature. By enabling this setting, you're making eye and face tracking for Social VR better for everyone - including yourself! + +This page outlines what data we collect, how we use it, how to delete your data, and so on. + +## How can you join the data collection program? +In Baballonia's settings tab, we have a checkbox that will opt you into the program. This setting is disabled by default, and can be opted in or out of anytime. Do note it may require a restart of Baballonia for changes to take effect. + +## What data do we collect? +We collect images of eyes and face, as well as relevant information collected after an eye tracking calibration. This information includes: +- Gaze direction +- Eye openness +- Eye and eyebrow perceived expression (angry, widen, squint) +- Position in calibration routine + +## How do we collect and store data? +As mentioned above, we collect data after an eye tracking calibration is performed and you have opted into the data collection program. We take your privacy seriously, all data uploads are encrypted using AES/RSA before being uploaded to our servers. + +## Why are we collecting data, and how are we using it? +Currently, the Project Babble team uses a synthetic data training pipeline to train our eye and face models. While these are effective, the introduction of real human eye/face data *dramatically* improves model fidelity. + +For context, the current face model is trained off of 4 million synthetic frames and 30k real frames. That's less than 1% of the data! + +## How do you request your data be removed? +To request your data be removed, go to your settings page and copy your unique ID. Reach out to us on Discord or our Email asking for your data to be removed and include your unique ID. \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index c19866e..c562050 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -102,6 +102,10 @@ const config = { label: 'Branding', to: '/docs/branding', }, + { + label: 'Data Privacy', + to: '/docs/dataprivacy', + }, ], }, {