1 रिपॉजिटरी
Systems that map identifiers to model components to allow modular swapping of architectures.
Distinct from Deep Learning: Focuses on the architectural registry for swapping model components rather than general deep learning framework identity
Explore 1 awesome GitHub repository matching part of an awesome list · Component Registries. Refine with filters or upvote what's useful.
mmtracking is a PyTorch video perception framework designed for training and deploying computer vision models that analyze sequential image data. It provides specialized tools for multi-object tracking, video instance segmentation, and a configuration-driven system for managing deep learning models. The project utilizes a deep learning model registry and a configuration-driven pipeline to swap model backbones and detectors without modifying the core codebase. This modular approach allows for the development of custom perception architectures by combining various components and configurations.
Implements a configuration-driven registry for swapping backbones and detectors without modifying core code.