What problem does it solve?
This Skill streamlines the process of training and deploying the Grounding DINO model for open-set object detection, providing a framework for efficient model development and inference.
Core Features & Use Cases
- Training Support: Facilitates the training process of the Grounding DINO model, allowing for parameter tuning, dataset preparation, and monitoring.
- Deployment Options: Enables the deployment of the trained model for inference and evaluation using various formats like ONNX.
- Use Case: Imagine you need to develop an open-set object detection model that can identify objects from a diverse set of images without predefined classes. Use this Skill to train your model with a combination of visual and textual information.
Quick Start
Train a Grounding DINO model using the 'train' action with the following parameters:
tao-skill-bank train my_grounding_dino_model --dataset.train_data_sources.image_dir /path/to/train_images --dataset.val_data_sources.image_dir /path/to/val_images --train.num_epochs 10