DeepQ AI Platform
DeepQ AI Platform
  • 👋Welcome to DeepQ AI Platform!
  • Overview
    • 💡What is DeepQ AI Platform?
    • ✨Our Features
    • 🎁Whats new?
  • Product Guides
    • 👁️‍🗨️Navigation
      • 🧱Modules
      • 👩‍🏫User Profile
    • 📐DeepCap (Image Annotation Module)
      • 🖼️Dataset(s)
      • 📝Annotation Projects
      • 🖌️Annotation Jobs
    • 🖥️AI Training
      • 🖼️Dataset(s)
      • ⚙️Training Tasks
      • 🧠Models
  • Use Cases
    • 🧑‍🤝‍🧑Roles & Plans
    • ⬆️Upload & Manage Image Data
      • Data Formats
      • Combine Datasets
    • 👨‍🏫Create & Run Annotation Project
      • Create Annotation Project
        • Annotation Quality Control
      • Manage/View Annotation Project
      • Advanced Tips
    • 🧑‍⚕️Annotate/Review Images
      • Basic Annotation
      • Advanced Annotation Tips
    • 👨‍🔬Train/Test AI Model
      • Create Training Task
        • General Training
        • Specialized Training
        • Existing Model Retraining
      • Manage/View Training Task
        • Training Insight Reports
      • View/Test Models
        • Inference Insight Reports
      • Advanced Tips
  • Tutorial Videos
    • 🛠️Basic operations
    • 🔩Advanced Operations
  • Misc
    • ⁉️Troubleshooting & FAQs
    • 📔Changelogs
      • V3.0
      • V3.0.2.1
    • 📖Legal Documents
Powered by GitBook
On this page
  • Combine labels
  • Convert labels
  1. Use Cases
  2. Create & Run Annotation Project

Advanced Tips

PreviousManage/View Annotation ProjectNextAnnotate/Review Images

Last updated 1 month ago

Combine labels

In image classification tasks, although the idea of training a single algorithm to identify numerous classes is appealing, splitting training data among these classes might result in less data per class and eventually causing the neural network unable to learn from the data successfully, thus poor performance.

Splitting data among more classes causes less data per class, reducing the effective data size for the neural network to learn from.

During annotation project export, user can choose to export directly from the labels or to combine labels into new ones.

Click “add a combination” after toggling on the combine label function. User may choose how to combine the classes and assign new class names.

After combining labels, remember to toggle off the existing labels to prevent the new label to become a multi-label annotation (A single image belongs more than one class, “A1” & “Group A” in this case).

The combined labels will appear in the new annotation data.

Convert labels

It happens when a user wants to train a classification AI with object detection annotation data. In order to do so, the labels have to be converted into classification for the algorithms to learn from. DeepQ AI platform provides an easy way for users to convert their label type and try out different applications with the same annotation data.

During export annotation, choose the annotation type (target) you want, DeepQ AI platform will automatically find out & show the available labels (source) to convert from. The target-source conversion table is listed below.

Both detection (object 1) & segmentation (object 2) labels can be converted into classification labels. The new classification label will be names as “object 1” & “object 2”

Only segmentation labels (object 2) can be converted into detection labels, the label name and number of objects will remain the same after conversion.

👨‍🏫