Start dataset card
#1
by
KevinZ
- opened
This view is limited to 50 files because it contains too many changes.
See the raw diff here.
- README.md +9 -137
- cosmos_video_decoder.py +0 -93
- magvit2.ckpt +0 -3
- test_v2.0/robot_states/states_1.bin +0 -3
- test_v2.0/robot_states/states_101.bin +0 -3
- test_v2.0/robot_states/states_102.bin +0 -3
- test_v2.0/robot_states/states_103.bin +0 -3
- test_v2.0/robot_states/states_104.bin +0 -3
- test_v2.0/robot_states/states_105.bin +0 -3
- test_v2.0/robot_states/states_106.bin +0 -3
- test_v2.0/robot_states/states_107.bin +0 -3
- test_v2.0/robot_states/states_108.bin +0 -3
- test_v2.0/robot_states/states_109.bin +0 -3
- test_v2.0/robot_states/states_11.bin +0 -3
- test_v2.0/robot_states/states_110.bin +0 -3
- test_v2.0/robot_states/states_111.bin +0 -3
- test_v2.0/robot_states/states_112.bin +0 -3
- test_v2.0/robot_states/states_113.bin +0 -3
- test_v2.0/robot_states/states_114.bin +0 -3
- test_v2.0/robot_states/states_115.bin +0 -3
- test_v2.0/robot_states/states_116.bin +0 -3
- test_v2.0/robot_states/states_117.bin +0 -3
- test_v2.0/robot_states/states_118.bin +0 -3
- test_v2.0/robot_states/states_119.bin +0 -3
- test_v2.0/robot_states/states_12.bin +0 -3
- test_v2.0/robot_states/states_120.bin +0 -3
- test_v2.0/robot_states/states_121.bin +0 -3
- test_v2.0/robot_states/states_122.bin +0 -3
- test_v2.0/robot_states/states_123.bin +0 -3
- test_v2.0/robot_states/states_124.bin +0 -3
- test_v2.0/robot_states/states_125.bin +0 -3
- test_v2.0/robot_states/states_126.bin +0 -3
- test_v2.0/robot_states/states_127.bin +0 -3
- test_v2.0/robot_states/states_128.bin +0 -3
- test_v2.0/robot_states/states_129.bin +0 -3
- test_v2.0/robot_states/states_13.bin +0 -3
- test_v2.0/robot_states/states_130.bin +0 -3
- test_v2.0/robot_states/states_131.bin +0 -3
- test_v2.0/robot_states/states_132.bin +0 -3
- test_v2.0/robot_states/states_133.bin +0 -3
- test_v2.0/robot_states/states_134.bin +0 -3
- test_v2.0/robot_states/states_135.bin +0 -3
- test_v2.0/robot_states/states_136.bin +0 -3
- test_v2.0/robot_states/states_137.bin +0 -3
- test_v2.0/robot_states/states_138.bin +0 -3
- test_v2.0/robot_states/states_139.bin +0 -3
- test_v2.0/robot_states/states_14.bin +0 -3
- test_v2.0/robot_states/states_140.bin +0 -3
- test_v2.0/robot_states/states_141.bin +0 -3
- test_v2.0/robot_states/states_142.bin +0 -3
README.md
CHANGED
@@ -1,140 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
pretty_name: 1X World Model Challenge Dataset
|
4 |
-
size_categories:
|
5 |
-
- 10M<n<100M
|
6 |
-
|
7 |
-
|
8 |
|
9 |
-
|
10 |
-
This repository hosts the dataset for the [1X World Model Compression Challenge](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Compression).
|
11 |
-
|
12 |
-
```bash
|
13 |
-
huggingface-cli download 1x-technologies/worldmodel --repo-type dataset --local-dir data
|
14 |
-
```
|
15 |
-
|
16 |
-
## Updates Since v1.1
|
17 |
-
|
18 |
-
- **Train/Val v2.0 (~100 hours)**, replacing v1.1
|
19 |
-
- **Test v2.0 dataset for the Compression Challenge**
|
20 |
-
- **Faces blurred** for privacy
|
21 |
-
- **New raw video dataset** (CC-BY-NC-SA 4.0) at [worldmodel_raw_data](https://huggingface.co/datasets/1x-technologies/worldmodel_raw_data)
|
22 |
-
- **Example scripts** now split into:
|
23 |
-
- `cosmos_video_decoder.py` — for decoding Cosmos Tokenized bins
|
24 |
-
- `unpack_data_test.py` — for reading the new test set
|
25 |
-
- `unpack_data_train_val.py` — for reading the train/val sets
|
26 |
-
|
27 |
-
---
|
28 |
-
|
29 |
-
## Train & Val v2.0
|
30 |
-
|
31 |
-
### Format
|
32 |
-
|
33 |
-
Each split is sharded:
|
34 |
-
- `video_{shard}.bin` — [NVIDIA Cosmos Tokenizer](https://github.com/NVIDIA/Cosmos-Tokenizer) discrete DV8×8×8 tokens at 30 Hz
|
35 |
-
- `segment_idx_{shard}.bin` — segment boundaries
|
36 |
-
- `states_{shard}.bin` — `np.float32` states (see below)
|
37 |
-
- `metadata.json` / `metadata_{shard}.json` — overall vs. per‐shard metadata
|
38 |
-
|
39 |
-
|
40 |
-
---
|
41 |
-
|
42 |
-
## Test v2.0
|
43 |
-
|
44 |
-
We provide a 450 sample **test_v2.0** dataset for the [World Model Compression Challenge](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Compression) with a similar structure (`video_{shard}.bin`, `states_{shard}.bin`). Use:
|
45 |
-
- `unpack_data_test.py` to read the test set
|
46 |
-
- `unpack_data_train_val.py` to read train/val
|
47 |
-
---
|
48 |
-
|
49 |
-
### State Index Definition (New)
|
50 |
```
|
51 |
-
|
52 |
-
1: HIP_ROLL
|
53 |
-
2: HIP_PITCH
|
54 |
-
3: KNEE_PITCH
|
55 |
-
4: ANKLE_ROLL
|
56 |
-
5: ANKLE_PITCH
|
57 |
-
6: LEFT_SHOULDER_PITCH
|
58 |
-
7: LEFT_SHOULDER_ROLL
|
59 |
-
8: LEFT_SHOULDER_YAW
|
60 |
-
9: LEFT_ELBOW_PITCH
|
61 |
-
10: LEFT_ELBOW_YAW
|
62 |
-
11: LEFT_WRIST_PITCH
|
63 |
-
12: LEFT_WRIST_ROLL
|
64 |
-
13: RIGHT_SHOULDER_PITCH
|
65 |
-
14: RIGHT_SHOULDER_ROLL
|
66 |
-
15: RIGHT_SHOULDER_YAW
|
67 |
-
16: RIGHT_ELBOW_PITCH
|
68 |
-
17: RIGHT_ELBOW_YAW
|
69 |
-
18: RIGHT_WRIST_PITCH
|
70 |
-
19: RIGHT_WRIST_ROLL
|
71 |
-
20: NECK_PITCH
|
72 |
-
21: Left hand closure (0= open, 1= closed)
|
73 |
-
22: Right hand closure (0= open, 1= closed)
|
74 |
-
23: Linear Velocity
|
75 |
-
24: Angular Velocity
|
76 |
-
```
|
77 |
-
|
78 |
-
## Previous v1.1
|
79 |
-
|
80 |
-
- `video.bin` — 16×16 patches at 30Hz, quantized
|
81 |
-
- `segment_ids.bin` — segment boundaries
|
82 |
-
- `actions/` folder storing multiple `.bin`s for states, closures, etc.
|
83 |
-
|
84 |
-
### v1.1 Joint Index
|
85 |
-
```
|
86 |
-
{
|
87 |
-
0: HIP_YAW
|
88 |
-
1: HIP_ROLL
|
89 |
-
2: HIP_PITCH
|
90 |
-
3: KNEE_PITCH
|
91 |
-
4: ANKLE_ROLL
|
92 |
-
5: ANKLE_PITCH
|
93 |
-
6: LEFT_SHOULDER_PITCH
|
94 |
-
7: LEFT_SHOULDER_ROLL
|
95 |
-
8: LEFT_SHOULDER_YAW
|
96 |
-
9: LEFT_ELBOW_PITCH
|
97 |
-
10: LEFT_ELBOW_YAW
|
98 |
-
11: LEFT_WRIST_PITCH
|
99 |
-
12: LEFT_WRIST_ROLL
|
100 |
-
13: RIGHT_SHOULDER_PITCH
|
101 |
-
14: RIGHT_SHOULDER_ROLL
|
102 |
-
15: RIGHT_SHOULDER_YAW
|
103 |
-
16: RIGHT_ELBOW_PITCH
|
104 |
-
17: RIGHT_ELBOW_YAW
|
105 |
-
18: RIGHT_WRIST_PITCH
|
106 |
-
19: RIGHT_WRIST_ROLL
|
107 |
-
20: NECK_PITCH
|
108 |
-
}
|
109 |
-
|
110 |
-
A separate `val_v1.1` set is available.
|
111 |
-
|
112 |
-
---
|
113 |
-
|
114 |
-
## Provided Checkpoints
|
115 |
-
|
116 |
-
- `magvit2.ckpt` from [MAGVIT2](https://github.com/TencentARC/Open-MAGVIT2) used in v1.1
|
117 |
-
- For v2.0, see [NVIDIA Cosmos Tokenizer](https://github.com/NVIDIA/Cosmos-Tokenizer); we supply `cosmos_video_decoder.py`.
|
118 |
-
|
119 |
-
---
|
120 |
-
|
121 |
-
## Directory Structure Example
|
122 |
-
|
123 |
-
```
|
124 |
-
train_v1.1/
|
125 |
-
val_v1.1/
|
126 |
-
train_v2.0/
|
127 |
-
val_v2.0/
|
128 |
-
test_v2.0/
|
129 |
-
├── video_{shard}.bin
|
130 |
-
├── states_{shard}.bin
|
131 |
-
├── ...
|
132 |
-
├── metadata_{shard}.json
|
133 |
-
cosmos_video_decoder.py
|
134 |
-
unpack_data_test.py
|
135 |
-
unpack_data_train_val.py
|
136 |
-
```
|
137 |
-
|
138 |
-
**License**: [Apache-2.0](./LICENSE)
|
139 |
-
**Author**: 1X Technologies
|
140 |
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pretty_name: 1X World Model Challenge Dataset
|
4 |
+
size_categories:
|
5 |
+
- 10M<n<100M
|
6 |
+
---
|
7 |
+
Dataset for the [1X World Model Challenge](https://github.com/1x-technologies/1xgpt).
|
8 |
|
9 |
+
Download with:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
```
|
11 |
+
huggingface-cli download 1x-technologies/worldmodel --repo-type dataset --local-dir data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
```
|
cosmos_video_decoder.py
DELETED
@@ -1,93 +0,0 @@
|
|
1 |
-
"""
|
2 |
-
NOTE: Download the Cosmos-Tokenizer repository and pre-trained model weights before running this script.
|
3 |
-
For full installation and setup instructions, please refer to:
|
4 |
-
https://github.com/NVIDIA/Cosmos-Tokenizer#readme
|
5 |
-
"""
|
6 |
-
|
7 |
-
import math
|
8 |
-
from pathlib import Path
|
9 |
-
|
10 |
-
import av
|
11 |
-
import numpy as np
|
12 |
-
import torch
|
13 |
-
|
14 |
-
from cosmos_tokenizer.utils import tensor2numpy
|
15 |
-
from cosmos_tokenizer.video_lib import CausalVideoTokenizer
|
16 |
-
|
17 |
-
input_dir = Path("../worldmodel/val_v2.0")
|
18 |
-
output_dir = Path("/tmp/reconst_1xgpt/")
|
19 |
-
model_name = "Cosmos-Tokenizer-DV8x8x8"
|
20 |
-
decoder_path = Path("pretrained_ckpts") / model_name / "decoder.jit"
|
21 |
-
|
22 |
-
print(f"Output directory exists: {input_dir.exists()}")
|
23 |
-
print(f"Decoder path exists: {decoder_path.exists()}")
|
24 |
-
|
25 |
-
rank = 0
|
26 |
-
metadata_path = input_dir / f"metadata_{rank}.json"
|
27 |
-
if not metadata_path.exists():
|
28 |
-
raise FileNotFoundError(f"Metadata file not found at {metadata_path}")
|
29 |
-
|
30 |
-
with open(metadata_path, "r") as f:
|
31 |
-
metadata_shard = json.load(f)
|
32 |
-
|
33 |
-
total_frames = metadata_shard["shard_num_frames"]
|
34 |
-
print(f"Total frames: {total_frames}")
|
35 |
-
|
36 |
-
encoded_video_dataset = np.memmap(input_dir / f"video_{rank}.bin", dtype=np.int32, mode="r", shape=(math.ceil(total_frames / 17), 3, 32, 32))
|
37 |
-
|
38 |
-
print(f"Encoded video dataset shape: {encoded_video_dataset.shape}")
|
39 |
-
|
40 |
-
indices = torch.tensor(encoded_video_dataset, device="cuda") if not isinstance(encoded_video_dataset, torch.Tensor) else encoded_video_dataset
|
41 |
-
|
42 |
-
try:
|
43 |
-
decoder = CausalVideoTokenizer(checkpoint_dec=str(decoder_path))
|
44 |
-
if decoder._dec_model is None:
|
45 |
-
raise RuntimeError(f"Failed to load decoder model from {decoder_path}")
|
46 |
-
print("Decoder initialized successfully.")
|
47 |
-
except Exception as e:
|
48 |
-
raise RuntimeError(f"Error loading decoder: {str(e)}") from e
|
49 |
-
|
50 |
-
batch_size = 1
|
51 |
-
fps = 30
|
52 |
-
output_file = output_dir / "reconstructed_video.mp4"
|
53 |
-
|
54 |
-
first_batch = torch.from_numpy(encoded_video_dataset[0:1]).cuda()
|
55 |
-
with torch.no_grad():
|
56 |
-
first_output = decoder.decode(first_batch).float()
|
57 |
-
_, _, height, width = first_output.shape[-4:]
|
58 |
-
|
59 |
-
print(f"Output video dimensions: {width}x{height}")
|
60 |
-
|
61 |
-
|
62 |
-
ec = av.open(str(output_file), mode="w")
|
63 |
-
es = ec.add_stream("hevc_nvenc", rate=30)
|
64 |
-
es.width = 256
|
65 |
-
es.height = 256
|
66 |
-
|
67 |
-
|
68 |
-
num_batches = math.ceil(len(encoded_video_dataset) / batch_size)
|
69 |
-
for i in range(num_batches):
|
70 |
-
start_idx = i * batch_size
|
71 |
-
end_idx = min((i + 1) * batch_size, len(encoded_video_dataset))
|
72 |
-
|
73 |
-
batch = torch.from_numpy(encoded_video_dataset[start_idx:end_idx]).cuda()
|
74 |
-
with torch.no_grad():
|
75 |
-
# [B, 3, 17, 256, 256]
|
76 |
-
reconstructed_batch = decoder.decode(batch)
|
77 |
-
|
78 |
-
# (B, 17, 256, 256, 3)
|
79 |
-
reconstructed_batch = tensor2numpy(reconstructed_batch)
|
80 |
-
|
81 |
-
# frame: 17, 256, 256, 3
|
82 |
-
for this_batch in reconstructed_batch:
|
83 |
-
for single_frame in this_batch: # Temporal dimension
|
84 |
-
# 256, 256, 3
|
85 |
-
for ep in es.encode(av.VideoFrame.from_ndarray(single_frame, format="rgb24")):
|
86 |
-
ec.mux(ep)
|
87 |
-
|
88 |
-
print(f"Processed batch {i + 1}/{num_batches}", flush=True)
|
89 |
-
if i == 100:
|
90 |
-
break
|
91 |
-
|
92 |
-
ec.close()
|
93 |
-
print(f"Video saved to: {output_file}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
magvit2.ckpt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5324feabfec9599e2989a5c377bbc211bc05a96fa963f6d96f3ee8be0a83fac9
|
3 |
-
size 1151275392
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_1.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:71c6fb86631e18110bf736b9bcdfbf3d7e9505757850e82d465182a92eed76af
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_101.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0ff40ca4dd7c2baf21a86dc6bf44d8d17ee22dab72759f60a851c44e37091d0b
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_102.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f75992326eb712b4b8dfb5c9084fc934d88681cb77dba3304646c90607156e15
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_103.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:508ad754acc5874a48bf073f2e404fd660b415e8a983803c467ae8641b61dd38
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_104.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9a737539aa7215581b24f47b4e9415c35421b06ace58abfae5a1906cc7844157
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_105.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5cd96e32c4fe73a89fb52fbc62a9c8bf11c60a873bf308b71d57f1d8e548999a
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_106.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:24f01f807eff616735115c1ee04387d129c55109a40d38a30491367f4ffbc09a
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_107.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2a66c342e3dc7c21a3dfbcaa4764e906fb9917ee72117e2533fbb760eec1648f
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_108.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4674c2975be1f76dd09dc11ae0f12f48b32d8e9d4523615cb207b26ced694ab4
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_109.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1cca69dec3b81b5289033bcb40248c26ade22c42e08193b96b26653a66bce95a
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_11.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ef5e83d2f0c625b496f301c6602e3c09cb1ba327cfd36c8cbadd004e8238f985
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_110.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4a1796a45efa8366ce83e4f6961b5674711b519a915c10c3f372e4fdab3094c0
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_111.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b20f0d030c88c94f36bf996917d8ac5c9d8aa05010678e8a05a3fc4f657a19c1
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_112.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ae1676f15e390668ccf79d180b682b589e73590c74b10aafe2057d2e502e966b
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_113.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:aa7444c3b0a54c92b97fd3dbe67915c5e779ee9b57b9f3fecdaebf9c6df497a7
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_114.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e0ed8f3e867a75fcf8ef4fbfffe0db827745cffc3587e8cf5e580b379615b9be
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_115.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:11b4f02620f5d7dc2e32b61ca738d5b5a9cfecd3626fe12e1437486914a8c75c
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_116.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2d2cacc062320b2c928f7274c5008ef8e1e04ed4b51ac4e32edb6891631bf7ac
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_117.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:58bd6579a6d550ea5b575b1cf43510a1496d1f16cf97af0a9fd655a6bc7ef350
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_118.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:279776cf329f610f5c6f332ffef4da24f9abb69c372a05d09a117b37b9f03a4f
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_119.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c5df4ca51b29e9e8acb7155e4f0cbb4c888904b854854f31e3964075dd5e526e
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_12.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:09453ef0f3fe2bfee7b626f9d5a33962056f13c0a7e3c4b4be367cc70f3a584a
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_120.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5090582ab3cc52735cd1cf774843bd586125e469b56d3018c6da664813ca7c9c
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_121.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:abd315b721b88753a78692759a3065115e27be1a28ac32d70b076a6d954e1bb1
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_122.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0a784d408e2255e24fca58c81cf12af7959641ad5487a91e239e2a337e1114d5
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_123.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dc2fa265a7dff283cbe10db0a52ebac22f48ecdc61bba1517a2006978108cc18
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_124.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f34a0318f7721b3a6f976011a36277f72008bfd62c13193f655d27a6981989bd
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_125.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7c96441099db5186c1c8a4fd0305bcc85cef45218a0835c55bffbc561c3ade4b
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_126.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dbc90c9ecdd9572b414387c3b398ba62322ce7c8123061f5907922afa0626ea7
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_127.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ae0f807e8e6f990f0cfd642d49fad402dc012e8429b814b904de6f3ece2133c1
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_128.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:14e1f2a0639075c47a8bbd8b6b76b8d67c0481f3e617318f3e2c347c73463fe6
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_129.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2320a13ef74378d08942df34e4fc7dd587757362e07c1b15faeb7a1c618f5ac2
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_13.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ce7201258dac2f4103224b610539117a41bd09656bd05af959d4851064b6662c
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_130.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cf745a23e15bbfa13c3eed79a0b1014f220c2f9a731b27a0d235bb27ae302ffc
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_131.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:86c52863cac7c1bbda8de36eafe2730ad866d7f63d6a01d324f1968c41c4ac5a
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_132.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fb883e9be2c0b65ffda68b0d575b5a62592868ca5608a44ff317832850bb166f
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_133.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:064aaff4e72f08030b18a8bdd1e46bbccb9b89940bdc10c617d60563eb1ef9fb
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_134.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e090b4a0cdc32fc0070fdec99c8281b7fef8ddeb27f6055ba8774230eb7ed977
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_135.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0bbd52cdb6836b746fb7e8239d232e67f59f5ae0be125ed31887517e88c79457
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_136.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d96ebecd72c775a2401659836dcf453da46a88b5d82ee0a42ee27d43fe971e38
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_137.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:de5d1c4578c64276d20062d3039095959154e1e1a6d4d7e4392f70d2efe58165
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_138.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f25d105a3afe2a0145b508108b7e98df0a5678e29804e2084e5918b3d94cba9c
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_139.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6b79bd77d0000fbe6447a40288ae86b6ac24299cea17962f600c1ef93adcebb7
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_14.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6d58fb7ace2da6869958507ba1337cea60f345771eef41b55c2732f20bc93833
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_140.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d963bb746125337253aa7bec56f12d2e1470bab01232e691380e7a02c9459e46
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_141.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:25711c1c512133ec635d922238196018fccac3389d24c280226f6c5496e90478
|
3 |
-
size 6400
|
|
|
|
|
|
|
|
test_v2.0/robot_states/states_142.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6aa3bbb95d613639757f9e63982f58363acc3d5d329b47431be5fcd239518452
|
3 |
-
size 6400
|
|
|
|
|
|
|
|