Datasets:
Size:
10M<n<100M
License:
Update unpack_data.py
Browse files- unpack_data.py +0 -2
unpack_data.py
CHANGED
@@ -21,8 +21,6 @@ maps = [
|
|
21 |
("states", np.float32, [25]),
|
22 |
]
|
23 |
|
24 |
-
video_path = dir_path / "video_0.mp4"
|
25 |
-
|
26 |
for m, dtype, shape in maps:
|
27 |
filename = dir_path / f"{m}_{rank}.bin"
|
28 |
print("Reading", filename, [total_frames] + shape)
|
|
|
21 |
("states", np.float32, [25]),
|
22 |
]
|
23 |
|
|
|
|
|
24 |
for m, dtype, shape in maps:
|
25 |
filename = dir_path / f"{m}_{rank}.bin"
|
26 |
print("Reading", filename, [total_frames] + shape)
|