Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 133 new columns ({'LEFT_KNEE_visibility', 'RIGHT_WRIST_visibility', 'NOSE_visibility', 'LEFT_WRIST_z', 'RIGHT_EAR_visibility', 'RIGHT_THUMB_x', 'RIGHT_THUMB_visibility', 'LEFT_EYE_INNER_z', 'LEFT_PINKY_visibility', 'RIGHT_EYE_OUTER_z', 'RIGHT_PINKY_y', 'RIGHT_ANKLE_x', 'RIGHT_EAR_y', 'MOUTH_LEFT_y', 'LEFT_WRIST_x', 'LEFT_EYE_OUTER_y', 'RIGHT_PINKY_x', 'RIGHT_SHOULDER_visibility', 'RIGHT_WRIST_x', 'LEFT_KNEE_z', 'LEFT_FOOT_INDEX_y', 'LEFT_FOOT_INDEX_x', 'RIGHT_SHOULDER_x', 'LEFT_FOOT_INDEX_z', 'RIGHT_HIP_y', 'RIGHT_FOOT_INDEX_z', 'LEFT_HEEL_y', 'LEFT_HIP_y', 'LEFT_EYE_x', 'LEFT_EAR_y', 'LEFT_SHOULDER_y', 'RIGHT_INDEX_y', 'MOUTH_LEFT_x', 'LEFT_EYE_INNER_x', 'RIGHT_SHOULDER_z', 'LEFT_INDEX_visibility', 'LEFT_EYE_y', 'LEFT_HEEL_visibility', 'LEFT_EYE_INNER_y', 'RIGHT_EAR_z', 'MOUTH_RIGHT_z', 'RIGHT_KNEE_y', 'LEFT_EAR_x', 'RIGHT_HIP_visibility', 'LEFT_FOOT_INDEX_visibility', 'LEFT_HEEL_x', 'RIGHT_EYE_OUTER_y', 'LEFT_EYE_OUTER_x', 'RIGHT_FOOT_INDEX_x', 'RIGHT_FOOT_INDEX_visibility', 'NOSE_z', 'LEFT_ANKLE_z', 'LEFT_ELBOW_z', 'RIGHT_HIP_x', 'LEFT_INDEX_y', 'RIGHT_EYE_x', 'RIGHT_THUMB_z', 'RIGHT_EYE_z', 'MOUTH_LEFT_z', 'RIGHT_ELBOW_z', 'RIGHT_KNEE_z', 'LEFT_INDEX_z', 'LEFT_KNEE_y', 'RIGHT_HEEL_z', 'MOUTH_RIGHT_y', 'LEFT_EYE_z', 'RIGHT_EYE_visibility', 'LEFT_HIP_z', 'RIGHT_EYE_INNER_z', 'RIGHT_KNEE_x', 'MOUTH_LEFT_visibility', 'RIGHT_ELBOW_y', 'LEFT_HIP_visibility', 'LEFT_HIP_x', 'RIGHT_INDEX_z', 'LEFT_INDEX_x', 'RIGHT_ANKLE_visibility', 'RIGHT_THUMB_y', 'LEFT_SHOULDER_visibility', 'RIGHT_HEEL_y', 'LEFT_SHOULDER_x', 'NOSE_y', 'RIGHT_ELBOW_visibility', 'RIGHT_ANKLE_y', 'LEFT_WRIST_y', 'LEFT_PINKY_z', 'RIGHT_EYE_INNER_visibility', 'RIGHT_ELBOW_x', 'LEFT_ELBOW_visibility', 'LEFT_SHOULDER_z', 'LEFT_PINKY_x', 'RIGHT_EYE_OUTER_visibility', 'LEFT_EYE_OUTER_visibility', 'RIGHT_SHOULDER_y', 'LEFT_ANKLE_x', 'LEFT_PINKY_y', 'LEFT_WRIST_visibility', 'LEFT_HEEL_z', 'LEFT_EYE_visibility', 'LEFT_THUMB_x', 'LEFT_ANKLE_visibility', 'RIGHT_WRIST_z', 'MOUTH_RIGHT_visibility', 'RIGHT_PINKY_visibility', 'RIGHT_WRIST_y', 'RIGHT_INDEX_visibility', 'RIGHT_HEEL_visibility', 'LEFT_EAR_z', 'RIGHT_EAR_x', 'LEFT_THUMB_visibility', 'RIGHT_EYE_INNER_y', 'LEFT_EYE_OUTER_z', 'LEFT_ELBOW_y', 'RIGHT_ANKLE_z', 'LEFT_ANKLE_y', 'LEFT_THUMB_z', 'LEFT_EYE_INNER_visibility', 'RIGHT_HEEL_x', 'RIGHT_FOOT_INDEX_y', 'LEFT_EAR_visibility', 'Frame', 'LEFT_ELBOW_x', 'RIGHT_HIP_z', 'RIGHT_PINKY_z', 'NOSE_x', 'RIGHT_EYE_OUTER_x', 'RIGHT_EYE_INNER_x', 'RIGHT_EYE_y', 'RIGHT_INDEX_x', 'RIGHT_KNEE_visibility', 'LEFT_THUMB_y', 'LEFT_KNEE_x', 'MOUTH_RIGHT_x'}) and 9 missing columns ({'type', 'class', 'size_MB', 'labelpath', 'resolution', 'filepath', 'label_content', 'num_frames', 'split'}).

