image-segmentation
Here are 862 public repositories matching this topic...
-
Updated
Aug 13, 2020
-
Updated
Sep 13, 2020
-
Updated
Aug 19, 2020 - Python
-
Updated
Oct 24, 2020 - Python
Naming inconsistency
Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:
class SupervisedRunner(Runner):
"""Runner for experiments with supervised model."""
_experiment_fn: Callable = SupervisedExperiment
def __init__(
self,
model: Model = None,
device: Device = None,
input_key: Any = "features",
-
Updated
Nov 7, 2020 - C++
-
Updated
May 5, 2020 - Python
-
Updated
Sep 2, 2020 - 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
Jun 19, 2020 - Python
-
Updated
Feb 26, 2019 - Jupyter Notebook
-
Updated
May 28, 2020 - Python
-
Updated
Nov 7, 2020 - Python
-
Updated
Nov 7, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Sep 24, 2020
-
Updated
Jul 13, 2019 - Python
-
Updated
Dec 6, 2019 - Python
-
Updated
Jun 24, 2017 - JavaScript
-
Updated
Jun 1, 2019 - MATLAB
-
Updated
May 20, 2020 - Python
-
Updated
May 23, 2020 - Jupyter Notebook
-
Updated
May 13, 2019 - Jupyter Notebook
-
Updated
May 10, 2020 - Python
-
Updated
Mar 11, 2019 - JavaScript
-
Updated
Jul 28, 2020
-
Updated
Aug 21, 2020 - Jupyter Notebook
-
Updated
Sep 27, 2018 - Python
-
Updated
Apr 10, 2020 - 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."
There is a set of Pixel Level transforms that is used in the work
Benchmarking Neural Network Robustness to Common Corruptions and Perturbations
The authors also share the code => we can absorb some transforms that they have into the library.
https://github.com/hendrycks/robustness/blob/master/ImageNet-C/create_c/make_imagenet_c.py