Description
Hello.
I would like to open this issue to talk about this project. I am also interested in developing this project and would be great to share information as the paper doesn't give deeply information about the implementations and offical code is no available.
If you are agree with this iniciative, firstly we could simplify the project to use Wide-ResNet50 in order to get comparative results with the previous researching. I would like to start from the begining of the paper when says:
For ResNet, we directly use the features of the last layer in the first three blocks, and put these features into three corresponding FastFlow model.
This make me thing that in the implementation we need to use the features after the input layer, layer 1 and layer 2. In this way this table 6 makes sense
But can not to imagine how to concatenate this information for make it sense with the next
In the forward process, it takes the feature map from the backbone network as input
Depending of what part you read, it seems that just one feature map or 3 are taken