-
Hello, I was running your code and the model converged in 9 epochs. But the alpha matte did really bad on the foreground and background region. For example, there are many random regions on the backgr…
-
I've downloaded PPM,
but... how do I use it? 🤔
Do I need to place it inside ModNet? can somebody please be kind and explain?
* I'm using Windows 10 + Anaconda
Thanks ahead!
-
I have done a transfer learning to matting certain objects. Below is my steps:
1: train modnet from scratch. train dataset contains around 60k (6k foreground images and 180 background images)
2: tra…
-
Why should randomly scale and create path of input images? I do not understand why create pathes with randomly selecting areas in the image.
wwq66 updated
5 years ago
-
Hi, recently, I am reproducing your project and experiencing debugging my reimplementation. Could I ask which epoch of the training does the evaluation metrics of composite 1k datasets reach the not-b…
-
I tried several times to train the M_net, but it always failed to generate corect alpha. I find a possible mistake in the 36th line of _pytorch_semantic_human_matting/model/network.py_. It is written…
-
Hello Thank you for your wonderful work on Image Matting! I encountered some problems when testing the pretrained model: It seems that the pretrained model you provided does not match the shape of the…
-
![image](https://user-images.githubusercontent.com/30641096/114727245-02e38180-9d79-11eb-83a9-0a2de985b98c.png)
-
Hi! Thanks for making this code available.
It would be great to be able to run inference for segmentation and matting in c++, is this possible? Or planned for the future?
-
Hi~I retrain a sky segmentation based on your project,I have some doubt:
1. my dataset is sky mask,the mask is alpha mask and then I binary the mask(0/255). so that the binary mask is not very preci…