--- title: "Rekognition Object Detection training" date: 2020-03-27T15:05:25-04:00 draft: False algo: [rekobj] --- Make sure you've seen [this](../../preprocessing/rekogobjdetection) if you need help creating a dataset first! If you already have a usable dataset, follow along here to train a custom model: Once you have a dataset, you can start by creating a project. ### Create a project > Navigate to Rekognition on the console and click "Amazon Rekognition": ![](/images/navigatetorekognition.png) > Click **Use Custom Labels** ![](/images/clickcustomlabels.png) > On the left sidebar / menu, click **projects** ![](/images/clickdatasetsmenu.png) On the projects page click ```Create project``` > Provide a project name and click the **Create project** button ![](/images/createrekproject.png) > Click **Train new model** ![](/images/trainnewmodel.png) > Choose a training dataset in the dropdown, click **Split training dataset**, and click ```Train``` ![](/images/splittrainingdatasets.png)