jmonas commited on
Commit
6e04177
1 Parent(s): 21c4cac

Update unpack_data.py

Browse files
Files changed (1) hide show
  1. 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)