This code is a basic but functional implementation of the Fully Connected Neural Network (FCN) using Neuron-by-Neuron (NBN) training, as described by Wilamowski (See references). The code loosely ...
It is highly recommended to use the MXNet version of R-FCN/Deformable R-FCN, which supports multi-GPU train/test. WARNING: This code does not support CPU-only mode. (See YuwenXiong/py-R-FCN#28). There ...