Skip to content

Commit 0174e1c

Browse files
authored
Update Phase1.md
1 parent 32450f6 commit 0174e1c

File tree

1 file changed

+1
-1
lines changed
  • com.unity.perception/Documentation~/Tutorial

1 file changed

+1
-1
lines changed

com.unity.perception/Documentation~/Tutorial/Phase1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ To verify and analyze a variety of metrics for the generated data, such as numbe
405405

406406
* **:green_circle: Action**: Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop)
407407
* **:green_circle: Action**: Open a command line interface (Command Prompt on Windows, Terminal on Mac OS, etc.) and type the following command to run the Dataset Insights Docker image:
408-
`docker run -p 8888:8888 -v "<path to synthetic data>:/data" -t unitytechnologies/datasetinsights:latest`, where the path to data is what we earlier found in Unity's console messages. You can copy the path using the _**Copy Path**_ in the `Perception Camera` UI.
408+
`docker run -p 8888:8888 -v "<path to synthetic data>:/data" -t unitytechnologies/datasetinsights:latest`, where the path to data is what we looked at earlier. You can copy the path using the _**Copy Path**_ button in the `Perception Camera` UI.
409409

410410
This will download a Docker image from Unity. If you get an error regarding the path to your dataset, make sure you have not included the enclosing `<` and `>` in the path and that the spaces are properly escaped.
411411

0 commit comments

Comments
 (0)