Baselight

Accelerometer Data Of Ball Throwing In Handball

IMU data during ball throwing in handball recorded in 500hz

@kaggle.gumush_accelerometer_data_of_ball_throwing_in_handball

About this Dataset

Accelerometer Data Of Ball Throwing In Handball

These files are raw imu data's recorded with Notch.

Speed-Filenames.csv includes measured velocity with radargun and filenames lookup table.

raw_imu_data.zip includes recordings in csv files.

Lets try to predict speed from imu data with various ways :)

Our research article is waiting for acceptance.

Please do not hesitate to cite us.

Tables

Speed Filenames

@kaggle.gumush_accelerometer_data_of_ball_throwing_in_handball.speed_filenames
  • 2.98 KB
  • 105 rows
  • 2 columns
Loading...

CREATE TABLE speed_filenames (
  "speed" BIGINT,
  "filename" VARCHAR
);