File size: 24,415 Bytes
23577a2 | 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 | INFO 2026-05-14 10:51:39 cord_eef.py:339 {'dataset': {'encoder_queue_maxsize': 30,
'encoder_threads': None,
'episode_time_s': 30,
'fps': 30,
'num_episodes': 10,
'num_image_writer_processes': 0,
'num_image_writer_threads_per_camera': 4,
'private': False,
'push_to_hub': False,
'repo_id': 'yanzy/Sort',
'reset_time_s': 5,
'root': None,
'single_task': 'Put the pen in the box on the left and the eraser '
'in the box on the right',
'streaming_encoding': False,
'tags': None,
'vcodec': 'libsvtav1',
'video': True,
'video_encoding_batch_size': 1},
'display_compressed_images': False,
'display_data': True,
'display_ip': None,
'display_port': None,
'eef': {'enabled': True,
'ik_initial_guess_current_joints': True,
'joint_names': None,
'max_ee_step_m': 0.1,
'replay_initial_guess_current_joints': False,
'target_frame_name': 'gripper_frame_link',
'urdf_path': '/mnt/data/YANzhuoyang/Project/CODE/Algorithm/DiTAE/lerobot_real_robot/urdf/so101_new_calib.urdf',
'use_workspace_safety': True,
'workspace_max': [1.0, 1.0, 1.0],
'workspace_min': [-1.0, -1.0, -1.0]},
'play_sounds': True,
'resume': False,
'robot': {'calibration_dir': None,
'cameras': {'top': {'backend': <Cv2Backends.ANY: 0>,
'color_mode': <ColorMode.RGB: 'rgb'>,
'fourcc': 'MJPG',
'fps': 30,
'height': 480,
'index_or_path': 2,
'rotation': <Cv2Rotation.NO_ROTATION: 0>,
'warmup_s': 1,
'width': 640}},
'disable_torque_on_disconnect': True,
'id': 'so101_follower_arm',
'max_relative_target': None,
'port': '/dev/ttyACM1',
'use_degrees': True},
'teleop': {'calibration_dir': None,
'id': 'so101_leader_arm',
'port': '/dev/ttyACM0',
'use_degrees': True}}
INFO 2026-05-14 10:51:39 pipeline.py:151 Building robot EEF kinematics: urdf=/mnt/data/YANzhuoyang/Project/CODE/Algorithm/DiTAE/lerobot_real_robot/urdf/so101_new_calib.urdf target_frame=gripper_frame_link joints=['shoulder_pan', 'shoulder_lift', 'elbow_flex', 'wrist_flex', 'wrist_roll', 'gripper']
WARNING: Robot has the following self collisions in neutral position:
-base_link_2 collides with shoulder_link_2
-shoulder_link_0 collides with upper_arm_link_1
-upper_arm_link_0 collides with lower_arm_link_0
-lower_arm_link_2 collides with wrist_link_1
-wrist_link_0 collides with gripper_link_1
-gripper_link_0 collides with moving_jaw_so101_v1_link_0
INFO 2026-05-14 10:51:41 eo_utils.py:109 Using video codec: libsvtav1
INFO 2026-05-14 10:51:42 a_opencv.py:179 OpenCVCamera(2) connected.
INFO 2026-05-14 10:51:42 follower.py:105 so101_follower_arm SOFollower connected.
INFO 2026-05-14 10:51:42 so_leader.py:78 so101_leader_arm SOLeader connected.
INFO 2026-05-14 10:51:42 cord_eef.py:431 Streaming encoding is disabled. If you have capable hardware, consider enabling it for way faster episode saving. --dataset.streaming_encoding=true --dataset.encoder_threads=2 # --dataset.vcodec=auto. More info in the documentation: https://huggingface.co/docs/lerobot/streaming_video_encoding
INFO 2026-05-14 10:51:42 ls/utils.py:143 Recording episode 0
INFO 2026-05-14 10:51:50 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:51:55 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:51:55 ls/utils.py:143 Recording episode 0
INFO 2026-05-14 10:52:24 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:52:29 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:52:29 ls/utils.py:143 Recording episode 0
INFO 2026-05-14 10:52:38 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:52:43 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:52:43 ls/utils.py:143 Recording episode 0
INFO 2026-05-14 10:53:13 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:53:16 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:53:16 ls/utils.py:143 Recording episode 0
INFO 2026-05-14 10:53:26 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:53:31 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:53:31 ls/utils.py:143 Recording episode 0
INFO 2026-05-14 10:54:01 ls/utils.py:143 Reset the environment
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/892 [00:00<?, ? examples/s]
Map: 50%|βββββ | 443/892 [00:00<00:00, 4399.85 examples/s]
Map: 99%|ββββββββββ| 886/892 [00:00<00:00, 4411.69 examples/s]
Map: 100%|ββββββββββ| 892/892 [00:00<00:00, 4243.37 examples/s]
INFO 2026-05-14 10:54:07 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
INFO 2026-05-14 10:54:11 ls/utils.py:143 Recording episode 1
INFO 2026-05-14 10:54:40 ls/utils.py:143 Reset the environment
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/871 [00:00<?, ? examples/s]
Map: 52%|ββββββ | 449/871 [00:00<00:00, 4450.11 examples/s]
Map: 100%|ββββββββββ| 871/871 [00:00<00:00, 4300.80 examples/s]
INFO 2026-05-14 10:54:47 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x4c7d98c0] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 10:54:51 ls/utils.py:143 Recording episode 2
INFO 2026-05-14 10:55:19 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:55:24 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:55:24 ls/utils.py:143 Recording episode 2
INFO 2026-05-14 10:55:27 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:55:32 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:55:32 ls/utils.py:143 Recording episode 2
INFO 2026-05-14 10:56:01 ls/utils.py:143 Reset the environment
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/874 [00:00<?, ? examples/s]
Map: 50%|βββββ | 439/874 [00:00<00:00, 4363.31 examples/s]
Map: 100%|ββββββββββ| 874/874 [00:00<00:00, 4182.28 examples/s]
INFO 2026-05-14 10:56:07 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x4df5a600] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 10:56:11 ls/utils.py:143 Recording episode 3
INFO 2026-05-14 10:56:16 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:56:21 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:56:21 ls/utils.py:143 Recording episode 3
INFO 2026-05-14 10:56:24 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:56:29 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:56:29 ls/utils.py:143 Recording episode 3
INFO 2026-05-14 10:56:58 ls/utils.py:143 Reset the environment
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/874 [00:00<?, ? examples/s]
Map: 51%|βββββ | 445/874 [00:00<00:00, 4426.19 examples/s]
Map: 100%|ββββββββββ| 874/874 [00:00<00:00, 4293.12 examples/s]
INFO 2026-05-14 10:57:05 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x4f544280] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 10:57:09 ls/utils.py:143 Recording episode 4
INFO 2026-05-14 10:57:38 ls/utils.py:143 Reset the environment
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/885 [00:00<?, ? examples/s]
Map: 50%|βββββ | 443/885 [00:00<00:00, 4398.73 examples/s]
Map: 100%|ββββββββββ| 885/885 [00:00<00:00, 4288.68 examples/s]
Map: 100%|ββββββββββ| 885/885 [00:00<00:00, 4284.61 examples/s]
INFO 2026-05-14 10:57:45 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x4c7d1340] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 10:57:49 ls/utils.py:143 Recording episode 5
INFO 2026-05-14 10:58:16 ls/utils.py:143 Reset the environment
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/803 [00:00<?, ? examples/s]
Map: 52%|ββββββ | 421/803 [00:00<00:00, 4179.25 examples/s]
Map: 100%|ββββββββββ| 803/803 [00:00<00:00, 4064.92 examples/s]
INFO 2026-05-14 10:58:22 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x4feb5d00] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 10:58:26 ls/utils.py:143 Recording episode 6
INFO 2026-05-14 10:58:54 ls/utils.py:143 Reset the environment
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/838 [00:00<?, ? examples/s]
Map: 53%|ββββββ | 440/838 [00:00<00:00, 4381.25 examples/s]
Map: 100%|ββββββββββ| 838/838 [00:00<00:00, 4236.85 examples/s]
INFO 2026-05-14 10:59:00 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x5a098bc0] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 10:59:04 ls/utils.py:143 Recording episode 7
INFO 2026-05-14 10:59:28 ls/utils.py:143 Reset the environment
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/727 [00:00<?, ? examples/s]
Map: 59%|ββββββ | 429/727 [00:00<00:00, 4250.78 examples/s]
Map: 100%|ββββββββββ| 727/727 [00:00<00:00, 4135.27 examples/s]
INFO 2026-05-14 10:59:34 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x5d8cea00] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 10:59:38 ls/utils.py:143 Recording episode 8
INFO 2026-05-14 10:59:44 ls/utils.py:143 Reset the environment
INFO 2026-05-14 10:59:49 ls/utils.py:143 Re-record episode
INFO 2026-05-14 10:59:49 ls/utils.py:143 Recording episode 8
INFO 2026-05-14 10:59:55 ls/utils.py:143 Reset the environment
INFO 2026-05-14 11:00:00 ls/utils.py:143 Re-record episode
INFO 2026-05-14 11:00:00 ls/utils.py:143 Recording episode 8
INFO 2026-05-14 11:00:10 ls/utils.py:143 Reset the environment
INFO 2026-05-14 11:00:15 ls/utils.py:143 Re-record episode
INFO 2026-05-14 11:00:15 ls/utils.py:143 Recording episode 8
INFO 2026-05-14 11:00:43 ls/utils.py:143 Reset the environment
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Left arrow key pressed. Exiting loop and rerecord the last episode...
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/845 [00:00<?, ? examples/s]
Map: 51%|βββββ | 432/845 [00:00<00:00, 4297.42 examples/s]
Map: 100%|ββββββββββ| 845/845 [00:00<00:00, 4207.97 examples/s]
INFO 2026-05-14 11:00:49 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x53d0b680] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 11:00:53 ls/utils.py:143 Recording episode 9
Right arrow key pressed. Exiting loop...
Map: 0%| | 0/773 [00:00<?, ? examples/s]
Map: 57%|ββββββ | 439/773 [00:00<00:00, 4367.53 examples/s]
Map: 100%|ββββββββββ| 773/773 [00:00<00:00, 4233.04 examples/s]
INFO 2026-05-14 11:01:20 eo_utils.py:109 Using video codec: libsvtav1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build] : GCC 14.2.1 20250110 (Red Hat 14.2.1-7) 64 bit
Svt[info]: LIB Build date: Jul 3 2025 03:14:07
Svt[info]: -------------------------------------------
Svt[warn]: Preset M12 is mapped to M10.
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 640 / 480 / 30 / 1
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 2 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias : 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
[mp4 @ 0x53d0b680] Starting second pass: moving the moov atom to the beginning of the file
INFO 2026-05-14 11:01:24 ls/utils.py:143 Stop recording
INFO 2026-05-14 11:01:26 a_opencv.py:592 OpenCVCamera(2) disconnected.
INFO 2026-05-14 11:01:26 follower.py:229 so101_follower_arm SOFollower disconnected.
INFO 2026-05-14 11:01:26 o_leader.py:163 so101_leader_arm SOLeader disconnected.
INFO 2026-05-14 11:01:26 ls/utils.py:143 Exiting
|