huochaitiantang / pytorch-deep-image-matting

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

How to calculate connectivity error #26

Closed Charlie0215 closed 4 years ago

Charlie0215 commented 4 years ago

Hello, I am a noob for image matting task and I was wondering how did you calculate the connectivity error. Could you share some codes on this?

huochaitiantang commented 4 years ago

This project did not implement the calculation of Grad Error and Connectivity Error. We adopted the available evaluation code from Deep-Image-Matting official page(https://sites.google.com/view/deepimagematting).

Charlie0215 commented 4 years ago

Thanks so much!