Data Science

How to Set Up GDWCT for Image-to-Image Translation

Are you ready to dive into the world of image-to-image translation using the Group-wise Deep Whitening-and-Coloring Transformation (GDWCT)? This blog post is your go-to guide for getting started with GDWCT, built using the powerful PyTorch framework. We'll walk...

How to Get Started with Stellar Chat

How to Get Started with Stellar Chat

Stellar Chat is an exciting multi-modal chat application that allows you to create custom agents, generate images, recognize visuals, and even engage in voice conversations. This powerful tool integrates seamlessly with local Large Language Models (LLMs) and...

PyTorch VAE

PyTorch VAE

Update 22-12-2021: Added support for PyTorch Lightning 1.5.6 version and cleaned up the code. A collection of Variational AutoEncoders (VAEs) implemented in PyTorch with a focus on reproducibility. The aim of this project is to provide a quick and simple working...

How to Use CamTools for Computer Vision

How to Use CamTools for Computer Vision

Welcome to your quick guide on utilizing CamTools, a robust collection of tools designed specifically for handling cameras in the realm of computer vision. This toolkit is perfect for tasks like plotting, converting, projecting, and ray casting with camera parameters....

How to Implement Deep SVDD using PyTorch

How to Implement Deep SVDD using PyTorch

Welcome to the wonderful world of anomaly detection using deep learning! In this guide, we'll walk you through the implementation of Deep Support Vector Data Description (Deep SVDD) using PyTorch, as introduced in the ICML 2018 paper “Deep One-Class Classification.”...