image-segmentation
Here are 1,334 public repositories matching this topic...
-
Updated
Apr 21, 2022
-
Updated
May 16, 2022
-
Updated
Apr 21, 2022 - Python
-
Updated
May 17, 2022 - Python
-
Updated
May 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
Apr 29, 2022 - Python
-
Updated
May 17, 2022 - C++
-
Updated
Oct 23, 2021
-
Updated
May 5, 2020 - Python
-
Updated
Oct 12, 2021 - 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
May 6, 2022 - Vue
-
Updated
Nov 13, 2020 - Python
-
Updated
Feb 26, 2019 - Jupyter Notebook
-
Updated
May 10, 2022 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Apr 28, 2022 - Python
-
Updated
Apr 7, 2022
-
Updated
Mar 12, 2022 - Python
-
Updated
May 5, 2022 - Python
-
Updated
Jul 13, 2019 - Python
-
Updated
May 10, 2020 - Python
-
Updated
Oct 13, 2021 - Python
-
Updated
Aug 21, 2020 - Jupyter Notebook
-
Updated
Oct 17, 2021 - Python
-
Updated
Sep 26, 2021
-
Updated
May 13, 2019 - Jupyter Notebook
-
Updated
Jun 1, 2019 - MATLAB
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__
.