Feature-Generating-Networks
Feature-Generating-Networks copied to clipboard
Mistake in code
There is a big mistake in the code. The classifiers are trained on a concatenation of image features and the class attributes. Obviously, it should be just the image features.
Yes I too had the same issue, why is he concatenating visual and semantic features.
Did you try training it with out concatenation?