From ab2bc041c384de617bf530b58089039916c5e1f3 Mon Sep 17 00:00:00 2001 From: Mohsen Kamalzadeh <> Date: Tue, 23 Mar 2021 16:52:38 -0700 Subject: [PATCH] Added additional note on windows paths --- Notebooks/SynthDet_Statistics.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Notebooks/SynthDet_Statistics.ipynb b/Notebooks/SynthDet_Statistics.ipynb index 9ee5ca29..7d54da2b 100644 --- a/Notebooks/SynthDet_Statistics.ipynb +++ b/Notebooks/SynthDet_Statistics.ipynb @@ -8,7 +8,7 @@ "This example notebook shows how to use datasetinsights to load synthetic datasets generated from the [Perception package](https://github.com/Unity-Technologies/com.unity.perception) and visualize dataset statistics. It includes statistics and visualizations of the outputs built into the Perception package and should give a good idea of how to use datasetinsights to visualize custom annotations and metrics.\n", "\n", "## Setup dataset\n", - "If the dataset was generated locally, point `data_root` below to the path of the dataset. The `GUID` folder suffix should be changed accordingly. " + "If the dataset was generated locally, point `data_root` below to the path of the dataset. The `GUID` folder suffix should be changed accordingly. Note: If you are on Windows and you use the \"Copy Path\" button on `Perception Camera` in Unity Editor to copy the dataset path, make sure to change the last path separator character from slash ( / ) to backslah ( \\ )." ] }, { @@ -1537,9 +1537,7 @@ ], "metadata": { "kernelspec": { - "display_name": "notebook", "language": "python", - "name": "notebook" }, "language_info": { "codemirror_mode": {