├── LICENSE ├── README.md ├── copy_paste.py ├── get_coco_mask.py └── images ├── anno.png ├── image.jpg └── vis.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AICVHub/Copy-Paste-for-Semantic-Segmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AICVHub/Copy-Paste-for-Semantic-Segmentation/HEAD/README.md -------------------------------------------------------------------------------- /copy_paste.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AICVHub/Copy-Paste-for-Semantic-Segmentation/HEAD/copy_paste.py -------------------------------------------------------------------------------- /get_coco_mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AICVHub/Copy-Paste-for-Semantic-Segmentation/HEAD/get_coco_mask.py -------------------------------------------------------------------------------- /images/anno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AICVHub/Copy-Paste-for-Semantic-Segmentation/HEAD/images/anno.png -------------------------------------------------------------------------------- /images/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AICVHub/Copy-Paste-for-Semantic-Segmentation/HEAD/images/image.jpg -------------------------------------------------------------------------------- /images/vis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AICVHub/Copy-Paste-for-Semantic-Segmentation/HEAD/images/vis.jpg --------------------------------------------------------------------------------