Marco Forte

Results 17 comments of Marco Forte

Hi, yes the changes you have listed contribute to the better accuracy of our model. Except pyramid pooling is similar to aspp in the AlphaGAN paper. In the paper we...

Thanks for pointing that out, I will need to add that in the final version of the paper. Your bg color idea is a nice one but it's a balance...

I'm sorry I don't have a great theoretical explanation for this yet. It is something I have observed empirically with my model and with the Deep Image Matting network. I...

@Mehuli-Ruh11 I believe he would simply include it before the command, like this `export CUDA_VISIBLE_DEVICES=0 make runtest`. This fixed the error for me, it's related to this line in _Makefile.config_...

Are you using at least Python 3.5?

I'll fix that. There might be more changes that need to be made. Use np.dot(a,b) instead of @ for below python 3.5 On 13 Dec 2017 8:38 a.m., "Alexander Lazarev"...

My reply in this issue might help, #1