This happened while the csv dataset builder was generating data using

zip://test/barbell biceps curl/barbell biceps curl_1.csv::hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/landmarks_dataset.zip, ['hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/Final_dataset_metadata.csv', 'hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/landmarks_dataset.zip', 'hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/landmarks_smoketest.zip']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              Frame: int64
              NOSE_x: double
              NOSE_y: double
              NOSE_z: double
              NOSE_visibility: double
              LEFT_EYE_INNER_x: double
              LEFT_EYE_INNER_y: double
              LEFT_EYE_INNER_z: double
              LEFT_EYE_INNER_visibility: double
              LEFT_EYE_x: double
              LEFT_EYE_y: double
              LEFT_EYE_z: double
              LEFT_EYE_visibility: double
              LEFT_EYE_OUTER_x: double
              LEFT_EYE_OUTER_y: double
              LEFT_EYE_OUTER_z: double
              LEFT_EYE_OUTER_visibility: double
              RIGHT_EYE_INNER_x: double
              RIGHT_EYE_INNER_y: double
              RIGHT_EYE_INNER_z: double
              RIGHT_EYE_INNER_visibility: double
              RIGHT_EYE_x: double
              RIGHT_EYE_y: double
              RIGHT_EYE_z: double
              RIGHT_EYE_visibility: double
              RIGHT_EYE_OUTER_x: double
              RIGHT_EYE_OUTER_y: double
              RIGHT_EYE_OUTER_z: double
              RIGHT_EYE_OUTER_visibility: double
              LEFT_EAR_x: double
              LEFT_EAR_y: double
              LEFT_EAR_z: double
              LEFT_EAR_visibility: double
              RIGHT_EAR_x: double
              RIGHT_EAR_y: double
              RIGHT_EAR_z: double
              RIGHT_EAR_visibility: double
              MOUTH_LEFT_x: double
              MOUTH_LEFT_y: double
              MOUTH_LEFT_z: double
              MOUTH_LEFT_visibility: double
              MOUTH_RIGHT_x: double
              MOUTH_RIGHT_y: double
              MOUTH_RIGHT_z: double
              MOUTH_RIGHT_visibility: double
              LEFT_SHOULDER_x: double
              LEFT_SHOULDER_y: double
              LEFT_SHOULDER_z: double
              LEFT_SHOULDER_visibility: double
              RIGHT_SHOULDER_x: double
              RIGHT_SHOULDER_y: double
              RIGHT_SHOULDER_z: double
              RIGHT_SHOULDER_visibility: double
              LEFT_ELBOW_x: double
              LEFT_ELBOW_y: double
              LEFT_ELBOW_z: double
              LEFT_ELBOW_visibility: double
              RIGHT_ELBOW_x: double
              RIGHT_ELBOW_y: double
              RIGHT_ELBOW_z: double
              RIGHT_ELBOW_visibility: double
              LEFT_WRIST_x: double
              LEFT_WRIST_
              ...
              uble
              RIGHT_PINKY_z: double
              RIGHT_PINKY_visibility: double
              LEFT_INDEX_x: double
              LEFT_INDEX_y: double
              LEFT_INDEX_z: double
              LEFT_INDEX_visibility: double
              RIGHT_INDEX_x: double
              RIGHT_INDEX_y: double
              RIGHT_INDEX_z: double
              RIGHT_INDEX_visibility: double
              LEFT_THUMB_x: double
              LEFT_THUMB_y: double
              LEFT_THUMB_z: double
              LEFT_THUMB_visibility: double
              RIGHT_THUMB_x: double
              RIGHT_THUMB_y: double
              RIGHT_THUMB_z: double
              RIGHT_THUMB_visibility: double
              LEFT_HIP_x: double
              LEFT_HIP_y: double
              LEFT_HIP_z: double
              LEFT_HIP_visibility: double
              RIGHT_HIP_x: double
              RIGHT_HIP_y: double
              RIGHT_HIP_z: double
              RIGHT_HIP_visibility: double
              LEFT_KNEE_x: double
              LEFT_KNEE_y: double
              LEFT_KNEE_z: double
              LEFT_KNEE_visibility: double
              RIGHT_KNEE_x: double
              RIGHT_KNEE_y: double
              RIGHT_KNEE_z: double
              RIGHT_KNEE_visibility: double
              LEFT_ANKLE_x: double
              LEFT_ANKLE_y: double
              LEFT_ANKLE_z: double
              LEFT_ANKLE_visibility: double
              RIGHT_ANKLE_x: double
              RIGHT_ANKLE_y: double
              RIGHT_ANKLE_z: double
              RIGHT_ANKLE_visibility: double
              LEFT_HEEL_x: double
              LEFT_HEEL_y: double
              LEFT_HEEL_z: double
              LEFT_HEEL_visibility: double
              RIGHT_HEEL_x: double
              RIGHT_HEEL_y: double
              RIGHT_HEEL_z: double
              RIGHT_HEEL_visibility: double
              LEFT_FOOT_INDEX_x: double
              LEFT_FOOT_INDEX_y: double
              LEFT_FOOT_INDEX_z: double
              LEFT_FOOT_INDEX_visibility: double
              RIGHT_FOOT_INDEX_x: double
              RIGHT_FOOT_INDEX_y: double
              RIGHT_FOOT_INDEX_z: double
              RIGHT_FOOT_INDEX_visibility: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 17687
              to
              {'filepath': Value('string'), 'labelpath': Value('string'), 'size_MB': Value('float64'), 'resolution': Value('string'), 'num_frames': Value('int64'), 'class': Value('string'), 'label_content': Value('string'), 'type': Value('string'), 'split': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 133 new columns ({'LEFT_KNEE_visibility', 'RIGHT_WRIST_visibility', 'NOSE_visibility', 'LEFT_WRIST_z', 'RIGHT_EAR_visibility', 'RIGHT_THUMB_x', 'RIGHT_THUMB_visibility', 'LEFT_EYE_INNER_z', 'LEFT_PINKY_visibility', 'RIGHT_EYE_OUTER_z', 'RIGHT_PINKY_y', 'RIGHT_ANKLE_x', 'RIGHT_EAR_y', 'MOUTH_LEFT_y', 'LEFT_WRIST_x', 'LEFT_EYE_OUTER_y', 'RIGHT_PINKY_x', 'RIGHT_SHOULDER_visibility', 'RIGHT_WRIST_x', 'LEFT_KNEE_z', 'LEFT_FOOT_INDEX_y', 'LEFT_FOOT_INDEX_x', 'RIGHT_SHOULDER_x', 'LEFT_FOOT_INDEX_z', 'RIGHT_HIP_y', 'RIGHT_FOOT_INDEX_z', 'LEFT_HEEL_y', 'LEFT_HIP_y', 'LEFT_EYE_x', 'LEFT_EAR_y', 'LEFT_SHOULDER_y', 'RIGHT_INDEX_y', 'MOUTH_LEFT_x', 'LEFT_EYE_INNER_x', 'RIGHT_SHOULDER_z', 'LEFT_INDEX_visibility', 'LEFT_EYE_y', 'LEFT_HEEL_visibility', 'LEFT_EYE_INNER_y', 'RIGHT_EAR_z', 'MOUTH_RIGHT_z', 'RIGHT_KNEE_y', 'LEFT_EAR_x', 'RIGHT_HIP_visibility', 'LEFT_FOOT_INDEX_visibility', 'LEFT_HEEL_x', 'RIGHT_EYE_OUTER_y', 'LEFT_EYE_OUTER_x', 'RIGHT_FOOT_INDEX_x', 'RIGHT_FOOT_INDEX_visibility', 'NOSE_z', 'LEFT_ANKLE_z', 'LEFT_ELBOW_z', 'RIGHT_HIP_x', 'LEFT_INDEX_y', 'RIGHT_EYE_x', 'RIGHT_THUMB_z', 'RIGHT_EYE_z', 'MOUTH_LEFT_z', 'RIGHT_ELBOW_z', 'RIGHT_KNEE_z', 'LEFT_INDEX_z', 'LEFT_KNEE_y', 'RIGHT_HEEL_z', 'MOUTH_RIGHT_y', 'LEFT_EYE_z', 'RIGHT_EYE_visibility', 'LEFT_HIP_z', 'RIGHT_EYE_INNER_z', 'RIGHT_KNEE_x', 'MOUTH_LEFT_visibility', 'RIGHT_ELBOW_y', 'LEFT_HIP_visibility', 'LEFT_HIP_x', 'RIGHT_INDEX_z', 'LEFT_INDEX_x', 'RIGHT_ANKLE_visibility', 'RIGHT_THUMB_y', 'LEFT_SHOULDER_visibility', 'RIGHT_HEEL_y', 'LEFT_SHOULDER_x', 'NOSE_y', 'RIGHT_ELBOW_visibility', 'RIGHT_ANKLE_y', 'LEFT_WRIST_y', 'LEFT_PINKY_z', 'RIGHT_EYE_INNER_visibility', 'RIGHT_ELBOW_x', 'LEFT_ELBOW_visibility', 'LEFT_SHOULDER_z', 'LEFT_PINKY_x', 'RIGHT_EYE_OUTER_visibility', 'LEFT_EYE_OUTER_visibility', 'RIGHT_SHOULDER_y', 'LEFT_ANKLE_x', 'LEFT_PINKY_y', 'LEFT_WRIST_visibility', 'LEFT_HEEL_z', 'LEFT_EYE_visibility', 'LEFT_THUMB_x', 'LEFT_ANKLE_visibility', 'RIGHT_WRIST_z', 'MOUTH_RIGHT_visibility', 'RIGHT_PINKY_visibility', 'RIGHT_WRIST_y', 'RIGHT_INDEX_visibility', 'RIGHT_HEEL_visibility', 'LEFT_EAR_z', 'RIGHT_EAR_x', 'LEFT_THUMB_visibility', 'RIGHT_EYE_INNER_y', 'LEFT_EYE_OUTER_z', 'LEFT_ELBOW_y', 'RIGHT_ANKLE_z', 'LEFT_ANKLE_y', 'LEFT_THUMB_z', 'LEFT_EYE_INNER_visibility', 'RIGHT_HEEL_x', 'RIGHT_FOOT_INDEX_y', 'LEFT_EAR_visibility', 'Frame', 'LEFT_ELBOW_x', 'RIGHT_HIP_z', 'RIGHT_PINKY_z', 'NOSE_x', 'RIGHT_EYE_OUTER_x', 'RIGHT_EYE_INNER_x', 'RIGHT_EYE_y', 'RIGHT_INDEX_x', 'RIGHT_KNEE_visibility', 'LEFT_THUMB_y', 'LEFT_KNEE_x', 'MOUTH_RIGHT_x'}) and 9 missing columns ({'type', 'class', 'size_MB', 'labelpath', 'resolution', 'filepath', 'label_content', 'num_frames', 'split'}).
              
              This happened while the csv dataset builder was generating data using
              
              zip://test/barbell biceps curl/barbell biceps curl_1.csv::hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/landmarks_dataset.zip, ['hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/Final_dataset_metadata.csv', 'hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/landmarks_dataset.zip', 'hf://datasets/Cuong2004/gym-exercise-landmarks@48858fed611d6281627d2370819edd3ed6365b68/landmarks_smoketest.zip']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

filepath
string
labelpath
string
size_MB
float64
resolution
string
num_frames
int64
class
string
label_content
string
type
string
split
string
Final_dataset/test/barbell biceps curl/barbell biceps curl_1.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_1/action.txt
0.31
1920x1080
75
barbell biceps curl
frame_000000 frame_000074
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_10.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_10/action.txt
1.96
1280x720
132
barbell biceps curl
frame_000000 frame_000131
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_11.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_11/action.txt
1.22
1280x720
70
barbell biceps curl
frame_000002 frame_000069
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_12.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_12/action.txt
4.07
1280x720
234
barbell biceps curl
frame_000000 frame_000233
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_13.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_13/action.txt
3.65
1280x720
194
barbell biceps curl
frame_000000 frame_000193
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_14.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_14/action.txt
2.47
1280x720
98
barbell biceps curl
frame_000000 frame_000097
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_15.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_15/action.txt
0.29
1920x1080
72
barbell biceps curl
frame_000000 frame_000071
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_2.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_2/action.txt
0.5
1920x1080
122
barbell biceps curl
frame_000000 frame_000121
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_3.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_3/action.txt
0.27
1920x1080
65
barbell biceps curl
frame_000000 frame_000064
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_4.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_4/action.txt
0.26
1920x1080
63
barbell biceps curl
frame_000000 frame_000062
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_5.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_5/action.txt
0.25
1920x1080
60
barbell biceps curl
frame_000000 frame_000059
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_6.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_6/action.txt
28.47
720x1280
861
barbell biceps curl
frame_000000 frame_000860
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_7.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_7/action.txt
0.24
1920x1080
58
barbell biceps curl
frame_000000 frame_000057
mp4
test
Final_dataset/test/barbell biceps curl/barbell biceps curl_9.mp4
Final_labels/test/barbell biceps curl/barbell biceps curl_9/action.txt
1.85
1280x720
141
barbell biceps curl
frame_000000 frame_000140
mp4
test
Final_dataset/test/bench press/bench press_1.mp4
Final_labels/test/bench press/bench press_1/action.txt
26.83
720x1280
809
bench press
frame_000000 frame_000808
mp4
test
Final_dataset/test/bench press/bench press_10.mp4
Final_labels/test/bench press/bench press_10/action.txt
3.04
1280x720
125
bench press
frame_000000 frame_000124
mp4
test
Final_dataset/test/bench press/bench press_11.mp4
Final_labels/test/bench press/bench press_11/action.txt
1.22
1280x720
45
bench press
frame_000000 frame_000044
mp4
test
Final_dataset/test/bench press/bench press_12.mp4
Final_labels/test/bench press/bench press_12/action.txt
2.12
1280x720
82
bench press
frame_000000 frame_000081
mp4
test
Final_dataset/test/bench press/bench press_13.mp4
Final_labels/test/bench press/bench press_13/action.txt
0.66
1280x720
30
bench press
frame_000000 frame_000029
mp4
test
Final_dataset/test/bench press/bench press_14.mp4
Final_labels/test/bench press/bench press_14/action.txt
20.65
720x1280
628
bench press
frame_000000 frame_000627
mp4
test
Final_dataset/test/bench press/bench press_2.mp4
Final_labels/test/bench press/bench press_2/action.txt
0.41
1920x1080
99
bench press
frame_000000 frame_000098
mp4
test
Final_dataset/test/bench press/bench press_3.mp4
Final_labels/test/bench press/bench press_3/action.txt
0.33
1920x1080
81
bench press
frame_000000 frame_000080
mp4
test
Final_dataset/test/bench press/bench press_4.mp4
Final_labels/test/bench press/bench press_4/action.txt
0.24
1920x1080
58
bench press
frame_000000 frame_000057
mp4
test
Final_dataset/test/bench press/bench press_5.mp4
Final_labels/test/bench press/bench press_5/action.txt
0.29
1920x1080
70
bench press
frame_000000 frame_000069
mp4
test
Final_dataset/test/bench press/bench press_50.mp4
Final_labels/test/bench press/bench press_50/action.txt
6.1
1364x720
318
bench press
frame_000000 frame_000317
mp4
test
Final_dataset/test/bench press/bench press_6.mp4
Final_labels/test/bench press/bench press_6/action.txt
0.35
1920x1080
86
bench press
frame_000000 frame_000085
mp4
test
Final_dataset/test/bench press/bench press_7.mp4
Final_labels/test/bench press/bench press_7/action.txt
3.8
1280x720
146
bench press
frame_000000 frame_000145
mp4
test
Final_dataset/test/bench press/bench press_8.mp4
Final_labels/test/bench press/bench press_8/action.txt
3.63
1280x720
139
bench press
frame_000000 frame_000138
mp4
test
Final_dataset/test/bench press/bench press_9.mp4
Final_labels/test/bench press/bench press_9/action.txt
9.34
1280x720
388
bench press
frame_000000 frame_000387
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_1.mp4
Final_labels/test/chest fly machine/chest fly machine_1/action.txt
0.54
1920x1080
132
chest fly machine
frame_000000 frame_000131
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_2.mp4
Final_labels/test/chest fly machine/chest fly machine_2/action.txt
2.9
1280x720
180
chest fly machine
frame_000000 frame_000179
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_3.mp4
Final_labels/test/chest fly machine/chest fly machine_3/action.txt
21.13
1280x720
756
chest fly machine
frame_000000 frame_000755
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_4.mp4
Final_labels/test/chest fly machine/chest fly machine_4/action.txt
1.08
988x556
90
chest fly machine
frame_000000 frame_000089
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_5.mp4
Final_labels/test/chest fly machine/chest fly machine_5/action.txt
0.95
988x556
78
chest fly machine
frame_000000 frame_000077
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_6.mp4
Final_labels/test/chest fly machine/chest fly machine_6/action.txt
0.33
1920x1080
80
chest fly machine
frame_000000 frame_000079
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_7.mp4
Final_labels/test/chest fly machine/chest fly machine_7/action.txt
21.74
720x1280
662
chest fly machine
frame_000000 frame_000661
mp4
test
Final_dataset/test/chest fly machine/chest fly machine_8.mp4
Final_labels/test/chest fly machine/chest fly machine_8/action.txt
20.24
720x1280
615
chest fly machine
frame_000000 frame_000614
mp4
test
Final_dataset/test/deadlift/deadlift_1.mp4
Final_labels/test/deadlift/deadlift_1/action.txt
0.61
1920x1080
150
deadlift
frame_000000 frame_000149
mp4
test
Final_dataset/test/deadlift/deadlift_2.mp4
Final_labels/test/deadlift/deadlift_2/action.txt
0.28
1920x1080
68
deadlift
frame_000000 frame_000067
mp4
test
Final_dataset/test/deadlift/deadlift_29.mp4
Final_labels/test/deadlift/deadlift_29/action.txt
2.22
1280x720
121
deadlift
frame_000000 frame_000120
mp4
test
Final_dataset/test/deadlift/deadlift_3.mp4
Final_labels/test/deadlift/deadlift_3/action.txt
0.6
1920x1080
147
deadlift
frame_000000 frame_000146
mp4
test
Final_dataset/test/deadlift/deadlift_34.mp4
Final_labels/test/deadlift/deadlift_34/action.txt
24.4
3840x2160
233
deadlift
frame_000000 frame_000232
mp4
test
Final_dataset/test/deadlift/deadlift_4.mp4
Final_labels/test/deadlift/deadlift_4/action.txt
0.24
1920x1080
59
deadlift
frame_000000 frame_000058
mp4
test
Final_dataset/test/deadlift/deadlift_5.mp4
Final_labels/test/deadlift/deadlift_5/action.txt
0.79
1920x1080
195
deadlift
frame_000000 frame_000194
mp4
test
Final_dataset/test/deadlift/deadlift_6.mp4
Final_labels/test/deadlift/deadlift_6/action.txt
0.3
1920x1080
72
deadlift
frame_000000 frame_000071
mp4
test
Final_dataset/test/deadlift/deadlift_7.mp4
Final_labels/test/deadlift/deadlift_7/action.txt
3.88
1280x720
165
deadlift
frame_000000 frame_000164
mp4
test
Final_dataset/test/deadlift/deadlift_8.mp4
Final_labels/test/deadlift/deadlift_8/action.txt
30.6
720x1280
921
deadlift
frame_000000 frame_000920
mp4
test
Final_dataset/test/decline bench press/decline bench press_1.mp4
Final_labels/test/decline bench press/decline bench press_1/action.txt
5.34
360x640
1,805
decline bench press
frame_000926 frame_0001658
mp4
test
Final_dataset/test/decline bench press/decline bench press_2.mp4
Final_labels/test/decline bench press/decline bench press_2/action.txt
0.46
568x320
227
decline bench press
frame_000000 frame_000226
mp4
test
Final_dataset/test/decline bench press/decline bench press_3.mp4
Final_labels/test/decline bench press/decline bench press_3/action.txt
4.21
320x240
541
decline bench press
frame_000101 frame_000540
mp4
test
Final_dataset/test/decline bench press/decline bench press_4.MOV
Final_labels/test/decline bench press/decline bench press_4/action.txt
51.28
1920x1080
421
decline bench press
frame_000000 frame_000420
mov
test
Final_dataset/test/decline bench press/decline bench press_5.MOV
Final_labels/test/decline bench press/decline bench press_5/action.txt
24.59
1920x1080
201
decline bench press
frame_000000 frame_000003 frame_000018 frame_000200
mov
test
Final_dataset/test/decline bench press/decline bench press_6.MOV
Final_labels/test/decline bench press/decline bench press_6/action.txt
84.17
1920x1080
694
decline bench press
frame_000000 frame_000693
mov
test
Final_dataset/test/decline bench press/decline bench press_7.MOV
Final_labels/test/decline bench press/decline bench press_7/action.txt
85.13
1920x1080
801
decline bench press
frame_000000 frame_000800
mov
test
Final_dataset/test/decline bench press/decline bench press_8.MOV
Final_labels/test/decline bench press/decline bench press_8/action.txt
79.25
1920x1080
758
decline bench press
frame_000000 frame_000757
mov
test
Final_dataset/test/decline bench press/decline bench press_9.MOV
Final_labels/test/decline bench press/decline bench press_9/action.txt
74.92
1920x1080
718
decline bench press
frame_000000 frame_000717
mov
test
Final_dataset/test/hammer curl/hammer curl_1.mp4
Final_labels/test/hammer curl/hammer curl_1/action.txt
0.98
360x640
451
hammer curl
frame_000074 frame_000450
mp4
test
Final_dataset/test/hammer curl/hammer curl_10.MOV
Final_labels/test/hammer curl/hammer curl_10/action.txt
42.72
1920x1080
430
hammer curl
frame_000036 frame_000429
mov
test
Final_dataset/test/hammer curl/hammer curl_11.MOV
Final_labels/test/hammer curl/hammer curl_11/action.txt
38.02
1920x1080
366
hammer curl
frame_000000 frame_000365
mov
test
Final_dataset/test/hammer curl/hammer curl_12.MOV
Final_labels/test/hammer curl/hammer curl_12/action.txt
47.93
1920x1080
480
hammer curl
frame_000000 frame_000479
mov
test
Final_dataset/test/hammer curl/hammer curl_13.mp4
Final_labels/test/hammer curl/hammer curl_13/action.txt
1.21
480x360
600
hammer curl
frame_000061 frame_000599
mp4
test
Final_dataset/test/hammer curl/hammer curl_2.MOV
Final_labels/test/hammer curl/hammer curl_2/action.txt
41.47
1920x1080
394
hammer curl
frame_000000 frame_000393
mov
test
Final_dataset/test/hammer curl/hammer curl_26.mp4
Final_labels/test/hammer curl/hammer curl_26/action.txt
6.51
1280x720
331
hammer curl
frame_000000 frame_000330
mp4
test
Final_dataset/test/hammer curl/hammer curl_3.mp4
Final_labels/test/hammer curl/hammer curl_3/action.txt
2.14
1280x720
84
hammer curl
frame_000000 frame_000083
mp4
test
Final_dataset/test/hammer curl/hammer curl_4.mp4
Final_labels/test/hammer curl/hammer curl_4/action.txt
2.19
1280x720
93
hammer curl
frame_000000 frame_000092
mp4
test
Final_dataset/test/hammer curl/hammer curl_5.mp4
Final_labels/test/hammer curl/hammer curl_5/action.txt
6.64
1280x720
291
hammer curl
frame_000000 frame_000290
mp4
test
Final_dataset/test/hammer curl/hammer curl_6.MOV
Final_labels/test/hammer curl/hammer curl_6/action.txt
39.97
1920x1080
381
hammer curl
frame_000000 frame_000380
mov
test
Final_dataset/test/hammer curl/hammer curl_7.MOV
Final_labels/test/hammer curl/hammer curl_7/action.txt
51.58
1920x1080
491
hammer curl
frame_000041 frame_000490
mov
test
Final_dataset/test/hammer curl/hammer curl_8.mp4
Final_labels/test/hammer curl/hammer curl_8/action.txt
19.87
720x1280
604
hammer curl
frame_000000 frame_000603
mp4
test
Final_dataset/test/hammer curl/hammer curl_9.MOV
Final_labels/test/hammer curl/hammer curl_9/action.txt
46.2
1920x1080
439
hammer curl
frame_000036 frame_000438
mov
test
Final_dataset/test/hip thrust/hip thrust_1.mp4
Final_labels/test/hip thrust/hip thrust_1/action.txt
31.63
640x360
13,688
hip thrust
frame_000000 frame_000196 frame_002355 frame_003900 frame_005375 frame_006410 frame_007450 frame_008200 frame_008765 frame_009505 frame_010600 frame_011060 frame_012135 frame_012600
mp4
test
Final_dataset/test/hip thrust/hip thrust_2.mp4
Final_labels/test/hip thrust/hip thrust_2/action.txt
1.23
854x480
476
hip thrust
frame_000076 frame_000399
mp4
test
Final_dataset/test/hip thrust/hip thrust_3.MOV
Final_labels/test/hip thrust/hip thrust_3/action.txt
34.69
1920x1440
425
hip thrust
frame_000000 frame_000424
mov
test
Final_dataset/test/hip thrust/hip thrust_4.mp4
Final_labels/test/hip thrust/hip thrust_4/action.txt
8.49
1280x720
381
hip thrust
frame_000000 frame_000380
mp4
test
Final_dataset/test/hip thrust/hip thrust_5.mp4
Final_labels/test/hip thrust/hip thrust_5/action.txt
4.31
1280x720
153
hip thrust
frame_000000 frame_000152
mp4
test
Final_dataset/test/hip thrust/hip thrust_6.MOV
Final_labels/test/hip thrust/hip thrust_6/action.txt
41.93
1920x1440
514
hip thrust
frame_000029 frame_000514
mov
test
Final_dataset/test/hip thrust/hip thrust_7.MOV
Final_labels/test/hip thrust/hip thrust_7/action.txt
39.03
1920x1440
479
hip thrust
frame_000000 frame_000478
mov
test
Final_dataset/test/hip thrust/hip thrust_8.MOV
Final_labels/test/hip thrust/hip thrust_8/action.txt
44.95
1920x1440
549
hip thrust
frame_000000 frame_000548
mov
test
Final_dataset/test/hip thrust/hip thrust_9.mp4
Final_labels/test/hip thrust/hip thrust_9/action.txt
6.76
1280x720
299
hip thrust
frame_000000 frame_000298
mp4
test
Final_dataset/test/incline bench press/incline bench press_1.mp4
Final_labels/test/incline bench press/incline bench press_1/action.txt
32.17
720x1280
991
incline bench press
frame_000000 frame_000990
mp4
test
Final_dataset/test/incline bench press/incline bench press_2.mp4
Final_labels/test/incline bench press/incline bench press_2/action.txt
0.49
1920x1080
120
incline bench press
frame_000000 frame_000119
mp4
test
Final_dataset/test/incline bench press/incline bench press_29.mp4
Final_labels/test/incline bench press/incline bench press_29/action.txt
4.65
1364x720
239
incline bench press
frame_000000 frame_000238
mp4
test
Final_dataset/test/incline bench press/incline bench press_3.mp4
Final_labels/test/incline bench press/incline bench press_3/action.txt
0.22
1920x1080
52
incline bench press
frame_000000 frame_000051
mp4
test
Final_dataset/test/incline bench press/incline bench press_4.mp4
Final_labels/test/incline bench press/incline bench press_4/action.txt
0.35
1920x1080
87
incline bench press
frame_000000 frame_000086
mp4
test
Final_dataset/test/incline bench press/incline bench press_5.mp4
Final_labels/test/incline bench press/incline bench press_5/action.txt
25.86
720x1280
784
incline bench press
frame_000000 frame_000783
mp4
test
Final_dataset/test/incline bench press/incline bench press_6.mp4
Final_labels/test/incline bench press/incline bench press_6/action.txt
0.26
1920x1080
62
incline bench press
frame_000000 frame_000061
mp4
test
Final_dataset/test/incline bench press/incline bench press_7.mp4
Final_labels/test/incline bench press/incline bench press_7/action.txt
3.35
1280x720
137
incline bench press
frame_000000 frame_000136
mp4
test
Final_dataset/test/incline bench press/incline bench press_8.mp4
Final_labels/test/incline bench press/incline bench press_8/action.txt
0.22
1920x1080
45
incline bench press
frame_000000 frame_000044
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_1.mp4
Final_labels/test/lat pulldown/lat pulldown_1/action.txt
0.54
1920x1080
131
lat pulldown
frame_000000 frame_000130
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_10.mp4
Final_labels/test/lat pulldown/lat pulldown_10/action.txt
2.25
1280x720
77
lat pulldown
frame_000003 frame_000076
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_11.mp4
Final_labels/test/lat pulldown/lat pulldown_11/action.txt
21.21
720x1280
644
lat pulldown
frame_000000 frame_000643
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_12.mp4
Final_labels/test/lat pulldown/lat pulldown_12/action.txt
0.61
1920x1080
149
lat pulldown
frame_000000 frame_000148
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_2.mp4
Final_labels/test/lat pulldown/lat pulldown_2/action.txt
0.16
1920x1080
38
lat pulldown
frame_000000 frame_000037
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_3.mp4
Final_labels/test/lat pulldown/lat pulldown_3/action.txt
0.44
1920x1080
109
lat pulldown
frame_000000 frame_000108
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_4.mp4
Final_labels/test/lat pulldown/lat pulldown_4/action.txt
0.3
1920x1080
74
lat pulldown
frame_000000 frame_000073
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_43.mp4
Final_labels/test/lat pulldown/lat pulldown_43/action.txt
7.22
1280x1280
381
lat pulldown
frame_000000 frame_000380
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_48.mp4
Final_labels/test/lat pulldown/lat pulldown_48/action.txt
2.09
1280x720
322
lat pulldown
frame_000000 frame_000321
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_5.mp4
Final_labels/test/lat pulldown/lat pulldown_5/action.txt
0.4
1920x1080
98
lat pulldown
frame_000000 frame_000097
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_6.mp4
Final_labels/test/lat pulldown/lat pulldown_6/action.txt
9.61
1280x720
350
lat pulldown
frame_000000 frame_000349
mp4
test
Final_dataset/test/lat pulldown/lat pulldown_7.mp4
Final_labels/test/lat pulldown/lat pulldown_7/action.txt
1.71
1280x720
58
lat pulldown
frame_000000 frame_000057
mp4
test
End of preview.

No dataset card yet

Downloads last month
103