RealSmoking dataset structure
Root Path
data
origin
featureset (very large size ~ 3.0G)
pkl
src
venv
codes
results
supplies
consolidate_plots
posture_example_plots
publication_plots
puffing_example_plots
data/originfolder contains raw sensor data and annotation files.data/featuresetfolder contains all generated feature sets used by the detection model.Note that this folder will not normally be included into the version control repository, as they are intermediate results and can be very large size.
data/pklfolder contains all binary intermediate files that can be loaded with the python serialization packagepickle. These intermediate files are featureset files in binary format, with 50% less size).srcfolder contains the python source code used in the paper incodesfolder, and all required packages invenvfolder. It is recommended to use virtual environment when running the codes.resultsfolder stores all results generated by the source code in.csvformat.suppliesfolder stores all plots.publication_plotsstores all plots used in the final publication.consolidate_plotsstores supplimentary plots showing and comparison of model prediction and visual inspection along with annotations.posture_example_plotsstores raw sensor data plot along with annotations for different posture examples.puffing_example_plotsstores raw sensor data plot along with annotations for different puffing examples.
Last updated
Was this helpful?