This project is about copy-paste for object detection. It's contains the python code of copy-paste for object detection and copy-paste for Instance segmentation.
- Images
The folder where the image addresses are stored
- Labels
The folder where the corresponding annotation information is stored is in yolo format
yolo format: [class_id, x_center, y_center, relative_width, relative_height]- copy-paste-for-object-detection.py
- copy-paste-for-instance-segmentation.py
Read the code for more details