SynthDet/docs
Mohsen Kamalzadeh d5dbc673ac added missing step 2021-03-24 17:34:53 -07:00
..
images Switched to docker method for notebook 2021-03-24 17:23:41 -07:00
AnnotatedDataset.md Updates following review by technical editor. 2020-09-15 18:33:17 +01:00
BackgroundUnity.md DOC-2056: initial language/style guide edit 2020-09-02 18:38:24 +01:00
CreatingAssets.md renamed emails and blog title/url 2021-01-29 10:36:05 -08:00
Docker.md Updates following review by technical editor. 2020-09-15 18:33:17 +01:00
GettingStartedSynthDet.md polishing 2021-03-17 17:16:06 -07:00
NotebookInstructions.md added missing step 2021-03-24 17:34:53 -07:00
Prerequisites.md docs polish 2021-03-24 17:26:11 -07:00
Readme.md Update Readme.md 2021-03-24 17:32:05 -07:00
RunningSynthDetCloud.md polishing 2021-03-17 17:29:49 -07:00
Synthetic Data pipeline.drawio Updating diagrams and text on Getting Started page (#28) 2020-09-09 15:47:43 -07:00
UnityGroceriesReal.md UnityGroceries-Real Documentation (#23) 2020-09-10 21:32:30 -07:00
UnityProjectOverview.md polishing 2021-03-17 17:30:30 -07:00
UnitySimulationHelpInformation.md Added text clarifying Scale Factor Steps 2020-09-16 12:42:05 +01:00

Readme.md

SynthDet Documentation

Project overview

This project utilizes the 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 for a brief overview on how ground truth generation and domain randomization are achieved in SynthDet.

Tutorials

  1. Prerequisites
  2. Setting up the SynthDet Unity project
  3. Visualizing dataset statistics with the SynthDet Statistics Jupyter notebook
  4. Scaling up data generation by running SynthDet in Unity Simulation
  5. Dataset evaluation with the Dataset Insights framework
  6. Running your trained model in the SynthDet Viewer AR App

In addition to the above, in order to learn how to create a project like SynthDet from scratch using the Perception package, we recommend you follow the Perception Tutorial.

Additional documentation