image-segmentation
Here are 1,383 public repositories matching this topic...
-
Updated
May 22, 2022
-
Updated
Jun 13, 2022
-
Updated
Jul 5, 2022 - Python
-
Updated
Jun 29, 2022 - Python
-
Updated
Jul 8, 2022 - Python
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that you wo
-
Updated
May 23, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 29, 2022 - C++
-
Updated
Oct 23, 2021
-
Updated
May 5, 2020 - Python
-
Updated
Jul 9, 2022 - JavaScript
Add a way to change the sample id output in the annotation process to a specific number (see picture).
Reason: I want to annotate large text and the app don't like it when the documents to annotate are too large, so I spitted in a sentence the document but I would like to be able to
-
Updated
Jul 8, 2022 - Vue
-
Updated
Nov 13, 2020 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Feb 26, 2019 - Jupyter Notebook
-
Updated
Apr 28, 2022 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Apr 7, 2022
-
Updated
Jun 21, 2022 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Jun 12, 2022 - Python
-
Updated
Jul 13, 2019 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Oct 13, 2021 - Python
-
Updated
Aug 21, 2020 - Jupyter Notebook
-
Updated
Sep 26, 2021
-
Updated
Oct 17, 2021 - Python
Improve this page
Add a description, image, and links to the image-segmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-segmentation topic, visit your repo's landing page and select "manage topics."
Enhancement
A discussion in #614 revealed a good place for improvement - we should ensure that input image is continuous upon start of the augmentation pipeline. This could be implemented by adding
image = np.ascontiguousarray(image)
to image and mask targets.A proposed place to add this call - somewhere at the beginning of
A.Compose.__call__
.