S3000 Python support

Our commercial offering for laboratories, S3000, now has official support for custom Python models. Being a Java application, S3000 historically relied on Weka for its modeling. However, with the integration of Jep (Java Embedded Python) in ADAMS, it is now possible to use scikit-learn or deep learning libraries for training models and making predictions.

In order to make this work, ADAMS needs to launch from the context of an activated virtual Python environment that contains all the required Python libraries and then use the JepRegressor Weka meta-classifier to define the relevant code for training and making predictions. Due to Java serialization not being applicable to Python objects, these scripts must implement the relevant serialization/deserialization themselves, e.g., via pickle.

image-dataset-converter release

A new release of our image-dataset-converter-all library is now available: 0.0.7. Docker images have been deployed as well.

The most notably changes are:

image-dataset-converter release

A new release of our image-dataset-converter-all library is now available: 0.0.6. Docker images have been deployed as well.

The most notably changes are:

  • using 90% as default quality for JPEG images now as a good compromise between quality and size (PIL uses 75% by default), this can be overridden with environment variable IDC_JPEG_QUALITY

  • added methods to idc.api module: jpeg_quality(), array_to_image(...), empty_image(...)

  • numpy is limited to <2.0.0 to avoid issues with the imgaug library

Website revamped

Long overdue, but finally here: the revamp of our data-mining.co.nz website is now finally done!

With a refreshed look, better navigation and more information than ever.

Yolov10 Docker images available

Docker images for the latest Yolov10 code base are now available.

The code used by the docker images is available from here:

github.com/waikato-datamining/pytorch/tree/master/yolov10

The tags for the images are as follows:

  • In-house registry:

    • public.aml-repo.cms.waikato.ac.nz:443/pytorch/pytorch-yolov10:2024-06-23_cuda11.7

    • public.aml-repo.cms.waikato.ac.nz:443/pytorch/pytorch-yolov5:2022-11-05_cpu

  • Docker hub:

    • waikatodatamining/pytorch-yolov10:2024-06-23_cuda11.7

    • waikatodatamining/pytorch-yolov5:2022-11-05_cpu

The tutorial on object detection is available from here:

www.data-mining.co.nz/applied-deep-learning/object_detection/yolov10/

audio-dataset-converter release

Today marks the first public release of our audio-dataset-converter library and it various additional dependent libraries. Just like image-dataset-converter, it has its origins in the wai.annotations library.

Of course, there is also a meta-library that combines all the libraries: audio-dataset-converter-all

Check out the examples site:

https://waikato-llm.github.io/audio-dataset-converter-examples/