davidstutz / superpixel-benchmark

An extensive evaluation and comparison of 28 state-of-the-art superpixel algorithms on 5 datasets.
398 stars 109 forks source link

Missing ^2 in the denominator of the equation 6 in the v3 of the paper on ArXiv #2

Closed slackmate closed 4 years ago

slackmate commented 6 years ago

Hi,

I believe there is a missing ^2 in the denominator of the equation 6 in the v3 of the paper dated 19 April 2017. This is in section 5 - Benchmark - in the calculation of Compactness CO. The denominator should be P^2(Sj). Reference [43] also contains ^2.

Kind regards

RoyiAvital commented 6 years ago

Hi,

you may add Superpixel Segmentation Using Gaussian Mixture Model.

davidstutz commented 4 years ago

Yes, you are right, missed that and even did not notice it for the published version.

@RoyiAvital: feel free to get in touch if you have results for this algorithm. I will not be able to adapt and evaluate it myself.