-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about train dataset #24
Comments
Images in fg_dir and bg_dir are both RGB images. As for demos, maybe you can see here. |
@JingfengYao |
Hello, has this problem been solved? Is it your above format |
@luoww1992 @yuqilol |
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 !
The text was updated successfully, but these errors were encountered: