in datasetLodaer.py:
train_dataset = DataGenerator(
data = ImageFileTrain(
alpha_dir='path/to/alpha',
fg_dir='path/to/fg',
bg_dir='path/to/bg',
root='path/to/Adobe_Image_Matting'
),
phase = 'train'
)
i know the alpha_dir is mask path,
Q1: but the fg_dir is RGB image only fg object ? Or is RGBA image the all image with fg and bg ?
Q2:the bg_dir is RGB image only bg without fg object mask? Or likes bg in AIM with fg mask?
------ can you share me a demo dataset fold with some pictures ? thank you !
in datasetLodaer.py:
train_dataset = DataGenerator(
data = ImageFileTrain(
alpha_dir='path/to/alpha',
fg_dir='path/to/fg',
bg_dir='path/to/bg',
root='path/to/Adobe_Image_Matting'
),
phase = 'train'
)
i know the alpha_dir is mask path,
Q1: but the fg_dir is RGB image only fg object ? Or is RGBA image the all image with fg and bg ?
Q2:the bg_dir is RGB image only bg without fg object mask? Or likes bg in AIM with fg mask?
------ can you share me a demo dataset fold with some pictures ? thank you !