Deformable-ConvNets is a computer vision framework and a collection of neural network components designed to implement deformable convolutional neural networks. It provides adaptive convolutional layers and pooling implementations that modify their receptive fields based on input features to better capture the geometry of objects within images. The project enables the use of learnable sampling offsets and modulation masks to align convolutional grids with target object shapes. It includes specialized tools for visualizing learned offsets in convolutions and pooling layers, allowing for the an
Super-Gradients is a PyTorch computer vision framework and training library designed for the full lifecycle of vision models. It functions as a deep learning model optimizer and a deployment toolkit for training and fine-tuning models across image classification, object detection, semantic segmentation, and pose estimation tasks. The project provides specific tools for model optimization, including teacher-student knowledge distillation and numerical precision compression to reduce memory and computational requirements. It also includes the implementation of the Yolo-NAS architecture for high
Image composition toolbox: everything you want to know about image composition/compositing or object/subject insertion/addition/compositing.