conradry/copy-paste-aug
A PyTorch-compatible copy-paste augmentation library for instance segmentation and object detection training pipelines.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository provides an implementation of copy-paste data augmentation, a technique from a research paper that pastes objects from one image onto another to increase training data diversity. The library integrates with albumentations and works with torchvision datasets, handling images, masks, and bounding boxes. It is designed to be used during the training of instance segmentation and object detection models.