Models and Pipelines
Cordatus uses models to detect and categorize objects in video streams. You can choose from Cordatus's ready-to-use computer vision models, or integrate your own custom models if the available options don't meet your needs. Currently, Cordatus supports Object Detection and Classification models. Semantic Segmentation and Pose Estimation models will be added soon.
NOTE: Classification models can only be used within pipelines by connecting to an object detection model; they cannot operate independently.
Cordatus also enables users to develop custom AI models by creating pipelines that easily combine the platform's ready-to-use models with users' custom models. This feature allows users to develop AI solutions specifically tailored to their needs.
Pipelines are one of Cordatus's core features, enabling multiple models to work sequentially. For example, in a vehicle detection model, users can first detect vehicles and then classify the vehicle's make and type using additional models. This demonstrates Cordatus's versatility and flexibility in addressing various use cases.
Models Page