Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 563 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 563 Bytes

DreamCatcher

This repo includes the official baseline implementations of "DreamCatcher: A Wearer-aware Sleep Event Dataset Based on Earables in Non-restrictive Environments"

We release the audio classification set for DreamCatcher using Huggingface Datasets. You can load the dataset with one line of code:

from datasets import load_dataset
dataset = load_dataset("THU-PI-Sensing/DreamCatcher")

For full dataset with imu to perform sleep event detection, please contact the authors.