Added additional note on windows paths
This commit is contained in:
Родитель
8b761ec0db
Коммит
ab2bc041c3
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче