I just want to check that I use the right features to train the hallucination network, I use the feature map coming out of the first FC layer of the sequential fully connected module (the output of (0) in the third image) . Is this equivalent to your Tensorflow code, according to your artcile it's the same thing.
See the following images:
I just want to check that I use the right features to train the hallucination network, I use the feature map coming out of the first FC layer of the sequential fully connected module (the output of (0) in the third image) . Is this equivalent to your Tensorflow code, according to your artcile it's the same thing.
See the following images:
The code:
The FC connected module: