Skip to content

fix: normals example uses backslash as path separator - #75

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/readme-0bbbfdfd
Open

fix: normals example uses backslash as path separator#75
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/readme-0bbbfdfd

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR corrects the documentation in README.md: normals example uses backslash as path separator.

Changes

  • README.md: normals example uses backslash as path separator.

Details

Before:

        normals/
            robot.front_camera.left.normals_image\
                00000000.npy
                00000001.npy
                ...

After:

        normals/
            robot.front_camera.left.normals_image/
                00000000.npy
                00000001.npy
                ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant