You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Run CleanVision on a HuggingFace dataset](https://cleanvision.readthedocs.io/en/latest/tutorials/huggingface_dataset.html)
64
63
-[Run CleanVision on a Torchvision dataset](https://cleanvision.readthedocs.io/en/latest/tutorials/torchvision_dataset.html)
65
64
-[Example script](https://github.com/cleanlab/cleanvision/blob/main/docs/source/tutorials/run.py) that can be run with: `python examples/run.py --path <FOLDER_WITH_IMAGES>`
66
65
-[Additional example notebooks](https://github.com/cleanlab/cleanvision-examples)
@@ -91,27 +88,18 @@ In any collection of image files (most [formats](https://pillow.readthedocs.io/e
91
88
| 8 | Odd Aspect Ratio | Images with an unusual aspect ratio (overly skinny/wide) | odd_aspect_ratio ||
92
89
| 9 | Odd Size | Images that are abnormally large or small compared to the rest of the dataset | odd_size | <imgsrc="https://raw.githubusercontent.com/cleanlab/assets/master/cleanvision/example_issue_images/odd_size.png"width=20%height=20%> |
93
90
94
-
CleanVision supports Linux, macOS, and Windows and runs on Python 3.7+.
95
-
96
-
## Join our community
97
-
98
-
* The best place to learn is [our Slack community](https://cleanlab.ai/slack). Join the discussion there to see how
99
-
folks are using this library, discuss upcoming features, or ask for private support.
91
+
CleanVision supports Linux, macOS, and Windows and runs on Python 3.7+. Learn more from our [blog](https://cleanlab.ai/blog/cleanvision/).
100
92
101
-
* Need professional help with CleanVision? Join our [\#help Slack channel](https://cleanlab.ai/slack) and message us there, or reach out via email: [email protected]
93
+
## Community
102
94
103
95
* Interested in contributing? See the [contributing guide](CONTRIBUTING.md). An easy starting point is to
104
-
consider [issues](https://github.com/cleanlab/cleanvision/labels/good%20first%20issue) marked `good first issue` or
105
-
simply reach out in [Slack](https://cleanlab.ai/slack). We welcome your help building a standard open-source library
106
-
for data-centric computer vision!
96
+
consider [issues](https://github.com/cleanlab/cleanvision/labels/good%20first%20issue) marked `good first issue`.
107
97
108
98
* Ready to start adding your own code? See the [development guide](DEVELOPMENT.md).
109
99
110
100
* Have an issue? [Search existing issues](https://github.com/cleanlab/cleanvision/issues?q=is%3Aissue)
111
101
or [submit a new issue](https://github.com/cleanlab/cleanvision/issues/new/choose).
112
102
113
-
* Have ideas for the future of data-centric computer vision? Check
114
-
out [our active/planned Projects and what we could use your help with](https://github.com/cleanlab/cleanvision/projects).
0 commit comments