File size: 2,163 Bytes
71a421b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
task_categories:
- robotics
tags:
- tsfile
- time-series
- robotics
- modality:timeseries
- library:datasets
- library:pandas
- library:polars
modality:
- timeseries
pretty_name: Anubis Stack Tuna EEF Pose 50 Fixed (TsFile)
size_categories:
- 10K<n<100K
configs:
- config_name: default
  data_files:
  - split: train
    path: data/anubis_stack_tuna_eefpose_50_fixed_train.tsfile
---

# Anubis Stack Tuna EEF Pose 50 Fixed (TsFile)

Apache TsFile version of [`euijinrnd/anubis_stack_tuna_eefpose_50_fixed`](https://huggingface.co/datasets/euijinrnd/anubis_stack_tuna_eefpose_50_fixed). Modalities: Time-series.

## Overview

This LeRobot dataset contains 50 demonstrations for the task “Restock the tuna can,” including state, action, and quaternion action signals.

## Dataset Scale

- 50 episodes, 11,830 frames, one task, sampled at 50 fps.
- The `train` split contains 11,830 TsFile rows in `data/anubis_stack_tuna_eefpose_50_fixed_train.tsfile`.

## Conversion details

`Time` is `round(timestamp * 1000)` in milliseconds. The source `timestamp` column is therefore not stored as a separate FIELD; `frame_index` is retained and source `index` is named `sample_index`. Camera videos are not included in this time-series repository and remain in the [original dataset](https://huggingface.co/datasets/euijinrnd/anubis_stack_tuna_eefpose_50_fixed/tree/main/videos).

## Schema (TsFile structure)

- `Time` (INT64, milliseconds) is the per-episode sample time.
- `episode_index` and `task_index` are TAG columns identifying the device series.
- `frame_index` and `sample_index` are INT64 FIELD columns.
- `observation_state_0` through `_19`, `action_0` through `_22`, and `action_quat_0` through `_18` are FLOAT FIELD columns.

For example, select one device with `WHERE episode_index='0' AND task_index='0'`.

## Usage

Read `data/anubis_stack_tuna_eefpose_50_fixed_train.tsfile` with the Apache TsFile Java or Python SDK.

## Source & license

- Original dataset: https://huggingface.co/datasets/euijinrnd/anubis_stack_tuna_eefpose_50_fixed
- Author / publisher: euijinrnd
- License: not declared by the original dataset; please defer to the original.