Work with Predictions
LightlyOne can select images based on your model predictions. Currently supported prediction types are:
- Image classification
- Object detection
- Keypoint detection
- Image segmentation
There are several ways to get predictions:
- Predictions from your model: Provide predictions of your own model
- Object Detection Predictions from the Lightly Pretagging model: Use our pre-trained model to get object detection predictions for simple use cases.
- Auto Tasks : Split each image into fixed crops, e.g. into tiles in a regular grid.
You can view predictions in the LightlyOne Platform. For object-detection tasks, you can view the crops in form of Crop Datasets.
Updated about 2 months ago