From 6fa0df884b538de50d20afc52ea0b73607e48f9b Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 27 Jul 2026 21:04:34 -0500 Subject: [PATCH] fix: normals example uses backslash as path separator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53de548..872caab 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ In case you're interested, each recording is represented as a directory with the robot.front_camera.right.segmentation_image/ ... normals/ - robot.front_camera.left.normals_image\ + robot.front_camera.left.normals_image/ 00000000.npy 00000001.npy ...