Skip to content

Commit

Permalink
docs: add semantic instance segmentation update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Dec 2, 2024
1 parent 0ebcd68 commit 64f6419
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@ datadreamer --class_names person moon robot

- **Efficient and Potent Models**: The primary objective of `DataDreamer` is to enable the creation of compact models that are both size-efficient for integration into any device and robust in performance for specialized tasks.

### ✨ New: Pre-annotate Real Data with DataDreamer

DataDreamer helps you accelerate your annotation process by pre-annotating real data with minimal effort. Simply provide your dataset, and DataDreamer generates high-quality initial annotations for further refinement.

Available tasks are: classification, object detection, and instance segmentation.

<img src='images/dumplings_seg_preannotation.gif' align="center">

#### Example

Run the following to pre-annotate images in your dataset:

```bash
datadreamer --save_dir dataset_path --class_names dumpling --annotate_only
```

📚 **Tutorial**: [Training a Semantic Segmentation Model using luxonis-train and DataDreamer](https://github.com/luxonis/depthai-ml-training/blob/main/training/luxonis-train/train_semantic_segmentation_model_datadreamer.ipynb)

## 📜 Table of contents

- [🚀 Quickstart](#quickstart)
Expand Down
Binary file added images/dumplings_seg_preannotation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64f6419

Please sign in to comment.