neural_best_buddies icon indicating copy to clipboard operation
neural_best_buddies copied to clipboard

An algorithm for sparse semantic correspondence between images of different categories [SIGGRAPH 2018]

Results 3 neural_best_buddies issues
Sort by recently updated
recently updated
newest added

Hi KFIR, I tried to run in windows but fail. I says: (python35) C:\Users\Dell\Desktop\neural_best_buddies>python main.py --datarootA ./images/original_A.png --datarootB ./images/original_B.png --name lion_cat --k_final 10 ------------ Options ------------- batchSize: 1 beta1: 0.5...

would be nice to have setup.py / requirements.txt for easier demo running

hi guys, thanks for the paper and code. I forked it and made quick hack to run it in jupyter notebook and add a pip installer; (https://github.com/xkunglu/neural_best_buddies) Im working on...