aipixel / AEMatter

Another matter.
GNU General Public License v2.0
52 stars 2 forks source link

Training sets do not have folder presentation instructions #17

Closed yuqilol closed 3 weeks ago

yuqilol commented 1 month ago

Hello, I am a student and want to try your network structure for training. I noticed that your data set has not given a format, could you give me a relevant format I notice that your dataset.py file has the following path mattingpath= '/disk2/adb/' backgroundpath= '/disk2/coco/' Does that mean your training data only needs alphe mask and background

Windaway commented 3 weeks ago

Set backgroundpath to the path of the COCO dataset and mattingpath to the path of the Adobe dataset. You can read the code to understand how it works.