Customizing project interface
Labeling job types
Jobs indicate the implementation of machine learning tasks (such as classification, object detection, etc).
Interfaces can chain several jobs in succession. Each job can be either required or optional.
Kili provides the following machine learning job types:
Availability of specific job types depends on your project asset type. Refer to this table:
Available labeling job types per asset type
Labeling job type | Image | Text | Video | Video frame | |
---|---|---|---|---|---|
Classification | ✓ | ✓ | ✓ | ✓ | ✓ |
Object detection | ✓ | ✓ | ✓ | ||
Object relation | ✓ | ✓ | ✓ | ||
Named entities recognition | ✓ | ✓ | |||
Named entities relation | ✓ | ✓ | |||
Pose estimation | ✓ | ||||
Transcription | ✓ | ✓ | ✓ | ✓ | ✓ |
You can customize your interface through the UI-based interface builder or through JSON settings.
Updated 16 days ago
Did this page help you?