matteformer icon indicating copy to clipboard operation
matteformer copied to clipboard

Results 15 matteformer issues
Sort by recently updated
recently updated
newest added

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 ![Screen Shot...

Does the image needs to be 512x512? Or can we input higher res images?

Thanks for your work!Could you please share a pre-trained model? Thank you very much.

For setting the refine width, how did you land on `self_refine_width1 = 30` and `self_refine_width2 = 15` for the configuration? Was it a lot of trial and error with these...

Speed of inference with V100 lower than GTX2080 for image size 128*128? Ubuntu 18.04 cuda 11.1 cudnn 7 Consider for avoid CPU limitations, I split preprocess and upload part from...

I used to be able to train model, but lately I can't. I made a mistake about the parameter local_rank. As follows: ![image](https://user-images.githubusercontent.com/102341616/229744612-6b47c322-ebea-4ab4-bb43-530fc8a9a5ee.png) 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...