HRNet_Keras

Stars
7

HRNet_Keras

The implementation of HRNet with SE modules for image classification tasks.

Usage

As illastrated in the main function. You may use it as below.

model = SE_HRNet(blocks=3, reduction_ratio=4, init_filters=32, training=True).build(input_shape=(2048, 2048, 3), num_output=2, repetitions=4)
Related Projects