DIM_DataCreation icon indicating copy to clipboard operation
DIM_DataCreation copied to clipboard

Data creation for training Deep Image Matting. Model at https://github.com/Joker316701882/Deep-Image-Matting

Results 2 DIM_DataCreation issues
Sort by recently updated
recently updated
newest added

Same image is getting generated in each and every folder and background is also same

I've downloaded SURREAL dataset (~85GB) and put it in `./data` main.py ``` from DataCreation2 import DataCreation # Folder where the surreal data is located SUR_DATA_DIR = './data/cmu/train/run0/01_01' # Output Directory,...