# Data Collection: Quick Demo If you just want to run the completed project in order to collect your training and validation data this section can help do it. To learn how to build something like this from scratch, see [Part 1](1_set_up_the_scene.md) and [Part 2](2_set_up_the_data_collection_scene.md) of our tutorial. **Table of Contents** - [Prerequisites](#Prerequisites) - [Setup](#setup) - [Switching to Data Collection Mode](#switch) - [Data Collection](#data-collection) ## Prerequisites To follow this tutorial you need to **clone** this repository even if you want to create your Unity project from scratch. 1. Open a terminal and navigate to the folder where you want to host the repository. ```bash git clone --recurse-submodules https://github.com/Unity-Technologies/Robotics-Object-Pose-Estimation.git ``` 2. [Install Unity `2020.2.*`.](install_unity.md) 3. Open the completed project. To do so, open Unity Hub, click the `Add` button, and select `PoseEstimationDemoProject` from the root `Robotics-Object-Pose-Estimation` folder. ## Setup 1. Once the project is opened, in the ***Project*** tab, go to `Assets > Scenes` and double click on `TutorialPoseEstimation` to open the Scene created for this tutorial. 2. We now need to set the size of the images used. In the ***Game*** view, click on the dropdown menu in front of `Display 1`. Then, click **+** to create a new preset. Make sure `Type` is set to `Fixed Resolution`. Set `Width` to `650` and `Height` to `400`. The gif below depicts these actions.