In the previous post, we've learned how to work with OpenCV Java API with the example of a PyTorch convolutional neural network, integrated into the Java pipeline. Now we are going to transform ...
Image Classification with OpenCV Java
OpenCV library is widely used due to its extensive coverage of the computer vision tasks, and availability to involve it in various projects, including deep learning. Usually, OpenCV is used with C++ ...
PyTorch to Tensorflow Model Conversion
In this post, we will learn how to convert a PyTorch model to TensorFlow. If you are new to Deep Learning you may be overwhelmed by which framework to use. We personally think PyTorch is the first ...
Stanford MRNet Challenge: Classifying Knee MRIs
Stanford ML Group, led by Andrew Ng, works on important problems in areas such as healthcare and climate change, using AI. Last year they released a knee MRI dataset consisting of 1,370 knee MRI ...
Bag of Tricks for Image Classification
Introduction Image classification is a key task in Computer Vision. In an image classification task, the input is an image, and the output is a class label (e.g. "cat", "dog", etc. ) that ...
TensorBoard with PyTorch Lightning
A picture is worth a thousand words! As computer vision and machine learning experts, we could not agree more. Human intuition is the most powerful way of making sense out of random chaos, ...