huochaitiantang / pytorch-deep-image-matting

Pytorch implementation of deep image matting
293 stars 71 forks source link

the evaluation code #24

Open yuhaoliu7456 opened 5 years ago

yuhaoliu7456 commented 5 years ago

Thanks for your contribution. Have you ever tried the evaluation code by python? And i saw there was a compute_gradient function in the deploy'py, Is this is equal to thegrad in the evaluation code?

huochaitiantang commented 5 years ago

No, the function is just for computing image gradient by opencv.