From 33ac436195c744f132ad26a27d12e1632eb3f8ad Mon Sep 17 00:00:00 2001 From: Mohsen Kamalzadeh <> Date: Wed, 17 Mar 2021 17:29:49 -0700 Subject: [PATCH] polishing --- docs/Readme.md | 4 ++-- docs/RunningSynthDetCloud.md | 2 +- docs/{HowSynthDetWorks.md => UnityProjectOverview.md} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{HowSynthDetWorks.md => UnityProjectOverview.md} (100%) diff --git a/docs/Readme.md b/docs/Readme.md index 4f5ba75d..58ec36b8 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -15,12 +15,12 @@ * Running your model with a mobile app - [SynthDet Viewer AR App](https://github.com/Unity-Technologies/perception-synthdet-demo-app) ## How does the SynthDet Unity project work? -This project utilizes the Unity [Perception](https://github.com/Unity-Technologies/com.unity.perception) package for randomizing the environment and capturing ground-truth on each frame. Randomization includes elements such as lighting, camera post processing, object placement, and background. Visit [this page](SynthDetRandomizations.md) for a brief overview on how ground truth generation and domain randomization are achieved in SynthDet. +This project utilizes the Unity [Perception](https://github.com/Unity-Technologies/com.unity.perception) package for randomizing the environment and capturing ground-truth on each frame. Randomization includes elements such as lighting, camera post processing, object placement, and background. Visit [this page](UnityProjectOverview.md) for a brief overview on how ground truth generation and domain randomization are achieved in SynthDet. Furthermore, in order to learn how to create a project like SynthDet from scratch using the Perception package, we recommend you follow the [Perception Tutorial](https://github.com/Unity-Technologies/com.unity.perception/blob/master/com.unity.perception/Documentation~/Tutorial/TUTORIAL.md). ## Additional documentation -* [The Randomizers used in SynthDet](HowSynthDetWorks.md) +* [Overview on how the SynthDet Unity project works](UnityProjectOverview.md) * [Unity Perception package](https://github.com/Unity-Technologies/com.unity.perception) * [Unity Dataset Insights Python package](https://github.com/Unity-Technologies/datasetinsights) * [Background on Unity](BackgroundUnity.md) diff --git a/docs/RunningSynthDetCloud.md b/docs/RunningSynthDetCloud.md index c89e9ec0..457a46d0 100644 --- a/docs/RunningSynthDetCloud.md +++ b/docs/RunningSynthDetCloud.md @@ -11,7 +11,7 @@ Before following the instructions below, make sure you have: ## Workflow -### Step 1: Unity Cloud Project +### Step 1: Unity Cloud project To access Unity Simulation, the project must be connected to Unity Cloud Services. diff --git a/docs/HowSynthDetWorks.md b/docs/UnityProjectOverview.md similarity index 100% rename from docs/HowSynthDetWorks.md rename to docs/UnityProjectOverview.md