davidstutz / superpixel-benchmark

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

add reference docker implementation #16

Closed mathematicalmichael closed 8 months ago

mathematicalmichael commented 8 months ago

Only thing I think needs verification is glog... how can I test that it's linked correctly? I left that line commented out and didn't edit the cmake file to find it, perhaps because libgoogle-glog-dev was already found? Not sure.

Any and all feedback welcome.

davidstutz commented 8 months ago

Looks great, thanks for contributing and adding documentation :)

mathematicalmichael commented 8 months ago

@davidstutz do you happen to know how I can test if glog is linked correctly?