Unsupervised-Visual-Recognition-by-Solving-Arbitrary-Puzzles icon indicating copy to clipboard operation
Unsupervised-Visual-Recognition-by-Solving-Arbitrary-Puzzles copied to clipboard

how did you deal with hungarian.so?

Open rubykarma opened this issue 5 years ago • 1 comments

I get an error about hungarian.so, as follows: /tmp/work/munkres/hungarian.so: cannot open shared object file: No such file or directory I have googled it ,but didn't get much solution. I will be so glad if you can solve it for me. Thank you.

rubykarma avatar Jun 03 '19 15:06 rubykarma

Hi, sorry for the late reply.

hungarian.so is an op library for TensorFlow, which can fast solve the max-cost max-matching problem by the Hungarian algorithm. The implementation is borrowed from this repo. You can compile the lib following the instructions in this repo. Thanks for reminding me this problem.

weichen582 avatar Aug 03 '19 10:08 weichen582