Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 518 Bytes

File metadata and controls

15 lines (13 loc) · 518 Bytes

Use Case

This repository is mainly used to make mask image from painted image. And this is mainly established to use this Object Remover API

if __name__ == "__main__":
   main(
        path_to_original_image="original.jpg",
        path_to_painted_image="painted.jpg",
        path_to_output_image="mask.jpg"
   )
Original Painted Mask
image image image