Skip to content

Commit

Permalink
Update instance segmentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Oct 24, 2024
1 parent f40e5a0 commit 853d5ad
Show file tree
Hide file tree
Showing 2 changed files with 2,929 additions and 1,162 deletions.
1 change: 0 additions & 1 deletion datadreamer/utils/luxonis_dataset_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def dataset_generator():
masks = data[image_path]["masks"]
for mask, label in zip(masks, labels):
poly = []
print(mask)
poly += [
(point[0] / width, point[1] / height) for point in mask
]
Expand Down
Loading

0 comments on commit 853d5ad

Please sign in to comment.