<?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>Data mining</title><link>https://www.data-mining.co.nz/</link><description>Commercial AI at the University of Waikato</description><atom:link href="https://www.data-mining.co.nz/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:fracpete@waikato.ac.nz"&gt;Applied Machine Learning Group, University of Waikato&lt;/a&gt; </copyright><lastBuildDate>Thu, 09 Jul 2026 04:07:54 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>S3000 Pod Support</title><link>https://www.data-mining.co.nz/news/2026-05-28-s3000-pod-support/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;Typically, our commercial framework for laboratories, &lt;a class="reference external" href="https://www.data-mining.co.nz/s3000/"&gt;S3000&lt;/a&gt;, combines training
of models/cleaners/evaluators/etc and generating predictions on the same server. But that was mostly due
to S3000 instances starting out with a small number of models, not because it was a requirement.
Especially for mission-critical systems that output predictions 24/7, it makes sense to have a separate
grunty server for training the models and then one or more light-weight servers that serve the predictions.&lt;/p&gt;
&lt;p&gt;However, copying the versioned directory structures from the training directory across to other servers
is not particularly efficient and it is easy to make mistakes. Especially, if one has to update the setups
and/or components as well.&lt;/p&gt;
&lt;p&gt;In order to speed up deployments of new models or simply make replacing only a few models easier, S3000
introduces the concept of &lt;strong&gt;Pods&lt;/strong&gt;. A &lt;strong&gt;Pod&lt;/strong&gt; is a self-contained zip file that combines all the serialized
models like classifier and evaluators plus a JSON configuration file describing the pod. Prediction generators
that are Pod-aware will then read these Pod files and their configuration to generate a prediction workflow
on-the-fly which will then load the models into internal storage, ready to be used.&lt;/p&gt;
&lt;p&gt;Currently, only &lt;em&gt;SIMPLE&lt;/em&gt; components are supported and &lt;em&gt;FUSION&lt;/em&gt; will be added at a later stage.&lt;/p&gt;</description><category>update</category><guid>https://www.data-mining.co.nz/news/2026-05-28-s3000-pod-support/</guid><pubDate>Thu, 28 May 2026 01:51:00 GMT</pubDate></item><item><title>S3000 HTML Support</title><link>https://www.data-mining.co.nz/news/2026-05-05-s3000-html-support/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;During training runs, our commercial framework for laboratories, &lt;a class="reference external" href="https://www.data-mining.co.nz/s3000/"&gt;S3000&lt;/a&gt;, can
output cross-validation statistics, which include summary statistics, spreadsheets and plots.
Up till now, the plots were PNG image files, making it easy to include them in reports or quickly scan
the model performances.&lt;/p&gt;
&lt;img alt="Simple scatter plot of actual vs predicted" height="600" src="https://www.data-mining.co.nz/images/output_model_statistics-png-c-model-actvspred.png" width="800"&gt;
&lt;p&gt;A while ago, support for kernel-density estimate (KDE) plots was introduced, which can tell a better story
for datasets with a lot of data points. The default scatter plot for actual vs predicted can be replaced
using the &lt;em&gt;ConfigTags.props&lt;/em&gt; file, e.g., with this KDE setup:&lt;/p&gt;
&lt;pre class="literal-block"&gt;output_model_statistics#chart=adams.gui.visualization.jfreechart.chart.DensityScatterPlot -label-x actual -label-y predicted -mode KDE -generator "adams.gui.visualization.core.BiColorGenerator -first-color #0000ff -second-color #ffc800 -alpha 127"&lt;/pre&gt;
&lt;img alt="Kernel-density estimate plot of actual vs predicted" height="600" src="https://www.data-mining.co.nz/images/output_model_statistics-png-kde-c-model-actvspred.png" width="800"&gt;
&lt;p&gt;However, static plots make it easy to spot outliers, but much harder to identify them. ADAMS introduced the generation
of self-contained HTML plots in the WEKA Investigator, which can now be used in S3000 as well when outputting model
statistics. The following &lt;em&gt;ConfigTags.props&lt;/em&gt; entry will&lt;/p&gt;
&lt;pre class="literal-block"&gt;output_model_statistics#html=adams.flow.transformer.actualvspredictedprocessor.ClassifierErrorsKernelDensityEstimate -circle-size 10&lt;/pre&gt;
&lt;img alt="Kernel-density estimate plot of actual vs predicted in HTML" height="382" src="https://www.data-mining.co.nz/images/output_model_statistics-html-kde-c-model-actvspred.png" width="800"&gt;</description><category>update</category><guid>https://www.data-mining.co.nz/news/2026-05-05-s3000-html-support/</guid><pubDate>Tue, 05 May 2026 04:10:00 GMT</pubDate></item><item><title>Yolo26 Docker images available</title><link>https://www.data-mining.co.nz/news/2026-02-26-yolo26-docker/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;Docker images for &lt;a class="reference external" href="https://github.com/ultralytics/ultralytics/"&gt;Yolo26&lt;/a&gt; are now available.&lt;/p&gt;
&lt;p&gt;The code used by the docker images is available from here:&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://github.com/waikato-datamining/pytorch/tree/master/yolo26"&gt;github.com/waikato-datamining/pytorch/tree/master/yolo26&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The tags for the images are as follows:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;In-house registry:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code class="docutils literal"&gt;&lt;span class="pre"&gt;harbor.cms.waikato.ac.nz/public/pytorch/pytorch-yolo26:8.4.16_cuda12.6&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code class="docutils literal"&gt;&lt;span class="pre"&gt;harbor.cms.waikato.ac.nz/public/pytorch/pytorch-yolo26:8.4.16_cpu&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Docker hub:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code class="docutils literal"&gt;&lt;span class="pre"&gt;waikatodatamining/pytorch-yolo26:8.4.16_cuda12.6&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code class="docutils literal"&gt;&lt;span class="pre"&gt;waikatodatamining/pytorch-yolo26:8.4.16_cpu&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The tutorial on &lt;em&gt;object detection&lt;/em&gt; is available from here:&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://www.data-mining.co.nz/applied-deep-learning/object_detection/yolo26/"&gt;www.data-mining.co.nz/applied-deep-learning/object_detection/yolo26/&lt;/a&gt;&lt;/p&gt;</description><category>release</category><guid>https://www.data-mining.co.nz/news/2026-02-26-yolo26-docker/</guid><pubDate>Wed, 25 Feb 2026 23:51:00 GMT</pubDate></item><item><title>PaddleX Docker Image release</title><link>https://www.data-mining.co.nz/news/2025-11-04-paddlex-release/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;The first Docker images for the &lt;a class="reference external" href="https://github.com/PaddlePaddle/PaddleX"&gt;PaddleX&lt;/a&gt; framework are now available:&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://github.com/waikato-datamining/paddlex"&gt;https://github.com/waikato-datamining/paddlex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;According to the project's website:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;PaddleX 3.0 is a low-code development tool for AI models built on the PaddlePaddle framework. It integrates
numerous ready-to-use pre-trained models, enabling full-process development from model training to inference,
supporting a variety of mainstream hardware both domestic and international, and aiding AI developers in industrial
practice.&lt;/em&gt;&lt;/p&gt;</description><category>release</category><guid>https://www.data-mining.co.nz/news/2025-11-04-paddlex-release/</guid><pubDate>Tue, 04 Nov 2025 07:43:00 GMT</pubDate></item><item><title>spectral-data-converter release</title><link>https://www.data-mining.co.nz/news/2025-10-31-sdc-release/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;A new release of our &lt;a class="reference external" href="https://github.com/waikato-datamining/spectral-data-converter-all"&gt;spectral-data-converter-all&lt;/a&gt; library
is now available: &lt;strong&gt;0.1.0&lt;/strong&gt;. Docker images have been deployed as well.&lt;/p&gt;
&lt;p&gt;Just like with the &lt;a class="reference external" href="https://www.data-mining.co.nz/news/2025-10-31-idc-release/"&gt;image-dataset-converter-all&lt;/a&gt;, this release benefits from
the major overhaul under the hood and the integration of the &lt;cite&gt;kasperl&lt;/cite&gt; libraries.&lt;/p&gt;
&lt;p&gt;Check out the &lt;a class="reference external" href="https://www.data-mining.co.nz/spectral-data-converter-examples/"&gt;examples&lt;/a&gt; as well.&lt;/p&gt;</description><category>release</category><guid>https://www.data-mining.co.nz/news/2025-10-31-sdc-release/</guid><pubDate>Fri, 31 Oct 2025 07:43:00 GMT</pubDate></item><item><title>audio-dataset-converter release</title><link>https://www.data-mining.co.nz/news/2025-10-31-adc-release/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;A new release of our &lt;a class="reference external" href="https://github.com/waikato-llm/audio-dataset-converter-all"&gt;audio-dataset-converter-all&lt;/a&gt; library
is now available: &lt;strong&gt;0.1.0&lt;/strong&gt;. Docker images have been deployed as well.&lt;/p&gt;
&lt;p&gt;Just like with the &lt;a class="reference external" href="https://www.data-mining.co.nz/news/2025-10-31-idc-release/"&gt;image-dataset-converter-all&lt;/a&gt;, this release benefits from
the major overhaul under the hood and the integration of the &lt;cite&gt;kasperl&lt;/cite&gt; libraries.&lt;/p&gt;
&lt;p&gt;Check out the &lt;a class="reference external" href="https://waikato-llm.github.io/audio-dataset-converter-examples/"&gt;examples&lt;/a&gt; as well.&lt;/p&gt;</description><category>release</category><guid>https://www.data-mining.co.nz/news/2025-10-31-adc-release/</guid><pubDate>Fri, 31 Oct 2025 07:01:00 GMT</pubDate></item><item><title>image-dataset-converter release</title><link>https://www.data-mining.co.nz/news/2025-10-31-idc-release/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;A new release of our &lt;a class="reference external" href="https://github.com/waikato-datamining/image-dataset-converter-all"&gt;image-dataset-converter-all&lt;/a&gt; library
is now available: &lt;strong&gt;0.1.0&lt;/strong&gt;. Docker images have been deployed as well.&lt;/p&gt;
&lt;p&gt;This release represents a major overhaul under the hood and lots of new functionality has been added as well.
With this release it is now possible to write more complex/integrated/reactive pipelines with the added I/O and
email plugins.&lt;/p&gt;
&lt;p&gt;It is always worth checking out the &lt;a class="reference external" href="https://www.data-mining.co.nz/image-dataset-converter-examples/"&gt;examples&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The most notably changes since 0.0.12 are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;a new release of &lt;cite&gt;seppl&lt;/cite&gt; allows for filters that support m-to-n not just 1-to-1 conversions&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;list-to-sequence&lt;/cite&gt; stream filter that forwards list items one by one&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;common code among the image-dataset-converter, audio-dataset-converter and spectral-data-converter libraries
has been extracted and moved into separate libraries to reduce duplication: &lt;cite&gt;kasperl&lt;/cite&gt;, &lt;cite&gt;kasperl_redis&lt;/cite&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the new &lt;cite&gt;kasperl_plots&lt;/cite&gt; library adds basic support for terminal plots (textual and graphical) and matplotlib ones&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the filters &lt;cite&gt;tee&lt;/cite&gt;, &lt;cite&gt;trigger&lt;/cite&gt; and &lt;cite&gt;sub-process&lt;/cite&gt; support conditional execution based on meta-data evaluations now,
as well as loading their sub-pipeline from a file to break up large pipelines into smaller, logical chunks&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;block&lt;/cite&gt;, &lt;cite&gt;stop&lt;/cite&gt; filters for controlling the flow of data (via meta-data conditions)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the &lt;cite&gt;idc-exec&lt;/cite&gt; tool now uses all trailing arguments as the pipeline to execute multiple times rather than as a single
argument to a flag; alternatively, the pipeline can be loaded from a file&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the &lt;cite&gt;idc-convert&lt;/cite&gt; tool can load a pipeline from a file now as well&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added the &lt;cite&gt;text-file&lt;/cite&gt; and &lt;cite&gt;csv-file&lt;/cite&gt; generators that work off files to populate the variable(s)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the readers &lt;cite&gt;from-grayscale-dp&lt;/cite&gt;, &lt;cite&gt;from-indexed-png-is&lt;/cite&gt;, &lt;cite&gt;from-blue-channel-is&lt;/cite&gt; and &lt;cite&gt;from-grayscale-is&lt;/cite&gt; now
support reading only the annotations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;from-text-file&lt;/cite&gt; reader and &lt;cite&gt;to-text-file&lt;/cite&gt; writer&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added a number of I/O related plugins: &lt;cite&gt;list-files&lt;/cite&gt;, &lt;cite&gt;move-files&lt;/cite&gt;, &lt;cite&gt;delete-files&lt;/cite&gt;, &lt;cite&gt;copy-files&lt;/cite&gt;, &lt;cite&gt;watch-dir&lt;/cite&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added email support with &lt;cite&gt;get-email&lt;/cite&gt; reader and &lt;cite&gt;send-email&lt;/cite&gt; writer&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;console&lt;/cite&gt; writer for outputting the data on stdout that is coming through&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;count-specks&lt;/cite&gt; filter that adds counts of small objects to meta-data&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added support for caching plugins via &lt;cite&gt;IDC_CLASS_CACHE&lt;/cite&gt; environment variable&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;is-to-od&lt;/cite&gt; filter that generates object detection annotations from contours determined in image segmentation layers&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;to-metadata&lt;/cite&gt; writer that outputs the meta-data of an image&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;attach-metadata&lt;/cite&gt; filter that loads meta-data from a directory and attaches it to the data passing through&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;load-data&lt;/cite&gt; filter to turn file names into data containers&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;annotation-to-storage&lt;/cite&gt; and &lt;cite&gt;annotation-from-storage&lt;/cite&gt; filters&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added &lt;cite&gt;delete-storage&lt;/cite&gt; filter for removing objects from internal storage&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;annotation data is now being type-checked when setting it&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>release</category><guid>https://www.data-mining.co.nz/news/2025-10-31-idc-release/</guid><pubDate>Fri, 31 Oct 2025 02:45:00 GMT</pubDate></item><item><title>S3000 Customization</title><link>https://www.data-mining.co.nz/news/2025-10-06-s3000-customization/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;Out of the box, our &lt;a class="reference external" href="https://www.data-mining.co.nz/s3000/"&gt;S3000&lt;/a&gt; software comes with predefined workflow generator
plugins that can be configured to suit a customer's needs. However, sometimes it is necessary to further
refine that configuration, e.g., when generating statistics during training runs.
In order not to overload the generator plugins with even more options, or create customized generators,
the notion of &lt;em&gt;config tags&lt;/em&gt; has been introduced. Generators that support such customization will
state so in their help screen and list the supported &lt;em&gt;tags&lt;/em&gt;. These tags can then be customized in
the &lt;em&gt;ConfigTags.props&lt;/em&gt; properties file.&lt;/p&gt;</description><category>update</category><guid>https://www.data-mining.co.nz/news/2025-10-06-s3000-customization/</guid><pubDate>Mon, 06 Oct 2025 03:43:00 GMT</pubDate></item><item><title>spectral-data-converter release</title><link>https://www.data-mining.co.nz/news/2025-07-11-sdc-release/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;A new release of our &lt;a class="reference external" href="https://github.com/waikato-datamining/spectral-data-converter-all"&gt;spectral-data-converter-all&lt;/a&gt; library
is now available: &lt;strong&gt;0.0.2&lt;/strong&gt;. Docker images have been deployed as well.&lt;/p&gt;
&lt;p&gt;This release contains couple of major of changes:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://www.data-mining.co.nz/spectral-data-converter-examples/directio/"&gt;support for direct I/O&lt;/a&gt;: most readers/writers can operate on file-like objects now as well&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://www.data-mining.co.nz/spectral-data-converter-examples/zip/"&gt;reading from/writing to ZIP files&lt;/a&gt;: &lt;cite&gt;from-zip&lt;/cite&gt;, &lt;cite&gt;to-zip&lt;/cite&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>release</category><guid>https://www.data-mining.co.nz/news/2025-07-11-sdc-release/</guid><pubDate>Thu, 10 Jul 2025 23:23:00 GMT</pubDate></item><item><title>image-dataset-converter release</title><link>https://www.data-mining.co.nz/news/2025-07-11-idc-release/</link><dc:creator>Applied Machine Learning Group, University of Waikato</dc:creator><description>&lt;p&gt;A new release of our &lt;a class="reference external" href="https://github.com/waikato-datamining/image-dataset-converter-all"&gt;image-dataset-converter-all&lt;/a&gt; library
is now available: &lt;strong&gt;0.0.12&lt;/strong&gt;. Docker images have been deployed as well.&lt;/p&gt;
&lt;p&gt;The most notably changes since 0.0.11 are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;dropped numpy&amp;lt;2.0.0 restriction&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added grayscale-to-binary filter&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;fix: sort-pixels, rgb-to-grayscale filters&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the rename filter now supports lower/upper case placeholders of name and extension as well&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;requiring seppl&amp;gt;=0.2.17 now for skippable plugin support and avoiding deprecated use of pkg_resources&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added any-to-rgb filter for turning binary/grayscale images back into RGB ones&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added label-to-metadata filter for transferring labels into meta-data&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added metadata-to-placeholder filter for transferring meta-data into placeholders&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added basic support for images with associated depth information: DepthData, DepthInformation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added depth-to-grayscale filter for converting depth information to grayscale image&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added depth information readers from-grayscale-dp, from-numpy-dp, from-csv-dp and from-pfm-dp&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added depth information writers to-grayscale-dp, to-numpy-dp, to-csv-dp and to-pfm-dp&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added apply-ext-mask filter to applying external PNG masks to image containers (image and/or annotations)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added apply-label-mask filter for applying image segmentation label masks to their base images&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;added label-present-ic and label-present-is that ensure that certain label(s) are present or otherwise discard the image&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;filter label-present was renamed to label-present-od but keeping label-present as alias for the time being&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;fix: imgseg_to_bluechannel, imgseg_to_indexedpng and imgseg_to_grayscale now handle overlapping pixels correctly, no longer adding them up and introducing additional labels&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;discard-by-name filter can use names of files in specified paths now as well&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;fixed the construction of the error messages in the pyfunc reader/filter/writer classes&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>release</category><guid>https://www.data-mining.co.nz/news/2025-07-11-idc-release/</guid><pubDate>Thu, 10 Jul 2025 22:23:00 GMT</pubDate></item></channel></rss>