Custom Models

DeepStack provides a simple API to detect common objects in images. The Object detection API supports 80 objects. Often your use case might involve objects that DeepStack doesn’t natively support, or you might want to fine-tune the object detection for your own kind of images, probably CCTV images or night images if the built-in object detection API doesn’t work perfectly enough for you. For this, you can train a new model on your own images and deploy that to DeepStack.

The video above provides end-to-end guide to doing this.

Here we shall go over the full process of preparing your image dataset, training and deploying with DeepStack.

Step 1: Prepare Your Dataset

Step 2: Train Your Model

Step 3: Deploy Your Model