switching to docker method
This commit is contained in:
Родитель
316e10c852
Коммит
62fda6e372
|
@ -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, replace `<dataset_path>` below with the path of the dataset. Note: If using a Linux/Unix based OS, make sure spaces in the dataset path are **not** escaped with a backslash."
|
||||
"If the dataset was generated locally, replace `<GUID>` below with the name of the dataset folder, e.g. `f3763556-355f-4303-9acd-32334fda51aa`. Otherwise, see the instructions below for downloading datasets from Unity Simulation."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"data_root = r\"<dataset_path>\""
|
||||
"data_root = \"</data/<GUID>\""
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -1537,7 +1537,9 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "notebook",
|
||||
"language": "python",
|
||||
"name": "notebook"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче