Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Image-Composition-Dataset-MureCom

To support fine-tuning open-source foundation image editing model for varied image composition and object insertion tasks, we built the maximally comprehensive dataset MureCom with ongoing improvements. The term "comprehensive" here does not refer to dataset scale, but rather the diversity of data types.

Our MureCom dataset can be downloaded from [Dropbox] or [Baidu Cloud]. Note that MureCom is extended from our previous FOSCom dataset. This folder consists of 32 category subfolders, where each subfolder contains the following data:

  • Backgrounds: Each subfolder includes 20 background images suitable for that category. These background images are stored in the bg folder together with their bounding boxes to insert the foreground object.
  • Foregrounds: Each subfolder includes 3 sets of foreground images, in which each set contains 5 images for the same foreground object. Three sets of foreground images are stored in the fg1, fg2, and fg3 folders together with their masks, bounding box masks, variants without object, variants with different object lighting.
MureCom
├── Airplane
│   └── bg
│       ├── 0.jpg                      # background image
│       ├── 0_bbox.png                 # bbox mask to insert object
│       │── ....   
│   └── fg1
│       ├── 0.jpg                      # foreground image
│       ├── 0.png                      # object mask
│       ├── 0_bbox.png                 # object bbox mask
│       ├── 0_rmobj.jpg                # foreground image after removing object
│       └── 0_aug                      # augmented foreground images by varying object lighting
├          │── 0.jpg  
│          │── 1.jpg 
│          │── ....   
│       │── ....
│   └── ....
├── Bird
│── ....

By taking "bg" from "Box" category as an example, we show background images, bounding box masks (plausible bounding box to insert a foreground object of "Box" category), background images covered with bounding boxes below.

By taking "fg3" from "Box" category as an example, we show foreground images, object masks, foreground images after removing objects and their reflections/shadows, augmented foreground images by varying object lighting below.

Online Demo

Try this online demo for image composition (object insertion) built upon libcom toolbox and have fun!

demo.mp4

Other Resources

About

Comprehensive Dataset for Image Composition & Object Insertion

Resources

Stars

16 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors