Unsupervised-Visual-Recognition-by-Solving-Arbitrary-Puzzles
Unsupervised-Visual-Recognition-by-Solving-Arbitrary-Puzzles copied to clipboard
Tensorflow implementation for this paper.
Results
2
Unsupervised-Visual-Recognition-by-Solving-Arbitrary-Puzzles issues
Sort by
recently updated
recently updated
newest added
when I run eval_puzzle_alexnet.sh, it shows 「'JPSModel' object is not iterable」, and I didn't see __iter__() and next() function in the model.py. Am I missing something?
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...