joheras / CLoDSA

123 stars 33 forks source link

Add background replacement technique for COCO Instance Segmentation #32

Closed juanmed closed 3 years ago

juanmed commented 3 years ago

Implementation of the background replacement technique for the COCO Instance Segmentation problem. This works by giving an input directory where background images are stored, creating a background_replacement technique and passing the input directory in the parameters dictionary. The technique will:

joheras commented 3 years ago

Thanks for your work. This is a nice improvement for the library. Best, Jónathan