matteformer
matteformer copied to clipboard
Is there a way to convert this model to onnxruntime? I have been trying with no luck so far, so many errors with `Wh, Ww = (H + 1) //...
Hi, A great work. My question is , why shall we only perform rotation augmentation on large fg images ( width/height > 1024 pix) during training ? https://github.com/webtoon/matteformer/blob/master/dataloader/data_generator.py  I didn't edit anything in the main.py...
Hello, author. First of all, thank you very much for providing such a good code. I would like to ask, is the number of background pictures you used in training...
Hi, First thank you for this very interesting work! I am trying to use it on my own images The objective is to separate the object from the table on...