-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
265 lines (265 loc) · 30.1 KB
/
Copy pathrss.xml
File metadata and controls
265 lines (265 loc) · 30.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>User-friendly Deep Learning</title><link>https://ufdl.cms.waikato.ac.nz/</link><description>Making deep learning accessible to domain experts without having to rely on machine learning experts</description><atom:link href="https://ufdl.cms.waikato.ac.nz/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2019-2025 <a href="mailto:fracpete@waikato.ac.nz">University of Waikato</a> </copyright><lastBuildDate>Mon, 03 Nov 2025 21:10:26 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Github repositories archived</title><link>https://ufdl.cms.waikato.ac.nz/news/2025-11-04-github-repos-archived/</link><dc:creator>University of Waikato</dc:creator><description><p>Due to inactivity, most of the repositories on
<a class="reference external" href="https://github.com/waikato-ufdl">Github</a> have been archived.</p></description><guid>https://ufdl.cms.waikato.ac.nz/news/2025-11-04-github-repos-archived/</guid><pubDate>Mon, 03 Nov 2025 21:08:00 GMT</pubDate></item><item><title>wai.annotations release 0.8.0</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-09-06-waiannotations-release-0-8-0/</link><dc:creator>University of Waikato</dc:creator><description><p>A new release of <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations">wai.annotations</a> is out now: <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations/releases/tag/v0.8.0">0.8.0</a></p>
<p>This release contains two major updates:</p>
<ul class="simple">
<li><p><cite>wai.annotations.coqui</cite> module added for processing <a class="reference external" href="https://github.com/coqui-ai">Coqui AI</a> STT and TTS datasets</p></li>
<li><p>a bug-fix that applies to the dataset splitting (<code class="docutils literal"><span class="pre">--split-names</span></code>/<code class="docutils literal"><span class="pre">--split-ratios</span></code>) breaks backwards compatibility;
the new <code class="docutils literal"><span class="pre">--no-interleaving</span></code> flag enables the old behavior again</p></li>
</ul>
<p>Here is a detailed overview of all the changes since the 0.7.8 release:</p>
<ul class="simple">
<li><p>wai.annotations.tf is now optional</p></li>
<li><p>install.sh now has -o flag to install optional modules when installing latest (-l)</p></li>
<li><p>Upgraded wai.annotations.commonvoice to 1.0.2</p>
<ul>
<li><p>the expected header now uses <em>accents</em> rather than <em>accent</em> (but the reader accepts both)</p></li>
</ul>
</li>
<li><p>Upgraded wai.annotations.core to 0.2.0</p>
<ul>
<li><p>FilterLabels ISP now treats elements as negative ones if no labels left after
filtering (in order to use <cite>discard-negatives</cite> in pipeline); also works on
image classification domain now as well</p></li>
<li><p>FilterLabels ISP can filter out located objects that don't fall within a certain
region (x,y,w,h - normalized or absolute) using a supplied IoU threshold; useful
when concentrating on annotations in the center of an image, e.g., for images
generated with the subimages ISP (object detection domain only)</p></li>
<li><p><cite>logging._LoggingEnabled</cite> module now sets the <em>numba</em> logging level to <cite>WARNING</cite></p></li>
<li><p><cite>logging._LoggingEnabled</cite> module now sets the <em>shapely</em> logging level to <cite>WARNING</cite></p></li>
<li><p><cite>core.domain.Data</cite> class now stores the path of the file as well</p></li>
<li><p>Rename ISP allows renaming of files, e.g., for disambiguating across batches</p></li>
<li><p><cite>batch_split.Splitter</cite> now handles cases when the regexp does not produce any matches
(and outputs a warning when in verbose mode)</p></li>
<li><p>Added LabelPresent ISP, which skips object detection images that do not have specified
labels (or if annotations do not overlap with defined regions; can be inverted).</p></li>
<li><p>Using wai.common==0.0.40 now to avoid parse error output when accessing <cite>poly_x</cite>/<cite>poly_y</cite>
meta-data in <cite>LocatedObject</cite> instances when containing empty strings.</p></li>
<li><p>The CleanTranscript ISP can be used to clean up speech transcripts.</p></li>
<li><p>Bug fix for splitting where split-scheduling was calculated with swapped iteration order,
leading to runs of splits rather than desired interleaving. Added --no-interleave flag to
re-enable bug for backwards compatibility.</p></li>
</ul>
</li>
<li><p>Upgraded wai.annotations.imgaug to 1.0.6</p>
<ul>
<li><p><cite>sub-images</cite> plugin now has a <cite>--verbose</cite> flag; only initializes the regions now once</p></li>
</ul>
</li>
<li><p>Upgraded wai.annotations.layersegments to 1.0.2</p>
<ul>
<li><p><cite>FromLayerSegments</cite> class now outputs logging message if setting of new annotation indices fails, as error
occurs before the <cite>wai.annotations - Sourced ...</cite> logging message, making it possible to track the image
causing the problem.</p></li>
<li><p>Added <cite>--lenient</cite> flag to <cite>FromLayerSegments</cite> class which allows conversion of non-binary images with just
two unique colors to binary ones instead of throwing an error.</p></li>
<li><p>Added <cite>--invert</cite> flag to <cite>FromLayerSegments</cite> class which allows inverting the colors (b/w &lt;-&gt; w/b) of the
binary annotation images.</p></li>
</ul>
</li>
<li><p>Upgraded wai.annotations.video to 1.0.2</p>
<ul>
<li><p>VideoFileReader source now passes on a file path with the frames as well</p></li>
</ul>
</li>
<li><p>Upgraded wai.annotations.yolo to 1.0.1</p>
<ul>
<li><p>the <cite>read_labels_file</cite> method of <cite>FromYOLOOD</cite> now strips leading/trailing whitespaces
from the labels.</p></li>
</ul>
</li>
<li><p>Added wai.annotations.coqui 1.0.0</p>
<ul>
<li><p>from-coqui-stt-sp: reads speech transcriptions in the Coqui STT CSV-format</p></li>
<li><p>from-coqui-tts-sp: reads speech transcriptions in the Coqui TTS text-format</p></li>
<li><p>to-coqui-stt-sp: writes speech transcriptions in the Coqui STT CSV-format</p></li>
<li><p>to-coqui-tts-sp: writes speech transcriptions in the Coqui TTS text-format</p></li>
</ul>
</li>
</ul></description><category>release</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-09-06-waiannotations-release-0-8-0/</guid><pubDate>Tue, 06 Sep 2022 03:38:00 GMT</pubDate></item><item><title>Oxford Pets datasets</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-08-02-datasets-website/</link><dc:creator>University of Waikato</dc:creator><description><p>The <a class="reference external" href="https://www.robots.ox.ac.uk/~vgg/data/pets/">Oxford Pets</a> dataset has been made available for download from our datasets website:</p>
<p><a class="reference external" href="https://datasets.cms.waikato.ac.nz/ufdl/oxford-pets/">https://datasets.cms.waikato.ac.nz/ufdl/oxford-pets/</a></p>
<p>The original dataset has been converted into several different domains:</p>
<ul class="simple">
<li><p>image classification</p></li>
<li><p>image segmentation</p></li>
<li><p>instance segmentation</p></li>
<li><p>object detection (bbox; head or animal).</p></li>
</ul></description><category>dataset</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-08-02-datasets-website/</guid><pubDate>Tue, 02 Aug 2022 04:45:00 GMT</pubDate></item><item><title>wai.annotations release 0.7.8</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-06-29-waiannotations-release-0-7-8/</link><dc:creator>University of Waikato</dc:creator><description><p>A new release of <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations">wai.annotations</a> is out now: <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations/releases/tag/v0.7.8">0.7.8</a></p>
<p>This release contains three major updates:</p>
<ul class="simple">
<li><p>additional domain for audio classification, uses the <cite>-ac</cite> suffix for domain-specific plugins</p></li>
<li><p><cite>wai.annotations.audio</cite> module added for processing and augmenting audio data</p></li>
<li><p><cite>wai.annotations.generic</cite> module makes it easier for plugging in your own Python classes (derived
from wai.annotations classes), as you don't have to write a lot of boiler-plate code to integrate
it into the framework (the wrappers take care of that!) - check out the manual for examples</p></li>
</ul>
<p>Here is a detailed overview of all the changes since the 0.7.7 release:</p>
<ul class="simple">
<li><p>wai.annotations.core updated to 0.1.8</p>
<ul>
<li><p>Added new audio domain for classification using suffix <cite>-ac</cite></p></li>
<li><p>Added dataset reader for audio files: <cite>from-audio-files-sp</cite>, <cite>from-audio-files-ac</cite></p></li>
<li><p>Added dataset writer for audio files: <cite>to-audio-files-sp</cite>, <cite>to-audio-files-ac</cite></p></li>
<li><p>Added dummy sink for audio files: <cite>to-void-ac</cite></p></li>
<li><p>Added ISP for selecting a sub-sample from the stream: <cite>sample</cite></p></li>
</ul>
</li>
<li><p>wai.annotations.subdir updated to 1.0.1</p>
<ul>
<li><p>added reader/writer for audio classification: <cite>from-subdir-ac</cite> and <cite>to-subdir-ac</cite></p></li>
</ul>
</li>
<li><p>wai.annotations.audio added for audio support (currently at 1.0.1)</p>
<ul>
<li><p><cite>audio-info-ac</cite>: sink for collating/outputting information on the audio classification files</p></li>
<li><p><cite>audio-info-sp</cite>: sink for collating/outputting information on the speech files</p></li>
<li><p><cite>convert-to-mono</cite>: ISP for converting MP3/OGG/FLAC/WAV to mono WAV</p></li>
<li><p><cite>convert-to-wav</cite>: ISP for converting MP3/OGG/FLAC to WAV</p></li>
<li><p><cite>mel-spectrogram</cite>: XDC for generating plot from a mel spectrogram (outputs image classification instance)</p></li>
<li><p><cite>mfcc-spectrogram</cite>: XDC for generating plots from Mel-frequency cepstral coefficients (outputs image classification instance).</p></li>
<li><p><cite>pitch-shift</cite>: augmentation ISP for shifting the pitch</p></li>
<li><p><cite>resample-audio</cite>: ISP for resampling MP3/OGG/FLAC/WAV</p></li>
<li><p><cite>stft-spectrogram</cite>: XDC for generating plot from a short-time fourier-transform spectrogram (outputs image classification instance)</p></li>
<li><p><cite>time-stretch</cite>: augmentation ISP for time-stretching audio (speed up/slow down)</p></li>
<li><p><cite>trim-audio</cite>: ISP for trimming silence from audio</p></li>
</ul>
</li>
<li><p>wai.annotations.generic added (currently at 1.0.0)</p>
<ul>
<li><p><cite>generic-source-ac</cite>: wrapper around a user-supplied source class for audio classification</p></li>
<li><p><cite>generic-source-ic</cite>: wrapper around a user-supplied source class for image classification</p></li>
<li><p><cite>generic-source-is</cite>: wrapper around a user-supplied source class for image segmentation</p></li>
<li><p><cite>generic-source-od</cite>: wrapper around a user-supplied source class for object detection</p></li>
<li><p><cite>generic-source-sp</cite>: wrapper around a user-supplied sourceclass for speech</p></li>
<li><p><cite>generic-isp-ac</cite>: wrapper around a user-supplied ISP class for audio classification</p></li>
<li><p><cite>generic-isp-ic</cite>: wrapper around a user-supplied ISP class for image classification</p></li>
<li><p><cite>generic-isp-is</cite>: wrapper around a user-supplied ISP class for image segmentation</p></li>
<li><p><cite>generic-isp-od</cite>: wrapper around a user-supplied ISP class for object detection</p></li>
<li><p><cite>generic-isp-sp</cite>: wrapper around a user-supplied ISP class for speech</p></li>
<li><p><cite>generic-sink-ac</cite>: wrapper around a user-supplied sink class for audio classification</p></li>
<li><p><cite>generic-sink-ic</cite>: wrapper around a user-supplied sink class for image classification</p></li>
<li><p><cite>generic-sink-is</cite>: wrapper around a user-supplied sink class for image segmentation</p></li>
<li><p><cite>generic-sink-od</cite>: wrapper around a user-supplied sink class for object detection</p></li>
<li><p><cite>generic-sink-sp</cite>: wrapper around a user-supplied sinkclass for speech</p></li>
</ul>
</li>
</ul></description><category>release</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-06-29-waiannotations-release-0-7-8/</guid><pubDate>Wed, 29 Jun 2022 04:15:00 GMT</pubDate></item><item><title>wai.annotations release 0.7.7</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-06-13-waiannotations-release-0-7-7/</link><dc:creator>University of Waikato</dc:creator><description><p>A new release of <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations">wai.annotations</a> is out now: <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations/releases/tag/v0.7.7">0.7.7</a></p>
<p>Here is an overview of all the changes since the 0.7.6 release:</p>
<ul class="simple">
<li><p>wai.annotations.bluechannel 1.0.2</p>
<ul>
<li><p><cite>FromBlueChannel</cite> class now outputs logging message if setting of new annotation indices fails, as error
occurs before the <cite>wai.annotations - Sourced ...</cite> logging message, making it possible to track the image
causing the problem.</p></li>
</ul>
</li>
<li><p>wai.annotations.coco 1.0.2</p>
<ul>
<li><p>method <cite>located_object_to_annotation</cite> (module: <cite>wai.annotations.coco.util._located_object_to_annotation</cite>) skips
invalid polygons now rather than stopping the conversion</p></li>
</ul>
</li>
<li><p>wai.annotations.core 0.1.7</p>
<ul>
<li><p>Added <cite>discard-invalid-images</cite> ISP for removing corrupt images or annotations with no image attached.</p></li>
<li><p>Added <cite>batch-split</cite> sub-command for splitting individual batches of annotations into subsets like train/test/val.
Supports grouping of files within batches (eg multiple images of the same object).</p></li>
<li><p>Added <cite>filter-metadata</cite> ISP for filtering object detection.</p></li>
<li><p>Restricted maximum characters per line in help output to 100 to avoid long help strings to become unreadable.</p></li>
<li><p>The <cite>polygon-discarder</cite> now annotations that either have no polygon or invalid polygons.</p></li>
<li><p>Added descriptions to the help screens of the main commands.</p></li>
<li><p>The <cite>ImageSegmentationAnnotation</cite> class now outputs the unique values in its exception when there are
more unique values than labels</p></li>
<li><p>The <cite>Data</cite> class (module: <cite>wai.annotations.core.domain</cite>) now outputs a warning message if a file cannot
be read; also added <cite>LoggingEnabled</cite> mixin.</p></li>
</ul>
</li>
<li><p>wai.annotations.grayscale 1.0.1</p>
<ul>
<li><p><cite>FromGrayscale</cite> class now uses <cite>numpy.frombuffer</cite> instead of deprecated <cite>numpy.fromstring</cite> method.</p></li>
<li><p><cite>FromGrayscale</cite> class now outputs logging message if setting of new annotation indices fails, as error
occurs before the <cite>wai.annotations - Sourced ...</cite> logging message, making it possible to track the image
causing the problem.</p></li>
</ul>
</li>
<li><p>wai.annotations.imgaug 1.0.5</p>
<ul>
<li><p>Added <cite>sub-images</cite> plugin for extracting regions (including their annotations) based on
one or more bounding box definitions from the images coming through and only forwarding
these sub-images</p></li>
</ul>
</li>
<li><p>wai.annotations.imgstats 1.0.3</p>
<ul>
<li><p><cite>label-dist-od</cite> now has <cite>--label-key</cite> option to specify the meta-data key that stores the label</p></li>
<li><p><cite>label-dist-XY</cite> now sort the labels in alphabetically order before outputting the statistics</p></li>
<li><p>added <cite>area-histogram-is</cite> and <cite>area-histogram-od</cite></p></li>
</ul>
</li>
<li><p>wai.annotations.imgvis 1.0.3</p>
<ul>
<li><p>added <cite>combine-annotations-od</cite> for combining overlapping annotations between images into single annotation</p></li>
<li><p><cite>add-annotation-overlay-is/od</cite> now use <cite>narg='+'</cite> for <cite>--labels</cite> and <cite>--colors</cite> options instead of comma-separated single argument</p></li>
</ul>
</li>
<li><p>wai.annotations.indexedpng 1.0.1</p>
<ul>
<li><p><cite>FromIndexedPNG</cite> class now outputs logging message if setting of new annotation indices fails, as error
occurs before the <cite>wai.annotations - Sourced ...</cite> logging message, making it possible to track the image
causing the problem.</p></li>
</ul>
</li>
<li><p>wai.anntations.redis.predictions 1.0.2</p>
<ul>
<li><p><cite>redis-predict-is</cite> now supports <cite>grayscale</cite> predictions as well</p></li>
</ul>
</li>
<li><p>wai.annotations.roi 1.0.1</p>
<ul>
<li><p><cite>FromROI.convert_roi_object</cite> now also adds <cite>label</cite>, <cite>score</cite>, <cite>minrect_w</cite> and <cite>minrect_h</cite> to the
meta-data of a <cite>LocatedObject</cite> instance.</p></li>
</ul>
</li>
<li><p>wai.annotations.video 1.0.1</p>
<ul>
<li><p>Fixed error message of DropFrames/SkipSimilarFrames in case data of wrong domain is coming through</p></li>
<li><p>added: filter-frames-by-label-od</p></li>
</ul>
</li>
</ul></description><category>release</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-06-13-waiannotations-release-0-7-7/</guid><pubDate>Mon, 13 Jun 2022 04:42:00 GMT</pubDate></item><item><title>wai.annotations release 0.7.6</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-05-13-waiannotations-release-0-7-6/</link><dc:creator>University of Waikato</dc:creator><description><p>A new release of <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations">wai.annotations</a> is out now: <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations/releases/tag/v0.7.6">0.7.6</a></p>
<p>Since the 0.7.3 release, the following changes occurred:</p>
<ul class="simple">
<li><p>Added <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-imgaug">wai.annotations.imgaug</a> for performing image augmentations on the image stream (crop, flip, blur, grayscale, contrast, rotate, scale, )</p></li>
<li><p>Added <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-imgstats">wai.annotations.imgstats</a> for generating label distributions</p></li>
<li><p>Added <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-imgvis">wai.annotations.imgvis</a> for adding annotation overlays, viewing images, combining annotations into single overlay image</p></li>
<li><p>Added <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-opex">wai.annotations.opex</a> for reading/writing the <a class="reference external" href="https://github.com/WaikatoLink2020/objdet-predictions-exchange-format">OPEX</a> object detection JSON format</p></li>
<li><p>Added <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-redis-predictions">wai.annotations.redis.predictions</a> for making predictions via a Redis backend (e.g., image classification, object detection, image segmentation)</p></li>
<li><p>Added <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-video">wai.annotations.video</a> for reading frames from video files/webcams, dropping frames, skipping similar frames, writing video files</p></li>
<li><p>Added <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-yolo">wai.annotations.yolo</a> for reading/writing [YOLO txt files](<a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-yolo/issues/1">https://github.com/waikato-ufdl/wai-annotations-yolo/issues/1</a>)</p></li>
<li><p>Upgraded <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-core">wai.annotations.core</a> version, adding ISP for discarding polygons, I/O support for images (with empty annotations)</p></li>
<li><p>Upgraded <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-tf">wai.annotations.tf</a> version to support tensorflow 2.7.x</p></li>
</ul>
<p>On top of that, the documentation available through <a class="reference external" href="https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/">ufdl.cms.waikato.ac.nz/wai-annotations-manual</a>
has been overhauled and the example section expanded to include examples for some of the new modules/plugins.</p>
<p>From now on, releases will be made available as <a class="reference external" href="https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/docker/">Docker images</a>
under the following :</p>
<p><a class="reference external" href="https://hub.docker.com/repository/docker/waikatoufdl/wai.annotations">hub.docker.com/repository/docker/waikatoufdl/wai.annotations</a></p>
<p>Finally, a working example of using a pretrained Yolov5 network to annotated (and visualize) frames extracted
from a dashcam video can be found in the <a class="reference external" href="https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/examples_redis_predictions/">example section</a>.</p>
<img alt="/images/dashcam_annotated.png" src="https://ufdl.cms.waikato.ac.nz/images/dashcam_annotated.png"></description><category>release</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-05-13-waiannotations-release-0-7-6/</guid><pubDate>Fri, 13 May 2022 01:15:00 GMT</pubDate></item><item><title>Datasets website launched</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-03-04-datasets-website/</link><dc:creator>University of Waikato</dc:creator><description><p>Datasets used in our publications are being made publicly available on our dedicated website for datasets:</p>
<p><a class="reference external" href="https://datasets.cms.waikato.ac.nz/ufdl/">https://datasets.cms.waikato.ac.nz/ufdl/</a></p></description><category>dataset</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-03-04-datasets-website/</guid><pubDate>Thu, 03 Mar 2022 22:00:00 GMT</pubDate></item><item><title>Paper accepted</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-03-02-paper-accepted/</link><dc:creator>University of Waikato</dc:creator><description><p>Our publication, <em>Efficiently Correcting Machine Learning: Considering the Role of Example Ordering in Human-in-the-Loop Training of Image Classification Models</em>,
has been accepted in the <em>27th Annual Conference on Intelligent User Interfaces</em>, Helsinki, Finland (March 21-25).</p>
<p>We will add the paper on our <a class="reference external" href="https://ufdl.cms.waikato.ac.nz/publications/">publications</a> page, once the proceedings become available.</p></description><category>publication</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-03-02-paper-accepted/</guid><pubDate>Tue, 01 Mar 2022 22:00:00 GMT</pubDate></item><item><title>wai.annotations.yolo release</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-03-01-waiannotations-yolo-release/</link><dc:creator>University of Waikato</dc:creator><description><p>The newly released <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-yolo">wai.annotations.yolo</a> module for the
<a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations">wai.annotations</a> library allows the reading and writing of
annotations in a format used by the popular YOLO network architectures.</p>
<p>The wai.annotations release <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations/releases/tag/v0.7.4">0.7.4</a> has
this new module as dependency (as well as the wai.annotations.imgaug module released last week).</p></description><category>release</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-03-01-waiannotations-yolo-release/</guid><pubDate>Mon, 28 Feb 2022 21:00:00 GMT</pubDate></item><item><title>wai.annotations.imgaug release</title><link>https://ufdl.cms.waikato.ac.nz/news/2022-02-23-waiannotations-imgaug-release/</link><dc:creator>University of Waikato</dc:creator><description><p>The newly released <a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations-imgaug">wai.annotations.imgaug</a> module for the
<a class="reference external" href="https://github.com/waikato-ufdl/wai-annotations">wai.annotations</a> library offers some basic image augmentation
techniques (crop, flip, gaussian-blur, hsl-grayscale, linear-contrast, rotate) which can be applied to the stream
of images that are being processed in the pipeline. Of course, any annotations get processed accordingly.
Under the hood, the excellent <a class="reference external" href="https://github.com/aleju/imgaug">imgaug</a> library is utilized.</p>
<p>At this stage, the module supports the following domains:</p>
<ul class="simple">
<li><p>Image Classification Domain</p></li>
<li><p>Image Object-Detection Domain</p></li>
</ul></description><category>release</category><guid>https://ufdl.cms.waikato.ac.nz/news/2022-02-23-waiannotations-imgaug-release/</guid><pubDate>Wed, 23 Feb 2022 03:40:00 GMT</pubDate></item></channel></rss>