Seung Shin
Seung Shin
I'm currently working on NYU hand datasets. Just another version of your code. I'll be updating some of your .py files together with preprocessed NYU hand dataset so please visit...
In test.py I suggest you try to check the value of k when you press ENTER. The value of k on your keyboard could be different from mine :) k...
There was a bug in the code so the old weights won't fit into the network right now. The model's being trained again. Once it finishes, I'll update the weights...
You could edit the input size in config.py. However, you might also have to change the architecture to solve shape errors.
Test dataset isn't necessary during training. If I remember it right, I've commented out the code that calls test dataset.
There's no post-processing code in the repository. The author states that they used fast matching method followed by Poisson image blending. I'm guessing there should be an implementation of each...